@charset "UTF-8";
/* line 14, ../../sass/core/_extends.scss */
.page-navigation::after {
  clear: both;
  content: '';
  display: table;
}

/* line 22, ../../sass/core/_extends.scss */
.page-navigation__logo--link, .page-footer__logo {
  overflow: hidden;
  text-indent: -9999rem;
  white-space: nowrap;
}

/* line 2, ../../sass/state/_state.scss */
.is-hidden {
  display: none;
}

@media screen and (max-width: 767px) {
  /* line 9, ../../sass/state/_state.scss */
  .is-mobile-hidden {
    display: none;
  }
}
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
/* line 12, ../../sass/base/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 26, ../../sass/base/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 34, ../../sass/base/_normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 48, ../../sass/base/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 61, ../../sass/base/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 71, ../../sass/base/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 80, ../../sass/base/_normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 91, ../../sass/base/_normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 104, ../../sass/base/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 114, ../../sass/base/_normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 124, ../../sass/base/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 134, ../../sass/base/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 143, ../../sass/base/_normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 153, ../../sass/base/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 164, ../../sass/base/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 172, ../../sass/base/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 181, ../../sass/base/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 190, ../../sass/base/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 198, ../../sass/base/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 202, ../../sass/base/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 213, ../../sass/base/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 222, ../../sass/base/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 231, ../../sass/base/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 239, ../../sass/base/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 251, ../../sass/base/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 267, ../../sass/base/_normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 277, ../../sass/base/_normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 288, ../../sass/base/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 299, ../../sass/base/_normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 311, ../../sass/base/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 322, ../../sass/base/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 335, ../../sass/base/_normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 349, ../../sass/base/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 358, ../../sass/base/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 367, ../../sass/base/_normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 377, ../../sass/base/_normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 387, ../../sass/base/_normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 396, ../../sass/base/_normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 406, ../../sass/base/_normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 419, ../../sass/base/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 428, ../../sass/base/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 439, ../../sass/base/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 447, ../../sass/base/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 458, ../../sass/base/_normalize.scss */
[hidden] {
  display: none;
}

/* line 1, ../../sass/base/_base.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../../sass/base/_base.scss */
* {
  box-sizing: inherit;
}
/* line 8, ../../sass/base/_base.scss */
*::before, *::after {
  box-sizing: inherit;
}

/* line 14, ../../sass/base/_base.scss */
body {
  background: #fff;
  color: #494949;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  min-width: 56.250em;
  -webkit-font-smoothing: antialiased;
}
/* line 22, ../../sass/base/_base.scss */
body.full {
  min-width: 100%;
}

/* line 27, ../../sass/base/_base.scss */
a {
  color: inherit;
  text-decoration: none;
}

/* line 32, ../../sass/base/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 1em;
}

/* line 42, ../../sass/base/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
figure,
p {
  margin: 0;
  padding: 0;
}

/* line 57, ../../sass/base/_base.scss */
ul,
ol {
  list-style: none;
}

/* line 62, ../../sass/base/_base.scss */
aside {
  display: block;
}

/* line 66, ../../sass/base/_base.scss */
img {
  display: block;
  height: auto;
  max-width: 100%;
}

/* line 72, ../../sass/base/_base.scss */
legend {
  display: block;
  width: 100%;
}

/* line 77, ../../sass/base/_base.scss */
fieldset {
  border: 0;
  padding: 0;
}

/* line 82, ../../sass/base/_base.scss */
input,
textarea,
select {
  appearance: none;
  border: 0;
  border-radius: .417em;
  display: block;
  font-size: .750em;
  outline: 0;
}

/* line 93, ../../sass/base/_base.scss */
button {
  background: none;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
}

/* line 101, ../../sass/base/_base.scss */
dl,
dd {
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 109, ../../sass/base/_base.scss */
  body.no-scroll {
    overflow: hidden;
  }
}
/* line 1, ../../sass/base/_buttons.scss */
.btn {
  background: #fff;
  color: rgba(73, 73, 73, 0.35);
  font-size: .688rem;
  width: 50%;
}
/* line 7, ../../sass/base/_buttons.scss */
.btn:hover {
  color: #494949;
}
/* line 11, ../../sass/base/_buttons.scss */
.btn--full {
  width: 100%;
}
/* line 15, ../../sass/base/_buttons.scss */
.btn--rounded {
  border-radius: 5px;
}
/* line 19, ../../sass/base/_buttons.scss */
.btn--green {
  background: #39b272;
  color: #fff;
  font-size: .75rem;
  font-weight: bold;
  text-transform: uppercase;
}
/* line 26, ../../sass/base/_buttons.scss */
.btn--green:hover {
  color: #fff;
}
/* line 31, ../../sass/base/_buttons.scss */
.btn--red {
  color: #ec452d;
  letter-spacing: .1em;
}
/* line 35, ../../sass/base/_buttons.scss */
.btn--red:hover {
  color: #fff;
}
/* line 41, ../../sass/base/_buttons.scss */
.btn--light-gray {
  background: #f2f2f2;
  letter-spacing: .1em;
}
/* line 46, ../../sass/base/_buttons.scss */
.btn--light-blue {
  color: #64abff;
}
/* line 49, ../../sass/base/_buttons.scss */
.btn--light-blue:hover {
  color: #64abff;
}
/* line 54, ../../sass/base/_buttons.scss */
.btn--light-blue-border {
  border: 1px solid #64abff;
  font-weight: bold;
  height: 2.9em;
  letter-spacing: .15em;
  text-transform: uppercase;
  width: 15em;
}
/* line 63, ../../sass/base/_buttons.scss */
.btn--full-blue {
  background: #64abff;
  color: #fff;
}
/* line 67, ../../sass/base/_buttons.scss */
.btn--full-blue:hover {
  color: #fff;
}
/* line 72, ../../sass/base/_buttons.scss */
.btn--blue-outline {
  border: 1px solid #64abff;
  color: #64abff;
  font-weight: bold;
}
/* line 78, ../../sass/base/_buttons.scss */
.btn--dark-blue {
  border: 1px solid #29337b;
  color: #29337b;
}
/* line 83, ../../sass/base/_buttons.scss */
.btn--small {
  border: 1px solid;
  border-radius: .25rem;
  font-size: .625rem;
  height: 1.438rem;
  line-height: 1.438rem;
  padding: 0 .75rem;
  text-transform: uppercase;
  width: auto;
}
/* line 93, ../../sass/base/_buttons.scss */
.btn--small:hover {
  color: #ec452d;
}
/* line 98, ../../sass/base/_buttons.scss */
.btn--medium {
  font-weight: bold;
  padding: .750em 1.167em .667em;
  width: auto;
}
/* line 104, ../../sass/base/_buttons.scss */
.btn--nude {
  border: 0;
  text-decoration: underline;
}

/* line 1, ../../sass/base/_typography.scss */
.module-title {
  align-items: center;
  color: #494949;
  display: flex;
  font-size: 1.222em;
  justify-content: center;
  letter-spacing: .2em;
  padding: 38px 0 25px;
  text-transform: uppercase;
}
/* line 11, ../../sass/base/_typography.scss */
.module-title--light {
  color: #fff;
}

/* line 1, ../../sass/layouts/_layout.scss */
.container {
  display: flex;
  flex-direction: column;
  max-width: 1075px;
  margin: 0 auto;
  width: 100%;
}

/* line 9, ../../sass/layouts/_layout.scss */
.main {
  display: flex;
  min-height: calc(100vh - 3.125em);
  position: relative;
  z-index: 1;
}
/* line 15, ../../sass/layouts/_layout.scss */
.main--panel-background {
  background: url("/images/content-background.svg") no-repeat 0 0, #64abff;
  background-size: cover;
  justify-content: center;
}
/* line 22, ../../sass/layouts/_layout.scss */
.main--disabled:after {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 30, ../../sass/layouts/_layout.scss */
.main--disabled:after {
  background: rgba(41, 51, 123, 0.8);
}
/* line 35, ../../sass/layouts/_layout.scss */
.main--disabled-white:after {
  background: rgba(255, 255, 255, 0.8);
}
/* line 40, ../../sass/layouts/_layout.scss */
.main--disabled .select-menu {
  z-index: 0;
}

/* line 46, ../../sass/layouts/_layout.scss */
.aside {
  display: flex;
  flex: 0 0 21.25em;
  flex-direction: column;
  min-height: calc(100vh - 3.125em);
}
/* line 52, ../../sass/layouts/_layout.scss */
.aside-scroll-container {
  flex: 1;
  overflow-y: auto;
}
/* line 58, ../../sass/layouts/_layout.scss */
.aside--disabled {
  position: relative;
}
/* line 61, ../../sass/layouts/_layout.scss */
.aside--disabled:after {
  background: rgba(255, 255, 255, 0.8);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 71, ../../sass/layouts/_layout.scss */
.aside--disabled .select-menu {
  z-index: 0;
}

/* line 78, ../../sass/layouts/_layout.scss */
.content {
  align-items: center;
  background: url("../images/content-background.svg") no-repeat 0 0, #64abff;
  background-size: cover;
  display: flex;
  font-family: Lato, appleLogo, sans-serif;
  flex: 1;
  justify-content: center;
}
/* line 87, ../../sass/layouts/_layout.scss */
.content--logo-background {
  background: url("../images/content-background-logo.svg") no-repeat center center, url("../images/content-background.svg") no-repeat 0 0/cover, #64abff;
}

/* line 92, ../../sass/layouts/_layout.scss */
.panel {
  background: #fff;
  border-radius: .625em;
  box-shadow: 0.625em 0.625em 1.875em rgba(19, 19, 19, 0.3);
  display: flex;
  flex-direction: column;
  min-height: 80%;
  margin: .625em;
  max-width: 45em;
  padding: 3.375em 3.750em;
  text-align: left;
  width: 100%;
}
/* line 105, ../../sass/layouts/_layout.scss */
.panel--narrow {
  max-width: 24em;
  min-height: auto;
  padding: 5em 3em;
}
/* line 111, ../../sass/layouts/_layout.scss */
.panel-full {
  background: #fff;
  max-width: 76.250em;
  width: 100%;
}
/* line 117, ../../sass/layouts/_layout.scss */
.panel-flex {
  display: flex;
}

/* line 1, ../../sass/layouts/_header.scss */
.page-header {
  background: #fff;
  height: 4.5em;
}
/* line 5, ../../sass/layouts/_header.scss */
.page-header--dark {
  background: #29337b;
}
/* line 9, ../../sass/layouts/_header.scss */
.page-header--splash {
  background: url("../images/content-background.svg") no-repeat 0 0, #29337b;
  background-size: cover;
  padding: 4.5em 0 0;
}
/* line 15, ../../sass/layouts/_header.scss */
.page-header--auto {
  height: auto;
}
/* line 19, ../../sass/layouts/_header.scss */
.page-header--about {
  color: #29337b;
}

/* line 25, ../../sass/layouts/_header.scss */
.page-header {
  border: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}

/* line 1, ../../sass/layouts/_navigation.scss */
.page-navigation {
  background: #29337b;
  color: #fff;
  height: 4.5em;
  left: 0;
  padding: 0 0 0 1em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.2s;
}
/* line 14, ../../sass/layouts/_navigation.scss */
.page-navigation.active {
  background: #29337b;
}
/* line 18, ../../sass/layouts/_navigation.scss */
.page-navigation.active .page-navigation__logo {
  transform: scale(0.9);
}
/* line 24, ../../sass/layouts/_navigation.scss */
.page-navigation--transparent {
  background: transparent;
}
/* line 27, ../../sass/layouts/_navigation.scss */
.page-navigation--transparent.active {
  background: #29337b;
}
/* line 32, ../../sass/layouts/_navigation.scss */
.page-navigation--white {
  background: #fff;
}
/* line 35, ../../sass/layouts/_navigation.scss */
.page-navigation--white.active {
  background: #fff;
}
/* line 40, ../../sass/layouts/_navigation.scss */
.page-navigation__logo {
  background: url("../images/logo.svg") no-repeat 0 0;
  float: left;
  height: 2.563em;
  margin: 1em 0 0;
  transition: all ease-in-out 0.4s;
  width: 8.688em;
}
/* line 48, ../../sass/layouts/_navigation.scss */
.page-navigation__logo--inverted {
  background-image: url("../images/logo-blue.svg");
}
/* line 52, ../../sass/layouts/_navigation.scss */
.page-navigation__logo--link {
  display: block;
  height: inherit;
}
/* line 60, ../../sass/layouts/_navigation.scss */
.page-navigation__dropdown a {
  display: block;
}

@media screen and (max-width: 767px) {
  /* line 68, ../../sass/layouts/_navigation.scss */
  .page-navigation__list {
    background: #29337b;
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    text-align: center;
    transition: height 300ms linear;
  }
  /* line 80, ../../sass/layouts/_navigation.scss */
  .page-navigation__list--active {
    height: calc(100vh - 81px);
    overflow-y: auto;
  }
  /* line 86, ../../sass/layouts/_navigation.scss */
  .page-navigation__item {
    border-bottom: 1px solid #30418a;
  }
  /* line 90, ../../sass/layouts/_navigation.scss */
  .page-navigation__link {
    display: block;
    padding: 20px 0;
  }
  /* line 95, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown {
    background: #32458e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 300ms linear;
  }
  /* line 101, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown--active {
    max-height: 400px;
  }
  /* line 106, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown-item a {
    padding: 20px 0;
  }
  /* line 110, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #39549d;
  }
  /* line 116, ../../sass/layouts/_navigation.scss */
  .page-navigation__hamburger {
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    cursor: pointer;
    right: 20px;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    width: 25px;
  }
  /* line 126, ../../sass/layouts/_navigation.scss */
  .page-navigation__hamburger:before {
    background: #fff;
    content: '';
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 100%;
  }
  /* line 135, ../../sass/layouts/_navigation.scss */
  .page-navigation__hamburger--inverted {
    border-color: #29337b;
  }
  /* line 138, ../../sass/layouts/_navigation.scss */
  .page-navigation__hamburger--inverted:before {
    background: #29337b;
  }
}
@media only screen and (min-width: 768px) {
  /* line 148, ../../sass/layouts/_navigation.scss */
  .page-navigation__list {
    align-items: center;
    color: #f2f2f2;
    display: flex;
    float: right;
    height: 100%;
    margin: 0 3.125em 0 0;
  }
  /* line 156, ../../sass/layouts/_navigation.scss */
  .page-navigation__list--inverted {
    color: #29337b;
  }
  /* line 162, ../../sass/layouts/_navigation.scss */
  .page-navigation__list--inverted .page-navigation__link--dropdown:after {
    background-image: url("../images/icons/down-arrow-blue.svg");
  }
  /* line 172, ../../sass/layouts/_navigation.scss */
  .page-navigation__item:not(:first-child) {
    margin: 0 0 0 2.313em;
  }
  /* line 176, ../../sass/layouts/_navigation.scss */
  .page-navigation__item--dropdown {
    position: relative;
  }
  /* line 180, ../../sass/layouts/_navigation.scss */
  .page-navigation__item--dropdown:hover .page-navigation__dropdown {
    display: flex;
  }
  /* line 187, ../../sass/layouts/_navigation.scss */
  .page-navigation__link {
    font-size: .85em;
    cursor: pointer;
  }
  /* line 198, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--my-alerts:before, .page-navigation__link--alert-templates:before, .page-navigation__link--search:before, .page-navigation__link--integrations:before, .page-navigation__link--help:before, .page-navigation__link--user:before, .page-navigation__link--user-inverted:before {
    background-position: center center;
    background-size: 1em 1em;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 1.2em;
    margin: 0 .5em 0 0;
    position: relative;
    top: 2px;
    width: 1.2em;
  }
  /* line 213, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--my-alerts:before {
    background-image: url("../images/icons/my-alerts.svg");
  }
  /* line 219, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--alert-templates:before {
    background-image: url("../images/icons/alert-templates.svg");
  }
  /* line 225, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--search:before {
    background-image: url("../images/icons/search.svg");
  }
  /* line 231, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--integrations:before {
    background-image: url("../images/icons/integrations.svg");
  }
  /* line 237, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--help:before {
    background-image: url("../images/icons/help.svg");
  }
  /* line 243, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--user:before {
    background-image: url("../images/icons/user.svg");
  }
  /* line 249, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--user-inverted:before {
    background-image: url("../images/icons/user-inverted.svg");
  }
  /* line 255, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--dropdown:after {
    background: url("../images/icons/down-arrow.svg") no-repeat 0 0;
    background-size: 1em 1em;
    content: '';
    display: inline-block;
    height: 1em;
    margin: 0 0 0 1em;
    position: relative;
    top: 2px;
    width: 1em;
  }
  /* line 268, ../../sass/layouts/_navigation.scss */
  .page-navigation__link--active {
    color: #fff;
  }
  /* line 273, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown {
    box-shadow: 0 0 5px rgba(41, 51, 123, 0.3);
    display: none;
    flex-direction: column;
    font-size: .75em;
    left: 50%;
    position: absolute;
    top: 38px;
    min-width: 200px;
    transform: translateX(-50%);
    z-index: 1;
  }
  /* line 286, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown:before, .page-navigation__dropdown:after {
    content: '';
    position: absolute;
  }
  /* line 292, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown:before {
    background: #fff;
    box-shadow: 0 0 5px rgba(41, 51, 123, 0.3);
    height: 14px;
    left: 50%;
    transform: rotate(45deg) translateX(-50%);
    top: -2px;
    width: 14px;
    z-index: -1;
  }
  /* line 303, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown:after {
    height: 100%;
    left: 25%;
    top: -17px;
    width: 50%;
    z-index: -1;
  }
  /* line 311, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown-item {
    color: #494949;
    background: #fff;
  }
  /* line 315, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown-item a {
    padding: 1em;
  }
  /* line 319, ../../sass/layouts/_navigation.scss */
  .page-navigation__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
  }
  /* line 325, ../../sass/layouts/_navigation.scss */
  .page-navigation__hamburger {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  /* line 332, ../../sass/layouts/_navigation.scss */
  .page-navigation {
    padding: 0 0 0 3.125em;
  }
}
/* line 339, ../../sass/layouts/_navigation.scss */
.page-navigation__logo {
  font-size: 18px;
}
/* line 343, ../../sass/layouts/_navigation.scss */
.page-navigation__list, .page-navigation__dropdown {
  padding: 0;
  list-style: none;
}
/* line 349, ../../sass/layouts/_navigation.scss */
.page-navigation a {
  color: inherit;
}
/* line 352, ../../sass/layouts/_navigation.scss */
.page-navigation a:hover {
  color: inherit;
  text-decoration: none;
}

/* line 1, ../../sass/layouts/_footer.scss */
.page-footer {
  align-items: center;
  background: #f2f2f2;
  color: #494949;
  display: flex;
  font-size: 18px;
  height: 3.125em;
  justify-content: center;
  text-align: center;
}
/* line 11, ../../sass/layouts/_footer.scss */
.page-footer--marketing {
  background: #29337b url("../images/marketing/nyc-landscape.svg") no-repeat right bottom;
  background-size: cover;
  border-top: 0.833em solid #64abff;
  height: auto;
  text-align: left;
}
/* line 19, ../../sass/layouts/_footer.scss */
.page-footer__container {
  align-items: center;
  max-width: 1105px;
  padding: 2.222em 0.833em 3em;
}
/* line 25, ../../sass/layouts/_footer.scss */
.page-footer__logo {
  background: url("../images/logo.svg") no-repeat 0 0;
  height: 2.563em;
  margin: 0 0 0.556em;
  transform: translateY(-0.611em);
  width: 8.688em;
}
/* line 34, ../../sass/layouts/_footer.scss */
.page-footer__links {
  flex: 1;
}
/* line 38, ../../sass/layouts/_footer.scss */
.page-footer__list {
  flex-wrap: wrap;
}
/* line 42, ../../sass/layouts/_footer.scss */
.page-footer__navigation {
  float: none;
  height: auto;
  margin: 0 0 0.278em;
}
/* line 48, ../../sass/layouts/_footer.scss */
.page-footer__legal {
  text-align: center;
}
/* line 51, ../../sass/layouts/_footer.scss */
.page-footer__legal-item {
  color: #9b9fa5;
  font-size: .75em;
  display: inline-block;
}
/* line 57, ../../sass/layouts/_footer.scss */
.page-footer__legal-item:not(:last-child):after {
  display: inline-block;
  content: '|';
  padding: 0 0.111em 0 0.389em;
}
/* line 66, ../../sass/layouts/_footer.scss */
.page-footer__copyright {
  font-size: .688em;
}
/* line 69, ../../sass/layouts/_footer.scss */
.page-footer__copyright--marketing {
  color: #fff;
  font-size: .75em;
  padding: 0.278em 0 0;
  margin: 1.111em 0 0;
}

/* line 78, ../../sass/layouts/_footer.scss */
.page-footer {
  -webkit-font-smoothing: antialiased;
}
/* line 81, ../../sass/layouts/_footer.scss */
.page-footer__container {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 91, ../../sass/layouts/_footer.scss */
  .page-footer__navigation {
    background: none;
    align-items: center;
    color: #f2f2f2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: visible;
    margin: 0;
    position: static;
    width: 19em;
  }
  /* line 104, ../../sass/layouts/_footer.scss */
  .page-footer__item {
    border: 0;
    margin-bottom: 0.556em !important;
    padding: 0;
  }
  /* line 109, ../../sass/layouts/_footer.scss */
  .page-footer__item:not(:first-child) {
    margin: 0 0 0 2.313em;
  }
  /* line 113, ../../sass/layouts/_footer.scss */
  .page-footer__item:nth-child(5) {
    margin-left: 1em;
  }
  /* line 117, ../../sass/layouts/_footer.scss */
  .page-footer__item--dropdown {
    position: relative;
  }
  /* line 121, ../../sass/layouts/_footer.scss */
  .page-footer__item--dropdown:hover .page-navigation__dropdown {
    display: flex;
    overflow: visible;
    max-height: none;
  }
  /* line 130, ../../sass/layouts/_footer.scss */
  .page-footer__link {
    cursor: pointer;
    padding: 0;
    font-size: .75em;
  }
  /* line 136, ../../sass/layouts/_footer.scss */
  .page-footer__link--user:before {
    background-position: center center;
    background-size: 1em 1em;
    background-repeat: no-repeat;
    content: '';
    display: inline-block;
    height: 1em;
    margin: 0 .5em 0 0;
    position: relative;
    top: 2px;
    width: 1em;
  }
  /* line 152, ../../sass/layouts/_footer.scss */
  .page-footer__link--user:before {
    background-image: url("../images/icons/user.svg");
  }
  /* line 158, ../../sass/layouts/_footer.scss */
  .page-footer__link--dropdown:after {
    background: url("../images/icons/down-arrow.svg") no-repeat 0 0;
    background-size: 1em 1em;
    content: '';
    display: inline-block;
    height: 1em;
    margin: 0 0 0 1em;
    position: relative;
    top: 2px;
    width: 1em;
  }
  /* line 172, ../../sass/layouts/_footer.scss */
  .page-footer__dropdown {
    display: none;
    flex-direction: column;
    font-size: .75em;
    left: 50%;
    position: absolute;
    top: 32px;
    min-width: 200px;
    transform: translateX(-50%);
    z-index: 1;
  }
  /* line 184, ../../sass/layouts/_footer.scss */
  .page-footer__dropdown:before, .page-footer__dropdown:after {
    content: '';
    position: absolute;
  }
  /* line 190, ../../sass/layouts/_footer.scss */
  .page-footer__dropdown:before {
    border-left: .636em solid transparent;
    border-right: .636em solid transparent;
    border-bottom: 0.636em solid #fff;
    height: 0;
    left: 50%;
    transform: translateX(-50%);
    top: -7px;
    width: 0;
  }
  /* line 201, ../../sass/layouts/_footer.scss */
  .page-footer__dropdown:after {
    height: 100%;
    left: 25%;
    top: -17px;
    width: 50%;
    z-index: -1;
  }
  /* line 209, ../../sass/layouts/_footer.scss */
  .page-footer__dropdown-item {
    color: #494949;
    background: #fff;
    padding: 1em;
  }
  /* line 214, ../../sass/layouts/_footer.scss */
  .page-footer__dropdown-item:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
  }
}
@media screen and (min-width: 1025px) {
  /* line 225, ../../sass/layouts/_footer.scss */
  .page-footer__container--marketing {
    align-items: flex-start;
    height: 16.444em;
    flex-direction: row;
    padding-top: 5.556em;
  }
  /* line 233, ../../sass/layouts/_footer.scss */
  .page-footer__logo {
    margin: 0 4.444em 0 0;
  }
  /* line 237, ../../sass/layouts/_footer.scss */
  .page-footer__legal {
    text-align: left;
  }
  /* line 242, ../../sass/layouts/_footer.scss */
  .page-footer__copyright--marketing {
    margin-top: 0;
  }
}
/* line 250, ../../sass/layouts/_footer.scss */
.page-footer {
  font-family: "proxima-nova", sans-serif;
}
/* line 253, ../../sass/layouts/_footer.scss */
.page-footer__navigation, .page-footer__legal {
  padding: 0;
}
/* line 258, ../../sass/layouts/_footer.scss */
.page-footer a {
  color: inherit;
}
/* line 261, ../../sass/layouts/_footer.scss */
.page-footer a:hover {
  color: inherit;
  text-decoration: none;
}
/* line 267, ../../sass/layouts/_footer.scss */
.page-footer__legal {
  line-height: 20.7px;
}

/* line 1, ../../sass/modules/_alert.scss */
.alert {
  align-items: center;
  background: #fff;
  box-shadow: 0 1.111em 5.556em rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  height: 16.250em;
  margin: 0 2.778em 5.556em;
  position: relative;
  text-align: center;
  transition: box-shadow 300ms;
  width: 12.5em;
  z-index: 1;
}
/* line 15, ../../sass/modules/_alert.scss */
.alert--features {
  margin: 0 1em 5.556em;
  padding-bottom: 1.5em;
}
/* line 20, ../../sass/modules/_alert.scss */
.alert:after {
  border-left: 6.25em solid transparent;
  border-right: 6.25em solid transparent;
  border-top: 2.5em solid white;
  top: 16.250em;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}
/* line 32, ../../sass/modules/_alert.scss */
.alert:hover {
  box-shadow: 0 1.111em 3.889em rgba(0, 0, 0, 0.5);
}
/* line 36, ../../sass/modules/_alert.scss */
.alert:hover .alert__btn {
  background: #2d8b59;
}
/* line 39, ../../sass/modules/_alert.scss */
.alert:hover .alert__btn--disabled {
  background: rgba(73, 73, 73, 0.2);
}
/* line 46, ../../sass/modules/_alert.scss */
.alert__header {
  color: #494949;
  font-size: 1.25em;
  height: 1.66em;
}
/* line 51, ../../sass/modules/_alert.scss */
.alert__header--disabled {
  color: rgba(73, 73, 73, 0.3);
  width: 7.5em;
}
/* line 56, ../../sass/modules/_alert.scss */
.alert__header--report {
  height: 2.5em;
}
/* line 61, ../../sass/modules/_alert.scss */
.alert__info {
  color: #494949;
  font-size: .750em;
  line-height: 1.5em;
  margin: .5em 0 2em 0;
  padding: 0 1em 0 1em;
  width: 13em;
}
/* line 70, ../../sass/modules/_alert.scss */
.alert__btn {
  background: #39b272;
  border-radius: .417em;
  flex: 0 0 2.5em;
  letter-spacing: .2em;
  width: 12.333em;
  font-size: .75rem;
  font-weight: bold;
}
/* line 79, ../../sass/modules/_alert.scss */
.alert__btn--disabled {
  background: rgba(73, 73, 73, 0.2);
  color: rgba(73, 73, 73, 0.4);
}
/* line 85, ../../sass/modules/_alert.scss */
.alert--on-boarding {
  margin-bottom: 4.556em;
}

/* line 1, ../../sass/modules/_create-account.scss */
.create-account {
  text-align: center;
  padding: 1.667em 0;
}
/* line 5, ../../sass/modules/_create-account.scss */
.create-account__headline {
  font-size: .85em;
  font-weight: bold;
  margin: 0 0 1.290em;
}
/* line 11, ../../sass/modules/_create-account.scss */
.create-account__btn {
  border-radius: .417em;
  display: inline-block;
  letter-spacing: .2em;
  font-size: .85rem;
  font-weight: bold;
  padding: 0.645em 1.935em;
  width: auto;
}

/* line 1, ../../sass/modules/_feature.scss */
.feature {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent), url("../images/content-background.svg");
  background-repeat: no-repeat;
  background-position: auto, center center;
  background-size: auto, cover;
  overflow: hidden;
}
/* line 8, ../../sass/modules/_feature.scss */
.feature--blue {
  background-color: #3e60a9;
}
/* line 12, ../../sass/modules/_feature.scss */
.feature--light-blue {
  background-color: #3d84d2;
}
/* line 16, ../../sass/modules/_feature.scss */
.feature--dark-blue {
  background-color: #31557d;
}
/* line 20, ../../sass/modules/_feature.scss */
.feature--green {
  background-color: #2b7f88;
}
/* line 24, ../../sass/modules/_feature.scss */
.feature__header {
  color: #fff;
  font-size: .75em;
  letter-spacing: .1em;
  margin: 0 0 2.593em;
  padding: .963em 0 1.259em;
  text-align: center;
  text-transform: uppercase;
}
/* line 33, ../../sass/modules/_feature.scss */
.feature__header--blue {
  background: #4772ba;
}
/* line 37, ../../sass/modules/_feature.scss */
.feature__header--light-blue {
  background: #67aefc;
}
/* line 41, ../../sass/modules/_feature.scss */
.feature__header--dark-blue {
  background: #446890;
}
/* line 45, ../../sass/modules/_feature.scss */
.feature__header--green {
  background: #55aeb7;
}
/* line 50, ../../sass/modules/_feature.scss */
.feature__title {
  font-weight: bold;
}
/* line 53, ../../sass/modules/_feature.scss */
.feature__title:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 1.481em;
  margin: 0 .741em 0 0;
  transform: translateY(0.296em);
  width: 1.481em;
}
/* line 66, ../../sass/modules/_feature.scss */
.feature__title--report:before {
  background-image: url("../images/marketing/report-white.svg");
}
/* line 72, ../../sass/modules/_feature.scss */
.feature__title--gong:before {
  background-image: url("../images/marketing/gong-white.svg");
}
/* line 78, ../../sass/modules/_feature.scss */
.feature__title--search:before {
  background-image: url("../images/marketing/search-white.svg");
}
/* line 84, ../../sass/modules/_feature.scss */
.feature__title--alerts:before {
  background-image: url("../images/marketing/alert-white.svg");
}
/* line 90, ../../sass/modules/_feature.scss */
.feature__container {
  max-width: 1105px;
  padding: 0 0.833em 5.556em;
}
/* line 95, ../../sass/modules/_feature.scss */
.feature__info {
  color: #fff;
}
/* line 99, ../../sass/modules/_feature.scss */
.feature__headline {
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 0.556em;
}
/* line 105, ../../sass/modules/_feature.scss */
.feature__copy {
  font-size: .85em;
  line-height: 1.3;
  margin: 0.667em 0 0;
}
/* line 111, ../../sass/modules/_feature.scss */
.feature__btn {
  border-radius: .417em;
  display: inline-block;
  letter-spacing: .2em;
  font-size: .833em;
  font-weight: bold;
  margin: 2em 0 3.333em;
  padding: .667em 2em;
  width: auto;
}
/* line 122, ../../sass/modules/_feature.scss */
.feature__panel {
  background: #fff;
  border-radius: .625em;
  box-shadow: 0.625em 0.625em 1.875em rgba(19, 19, 19, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1em;
}
/* line 132, ../../sass/modules/_feature.scss */
.feature__list {
  color: #fff;
}
/* line 136, ../../sass/modules/_feature.scss */
.feature__item {
  padding: 0 0 1.667em 1.5em;
  position: relative;
}
/* line 140, ../../sass/modules/_feature.scss */
.feature__item:last-child {
  margin-bottom: 0;
}
/* line 143, ../../sass/modules/_feature.scss */
.feature__item:last-child:after {
  height: 16.667em;
  opacity: 0.3;
}
/* line 149, ../../sass/modules/_feature.scss */
.feature__item:before, .feature__item:after {
  content: '';
  position: absolute;
}
/* line 155, ../../sass/modules/_feature.scss */
.feature__item:before {
  background: #fff;
  border-radius: 50%;
  height: 0.389em;
  left: 0;
  top: 0.500em;
  width: 0.389em;
}
/* line 164, ../../sass/modules/_feature.scss */
.feature__item:after {
  bottom: 0;
  border-right: 1px dashed #fff;
  left: 0.167em;
  width: 0;
  top: 1.111em;
}

@media screen and (max-width: 767px) {
  /* line 180, ../../sass/modules/_feature.scss */
  .feature__panel {
    margin: 0 0 3.333em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 188, ../../sass/modules/_feature.scss */
  .feature__container {
    margin: 0 auto;
    display: block;
    position: relative;
  }
  /* line 194, ../../sass/modules/_feature.scss */
  .feature__header {
    font-size: 1.222em;
    letter-spacing: .2em;
    margin: 0 0 3.333em;
    padding: .611em 0 1.619em;
  }
  /* line 202, ../../sass/modules/_feature.scss */
  .feature__title:before {
    height: 1.944em;
    margin: 0 1.111em 0 0;
    transform: translateY(0.611em);
    width: 1.944em;
  }
  /* line 210, ../../sass/modules/_feature.scss */
  .feature__info, .feature__list {
    width: 39%;
  }
  /* line 215, ../../sass/modules/_feature.scss */
  .feature__panel {
    position: absolute;
    right: .833em;
    top: 1.667em;
    width: 55%;
  }
}
/* line 1, ../../sass/modules/_feature-details.scss */
.feature-details {
  background: #eff0f3 url("../images/content-background.svg") no-repeat center center;
  background-size: cover;
}
/* line 5, ../../sass/modules/_feature-details.scss */
.feature-details__headline {
  color: #4772ba;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  padding: 0 1.111em;
  text-align: center;
}
/* line 14, ../../sass/modules/_feature-details.scss */
.feature-details__container {
  max-width: 43.333em;
  padding: 0 0.833em;
}
/* line 20, ../../sass/modules/_feature-details.scss */
.feature-details__image-container {
  box-shadow: 0.625em 0.625em 1.875em rgba(19, 19, 19, 0.3);
}
/* line 25, ../../sass/modules/_feature-details.scss */
.feature-details__bullet {
  padding: 0 0 1.667em .7em;
  position: relative;
}
/* line 29, ../../sass/modules/_feature-details.scss */
.feature-details__bullet:last-child {
  margin-bottom: 0;
}
/* line 32, ../../sass/modules/_feature-details.scss */
.feature-details__bullet:last-child:after {
  display: none;
}
/* line 37, ../../sass/modules/_feature-details.scss */
.feature-details__bullet:before, .feature-details__bullet:after {
  content: '';
  position: absolute;
}
/* line 43, ../../sass/modules/_feature-details.scss */
.feature-details__bullet:before {
  background: #4772ba;
  border-radius: 50%;
  height: 0.389em;
  left: 0;
  top: 0.500em;
  width: 0.389em;
}
/* line 52, ../../sass/modules/_feature-details.scss */
.feature-details__bullet:after {
  border-right: 1px dashed rgba(71, 114, 186, 0.5);
  height: 100%;
  left: 0.167em;
  top: 14px;
  width: 0;
}
/* line 61, ../../sass/modules/_feature-details.scss */
.feature-details__copy {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  /* line 67, ../../sass/modules/_feature-details.scss */
  .feature-details {
    padding: 1.833em 0 3.333em;
  }
  /* line 70, ../../sass/modules/_feature-details.scss */
  .feature-details__headline {
    margin: 0 0 1.944em;
  }
  /* line 74, ../../sass/modules/_feature-details.scss */
  .feature-details__image-container {
    margin: 0 auto 2em;
  }
  /* line 78, ../../sass/modules/_feature-details.scss */
  .feature-details__item {
    max-width: 22.222em;
    margin: 0 auto 1.667em;
  }
  /* line 83, ../../sass/modules/_feature-details.scss */
  .feature-details__image {
    margin: 0 0 0.556em;
  }
}
@media only screen and (min-width: 768px) {
  /* line 90, ../../sass/modules/_feature-details.scss */
  .feature-details {
    padding: 3.667em 0 6.667em;
  }
  /* line 94, ../../sass/modules/_feature-details.scss */
  .feature-details__container--bullets {
    flex-direction: row;
  }
  /* line 99, ../../sass/modules/_feature-details.scss */
  .feature-details__headline {
    margin: 0 0 3.889em;
  }
  /* line 103, ../../sass/modules/_feature-details.scss */
  .feature-details__image-container {
    flex-grow: 0;
  }
  /* line 107, ../../sass/modules/_feature-details.scss */
  .feature-details__bullets {
    display: flex;
    flex: 0 0 15em;
    flex-direction: column;
    justify-content: center;
    margin: 0 0 0 2em;
  }
  /* line 115, ../../sass/modules/_feature-details.scss */
  .feature-details__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  /* line 121, ../../sass/modules/_feature-details.scss */
  .feature-details__item {
    display: flex;
    flex: 0 0 48%;
  }
  /* line 125, ../../sass/modules/_feature-details.scss */
  .feature-details__item:first-child, .feature-details__item:nth-child(2) {
    margin: 0 0 3.333em;
  }
  /* line 131, ../../sass/modules/_feature-details.scss */
  .feature-details__image {
    flex: 0 0 5.556em;
  }
  /* line 135, ../../sass/modules/_feature-details.scss */
  .feature-details__copy {
    padding: 0.556em 0.556em 0 1.389em;
  }
}
@media screen and (min-width: 1025px) {
  /* line 143, ../../sass/modules/_feature-details.scss */
  .feature-details__copy {
    padding-right: 3.889em;
  }
}
/* line 1, ../../sass/modules/_features.scss */
.features {
  background: #f2f2f2;
}
/* line 4, ../../sass/modules/_features.scss */
.features__container {
  align-items: center;
  justify-content: center;
}
/* line 8, ../../sass/modules/_features.scss */
.features__container .features__button {
  flex: 0 0 3em;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
}
/* line 14, ../../sass/modules/_features.scss */
.features__container .features__button--steel-blue {
  background: #4772ba;
}
/* line 16, ../../sass/modules/_features.scss */
.features__container .features__button--steel-blue:hover {
  background: #4772ba;
}
/* line 21, ../../sass/modules/_features.scss */
.features__container .features__button--light-blue {
  background: #64abff;
}
/* line 23, ../../sass/modules/_features.scss */
.features__container .features__button--light-blue:hover {
  background: #64abff;
}
/* line 28, ../../sass/modules/_features.scss */
.features__container .features__button--sea-green {
  background: #55aeb7;
}
/* line 30, ../../sass/modules/_features.scss */
.features__container .features__button--sea-green:hover {
  background: #55aeb7;
}
/* line 35, ../../sass/modules/_features.scss */
.features__container .features__button--slate-blue {
  background: #446890;
}
/* line 37, ../../sass/modules/_features.scss */
.features__container .features__button--slate-blue:hover {
  background: #446890;
}
/* line 44, ../../sass/modules/_features.scss */
.features__image-container {
  display: flex;
  height: 80px;
}
/* line 49, ../../sass/modules/_features.scss */
.features__heading {
  flex: 0 0 30px;
  font-size: 1.5em;
  margin: 0 0 .5em 0;
}
/* line 55, ../../sass/modules/_features.scss */
.features__description {
  flex: 1;
  max-width: 12em;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 71, ../../sass/modules/_features.scss */
  .features__container {
    flex-wrap: wrap;
    max-width: 550px;
  }
}
@media only screen and (min-width: 768px) {
  /* line 80, ../../sass/modules/_features.scss */
  .features__container {
    flex-direction: row;
    justify-content: space-between;
  }
}
/* line 1, ../../sass/modules/_media.scss */
.media {
  margin: 0 0.833em;
  padding: 0 0 6.667em;
}
/* line 5, ../../sass/modules/_media.scss */
.media__container {
  max-width: 41.667em;
}
/* line 9, ../../sass/modules/_media.scss */
.media__item {
  font-size: .85em;
  line-height: 1.5;
}
/* line 13, ../../sass/modules/_media.scss */
.media__item:not(:last-child) {
  margin: 0 0 1.290em;
}
/* line 18, ../../sass/modules/_media.scss */
.media__link {
  color: #64abff;
  font-weight: bold;
}
/* line 22, ../../sass/modules/_media.scss */
.media__link:hover {
  text-decoration: underline;
}

/* line 1, ../../sass/modules/_pricing.scss */
.pricing {
  background-color: #31428d;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.05), transparent), url("../images/content-background.svg");
  background-repeat: no-repeat;
  background-position: auto, center center;
  background-size: auto, cover;
  padding: 0 0 5em;
}
/* line 9, ../../sass/modules/_pricing.scss */
.pricing__title {
  background: #fff;
  color: #29337b;
}
/* line 14, ../../sass/modules/_pricing.scss */
.pricing__container {
  max-width: 46.111em;
  padding: 0 0.833em;
}
/* line 19, ../../sass/modules/_pricing.scss */
.pricing__block {
  background: #fff;
  padding: 0 0 2.778em;
}
/* line 24, ../../sass/modules/_pricing.scss */
.pricing__headline {
  background: #f7f7f9;
  font-size: 1em;
  font-weight: bold;
  letter-spacing: .1em;
  margin: 0 0 0.556em;
  padding: 1.111em 0;
  text-align: center;
  text-transform: uppercase;
}
/* line 34, ../../sass/modules/_pricing.scss */
.pricing__headline--standard {
  color: #29337b;
}
/* line 38, ../../sass/modules/_pricing.scss */
.pricing__headline--enterprise {
  color: #39b272;
}
/* line 43, ../../sass/modules/_pricing.scss */
.pricing__list {
  margin: 0 0 1.667em;
  padding: 0 1.111em;
}
/* line 48, ../../sass/modules/_pricing.scss */
.pricing__item {
  background-position: 1.111em 0.889em;
  background-repeat: no-repeat;
  border-bottom: 1px solid #f7f7f9;
  font-size: .85em;
  padding: 0.833em 0 0.833em 2.556em;
}
/* line 55, ../../sass/modules/_pricing.scss */
.pricing__item--standard {
  background-image: url("../images/icons/checkbox-blue.svg");
}
/* line 59, ../../sass/modules/_pricing.scss */
.pricing__item--enterprise {
  background-image: url("../images/icons/checkbox-green.svg");
}
/* line 64, ../../sass/modules/_pricing.scss */
.pricing__btn {
  border-radius: .417em;
  display: inline-block;
  letter-spacing: .2em;
  font-size: .85rem;
  font-weight: bold;
  padding: 0.556em 1.667em;
  width: auto;
}

@media screen and (max-width: 767px) {
  /* line 77, ../../sass/modules/_pricing.scss */
  .pricing__title {
    margin: 0 0 1.5em;
    padding: .8em 0;
  }
  /* line 82, ../../sass/modules/_pricing.scss */
  .pricing__block {
    margin: 0 0 0.833em;
    text-align: center;
  }
  /* line 87, ../../sass/modules/_pricing.scss */
  .pricing__list {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) {
  /* line 95, ../../sass/modules/_pricing.scss */
  .pricing__title {
    margin: 0 0 5em;
    padding: 1.667em 0;
  }
  /* line 100, ../../sass/modules/_pricing.scss */
  .pricing__container {
    flex-direction: row;
    justify-content: space-between;
  }
  /* line 105, ../../sass/modules/_pricing.scss */
  .pricing__block {
    display: flex;
    flex: 0 0 49%;
    flex-direction: column;
  }
  /* line 111, ../../sass/modules/_pricing.scss */
  .pricing__list {
    flex: 1;
  }
  /* line 115, ../../sass/modules/_pricing.scss */
  .pricing__btn {
    align-self: center;
  }
}
/* line 1, ../../sass/modules/_splash.scss */
.splash {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
/* line 8, ../../sass/modules/_splash.scss */
.splash__headline {
  font-size: 1.5em;
  line-height: 1em;
  margin: .5em 0;
  max-width: 8em;
  text-align: center;
}
/* line 16, ../../sass/modules/_splash.scss */
.splash__copy {
  font-size: .6em;
  max-width: 16em;
  text-align: center;
}
/* line 22, ../../sass/modules/_splash.scss */
.splash__btn {
  border-radius: .15em;
  display: flex;
  font-size: .6em;
  height: 3em;
  letter-spacing: .1em;
  margin: 2em 0;
  min-width: 18em;
  justify-content: center;
  align-items: center;
}
/* line 34, ../../sass/modules/_splash.scss */
.splash__panel {
  height: auto;
  margin: 0 0 2em 0;
  max-width: 85%;
  padding: 1em;
}

@media only screen and (min-width: 768px) {
  /* line 46, ../../sass/modules/_splash.scss */
  .splash__headline {
    font-size: 3em;
    font-weight: bold;
    margin-bottom: 0;
    min-width: 100%;
  }
  /* line 53, ../../sass/modules/_splash.scss */
  .splash__copy {
    font-size: 1em;
    max-width: 100%;
  }
  /* line 58, ../../sass/modules/_splash.scss */
  .splash__btn {
    border-radius: .5em;
    margin: 2.5em 0;
    width: 21em;
  }
  /* line 64, ../../sass/modules/_splash.scss */
  .splash__panel {
    max-width: 32.5em;
  }
}
/* line 1, ../../sass/modules/_testimonials.scss */
.testimonials {
  background: #64abff url("../images/content-background.svg") no-repeat center center;
  background-size: cover;
  font-size: .85em;
}
/* line 6, ../../sass/modules/_testimonials.scss */
.testimonials__container {
  padding: 0 0.833em;
}
/* line 10, ../../sass/modules/_testimonials.scss */
.testimonials__source {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 1.667em;
}
/* line 16, ../../sass/modules/_testimonials.scss */
.testimonials__source:not(:last-child) {
  margin-bottom: 0.833em;
}
/* line 21, ../../sass/modules/_testimonials.scss */
.testimonials__logo {
  align-items: center;
  display: flex;
  flex: 0 0 2.222em;
  justify-content: center;
}
/* line 28, ../../sass/modules/_testimonials.scss */
.testimonials__grouping {
  margin: 0 0 1rem;
}
/* line 32, ../../sass/modules/_testimonials.scss */
.testimonials__copy {
  align-items: center;
  display: flex;
  line-height: 1.5;
  margin: 1.667em 0;
  text-align: center;
}
/* line 40, ../../sass/modules/_testimonials.scss */
.testimonials__cite {
  text-align: center;
}
/* line 44, ../../sass/modules/_testimonials.scss */
.testimonials__name {
  display: block;
  margin: 0 0 0.278em;
}

@media only screen and (min-width: 768px) {
  /* line 52, ../../sass/modules/_testimonials.scss */
  .testimonials__container {
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1280px;
    padding-bottom: 4.167em;
  }
  /* line 60, ../../sass/modules/_testimonials.scss */
  .testimonials__grouping {
    display: flex;
    justify-content: center;
    margin: 0 0 2rem;
  }
  /* line 66, ../../sass/modules/_testimonials.scss */
  .testimonials__source {
    flex: 0 0 26%;
    height: 100%;
    margin: 0 1.4rem;
    min-width: 250px;
  }
  /* line 73, ../../sass/modules/_testimonials.scss */
  .testimonials__invision {
    width: 120px;
  }
  /* line 77, ../../sass/modules/_testimonials.scss */
  .testimonials__copy {
    flex: 1;
  }
  /* line 81, ../../sass/modules/_testimonials.scss */
  .testimonials__cite {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /* line 89, ../../sass/modules/_testimonials.scss */
  .testimonials__container {
    padding-bottom: 2.111em;
  }
}
/* Slider */
/* line 3, ../../sass/modules/_slider.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* line 17, ../../sass/modules/_slider.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../../sass/modules/_slider.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../../sass/modules/_slider.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../../sass/modules/_slider.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../../sass/modules/_slider.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../../sass/modules/_slider.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../../sass/modules/_slider.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../../sass/modules/_slider.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../../sass/modules/_slider.scss */
.slick-slide {
  background-position: center;
  background-size: cover;
  width: 500px;
  float: left;
  height: 100%;
  min-height: 400px;
  display: none;
}
/* line 70, ../../sass/modules/_slider.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 73, ../../sass/modules/_slider.scss */
.slick-slide img {
  display: block;
}
/* line 76, ../../sass/modules/_slider.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 82, ../../sass/modules/_slider.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 86, ../../sass/modules/_slider.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 90, ../../sass/modules/_slider.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 94, ../../sass/modules/_slider.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 100, ../../sass/modules/_slider.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
/* line 146, ../../sass/modules/_slider.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  height: 100%;
  background-color: #5b9dee;
  width: 50px;
}
@media screen and (max-width: 767px) {
  /* line 146, ../../sass/modules/_slider.scss */
  .slick-prev,
  .slick-next {
    background-color: transparent;
  }
}
/* line 172, ../../sass/modules/_slider.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
/* line 174, ../../sass/modules/_slider.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 178, ../../sass/modules/_slider.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 181, ../../sass/modules/_slider.scss */
.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 191, ../../sass/modules/_slider.scss */
.slick-prev {
  left: 0;
  z-index: 2;
}
/* line 194, ../../sass/modules/_slider.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 198, ../../sass/modules/_slider.scss */
.slick-prev:before {
  content: "←";
}
/* line 200, ../../sass/modules/_slider.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 206, ../../sass/modules/_slider.scss */
.slick-next {
  right: 0;
}
/* line 208, ../../sass/modules/_slider.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 212, ../../sass/modules/_slider.scss */
.slick-next:before {
  content: "→";
}
/* line 214, ../../sass/modules/_slider.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 222, ../../sass/modules/_slider.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 226, ../../sass/modules/_slider.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 235, ../../sass/modules/_slider.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 243, ../../sass/modules/_slider.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 255, ../../sass/modules/_slider.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 257, ../../sass/modules/_slider.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 261, ../../sass/modules/_slider.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 277, ../../sass/modules/_slider.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../../sass/pages/_about.scss */
.about {
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 12px;
}
@media only screen and (min-width: 768px) {
  /* line 1, ../../sass/pages/_about.scss */
  .about {
    font-size: 16px;
  }
}
/* line 10, ../../sass/pages/_about.scss */
.about .page-footer--marketing {
  border-top: none;
}
/* line 14, ../../sass/pages/_about.scss */
.about .container {
  margin: 0 auto;
  padding: 0 2em;
  width: 100%;
}
/* line 20, ../../sass/pages/_about.scss */
.about .hero {
  align-items: center;
  background-color: #fff;
  color: #29337b;
  display: flex;
  height: calc(100vh - (4.5em * 5));
  text-align: left;
}
/* line 28, ../../sass/pages/_about.scss */
.about .hero .container {
  max-width: 768px;
}
/* line 32, ../../sass/pages/_about.scss */
.about .hero .heading {
  align-items: center;
  justify-content: flex-start;
  display: flex;
  flex-direction: row;
  font-weight: 200;
  font-size: 2.6em;
  line-height: 1;
  margin: 0 0 0.6em;
}
/* line 43, ../../sass/pages/_about.scss */
.about .hero .mission-flag {
  margin: 0 0.6em 0 0;
  width: 0.6em;
}
/* line 48, ../../sass/pages/_about.scss */
.about .hero .subheading {
  font-size: 1.8em;
  font-weight: bold;
  margin: 0.4em 0;
}
/* line 54, ../../sass/pages/_about.scss */
.about .hero .description {
  font-size: 1.2em;
  line-height: 1.6em;
}
/* line 59, ../../sass/pages/_about.scss */
.about .hero a {
  text-decoration: underline;
}
/* line 64, ../../sass/pages/_about.scss */
.about .values {
  font-size: 14px;
  min-height: 100vh;
  position: relative;
  margin-top: 13em;
}
@media only screen and (min-width: 768px) {
  /* line 64, ../../sass/pages/_about.scss */
  .about .values {
    font-size: 16px;
    margin-top: 0;
  }
}
/* line 75, ../../sass/pages/_about.scss */
.about .values .container {
  max-width: 768px;
}
/* line 79, ../../sass/pages/_about.scss */
.about .values .title {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 1.8rem;
  font-weight: 200;
  justify-content: center;
  position: relative;
  top: 1em;
}
/* line 90, ../../sass/pages/_about.scss */
.about .values .title .icon {
  margin: 0 0.6em 0 0;
  width: 0.98em;
}
@media only screen and (min-width: 768px) {
  /* line 79, ../../sass/pages/_about.scss */
  .about .values .title {
    font-size: 2.625rem;
    top: 1.3em;
  }
}
/* line 101, ../../sass/pages/_about.scss */
.about .values__banner {
  align-items: center;
  background-image: url("/static/images/about/values-banner-mobile-01.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 13.25em;
  justify-content: center;
  position: absolute;
  top: -12em;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  /* line 101, ../../sass/pages/_about.scss */
  .about .values__banner {
    background-image: url("/static/images/about/values-banner-1.svg");
    background-size: cover;
    height: 31.25em;
    position: relative;
    top: 0;
  }
}
/* line 124, ../../sass/pages/_about.scss */
.about .values .wrap {
  background-color: #f2f2f2;
  position: relative;
  padding: 4em 0 11.875em;
}
/* line 129, ../../sass/pages/_about.scss */
.about .values .wrap:before {
  background-color: #f2f2f2;
  content: '';
  display: none;
  height: 18.75em;
  position: absolute;
  top: -18.75em;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 129, ../../sass/pages/_about.scss */
  .about .values .wrap:before {
    display: block;
  }
}
/* line 144, ../../sass/pages/_about.scss */
.about .values-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
}
/* line 152, ../../sass/pages/_about.scss */
.about .values-item {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
}
/* line 160, ../../sass/pages/_about.scss */
.about .values-item:nth-of-type(even) .values-icon {
  margin: 0 1em 0;
}
@media screen and (max-width: 767px) {
  /* line 160, ../../sass/pages/_about.scss */
  .about .values-item:nth-of-type(even) .values-icon {
    margin: 0 0 0 1em;
  }
}
/* line 167, ../../sass/pages/_about.scss */
.about .values-item-path {
  background-image: url("/static/images/about/path.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  height: 6.25em;
  top: 114%;
  width: 80%;
  order: 3;
}
@media only screen and (min-width: 768px) {
  /* line 167, ../../sass/pages/_about.scss */
  .about .values-item-path {
    width: 69%;
  }
}
/* line 184, ../../sass/pages/_about.scss */
.about .values-item:nth-of-type(even) .values-item-path {
  transform: scale(-1, 1);
}
/* line 188, ../../sass/pages/_about.scss */
.about .values-item:nth-of-type(even) .values-icon {
  order: 1;
}
/* line 194, ../../sass/pages/_about.scss */
.about .values-item:last-of-type .values-item-path {
  background-image: url("/static/images/about/final-path.png");
  margin: 0 3rem 0 auto;
  transform: scale(1);
  width: 172px;
}
@media only screen and (min-width: 768px) {
  /* line 194, ../../sass/pages/_about.scss */
  .about .values-item:last-of-type .values-item-path {
    width: 360px;
  }
}
/* line 207, ../../sass/pages/_about.scss */
.about .values-icon {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 8px 5px rgba(200, 200, 200, 0.2);
  display: flex;
  justify-content: center;
  margin: 0 1em 0;
  min-height: 5.25em;
  min-width: 5.25em;
  height: 5.25em;
  width: 5.25em;
}
@media screen and (max-width: 767px) {
  /* line 207, ../../sass/pages/_about.scss */
  .about .values-icon {
    margin: 0 1em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  /* line 207, ../../sass/pages/_about.scss */
  .about .values-icon {
    height: 11.25em;
    width: 11.25em;
  }
}
/* line 230, ../../sass/pages/_about.scss */
.about .values-image {
  height: auto;
  width: 50%;
}
/* line 235, ../../sass/pages/_about.scss */
.about .values-content {
  display: flex;
  flex-direction: column;
  margin: 0 1em 0;
  max-width: 31.25em;
}
/* line 242, ../../sass/pages/_about.scss */
.about .values-heading {
  color: #29337b;
  font-weight: 500;
  font-size: 1.75em;
}
/* line 248, ../../sass/pages/_about.scss */
.about .values-description {
  color: #446890;
  font-size: 1.3125em;
}

/* line 255, ../../sass/pages/_about.scss */
.benefits {
  background-color: transparent;
  position: relative;
}
/* line 258, ../../sass/pages/_about.scss */
.benefits:before {
  content: '';
  position: absolute;
  top: -24.9375em;
  background-color: transparent;
  background-image: url("/static/images/about/skyline-01.svg");
  background-size: 100% auto;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 25em;
  width: 100%;
}
/* line 271, ../../sass/pages/_about.scss */
.benefits .container {
  max-width: 768px;
}
/* line 275, ../../sass/pages/_about.scss */
.benefits .title {
  align-items: flex-start;
  color: #fff;
  display: flex;
  flex-direction: row;
  font-size: 1.8rem;
  font-weight: 200;
  justify-content: center;
  margin: 0 0 2em;
  position: relative;
  text-align: center;
  line-height: 0.98em;
}
@media only screen and (min-width: 768px) {
  /* line 275, ../../sass/pages/_about.scss */
  .benefits .title {
    font-size: 2.625rem;
  }
}
/* line 292, ../../sass/pages/_about.scss */
.benefits .title .icon {
  margin: 0 0.6em 0 0;
  width: 0.98em;
}
/* line 298, ../../sass/pages/_about.scss */
.benefits .wrap {
  background-color: #4772ba;
  padding: 0 0 6rem;
}
/* line 303, ../../sass/pages/_about.scss */
.benefits .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 1em;
}
/* line 311, ../../sass/pages/_about.scss */
.benefits .item {
  align-items: center;
  background-color: #417ec8;
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  line-height: 2.8em;
  margin: 0 0 1em;
  height: 12.9375em;
  padding: 0 2em;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 311, ../../sass/pages/_about.scss */
  .benefits .item {
    line-height: 2em;
    height: 10.9375em;
    width: 48%;
  }
}
/* line 333, ../../sass/pages/_about.scss */
.benefits-icon {
  height: auto;
  margin: 0 1.6em 0 0;
  width: 2.5em;
}
/* line 339, ../../sass/pages/_about.scss */
.benefits-heading {
  font-size: 1.5em;
}
@media only screen and (min-width: 768px) {
  /* line 339, ../../sass/pages/_about.scss */
  .benefits-heading {
    font-size: 1em;
  }
}

/* line 348, ../../sass/pages/_about.scss */
.what-others {
  background-color: #29337b;
  padding: 0 0 12em;
  position: relative;
  width: 100%;
}
/* line 354, ../../sass/pages/_about.scss */
.what-others:before {
  background-color: #29337b;
  content: '';
  position: absolute;
  top: -30px;
  height: 30px;
  width: 100%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
/* line 365, ../../sass/pages/_about.scss */
.what-others .title {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  justify-content: center;
  margin: 2em 0;
  text-align: center;
}
/* line 374, ../../sass/pages/_about.scss */
.what-others .title .logo {
  margin: 0 0.7em 0 0;
  width: 28px;
}
@media only screen and (min-width: 768px) {
  /* line 365, ../../sass/pages/_about.scss */
  .what-others .title {
    font-size: 2.625rem;
    margin: 3em 0;
  }
}
/* line 385, ../../sass/pages/_about.scss */
.what-others .bubbles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  /* line 385, ../../sass/pages/_about.scss */
  .what-others .bubbles {
    justify-content: space-between;
  }
}
/* line 396, ../../sass/pages/_about.scss */
.what-others .bubble-pair {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 20em;
  justify-content: space-around;
  position: relative;
  width: 34%;
}
@media only screen and (min-width: 768px) {
  /* line 396, ../../sass/pages/_about.scss */
  .what-others .bubble-pair {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  /* line 409, ../../sass/pages/_about.scss */
  .what-others .bubble-pair:nth-of-type(odd) {
    top: 60px;
  }
}
/* line 416, ../../sass/pages/_about.scss */
.what-others .bubble-pair .bubble:first-of-type {
  left: 22px;
}
@media only screen and (min-width: 768px) {
  /* line 416, ../../sass/pages/_about.scss */
  .what-others .bubble-pair .bubble:first-of-type {
    left: 44px;
  }
}
/* line 425, ../../sass/pages/_about.scss */
.what-others .bubble-pair:first-of-type .bubble:first-of-type {
  left: -10px;
}
@media only screen and (min-width: 768px) {
  /* line 425, ../../sass/pages/_about.scss */
  .what-others .bubble-pair:first-of-type .bubble:first-of-type {
    left: -20px;
  }
}
/* line 434, ../../sass/pages/_about.scss */
.what-others .bubble-pair:last-of-type {
  order: 3;
}
@media only screen and (min-width: 768px) {
  /* line 434, ../../sass/pages/_about.scss */
  .what-others .bubble-pair:last-of-type {
    order: initial;
  }
}
/* line 443, ../../sass/pages/_about.scss */
.what-others .bubble {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  height: auto;
  min-height: 7em;
  max-height: 7em;
  min-width: 7em;
  max-width: 7em;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 443, ../../sass/pages/_about.scss */
  .what-others .bubble {
    max-height: 12.5em;
    max-width: 12.5em;
    min-height: 7.5em;
    min-width: 7.5em;
  }
}
/* line 464, ../../sass/pages/_about.scss */
.what-others .bubble.empty {
  background-color: #29337b;
  border: 2px solid #fff;
}
/* line 469, ../../sass/pages/_about.scss */
.what-others .bubble.small {
  min-height: 5em;
  max-height: 5em;
  min-width: 5em;
  max-width: 5em;
}

/* line 478, ../../sass/pages/_about.scss */
.logo {
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 478, ../../sass/pages/_about.scss */
  .logo {
    width: 70%;
  }
}
/* line 486, ../../sass/pages/_about.scss */
.logo-vb {
  width: 80%;
}
/* line 490, ../../sass/pages/_about.scss */
.logo-insider {
  width: 80%;
}
/* line 494, ../../sass/pages/_about.scss */
.logo-inc {
  width: 80%;
}
/* line 498, ../../sass/pages/_about.scss */
.logo-cnbc {
  width: 80px;
}
@media screen and (max-width: 767px) {
  /* line 498, ../../sass/pages/_about.scss */
  .logo-cnbc {
    width: 50px;
  }
}
/* line 506, ../../sass/pages/_about.scss */
.logo-fortune {
  width: 89%;
}
@media screen and (max-width: 767px) {
  /* line 506, ../../sass/pages/_about.scss */
  .logo-fortune {
    width: 87%;
  }
}
/* line 514, ../../sass/pages/_about.scss */
.logo-forbes {
  width: 80%;
}
@media screen and (max-width: 767px) {
  /* line 514, ../../sass/pages/_about.scss */
  .logo-forbes {
    width: 81%;
  }
}

/* line 523, ../../sass/pages/_about.scss */
.team {
  overflow: hidden;
}
/* line 526, ../../sass/pages/_about.scss */
.team .title {
  color: #29337b;
  font-size: 1.8rem;
  margin: 1.2em 0;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  /* line 526, ../../sass/pages/_about.scss */
  .team .title {
    font-size: 2.625rem;
  }
}
/* line 537, ../../sass/pages/_about.scss */
.team .wrap {
  background-color: #f2f2f2;
}
/* line 541, ../../sass/pages/_about.scss */
.team .team-container {
  background-color: #f2f2f2;
  margin: 0 auto;
  padding: 2em;
  max-width: 1280px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 541, ../../sass/pages/_about.scss */
  .team .team-container {
    padding: 4em 0;
  }
}
/* line 553, ../../sass/pages/_about.scss */
.team .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  /* line 553, ../../sass/pages/_about.scss */
  .team .list {
    justify-content: space-around;
  }
}
/* line 565, ../../sass/pages/_about.scss */
.team .item {
  display: flex;
  justify-content: center;
  margin: 0 0 4em;
  width: 100%;
}
/* line 571, ../../sass/pages/_about.scss */
.team .item:nth-of-type(n+4) {
  display: none;
}
@media only screen and (min-width: 768px) {
  /* line 565, ../../sass/pages/_about.scss */
  .team .item {
    width: 33%;
  }
  /* line 578, ../../sass/pages/_about.scss */
  .team .item:nth-of-type(n+3) {
    display: flex;
  }
}
/* line 583, ../../sass/pages/_about.scss */
.team .item .team-links {
  align-items: center;
  color: #64abff;
  display: flex;
  font-size: 1.4rem;
  justify-content: center;
  margin: 1rem 0 0;
  width: 100%;
}
/* line 592, ../../sass/pages/_about.scss */
.team .item .team-links > a {
  margin: 0 0.6rem;
}
/* line 598, ../../sass/pages/_about.scss */
.team .see-more {
  align-items: center;
  background-color: #4772ba;
  color: #fff;
  display: flex;
  font-weight: 700;
  height: 100px;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 598, ../../sass/pages/_about.scss */
  .team .see-more {
    display: none;
  }
}
/* line 614, ../../sass/pages/_about.scss */
.team.show-all .item {
  display: flex;
}
/* line 618, ../../sass/pages/_about.scss */
.team.show-all .see-more {
  display: none;
}

/* line 624, ../../sass/pages/_about.scss */
.team-member {
  display: inline-block;
  position: relative;
  text-align: center;
  height: auto;
  max-width: 300px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 624, ../../sass/pages/_about.scss */
  .team-member {
    width: 18.75em;
  }
}
/* line 637, ../../sass/pages/_about.scss */
.team-member .team-name {
  color: #29337b;
  font-size: 1.125em;
  font-weight: 700;
}
/* line 643, ../../sass/pages/_about.scss */
.team-member .team-title {
  color: #446890;
  font-size: 0.875em;
  font-weight: 700;
  text-transform: uppercase;
}

/* line 651, ../../sass/pages/_about.scss */
.team-member_image {
  align-items: center;
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  height: 300px;
  justify-content: center;
  margin: 0 0 1em;
  transition: background 0.4s ease-in-out;
  width: 100%;
}
/* line 666, ../../sass/pages/_about.scss */
.team-member_image .team-quote {
  align-items: center;
  background-color: #fff;
  color: #64abff;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  opacity: 0;
  padding: 0.75em;
  transition: opacity 0.4s ease-in-out;
  width: 100%;
}
/* line 680, ../../sass/pages/_about.scss */
.team-member_image .team-quote:hover {
  opacity: 1;
}

/* line 686, ../../sass/pages/_about.scss */
.investors {
  background-color: #fff;
}
/* line 689, ../../sass/pages/_about.scss */
.investors .hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f5f5f8;
  margin: 1em 0;
  padding: 0;
}
/* line 698, ../../sass/pages/_about.scss */
.investors .investors-container {
  margin: 0 auto;
  padding: 4em 0;
  max-width: 1280px;
  width: 100%;
}
/* line 705, ../../sass/pages/_about.scss */
.investors .title {
  color: #29337b;
  font-size: 2.625rem;
  margin: 1.2em 0;
  text-align: center;
}
/* line 712, ../../sass/pages/_about.scss */
.investors .list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
/* line 719, ../../sass/pages/_about.scss */
.investors .item {
  max-width: 12.5em;
  margin: 0 0 2em;
}
/* line 724, ../../sass/pages/_about.scss */
.investors .angel-list-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 6em 0 0;
}
@media only screen and (min-width: 768px) {
  /* line 724, ../../sass/pages/_about.scss */
  .investors .angel-list-container {
    flex-direction: row;
  }
}
/* line 736, ../../sass/pages/_about.scss */
.investors .angel-list {
  display: flex;
  flex-direction: column;
}
/* line 741, ../../sass/pages/_about.scss */
.investors .angel-item {
  margin: 0.4em 0;
  text-align: left;
}
/* line 746, ../../sass/pages/_about.scss */
.investors .angel-name {
  color: #64abff;
  font-weight: 700;
}
/* line 751, ../../sass/pages/_about.scss */
.investors .angel-title {
  color: #29337b;
}

/* line 756, ../../sass/pages/_about.scss */
.whats-new {
  align-items: flex-end;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  overflow: hidden;
  padding: 8em 1em 0;
  position: relative;
}
/* line 765, ../../sass/pages/_about.scss */
.whats-new-container {
  align-items: center;
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 0 18px 12px rgba(172, 172, 172, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 1024px;
  padding: 0 1em;
  width: 100%;
}
/* line 779, ../../sass/pages/_about.scss */
.whats-new .title {
  display: flex;
  flex-direction: row;
  color: #29337b;
  margin: 2.2em 0 1.2em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  /* line 779, ../../sass/pages/_about.scss */
  .whats-new .title {
    font-size: 2.625rem;
  }
}
/* line 791, ../../sass/pages/_about.scss */
.whats-new .icon {
  margin: 0 1rem 0 0;
}
/* line 795, ../../sass/pages/_about.scss */
.whats-new .list {
  max-width: 500px;
  padding: 0 0 10em;
  width: 100%;
}
/* line 801, ../../sass/pages/_about.scss */
.whats-new .item {
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 6px;
  color: #29337b;
  display: flex;
  height: 40px;
  justify-content: flex-start;
  margin: 0 0 1em;
  max-width: 500px;
  width: 100%;
}
/* line 814, ../../sass/pages/_about.scss */
.whats-new .link {
  overflow: hidden;
  position: relative;
  text-indent: 3em;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
/* line 822, ../../sass/pages/_about.scss */
.whats-new .link:before {
  background-image: url("/static/images/about/star-fill.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 100%;
  left: 20px;
  position: absolute;
  width: 20px;
}
/* line 834, ../../sass/pages/_about.scss */
.whats-new-border {
  background-image: url("/static/images/about/whats-new-border.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 102%;
  bottom: -1px;
  height: 100px;
  left: 0;
  pointer-events: none;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 834, ../../sass/pages/_about.scss */
  .whats-new-border {
    height: 308px;
  }
}

/* line 853, ../../sass/pages/_about.scss */
.photo-slider .title {
  align-items: flex-start;
  color: #29337b;
  display: flex;
  flex-direction: row;
  font-weight: 200;
  justify-content: center;
  margin: 2em 0;
  position: relative;
  text-align: center;
  line-height: 0.98em;
  font-size: 1.8rem;
}
@media only screen and (min-width: 768px) {
  /* line 853, ../../sass/pages/_about.scss */
  .photo-slider .title {
    font-size: 2.625rem;
  }
}
/* line 870, ../../sass/pages/_about.scss */
.photo-slider .title .icon {
  margin: 0 0.6em 0 0;
  width: 1.5em;
}
/* line 876, ../../sass/pages/_about.scss */
.photo-slider .slick-next {
  right: 0;
}
/* line 881, ../../sass/pages/_about.scss */
.photo-slider .slick-prev:before {
  transform: scaleX(-1);
}
/* line 888, ../../sass/pages/_about.scss */
.photo-slider .slick-next:before,
.photo-slider .slick-prev:before {
  background-repeat: no-repeat;
  background-image: url("/static/images/about/arrow.svg");
  background-size: contain;
  content: '';
  height: 26px;
  margin-left: -6px;
  margin-top: -13px;
  position: absolute;
  width: 14px;
}

/* line 902, ../../sass/pages/_about.scss */
.contact {
  background-color: #29337b;
  padding: 6em 0;
}
/* line 906, ../../sass/pages/_about.scss */
.contact .contact-container {
  align-items: center;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  height: 100%;
  max-width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 906, ../../sass/pages/_about.scss */
  .contact .contact-container {
    flex-direction: row;
    max-height: 576px;
  }
}
/* line 922, ../../sass/pages/_about.scss */
.contact .map {
  position: relative;
  height: 320px;
  width: 100%;
}
/* line 927, ../../sass/pages/_about.scss */
.contact .map #map {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  /* line 922, ../../sass/pages/_about.scss */
  .contact .map {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
  }
}
/* line 944, ../../sass/pages/_about.scss */
.contact .blocks {
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
  width: 100%;
  top: 50%;
}
@media only screen and (min-width: 768px) {
  /* line 944, ../../sass/pages/_about.scss */
  .contact .blocks {
    left: 50%;
    width: 50%;
  }
}
/* line 959, ../../sass/pages/_about.scss */
.contact .address-container {
  background-color: #5b9dee;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 240px;
  padding: 0 0 0 4em;
}
/* line 967, ../../sass/pages/_about.scss */
.contact .address-container .address-heading {
  display: flex;
  flex-direction: row;
  font-size: 2em;
  font-weight: 200;
  margin-bottom: 1.2em;
}
/* line 975, ../../sass/pages/_about.scss */
.contact .address-container .address-icon {
  margin: 0 0.7em 0 0;
}
/* line 979, ../../sass/pages/_about.scss */
.contact .address-container .address {
  display: block;
  font-size: 1.4em;
  font-style: normal;
  font-weight: 200;
}
@media only screen and (min-width: 768px) {
  /* line 959, ../../sass/pages/_about.scss */
  .contact .address-container {
    height: 26.8vw;
    max-height: 300px;
  }
}
/* line 992, ../../sass/pages/_about.scss */
.contact .landmarks {
  justify-content: center;
  background-color: #64abff;
  display: flex;
  min-height: 240px;
  flex-direction: column;
  font-size: 0.9em;
  padding: 0 0 0 4em;
}
@media only screen and (min-width: 768px) {
  /* line 992, ../../sass/pages/_about.scss */
  .contact .landmarks {
    height: 26.8vw;
    max-height: 300px;
  }
}
/* line 1006, ../../sass/pages/_about.scss */
.contact .landmarks-heading {
  color: #29337b;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0 0 1em;
  text-transform: uppercase;
}
/* line 1015, ../../sass/pages/_about.scss */
.contact .landmarks-list {
  list-style: disc;
  padding: 0 0 0 2em;
}
/* line 1020, ../../sass/pages/_about.scss */
.contact .landmarks-item {
  margin: 0 0 0.4em;
}
