@charset "UTF-8";
html {
  font-family: sans-serif;
  /* 1 */
}

body {
  margin: 0;
  font-size: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* Embedded content
   ========================================================================== */
img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

fieldset {
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-color: #ECF2F1;
  color: #2A4D72;
  font-family: "Maison", helvetica;
  font-weight: normal;
  -webkit-font-smoothing: antialiased !important;
}

.wrapper {
  margin: 0 auto;
  width: calc(100% - 148px);
  max-width: 1292px;
}

@media (max-width: 1080px) {
  .wrapper {
    margin: 0 36px;
    width: auto;
  }
}

@media (max-width: 800px) {
  .wrapper {
    margin: 0 24px;
  }
}

.wrapper--padding {
  margin: 0 auto;
  padding: 0 74px;
  max-width: 1440px;
}

@media (max-width: 1080px) {
  .wrapper--padding {
    padding: 0 36px;
  }
}

@media (max-width: 800px) {
  .wrapper--padding {
    padding: 0 24px;
  }
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.button {
  background: #014DBE;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 30px;
  border-radius: 4px;
  border: solid 1px #014DBE;
  letter-spacing: 0.07em;
  color: #ECF2F1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button:hover {
  background: rgba(1, 77, 190, 0.7);
}

.button--alt {
  border: solid 1px #ECF2F1;
  background: #ECF2F1;
  color: #2A4D72;
}

.button--alt:hover {
  background: rgba(236, 242, 241, 0.7);
}

header.main-header .right-side a, .hp-details__content .ctas a, .hp-steps__content .step-content .ctas .link, .hp-testimonial__person button {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  padding: 0;
  padding-bottom: 6px;
  border: 0;
  border-bottom: solid 1px #ECF2F1;
  color: #ECF2F1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: inline-block;
}

header.main-header .right-side a:hover, .hp-details__content .ctas a:hover, .hp-steps__content .step-content .ctas .link:hover, .hp-testimonial__person button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

input[type=range] {
  -webkit-appearance: none;
  /* Hides the slider so that custom slider can be made */
  width: 100%;
  /* Specific width is required for Firefox. */
  background: transparent;
  /* Otherwise white in Chrome */
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

input[type=range]:focus {
  outline: none;
  /* Removes the blue border. You should probably do some kind of focus styling for accessibility reasons though. */
}

input[type=range]::-ms-track {
  width: 100%;
  cursor: pointer;
  /* Hides the slider so custom styles can be added */
  background: transparent;
  border-color: transparent;
  color: transparent;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  background: #014DBE;
  border: solid 1px #014DBE;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: -8.5px;
}

input[type=range]::-moz-range-thumb {
  background: #014DBE;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: solid 1px #014DBE;
}

input[type=range]::-ms-thumb {
  background: #014DBE;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  border: solid 1px #014DBE;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: rgba(236, 242, 241, 0.5);
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(236, 242, 241, 0.5);
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  background: rgba(236, 242, 241, 0.5);
}

input[type=range]::-ms-track {
  width: 100%;
  height: 1.5px;
  cursor: pointer;
  background: rgba(236, 242, 241, 0.5);
}

input[type=range]::-ms-fill-lower {
  background: rgba(236, 242, 241, 0.5);
}

input[type=range]:focus::-ms-fill-lower {
  background: rgba(236, 242, 241, 0.5);
}

input[type=range]::-ms-fill-upper {
  background: rgba(236, 242, 241, 0.5);
}

input[type=range]:focus::-ms-fill-upper {
  background: rgba(236, 242, 241, 0.5);
}

@font-face {
  font-family: 'Canela';
  src: url("../fonts/Canela-Light-Web.woff") format("woff"), url("../fonts/Canela-Light-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Canela';
  src: url("../fonts/Canela-LightItalic-Web.woff") format("woff"), url("../fonts/Canela-LightItalic-Web.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeueWEB-Book.woff") format("woff"), url("../fonts/MaisonNeueWEB-Book.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeueWEB-BookItalic.woff") format("woff"), url("../fonts/MaisonNeueWEB-BookItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeueWEB-Light.woff") format("woff"), url("../fonts/MaisonNeueWEB-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeueWEB-LightItalic.woff") format("woff"), url("../fonts/MaisonNeueWEB-LightItalic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeueWEB-Medium.woff") format("woff"), url("../fonts/MaisonNeueWEB-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeueWEB-MediumItalic.woff") format("woff"), url("../fonts/MaisonNeueWEB-MediumItalic.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'Maison';
  src: url("../fonts/MaisonNeueWEB-Demi.woff") format("woff"), url("../fonts/MaisonNeueWEB-Demi.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

.article-content {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
  font-family: "Maison", helvetica;
  font-size: 0.875em;
  line-height: 1.5625em;
}

@media (max-width: 660px) {
  .article-content {
    font-size: 1em;
  }
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h5,
.article-content h6 {
  clear: both;
  margin: 0 0 24px;
  text-align: left;
  font-family: "Maison", helvetica;
  color: #2A4D72;
  line-height: 24px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 660px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h5,
  .article-content h6 {
    line-height: 1em;
  }
}

.article-content h1 {
  font-size: 1.5em;
}

.article-content h2 {
  font-size: 1em;
}

.article-content h3 {
  font-size: 0.75em;
}

.article-content h5 {
  font-size: 0.625em;
}

.article-content h6 {
  font-size: 0.5em;
}

.article-content h4 {
  font-size: 0.625em;
  font-family: "Maison", helvetica;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.article-content h4:before, .article-content h4:after {
  content: '';
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: inherit;
  width: 50%;
  bottom: .3em;
}

.article-content h4:before {
  right: 2em;
  margin-left: -50%;
}

.article-content h4:after {
  left: 2em;
  margin-right: -50%;
}

.article-content b,
.article-content strong {
  font-family: "Maison", helvetica;
}

.article-content address {
  font-family: "Maison", helvetica;
  font-style: italic;
  font-weight: normal;
}

.article-content a {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 50%);
  text-decoration: none;
  background-repeat: repeat-x;
  background-size: 2px 2px;
  background-position: 0 1em;
  font-weight: bold;
  text-shadow: 2px 1px rgba(255, 255, 255, 0.1), -1px 1px rgba(255, 255, 255, 0.1);
}

.article-content abbr[title],
.article-content acronym {
  border-bottom: 1px dotted #2A4D72;
  cursor: help;
}

.article-content cite {
  color: #808080;
  font-size: 0.875em;
  padding-left: .5em;
}

.article-content code,
.article-content kbd,
.article-content tt,
.article-content var,
.article-content samp,
.article-content pre {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-family: monospace, serif;
}

.article-content dfn,
.article-content em,
.article-content i {
  font-style: italic;
}

.article-content pre {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
  padding: 1em 2em;
  margin-bottom: 24px;
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.article-content p {
  margin-bottom: 1.5em;
}

.article-content small {
  font-size: smaller;
}

.article-content big {
  font-size: 125%;
}

.article-content sup,
.article-content sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.article-content sup {
  bottom: 1ex;
}

.article-content sub {
  top: .5ex;
}

.article-content img {
  image-rendering: optimizeSpeed;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.article-content figure {
  margin: 0;
}

.article-content fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 11px 12px 0;
}

.article-content legend {
  white-space: normal;
}

.article-content hr {
  background-color: #808080;
  border: 0;
  height: 1px;
  margin-bottom: 23px;
}

.article-content embed,
.article-content iframe,
.article-content object,
.article-content video {
  margin-bottom: 2em;
  width: 100%;
}

.article-content p > embed,
.article-content p > iframe,
.article-content p > object,
.article-content span > embed,
.article-content span > iframe,
.article-content span > object {
  margin-bottom: 0;
}

.article-content blockquote,
.article-content q {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  text-align: center;
  font-size: 1.875em;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 1em 2em;
  font-weight: 300;
  line-height: 32px;
  letter-spacing: 2px;
}

.article-content blockquote cite,
.article-content blockquote small,
.article-content q cite,
.article-content q small {
  font-size: 0.625em;
  display: block;
  margin-top: .5em;
  padding: 0;
}

.article-content blockquote em,
.article-content blockquote i,
.article-content blockquote cite,
.article-content q em,
.article-content q i,
.article-content q cite {
  font-style: normal;
}

.article-content blockquote strong,
.article-content blockquote b,
.article-content q strong,
.article-content q b {
  font-weight: 400;
}

.article-content table {
  margin-bottom: 2em;
  width: 100%;
  border: 1px solid white;
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

.article-content th,
.article-content td {
  border: 1px solid white;
  font-size: 1em;
}

.article-content caption,
.article-content th,
.article-content td {
  font-weight: normal;
  text-align: left;
  padding: .5em .8em;
}

.article-content th {
  border-width: 0 1px 1px 0;
}

.article-content td {
  border-width: 0 1px 1px 0;
}

.article-content thead th {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  text-align: center;
}

.article-content tbody th {
  font-size: 1em;
  text-align: right;
}

.article-content tbody tr:nth-of-type(even) {
  background-color: white;
}

.article-content dl {
  margin-bottom: 48px;
}

.article-content dt {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
}

.article-content dd {
  margin-bottom: 1em;
}

.article-content ul {
  margin: 0;
  padding: 0;
  list-style: square inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ul li {
  margin: 0 0 .2em;
}

.article-content ul ul {
  margin: 0 0 .5em 3em;
  list-style: disc;
}

.article-content ul ul ul {
  list-style: circle;
}

.article-content ol {
  margin: 0;
  padding: 0;
  list-style: decimal-leading-zero inside;
  font-size: 1em;
  margin-bottom: 48px;
}

.article-content ol li {
  margin: 0 0 .2em;
}

.article-content ol ol {
  margin: 0 0 .5em 3em;
  list-style: lower-roman;
}

.article-content ol ol ol {
  list-style: lower-alpha;
}

.article-content .alignnone {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.article-content .alignleft {
  float: left;
  margin: 0 1.5em 0 0;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignleft {
    max-width: 40%;
  }
}

.article-content .alignright {
  float: right;
  margin: 0 0 0 1.5em;
  max-width: 50%;
}

@media (max-width: 660px) {
  .article-content .alignright {
    max-width: 40%;
  }
}

.article-content .aligncenter {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: auto;
  margin-right: auto;
}

.article-content .wp-caption-text {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
  color: rgba(105, 105, 103, 0.44);
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  line-height: 1.6em;
  margin: .5em 0 1em;
  display: block;
}

.article-content .double-img {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  display: block;
  overflow: auto;
}

.article-content .double-img::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.article-content .double-img .col {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  margin-bottom: 4%;
}

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 20px;
  height: 15px;
  position: relative;
}

.hamburger-inner {
  top: 50%;
  margin-top: -0.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 20px;
  height: 1px;
  background-color: #014DBE;
  border-radius: 0;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -7px;
}

.hamburger-inner::after {
  bottom: -7px;
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1);
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none;
}

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(-45deg);
          transform: translate3d(0, -7px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r .hamburger-inner::after {
  top: -14px;
  -webkit-transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(135deg);
          transform: translate3d(0, 7px, 0) rotate(135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-270deg);
          transform: translate3d(0, -14px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition: opacity 0.15s 0.4s ease;
  transition: opacity 0.15s 0.4s ease;
}

.hamburger--elastic-r .hamburger-inner::after {
  top: 14px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-135deg);
          transform: translate3d(0, 7px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(270deg);
          transform: translate3d(0, -14px, 0) rotate(270deg);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -40px;
  top: -40px;
  -webkit-transform: translate3d(40px, 40px, 0) rotate(45deg);
          transform: translate3d(40px, 40px, 0) rotate(45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -40px;
  top: -40px;
  -webkit-transform: translate3d(-40px, 40px, 0) rotate(-45deg);
          transform: translate3d(-40px, 40px, 0) rotate(-45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.2s 0.25s ease-in;
  transition: background-color 0.2s 0.25s ease-in;
}

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r .hamburger-inner::after {
  top: 7px;
  right: 0;
  -webkit-transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
  transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent;
}

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -40px;
  top: 40px;
  -webkit-transform: translate3d(40px, -40px, 0) rotate(-45deg);
          transform: translate3d(40px, -40px, 0) rotate(-45deg);
  -webkit-transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -40px;
  top: 40px;
  -webkit-transform: translate3d(-40px, -40px, 0) rotate(45deg);
          transform: translate3d(-40px, -40px, 0) rotate(45deg);
  -webkit-transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 0;
}

.hamburger--slider .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(45deg);
          transform: translate3d(0, 7px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
          transform: rotate(-45deg) translate3d(-2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
          transform: translate3d(0, -14px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 0;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 7px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 14px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
          transform: rotate(45deg) translate3d(2.85714px, -6px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -14px, 0) rotate(90deg);
          transform: translate3d(0, -14px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.1s;
          transition-duration: 0.1s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity;
}

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

header.main-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  margin-top: 0px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

header.main-header .wrapper {
  position: relative;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 800px) {
  header.main-header .wrapper {
    height: 75px;
  }
}

header.main-header .main-logo {
  display: block;
  width: 147px;
  height: 70px;
}

@media (max-width: 800px) {
  header.main-header .main-logo {
    width: 18px;
    height: 42px;
  }
}

header.main-header .main-logo > div {
  width: 100%;
  height: 100%;
}

header.main-header .main-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ECF2F1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  header.main-header .main-logo svg.desktop-logo {
    display: none;
  }
}

header.main-header .main-logo svg.mobile-logo {
  display: none;
}

@media (max-width: 800px) {
  header.main-header .main-logo svg.mobile-logo {
    display: block;
  }
}

header.main-header .right-side {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

header.main-header .right-side a {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  margin-right: 26px;
}

@media (max-width: 800px) {
  header.main-header .right-side a {
    margin-right: 12px;
  }
}

header.main-header .right-side .button {
  font-size: 13px;
  padding: 8px 26px;
}

header.main-header .blue-logos,
header.main-header .white-logos {
  display: none;
}

header.main-header.w-background {
  background: #2A4D72;
}

header.main-header.w-background.swap {
  background: #ECF2F1;
}

header.main-header.w-background.hide {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

header.main-header.w-background .main-logos,
header.main-header.w-background .blue-logos {
  display: none;
}

header.main-header.w-background .white-logos {
  display: block;
}

header.main-header.make-white .main-logos,
header.main-header.make-white .blue-logos {
  display: none;
}

header.main-header.make-white .white-logos {
  display: block;
}

header.main-header.swap .right-side a {
  color: #014DBE;
  border-bottom: solid 1px #014DBE;
}

header.main-header.swap .right-side .button {
  background: #014DBE;
  color: #ECF2F1;
  border: solid 1px #014DBE;
}

header.main-header.swap .right-side .button:hover {
  background: rgba(1, 77, 190, 0.7);
}

header.main-header.swap .blue-logos,
header.main-header.swap .white-logos {
  display: none;
}

header.main-header.swap .main-logos {
  display: block;
}

.main-footer__wrapper {
  background: #ECF2F1;
}

footer.main-footer {
  min-height: 100vh;
  background: #ECF2F1;
  position: relative;
  padding-top: 16.2vh;
  padding-bottom: 7.8vh;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  footer.main-footer {
    display: block;
    height: auto;
    padding-top: 86px;
    padding-bottom: 96px;
  }
}

.main-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 96px;
}

@media (max-width: 800px) {
  .main-footer__links {
    margin-top: 113px;
    display: block;
  }
}

.main-footer__links .logo .main-logo {
  width: 28px;
  height: 64px;
  margin: 0 0 24px;
  display: block;
}

.main-footer__links .logo .main-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #2A4D72;
}

@media (max-width: 800px) {
  .main-footer__links .credit-wrap {
    margin-top: 32px;
  }
}

.main-footer__links .credit-wrap p {
  margin: 0;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: 0.02em;
  opacity: .8;
}

.main-footer__links .credit-wrap .credit {
  width: 165px;
  height: 10px;
  margin-top: 8px;
  display: block;
}

.main-footer__links .credit-wrap .credit svg {
  display: block;
  width: 100%;
  height: 100%;
}

.main-footer__links .cols {
  width: calc(50% - 10px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 24px;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 110%;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .main-footer__links .cols {
    width: 100%;
    margin-top: 38px;
  }
}

@media (max-width: 600px) {
  .main-footer__links .cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}

.main-footer__links .cols ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-footer__links .cols ul li + li {
  margin-top: 10px;
}

.main-footer__links .cols ul a {
  color: #2A4D72;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-footer__links .cols ul a:hover {
  -webkit-text-decoration-color: #2A4D72;
          text-decoration-color: #2A4D72;
}

.main-footer__links .cols p {
  margin: 0;
  opacity: .5;
}

.main-footer__links .cols p + p {
  margin-top: 10px;
}

.main-footer__links .cols p a {
  color: #2A4D72;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background: #ECF2F1;
}

.loader__circle {
  position: fixed;
  width: 455px;
  height: 455px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 30s linear infinite;
          animation: spin 30s linear infinite;
}

@media (max-width: 1080px) {
  .loader__circle {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 800px) {
  .loader__circle {
    width: 268px;
    height: 268px;
  }
}

.loader__circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  fill: transparent;
}

.hp-hero {
  width: 100%;
  height: 100vh;
  position: relative;
}

@media (max-width: 800px) {
  .hp-hero {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.hp-hero__video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2A4D72;
  z-index: -1;
}

@media (max-width: 800px) {
  .hp-hero__video {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.hp-hero__video video,
.hp-hero__video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

.hp-hero__video video.loaded,
.hp-hero__video img.loaded {
  opacity: .8;
}

.hp-hero__fixed {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 425px;
  height: 425px;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
}

@media (max-width: 1080px) {
  .hp-hero__fixed {
    width: 375px;
    height: 375px;
  }
}

@media (max-width: 800px) {
  .hp-hero__fixed {
    width: 250px;
    height: 250px;
  }
}

.hp-hero__fixed video,
.hp-hero__fixed img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 0;
}

@media (max-width: 800px) {
  .hp-hero__fixed video,
  .hp-hero__fixed img {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.hp-hero__fixed video.loaded,
.hp-hero__fixed img.loaded {
  opacity: .8;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.hp-hero__circle {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  pointer-events: none;
}

.hp-hero__circle svg {
  display: block;
  fill: transparent;
  position: fixed;
  width: 455px;
  height: 455px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-animation: spin 30s linear infinite;
          animation: spin 30s linear infinite;
}

@media (max-width: 1080px) {
  .hp-hero__circle svg {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 800px) {
  .hp-hero__circle svg {
    width: 268px;
    height: 268px;
  }
}

.hp-hero__title {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 75px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ECF2F1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}

@media (max-width: 1080px) {
  .hp-hero__title {
    font-size: 60px;
  }
}

@media (max-width: 800px) {
  .hp-hero__title {
    font-size: 44px;
    display: block;
  }
}

.hp-hero__title span {
  font-style: italic;
}

.hp-hero__title div + div {
  margin-left: 215px;
}

@media (max-width: 1080px) {
  .hp-hero__title div + div {
    margin-left: 208px;
  }
}

@media (max-width: 800px) {
  .hp-hero__title div + div {
    margin-left: 0;
    margin-top: 288px;
  }
}

.hp-hero__cta {
  background: #014DBE;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  padding: 18px 42px;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: 205px;
  z-index: 5;
  border: solid 1px #014DBE;
  color: #ECF2F1;
  letter-spacing: 0.07em;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 1080px) {
  .hp-hero__cta {
    margin-top: 182px;
  }
}

@media (max-width: 800px) {
  .hp-hero__cta {
    display: none;
  }
}

.hp-hero__cta:hover {
  background: rgba(1, 77, 190, 0.7);
}

.hp-hero__locations {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #ECF2F1;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 0.12em;
  margin: 0;
}

@media (max-width: 800px) {
  .hp-hero__locations {
    bottom: 106px;
    font-size: 13px;
  }
}

.hp-details {
  background: #2A4D72;
  padding-top: 114px;
  padding-bottom: 134px;
  color: #ECF2F1;
}

@media (max-width: 1080px) {
  .hp-details {
    padding-top: 145px;
    padding-bottom: 100px;
  }
}

@media (max-width: 800px) {
  .hp-details {
    padding-top: 124px;
    padding-bottom: 87px;
  }
}

.hp-details__wrapper {
  background: #2A4D72;
}

.hp-details__circle {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  pointer-events: none;
}

.hp-details__circle .shade {
  width: 425px;
  height: 425px;
  border-radius: 50%;
  background: #2A4D72;
  opacity: .2;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 1080px) {
  .hp-details__circle .shade {
    width: 375px;
    height: 375px;
  }
}

@media (max-width: 800px) {
  .hp-details__circle .shade {
    width: 250px;
    height: 250px;
  }
}

@media (max-width: 600px) {
  .hp-details__circle .shade {
    width: 268px;
    height: 268px;
    opacity: .5;
  }
}

.hp-details__content {
  width: calc(50% - 120px);
  position: relative;
}

@media (max-width: 1080px) {
  .hp-details__content {
    width: calc(50% - 80px);
  }
}

@media (max-width: 800px) {
  .hp-details__content {
    width: 100%;
  }
}

.hp-details__content + div {
  margin-top: 220px;
  margin-left: auto;
}

@media (max-width: 1080px) {
  .hp-details__content + div {
    margin-top: 116px;
  }
}

@media (max-width: 800px) {
  .hp-details__content + div {
    width: 100%;
  }
}

.hp-details__content h3 {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

.hp-details__content p {
  margin: 0;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 165%;
  letter-spacing: 0.02em;
}

@media (max-width: 1080px) {
  .hp-details__content p {
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .hp-details__content p {
    font-size: 17px;
  }
}

.hp-details__content .ctas {
  margin: 48px 0 0;
}

.hp-details__content .ctas button {
  margin-right: 28px;
}

.hp-steps {
  background: #ECF2F1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .hp-steps {
    padding-top: 108px;
    padding-bottom: 203px;
    margin-bottom: -82px;
  }
}

.hp-steps__wrapper {
  background: #ECF2F1;
}

.hp-steps__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  pointer-events: none;
}

.hp-steps__circle::before {
  content: ' ';
  display: block;
  position: fixed;
  width: 227.5px;
  height: 455px;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  background: -webkit-gradient(linear, right top, left top, from(rgba(236, 242, 241, 0.75)), to(rgba(236, 242, 241, 0)));
  background: linear-gradient(to left, rgba(236, 242, 241, 0.75) 0%, rgba(236, 242, 241, 0) 100%);
  z-index: 1;
}

@media (max-width: 1080px) {
  .hp-steps__circle::before {
    width: 200px;
    height: 400px;
  }
}

@media (max-width: 800px) {
  .hp-steps__circle::before {
    display: none;
  }
}

.hp-steps__circle .circle {
  position: fixed;
  width: 455px;
  height: 455px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 1080px) {
  .hp-steps__circle .circle {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 800px) {
  .hp-steps__circle .circle {
    width: 268px;
    height: 268px;
  }
}

@media (max-width: 600px) {
  .hp-steps__circle .circle {
    opacity: .5;
  }
}

.hp-steps__circle .circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  fill: transparent;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .hp-steps__circle .circle svg {
    -webkit-animation: spin 30s linear infinite;
            animation: spin 30s linear infinite;
  }
}

.hp-steps__circle .circle.active-1 svg.hero-circle-blue-1 {
  opacity: 1;
}

.hp-steps__circle .circle.active-2 svg.hero-circle-blue-2 {
  opacity: 1;
}

.hp-steps__circle .circle.active-3 svg.hero-circle-blue-3 {
  opacity: 1;
}

.hp-steps__steps {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  vertical-align: top;
  height: 100vh;
  width: 310px;
}

@media (max-width: 800px) {
  .hp-steps__steps {
    display: none;
  }
}

.hp-steps__steps .steps-wrap {
  -webkit-transition: all .3s;
  transition: all .3s;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.hp-steps .step {
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: .3;
  margin-bottom: 28px;
}

@media (max-width: 800px) {
  .hp-steps .step {
    opacity: 1;
    margin-bottom: 12px;
  }
}

.hp-steps .step:last-child {
  margin-bottom: 0;
}

.hp-steps .step span {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.hp-steps .step span::before {
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 8px;
  background: #014DBE;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .hp-steps .step span::before {
    margin-left: 0;
    opacity: 1;
  }
}

.hp-steps .step h3 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.01em;
  -webkit-transition: font-size .3s;
  transition: font-size .3s;
  margin: 6px 0 0;
}

@media (max-width: 800px) {
  .hp-steps .step h3 {
    font-size: 22px;
  }
}

@media (max-width: 800px) {
  .hp-steps .step h3 br {
    display: none;
  }
}

.hp-steps .step.active {
  opacity: 1;
}

.hp-steps .step.active span::before {
  margin-left: 0;
  opacity: 1;
}

.hp-steps__content {
  width: calc(50% - 122px);
  margin-left: auto;
  display: inline-block;
  position: relative;
  padding-top: 226px;
  padding-bottom: 272px;
  z-index: 2;
}

@media (max-width: 800px) {
  .hp-steps__content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.hp-steps__content .step-content {
  position: relative;
}

.hp-steps__content .step-content + .step-content {
  margin-top: 176px;
}

@media (max-width: 800px) {
  .hp-steps__content .step-content + .step-content {
    margin-top: 284px;
  }
}

@media (max-width: 600px) {
  .hp-steps__content .step-content + .step-content {
    margin-top: 116px;
  }
}

.hp-steps__content .step-content small {
  display: block;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  position: relative;
  font-weight: 500;
  margin: 0 0 12px;
}

@media (max-width: 800px) {
  .hp-steps__content .step-content small {
    display: none;
  }
}

.hp-steps__content .step-content p {
  margin: 0;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 155%;
  letter-spacing: 0.02em;
  color: rgba(42, 77, 114, 0.8);
  position: relative;
}

@media (max-width: 1080px) {
  .hp-steps__content .step-content p {
    font-size: 18px;
  }
}

@media (max-width: 800px) {
  .hp-steps__content .step-content p {
    max-width: 100%;
    background: none;
    font-size: 17px;
  }
}

.hp-steps__content .step-content .ctas {
  margin-top: 12px;
  position: relative;
}

.hp-steps__content .step-content .ctas .link {
  color: #014DBE;
  border-bottom: solid 1px #014DBE;
  margin: 12px 0;
  background: none;
}

.hp-steps__content .step-content .ctas .button {
  margin: 12px 0;
  margin-right: 29px;
}

.hp-steps__content > button {
  margin-top: 156px;
  display: block;
  position: relative;
}

@media (max-width: 800px) {
  .hp-steps__content > button {
    display: none;
  }
}

@media (max-width: 800px) {
  .hp-testimonials-wrap {
    padding: 70px 0;
    background: #2A4D72;
    position: relative;
  }
}

.hp-testimonials-wrap > h3 {
  display: none;
  margin: 0 0 64px;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ECF2F1;
  text-align: center;
}

@media (max-width: 800px) {
  .hp-testimonials-wrap > h3 {
    display: block;
  }
}

@media (max-width: 800px) {
  .hp-testimonials-slider {
    position: relative;
  }
}

.hp-testimonials-slider__buttons {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 150px;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 800px) {
  .hp-testimonials-slider__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hp-testimonials-slider__buttons button {
  width: 31px;
  height: 38px;
  background: none;
  border: 0;
  margin: 0;
  margin-top: 65.5px;
  padding: 10px;
}

.hp-testimonials-slider__buttons button svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: none;
  stroke: #ECF2F1;
}

.hp-testimonials-slider__buttons button:first-child svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.hp-testimonials-slider__dots {
  display: none;
  margin-top: 62px;
  text-align: center;
}

@media (max-width: 800px) {
  .hp-testimonials-slider__dots {
    display: block;
  }
}

.hp-testimonials-slider__dots button {
  width: 7px;
  height: 7px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  border-radius: 50%;
  background: #ECF2F1;
  opacity: .4;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hp-testimonials-slider__dots button.slider-active {
  opacity: 1;
}

.hp-testimonial {
  background: #2A4D72;
  color: #ECF2F1;
  height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 800px) {
  .hp-testimonial {
    display: block;
    height: auto;
    text-align: center;
  }
}

.hp-testimonial__wrapper {
  background: #2A4D72;
}

@media (max-width: 800px) {
  .hp-testimonial__wrapper {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
}

.hp-testimonial__wrapper.alt {
  background: #ECF2F1;
}

@media (max-width: 800px) {
  .hp-testimonial__wrapper.alt {
    background: #2A4D72;
  }
}

@media (max-width: 800px) {
  .hp-testimonial__wrapper.slider-active {
    position: static;
    opacity: 1;
    pointer-events: all;
  }
}

.hp-testimonial__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
  pointer-events: none;
}

@media (max-width: 800px) {
  .hp-testimonial__image {
    position: static;
    clip: auto;
    pointer-events: all;
  }
}

.hp-testimonial__image .circle {
  position: fixed;
  width: 425px;
  height: 425px;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media (max-width: 1080px) {
  .hp-testimonial__image .circle {
    width: 375px;
    height: 375px;
  }
}

@media (max-width: 800px) {
  .hp-testimonial__image .circle {
    position: static;
    width: 153px;
    height: 153px;
  }
}

.hp-testimonial__image .circle img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

@media (max-width: 800px) {
  .hp-testimonial__image .circle img {
    position: static;
  }
}

.hp-testimonial__image.alt .circle-wrap {
  position: absolute;
  height: 200%;
  width: 100%;
  top: -100%;
  left: 0;
}

@media (max-width: 800px) {
  .hp-testimonial__image.alt .circle-wrap {
    position: static;
  }
}

.hp-testimonial__image.alt .circle {
  height: 100vh;
  position: sticky;
}

@media (max-width: 800px) {
  .hp-testimonial__image.alt .circle {
    position: static;
    width: 153px;
    height: 153px;
  }
}

.hp-testimonial__image.alt .circle img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 425px;
  height: 425px;
  margin: auto;
  display: block;
}

@media (max-width: 1080px) {
  .hp-testimonial__image.alt .circle img {
    width: 375px;
    height: 375px;
  }
}

@media (max-width: 800px) {
  .hp-testimonial__image.alt .circle img {
    width: 100%;
    height: 100%;
    position: static;
  }
}

.hp-testimonial__content {
  width: calc(50% - 124px);
  position: relative;
  z-index: 1;
}

@media (max-width: 800px) {
  .hp-testimonial__content {
    width: 100%;
    margin-top: 48px;
  }
}

.hp-testimonial__content h2 {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 24px;
}

@media (max-width: 800px) {
  .hp-testimonial__content h2 {
    display: none;
  }
}

.hp-testimonial__content p {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 40px;
  line-height: 125%;
  margin: 0;
  position: relative;
}

@media (max-width: 1170px) {
  .hp-testimonial__content p {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .hp-testimonial__content p {
    max-width: 288px;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .hp-testimonial__content p {
    max-width: 100%;
  }
}

.hp-testimonial__content p::before {
  content: '“';
  position: absolute;
  top: 0;
  right: 100%;
  margin-right: 3px;
}

@media (max-width: 800px) {
  .hp-testimonial__content p::before {
    position: static;
    margin-right: 0;
  }
}

.hp-testimonial__content p span {
  font-style: italic;
}

.hp-testimonial__person {
  max-width: calc(50% - 230px);
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 200px;
  position: relative;
}

@media (max-width: 1080px) {
  .hp-testimonial__person {
    width: calc(50% - 160px);
    max-width: 100%;
    margin-top: 120px;
  }
}

@media (max-width: 800px) {
  .hp-testimonial__person {
    width: 100%;
    margin-top: 54px;
  }
}

.hp-testimonial__person h3 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: 0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

@media (max-width: 800px) {
  .hp-testimonial__person h3 {
    display: block;
    font-size: 22px;
  }
}

.hp-testimonial__person h3 span {
  margin-right: 12px;
}

@media (max-width: 800px) {
  .hp-testimonial__person h3 span {
    margin-right: 0;
  }
}

.hp-testimonial__person h3 small {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .hp-testimonial__person h3 small {
    display: block;
    margin-top: 3px;
  }
}

.hp-testimonial__person h4 {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  opacity: .8;
  margin: 6px 0 0;
}

@media (max-width: 800px) {
  .hp-testimonial__person h4 {
    font-size: 14px;
  }
}

.hp-testimonial__person .ctas {
  margin-top: 18px;
}

@media (max-width: 800px) {
  .hp-testimonial__person .ctas {
    margin-top: 22px;
  }
}

.hp-testimonial__person .ctas a, .hp-testimonial__person .ctas button {
  margin: 6px 0;
}

.hp-testimonial__person .ctas a {
  display: inline-block;
}

.hp-testimonial__person .ctas *:first-child {
  margin-right: 24px;
}

@media (max-width: 800px) {
  .hp-testimonial__person .ctas *:first-child {
    margin-right: 0;
  }
}

.hp-testimonial__person button {
  background: none;
  color: inherit;
  border-bottom: solid 1px currentColor;
}

@media (min-width: 801px) {
  .hp-testimonial.alt {
    background: #ECF2F1;
    color: #2A4D72;
  }
}

@media (max-width: 800px) {
  .fixed-mob-button-wrap {
    padding-bottom: 24px;
  }
}

.fixed-mob-button {
  display: none;
  position: sticky;
  bottom: 24px;
  left: 24px;
  right: 24px;
  width: calc(100% - 48px);
  padding: 20px 0;
  z-index: 2;
}

@media (max-width: 800px) {
  .fixed-mob-button {
    display: block;
  }
}

.form-modal {
  height: 100vh;
  width: 100%;
  background: #ECF2F1;
  position: fixed;
  padding-top: 42px;
  padding-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all .3s;
  transition: all .3s;
  overflow: auto;
}

@media (max-width: 800px) {
  .form-modal {
    height: calc(var(--vh, 1vh) * 100);
  }
}

.form-modal.active {
  -webkit-transform: none;
          transform: none;
}

.form-modal .form-cta {
  display: block;
  width: 100%;
  width: 18px;
  height: 18px;
  margin: 0 0 86px;
  border: 0;
  padding: 0;
  background: none;
}

@media (max-width: 800px) {
  .form-modal .form-cta {
    margin: 0 0 48px;
    margin-left: auto;
    width: 28px;
    height: 28px;
  }
}

.form-modal .form-cta svg {
  display: block;
  width: 100%;
  height: 100%;
}

.main-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .main-form {
    display: block;
  }
}

.main-form__heading h3 {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 125%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0;
}

.main-form__heading h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 45px;
  line-height: 115%;
  letter-spacing: -0.01em;
  margin: 24px 0 0;
  max-width: 480px;
}

@media (max-width: 600px) {
  .main-form__heading h2 {
    font-size: 36px;
  }
}

.main-form__form {
  width: calc(50% - 10px);
  position: relative;
}

@media (max-width: 800px) {
  .main-form__form {
    width: 100%;
    margin-top: 52px;
  }
}

.main-form__form .gform_heading {
  display: none;
}

.main-form__form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-form__form .form-row,
.main-form__form li {
  display: block;
  position: relative;
}

.main-form__form .form-row + .form-row,
.main-form__form .form-row + li,
.main-form__form li + .form-row,
.main-form__form li + li {
  margin-top: 28px;
}

.main-form__form .form-row label,
.main-form__form li label {
  opacity: 0;
  height: 0;
  display: block;
  pointer-events: none;
}

.main-form__form .form-row input,
.main-form__form .form-row textarea,
.main-form__form li input,
.main-form__form li textarea {
  color: #2A4D72;
  display: block;
  width: 100%;
  border: 0;
  background: none;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: solid 1px #2A4D72;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.02em;
  -webkit-transition: all .3s;
  transition: all .3s;
  padding-right: 24px;
  max-height: 37px;
}

.main-form__form .form-row input::-webkit-input-placeholder,
.main-form__form .form-row textarea::-webkit-input-placeholder,
.main-form__form li input::-webkit-input-placeholder,
.main-form__form li textarea::-webkit-input-placeholder {
  color: rgba(42, 77, 114, 0.45);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.main-form__form .form-row input::-moz-placeholder,
.main-form__form .form-row textarea::-moz-placeholder,
.main-form__form li input::-moz-placeholder,
.main-form__form li textarea::-moz-placeholder {
  color: rgba(42, 77, 114, 0.45);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.main-form__form .form-row input:-moz-placeholder,
.main-form__form .form-row textarea:-moz-placeholder,
.main-form__form li input:-moz-placeholder,
.main-form__form li textarea:-moz-placeholder {
  color: rgba(42, 77, 114, 0.45);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.main-form__form .form-row input:-ms-input-placeholder,
.main-form__form .form-row textarea:-ms-input-placeholder,
.main-form__form li input:-ms-input-placeholder,
.main-form__form li textarea:-ms-input-placeholder {
  color: rgba(42, 77, 114, 0.45);
  opacity: 1;
  height: inherit;
  vertical-align: middle;
}

.main-form__form .form-row input:focus,
.main-form__form .form-row textarea:focus,
.main-form__form li input:focus,
.main-form__form li textarea:focus {
  color: #014DBE;
  border-bottom: solid 1px #014DBE;
  outline: 0;
}

.main-form__form .form-row textarea,
.main-form__form li textarea {
  min-height: 60px;
}

.main-form__form .form-row svg,
.main-form__form li svg {
  width: 12px;
  height: 8px;
  position: absolute;
  top: 0;
  right: 0;
  fill: none;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-form__form .form-row.completed svg,
.main-form__form li.completed svg {
  opacity: 1;
}

.main-form__form button,
.main-form__form .gform_button {
  margin-top: 56px;
  padding: 18px 42px;
}

.main-form__form .message,
.main-form__form .validation_message,
.main-form__form .validation_error {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: 0.02em;
  opacity: .7;
  width: 100%;
  color: red;
  margin-top: 6px;
}

.main-form__form .validation_error {
  margin-top: 0;
  margin-bottom: 24px;
}

.gform_validation_errors {
  display: none !important;
}

.page-header {
  text-align: center;
  background: #2A4D72;
  padding: 273px 20px 97px;
}

@media (max-width: 800px) {
  .page-header {
    padding: 156px 20px 48px;
  }
}

.page-header h2 {
  margin: 0;
  color: #ECF2F1;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 75px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.01em;
}

@media (max-width: 800px) {
  .page-header h2 {
    font-size: 48px;
  }
}

.page-header.alt {
  position: relative;
  padding: 373px 20px 97px;
}

@media (max-width: 800px) {
  .page-header.alt {
    padding: 256px 20px 48px;
  }
}

.page-header.alt img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .8;
}

.page-header.alt h2 {
  position: relative;
}

.page-content__main {
  max-width: 633px;
  margin: 112px auto 88px;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 155%;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .page-content__main {
    margin: 72px auto;
  }
}

.page-content__main h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 112px 0 36px;
}

@media (max-width: 800px) {
  .page-content__main h2 {
    font-size: 30px;
    margin: 72px 0 24px;
  }
}

.page-content__main h3 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.01em;
  margin: 68px 0 24px;
}

@media (max-width: 800px) {
  .page-content__main h3 {
    font-size: 22px;
    margin: 60px 0 12px;
  }
}

.page-content__main h4 {
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 68px 0 24px;
}

.page-content__main p {
  color: rgba(42, 77, 114, 0.8);
  margin: 24px 0;
}

.page-content__main a {
  font-weight: bold;
  color: #014DBE;
  display: inline-block;
}

.page-content__main ul {
  margin: 40px 0;
  padding: 0;
  font-weight: 500;
  list-style: none;
  color: rgba(42, 77, 114, 0.8);
}

.page-content__main ul li {
  padding-left: 42px;
  position: relative;
}

@media (max-width: 800px) {
  .page-content__main ul li {
    padding-left: 30px;
  }
}

.page-content__main ul li::before {
  content: ' ';
  display: block;
  width: 6px;
  height: 6px;
  background: #2A4D72;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 0;
}

.page-content__main ul li + li {
  margin-top: 18px;
}

.page-content__main ol {
  margin: 40px 0;
  padding: 0;
  font-weight: bold;
  list-style: none;
  color: rgba(42, 77, 114, 0.8);
  counter-reset: orderedList;
}

.page-content__main ol li {
  padding-left: 42px;
  position: relative;
  counter-increment: orderedList;
}

@media (max-width: 800px) {
  .page-content__main ol li {
    padding-left: 30px;
  }
}

.page-content__main ol li::before {
  content: counter(orderedList) ".";
  display: block;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
}

.page-content__main ol li + li {
  margin-top: 18px;
}

.page-content__main .wp-block-image {
  margin: 68px 0;
}

.page-content__main .wp-block-image img {
  display: block;
  width: 100%;
  height: auto;
}

.page-content__main .wp-block-image.wide {
  width: 170%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100vw;
}

.page-content__main blockquote {
  margin: 68px 0;
  font-family: "Canela", serif;
  font-style: italic;
  font-weight: 300;
  font-size: 34px;
  line-height: 130%;
  letter-spacing: 0.02em;
  color: rgba(42, 77, 114, 0.8);
}

.page-content__main blockquote cite {
  display: block;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 155%;
  letter-spacing: 0.02em;
  margin-top: 14px;
}

.why-100__hero {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.why-100__hero .inner {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: center;
  width: 100%;
  position: relative;
}

.why-100__hero .inner h1 {
  margin: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 94px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

@media (max-width: 800px) {
  .why-100__hero .inner h1 {
    font-size: 80px;
  }
}

@media (max-width: 800px) {
  .why-100__hero .inner h1 {
    font-size: 60px;
  }
}

.why-100__hero .inner h1 span + span {
  margin-left: 686px;
}

@media (max-width: 1170px) {
  .why-100__hero .inner h1 span + span {
    margin-left: 390px;
  }
}

@media (max-width: 800px) {
  .why-100__hero .inner h1 span + span {
    margin-left: 12px;
  }
}

.why-100__hero .inner .circles {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 246px;
  height: 246px;
}

@media (max-width: 800px) {
  .why-100__hero .inner .circles {
    -webkit-transform: translate(-50%, -50%) scale(2);
            transform: translate(-50%, -50%) scale(2);
    opacity: .5;
  }
}

.why-100__hero .inner .circles::before {
  content: ' ';
  display: block;
  width: 9.74px;
  height: 9.74px;
  border-radius: 50%;
  background: #014DBE;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (max-width: 800px) {
  .why-100__hero .inner .circles::before {
    display: none;
  }
}

.why-100__hero .inner .circles svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: none;
}

@-webkit-keyframes fspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rspin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

@keyframes rspin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.why-100__hero .inner .circles svg.why-100-circle-1 {
  width: 136px;
  height: 136px;
  -webkit-animation: rspin 30s linear infinite;
          animation: rspin 30s linear infinite;
}

.why-100__hero .inner .circles svg.why-100-circle-2 {
  width: 192px;
  height: 192px;
  -webkit-animation: fspin 120s linear infinite;
          animation: fspin 120s linear infinite;
}

.why-100__hero .inner .circles svg.why-100-circle-3 {
  width: 246px;
  height: 246px;
  -webkit-animation: rspin 30s linear infinite;
          animation: rspin 30s linear infinite;
}

.why-100__hero nav {
  position: absolute;
  bottom: 52px;
  left: 0;
  right: 0;
  text-align: center;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 600px) {
  .why-100__hero nav {
    font-size: 13px;
  }
}

.why-100__hero nav a {
  color: #2A4D72;
  position: relative;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__hero nav a + a {
  margin-left: 30px;
}

@media (max-width: 600px) {
  .why-100__hero nav a + a {
    margin-left: 16px;
  }
}

.why-100__hero nav a svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 12px;
  stroke: #014DBE;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__hero nav a:hover {
  padding-left: 24px;
}

.why-100__hero nav a:hover svg {
  opacity: 1;
}

.why-100__diag {
  background: #2A4D72;
  color: #ECF2F1;
  padding-top: 81px;
}

@media (max-width: 800px) {
  .why-100__diag {
    position: relative;
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 108px;
  }
}

.why-100__diag > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .why-100__diag > .wrapper {
    display: block;
  }
}

.why-100__diag__header {
  width: 50%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1080px) {
  .why-100__diag__header {
    min-width: 287px;
    width: auto;
  }
}

.why-100__diag__header h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin: 0 0 150px;
  padding-left: 74px;
}

@media (max-width: 1080px) {
  .why-100__diag__header h2 {
    padding-left: 36px;
    margin-bottom: 72px;
  }
}

@media (max-width: 800px) {
  .why-100__diag__header h2 {
    padding-left: 0;
    margin-bottom: 32px;
    font-size: 42px;
  }
}

.why-100__diag .new-helix {
  width: 215px;
  height: 469px;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 800px) {
  .why-100__diag .new-helix {
    position: absolute;
    width: 107.5px;
    height: 240px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg) translatey(50%) translateX(-50%);
            transform: rotate(90deg) translatey(50%) translateX(-50%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    overflow: hidden;
  }
}

.why-100__diag .new-helix span {
  height: 7px;
  display: block;
  width: 100%;
  position: relative;
}

.why-100__diag .new-helix span + span {
  margin-top: 14px;
}

@-webkit-keyframes animBefore {
  0% {
    left: 0;
    z-index: 2;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
  }
  50% {
    left: calc(100% - 7px);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: 1;
  }
  100% {
    left: 0;
    z-index: 1;
  }
}

@keyframes animBefore {
  0% {
    left: 0;
    z-index: 2;
  }
  25% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
  }
  50% {
    left: calc(100% - 7px);
    z-index: 1;
  }
  75% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: 1;
  }
  100% {
    left: 0;
    z-index: 1;
  }
}

@-webkit-keyframes animAfter {
  0% {
    right: 0;
    z-index: 1;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: 1;
  }
  50% {
    right: calc(100% - 7px);
    z-index: 2;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
  }
  100% {
    right: 0;
    z-index: 2;
  }
}

@keyframes animAfter {
  0% {
    right: 0;
    z-index: 1;
  }
  25% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    z-index: 1;
  }
  50% {
    right: calc(100% - 7px);
    z-index: 2;
  }
  75% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    z-index: 2;
  }
  100% {
    right: 0;
    z-index: 2;
  }
}

.why-100__diag .new-helix span::before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ECF2F1;
  -webkit-animation: animBefore 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animBefore 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.why-100__diag .new-helix span::after {
  content: ' ';
  display: block;
  position: absolute;
  right: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(236, 242, 241, 0.4);
  -webkit-animation: animAfter 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
          animation: animAfter 3s cubic-bezier(0.42, 0, 0.58, 1) infinite;
}

.why-100__diag .new-helix span:nth-child(1)::before, .why-100__diag .new-helix span:nth-child(1)::after {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.why-100__diag .new-helix span:nth-child(2)::before, .why-100__diag .new-helix span:nth-child(2)::after {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.why-100__diag .new-helix span:nth-child(3)::before, .why-100__diag .new-helix span:nth-child(3)::after {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.why-100__diag .new-helix span:nth-child(4)::before, .why-100__diag .new-helix span:nth-child(4)::after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.why-100__diag .new-helix span:nth-child(5)::before, .why-100__diag .new-helix span:nth-child(5)::after {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.why-100__diag .new-helix span:nth-child(6)::before, .why-100__diag .new-helix span:nth-child(6)::after {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.why-100__diag .new-helix span:nth-child(7)::before, .why-100__diag .new-helix span:nth-child(7)::after {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}

.why-100__diag .new-helix span:nth-child(8)::before, .why-100__diag .new-helix span:nth-child(8)::after {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.why-100__diag .new-helix span:nth-child(9)::before, .why-100__diag .new-helix span:nth-child(9)::after {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}

.why-100__diag .new-helix span:nth-child(10)::before, .why-100__diag .new-helix span:nth-child(10)::after {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.why-100__diag .new-helix span:nth-child(11)::before, .why-100__diag .new-helix span:nth-child(11)::after {
  -webkit-animation-delay: 1.65s;
          animation-delay: 1.65s;
}

.why-100__diag .new-helix span:nth-child(12)::before, .why-100__diag .new-helix span:nth-child(12)::after {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.why-100__diag .new-helix span:nth-child(13)::before, .why-100__diag .new-helix span:nth-child(13)::after {
  -webkit-animation-delay: 1.95s;
          animation-delay: 1.95s;
}

.why-100__diag .new-helix span:nth-child(14)::before, .why-100__diag .new-helix span:nth-child(14)::after {
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
}

.why-100__diag .new-helix span:nth-child(15)::before, .why-100__diag .new-helix span:nth-child(15)::after {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}

.why-100__diag .new-helix span:nth-child(16)::before, .why-100__diag .new-helix span:nth-child(16)::after {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.why-100__diag .new-helix span:nth-child(17)::before, .why-100__diag .new-helix span:nth-child(17)::after {
  -webkit-animation-delay: 2.55s;
          animation-delay: 2.55s;
}

.why-100__diag .new-helix span:nth-child(18)::before, .why-100__diag .new-helix span:nth-child(18)::after {
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
}

.why-100__diag .new-helix span:nth-child(19)::before, .why-100__diag .new-helix span:nth-child(19)::after {
  -webkit-animation-delay: 2.85s;
          animation-delay: 2.85s;
}

.why-100__diag .new-helix span:nth-child(20)::before, .why-100__diag .new-helix span:nth-child(20)::after {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.why-100__diag .new-helix span:nth-child(21)::before, .why-100__diag .new-helix span:nth-child(21)::after {
  -webkit-animation-delay: 3.15s;
          animation-delay: 3.15s;
}

.why-100__diag .new-helix span:nth-child(22)::before, .why-100__diag .new-helix span:nth-child(22)::after {
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.why-100__diag .new-helix span:nth-child(23)::before, .why-100__diag .new-helix span:nth-child(23)::after {
  -webkit-animation-delay: 3.45s;
          animation-delay: 3.45s;
}

.why-100__diag .helix-wrap {
  width: 215px;
  height: 469px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  display: none;
}

@media (max-width: 800px) {
  .why-100__diag .helix-wrap {
    position: absolute;
    width: 107.5px;
    height: 234.5px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg) translatey(50%) translateX(-50%);
            transform: rotate(90deg) translatey(50%) translateX(-50%);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

.why-100__diag .helix-wrap::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2a4d72), to(rgba(42, 77, 114, 0)));
  background-image: linear-gradient(#2a4d72, rgba(42, 77, 114, 0));
  z-index: 1;
}

.why-100__diag .helix-wrap::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(42, 77, 114, 0)), to(#2a4d72));
  background-image: linear-gradient(rgba(42, 77, 114, 0), #2a4d72);
  z-index: 1;
}

@-webkit-keyframes rise {
  100% {
    -webkit-transform: translateY(calc(-100% + 7px));
            transform: translateY(calc(-100% + 7px));
  }
}

@keyframes rise {
  100% {
    -webkit-transform: translateY(calc(-100% + 7px));
            transform: translateY(calc(-100% + 7px));
  }
}

.why-100__diag .helix-wrap svg {
  width: 100%;
  height: calc(100% - 7px);
  -webkit-animation: rise 5s linear infinite;
          animation: rise 5s linear infinite;
}

.why-100__diag .helix-wrap svg + svg {
  position: absolute;
  top: calc(100% - 7px);
  left: 0;
  margin-top: -7px;
}

@media (max-width: 800px) {
  .why-100__diag .helix-wrap svg + svg {
    margin-top: -4px;
  }
}

.why-100__diag .helix-wrap svg + svg + svg {
  top: calc(200% - 20px);
}

.why-100__diag__main {
  width: 50%;
  padding-right: 74px;
  padding-left: 33px;
  margin-bottom: 140px;
}

@media (max-width: 1080px) {
  .why-100__diag__main {
    width: auto;
    padding-left: 72px;
    padding-right: 36px;
    margin-bottom: 72px;
  }
}

@media (max-width: 800px) {
  .why-100__diag__main {
    padding: 0;
    margin-bottom: 0;
    padding-bottom: 48px;
  }
}

.why-100__diag__main p {
  margin: 0 0 135px;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 165%;
  letter-spacing: 0.02em;
}

@media (max-width: 1080px) {
  .why-100__diag__main p {
    margin: 0 0 72px;
  }
}

@media (max-width: 800px) {
  .why-100__diag__main p {
    margin: 0 0 32px;
    font-size: 14px;
  }
}

.why-100__diag__main h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin: 0 0 43px;
}

@media (max-width: 800px) {
  .why-100__diag__main h3 {
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
  }
}

.why-100__diag__main ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-100__diag__main ul li {
  padding-left: 35px;
  position: relative;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 130%;
  letter-spacing: 0.015em;
  color: rgba(236, 242, 241, 0.88);
}

@media (max-width: 800px) {
  .why-100__diag__main ul li {
    font-size: 18px;
    padding-left: 24px;
  }
}

.why-100__diag__main ul li::before {
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #014DBE;
  position: absolute;
  top: 14px;
  left: 0;
}

@media (max-width: 800px) {
  .why-100__diag__main ul li::before {
    top: 8px;
  }
}

.why-100__diag__main ul li + li {
  margin-top: 24px;
}

.why-100__mri {
  background: #2A4D72;
  color: #ECF2F1;
  padding: 65px 0 80px;
}

@media (max-width: 800px) {
  .why-100__mri {
    padding: 72px 0;
    margin-top: -1px;
  }
}

.why-100__mri > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 800px) {
  .why-100__mri > .wrapper {
    display: block;
  }
}

.why-100__mri__content {
  width: 50%;
  padding-right: 37px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1080px) {
  .why-100__mri__content {
    padding-right: 18px;
  }
}

@media (max-width: 800px) {
  .why-100__mri__content {
    width: 100%;
    padding: 0;
    margin-bottom: 36px;
  }
}

.why-100__mri__content h2 {
  margin: 0 0 24px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 165%;
  letter-spacing: 0.02em;
}

.why-100__mri__content p {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 165%;
  letter-spacing: 0.02em;
  margin: 0;
}

@media (max-width: 800px) {
  .why-100__mri__content p {
    font-size: 14px;
  }
}

.why-100__mri__content p + p {
  margin-top: 16px;
}

.why-100__mri__info {
  margin-top: 54px;
}

.why-100__mri__info .mri-item {
  border-top: 1px solid rgba(236, 242, 241, 0.2);
  padding: 18px 0;
}

.why-100__mri__info .mri-item:last-of-type {
  border-bottom: 1px solid rgba(236, 242, 241, 0.2);
}

.why-100__mri__info .mri-item.active h3::after {
  opacity: 0;
}

.why-100__mri__info .mri-item.active h3 small::before {
  margin-left: 0;
  opacity: 1;
}

.why-100__mri__info h3 {
  margin: 0;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  position: relative;
  cursor: pointer;
}

@media (max-width: 1080px) {
  .why-100__mri__info h3 {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .why-100__mri__info h3 {
    font-size: 20px;
  }
}

.why-100__mri__info h3::before {
  content: ' ';
  display: block;
  width: 20px;
  height: 1px;
  background: #ECF2F1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__mri__info h3::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 20px;
  background: #ECF2F1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 9.5px;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__mri__info h3:hover::after, .why-100__mri__info h3:hover::before {
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}

.why-100__mri__info h3 small {
  display: block;
  font-family: "Maison", helvetica;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 6px;
}

.why-100__mri__info h3 small::before {
  content: ' ';
  display: inline-block;
  width: 7px;
  height: 7px;
  background: #014DBE;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  margin-right: 8px;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__mri__info .content {
  display: none;
  padding-top: 12px;
}

.why-100__mri__image {
  width: 50%;
  position: relative;
  padding-left: 37px;
}

@media (max-width: 1080px) {
  .why-100__mri__image {
    padding-left: 18px;
  }
}

@media (max-width: 800px) {
  .why-100__mri__image {
    width: 100%;
    padding-left: 0;
  }
}

.why-100__mri__image img {
  display: block;
  width: 100%;
}

.why-100__mri__image .mri-button {
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: solid 1px rgba(1, 77, 190, 0.15);
  text-align: center;
  color: #014DBE;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  top: 0;
  left: 0;
  background: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__mri__image .mri-button--1 {
  left: 34.4%;
  top: 47.9%;
}

.why-100__mri__image .mri-button--2 {
  left: 45.2%;
  top: 23.1%;
}

.why-100__mri__image .mri-button--3 {
  left: 58.3%;
  top: 40%;
}

.why-100__mri__image .mri-button.active {
  border: solid 1px #014DBE;
}

.why-100__mri__image .mri-button:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.why-100__addition {
  background: #2A4D72;
  padding: 86px 72px 127px;
  color: #ECF2F1;
}

@media (max-width: 1080px) {
  .why-100__addition {
    padding: 48px 36px 100px;
  }
}

@media (max-width: 800px) {
  .why-100__addition {
    padding: 0 24px 80px;
    margin-top: -1px;
  }
}

.why-100__addition > h2 {
  margin: 0 0 73px;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .why-100__addition > h2 {
    margin-bottom: 36px;
  }
}

.why-100__publications {
  padding-top: 104px;
  padding-bottom: 164px;
}

@media (max-width: 800px) {
  .why-100__publications {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.why-100__publications__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 107px;
}

@media (max-width: 800px) {
  .why-100__publications__header {
    margin-bottom: 48px;
    display: block;
  }
}

.why-100__publications__header h2 {
  margin: 0;
  width: calc(50% - 24px);
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

@media (max-width: 800px) {
  .why-100__publications__header h2 {
    font-size: 42px;
    width: 100%;
  }
}

.why-100__publications__header a {
  margin-left: 48px;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 165%;
  letter-spacing: 0.02em;
  color: rgba(42, 77, 114, 0.8);
  background: none;
  padding: 0;
  border: 0;
}

@media (max-width: 800px) {
  .why-100__publications__header a {
    margin-left: 0;
    margin-top: 24px;
    display: inline-block;
  }
}

.why-100__publications__header a span {
  border-radius: 3px;
  display: inline-block;
  margin-right: 8px;
  background: #014DBE;
  position: relative;
  width: 31px;
  height: 28px;
  vertical-align: middle;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__publications__header a span svg {
  width: 9px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.why-100__publications__header a:hover span {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.why-100__publications__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 48px;
  grid-row-gap: 74px;
}

@media (max-width: 800px) {
  .why-100__publications__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
  }
}

.why-100__publications__grid h4 {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  opacity: 0.5;
  margin: 0;
}

@media (max-width: 800px) {
  .why-100__publications__grid h4 {
    font-size: 14px;
  }
}

.why-100__publications__grid h3 {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
}

@media (max-width: 800px) {
  .why-100__publications__grid h3 {
    font-size: 20px;
  }
}

.why-100__publications__grid .content {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 165%;
  letter-spacing: 0.02em;
  color: rgba(42, 77, 114, 0.8);
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .why-100__publications__grid .content {
    font-size: 15px;
  }
}

.why-100__publications__grid .content p {
  margin: 0;
}

.why-100__publications__grid .content p + p {
  margin-top: 12px;
}

.why-100__publications__grid .cta {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: solid 1px #014DBE;
  color: #014DBE;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__publications__grid .cta:hover {
  color: #2A4D72;
  border-bottom: solid 1px #2A4D72;
}

.why-100__board {
  background: #2A4D72;
  color: #ECF2F1;
  padding-top: 100px;
  padding-bottom: 140px;
}

@media (max-width: 800px) {
  .why-100__board {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.why-100__board .wrapper--padding > h2 {
  text-align: center;
  margin: 0 0 120px;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 110%;
  letter-spacing: -0.01em;
}

@media (max-width: 800px) {
  .why-100__board .wrapper--padding > h2 {
    font-size: 42px;
    margin: 0 0 60px;
  }
}

.why-100__board__member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-center;
      -ms-flex-align: flex-center;
          align-items: flex-center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 800px) {
  .why-100__board__member {
    display: block;
  }
}

.why-100__board__member .img-wrap {
  width: 36.7%;
}

@media (max-width: 1080px) {
  .why-100__board__member .img-wrap {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .why-100__board__member .img-wrap {
    width: 100%;
  }
}

.why-100__board__member .img-wrap img {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 800px) {
  .why-100__board__member .img-wrap img {
    max-width: 474px;
    margin: 0 auto;
  }
}

.why-100__board__member .content-wrap {
  width: 48.8%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1080px) {
  .why-100__board__member .content-wrap {
    width: calc(50% - 24px);
  }
}

@media (max-width: 800px) {
  .why-100__board__member .content-wrap {
    width: 100%;
    margin-top: 48px;
  }
}

.why-100__board__member .content-wrap h3 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 110%;
  margin: 0 0 6px;
}

.why-100__board__member .content-wrap h4 {
  margin: 0;
  max-width: 394px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  opacity: .8;
}

.why-100__board__member .member-content {
  border-bottom: solid 1px rgba(236, 242, 241, 0.5);
  margin-top: 30px;
}

.why-100__board__member .member-item {
  padding: 20px 0;
  border-top: solid 1px rgba(236, 242, 241, 0.5);
}

.why-100__board__member .member-item.active h5::after {
  opacity: 0;
}

.why-100__board__member .member-item h5 {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}

.why-100__board__member .member-item h5::before {
  content: ' ';
  display: block;
  width: 15px;
  height: 1px;
  background: #ECF2F1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__board__member .member-item h5::after {
  content: ' ';
  display: block;
  width: 1px;
  height: 15px;
  background: #ECF2F1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  margin: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.why-100__board__member .content {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 165%;
  letter-spacing: 0.02em;
  padding-top: 10px;
  display: none;
}

@media (max-width: 800px) {
  .why-100__board__member .content {
    font-size: 15px;
  }
}

.why-100__board__member .content p {
  margin: 0;
}

.why-100__board__member .content p + p,
.why-100__board__member .content p + ul {
  margin-top: 10px;
}

.why-100__board__member .content ul {
  margin: 0;
  padding: 0;
}

.why-100__board__member .content ul + ul,
.why-100__board__member .content ul + p {
  margin-top: 10px;
}

.why-100__board__member .content ul li {
  position: relative;
  padding-left: 24px;
  list-style: none;
}

.why-100__board__member .content ul li::before {
  content: ' ';
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #014DBE;
  position: absolute;
  top: 10px;
  left: 0;
}

.why-100__board__member .ctas {
  margin-top: 46px;
}

@media (max-width: 800px) {
  .why-100__board__member .ctas {
    margin-top: 24px;
  }
}

.why-100__board__member .ctas a {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: solid 1px #ECF2F1;
  color: #ECF2F1;
}

.why-100__board__member + .why-100__board__member {
  margin-top: 140px;
}

.why-100__board__member:nth-child(odd) .content-wrap {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.drag-slider__wrap {
  margin-left: -72px;
  margin-right: -72px;
  width: auto;
  overflow: hidden;
}

@media (max-width: 1080px) {
  .drag-slider__wrap {
    margin-left: -36px;
    margin-right: -36px;
  }
}

@media (max-width: 800px) {
  .drag-slider__wrap {
    margin-left: -24px;
    margin-right: -24px;
  }
}

.drag-slider__inner {
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 50px;
  margin-bottom: -50px;
  display: block;
  font-size: 0;
  line-height: 0;
}

.drag-slider__inner::before {
  content: ' ';
  display: inline-block;
  width: 72px;
}

@media (max-width: 1080px) {
  .drag-slider__inner::before {
    width: 36px;
  }
}

@media (max-width: 800px) {
  .drag-slider__inner::before {
    width: 24px;
  }
}

.drag-slider__inner::after {
  content: ' ';
  display: inline-block;
  width: 72px;
}

@media (max-width: 1080px) {
  .drag-slider__inner::after {
    width: 36px;
  }
}

@media (max-width: 800px) {
  .drag-slider__inner::after {
    width: 24px;
  }
}

.drag-slider__controls {
  margin-top: 80px;
}

@media (max-width: 800px) {
  .drag-slider__controls {
    display: none;
  }
}

.drag-slider__controls input {
  width: 100%;
}

.addition-item {
  padding: 0 32px;
  border-right: solid 1px rgba(236, 242, 241, 0.2);
  display: inline-block;
  vertical-align: top;
  width: calc(33.333vw - 49.3px);
  white-space: normal;
  padding-bottom: 60px;
}

@media (max-width: 1080px) {
  .addition-item {
    width: calc(33.333vw - 24px);
  }
}

@media (max-width: 800px) {
  .addition-item {
    width: 40vw;
    padding: 0 24px;
  }
}

@media (max-width: 600px) {
  .addition-item {
    width: 72vw;
  }
}

.addition-item:first-of-type {
  border-left: solid 1px rgba(236, 242, 241, 0.2);
}

.addition-item h3 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 110%;
  margin: 0;
}

@media (max-width: 1080px) {
  .addition-item h3 {
    font-size: 24px;
  }
}

@media (max-width: 800px) {
  .addition-item h3 {
    font-size: 20px;
  }
}

.addition-item h4 {
  margin: 0 0 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.02em;
  opacity: 0.5;
  min-height: 30px;
}

@media (max-width: 800px) {
  .addition-item h4 {
    font-size: 16px;
    min-height: 26px;
  }
}

.addition-item .content {
  margin-top: 20px;
}

.addition-item .content p {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 165%;
  letter-spacing: 0.02em;
  opacity: .8;
}

.addition-item .content p + p {
  margin-top: 14px;
}

.ecosystem__hero {
  height: 818px;
  background: #2A4D72;
  position: relative;
  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;
  overflow: hidden;
}

@media (max-width: 800px) {
  .ecosystem__hero {
    height: calc(100vw + 200px);
    min-height: 100vh;
  }
}

.ecosystem__hero h1 {
  color: #ECF2F1;
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 94px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin: 0;
  z-index: 2;
  position: relative;
  padding-bottom: 14px;
}

@media (max-width: 800px) {
  .ecosystem__hero h1 {
    font-size: 14vw;
    width: calc(100% - 48px);
    text-align: center;
    padding-bottom: 0;
  }
}

.ecosystem__hero h1 br {
  display: none;
}

@media (max-width: 800px) {
  .ecosystem__hero h1 br {
    display: block;
  }
}

@keyframes fspin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rspin {
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.ecosystem__hero__circle {
  position: absolute;
  top: 72px;
  left: 0;
  right: 0;
  margin: auto;
  width: 660px;
  height: 660px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: fspin 60s linear infinite;
          animation: fspin 60s linear infinite;
}

@media (max-width: 800px) {
  .ecosystem__hero__circle {
    width: calc(100vw - 48px);
    height: calc(100vw - 48px);
    top: 0;
    bottom: 0;
  }
}

.ecosystem__hero__circle::before {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: solid 1px rgba(236, 242, 241, 0.5);
}

.ecosystem__hero__circle span {
  border-radius: 50%;
  border: solid 1px rgba(236, 242, 241, 0.5);
  background: #2A4D72;
  position: absolute;
}

.ecosystem__hero__circle span.circle-1 {
  width: 3.3333333%;
  height: 3.3333333%;
  top: .6060606%;
  left: 33.6363636%;
}

.ecosystem__hero__circle span.circle-2 {
  width: 5.1515152%;
  height: 5.1515152%;
  top: 56.6666667%;
  left: 96.5151515%;
}

.ecosystem__hero__circle span.circle-3 {
  width: 9.6969697%;
  height: 9.6969697%;
  top: 83.7878788%;
  left: 13.4848485%;
}

.ecosystem__hero__circle .img-wrap {
  border-radius: 50%;
  position: absolute;
  overflow: hidden;
  -webkit-animation: rspin 60s linear infinite;
          animation: rspin 60s linear infinite;
}

.ecosystem__hero__circle .img-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ecosystem__hero__circle .img-wrap.img-1 {
  width: 25.3030303%;
  height: 25.3030303%;
  top: 21.969697%;
  left: -9.3939394%;
}

.ecosystem__hero__circle .img-wrap.img-2 {
  width: 18.4848485%;
  height: 18.4848485%;
  top: 9.5454545%;
  left: 77.8787879%;
}

.ecosystem__hero__circle .img-wrap.img-3 {
  width: 14.5454545%;
  height: 14.5454545%;
  top: 83.7878788%;
  left: 70.4545455%;
}

.ecosystem__hero button.ecosystem-hero-learnmore {
  position: absolute;
  bottom: 34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ECF2F1;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: none;
  border: 0;
  padding: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ecosystem__hero button.ecosystem-hero-learnmore:hover {
  -webkit-transform: translateY(-6px) translateX(-50%);
          transform: translateY(-6px) translateX(-50%);
}

.ecosystem__hero button.ecosystem-hero-learnmore svg {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  stroke: #ECF2F1;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.ecosystem__partners {
  padding-top: 46px;
  padding-bottom: 170px;
}

@media (max-width: 800px) {
  .ecosystem__partners {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.ecosystem__partners > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ecosystem__partners__count {
  position: relative;
}

@media (max-width: 800px) {
  .ecosystem__partners__count {
    display: none;
  }
}

.ecosystem__partners__count h3 {
  position: sticky;
  top: 44px;
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 210px;
  line-height: 110%;
  letter-spacing: -0.03em;
}

.ecosystem__partners__content {
  width: 51%;
}

@media (max-width: 800px) {
  .ecosystem__partners__content {
    width: 100%;
  }
}

.ecosystem__partners__content h2 {
  font-family: "Canela", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 70px;
  line-height: 110%;
  letter-spacing: -0.01em;
  margin: 0;
  padding-top: 34px;
}

@media (max-width: 800px) {
  .ecosystem__partners__content h2 {
    font-size: 42px;
    padding-top: 0;
  }
}

.ecosystem__partners__content p {
  margin: 18px 0 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 165%;
  letter-spacing: 0.02em;
}

@media (max-width: 800px) {
  .ecosystem__partners__content p {
    font-size: 14px;
  }
}

.ecosystem__partners__grid {
  margin-top: 96px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 65px;
  grid-row-gap: 65px;
}

@media (max-width: 800px) {
  .ecosystem__partners__grid {
    margin-top: 60px;
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }
}

.ecosystem__partners__grid a {
  width: 100%;
  height: 65px;
  position: relative;
}

.ecosystem__partners__grid a img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  mix-blend-mode: multiply;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ecosystem__partners__grid a img:hover {
  top: -6px;
}

.ecosystem__partners.alt:not(.alt-revert) {
  background: #2A4D72;
  color: #ECF2F1;
}

.ecosystem__partners.alt:not(.alt-revert) .ecosystem__partners__grid a img {
  -webkit-filter: none;
          filter: none;
  mix-blend-mode: normal;
}

.ecosystem__partners.alt-revert {
  background: #D7E1DE;
}

#temp-style-toggle {
  position: fixed;
  bottom: 24px;
  left: 24px;
}

/*# sourceMappingURL=main.css.map */
