@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
/* line 11, _sass/core/normalize.scss */
html {
  line-height: 1.3;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
/* line 23, _sass/core/normalize.scss */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 41, _sass/core/normalize.scss */
hr {
  -webkit-box-sizing: content-box;
          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 52, _sass/core/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
/* line 64, _sass/core/normalize.scss */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 73, _sass/core/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 83, _sass/core/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 93, _sass/core/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
/* line 104, _sass/core/normalize.scss */
small {
  font-size: 80%; }

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

/* line 121, _sass/core/normalize.scss */
sub {
  bottom: -0.25em; }

/* line 125, _sass/core/normalize.scss */
sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
/* line 136, _sass/core/normalize.scss */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 148, _sass/core/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.3;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 164, _sass/core/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 174, _sass/core/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
/* line 183, _sass/core/normalize.scss */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 194, _sass/core/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 206, _sass/core/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
/* line 217, _sass/core/normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 228, _sass/core/normalize.scss */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 241, _sass/core/normalize.scss */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
/* line 249, _sass/core/normalize.scss */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
/* line 258, _sass/core/normalize.scss */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 268, _sass/core/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 278, _sass/core/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
/* line 287, _sass/core/normalize.scss */
[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 296, _sass/core/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
/* line 308, _sass/core/normalize.scss */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
/* line 316, _sass/core/normalize.scss */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
/* line 327, _sass/core/normalize.scss */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
/* line 335, _sass/core/normalize.scss */
[hidden] {
  display: none; }

@-webkit-keyframes animateCircle {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(200px, 200px);
            transform: translate(200px, 200px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes animateCircle {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(200px, 200px);
            transform: translate(200px, 200px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes animateCircle2 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(200px, -200px);
            transform: translate(200px, -200px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes animateCircle2 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(200px, -200px);
            transform: translate(200px, -200px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes animateBigCircle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes animateBigCircle {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes animatePage {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes animatePage {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes hideConnectSubheading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; } }

@keyframes hideConnectSubheading {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; } }

@-webkit-keyframes showConnectSubheading {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes showConnectSubheading {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@-webkit-keyframes showConnectHeading {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0; }
  67% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes showConnectHeading {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0; }
  67% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes animateGlobe1 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(8vw, -20vw);
            transform: translate(8vw, -20vw); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes animateGlobe1 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(8vw, -20vw);
            transform: translate(8vw, -20vw); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes animateGlobe2 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(-8vw, 20vw);
            transform: translate(-8vw, 20vw); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@keyframes animateGlobe2 {
  0% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); }
  50% {
    -webkit-transform: translate(-8vw, 20vw);
            transform: translate(-8vw, 20vw); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }

@-webkit-keyframes animateExploreRing1 {
  0% {
    -webkit-transform: translateX(0) translateY(5px) rotate(0);
            transform: translateX(0) translateY(5px) rotate(0); }
  100% {
    -webkit-transform: translateX(0) translateY(5px) rotate(360deg);
            transform: translateX(0) translateY(5px) rotate(360deg); } }

@keyframes animateExploreRing1 {
  0% {
    -webkit-transform: translateX(0) translateY(5px) rotate(0);
            transform: translateX(0) translateY(5px) rotate(0); }
  100% {
    -webkit-transform: translateX(0) translateY(5px) rotate(360deg);
            transform: translateX(0) translateY(5px) rotate(360deg); } }

@-webkit-keyframes animateExploreRing2 {
  0% {
    -webkit-transform: translateX(-15px) translateY(-10px) rotate(0);
            transform: translateX(-15px) translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateX(-15px) translateY(-10px) rotate(360deg);
            transform: translateX(-15px) translateY(-10px) rotate(360deg); } }

@keyframes animateExploreRing2 {
  0% {
    -webkit-transform: translateX(-15px) translateY(-10px) rotate(0);
            transform: translateX(-15px) translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateX(-15px) translateY(-10px) rotate(360deg);
            transform: translateX(-15px) translateY(-10px) rotate(360deg); } }

@-webkit-keyframes animateExploreRing3 {
  0% {
    -webkit-transform: translateX(25px) translateY(-10px) rotate(0);
            transform: translateX(25px) translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateX(25px) translateY(-10px) rotate(360deg);
            transform: translateX(25px) translateY(-10px) rotate(360deg); } }

@keyframes animateExploreRing3 {
  0% {
    -webkit-transform: translateX(25px) translateY(-10px) rotate(0);
            transform: translateX(25px) translateY(-10px) rotate(0); }
  100% {
    -webkit-transform: translateX(25px) translateY(-10px) rotate(360deg);
            transform: translateX(25px) translateY(-10px) rotate(360deg); } }

@-webkit-keyframes animateMarqueeBackground {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes animateMarqueeBackground {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
            transform: scale(0.95); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes animateMarqueeHeading {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0; }
  67% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@keyframes animateMarqueeHeading {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0; }
  67% {
    opacity: 1; }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes animateMarqueeSubheading {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes animateMarqueeSubheading {
  0% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/* line 1, _sass/core/global.sass */
html {
  background-color: #16082C; }

/* line 4, _sass/core/global.sass */
body {
  color: #81719C;
  position: relative; }

/* line 8, _sass/core/global.sass */
main {
  position: relative; }
  /* line 11, _sass/core/global.sass */
  main[data-animate="true"] {
    -webkit-animation: animatePage 1000ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
            animation: animatePage 1000ms cubic-bezier(0.5, 0.5, 0, 1) forwards; }

/* line 14, _sass/core/global.sass */
.main-section {
  overflow-x: hidden; }

/* line 17, _sass/core/global.sass */
.overflow-arena {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1; }

/* line 26, _sass/core/global.sass */
svg {
  overflow: visible; }

/* line 29, _sass/core/global.sass */
section {
  position: relative; }

/* line 32, _sass/core/global.sass */
hr {
  height: 1px;
  margin: 60px 0;
  border: none;
  background-color: #373044; }

/* line 38, _sass/core/global.sass */
a {
  text-decoration: none;
  color: #40A5FF; }

/* line 42, _sass/core/global.sass */
.center-text {
  text-align: center; }

/* line 45, _sass/core/global.sass */
.bg-purple {
  background-color: #5801E3; }

/* line 48, _sass/core/global.sass */
.bg-green {
  background-color: #42E59A; }

/* line 51, _sass/core/global.sass */
.bg-red {
  background-color: #FC4646; }

/* line 54, _sass/core/global.sass */
.bg-blue {
  background-color: #40A5FF; }

/* line 57, _sass/core/global.sass */
.bg-light-blue {
  background-color: #4ED7D9; }

/* line 60, _sass/core/global.sass */
.bg-orange {
  background-color: #FB9154; }

/* line 63, _sass/core/global.sass */
.bg-magenta {
  background-color: #FF457C; }

/* line 66, _sass/core/global.sass */
.bg-gray, .bg-grey {
  background-color: #A0A0A0; }

/* line 69, _sass/core/global.sass */
.bg-light-gray, .bg-light-grey {
  background-color: #F3F3F3; }

/* line 72, _sass/core/global.sass */
.bg-black {
  background-color: #000000; }

/* line 75, _sass/core/global.sass */
::-moz-selection {
  background: #5801E3;
  color: white; }
::selection {
  background: #5801E3;
  color: white; }

@font-face {
  font-family: "Neue Frutiger";
  src: url("fonts/frutiger/8cc27fff-4973-4909-be22-6c79edd26edb.woff2") format("woff2"), url("fonts/frutiger/bfdc3d36-c142-45e4-858d-9637fa993fca.woff") format("woff");
  font-weight: 350;
  font-style: normal; }

@font-face {
  font-family: "Neue Frutiger";
  src: url("fonts/frutiger/7efbc778-f37a-40cd-a7e1-f794838e8abe.woff2") format("woff2"), url("fonts/frutiger/184a5a1c-df9d-4760-835a-06294f72b584.woff") format("woff");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: "Neue Frutiger";
  src: url("fonts/frutiger/28632498-87cb-4612-a068-20510534cf7e.woff2") format("woff2"), url("fonts/frutiger/b6f85da5-6a21-417c-a71b-4cdd6330a325.woff") format("woff");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: "Neue Frutiger";
  src: url("fonts/frutiger/58ca01f7-a903-4bf3-87ce-b7102fb5e5bd.woff2") format("woff2"), url("fonts/frutiger/b09b836f-1ba0-4006-bd8d-f1735b0a275f.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Neue Frutiger";
  src: url("fonts/frutiger/1aebf234-e6a6-46f1-bd24-d28043a39806.woff2") format("woff2"), url("fonts/frutiger/785b5590-d392-430c-b2f1-4f6e7dcd30ce.woff") format("woff");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Neue Frutiger";
  src: url("fonts/frutiger/1029649f-2667-4caa-a6f4-d2573aa66030.woff2") format("woff2"), url("fonts/frutiger/6c8d58a9-b9e0-49d6-9180-0c06e64efdbd.woff") format("woff");
  font-weight: 700;
  font-style: italic; }

/* line 1, _sass/core/typography.sass */
body, input, textarea, p {
  font-family: "Neue Frutiger"; }

/* line 4, _sass/core/typography.sass */
h1, h2, h3, h4 {
  font-family: "Neue Frutiger";
  color: #D0C4E6;
  margin-top: 60px; }

/* line 9, _sass/core/typography.sass */
h1 {
  font-size: 50px;
  font-weight: 700; }

/* line 13, _sass/core/typography.sass */
h2 {
  font-size: 40px;
  font-weight: 400; }

/* line 17, _sass/core/typography.sass */
h3 {
  font-size: 30px;
  font-weight: 400;
  color: #D0C4E6; }

/* line 22, _sass/core/typography.sass */
h4 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #81719C;
  margin-bottom: 5px; }

/* line 30, _sass/core/typography.sass */
h5 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #81719C;
  margin-bottom: 5px; }

/* line 37, _sass/core/typography.sass */
strong {
  font-weight: bold; }

/* line 40, _sass/core/typography.sass */
p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5; }
  /* line 45, _sass/core/typography.sass */
  p.large {
    font-size: 32px;
    line-height: 42px; }

@supports (background-clip: text) or (-webkit-background-clip: text) {
  /* line 50, _sass/core/typography.sass */
  .bg-clip-text {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: -5px;
    display: inline-block;
    color: transparent; }
    /* line 55, _sass/core/typography.sass */
    .bg-clip-text.red-to-purple {
      background: -webkit-gradient(linear, left top, right top, from(#FC4646), to(#5801E3));
      background: linear-gradient(to right, #FC4646, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 60, _sass/core/typography.sass */
    .bg-clip-text.red-to-green {
      background: -webkit-gradient(linear, left top, right top, from(#FC4646), to(#42E59A));
      background: linear-gradient(to right, #FC4646, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 65, _sass/core/typography.sass */
    .bg-clip-text.purple-to-red {
      background: -webkit-gradient(linear, left top, right top, from(#5801E3), to(#FC4646));
      background: linear-gradient(to right, #5801E3, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 70, _sass/core/typography.sass */
    .bg-clip-text.purple-to-green {
      background: -webkit-gradient(linear, left top, right top, from(#5801E3), to(#42E59A));
      background: linear-gradient(to right, #5801E3, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 75, _sass/core/typography.sass */
    .bg-clip-text.green-to-purple {
      background: -webkit-gradient(linear, left top, right top, from(#42E59A), to(#5801E3));
      background: linear-gradient(to right, #42E59A, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 80, _sass/core/typography.sass */
    .bg-clip-text.green-to-red {
      background: -webkit-gradient(linear, left top, right top, from(#42E59A), to(#FC4646));
      background: linear-gradient(to right, #42E59A, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 86, _sass/core/typography.sass */
    .bg-clip-text.vertical.red-to-purple {
      background: -webkit-gradient(linear, left top, left bottom, from(#FC4646), to(#5801E3));
      background: linear-gradient(to bottom, #FC4646, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 91, _sass/core/typography.sass */
    .bg-clip-text.vertical.red-to-green {
      background: -webkit-gradient(linear, left top, left bottom, from(#FC4646), to(#42E59A));
      background: linear-gradient(to bottom, #FC4646, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 96, _sass/core/typography.sass */
    .bg-clip-text.vertical.purple-to-red {
      background: -webkit-gradient(linear, left top, left bottom, from(#5801E3), to(#FC4646));
      background: linear-gradient(to bottom, #5801E3, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 101, _sass/core/typography.sass */
    .bg-clip-text.vertical.purple-to-green {
      background: -webkit-gradient(linear, left top, left bottom, from(#5801E3), to(#42E59A));
      background: linear-gradient(to bottom, #5801E3, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 106, _sass/core/typography.sass */
    .bg-clip-text.vertical.green-to-purple {
      background: -webkit-gradient(linear, left top, left bottom, from(#42E59A), to(#5801E3));
      background: linear-gradient(to bottom, #42E59A, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 111, _sass/core/typography.sass */
    .bg-clip-text.vertical.green-to-red {
      background: -webkit-gradient(linear, left top, left bottom, from(#42E59A), to(#FC4646));
      background: linear-gradient(to bottom, #42E59A, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 117, _sass/core/typography.sass */
    .bg-clip-text.top-right.red-to-purple {
      background: -webkit-gradient(linear, left bottom, right top, from(#FC4646), to(#5801E3));
      background: linear-gradient(to top right, #FC4646, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 122, _sass/core/typography.sass */
    .bg-clip-text.top-right.red-to-green {
      background: -webkit-gradient(linear, left bottom, right top, from(#FC4646), to(#42E59A));
      background: linear-gradient(to top right, #FC4646, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 127, _sass/core/typography.sass */
    .bg-clip-text.top-right.purple-to-red {
      background: -webkit-gradient(linear, left bottom, right top, from(#5801E3), to(#FC4646));
      background: linear-gradient(to top right, #5801E3, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 132, _sass/core/typography.sass */
    .bg-clip-text.top-right.purple-to-green {
      background: -webkit-gradient(linear, left bottom, right top, from(#5801E3), to(#42E59A));
      background: linear-gradient(to top right, #5801E3, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 137, _sass/core/typography.sass */
    .bg-clip-text.top-right.green-to-purple {
      background: -webkit-gradient(linear, left bottom, right top, from(#42E59A), to(#5801E3));
      background: linear-gradient(to top right, #42E59A, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 142, _sass/core/typography.sass */
    .bg-clip-text.top-right.green-to-red {
      background: -webkit-gradient(linear, left bottom, right top, from(#42E59A), to(#FC4646));
      background: linear-gradient(to top right, #42E59A, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 148, _sass/core/typography.sass */
    .bg-clip-text.bottom-right.red-to-purple {
      background: -webkit-gradient(linear, left top, right bottom, from(#FC4646), to(#5801E3));
      background: linear-gradient(to bottom right, #FC4646, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 153, _sass/core/typography.sass */
    .bg-clip-text.bottom-right.red-to-green {
      background: -webkit-gradient(linear, left top, right bottom, from(#FC4646), to(#42E59A));
      background: linear-gradient(to bottom right, #FC4646, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 158, _sass/core/typography.sass */
    .bg-clip-text.bottom-right.purple-to-red {
      background: -webkit-gradient(linear, left top, right bottom, from(#5801E3), to(#FC4646));
      background: linear-gradient(to bottom right, #5801E3, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 163, _sass/core/typography.sass */
    .bg-clip-text.bottom-right.purple-to-green {
      background: -webkit-gradient(linear, left top, right bottom, from(#5801E3), to(#42E59A));
      background: linear-gradient(to bottom right, #5801E3, #42E59A);
      background-clip: text; }
    /* line 167, _sass/core/typography.sass */
    .bg-clip-text.bottom-right.green-to-purple {
      background: -webkit-gradient(linear, left top, right bottom, from(#42E59A), to(#5801E3));
      background: linear-gradient(to bottom right, #42E59A, #5801E3);
      background-clip: text; }
    /* line 171, _sass/core/typography.sass */
    .bg-clip-text.bottom-right.green-to-red {
      background: -webkit-gradient(linear, left top, right bottom, from(#42E59A), to(#FC4646));
      background: linear-gradient(to bottom right, #42E59A, #FC4646);
      background-clip: text; }
    /* line 176, _sass/core/typography.sass */
    .bg-clip-text.bottom-left.red-to-purple {
      background: -webkit-gradient(linear, right top, left bottom, from(#FC4646), to(#5801E3));
      background: linear-gradient(to bottom left, #FC4646, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 181, _sass/core/typography.sass */
    .bg-clip-text.bottom-left.red-to-green {
      background: -webkit-gradient(linear, right top, left bottom, from(#FC4646), to(#42E59A));
      background: linear-gradient(to bottom left, #FC4646, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 186, _sass/core/typography.sass */
    .bg-clip-text.bottom-left.purple-to-red {
      background: -webkit-gradient(linear, right top, left bottom, from(#5801E3), to(#FC4646));
      background: linear-gradient(to bottom left, #5801E3, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 191, _sass/core/typography.sass */
    .bg-clip-text.bottom-left.purple-to-green {
      background: -webkit-gradient(linear, right top, left bottom, from(#5801E3), to(#42E59A));
      background: linear-gradient(to bottom left, #5801E3, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 196, _sass/core/typography.sass */
    .bg-clip-text.bottom-left.green-to-purple {
      background: -webkit-gradient(linear, right top, left bottom, from(#42E59A), to(#5801E3));
      background: linear-gradient(to bottom left, #42E59A, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 201, _sass/core/typography.sass */
    .bg-clip-text.bottom-left.green-to-red {
      background: -webkit-gradient(linear, right top, left bottom, from(#42E59A), to(#FC4646));
      background: linear-gradient(to bottom left, #42E59A, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 207, _sass/core/typography.sass */
    .bg-clip-text.top-left.red-to-purple {
      background: -webkit-gradient(linear, right bottom, left top, from(#FC4646), to(#5801E3));
      background: linear-gradient(to top left, #FC4646, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 212, _sass/core/typography.sass */
    .bg-clip-text.top-left.red-to-green {
      background: -webkit-gradient(linear, right bottom, left top, from(#FC4646), to(#42E59A));
      background: linear-gradient(to top left, #FC4646, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 217, _sass/core/typography.sass */
    .bg-clip-text.top-left.purple-to-red {
      background: -webkit-gradient(linear, right bottom, left top, from(#5801E3), to(#FC4646));
      background: linear-gradient(to top left, #5801E3, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 222, _sass/core/typography.sass */
    .bg-clip-text.top-left.purple-to-green {
      background: -webkit-gradient(linear, right bottom, left top, from(#5801E3), to(#42E59A));
      background: linear-gradient(to top left, #5801E3, #42E59A);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 227, _sass/core/typography.sass */
    .bg-clip-text.top-left.green-to-purple {
      background: -webkit-gradient(linear, right bottom, left top, from(#42E59A), to(#5801E3));
      background: linear-gradient(to top left, #42E59A, #5801E3);
      -webkit-background-clip: text;
      background-clip: text; }
    /* line 232, _sass/core/typography.sass */
    .bg-clip-text.top-left.green-to-red {
      background: -webkit-gradient(linear, right bottom, left top, from(#42E59A), to(#FC4646));
      background: linear-gradient(to top left, #42E59A, #FC4646);
      -webkit-background-clip: text;
      background-clip: text; } }

/* line 240, _sass/core/typography.sass */
.purple {
  color: #5801E3; }

/* line 243, _sass/core/typography.sass */
.green {
  color: #42E59A; }

/* line 246, _sass/core/typography.sass */
.red {
  color: #FC4646; }

/* line 249, _sass/core/typography.sass */
.blue {
  color: #40A5FF; }

/* line 252, _sass/core/typography.sass */
.light-blue {
  color: #4ED7D9; }

/* line 255, _sass/core/typography.sass */
.orange {
  color: #FB9154; }

/* line 258, _sass/core/typography.sass */
.magenta {
  color: #FF457C; }

/* line 261, _sass/core/typography.sass */
.gray, .grey {
  color: #A0A0A0; }

/* line 264, _sass/core/typography.sass */
.light-gray, .light-grey {
  color: #F3F3F3; }

/* line 267, _sass/core/typography.sass */
.black {
  color: #000000; }

/* line 270, _sass/core/typography.sass */
.light {
  color: rgba(255, 255, 255, 0.75); }

/* line 273, _sass/core/typography.sass */
.uppercase {
  text-transform: uppercase; }

/* line 5, _sass/core/inputs.sass */
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
textarea,
select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #4F415E;
  color: #D0C4E6;
  font-size: 20px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  position: relative; }
  /* line 23, _sass/core/inputs.sass */
  input[type=text].small,
  input[type=email].small,
  input[type=password].small,
  input[type=tel].small,
  textarea.small,
  select.small {
    font-size: 16px;
    padding: 10px; }
  @media (max-width: 600px) {
    /* line 5, _sass/core/inputs.sass */
    input[type=text],
    input[type=email],
    input[type=password],
    input[type=tel],
    textarea,
    select {
      font-size: 18px; } }
  /* line 30, _sass/core/inputs.sass */
  input[type=text]::-webkit-input-placeholder,
  input[type=email]::-webkit-input-placeholder,
  input[type=password]::-webkit-input-placeholder,
  input[type=tel]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder {
    color: #81719C;
    opacity: 1; }
  input[type=text]::-moz-placeholder,
  input[type=email]::-moz-placeholder,
  input[type=password]::-moz-placeholder,
  input[type=tel]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder {
    color: #81719C;
    opacity: 1; }
  input[type=text]::-ms-input-placeholder,
  input[type=email]::-ms-input-placeholder,
  input[type=password]::-ms-input-placeholder,
  input[type=tel]::-ms-input-placeholder,
  textarea::-ms-input-placeholder,
  select::-ms-input-placeholder {
    color: #81719C;
    opacity: 1; }
  input[type=text]::placeholder,
  input[type=email]::placeholder,
  input[type=password]::placeholder,
  input[type=tel]::placeholder,
  textarea::placeholder,
  select::placeholder {
    color: #81719C;
    opacity: 1; }
  /* line 34, _sass/core/inputs.sass */
  input[type=text]:-webkit-autofill,
  input[type=email]:-webkit-autofill,
  input[type=password]:-webkit-autofill,
  input[type=tel]:-webkit-autofill,
  textarea:-webkit-autofill,
  select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #1c0a39 inset !important;
    -webkit-text-fill-color: white;
    -webkit-transition: none;
    transition: none;
    border-color: #8677a0; }
  /* line 40, _sass/core/inputs.sass */
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=password]:focus,
  input[type=tel]:focus,
  textarea:focus,
  select:focus {
    outline: none;
    color: #42E59A;
    border-color: #42E59A; }
    /* line 45, _sass/core/inputs.sass */
    input[type=text]:focus .focus-outline,
    input[type=email]:focus .focus-outline,
    input[type=password]:focus .focus-outline,
    input[type=tel]:focus .focus-outline,
    textarea:focus .focus-outline,
    select:focus .focus-outline {
      visibility: visible;
      opacity: 1; }
    /* line 49, _sass/core/inputs.sass */
    input[type=text]:focus ~ .input-helper,
    input[type=email]:focus ~ .input-helper,
    input[type=password]:focus ~ .input-helper,
    input[type=tel]:focus ~ .input-helper,
    textarea:focus ~ .input-helper,
    select:focus ~ .input-helper {
      display: block; }
  /* line 52, _sass/core/inputs.sass */
  input[type=text].plain,
  input[type=email].plain,
  input[type=password].plain,
  input[type=tel].plain,
  textarea.plain,
  select.plain {
    background: white;
    border: 0;
    color: black; }

/* line 58, _sass/core/inputs.sass */
textarea {
  min-height: 300px; }

/* line 61, _sass/core/inputs.sass */
select {
  width: 100%; }

/* line 64, _sass/core/inputs.sass */
.input-wrap {
  position: relative;
  width: 100%;
  margin: 15px 0; }
  @media (max-width: 600px) {
    /* line 64, _sass/core/inputs.sass */
    .input-wrap {
      margin: 5px; } }
  /* line 73, _sass/core/inputs.sass */
  .input-wrap.invalid .invalid-text {
    display: block; }
  /* line 76, _sass/core/inputs.sass */
  .input-wrap .invalid-text {
    color: red;
    display: none;
    text-align: left;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px; }
  /* line 84, _sass/core/inputs.sass */
  .input-wrap .focus-outline {
    content: '';
    position: absolute;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(66, 229, 154, 0.5);
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    border-radius: 10px;
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    -webkit-transform: scale(0.98);
            transform: scale(0.98); }
    @media (max-width: 600px) {
      /* line 84, _sass/core/inputs.sass */
      .input-wrap .focus-outline {
        top: -5px;
        right: -5px;
        bottom: -5px;
        left: -5px; } }
  /* line 104, _sass/core/inputs.sass */
  .input-wrap .input-helper {
    display: none;
    margin: 10px 5px 5px 5px; }
  /* line 109, _sass/core/inputs.sass */
  .input-wrap input:focus ~ .focus-outline, .input-wrap textarea:focus ~ .focus-outline, .input-wrap select:focus ~ .focus-outline {
    visibility: visible;
    opacity: 0.5;
    -webkit-transform: scale(1);
            transform: scale(1); }
  /* line 114, _sass/core/inputs.sass */
  .input-wrap .select-arrow {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -2px; }

/* line 122, _sass/core/inputs.sass */
label.checkbox,
label.radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 20px 40px 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
  /* line 129, _sass/core/inputs.sass */
  label.checkbox input,
  label.radio input {
    display: none; }
  /* line 132, _sass/core/inputs.sass */
  label.checkbox .text,
  label.radio .text {
    font-size: 18px;
    margin-left: 25px; }
  /* line 136, _sass/core/inputs.sass */
  label.checkbox .box,
  label.radio .box {
    width: 20px;
    height: 20px;
    border-radius: 7px;
    border: 1px solid #4F415E;
    cursor: pointer;
    position: relative; }
    /* line 144, _sass/core/inputs.sass */
    label.checkbox .box:before,
    label.radio .box:before {
      content: '';
      position: absolute;
      visibility: hidden;
      opacity: 0;
      border: 1px solid rgba(66, 229, 154, 0.5);
      width: calc(100% + 15px);
      height: calc(100% + 15px);
      top: -9px;
      left: -9px;
      border-radius: 14px;
      -webkit-transition: all 200ms ease-out;
      transition: all 200ms ease-out; }
  /* line 158, _sass/core/inputs.sass */
  label.checkbox input:checked ~ .box,
  label.radio input:checked ~ .box {
    border: 1px solid #42E59A;
    background-color: #42E59A; }
    /* line 162, _sass/core/inputs.sass */
    label.checkbox input:checked ~ .box:before,
    label.radio input:checked ~ .box:before {
      visibility: visible;
      opacity: 1; }

/* line 167, _sass/core/inputs.sass */
label.radio .box {
  border-radius: 20px; }
  /* line 170, _sass/core/inputs.sass */
  label.radio .box:before {
    border-radius: 9999px; }

/* line 173, _sass/core/inputs.sass */
.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 176, _sass/core/inputs.sass */
  .input-group.align-vertically {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  /* line 180, _sass/core/inputs.sass */
  .input-group.half .input-wrap {
    width: 50%; }
    /* line 183, _sass/core/inputs.sass */
    .input-group.half .input-wrap:first-child {
      margin-right: 20px; }
      @media (max-width: 600px) {
        /* line 183, _sass/core/inputs.sass */
        .input-group.half .input-wrap:first-child {
          margin-right: 0; } }
  @media (max-width: 600px) {
    /* line 179, _sass/core/inputs.sass */
    .input-group.half {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      /* line 192, _sass/core/inputs.sass */
      .input-group.half .input-wrap {
        width: calc(100% - 10px);
        margin: 5px; } }

/* line 199, _sass/core/inputs.sass */
.magenta .input-wrap input:focus, .magenta .input-wrap textarea:focus {
  color: #FF457C;
  border-color: #FF457C; }

/* line 203, _sass/core/inputs.sass */
.magenta .input-wrap .focus-outline {
  border-color: #FF457C; }

/* line 209, _sass/core/inputs.sass */
.blue .input-wrap input:focus, .blue .input-wrap textarea:focus {
  color: #40A5FF;
  border-color: #40A5FF; }

/* line 213, _sass/core/inputs.sass */
.blue .input-wrap .focus-outline {
  border-color: #40A5FF; }

/* line 219, _sass/core/inputs.sass */
.green .input-wrap input:focus, .green .input-wrap textarea:focus {
  color: #42E59A;
  border-color: #42E59A; }

/* line 223, _sass/core/inputs.sass */
.green .input-wrap .focus-outline {
  border-color: #42E59A; }

/* line 227, _sass/core/inputs.sass */
.input-wrap.invalid input, .input-wrap.invalid textarea {
  background-color: rgba(255, 0, 0, 0.25); }
  /* line 230, _sass/core/inputs.sass */
  .input-wrap.invalid input:focus, .input-wrap.invalid textarea:focus {
    border-color: rgba(255, 0, 0, 0.25); }
    /* line 233, _sass/core/inputs.sass */
    .input-wrap.invalid input:focus::-webkit-input-placeholder, .input-wrap.invalid textarea:focus::-webkit-input-placeholder {
      color: rgba(255, 0, 0, 0.5); }
    .input-wrap.invalid input:focus::-moz-placeholder, .input-wrap.invalid textarea:focus::-moz-placeholder {
      color: rgba(255, 0, 0, 0.5); }
    .input-wrap.invalid input:focus::-ms-input-placeholder, .input-wrap.invalid textarea:focus::-ms-input-placeholder {
      color: rgba(255, 0, 0, 0.5); }
    .input-wrap.invalid input:focus::placeholder, .input-wrap.invalid textarea:focus::placeholder {
      color: rgba(255, 0, 0, 0.5); }

/* line 236, _sass/core/inputs.sass */
.input-wrap.invalid .focus-outline {
  border-color: rgba(255, 0, 0, 0.25); }

/* line 239, _sass/core/inputs.sass */
.g-recaptcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0; }
  @media (max-width: 600px) {
    /* line 239, _sass/core/inputs.sass */
    .g-recaptcha {
      margin: 15px 0; } }

/* line 1, _sass/core/buttons.sass */
.btn-circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Neue Frutiger";
  font-weight: 400;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  border: 1px solid #81719C;
  color: #81719C;
  background-color: transparent;
  -webkit-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  cursor: pointer;
  font-size: 20px; }
  /* line 17, _sass/core/buttons.sass */
  .btn-circle span {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
  /* line 22, _sass/core/buttons.sass */
  .btn-circle:focus {
    outline: none; }
  /* line 25, _sass/core/buttons.sass */
  .btn-circle.large {
    width: 250px;
    height: 250px; }
  /* line 29, _sass/core/buttons.sass */
  .btn-circle:hover {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    color: #42E59A;
    border-color: #42E59A; }

/* line 36, _sass/core/buttons.sass */
.btn {
  color: #40A5FF;
  font-family: "Neue Frutiger";
  font-weight: 400;
  margin: 10px 0;
  padding-bottom: 8px;
  text-align: center;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  display: inline-block;
  text-decoration: none; }
  /* line 49, _sass/core/buttons.sass */
  .btn:after {
    content: '';
    display: inline-block;
    height: 1px;
    position: absolute;
    bottom: 2px;
    background-color: #40A5FF;
    width: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: width 200ms ease-out;
    transition: width 200ms ease-out; }
  /* line 62, _sass/core/buttons.sass */
  .btn:hover:after {
    width: 100%; }

/* line 67, _sass/core/buttons.sass */
.btn.white {
  color: white; }
  /* line 70, _sass/core/buttons.sass */
  .btn.white:after {
    background-color: white; }

/* line 73, _sass/core/buttons.sass */
.btn.red {
  color: #FC4646; }
  /* line 76, _sass/core/buttons.sass */
  .btn.red:after {
    background-color: #FC4646; }

/* line 79, _sass/core/buttons.sass */
.btn.green {
  color: #42E59A; }
  /* line 82, _sass/core/buttons.sass */
  .btn.green:after {
    background-color: #42E59A; }

/* line 85, _sass/core/buttons.sass */
.btn.purple {
  color: #5801E3; }
  /* line 88, _sass/core/buttons.sass */
  .btn.purple:after {
    background-color: #5801E3; }

/* line 91, _sass/core/buttons.sass */
.btn.magenta {
  color: #FF457C; }
  /* line 94, _sass/core/buttons.sass */
  .btn.magenta:after {
    background-color: #FF457C; }

/* line 98, _sass/core/buttons.sass */
.btn[data-line-color="red"]:after {
  background-color: #FC4646 !important; }

/* line 102, _sass/core/buttons.sass */
.btn[data-line-color="green"]:after {
  background-color: #42E59A !important; }

/* line 106, _sass/core/buttons.sass */
.btn[data-line-color="purple"]:after {
  background-color: #5801E3 !important; }

/* line 110, _sass/core/buttons.sass */
.btn[data-line-color="blue"]:after {
  background-color: #40A5FF !important; }

/* line 113, _sass/core/buttons.sass */
.btn-solid, blockquote.cta a:last-child {
  color: white;
  letter-spacing: 1px;
  font-size: 15px;
  padding: 12px 16px;
  border-radius: 5px;
  border: 0;
  background-color: #5801E3;
  -webkit-transition: -webkit-box-shadow 150ms ease-out;
  transition: -webkit-box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out;
  transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
  outline: 0;
  display: inline-block; }
  /* line 125, _sass/core/buttons.sass */
  .btn-solid:hover, blockquote.cta a:last-child:hover {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.4); }
  /* line 128, _sass/core/buttons.sass */
  .btn-solid:active, blockquote.cta a:last-child:active {
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
            box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); }

/* line 131, _sass/core/buttons.sass */
.btn-xl {
  padding: 25px 35px;
  margin: 5rem auto;
  font-size: 1.35rem; }

/* line 1, _sass/core/layout.sass */
.layout {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  /* line 10, _sass/core/layout.sass */
  .layout.readable {
    max-width: 740px; }

@media (max-width: 600px) {
  /* line 13, _sass/core/layout.sass */
  .hide-mobile {
    display: none; } }

@media (max-width: 768px) {
  /* line 17, _sass/core/layout.sass */
  .hide-tablet {
    display: none; } }

@media (max-width: 1024px) {
  /* line 21, _sass/core/layout.sass */
  .hide-tablet-landscape {
    display: none; } }

@media (min-width: 1025px) {
  /* line 25, _sass/core/layout.sass */
  .hide-desktop {
    display: none; } }

@media (min-width: 601px) {
  /* line 29, _sass/core/layout.sass */
  .show-mobile {
    display: none; } }

@media (min-width: 769px) {
  /* line 33, _sass/core/layout.sass */
  .show-tablet {
    display: none; } }

@media (min-width: 1025px) {
  /* line 37, _sass/core/layout.sass */
  .show-tablet-landscape {
    display: none; } }

@media (max-width: 1024px) {
  /* line 41, _sass/core/layout.sass */
  .show-desktop {
    display: none; } }

/* line 45, _sass/core/layout.sass */
.centered {
  text-align: center; }

/* line 2, _sass/core/basic-page.sass */
.basic-page .layout.readable {
  margin-bottom: 60px; }
  /* line 5, _sass/core/basic-page.sass */
  .basic-page .layout.readable h1 {
    font-size: 45px;
    margin: 40px 0 5px 0; }
  /* line 9, _sass/core/basic-page.sass */
  .basic-page .layout.readable h2 {
    font-size: 40px;
    font-style: normal;
    font-weight: 500; }
  /* line 14, _sass/core/basic-page.sass */
  .basic-page .layout.readable h3 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500; }
  /* line 19, _sass/core/basic-page.sass */
  .basic-page .layout.readable h4 {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px; }
  /* line 26, _sass/core/basic-page.sass */
  .basic-page .layout.readable blockquote {
    margin: 0;
    padding: 10px 20px;
    background: #110624;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  /* line 33, _sass/core/basic-page.sass */
  .basic-page .layout.readable li {
    font-size: 20px;
    line-height: 1.5; }

/* line 1, _sass/shared/marquee.sass */
.marquee {
  min-height: 45vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  -webkit-animation: animateMarqueeBackground 1500ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
          animation: animateMarqueeBackground 1500ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
  position: relative;
  z-index: -1; }
  @media (max-width: 767px) {
    /* line 1, _sass/shared/marquee.sass */
    .marquee {
      min-height: 0; }
      /* line 14, _sass/shared/marquee.sass */
      .marquee .marquee-content {
        padding-top: 150px;
        padding-bottom: 80px; } }
  /* line 18, _sass/shared/marquee.sass */
  .marquee .marquee-background {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1; }
  /* line 25, _sass/shared/marquee.sass */
  .marquee .marquee-content {
    padding-left: 10px;
    margin: auto;
    overflow: visible;
    text-align: center; }
    /* line 31, _sass/shared/marquee.sass */
    .marquee .marquee-content h1 {
      font-size: 80px;
      margin-bottom: 0.125em;
      -webkit-animation: animateMarqueeHeading 1500ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
              animation: animateMarqueeHeading 1500ms cubic-bezier(0.5, 0.5, 0, 1) forwards; }
      @media (max-width: 767px) {
        /* line 31, _sass/shared/marquee.sass */
        .marquee .marquee-content h1 {
          font-size: 50px; } }
    /* line 41, _sass/shared/marquee.sass */
    .marquee .marquee-content h3 {
      -webkit-animation: animateMarqueeSubheading 750ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
              animation: animateMarqueeSubheading 750ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
      -webkit-animation-delay: 250ms;
              animation-delay: 250ms;
      opacity: 0;
      margin-top: 0;
      text-align: center;
      max-width: 650px;
      margin-left: auto;
      margin-right: auto; }
      @media (max-width: 767px) {
        /* line 41, _sass/shared/marquee.sass */
        .marquee .marquee-content h3 {
          font-size: 22px;
          line-height: 28px; } }

/* line 1, _sass/shared/simple-marquee.sass */
.simple-marquee {
  text-align: center;
  background-size: cover;
  background-position: center bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 200px; }
  /* line 10, _sass/shared/simple-marquee.sass */
  .simple-marquee h1 {
    margin: 0;
    font-size: 80px; }
  /* line 14, _sass/shared/simple-marquee.sass */
  .simple-marquee .description {
    max-width: 650px;
    margin: 30px auto 0 auto; }
  /* line 18, _sass/shared/simple-marquee.sass */
  .simple-marquee hr {
    width: 70%;
    max-width: 300px;
    height: 1px;
    background-color: #4F415E;
    border: none;
    margin: 70px auto 30px auto; }
  @media (max-width: 600px) {
    /* line 1, _sass/shared/simple-marquee.sass */
    .simple-marquee {
      padding-top: 100px; }
      /* line 29, _sass/shared/simple-marquee.sass */
      .simple-marquee h1 {
        font-size: 50px; }
      /* line 32, _sass/shared/simple-marquee.sass */
      .simple-marquee .description {
        font-size: 20px;
        line-height: 30px; } }

/* line 1, _sass/shared/header.sass */
.site-header {
  position: absolute;
  width: 100%;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  /* line 10, _sass/shared/header.sass */
  .site-header:before {
    content: '';
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 8, 44, 0)), to(#16082c));
    background: linear-gradient(0deg, rgba(22, 8, 44, 0) 0%, #16082c 100%);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10; }
  @media (max-width: 849px) {
    /* line 1, _sass/shared/header.sass */
    .site-header {
      padding: 15px; } }
  /* line 23, _sass/shared/header.sass */
  .site-header .logo {
    z-index: 11;
    display: inline-block;
    width: 200px;
    margin: 15px 0 0 15px; }
    @media (max-width: 600px) {
      /* line 23, _sass/shared/header.sass */
      .site-header .logo {
        margin: 0; } }
    /* line 33, _sass/shared/header.sass */
    .site-header .logo img {
      width: 100%; }
  /* line 36, _sass/shared/header.sass */
  .site-header nav.orb {
    position: fixed;
    top: 50px;
    right: 50px;
    visibility: hidden; }
    /* line 42, _sass/shared/header.sass */
    .site-header nav.orb[data-orbed] {
      visibility: visible; }
    @media (max-width: 600px) {
      /* line 36, _sass/shared/header.sass */
      .site-header nav.orb {
        top: 25px;
        right: 20px; } }
    /* line 49, _sass/shared/header.sass */
    .site-header nav.orb .orb-content {
      width: 600px;
      height: 600px; }
      /* line 53, _sass/shared/header.sass */
      .site-header nav.orb .orb-content[data-active="true"] {
        -webkit-transition: none;
        transition: none; }
      /* line 56, _sass/shared/header.sass */
      .site-header nav.orb .orb-content .links {
        position: absolute;
        top: 42%;
        right: 53%;
        bottom: 0;
        left: 0; }
        @media (max-width: 600px) {
          /* line 56, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links {
            width: 100px;
            right: 50%;
            left: auto;
            top: 45%; } }
        /* line 69, _sass/shared/header.sass */
        .site-header nav.orb .orb-content .links a {
          position: absolute;
          -webkit-transition: opacity 800ms ease, -webkit-transform 800ms cubic-bezier(0, 0.82, 0.25, 1);
          transition: opacity 800ms ease, -webkit-transform 800ms cubic-bezier(0, 0.82, 0.25, 1);
          transition: transform 800ms cubic-bezier(0, 0.82, 0.25, 1), opacity 800ms ease;
          transition: transform 800ms cubic-bezier(0, 0.82, 0.25, 1), opacity 800ms ease, -webkit-transform 800ms cubic-bezier(0, 0.82, 0.25, 1); }
          /* line 73, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a[data-active="false"] {
            opacity: 0;
            -webkit-transform: translate(0, 0) scale(0) !important;
                    transform: translate(0, 0) scale(0) !important; }
          /* line 77, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a[data-active="true"] {
            -webkit-transform: translate(0, 0) scale(1) !important;
                    transform: translate(0, 0) scale(1) !important;
            opacity: 1; }
          /* line 81, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a[data-dim="true"] {
            opacity: 0.2; }
          @media (max-width: 600px) {
            /* line 69, _sass/shared/header.sass */
            .site-header nav.orb .orb-content .links a {
              position: relative;
              top: 0 !important;
              left: 0 !important;
              display: block;
              margin: 30px 0; } }
        /* line 91, _sass/shared/header.sass */
        .site-header nav.orb .orb-content .links a:nth-child(1) {
          top: 8%;
          left: 15%;
          -webkit-transform: translate(-150px, -200px);
                  transform: translate(-150px, -200px); }
          /* line 96, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a:nth-child(1):after {
            background-color: #5801E3; }
        /* line 99, _sass/shared/header.sass */
        .site-header nav.orb .orb-content .links a:nth-child(2) {
          top: 20%;
          right: 10%;
          -webkit-transform: translate(20px, 120px);
                  transform: translate(20px, 120px); }
          /* line 104, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a:nth-child(2):after {
            background-color: #FC4646; }
        /* line 107, _sass/shared/header.sass */
        .site-header nav.orb .orb-content .links a:nth-child(3) {
          top: 35%;
          left: -15%;
          -webkit-transform: translate(150px, -100px);
                  transform: translate(150px, -100px); }
          /* line 112, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a:nth-child(3):after {
            background-color: #FF457C; }
        /* line 115, _sass/shared/header.sass */
        .site-header nav.orb .orb-content .links a:nth-child(4) {
          top: 65%;
          right: -8%;
          -webkit-transform: translate(-80px, 160px);
                  transform: translate(-80px, 160px); }
          /* line 120, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a:nth-child(4):after {
            background-color: #42E59A; }
        /* line 123, _sass/shared/header.sass */
        .site-header nav.orb .orb-content .links a:nth-child(5) {
          top: 85%;
          left: 30%;
          -webkit-transform: translate(90px, 200px);
                  transform: translate(90px, 200px); }
          /* line 128, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a:nth-child(5):after {
            background-color: #40A5FF; }
        /* line 131, _sass/shared/header.sass */
        .site-header nav.orb .orb-content .links a:nth-child(6) {
          top: 49%;
          left: 38%;
          -webkit-transform: translate(70px, -60px);
                  transform: translate(70px, -60px); }
          /* line 136, _sass/shared/header.sass */
          .site-header nav.orb .orb-content .links a:nth-child(6):after {
            background-color: #FB9154; }

/* line 1, _sass/shared/footer.sass */
.site-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #1F0D3C;
  height: 400px;
  left: 0;
  overflow: hidden;
  position: relative;
  color: #B898CC;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  /* line 15, _sass/shared/footer.sass */
  .site-footer .logo-area {
    text-align: center;
    margin: 20px; }
    /* line 19, _sass/shared/footer.sass */
    .site-footer .logo-area .logo {
      display: block;
      margin: 0 auto;
      width: 250px;
      max-width: 100%; }
      /* line 25, _sass/shared/footer.sass */
      .site-footer .logo-area .logo img {
        width: 100%; }
    /* line 28, _sass/shared/footer.sass */
    .site-footer .logo-area .badges {
      width: 80%;
      margin: 15px auto;
      padding-top: 15px;
      border-top: 1px solid rgba(255, 255, 255, 0.1); }
      /* line 34, _sass/shared/footer.sass */
      .site-footer .logo-area .badges a {
        display: inline-block;
        margin: 0 8px; }
      /* line 38, _sass/shared/footer.sass */
      .site-footer .logo-area .badges img {
        height: 30px; }
    /* line 41, _sass/shared/footer.sass */
    .site-footer .logo-area .small {
      margin-top: 20px;
      font-size: 12px; }
    /* line 45, _sass/shared/footer.sass */
    .site-footer .logo-area .footer-text {
      display: block;
      margin-bottom: 5px; }
    /* line 49, _sass/shared/footer.sass */
    .site-footer .logo-area .link {
      text-decoration: none;
      display: inline-block;
      margin: 0 5px;
      color: #B898CC;
      position: relative; }
      /* line 56, _sass/shared/footer.sass */
      .site-footer .logo-area .link:after {
        content: '·';
        position: absolute;
        display: block;
        top: 0;
        right: -9px; }
      /* line 64, _sass/shared/footer.sass */
      .site-footer .logo-area .link:last-child:after {
        display: none; }
      /* line 67, _sass/shared/footer.sass */
      .site-footer .logo-area .link:hover {
        text-decoration: underline; }
  /* line 71, _sass/shared/footer.sass */
  .site-footer .nav-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 170px; }
    /* line 76, _sass/shared/footer.sass */
    .site-footer .nav-area .menus {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-left: 80px; }
    /* line 81, _sass/shared/footer.sass */
    .site-footer .nav-area .menu {
      margin-right: 80px; }
      /* line 84, _sass/shared/footer.sass */
      .site-footer .nav-area .menu h3 {
        color: #B898CC;
        font-size: 20px;
        margin-bottom: 5px; }
      /* line 89, _sass/shared/footer.sass */
      .site-footer .nav-area .menu a {
        display: block;
        font-size: 19px;
        color: #81719C;
        text-decoration: none;
        margin: 5px 0;
        -webkit-transition: color 200ms ease-out;
        transition: color 200ms ease-out; }
        /* line 97, _sass/shared/footer.sass */
        .site-footer .nav-area .menu a:hover {
          color: #D0C4E6; }
  /* line 100, _sass/shared/footer.sass */
  .site-footer .lines {
    position: absolute;
    right: 0;
    top: -2px;
    height: calc(100% + 4px);
    pointer-events: none;
    z-index: -1; }
    @media (max-width: 600px) {
      /* line 100, _sass/shared/footer.sass */
      .site-footer .lines {
        opacity: 0.3; } }
  @media (max-width: 1024px) {
    /* line 1, _sass/shared/footer.sass */
    .site-footer {
      height: auto; }
      /* line 114, _sass/shared/footer.sass */
      .site-footer .nav-area {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: 0;
        padding: 70px 0 100px 0; }
        /* line 119, _sass/shared/footer.sass */
        .site-footer .nav-area .logo-area {
          width: 90%;
          margin: 0 auto; }
          /* line 123, _sass/shared/footer.sass */
          .site-footer .nav-area .logo-area .logo {
            margin-top: 80px;
            margin-bottom: 40px; }
      /* line 127, _sass/shared/footer.sass */
      .site-footer .menus {
        margin: 40px auto 0 auto; }
        /* line 131, _sass/shared/footer.sass */
        .site-footer .menus .menu:first-child {
          margin-left: 0; } }
  @media (max-width: 600px) {
    /* line 135, _sass/shared/footer.sass */
    .site-footer .nav-area {
      padding: 15px; }
      /* line 138, _sass/shared/footer.sass */
      .site-footer .nav-area .menus {
        padding-left: 0; }
      /* line 141, _sass/shared/footer.sass */
      .site-footer .nav-area .menu {
        margin-right: 25px; } }

/* line 2, _sass/shared/sections.sass */
.sections .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    /* line 2, _sass/shared/sections.sass */
    .sections .section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 25px auto;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  /* line 19, _sass/shared/sections.sass */
  .sections .section .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 50%; }
    @media (max-width: 767px) {
      /* line 19, _sass/shared/sections.sass */
      .sections .section .image {
        max-width: 100%; } }
    /* line 28, _sass/shared/sections.sass */
    .sections .section .image img {
      max-width: 100%; }
  /* line 31, _sass/shared/sections.sass */
  .sections .section .text {
    max-width: 450px; }
    @media (max-width: 767px) {
      /* line 31, _sass/shared/sections.sass */
      .sections .section .text {
        width: 100%; } }
    /* line 39, _sass/shared/sections.sass */
    .sections .section .text p {
      margin: 10px 0;
      color: #D0C4E6; }
      /* line 43, _sass/shared/sections.sass */
      .sections .section .text p.large {
        font-family: "Neue Frutiger"; }
  /* line 48, _sass/shared/sections.sass */
  .sections .section:nth-child(2n+1) .image {
    margin-right: 25px; }
  /* line 52, _sass/shared/sections.sass */
  .sections .section:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    /* line 55, _sass/shared/sections.sass */
    .sections .section:nth-of-type(2n) .text {
      padding-left: 40px; }
    @media (max-width: 767px) {
      /* line 52, _sass/shared/sections.sass */
      .sections .section:nth-of-type(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        /* line 64, _sass/shared/sections.sass */
        .sections .section:nth-of-type(2n) .text {
          padding-left: 0; } }
  /* line 67, _sass/shared/sections.sass */
  .sections .section {
    margin-bottom: 150px; }
    @media (max-width: 767px) {
      /* line 67, _sass/shared/sections.sass */
      .sections .section {
        margin-bottom: 75px; } }

/* line 1, _sass/shared/masks.sass */
.mask-wrap {
  position: relative; }
  /* line 4, _sass/shared/masks.sass */
  .mask-wrap svg[data-mask] {
    width: 100%;
    height: auto; }
  /* line 8, _sass/shared/masks.sass */
  .mask-wrap .orb {
    position: absolute; }
    /* line 11, _sass/shared/masks.sass */
    .mask-wrap .orb:not([data-active="true"]) {
      background: #16082C;
      border-radius: 100%;
      padding: 5px; }
    /* line 16, _sass/shared/masks.sass */
    .mask-wrap .orb .orb-content {
      padding: 20px;
      text-align: center; }
      /* line 20, _sass/shared/masks.sass */
      .mask-wrap .orb .orb-content a {
        text-decoration: none;
        white-space: nowrap; }
  /* line 25, _sass/shared/masks.sass */
  .mask-wrap[data-masked-image="a_1"] .orb {
    top: 25%;
    right: -1.7%; }
  /* line 30, _sass/shared/masks.sass */
  .mask-wrap[data-masked-image="a_2"] .orb {
    top: 8%;
    left: 2%; }
  /* line 35, _sass/shared/masks.sass */
  .mask-wrap[data-masked-image="a_3"] .orb {
    top: -3%;
    right: -2%; }
  /* line 40, _sass/shared/masks.sass */
  .mask-wrap[data-masked-image="b_1"] .orb {
    top: 21%;
    right: -2%; }
  /* line 45, _sass/shared/masks.sass */
  .mask-wrap[data-masked-image="b_2"] .orb {
    top: -3%;
    left: 8%; }
  /* line 50, _sass/shared/masks.sass */
  .mask-wrap[data-masked-image="b_3"] .orb {
    top: -3%;
    right: -2%; }

/* line 1, _sass/shared/lets-explore-together.sass */
.lets-explore-together {
  text-align: center;
  padding: 150px 0;
  display: block;
  position: relative;
  overflow: hidden;
  height: 200px;
  z-index: 1; }
  /* line 10, _sass/shared/lets-explore-together.sass */
  .lets-explore-together svg {
    height: 250px;
    width: 250px;
    position: absolute;
    z-index: -1;
    top: 15px;
    left: calc(50% - 110px);
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition-duration: 3000ms;
            transition-duration: 3000ms; }
    /* line 22, _sass/shared/lets-explore-together.sass */
    .lets-explore-together svg circle {
      -webkit-transform: translate(0, 0) rotate(0);
              transform: translate(0, 0) rotate(0); }
    /* line 25, _sass/shared/lets-explore-together.sass */
    .lets-explore-together svg:nth-of-type(1) {
      -webkit-transform: translateX(0) translateY(5px) rotate(0);
              transform: translateX(0) translateY(5px) rotate(0); }
    /* line 28, _sass/shared/lets-explore-together.sass */
    .lets-explore-together svg:nth-of-type(2) {
      -webkit-transform: translateX(-15px) translateY(-10px) rotate(0);
              transform: translateX(-15px) translateY(-10px) rotate(0);
      -webkit-transition-delay: 100ms;
              transition-delay: 100ms; }
    /* line 32, _sass/shared/lets-explore-together.sass */
    .lets-explore-together svg:nth-of-type(3) {
      -webkit-transform: translateX(25px) translateY(-10px) rotate(0);
              transform: translateX(25px) translateY(-10px) rotate(0);
      -webkit-transition-delay: 200ms;
              transition-delay: 200ms; }
  /* line 36, _sass/shared/lets-explore-together.sass */
  .lets-explore-together a {
    text-decoration: none;
    display: block; }
    /* line 40, _sass/shared/lets-explore-together.sass */
    .lets-explore-together a h3 {
      font-weight: bold !important;
      font-style: italic; }
  /* line 44, _sass/shared/lets-explore-together.sass */
  .lets-explore-together .glow {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    height: 1000px;
    width: 3000px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
    pointer-events: none;
    background: radial-gradient(#FF457C -200%, transparent 50%);
    overflow: visible; }
  /* line 59, _sass/shared/lets-explore-together.sass */
  .lets-explore-together .explore-cta {
    z-index: 2;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 250px;
    width: 420px;
    position: relative; }
    @media (max-width: 600px) {
      /* line 59, _sass/shared/lets-explore-together.sass */
      .lets-explore-together .explore-cta {
        width: 300px; } }
    /* line 71, _sass/shared/lets-explore-together.sass */
    .lets-explore-together .explore-cta:hover .glow {
      opacity: 1;
      visibility: visible; }
    /* line 75, _sass/shared/lets-explore-together.sass */
    .lets-explore-together .explore-cta:hover svg {
      -webkit-transform: translateX(0) translateY(0) rotate(360deg);
              transform: translateX(0) translateY(0) rotate(360deg); }
    /* line 78, _sass/shared/lets-explore-together.sass */
    .lets-explore-together .explore-cta h3 {
      font-size: 40px;
      color: #D0C4E6;
      text-decoration: none;
      text-align: center;
      width: 100%;
      display: inline-block;
      margin: auto; }
      @media (max-width: 600px) {
        /* line 78, _sass/shared/lets-explore-together.sass */
        .lets-explore-together .explore-cta h3 {
          top: 150px; } }
  @media (max-width: 600px) {
    /* line 1, _sass/shared/lets-explore-together.sass */
    .lets-explore-together {
      padding: 100px 0; } }

/* line 2, _sass/shared/sections.sass */
.sections .section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 767px) {
    /* line 2, _sass/shared/sections.sass */
    .sections .section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 25px auto;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  /* line 19, _sass/shared/sections.sass */
  .sections .section .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 50%; }
    @media (max-width: 767px) {
      /* line 19, _sass/shared/sections.sass */
      .sections .section .image {
        max-width: 100%; } }
    /* line 28, _sass/shared/sections.sass */
    .sections .section .image img {
      max-width: 100%; }
  /* line 31, _sass/shared/sections.sass */
  .sections .section .text {
    max-width: 450px; }
    @media (max-width: 767px) {
      /* line 31, _sass/shared/sections.sass */
      .sections .section .text {
        width: 100%; } }
    /* line 39, _sass/shared/sections.sass */
    .sections .section .text p {
      margin: 10px 0;
      color: #D0C4E6; }
      /* line 43, _sass/shared/sections.sass */
      .sections .section .text p.large {
        font-family: "Neue Frutiger"; }
  /* line 48, _sass/shared/sections.sass */
  .sections .section:nth-child(2n+1) .image {
    margin-right: 25px; }
  /* line 52, _sass/shared/sections.sass */
  .sections .section:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    /* line 55, _sass/shared/sections.sass */
    .sections .section:nth-of-type(2n) .text {
      padding-left: 40px; }
    @media (max-width: 767px) {
      /* line 52, _sass/shared/sections.sass */
      .sections .section:nth-of-type(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
        /* line 64, _sass/shared/sections.sass */
        .sections .section:nth-of-type(2n) .text {
          padding-left: 0; } }
  /* line 67, _sass/shared/sections.sass */
  .sections .section {
    margin-bottom: 150px; }
    @media (max-width: 767px) {
      /* line 67, _sass/shared/sections.sass */
      .sections .section {
        margin-bottom: 75px; } }

/* line 1, _sass/shared/orb.sass */
.orb {
  position: relative;
  display: inline-block;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 300; }
  /* line 9, _sass/shared/orb.sass */
  .orb[data-active="true"] {
    z-index: 302; }
  /* line 12, _sass/shared/orb.sass */
  .orb .orb-hitpoint {
    position: absolute;
    border-radius: 100%;
    z-index: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: -1; }
  /* line 23, _sass/shared/orb.sass */
  .orb .orb-content {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
            transform: translate(-50%, -40%);
    opacity: 0;
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    cursor: default; }
    /* line 33, _sass/shared/orb.sass */
    .orb .orb-content[data-active="true"] {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  /* line 38, _sass/shared/orb.sass */
  .orb .orb-shape {
    height: 30px;
    width: 30px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1; }
    /* line 49, _sass/shared/orb.sass */
    .orb .orb-shape #ringGradient stop:first-child {
      stop-color: #5801E3; }
    /* line 52, _sass/shared/orb.sass */
    .orb .orb-shape #ringGradient stop:last-child {
      stop-color: #FF457C; }
    /* line 55, _sass/shared/orb.sass */
    .orb .orb-shape circle#orbRing {
      -webkit-transition: r 400ms cubic-bezier(0, 0.24, 0, 1);
      transition: r 400ms cubic-bezier(0, 0.24, 0, 1); }

/* line 58, _sass/shared/orb.sass */
.orb-shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: #16082C;
  z-index: 301;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  pointer-events: none;
  opacity: 0; }
  /* line 71, _sass/shared/orb.sass */
  body[data-orb-active="true"] .orb-shadow {
    opacity: 0.8; }

/* line 1, _sass/shared/rte.sass */
.rte {
  margin: 0 auto 0 auto;
  padding-bottom: 60px; }
  /* line 5, _sass/shared/rte.sass */
  .rte pre.highlight {
    margin: 0;
    padding: 10px 20px;
    overflow-x: auto;
    background-color: #f2f0f5;
    border-radius: 10px; }
    /* line 12, _sass/shared/rte.sass */
    .rte pre.highlight ::-moz-selection {
      color: white; }
    .rte pre.highlight ::selection {
      color: white; }

/* line 1, _sass/shared/nuggets.sass */
.nugget {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 5, _sass/shared/nuggets.sass */
  .nugget .fact {
    width: 180px;
    margin-left: 20px;
    text-align: left;
    font-size: 16px;
    line-height: 25px; }

/* line 1, _sass/shared/spotlight.sass */
.spotlight {
  -webkit-transition: opacity 700ms ease;
  transition: opacity 700ms ease; }

/* line 4, _sass/shared/spotlight.sass */
[data-dim="true"] {
  opacity: 0.3; }

/* line 1, _sass/shared/globe.sass */
.globe:nth-of-type(2n - 1) {
  -webkit-animation: animateGlobe1 35000ms ease-in-out infinite;
          animation: animateGlobe1 35000ms ease-in-out infinite; }

/* line 4, _sass/shared/globe.sass */
.globe:nth-of-type(2n) {
  -webkit-animation: animateGlobe2 30000ms ease-in-out infinite;
          animation: animateGlobe2 30000ms ease-in-out infinite; }

/* line 7, _sass/shared/globe.sass */
.globe {
  position: absolute;
  width: 100vw;
  height: 100vw;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-radius: 100%;
  background: radial-gradient(circle, rgba(231, 253, 255, 0.02) 50%, rgba(231, 253, 255, 0.08) 80%, rgba(231, 253, 255, 0.08) 100%); }

/* line 1, _sass/shared/newsletter-signup.sass */
.newsletter-signup {
  background-color: #5801E3;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 1024px) {
    /* line 1, _sass/shared/newsletter-signup.sass */
    .newsletter-signup {
      padding: 60px 0; } }
  /* line 9, _sass/shared/newsletter-signup.sass */
  .newsletter-signup .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 1024px) {
      /* line 9, _sass/shared/newsletter-signup.sass */
      .newsletter-signup .layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    /* line 17, _sass/shared/newsletter-signup.sass */
    .newsletter-signup .layout h2 {
      color: white;
      font-size: 30px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        /* line 17, _sass/shared/newsletter-signup.sass */
        .newsletter-signup .layout h2 {
          margin-top: 0; } }
    /* line 25, _sass/shared/newsletter-signup.sass */
    .newsletter-signup .layout p {
      font-size: 20px;
      margin: 0 0 30px;
      color: rgba(255, 255, 255, 0.8);
      font-weight: 300; }
    /* line 32, _sass/shared/newsletter-signup.sass */
    .newsletter-signup .layout form {
      position: relative; }
      @media (max-width: 1024px) {
        /* line 32, _sass/shared/newsletter-signup.sass */
        .newsletter-signup .layout form {
          width: 100%; } }
      /* line 38, _sass/shared/newsletter-signup.sass */
      .newsletter-signup .layout form input, .newsletter-signup .layout form button {
        border-radius: 15px;
        padding: 16px 24px; }
        @media (max-width: 1024px) {
          /* line 38, _sass/shared/newsletter-signup.sass */
          .newsletter-signup .layout form input, .newsletter-signup .layout form button {
            border-radius: 10px;
            padding: 10px 12px;
            font-size: 15px !important; } }
      /* line 47, _sass/shared/newsletter-signup.sass */
      .newsletter-signup .layout form input {
        width: 350px; }
        /* line 50, _sass/shared/newsletter-signup.sass */
        .newsletter-signup .layout form input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0 1000px #c5aaef inset !important;
          -webkit-text-fill-color: #16082C;
          -webkit-transition: none;
          transition: none;
          border-color: #8677a0; }
        @media (max-width: 1024px) {
          /* line 47, _sass/shared/newsletter-signup.sass */
          .newsletter-signup .layout form input {
            width: 100%; } }
      /* line 59, _sass/shared/newsletter-signup.sass */
      .newsletter-signup .layout form button {
        background-color: #FF457C;
        color: white;
        font-size: 20px;
        font-weight: 300;
        border: 0;
        outline: 0;
        z-index: 1;
        cursor: pointer;
        -webkit-transition: -webkit-box-shadow 150ms ease-out;
        transition: -webkit-box-shadow 150ms ease-out;
        transition: box-shadow 150ms ease-out;
        transition: box-shadow 150ms ease-out, -webkit-box-shadow 150ms ease-out;
        font-weight: bold; }
        /* line 71, _sass/shared/newsletter-signup.sass */
        .newsletter-signup .layout form button[disabled] {
          content: 'Hang on...';
          opacity: 0.7;
          pointer-events: none; }
        /* line 76, _sass/shared/newsletter-signup.sass */
        .newsletter-signup .layout form button:hover {
          -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
                  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
        /* line 79, _sass/shared/newsletter-signup.sass */
        .newsletter-signup .layout form button:active {
          -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
                  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4); }
      /* line 82, _sass/shared/newsletter-signup.sass */
      .newsletter-signup .layout form .sg-response {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        color: white; }
        /* line 90, _sass/shared/newsletter-signup.sass */
        .newsletter-signup .layout form .sg-response:not([class="sg-response"]) {
          -webkit-animation: showNewsletterResponse 300ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
                  animation: showNewsletterResponse 300ms cubic-bezier(0.5, 0.5, 0, 1) forwards; }

@-webkit-keyframes showNewsletterResponse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em); } }

@keyframes showNewsletterResponse {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-1.5em);
            transform: translateY(-1.5em); } }

/* line 1, _sass/shared/connected.sass */
.connected-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  /* line 6, _sass/shared/connected.sass */
  .connected-group .connected-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; }
  /* line 10, _sass/shared/connected.sass */
  .connected-group .connected-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important; }

/* line 1, _sass/shared/cookies.sass */
.cookie-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  padding: 1rem;
  background-color: #5801e3;
  color: white;
  overflow-x: hidden;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  /* line 14, _sass/shared/cookies.sass */
  .cookie-banner .btn-solid {
    padding: 1rem 1.5rem;
    background: #fff;
    color: #ff457c;
    font-weight: 800;
    cursor: pointer; }
  /* line 21, _sass/shared/cookies.sass */
  .cookie-banner[data-accepted="true"] {
    display: none; }

/* line 24, _sass/shared/cookies.sass */
.cookie-container {
  max-width: 1300px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 450px;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  /* line 32, _sass/shared/cookies.sass */
  .cookie-container p {
    font-size: 1.15rem; }

/* line 35, _sass/shared/cookies.sass */
.cookie-btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700; }

/* line 41, _sass/shared/cookies.sass */
.underline-link {
  font-weight: 700;
  border-bottom: 2px solid #ff457c;
  height: 1.55rem; }
  /* line 46, _sass/shared/cookies.sass */
  .underline-link a {
    color: white; }

/* line 49, _sass/shared/cookies.sass */
.close-cookies {
  position: absolute;
  -ms-flex-item-align: end;
      align-self: flex-end;
  cursor: pointer; }

@media only screen and (max-width: 1200px) {
  /* line 55, _sass/shared/cookies.sass */
  .cookie-banner {
    padding: 1rem; }
    /* line 58, _sass/shared/cookies.sass */
    .cookie-banner .cookie-container {
      display: grid;
      grid-template-rows: 1fr .75fr;
      grid-template-columns: 1fr;
      margin: 0 0;
      justify-items: center;
      padding: 0 5px; }
      /* line 66, _sass/shared/cookies.sass */
      .cookie-banner .cookie-container p {
        font-size: 1.15rem;
        margin-top: 1.5rem; }
      /* line 70, _sass/shared/cookies.sass */
      .cookie-banner .cookie-container .cookie-btn-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.5rem;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 700;
        margin-top: .25rem; }
      /* line 77, _sass/shared/cookies.sass */
      .cookie-banner .cookie-container .btn-solid {
        padding: .75rem 1rem;
        background: #fff;
        color: #ff457c;
        font-weight: 800; } }

@media only screen and (max-width: 666px) {
  /* line 84, _sass/shared/cookies.sass */
  .cookie-banner {
    padding: 1rem; }
    /* line 87, _sass/shared/cookies.sass */
    .cookie-banner .cookie-container {
      justify-items: start;
      grid-template-columns: 1fr .15fr; }
    /* line 91, _sass/shared/cookies.sass */
    .cookie-banner p {
      grid-column: 1 / 2; }
    /* line 94, _sass/shared/cookies.sass */
    .cookie-banner .cookie-btn-container {
      grid-row: 2;
      grid-column: 1 / 3; } }

@media only screen and (max-width: 375px) {
  /* line 99, _sass/shared/cookies.sass */
  .cookie-btn-container {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  /* line 102, _sass/shared/cookies.sass */
  .underline-link {
    border: 0;
    height: 100% d; } }

/* line 2, _sass/pages/apps.sass */
.page-apps .marquee-background {
  top: -400px;
  left: -400px;
  -webkit-transform: none;
          transform: none; }
  @media (max-width: 600px) {
    /* line 2, _sass/pages/apps.sass */
    .page-apps .marquee-background {
      top: -600px;
      left: -600px;
      -webkit-transform: scale(0.3);
              transform: scale(0.3); } }

/* line 3, _sass/pages/connect.sass */
body.page-connect[data-touch] .choice-container[data-dim] {
  opacity: 1; }

/* line 6, _sass/pages/connect.sass */
body.page-connect .form-layout {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0); }

/* line 12, _sass/pages/connect.sass */
body.page-connect .layout {
  padding: 0; }
  @media (max-width: 1200px) {
    /* line 12, _sass/pages/connect.sass */
    body.page-connect .layout {
      width: 900px; } }
  @media (max-width: 899px) {
    /* line 12, _sass/pages/connect.sass */
    body.page-connect .layout {
      width: 100%; } }

/* line 22, _sass/pages/connect.sass */
body.page-connect section .marquee {
  padding-top: 100px; }
  /* line 25, _sass/pages/connect.sass */
  body.page-connect section .marquee h3 {
    height: 56px;
    -webkit-transition: height 750ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: height 750ms cubic-bezier(0.5, 0.5, 0, 1); }

/* line 31, _sass/pages/connect.sass */
body.page-connect section[data-form-active] .marquee h3 {
  -webkit-animation: hideConnectSubheading 750ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
          animation: hideConnectSubheading 750ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
  height: 0; }

/* line 35, _sass/pages/connect.sass */
body.page-connect .marquee {
  min-height: 40vh; }
  @media (max-width: 899px) {
    /* line 35, _sass/pages/connect.sass */
    body.page-connect .marquee {
      min-height: 30vh; } }
  /* line 41, _sass/pages/connect.sass */
  body.page-connect .marquee h1 {
    -webkit-transition: 750ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: 750ms cubic-bezier(0.5, 0.5, 0, 1); }
  /* line 44, _sass/pages/connect.sass */
  body.page-connect .marquee h3 {
    -webkit-animation: showConnectSubheading 750ms cubic-bezier(0.5, 0.5, 0, 1) forwards;
            animation: showConnectSubheading 750ms cubic-bezier(0.5, 0.5, 0, 1) forwards; }

/* line 47, _sass/pages/connect.sass */
body.page-connect .lets-explore-together {
  display: none; }

/* line 50, _sass/pages/connect.sass */
body.page-connect .form-choices {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition: 700ms cubic-bezier(0.25, 0.58, 0, 1);
  transition: 700ms cubic-bezier(0.25, 0.58, 0, 1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  margin-bottom: 200px; }
  @media (max-width: 900px) {
    /* line 50, _sass/pages/connect.sass */
    body.page-connect .form-choices {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 200px; } }
  /* line 63, _sass/pages/connect.sass */
  body.page-connect .form-choices[data-active-choice] {
    margin-top: 0; }
  /* line 68, _sass/pages/connect.sass */
  body.page-connect .form-choices[data-active-choice="1"] .choice-container:nth-of-type(1) .choice {
    pointer-events: all; }
  /* line 71, _sass/pages/connect.sass */
  body.page-connect .form-choices[data-active-choice="1"] .choice-container:nth-of-type(1) .form-back {
    opacity: 1; }
  @media (min-width: 900px) {
    /* line 74, _sass/pages/connect.sass */
    body.page-connect .form-choices[data-active-choice="2"] {
      -webkit-transform: translateX(calc(-100% / 3));
              transform: translateX(calc(-100% / 3)); } }
  /* line 79, _sass/pages/connect.sass */
  body.page-connect .form-choices[data-active-choice="2"] .choice-container:nth-of-type(2) .choice {
    pointer-events: all; }
    @media (max-width: 1200px) {
      /* line 82, _sass/pages/connect.sass */
      body.page-connect .form-choices[data-active-choice="2"] .choice-container:nth-of-type(2) .choice .forms {
        display: block; } }
  /* line 86, _sass/pages/connect.sass */
  body.page-connect .form-choices[data-active-choice="2"] .choice-container:nth-of-type(2) .form-back {
    opacity: 1; }
  @media (min-width: 900px) {
    /* line 89, _sass/pages/connect.sass */
    body.page-connect .form-choices[data-active-choice="3"] {
      -webkit-transform: translateX(calc(-100% / 1.5));
              transform: translateX(calc(-100% / 1.5)); } }
  /* line 94, _sass/pages/connect.sass */
  body.page-connect .form-choices[data-active-choice="3"] .choice-container:nth-of-type(3) .choice {
    pointer-events: all; }
  /* line 97, _sass/pages/connect.sass */
  body.page-connect .form-choices[data-active-choice="3"] .choice-container:nth-of-type(3) .form-back {
    opacity: 1; }
  /* line 100, _sass/pages/connect.sass */
  body.page-connect .form-choices .choice-container {
    width: calc(100% / 3);
    text-align: center;
    cursor: pointer;
    -webkit-transition: 350ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: 350ms cubic-bezier(0.5, 0.5, 0, 1);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    @media (max-width: 1200px) {
      /* line 100, _sass/pages/connect.sass */
      body.page-connect .form-choices .choice-container {
        width: 300px;
        margin-bottom: 60px; }
        /* line 111, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container:last-child {
          margin-bottom: 0; } }
    @media (max-width: 899px) {
      /* line 100, _sass/pages/connect.sass */
      body.page-connect .form-choices .choice-container {
        width: 100%; } }
    /* line 119, _sass/pages/connect.sass */
    body.page-connect .form-choices .choice-container[data-hide] {
      opacity: 0;
      pointer-events: none; }
      @media (max-width: 1200px) {
        /* line 119, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container[data-hide] {
          height: 0 !important;
          margin-bottom: 0; } }
    /* line 127, _sass/pages/connect.sass */
    body.page-connect .form-choices .choice-container .choice {
      width: 300px;
      margin-left: auto;
      margin-right: auto;
      pointer-events: none;
      position: relative; }
      @media (max-width: 899px) {
        /* line 127, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .choice {
          width: 100%; } }
      @media (max-width: 1200px) {
        /* line 137, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .choice .text {
          width: 80%;
          margin: auto; } }
      /* line 142, _sass/pages/connect.sass */
      body.page-connect .form-choices .choice-container .choice .form-back {
        position: absolute;
        top: calc(100% + 40px);
        right: calc(50% - 30px);
        width: 60px;
        height: 60px;
        background-image: url(/assets/svg/arrow-left.svg);
        background-size: 15px 30px;
        background-position: 20px 15px;
        background-repeat: no-repeat;
        cursor: pointer;
        opacity: 0;
        -webkit-transition: 200ms cubic-bezier(0.5, 0.5, 0, 1);
        transition: 200ms cubic-bezier(0.5, 0.5, 0, 1);
        border-radius: 100%;
        border: 1px solid rgba(255, 255, 255, 0.15); }
        /* line 158, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .choice .form-back:hover {
          background-color: rgba(255, 255, 255, 0.15);
          border-color: transparent; }
        @media (max-width: 899px) {
          /* line 142, _sass/pages/connect.sass */
          body.page-connect .form-choices .choice-container .choice .form-back {
            top: calc(50% - 50px);
            left: 20px;
            background-size: 10px 20px;
            background-position: 13px 10px;
            width: 40px;
            height: 40px; } }
        @media (max-width: 400px) {
          /* line 142, _sass/pages/connect.sass */
          body.page-connect .form-choices .choice-container .choice .form-back {
            top: calc(50% - 50px);
            left: 20px; } }
      /* line 174, _sass/pages/connect.sass */
      body.page-connect .form-choices .choice-container .choice .image {
        width: 120px;
        height: 120px;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
        margin-right: auto; }
    /* line 183, _sass/pages/connect.sass */
    body.page-connect .form-choices .choice-container .forms {
      position: absolute;
      top: 0;
      left: 100%;
      height: 100%;
      width: 800px;
      opacity: 0;
      margin-bottom: 200px;
      -webkit-transition: 350ms cubic-bezier(0.5, 0.5, 0, 1);
      transition: 350ms cubic-bezier(0.5, 0.5, 0, 1); }
      @media (max-width: 1200px) {
        /* line 183, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .forms {
          width: 600px;
          margin-left: auto;
          margin-right: auto; } }
      @media (max-width: 899px) {
        /* line 183, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .forms {
          left: 0;
          position: relative;
          margin-bottom: 0; } }
      @media (max-width: 600px) {
        /* line 183, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .forms {
          width: 100%; } }
      /* line 206, _sass/pages/connect.sass */
      body.page-connect .form-choices .choice-container .forms[data-active] {
        opacity: 1; }
        /* line 209, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .forms[data-active] .form-line {
          height: 100%; }
      /* line 212, _sass/pages/connect.sass */
      body.page-connect .form-choices .choice-container .forms .form-line {
        position: absolute;
        height: 0;
        width: 1px;
        left: 0;
        -webkit-transition: height 1400ms cubic-bezier(0.5, 0.5, 0, 1);
        transition: height 1400ms cubic-bezier(0.5, 0.5, 0, 1); }
        @media (max-width: 1200px) {
          /* line 212, _sass/pages/connect.sass */
          body.page-connect .form-choices .choice-container .forms .form-line {
            left: -20px; } }
        @media (max-width: 899px) {
          /* line 212, _sass/pages/connect.sass */
          body.page-connect .form-choices .choice-container .forms .form-line {
            display: none; } }
      /* line 225, _sass/pages/connect.sass */
      body.page-connect .form-choices .choice-container .forms .form {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        -webkit-transition: 700ms cubic-bezier(0.5, 0.5, 0, 1);
        transition: 700ms cubic-bezier(0.5, 0.5, 0, 1);
        left: 40px;
        width: calc(100% - 80px); }
        @media (max-width: 1200px) {
          /* line 225, _sass/pages/connect.sass */
          body.page-connect .form-choices .choice-container .forms .form {
            left: 0;
            width: 100%; } }
        /* line 237, _sass/pages/connect.sass */
        body.page-connect .form-choices .choice-container .forms .form[data-active] {
          opacity: 1;
          pointer-events: all; }

/* line 242, _sass/pages/connect.sass */
body.page-connect form footer {
  max-width: 400px;
  margin: 40px auto;
  font-size: 0.8em;
  color: #81719C; }

/* line 248, _sass/pages/connect.sass */
body.page-connect form p {
  color: #81719C; }

/* line 251, _sass/pages/connect.sass */
body.page-connect form .input-helper {
  color: #81719C;
  text-align: left; }

/* line 255, _sass/pages/connect.sass */
body.page-connect form button[type=submit] {
  margin-left: auto;
  margin-right: auto; }

/* line 259, _sass/pages/connect.sass */
body.page-connect .contact-information {
  text-align: left; }
  /* line 262, _sass/pages/connect.sass */
  body.page-connect .contact-information h3 {
    margin-bottom: 0; }
  /* line 265, _sass/pages/connect.sass */
  body.page-connect .contact-information a {
    font-size: 1.2em; }
  /* line 268, _sass/pages/connect.sass */
  body.page-connect .contact-information address {
    font-style: normal;
    font-size: 1.2em; }

/* line 2, _sass/pages/regions.sass */
.region-page .simple-marquee {
  min-height: 80vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 80px; }

/* line 8, _sass/pages/regions.sass */
.region-page .ctas a {
  margin: 0 40px 40px 40px; }

/* line 1, _sass/pages/privacy.sass */
.page-post.privacy, .page-post.terms, .page-post.legal, .page-post.security, .page-post.subprocessors, .page-post.DPA {
  position: absolute;
  top: 0;
  width: 100%; }
  /* line 6, _sass/pages/privacy.sass */
  .page-post.privacy .main-section, .page-post.terms .main-section, .page-post.legal .main-section, .page-post.security .main-section, .page-post.subprocessors .main-section, .page-post.DPA .main-section {
    overflow-x: unset; }

/* line 9, _sass/pages/privacy.sass */
.page-post.privacy table {
  width: 100%;
  border: 3px solid #5801E3;
  border-radius: 5px;
  padding: 5px;
  min-width: 700px; }
  /* line 16, _sass/pages/privacy.sass */
  .page-post.privacy table thead {
    font-size: 1.25rem; }

/* line 20, _sass/pages/privacy.sass */
.privacy h4 {
  margin: 2rem auto .5rem 2rem; }

/* line 23, _sass/pages/privacy.sass */
.privacy h4 + p {
  margin-left: 2rem;
  margin-top: 0; }

/* line 27, _sass/pages/privacy.sass */
.privacy blockquote {
  font-size: 1.25rem;
  line-height: 1.5;
  margin-left: 2rem !important; }

/* line 32, _sass/pages/privacy.sass */
.privacy h3 {
  font-size: 1.65rem !important; }

/* line 35, _sass/pages/privacy.sass */
.white-out {
  background: white; }

/* line 38, _sass/pages/privacy.sass */
.split-body {
  display: grid;
  grid-template-columns: .75fr 3fr;
  background: white;
  max-width: 76.85rem;
  margin: auto; }

/* line 45, _sass/pages/privacy.sass */
.legal-left-nav {
  padding: 4rem 1vw 1rem 0; }
  /* line 48, _sass/pages/privacy.sass */
  .legal-left-nav li {
    font-size: 1.15rem;
    line-height: 1.3;
    margin-bottom: 1rem !important;
    list-style-type: none;
    color: #5801e3; }
    /* line 54, _sass/pages/privacy.sass */
    .legal-left-nav li a {
      color: #5801e3;
      font-weight: 600; }
  /* line 58, _sass/pages/privacy.sass */
  .legal-left-nav .toc {
    -webkit-padding-start: .6rem;
            padding-inline-start: .6rem; }
    /* line 60, _sass/pages/privacy.sass */
    .legal-left-nav .toc a {
      color: black;
      font-weight: 100; }
    /* line 63, _sass/pages/privacy.sass */
    .legal-left-nav .toc li {
      font-size: .9rem;
      line-height: 1.3;
      margin-bottom: .8rem; }

/* line 68, _sass/pages/privacy.sass */
.privacy-body {
  max-width: none !important;
  margin: 0 auto;
  padding: 0 15px 60px 15px; }

/* line 73, _sass/pages/privacy.sass */
.privacy-heading {
  margin: clamp(6rem, 15vw, 10rem) auto clamp(3rem, 15vw, 10rem) !important;
  display: grid;
  justify-items: center;
  height: clamp(100%, 15vw, 100%); }
  /* line 79, _sass/pages/privacy.sass */
  .privacy-heading h1 {
    font-size: clamp(3rem, 6vw, 6rem);
    text-align: center; }
  /* line 83, _sass/pages/privacy.sass */
  .privacy-heading h2 {
    text-align: center; }

/* line 87, _sass/pages/privacy.sass */
.privacy details {
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 1rem;
  margin-top: 1.5rem; }
  /* line 92, _sass/pages/privacy.sass */
  .privacy details p {
    font-size: 1.25rem;
    margin-top: .5rem; }
  /* line 95, _sass/pages/privacy.sass */
  .privacy details ::marker {
    color: #5801e3;
    font-size: 1.5rem;
    margin-right: 8px; }
  /* line 99, _sass/pages/privacy.sass */
  .privacy details .collected {
    font-weight: 900;
    margin-left: 2rem;
    margin-bottom: 3.5rem; }
  /* line 103, _sass/pages/privacy.sass */
  .privacy details h3 {
    font-size: 1.65rem; }

/* line 107, _sass/pages/privacy.sass */
.page-post.cookies li {
  margin-top: 3rem;
  margin-bottom: 0; }

/* line 111, _sass/pages/privacy.sass */
.page-post.cookies ul li li {
  margin-top: .75rem; }

/* line 115, _sass/pages/privacy.sass */
.page-post.cookies .legal-left-nav li {
  margin-top: 0; }

/* line 118, _sass/pages/privacy.sass */
.left-cont {
  position: sticky;
  top: 5rem; }

/* line 123, _sass/pages/privacy.sass */
.current a {
  background: -webkit-linear-gradient(317deg, #c445ff, #FF457C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/* line 129, _sass/pages/privacy.sass */
.page-post.subprocessors table {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }
  /* line 133, _sass/pages/privacy.sass */
  .page-post.subprocessors table thead {
    width: 100%;
    background: #d5d5d5;
    padding: 5px;
    border: 1px solid #d5d5d5; }
  /* line 138, _sass/pages/privacy.sass */
  .page-post.subprocessors table th, .page-post.subprocessors table td {
    padding: 0.5rem;
    border: 1px solid #d5d5d5;
    text-align: left;
    vertical-align: top; }

/* line 146, _sass/pages/privacy.sass */
.page-post.subprocessors .blog-post.privacy {
  padding: 0; }

/* line 149, _sass/pages/privacy.sass */
.page-post.subprocessors .privacy details {
  margin: 0; }

/* line 152, _sass/pages/privacy.sass */
.page-post DPA {
  background: black; }
  /* line 154, _sass/pages/privacy.sass */
  .page-post DPA h4 {
    left-margin: 0 !important; }

@media (min-width: 974px) {
  /* line 159, _sass/pages/privacy.sass */
  #table-of-contents {
    display: none; }
    /* line 161, _sass/pages/privacy.sass */
    #table-of-contents + ol {
      display: none; }
  /* line 164, _sass/pages/privacy.sass */
  .mobile-toc-container {
    display: none; } }

@media (max-width: 975px) {
  /* line 169, _sass/pages/privacy.sass */
  .legal-left-nav {
    display: none !important; }
  /* line 172, _sass/pages/privacy.sass */
  .split-body {
    grid-template-columns: 1fr; }
  /* line 175, _sass/pages/privacy.sass */
  .blog-post.privacy {
    padding-top: 0; }
  /* line 178, _sass/pages/privacy.sass */
  .mobile-toc-container {
    color: #5801e3 !important;
    margin-bottom: 50px;
    padding: 1rem 15px 1rem 15px;
    background: #d0c4e693;
    cursor: pointer; }
    /* line 184, _sass/pages/privacy.sass */
    .mobile-toc-container li {
      font-size: 1.15rem;
      line-height: 2;
      list-style-type: none;
      color: #5801e3;
      margin-top: 0 !important; }
    /* line 190, _sass/pages/privacy.sass */
    .mobile-toc-container a {
      color: #5801e3;
      font-weight: 600; }
    /* line 193, _sass/pages/privacy.sass */
    .mobile-toc-container summary {
      color: black;
      font-size: 1.33rem; }
    /* line 196, _sass/pages/privacy.sass */
    .mobile-toc-container details {
      margin-top: 0; } }

/* line 5, _sass/pages/company/company.sass */
.page-company .our-story {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 768px) {
    /* line 10, _sass/pages/company/company.sass */
    .page-company .our-story .nugget {
      display: none; } }
  /* line 13, _sass/pages/company/company.sass */
  .page-company .our-story .story-body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 650px;
    margin-right: 20px; }

/* line 19, _sass/pages/company/company.sass */
.page-company .marquee .marquee-background {
  top: 100px; }

/* line 22, _sass/pages/company/company.sass */
.page-company .marquee .marquee-content {
  width: 90%;
  margin-top: 25vh;
  max-width: 1200px; }
  @media (max-width: 768px) {
    /* line 22, _sass/pages/company/company.sass */
    .page-company .marquee .marquee-content {
      text-align: center; } }

/* line 31, _sass/pages/company/company.sass */
.page-company .summary p {
  max-width: 650px;
  color: #D0C4E6; }
  /* line 35, _sass/pages/company/company.sass */
  .page-company .summary p:not(.large) {
    font-size: 16px; }
  @media (max-width: 768px) {
    /* line 31, _sass/pages/company/company.sass */
    .page-company .summary p {
      text-align: center; } }

/* line 41, _sass/pages/company/company.sass */
.page-company .elements {
  position: relative;
  height: 1000px;
  width: 560px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  margin-top: 100px;
  background-image: url(/assets/svg/element-lines.svg);
  background-size: 508px 654px;
  background-position: center 50px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  @media (max-width: 600px) {
    /* line 41, _sass/pages/company/company.sass */
    .page-company .elements {
      margin-top: 50px; } }
  /* line 65, _sass/pages/company/company.sass */
  .page-company .elements h4 {
    margin: -20px auto 0 auto;
    text-align: center;
    padding-left: 375px; }
  /* line 70, _sass/pages/company/company.sass */
  .page-company .elements .element {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 50%; }
    /* line 76, _sass/pages/company/company.sass */
    .page-company .elements .element p {
      margin-top: 5px;
      width: 350px; }
    /* line 80, _sass/pages/company/company.sass */
    .page-company .elements .element.exploration {
      -webkit-transform: translateX(-300px);
              transform: translateX(-300px);
      top: 138px; }
    /* line 84, _sass/pages/company/company.sass */
    .page-company .elements .element.reliability {
      -webkit-transform: translateX(-518px);
              transform: translateX(-518px);
      top: 600px; }
    /* line 88, _sass/pages/company/company.sass */
    .page-company .elements .element.care {
      -webkit-transform: translateX(280px);
              transform: translateX(280px);
      top: 675px; }
    /* line 92, _sass/pages/company/company.sass */
    .page-company .elements .element h1 {
      margin-bottom: 0; }
  @media (max-width: 1260px) {
    /* line 97, _sass/pages/company/company.sass */
    .page-company .elements .element.reliability {
      -webkit-transform: translateX(-378px);
              transform: translateX(-378px);
      top: 643px; }
    /* line 101, _sass/pages/company/company.sass */
    .page-company .elements .element.care {
      -webkit-transform: translateX(200px);
              transform: translateX(200px);
      top: 705px; }
      /* line 105, _sass/pages/company/company.sass */
      .page-company .elements .element.care p {
        width: 250px; } }
  @media (max-width: 880px) {
    /* line 41, _sass/pages/company/company.sass */
    .page-company .elements {
      height: auto;
      width: 100%;
      -webkit-transform: translateX(0);
              transform: translateX(0);
      background-image: none; }
      /* line 114, _sass/pages/company/company.sass */
      .page-company .elements h4 {
        margin: 0;
        padding-left: 0;
        text-align: left; }
      /* line 119, _sass/pages/company/company.sass */
      .page-company .elements .element {
        margin: 0 auto;
        position: static;
        width: 100%;
        -webkit-transform: translateX(0) !important;
                transform: translateX(0) !important;
        top: 0 !important;
        margin-bottom: 30px; }
        /* line 127, _sass/pages/company/company.sass */
        .page-company .elements .element p {
          position: relative;
          margin: 20px auto;
          width: 100% !important;
          max-width: 100%; } }

/* line 133, _sass/pages/company/company.sass */
.page-company .meet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 60px; }
  /* line 141, _sass/pages/company/company.sass */
  .page-company .meet .text {
    width: 300px; }
    /* line 144, _sass/pages/company/company.sass */
    .page-company .meet .text p.first {
      margin-bottom: 60px; }
    /* line 147, _sass/pages/company/company.sass */
    .page-company .meet .text .btn {
      margin-top: 15px;
      display: inline-block; }
    /* line 151, _sass/pages/company/company.sass */
    .page-company .meet .text h2 {
      font-size: 32px;
      font-style: inherit;
      font-weight: 400; }
  /* line 156, _sass/pages/company/company.sass */
  .page-company .meet .teammates {
    width: 900px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    /* line 162, _sass/pages/company/company.sass */
    .page-company .meet .teammates .person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-bottom: 80px;
      position: relative;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 1024px) {
        /* line 162, _sass/pages/company/company.sass */
        .page-company .meet .teammates .person {
          margin-left: auto;
          margin-right: auto; } }
      /* line 173, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .orb-content {
        width: 400px;
        padding: 20px; }
        @media (max-width: 600px) {
          /* line 173, _sass/pages/company/company.sass */
          .page-company .meet .teammates .person .orb-content {
            width: 300px; } }
      /* line 180, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .orb-shape {
        z-index: -1; }
      /* line 183, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .cutout {
        height: 220px;
        width: 220px;
        float: left;
        shape-outside: circle(100% at 0 0); }
      /* line 190, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person[data-expanded="true"] .profile {
        visibility: hidden; }
      /* line 193, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person[data-expanded="true"] .bio-image {
        -webkit-transform: translate(-20px, -20px);
                transform: translate(-20px, -20px); }
      /* line 197, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person[data-expanded="true"] .bio .roles, .page-company .meet .teammates .person[data-expanded="true"] .bio h3, .page-company .meet .teammates .person[data-expanded="true"] .bio p {
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        opacity: 1; }
      /* line 201, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .profile {
        text-align: center;
        position: relative; }
      /* line 205, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .image-wrapper {
        width: 400px;
        height: 400px;
        border-radius: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        transition: transform 300ms ease, -webkit-transform 300ms ease; }
        /* line 214, _sass/pages/company/company.sass */
        .page-company .meet .teammates .person .image-wrapper .image {
          width: calc(100% - 40px);
          height: calc(100% - 40px);
          border: 2px solid #40A5FF;
          border-radius: 100%;
          background-size: cover;
          background-position: center center;
          background-repeat: no-repeat; }
      /* line 223, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .name {
        text-transform: uppercase;
        font-size: 18px;
        display: inline-block; }
      /* line 228, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .bio-image {
        height: 200px;
        width: 200px;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        position: absolute;
        top: -20%;
        left: -20%;
        z-index: 100;
        border-radius: 100%;
        border: 10px solid #16082C;
        -webkit-transition: -webkit-transform 500ms ease;
        transition: -webkit-transform 500ms ease;
        transition: transform 500ms ease;
        transition: transform 500ms ease, -webkit-transform 500ms ease; }
        @media (max-width: 600px) {
          /* line 228, _sass/pages/company/company.sass */
          .page-company .meet .teammates .person .bio-image {
            display: none; } }
      /* line 245, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .bio {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        /* line 249, _sass/pages/company/company.sass */
        .page-company .meet .teammates .person .bio .roles {
          margin-left: auto;
          max-width: 70%;
          min-width: 250px;
          -webkit-transform: translate(-20px, 50px);
                  transform: translate(-20px, 50px);
          -webkit-transition: -webkit-transform 500ms ease;
          transition: -webkit-transform 500ms ease;
          transition: transform 500ms ease;
          transition: transform 500ms ease, -webkit-transform 500ms ease; }
          @media (max-width: 600px) {
            /* line 249, _sass/pages/company/company.sass */
            .page-company .meet .teammates .person .bio .roles {
              max-width: 100%;
              margin-left: 0;
              text-align: center;
              padding: 0; } }
          /* line 262, _sass/pages/company/company.sass */
          .page-company .meet .teammates .person .bio .roles li {
            font-size: 12px;
            list-style-type: none;
            margin: 5px;
            text-align: center;
            display: inline-block; }
            /* line 269, _sass/pages/company/company.sass */
            .page-company .meet .teammates .person .bio .roles li span {
              display: inline-block;
              background: #81719C;
              color: #16082C;
              padding: 5px 10px;
              border-radius: 5px;
              text-transform: uppercase;
              font-weight: bold; }
        /* line 278, _sass/pages/company/company.sass */
        .page-company .meet .teammates .person .bio h3 {
          margin: 50px 0 5px 0;
          color: #FF457C;
          font-weight: bold;
          letter-spacing: 2px;
          -webkit-transform: translate(20px, 50px);
                  transform: translate(20px, 50px);
          -webkit-transition: -webkit-transform 500ms ease;
          transition: -webkit-transform 500ms ease;
          transition: transform 500ms ease;
          transition: transform 500ms ease, -webkit-transform 500ms ease;
          opacity: 0.5;
          width: 100%; }
          @media (max-width: 600px) {
            /* line 278, _sass/pages/company/company.sass */
            .page-company .meet .teammates .person .bio h3 {
              margin-top: 20px; } }
        /* line 291, _sass/pages/company/company.sass */
        .page-company .meet .teammates .person .bio p {
          margin: 0 0 10px 0;
          text-align: left;
          font-size: 16px;
          line-height: 22px;
          -webkit-transform: translate(0, 30px);
                  transform: translate(0, 30px);
          -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
          transition: opacity 500ms ease, -webkit-transform 500ms ease;
          transition: transform 500ms ease, opacity 500ms ease;
          transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
          opacity: 0; }
      /* line 300, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .orb {
        position: absolute;
        bottom: 50px;
        left: 40px; }
        @media (max-width: 1024px) {
          /* line 300, _sass/pages/company/company.sass */
          .page-company .meet .teammates .person .orb {
            position: relative;
            top: 0;
            left: 0; } }
  @media (max-width: 1300px) {
    /* line 133, _sass/pages/company/company.sass */
    .page-company .meet {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      /* line 313, _sass/pages/company/company.sass */
      .page-company .meet .text {
        width: 100%;
        text-align: center;
        margin-bottom: 60px; }
        /* line 318, _sass/pages/company/company.sass */
        .page-company .meet .text p.first {
          margin-bottom: 20px; }
      /* line 321, _sass/pages/company/company.sass */
      .page-company .meet .teammates {
        margin: 30px auto; } }
  @media (max-width: 950px) {
    /* line 325, _sass/pages/company/company.sass */
    .page-company .meet .teammates {
      max-width: 600px; }
      /* line 329, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person .image-wrapper {
        width: 250px;
        height: 250px; }
        /* line 333, _sass/pages/company/company.sass */
        .page-company .meet .teammates .person .image-wrapper .image {
          width: calc(100% - 40px);
          height: calc(100% - 40px); } }
  @media (max-width: 615px) {
    /* line 338, _sass/pages/company/company.sass */
    .page-company .meet .teammates {
      max-width: 400px; }
      /* line 341, _sass/pages/company/company.sass */
      .page-company .meet .teammates .person {
        margin-bottom: 40px; } }

/* line 344, _sass/pages/company/company.sass */
.dna {
  background-image: url(/assets/svg/dna.svg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
  height: 295px;
  width: 100%;
  margin: -148px 0 150px 0; }
  @media (max-width: 768px) {
    /* line 344, _sass/pages/company/company.sass */
    .dna {
      height: 150px;
      background-image: url(/assets/svg/dna-mobile.svg);
      margin: -75px 0 100px 0; } }
  @media (min-width: 2300px) {
    /* line 344, _sass/pages/company/company.sass */
    .dna {
      height: 330px;
      margin-top: -165px; } }

/* line 1, _sass/pages/company/create.sass */
.page-company .how-we-create {
  background: rgba(17, 6, 36, 0.6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 100px;
  padding-bottom: 180px; }
  @media (max-width: 600px) {
    /* line 1, _sass/pages/company/create.sass */
    .page-company .how-we-create {
      padding-top: 50px; } }
  /* line 11, _sass/pages/company/create.sass */
  .page-company .how-we-create h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 80px; }
    @media (max-width: 600px) {
      /* line 11, _sass/pages/company/create.sass */
      .page-company .how-we-create h3 {
        margin-bottom: 10px; } }
  /* line 20, _sass/pages/company/create.sass */
  .page-company .how-we-create .create {
    margin-bottom: 50px; }
  @media (max-width: 768px) {
    /* line 1, _sass/pages/company/create.sass */
    .page-company .how-we-create {
      padding-bottom: 70px; } }

/* line 3, _sass/pages/blog/page.sass */
.featured-blog-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 200px;
  margin-bottom: 70px; }
  @media (max-width: 768px) {
    /* line 3, _sass/pages/blog/page.sass */
    .featured-blog-posts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 100px;
      margin-bottom: 0; } }
  /* line 14, _sass/pages/blog/page.sass */
  .featured-blog-posts .featured-post--wide {
    width: 66%;
    padding-right: 30px; }
    /* line 18, _sass/pages/blog/page.sass */
    .featured-blog-posts .featured-post--wide .post-preview--large {
      margin-left: 0;
      margin-right: 0; }
    @media (max-width: 768px) {
      /* line 14, _sass/pages/blog/page.sass */
      .featured-blog-posts .featured-post--wide {
        width: 100%;
        padding: 0;
        margin-bottom: 60px; } }
  /* line 27, _sass/pages/blog/page.sass */
  .featured-blog-posts .featured-post-list {
    width: 34%;
    padding-left: 30px; }
    @media (max-width: 768px) {
      /* line 27, _sass/pages/blog/page.sass */
      .featured-blog-posts .featured-post-list {
        width: 100%;
        padding: 0; } }
    /* line 35, _sass/pages/blog/page.sass */
    .featured-blog-posts .featured-post-list .post-preview {
      padding-bottom: 30px;
      margin-top: 0;
      margin-bottom: 15px;
      margin-left: 0;
      margin-right: 0; }
      @media (max-width: 1024px) {
        /* line 35, _sass/pages/blog/page.sass */
        .featured-blog-posts .featured-post-list .post-preview {
          margin-bottom: 30px; }
          /* line 45, _sass/pages/blog/page.sass */
          .featured-blog-posts .featured-post-list .post-preview .post-preview__title {
            font-size: 20px !important; } }
      @media (max-width: 768px) {
        /* line 35, _sass/pages/blog/page.sass */
        .featured-blog-posts .featured-post-list .post-preview {
          margin-top: 30px;
          max-width: 100%; } }
      @media (max-width: 1024px) {
        /* line 52, _sass/pages/blog/page.sass */
        .featured-blog-posts .featured-post-list .post-preview .post-preview__category {
          margin-top: 0; } }
      /* line 56, _sass/pages/blog/page.sass */
      .featured-blog-posts .featured-post-list .post-preview:not(:last-child) {
        border-bottom: 2px solid #EEE8F8; }

/* line 59, _sass/pages/blog/page.sass */
.post-grid-container {
  background-color: white;
  padding-top: 90px;
  padding-bottom: 60px; }
  @media (max-width: 1024px) {
    /* line 59, _sass/pages/blog/page.sass */
    .post-grid-container {
      padding: 60px 40px; } }
  @media (max-width: 374px) {
    /* line 59, _sass/pages/blog/page.sass */
    .post-grid-container {
      padding: 40px 20px; } }
  /* line 70, _sass/pages/blog/page.sass */
  .post-grid-container .post-grid-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      /* line 70, _sass/pages/blog/page.sass */
      .post-grid-container .post-grid-filters {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        width: 300px; } }
    @media (max-width: 374px) {
      /* line 70, _sass/pages/blog/page.sass */
      .post-grid-container .post-grid-filters {
        margin-bottom: 30px; } }
    /* line 84, _sass/pages/blog/page.sass */
    .post-grid-container .post-grid-filters .post-grid-filter {
      margin: 0 20px;
      font-size: 20px;
      letter-spacing: 3.5px;
      text-transform: uppercase;
      color: black;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-transition: color 300ms cubic-bezier(0.5, 0.5, 0, 1);
      transition: color 300ms cubic-bezier(0.5, 0.5, 0, 1); }
      @media (max-width: 768px) {
        /* line 84, _sass/pages/blog/page.sass */
        .post-grid-container .post-grid-filters .post-grid-filter {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 0 0 20px 0;
          font-size: 16px;
          font-weight: bold;
          width: 50%; } }
      /* line 103, _sass/pages/blog/page.sass */
      .post-grid-container .post-grid-filters .post-grid-filter[data-active="true"] {
        color: #5801E3;
        font-weight: bold; }
        /* line 107, _sass/pages/blog/page.sass */
        .post-grid-container .post-grid-filters .post-grid-filter[data-active="true"]::after {
          width: calc(100% + 20px); }
          @media (max-width: 768px) {
            /* line 107, _sass/pages/blog/page.sass */
            .post-grid-container .post-grid-filters .post-grid-filter[data-active="true"]::after {
              width: 70px; } }
      /* line 113, _sass/pages/blog/page.sass */
      .post-grid-container .post-grid-filters .post-grid-filter::after {
        content: ' ';
        width: 0;
        margin-top: 5px;
        border-radius: 20px;
        height: 5px;
        background: -webkit-gradient(linear, left top, right top, from(#5801E3), to(#FC4646));
        background: linear-gradient(to right, #5801E3, #FC4646);
        -webkit-transition: width 300ms cubic-bezier(0.5, 0.5, 0, 1);
        transition: width 300ms cubic-bezier(0.5, 0.5, 0, 1); }
        @media (max-width: 768px) {
          /* line 113, _sass/pages/blog/page.sass */
          .post-grid-container .post-grid-filters .post-grid-filter::after {
            margin-top: 3px;
            height: 3px; } }

/* line 126, _sass/pages/blog/page.sass */
.post-grid, .post-grid-heading {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1250px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  /* line 136, _sass/pages/blog/page.sass */
  .post-grid.post-grid--justify-left, .post-grid-heading.post-grid--justify-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  @media (max-width: 1024px) {
    /* line 126, _sass/pages/blog/page.sass */
    .post-grid, .post-grid-heading {
      width: 100%; } }
  /* line 143, _sass/pages/blog/page.sass */
  .post-grid:not([data-expanded="true"]) .post-preview:nth-child(n + 10), .post-grid-heading:not([data-expanded="true"]) .post-preview:nth-child(n + 10) {
    display: none; }
  /* line 146, _sass/pages/blog/page.sass */
  .post-grid.post-grid-heading, .post-grid-heading.post-grid-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0; }
  /* line 150, _sass/pages/blog/page.sass */
  .post-grid[data-active="true"], .post-grid-heading[data-active="true"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* line 153, _sass/pages/blog/page.sass */
.post-grid-heading h3, .post-preview {
  margin: 0 30px;
  width: 100%;
  max-width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1024px) {
    /* line 153, _sass/pages/blog/page.sass */
    .post-grid-heading h3, .post-preview {
      margin-left: 15px;
      margin-right: 15px;
      max-width: 310px; } }
  @media (max-width: 425px) {
    /* line 153, _sass/pages/blog/page.sass */
    .post-grid-heading h3, .post-preview {
      max-width: 100%;
      margin: 30px 0; } }

/* line 168, _sass/pages/blog/page.sass */
.post-preview {
  margin: 45px 30px;
  width: 100%;
  max-width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 1024px) {
    /* line 168, _sass/pages/blog/page.sass */
    .post-preview {
      margin-left: 15px;
      margin-right: 15px;
      max-width: 310px; } }
  @media (max-width: 425px) {
    /* line 168, _sass/pages/blog/page.sass */
    .post-preview {
      max-width: 100%;
      margin: 30px 0; } }

@-webkit-keyframes floatExpandButtonIcon {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

@keyframes floatExpandButtonIcon {
  0% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); } }

/* line 193, _sass/pages/blog/page.sass */
.expand-button {
  font-size: 30px;
  color: #160a2c;
  letter-spacing: 2.25px;
  border: 0;
  background-color: transparent;
  margin: 0 auto;
  display: block;
  cursor: pointer;
  -webkit-transition: color 200ms ease-out;
  transition: color 200ms ease-out; }
  /* line 204, _sass/pages/blog/page.sass */
  .expand-button:hover {
    color: #FF457C; }
    /* line 207, _sass/pages/blog/page.sass */
    .expand-button:hover svg {
      -webkit-transform: translateY(-5px);
              transform: translateY(-5px);
      -webkit-animation: floatExpandButtonIcon 2000ms ease-out infinite;
              animation: floatExpandButtonIcon 2000ms ease-out infinite;
      -webkit-animation-delay: 1000ms;
              animation-delay: 1000ms; }
  /* line 212, _sass/pages/blog/page.sass */
  .expand-button svg {
    margin-bottom: -5px;
    -webkit-transition: -webkit-transform 1000ms ease-out;
    transition: -webkit-transform 1000ms ease-out;
    transition: transform 1000ms ease-out;
    transition: transform 1000ms ease-out, -webkit-transform 1000ms ease-out; }

/* line 216, _sass/pages/blog/page.sass */
.cta-section {
  background-color: #EEE8F8;
  padding: 80px 0; }
  @media (max-width: 768px) {
    /* line 216, _sass/pages/blog/page.sass */
    .cta-section {
      padding: 40px 0; } }
  /* line 223, _sass/pages/blog/page.sass */
  .cta-section .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 768px) {
      /* line 223, _sass/pages/blog/page.sass */
      .cta-section .layout {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; } }
  /* line 231, _sass/pages/blog/page.sass */
  .cta-section .cta-section__text {
    max-width: 520px;
    margin-right: 10%; }
    @media (max-width: 768px) {
      /* line 231, _sass/pages/blog/page.sass */
      .cta-section .cta-section__text {
        margin-right: 0; } }
    /* line 238, _sass/pages/blog/page.sass */
    .cta-section .cta-section__text h5 {
      margin-top: 0; }
      @media (max-width: 768px) {
        /* line 238, _sass/pages/blog/page.sass */
        .cta-section .cta-section__text h5 {
          font-size: 15px; } }
    /* line 244, _sass/pages/blog/page.sass */
    .cta-section .cta-section__text h2 {
      margin-top: 20px;
      margin-bottom: 15px;
      font-size: 40px;
      font-weight: bold;
      color: black; }
      @media (max-width: 768px) {
        /* line 244, _sass/pages/blog/page.sass */
        .cta-section .cta-section__text h2 {
          font-size: 30px; } }
    /* line 254, _sass/pages/blog/page.sass */
    .cta-section .cta-section__text p {
      margin-top: 0;
      font-size: 20px;
      margin-bottom: 45px;
      color: black; }
      @media (max-width: 768px) {
        /* line 254, _sass/pages/blog/page.sass */
        .cta-section .cta-section__text p {
          font-size: 18px; } }
  /* line 263, _sass/pages/blog/page.sass */
  .cta-section .cta-section__image {
    max-width: 480px; }
    @media (max-width: 768px) {
      /* line 263, _sass/pages/blog/page.sass */
      .cta-section .cta-section__image {
        margin-bottom: 40px; } }
    /* line 269, _sass/pages/blog/page.sass */
    .cta-section .cta-section__image img {
      width: 100%; }

/* line 5, _sass/pages/blog/post-preview.sass */
body[data-hovering-post-preview] .featured-post-list .post-preview {
  opacity: 0.7; }

/* line 8, _sass/pages/blog/post-preview.sass */
.post-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease; }
  /* line 14, _sass/pages/blog/post-preview.sass */
  .post-preview:hover {
    opacity: 1 !important; }
  /* line 17, _sass/pages/blog/post-preview.sass */
  .post-preview.post-preview--ghost {
    height: 0;
    opacity: 0;
    pointer-events: none;
    margin-top: 0;
    margin-bottom: 0; }
  /* line 24, _sass/pages/blog/post-preview.sass */
  .post-preview.post-preview--callout {
    background-color: #16082C;
    border-radius: 10px;
    padding: 30px;
    padding-bottom: 45px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 520px;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1), -webkit-box-shadow 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1), -webkit-box-shadow 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1), box-shadow 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1), box-shadow 250ms cubic-bezier(0.5, 0.5, 0, 1), -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1), -webkit-box-shadow 250ms cubic-bezier(0.5, 0.5, 0, 1); }
    /* line 33, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--callout .post-preview__callout-image-container {
      position: relative; }
    /* line 36, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--callout .post-preview__callout-image-container, .post-preview.post-preview--callout .post-preview__callout-image, .post-preview.post-preview--callout .post-preview__callout-image-backdrop {
      width: 100%; }
    /* line 39, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--callout .post-preview__callout-image {
      z-index: 1; }
    /* line 42, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--callout .post-preview__callout-image, .post-preview.post-preview--callout .post-preview__callout-image-backdrop {
      -webkit-transform: translateY(-75px) scale(1.1);
              transform: translateY(-75px) scale(1.1);
      -webkit-transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
      transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
      transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
      transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1), -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1); }
    /* line 46, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--callout .post-preview__callout-image-backdrop {
      z-index: 0;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-filter: blur(30px) saturate(150%);
              filter: blur(30px) saturate(150%);
      opacity: 0;
      -webkit-transition: opacity 250ms cubic-bezier(0.5, 0.5, 0, 1);
      transition: opacity 250ms cubic-bezier(0.5, 0.5, 0, 1); }
  /* line 56, _sass/pages/blog/post-preview.sass */
  .post-preview:not(.post-preview--large):hover .post-preview__image-backdrop {
    opacity: 1; }
  /* line 59, _sass/pages/blog/post-preview.sass */
  .post-preview:not(.post-preview--large):hover .post-preview__image-container {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  /* line 62, _sass/pages/blog/post-preview.sass */
  .post-preview.post-preview--large {
    max-width: none; }
    /* line 65, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--large .post-preview__category {
      margin-top: 45px; }
      @media (max-width: 1024px) {
        /* line 65, _sass/pages/blog/post-preview.sass */
        .post-preview.post-preview--large .post-preview__category {
          margin-top: 20px; } }
    /* line 71, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--large .post-preview__title {
      font-size: 35px; }
    @media (max-width: 768px) {
      /* line 75, _sass/pages/blog/post-preview.sass */
      .post-preview.post-preview--large .post-preview__image {
        display: none; } }
    @media (min-width: 769px) {
      /* line 79, _sass/pages/blog/post-preview.sass */
      .post-preview.post-preview--large .post-preview__natural-image {
        display: none; } }
    /* line 82, _sass/pages/blog/post-preview.sass */
    .post-preview.post-preview--large .post-preview__natural-image {
      width: 100vw;
      margin-left: calc(((100vw - 100%) / -2));
      border-radius: 0; }
  /* line 88, _sass/pages/blog/post-preview.sass */
  .post-preview.post-preview--light .post-preview__category {
    color: #B898CC; }
  /* line 91, _sass/pages/blog/post-preview.sass */
  .post-preview.post-preview--light .post-preview__title a, .post-preview.post-preview--light .post-preview__excerpt {
    color: black; }
  /* line 94, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__image-container {
    z-index: 1;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1), -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1); }
    /* line 98, _sass/pages/blog/post-preview.sass */
    .post-preview .post-preview__image-container .shine {
      -webkit-transition-property: opacity, -webkit-box-shadow !important;
      transition-property: opacity, -webkit-box-shadow !important;
      transition-property: box-shadow, opacity !important;
      transition-property: box-shadow, opacity, -webkit-box-shadow !important;
      border-radius: 10px; }
  /* line 102, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__image, .post-preview .post-preview__image-backdrop {
    display: block;
    height: 300px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px; }
  /* line 111, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__image {
    z-index: 1;
    -webkit-transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: transform 250ms cubic-bezier(0.5, 0.5, 0, 1), -webkit-transform 250ms cubic-bezier(0.5, 0.5, 0, 1); }
  /* line 115, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__image-backdrop {
    -webkit-filter: blur(30px) saturate(150%);
            filter: blur(30px) saturate(150%);
    margin-top: -300px;
    opacity: 0;
    -webkit-transition: opacity 250ms cubic-bezier(0.5, 0.5, 0, 1);
    transition: opacity 250ms cubic-bezier(0.5, 0.5, 0, 1);
    z-index: 0; }
  /* line 122, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__category {
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #D0C4E6;
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 15px; }
  /* line 130, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 25px;
    color: white;
    font-weight: bold; }
    @media (max-width: 1024px) {
      /* line 130, _sass/pages/blog/post-preview.sass */
      .post-preview .post-preview__title {
        font-size: 24px !important; } }
    /* line 140, _sass/pages/blog/post-preview.sass */
    .post-preview .post-preview__title a {
      color: inherit; }
  /* line 143, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__excerpt {
    font-size: 20px;
    color: #D0C4E6;
    margin: 0; }
  /* line 148, _sass/pages/blog/post-preview.sass */
  .post-preview .post-preview__newsletter-form {
    margin-top: 30px; }
    /* line 151, _sass/pages/blog/post-preview.sass */
    .post-preview .post-preview__newsletter-form button {
      border: 0;
      background-color: #8474A0;
      border-top-right-radius: 7px;
      border-bottom-right-radius: 7px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 8px; }

/* line 1, _sass/pages/blog/listing.sass */
.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-bottom: 100px; }

/* line 7, _sass/pages/blog/listing.sass */
.post {
  width: calc(50% - 62px);
  margin: 30px;
  border-radius: 30px;
  color: #81719C;
  border: 1px solid rgba(79, 65, 94, 0); }
  /* line 14, _sass/pages/blog/listing.sass */
  .post h3 {
    font-size: 40px;
    color: #D0C4E6;
    font-weight: 400;
    font-style: normal; }
  /* line 20, _sass/pages/blog/listing.sass */
  .post .date {
    font-size: 20px;
    color: #B898CC; }
  /* line 24, _sass/pages/blog/listing.sass */
  .post:hover {
    border: 1px solid #4F415E; }
    /* line 27, _sass/pages/blog/listing.sass */
    .post:hover .meta {
      opacity: 1;
      visibility: visible; }

/* line 31, _sass/pages/blog/listing.sass */
.post-wrap {
  margin: 40px; }

/* line 34, _sass/pages/blog/listing.sass */
.meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #40A5FF;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  margin-top: 20px; }
  /* line 43, _sass/pages/blog/listing.sass */
  .meta span {
    font-family: "Neue Frutiger";
    font-size: 20px;
    width: calc(100% - 69px);
    display: block;
    font-weight: 400; }

@media (max-width: 1024px) {
  /* line 51, _sass/pages/blog/listing.sass */
  .post {
    width: calc(50% - 32px);
    margin: 15px; }
  /* line 55, _sass/pages/blog/listing.sass */
  .post-wrap {
    margin: 30px; } }

@media (max-width: 600px) {
  /* line 59, _sass/pages/blog/listing.sass */
  .post {
    width: 100%; }
    /* line 62, _sass/pages/blog/listing.sass */
    .post .meta {
      opacity: 1;
      visibility: visible; } }

/* line 1, _sass/pages/blog/pagination.sass */
.pagination {
  margin: 50px auto;
  text-align: center; }
  /* line 5, _sass/pages/blog/pagination.sass */
  .pagination .layout {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /* line 10, _sass/pages/blog/pagination.sass */
  .pagination a {
    margin: 0 10px; }

/* line 1, _sass/pages/blog/marquee.sass */
.post-heading {
  max-width: 780px;
  margin: 180px auto 0;
  padding: 0 15px; }
  /* line 7, _sass/pages/blog/marquee.sass */
  .post-heading .post-breadcrumb a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    /* line 11, _sass/pages/blog/marquee.sass */
    .post-heading .post-breadcrumb a svg {
      margin-right: 10px; }
      /* line 14, _sass/pages/blog/marquee.sass */
      .post-heading .post-breadcrumb a svg g {
        stroke: #40A5FF; }
  @media (max-width: 768px) {
    /* line 1, _sass/pages/blog/marquee.sass */
    .post-heading {
      max-width: 330px;
      margin-top: 110px; } }
  /* line 21, _sass/pages/blog/marquee.sass */
  .post-heading .post-title {
    font-size: 48px;
    color: white;
    font-weight: bold; }
    @media (max-width: 768px) {
      /* line 21, _sass/pages/blog/marquee.sass */
      .post-heading .post-title {
        font-size: 24px;
        line-height: 36px; } }
  /* line 30, _sass/pages/blog/marquee.sass */
  .post-heading h1 {
    margin-bottom: 10px; }
  /* line 33, _sass/pages/blog/marquee.sass */
  .post-heading h2 {
    font-size: 30px;
    color: #D0C4E6;
    font-weight: 600;
    margin: 0 auto 60px auto; }
    /* line 39, _sass/pages/blog/marquee.sass */
    .post-heading h2:empty {
      height: 0.5em;
      margin-bottom: 0; }
    @media (max-width: 768px) {
      /* line 33, _sass/pages/blog/marquee.sass */
      .post-heading h2 {
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 30px; } }
  /* line 49, _sass/pages/blog/marquee.sass */
  .post-heading .post-meta span {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #D0C4E6; }
    /* line 56, _sass/pages/blog/marquee.sass */
    .post-heading .post-meta span:not(:last-child)::after {
      content: ' |'; }
  /* line 59, _sass/pages/blog/marquee.sass */
  .post-heading .post-image {
    width: 100vw;
    margin-left: calc((100vw - 100%) / -2);
    margin-top: 100px;
    display: block; }
    @media (max-width: 450px) {
      /* line 59, _sass/pages/blog/marquee.sass */
      .post-heading .post-image {
        display: none; } }
    /* line 68, _sass/pages/blog/marquee.sass */
    .post-heading .post-image.post-image--mobile {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 250px;
      margin-top: 70px; }
      @media (min-width: 451px) {
        /* line 68, _sass/pages/blog/marquee.sass */
        .post-heading .post-image.post-image--mobile {
          display: none; } }
      @media (max-width: 450px) {
        /* line 68, _sass/pages/blog/marquee.sass */
        .post-heading .post-image.post-image--mobile {
          display: block; } }

/* line 13, _sass/pages/blog/syntax-highlight.scss */
figure.highlight {
  overflow-x: hidden;
  border-radius: 10px; }

/* line 14, _sass/pages/blog/syntax-highlight.scss */
.highlight .hll {
  background-color: rgba(0, 0, 0, 0.5); }

/* line 15, _sass/pages/blog/syntax-highlight.scss */
.highlight {
  color: #29144d; }

/* line 16, _sass/pages/blog/syntax-highlight.scss */
.highlight .c {
  color: #81719C; }

/* Comment */
/* line 17, _sass/pages/blog/syntax-highlight.scss */
.highlight .err {
  color: #29144d;
  border: 1px solid #FC4646; }

/* Error */
/* line 18, _sass/pages/blog/syntax-highlight.scss */
.highlight .esc {
  color: #29144d; }

/* Escape */
/* line 19, _sass/pages/blog/syntax-highlight.scss */
.highlight .g {
  color: #29144d; }

/* Generic */
/* line 20, _sass/pages/blog/syntax-highlight.scss */
.highlight .k {
  color: #FF457C; }

/* Keyword */
/* line 21, _sass/pages/blog/syntax-highlight.scss */
.highlight .l {
  color: #29144d; }

/* Literal */
/* line 22, _sass/pages/blog/syntax-highlight.scss */
.highlight .n {
  color: #29144d; }

/* Name */
/* line 23, _sass/pages/blog/syntax-highlight.scss */
.highlight .o {
  color: #10cc74; }

/* Operator */
/* line 24, _sass/pages/blog/syntax-highlight.scss */
.highlight .x {
  color: #29144d; }

/* Other */
/* line 25, _sass/pages/blog/syntax-highlight.scss */
.highlight .p {
  color: #29144d; }

/* Punctuation */
/* line 26, _sass/pages/blog/syntax-highlight.scss */
.highlight .ch {
  color: #81719C; }

/* Comment.Hashbang */
/* line 27, _sass/pages/blog/syntax-highlight.scss */
.highlight .cm {
  color: #81719C; }

/* Comment.Multiline */
/* line 28, _sass/pages/blog/syntax-highlight.scss */
.highlight .cp {
  color: #81719C; }

/* Comment.Preproc */
/* line 29, _sass/pages/blog/syntax-highlight.scss */
.highlight .cpf {
  color: #81719C; }

/* Comment.PreprocFile */
/* line 30, _sass/pages/blog/syntax-highlight.scss */
.highlight .c1 {
  color: #81719C; }

/* Comment.Single */
/* line 31, _sass/pages/blog/syntax-highlight.scss */
.highlight .cs {
  color: #40A5FF;
  font-weight: bold; }

/* Comment.Special */
/* line 32, _sass/pages/blog/syntax-highlight.scss */
.highlight .gd {
  color: #40A5FF; }

/* Generic.Deleted */
/* line 33, _sass/pages/blog/syntax-highlight.scss */
.highlight .ge {
  color: #29144d;
  font-style: italic; }

/* Generic.Emph */
/* line 34, _sass/pages/blog/syntax-highlight.scss */
.highlight .gr {
  color: #FC4646; }

/* Generic.Error */
/* line 35, _sass/pages/blog/syntax-highlight.scss */
.highlight .gh {
  color: #81719C;
  font-weight: bold; }

/* Generic.Heading */
/* line 36, _sass/pages/blog/syntax-highlight.scss */
.highlight .gi {
  color: #FF457C; }

/* Generic.Inserted */
/* line 37, _sass/pages/blog/syntax-highlight.scss */
.highlight .go {
  color: #888888; }

/* Generic.Output */
/* line 38, _sass/pages/blog/syntax-highlight.scss */
.highlight .gp {
  color: #81719C;
  font-weight: bold; }

/* Generic.Prompt */
/* line 39, _sass/pages/blog/syntax-highlight.scss */
.highlight .gs {
  color: #29144d;
  font-weight: bold; }

/* Generic.Strong */
/* line 40, _sass/pages/blog/syntax-highlight.scss */
.highlight .gu {
  color: #800080;
  font-weight: bold; }

/* Generic.Subheading */
/* line 41, _sass/pages/blog/syntax-highlight.scss */
.highlight .gt {
  color: #0044DD; }

/* Generic.Traceback */
/* line 42, _sass/pages/blog/syntax-highlight.scss */
.highlight .kc {
  color: #FF457C; }

/* Keyword.Constant */
/* line 43, _sass/pages/blog/syntax-highlight.scss */
.highlight .kd {
  color: #FF457C; }

/* Keyword.Declaration */
/* line 44, _sass/pages/blog/syntax-highlight.scss */
.highlight .kn {
  color: #40A5FF; }

/* Keyword.Namespace */
/* line 45, _sass/pages/blog/syntax-highlight.scss */
.highlight .kp {
  color: #FF457C; }

/* Keyword.Pseudo */
/* line 46, _sass/pages/blog/syntax-highlight.scss */
.highlight .kr {
  color: #FF457C; }

/* Keyword.Reserved */
/* line 47, _sass/pages/blog/syntax-highlight.scss */
.highlight .kt {
  color: #FF457C; }

/* Keyword.Type */
/* line 48, _sass/pages/blog/syntax-highlight.scss */
.highlight .ld {
  color: #29144d; }

/* Literal.Date */
/* line 49, _sass/pages/blog/syntax-highlight.scss */
.highlight .m {
  color: #40A5FF; }

/* Literal.Number */
/* line 50, _sass/pages/blog/syntax-highlight.scss */
.highlight .s {
  color: #40A5FF; }

/* Literal.String */
/* line 51, _sass/pages/blog/syntax-highlight.scss */
.highlight .na {
  color: #29144d; }

/* Name.Attribute */
/* line 52, _sass/pages/blog/syntax-highlight.scss */
.highlight .nb {
  color: #40A5FF; }

/* Name.Builtin */
/* line 53, _sass/pages/blog/syntax-highlight.scss */
.highlight .nc {
  color: #00cdcd; }

/* Name.Class */
/* line 54, _sass/pages/blog/syntax-highlight.scss */
.highlight .no {
  color: #29144d; }

/* Name.Constant */
/* line 55, _sass/pages/blog/syntax-highlight.scss */
.highlight .nd {
  color: #29144d; }

/* Name.Decorator */
/* line 56, _sass/pages/blog/syntax-highlight.scss */
.highlight .ni {
  color: #29144d; }

/* Name.Entity */
/* line 57, _sass/pages/blog/syntax-highlight.scss */
.highlight .ne {
  color: #666699;
  font-weight: bold; }

/* Name.Exception */
/* line 58, _sass/pages/blog/syntax-highlight.scss */
.highlight .nf {
  color: #29144d; }

/* Name.Function */
/* line 59, _sass/pages/blog/syntax-highlight.scss */
.highlight .nl {
  color: #29144d; }

/* Name.Label */
/* line 60, _sass/pages/blog/syntax-highlight.scss */
.highlight .nn {
  color: #29144d; }

/* Name.Namespace */
/* line 61, _sass/pages/blog/syntax-highlight.scss */
.highlight .nx {
  color: #29144d; }

/* Name.Other */
/* line 62, _sass/pages/blog/syntax-highlight.scss */
.highlight .py {
  color: #29144d; }

/* Name.Property */
/* line 63, _sass/pages/blog/syntax-highlight.scss */
.highlight .nt {
  color: #472d74; }

/* Name.Tag */
/* line 64, _sass/pages/blog/syntax-highlight.scss */
.highlight .nv {
  color: #00cdcd; }

/* Name.Variable */
/* line 65, _sass/pages/blog/syntax-highlight.scss */
.highlight .ow {
  color: #FF457C; }

/* Operator.Word */
/* line 66, _sass/pages/blog/syntax-highlight.scss */
.highlight .w {
  color: #29144d; }

/* Text.Whitespace */
/* line 67, _sass/pages/blog/syntax-highlight.scss */
.highlight .mb {
  color: #40A5FF; }

/* Literal.Number.Bin */
/* line 68, _sass/pages/blog/syntax-highlight.scss */
.highlight .mf {
  color: #40A5FF; }

/* Literal.Number.Float */
/* line 69, _sass/pages/blog/syntax-highlight.scss */
.highlight .mh {
  color: #40A5FF; }

/* Literal.Number.Hex */
/* line 70, _sass/pages/blog/syntax-highlight.scss */
.highlight .mi {
  color: #40A5FF; }

/* Literal.Number.Integer */
/* line 71, _sass/pages/blog/syntax-highlight.scss */
.highlight .mo {
  color: #40A5FF; }

/* Literal.Number.Oct */
/* line 72, _sass/pages/blog/syntax-highlight.scss */
.highlight .sa {
  color: #40A5FF; }

/* Literal.String.Affix */
/* line 73, _sass/pages/blog/syntax-highlight.scss */
.highlight .sb {
  color: #40A5FF; }

/* Literal.String.Backtick */
/* line 74, _sass/pages/blog/syntax-highlight.scss */
.highlight .sc {
  color: #40A5FF; }

/* Literal.String.Char */
/* line 75, _sass/pages/blog/syntax-highlight.scss */
.highlight .dl {
  color: #40A5FF; }

/* Literal.String.Delimiter */
/* line 76, _sass/pages/blog/syntax-highlight.scss */
.highlight .sd {
  color: #40A5FF; }

/* Literal.String.Doc */
/* line 77, _sass/pages/blog/syntax-highlight.scss */
.highlight .s2 {
  color: #40A5FF; }

/* Literal.String.Double */
/* line 78, _sass/pages/blog/syntax-highlight.scss */
.highlight .se {
  color: #40A5FF; }

/* Literal.String.Escape */
/* line 79, _sass/pages/blog/syntax-highlight.scss */
.highlight .sh {
  color: #40A5FF; }

/* Literal.String.Heredoc */
/* line 80, _sass/pages/blog/syntax-highlight.scss */
.highlight .si {
  color: #40A5FF; }

/* Literal.String.Interpol */
/* line 81, _sass/pages/blog/syntax-highlight.scss */
.highlight .sx {
  color: #40A5FF; }

/* Literal.String.Other */
/* line 82, _sass/pages/blog/syntax-highlight.scss */
.highlight .sr {
  color: #40A5FF; }

/* Literal.String.Regex */
/* line 83, _sass/pages/blog/syntax-highlight.scss */
.highlight .s1 {
  color: #40A5FF; }

/* Literal.String.Single */
/* line 84, _sass/pages/blog/syntax-highlight.scss */
.highlight .ss {
  color: #40A5FF; }

/* Literal.String.Symbol */
/* line 85, _sass/pages/blog/syntax-highlight.scss */
.highlight .bp {
  color: #40A5FF; }

/* Name.Builtin.Pseudo */
/* line 86, _sass/pages/blog/syntax-highlight.scss */
.highlight .fm {
  color: #29144d; }

/* Name.Function.Magic */
/* line 87, _sass/pages/blog/syntax-highlight.scss */
.highlight .vc {
  color: #00cdcd; }

/* Name.Variable.Class */
/* line 88, _sass/pages/blog/syntax-highlight.scss */
.highlight .vg {
  color: #00cdcd; }

/* Name.Variable.Global */
/* line 89, _sass/pages/blog/syntax-highlight.scss */
.highlight .vi {
  color: #00cdcd; }

/* Name.Variable.Instance */
/* line 90, _sass/pages/blog/syntax-highlight.scss */
.highlight .vm {
  color: #00cdcd; }

/* Name.Variable.Magic */
/* line 91, _sass/pages/blog/syntax-highlight.scss */
.highlight .il {
  color: #40A5FF; }

/* Literal.Number.Integer.Long */
/* line 1, _sass/pages/blog/post.sass */
.blog-post {
  padding-top: 60px;
  background-color: white; }
  /* line 5, _sass/pages/blog/post.sass */
  .blog-post .post-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }

/* line 8, _sass/pages/blog/post.sass */
.blog-comments {
  background-color: #16082C;
  padding-top: 60px; }

/* line 12, _sass/pages/blog/post.sass */
.rte {
  color: #160A2C; }
  /* line 15, _sass/pages/blog/post.sass */
  .rte h1, .rte h2, .rte h3, .rte h4, .rte h5, .rte h6 {
    color: #160A2C; }
  /* line 18, _sass/pages/blog/post.sass */
  .rte ul {
    margin-bottom: 40px; }
  /* line 21, _sass/pages/blog/post.sass */
  .rte li {
    margin: 0.5em 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5; }
  /* line 27, _sass/pages/blog/post.sass */
  .rte img, .rte .img-wrapper {
    max-width: 100%;
    height: auto;
    margin-top: 45px;
    margin-bottom: 45px; }
    /* line 33, _sass/pages/blog/post.sass */
    .rte img + em, .rte .img-wrapper + em {
      display: block;
      position: relative;
      top: -40px; }
  /* line 38, _sass/pages/blog/post.sass */
  .rte .half, .rte .half + * {
    width: 47%;
    display: inline-block;
    vertical-align: text-top; }
    @media (max-width: 768px) {
      /* line 38, _sass/pages/blog/post.sass */
      .rte .half, .rte .half + * {
        width: 100%;
        display: block; } }
    /* line 47, _sass/pages/blog/post.sass */
    .rte .half img, .rte .half .img-wrapper, .rte .half + * img, .rte .half + * .img-wrapper {
      margin: 0; }
  /* line 50, _sass/pages/blog/post.sass */
  .rte .half + * {
    margin-left: 5%; }
    @media (max-width: 768px) {
      /* line 50, _sass/pages/blog/post.sass */
      .rte .half + * {
        margin-left: unset; } }
  /* line 56, _sass/pages/blog/post.sass */
  .rte .img-wrapper {
    position: relative; }
    /* line 59, _sass/pages/blog/post.sass */
    .rte .img-wrapper img {
      margin: 0;
      display: block; }
    /* line 63, _sass/pages/blog/post.sass */
    .rte .img-wrapper .img-caption {
      display: block;
      font-size: 20px;
      font-weight: 200;
      font-style: italic;
      margin-top: 5px; }
  @media (max-width: 768px) {
    /* line 70, _sass/pages/blog/post.sass */
    .rte .full-mobile {
      width: 100vw;
      margin-left: calc((100vw - 100%) / -2); } }
  @media (max-width: 768px) {
    /* line 76, _sass/pages/blog/post.sass */
    .rte .full-mobile .img-wrapper .img-caption {
      padding: 0 20px; } }
  /* line 80, _sass/pages/blog/post.sass */
  .rte .feature {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 40px; }
  /* line 86, _sass/pages/blog/post.sass */
  .rte h2 {
    font-size: 32px;
    font-weight: bold; }
    @media (max-width: 768px) {
      /* line 86, _sass/pages/blog/post.sass */
      .rte h2 {
        font-size: 25px; } }
    /* line 93, _sass/pages/blog/post.sass */
    .rte h2::before {
      content: '';
      display: block;
      height: 5px;
      width: 90px;
      background-color: #16082C;
      margin-top: 70px;
      margin-bottom: 10px; }
  /* line 102, _sass/pages/blog/post.sass */
  .rte .newsletter-signup {
    margin: 60px 0;
    padding: 45px 0 55px; }
    /* line 106, _sass/pages/blog/post.sass */
    .rte .newsletter-signup .layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 500px;
      padding: 0;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
    /* line 112, _sass/pages/blog/post.sass */
    .rte .newsletter-signup h2 {
      font-size: 25px;
      margin-top: 0;
      margin-bottom: 10px; }
      /* line 117, _sass/pages/blog/post.sass */
      .rte .newsletter-signup h2::before {
        content: none; }
  /* line 120, _sass/pages/blog/post.sass */
  .rte h3 {
    font-size: 30px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    font-weight: bold;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      /* line 120, _sass/pages/blog/post.sass */
      .rte h3 {
        color: #5801E3;
        font-size: 20px;
        letter-spacing: 1.5px; } }
  /* line 132, _sass/pages/blog/post.sass */
  .rte blockquote {
    position: relative;
    margin-left: 0;
    padding-left: 30px; }
    /* line 137, _sass/pages/blog/post.sass */
    .rte blockquote::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 5px;
      height: 100%;
      border-radius: 10px;
      background: -webkit-gradient(linear, left top, left bottom, from(#5801E3), to(#FC4646));
      background: linear-gradient(to bottom, #5801E3, #FC4646); }
    /* line 147, _sass/pages/blog/post.sass */
    .rte blockquote.callout {
      width: calc(100% + 80px);
      margin-left: -80px;
      margin-top: 60px;
      margin-bottom: 60px;
      color: #5801E3;
      font-weight: bold;
      font-size: 30px; }
      @media (max-width: 768px) {
        /* line 147, _sass/pages/blog/post.sass */
        .rte blockquote.callout {
          margin-left: 0;
          width: 100%;
          padding: 0; } }
      /* line 161, _sass/pages/blog/post.sass */
      .rte blockquote.callout p {
        font-weight: bold;
        line-height: 1.6;
        font-size: 22px; }
      /* line 166, _sass/pages/blog/post.sass */
      .rte blockquote.callout::before {
        content: none; }
  /* line 169, _sass/pages/blog/post.sass */
  .rte .cta {
    background-color: #EEE8F8;
    padding: 50px 60px 60px 60px;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (max-width: 768px) {
      /* line 169, _sass/pages/blog/post.sass */
      .rte .cta {
        width: 100vw;
        margin-left: calc((100vw - 100%) / -2);
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        padding: 30px 40px 40px 40px; } }
    /* line 181, _sass/pages/blog/post.sass */
    .rte .cta::before {
      content: none; }
    /* line 184, _sass/pages/blog/post.sass */
    .rte .cta h3 {
      font-style: normal;
      font-size: 32px;
      margin: 0; }
      @media (max-width: 768px) {
        /* line 184, _sass/pages/blog/post.sass */
        .rte .cta h3 {
          font-size: 25px; } }
    /* line 192, _sass/pages/blog/post.sass */
    .rte .cta p {
      line-height: 1.5;
      margin-top: 4px;
      margin-bottom: 30px; }
      /* line 197, _sass/pages/blog/post.sass */
      .rte .cta p:last-child {
        margin-top: 0; }

/* line 200, _sass/pages/blog/post.sass */
.post-title {
  font-style: normal;
  font-weight: 400; }

/* line 205, _sass/pages/blog/post.sass */
.post-grid-heading h3 {
  font-size: 30px;
  letter-spacing: 2.25px;
  line-height: 1.3;
  font-weight: bold;
  margin-bottom: 0;
  color: black; }

/* line 3, _sass/pages/home/home.sass */
body.page-home header:before {
  display: none; }

@media (min-width: 850px) {
  /* line 7, _sass/pages/home/home.sass */
  body.page-home header .logo {
    display: none; } }

/* line 10, _sass/pages/home/home.sass */
body.page-home .nugget {
  margin-top: 100px; }

/* line 13, _sass/pages/home/home.sass */
body.page-home section {
  padding-top: 0; }

/* line 16, _sass/pages/home/home.sass */
circle {
  -webkit-transition-delay: 100ms;
          transition-delay: 100ms;
  -webkit-transition-timing-function: cubic-bezier(0.5, 0.5, 0, 1);
          transition-timing-function: cubic-bezier(0.5, 0.5, 0, 1);
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms; }

/* line 1, _sass/pages/home/marquee.sass */
body.page-home .home-marquee {
  position: relative;
  height: calc(100vh + 80px);
  width: 100vw;
  overflow: hidden;
  margin-bottom: 10px; }
  @media (max-width: 849px) {
    /* line 9, _sass/pages/home/marquee.sass */
    body.page-home .home-marquee .logo {
      max-width: 300px;
      width: 100%;
      display: none; } }
  /* line 14, _sass/pages/home/marquee.sass */
  body.page-home .home-marquee .logo {
    width: 300px; }
  /* line 17, _sass/pages/home/marquee.sass */
  body.page-home .home-marquee .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-45deg, rgba(231, 253, 255, 0.15), rgba(231, 253, 255, 0.05), transparent); }
  /* line 25, _sass/pages/home/marquee.sass */
  body.page-home .home-marquee .marquee-bounds {
    height: 100vh;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  /* line 33, _sass/pages/home/marquee.sass */
  body.page-home .home-marquee .text {
    margin-left: 100px; }
    @media (max-width: 849px) {
      /* line 33, _sass/pages/home/marquee.sass */
      body.page-home .home-marquee .text {
        margin-left: 0;
        text-align: center; } }
    /* line 40, _sass/pages/home/marquee.sass */
    body.page-home .home-marquee .text h2 {
      font-family: "Neue Frutiger";
      font-weight: 400;
      margin-bottom: 6px;
      font-size: 45px;
      line-height: 42px;
      color: #D0C4E6;
      font-style: inherit; }
    /* line 49, _sass/pages/home/marquee.sass */
    body.page-home .home-marquee .text p {
      font-size: 24px;
      line-height: 36px;
      color: #7554A8;
      margin-top: 0; }
  @media (max-width: 768px) {
    /* line 57, _sass/pages/home/marquee.sass */
    body.page-home .home-marquee .text h2 {
      font-family: "Neue Frutiger";
      font-weight: 400;
      margin-bottom: 15px;
      font-size: 40px;
      color: #D0C4E6;
      font-style: inherit; }
    /* line 65, _sass/pages/home/marquee.sass */
    body.page-home .home-marquee .text p {
      font-size: 26px;
      color: #7554A8;
      margin-top: 0; } }

@media (max-width: 768px) and (max-width: 768px) {
  /* line 71, _sass/pages/home/marquee.sass */
  body.page-home .home-marquee .marquee-bounds {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  /* line 74, _sass/pages/home/marquee.sass */
  body.page-home .home-marquee .text {
    width: 100%;
    margin-left: 0;
    text-align: center; } }

/* line 1, _sass/pages/home/callouts.sass */
body.page-home .callouts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 200px;
  margin-bottom: 200px; }
  @media (max-width: 600px) {
    /* line 1, _sass/pages/home/callouts.sass */
    body.page-home .callouts {
      margin: 60px 0; } }
  /* line 12, _sass/pages/home/callouts.sass */
  body.page-home .callouts .callout {
    text-align: center;
    position: relative;
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: opacity 500ms ease;
    transition: opacity 500ms ease; }
    /* line 20, _sass/pages/home/callouts.sass */
    body.page-home .callouts .callout h3 {
      margin-bottom: 10px; }
    /* line 23, _sass/pages/home/callouts.sass */
    body.page-home .callouts .callout p {
      width: 80%;
      margin: 0 auto;
      margin-bottom: 30px;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    /* line 29, _sass/pages/home/callouts.sass */
    body.page-home .callouts .callout .img {
      text-align: center; }
      /* line 32, _sass/pages/home/callouts.sass */
      body.page-home .callouts .callout .img img {
        height: 110px;
        margin-left: auto;
        margin-right: auto; }
  @media (max-width: 600px) {
    /* line 1, _sass/pages/home/callouts.sass */
    body.page-home .callouts {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      /* line 40, _sass/pages/home/callouts.sass */
      body.page-home .callouts .callout {
        width: 100%;
        margin-bottom: 60px; }
        /* line 45, _sass/pages/home/callouts.sass */
        body.page-home .callouts .callout .img img {
          margin: 0 auto 20px auto; } }

/* line 1, _sass/pages/home/about.sass */
body.page-home .about-block {
  position: relative;
  overflow: hidden;
  z-index: 0;
  background: #110624;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 9, _sass/pages/home/about.sass */
  body.page-home .about-block .home-hexes {
    text-align: center; }
    @media (max-width: 600px) {
      /* line 9, _sass/pages/home/about.sass */
      body.page-home .about-block .home-hexes {
        width: 100%;
        position: absolute;
        top: -20%;
        left: -25%;
        z-index: -1; } }
  /* line 19, _sass/pages/home/about.sass */
  body.page-home .about-block .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 200px;
    padding-bottom: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 600px) {
      /* line 19, _sass/pages/home/about.sass */
      body.page-home .about-block .layout {
        padding-top: 50px;
        padding-bottom: 50px; } }
  /* line 30, _sass/pages/home/about.sass */
  body.page-home .about-block .text {
    margin-left: 100px;
    max-width: 500px; }
  /* line 34, _sass/pages/home/about.sass */
  body.page-home .about-block h1 {
    margin-bottom: 0; }
  /* line 37, _sass/pages/home/about.sass */
  body.page-home .about-block p {
    font-size: 19px;
    margin-top: 5px; }
  /* line 41, _sass/pages/home/about.sass */
  body.page-home .about-block .btn {
    margin-top: 60px; }
  @media (max-width: 1024px) {
    /* line 45, _sass/pages/home/about.sass */
    body.page-home .about-block .text {
      margin-left: 70px; } }
  @media (max-width: 768px) {
    /* line 49, _sass/pages/home/about.sass */
    body.page-home .about-block img {
      margin: 0 auto 30px auto; }
    /* line 52, _sass/pages/home/about.sass */
    body.page-home .about-block .text {
      width: 100%;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      margin-top: 30px; } }

/* line 1, _sass/pages/home/orbs.sass */
.home-orb:nth-of-type(1) {
  top: -450px;
  left: -600px;
  width: 1350px;
  height: 1350px; }
  @media (min-width: 768px) {
    /* line 1, _sass/pages/home/orbs.sass */
    .home-orb:nth-of-type(1) {
      -webkit-animation: animateCircle2 35000ms ease-in-out infinite;
              animation: animateCircle2 35000ms ease-in-out infinite; } }

/* line 10, _sass/pages/home/orbs.sass */
.home-orb:nth-of-type(2) {
  top: 110px;
  left: -850px;
  width: 1350px;
  height: 1350px; }
  @media (min-width: 768px) {
    /* line 10, _sass/pages/home/orbs.sass */
    .home-orb:nth-of-type(2) {
      -webkit-animation: animateCircle 30000ms ease-in-out infinite;
              animation: animateCircle 30000ms ease-in-out infinite; } }

/* line 20, _sass/pages/home/orbs.sass */
.home-marquee .marquee-mask {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%; }
  @media (max-width: 600px) {
    /* line 20, _sass/pages/home/orbs.sass */
    .home-marquee .marquee-mask {
      width: 200%; } }

/* line 29, _sass/pages/home/orbs.sass */
.home-orb {
  background: radial-gradient(circle, rgba(231, 253, 255, 0.02) 50%, rgba(231, 253, 255, 0.08) 80%, rgba(231, 253, 255, 0.08) 100%);
  border-radius: 100%;
  position: absolute;
  pointer-events: none; }
