/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Canela";
  src: url(assets/1fc85c6ef63615322ddc.woff2) format("woff2"), url(assets/7b240b74cc2e6b31063f.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Canela";
  src: url(assets/9c5cdbbcaff03b93c86b.woff2) format("woff2"), url(assets/345c80d7fae659778d07.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Druk";
  src: url(assets/6518d32c959a3b4c7f55.woff2) format("woff2"), url(assets/4e1a22c3e13c2036a851.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Druk";
  src: url(assets/77ba4b71a27b3aa1bf60.woff2) format("woff2"), url(assets/bba32f42c9c37bf251c2.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Calibre";
  src: url(assets/ca951d5ecdef17423149.woff2) format("woff2"), url(assets/2042ba8e54aee52a6fb0.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Calibre";
  src: url(assets/c2d6fee611259b6f162a.woff2) format("woff2"), url(assets/6cc1339146e98bf72d6c.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Calibre";
  src: url(assets/465c659406effce6e003.woff2) format("woff2"), url(assets/040b0d1c31a6b7805301.woff) format("woff");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  font-display: fallback;
}
@font-face {
  font-family: "Calibre";
  src: url(assets/ae343a889afcca23a35a.woff2) format("woff2"), url(assets/a68687da1a0b1d2a2642.woff) format("woff");
  font-weight: 400;
  font-style: italic;
  font-stretch: normal;
  font-display: fallback;
}
h1, .h1 {
  font-size: 16vw;
  line-height: 13.0666666667vw;
  letter-spacing: 0.4vw;
  font-family: "Druk", sans-serif;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  h1, .h1 {
    font-size: 10.9375vw;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 8.6805555556vw;
  }
}
@media (min-width: 767px) {
  h1, .h1 {
    line-height: 8.984375vw;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    line-height: 7.1527777778vw;
  }
}
@media (min-width: 767px) {
  h1, .h1 {
    letter-spacing: 0.2734375vw;
  }
}
@media (min-width: 1024px) {
  h1, .h1 {
    letter-spacing: 0.2170138889vw;
  }
}

h2, .h2 {
  font-size: 12.8vw;
  line-height: 15.36vw;
  font-family: "Canela", sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  h2, .h2 {
    font-size: 6.25vw;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  h2, .h2 {
    line-height: 7.5vw;
  }
}
@media (min-width: 1024px) {
  h2, .h2 {
    line-height: 4vw;
  }
}

.text--inverted {
  color: #FFFFFF;
}

p {
  margin-top: 6.4vw;
  font-size: 5.3333333333vw;
  line-height: 6.4vw;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 767px) {
  p {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1024px) {
  p {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  p {
    font-size: 2.6041666667vw;
  }
}
@media (min-width: 1024px) {
  p {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 767px) {
  p {
    line-height: 3.125vw;
  }
}
@media (min-width: 1024px) {
  p {
    line-height: 1.6666666667vw;
  }
}

.text--large {
  font-size: 6.4vw;
  line-height: 7.68vw;
}
@media (min-width: 767px) {
  .text--large {
    font-size: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .text--large {
    font-size: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  .text--large {
    line-height: 3.75vw;
  }
}
@media (min-width: 1024px) {
  .text--large {
    line-height: 2vw;
  }
}

.text--semibold {
  font-weight: 600;
}

.text--italic {
  font-style: italic;
}

.text--small-margin {
  margin-top: 2.6666666667vw;
}
@media (min-width: 767px) {
  .text--small-margin {
    margin-top: 1.3020833333vw;
  }
}
@media (min-width: 1024px) {
  .text--small-margin {
    margin-top: 0.6944444444vw;
  }
}

@media (min-width: 767px) {
  .br--mobile {
    display: none;
  }
}

@media (max-width: 766px) {
  .br--tablet {
    display: none;
  }
}
@media (min-width: 767px) {
  .br--tablet {
    display: block;
  }
}
@media (min-width: 1024px) {
  .br--tablet {
    display: none;
  }
}

@media (max-width: 1023px) {
  .br--desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .br--desktop {
    display: block;
  }
}

.link--black {
  color: #000;
}

.link--white {
  color: #FFFFFF;
}

.internal--link {
  text-decoration: underline;
  color: #000;
}

.mail--link {
  text-decoration: none;
  color: #000105;
}

.header {
  height: 19.2vw;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100vw;
  pointer-events: none;
}
@media (min-width: 767px) {
  .header {
    height: 9.375vw;
  }
}
@media (min-width: 1024px) {
  .header {
    height: 5vw;
  }
}
.header__logo-link {
  text-decoration: none;
  pointer-events: all;
}
.header__logo {
  width: 17.0666666667vw;
  vertical-align: middle;
}
@media (min-width: 767px) {
  .header__logo {
    width: 8.3333333333vw;
  }
}
@media (min-width: 1024px) {
  .header__logo {
    width: 4.4444444444vw;
  }
}
.header__logo .fill {
  transition: fill 0.4s ease;
}
.header__logo .stroke {
  transition: stroke 0.4s ease;
}
.header__logo--inverted .fill, .header__logo--is-open .fill {
  fill: #FFFFFF;
}
.header__logo--inverted .stroke, .header__logo--is-open .stroke {
  stroke: #FFFFFF;
}
.header__nav-btn {
  width: 6.9333333333vw;
  height: 6.9333333333vw;
  padding: 0;
  position: relative;
  pointer-events: all;
}
@media (min-width: 767px) {
  .header__nav-btn {
    width: 3.3854166667vw;
  }
}
@media (min-width: 1024px) {
  .header__nav-btn {
    width: 1.8055555556vw;
  }
}
@media (min-width: 767px) {
  .header__nav-btn {
    height: 3.3854166667vw;
  }
}
@media (min-width: 1024px) {
  .header__nav-btn {
    height: 1.8055555556vw;
  }
}
.header__nav-icon {
  width: 100%;
}
.header__nav-icon path {
  stroke-width: 3px;
  stroke: #000105;
  transition: stroke 0.4s ease;
}
.header__nav-icon--inverted path {
  stroke: #FFFFFF;
}
.header__nav-icon--is-open path {
  stroke: #FFFFFF;
}
.header__nav-icon--is-open path {
  stroke: #FFFFFF;
  transition: stroke 0.4s ease;
}
.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  max-height: 100%;
  width: 100%;
  position: relative;
  z-index: 3;
  transition: transform 0.4s ease;
  height: 100%;
}
.header__container--hidden {
  transform: translateY(-100%);
}
.header__nav {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 2;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  visibility: hidden;
  pointer-events: all;
}
.header__nav.visible {
  visibility: visible;
}
.header__nav-list {
  margin-top: 19.2vw;
  margin-bottom: 19.2vw;
  list-style-type: none;
  padding: 0;
  flex-grow: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
@media (min-width: 767px) {
  .header__nav-list {
    margin-top: 9.375vw;
  }
}
@media (min-width: 1024px) {
  .header__nav-list {
    margin-top: 0vw;
  }
}
@media (min-width: 767px) {
  .header__nav-list {
    margin-bottom: 9.375vw;
  }
}
@media (min-width: 1024px) {
  .header__nav-list {
    margin-bottom: 0vw;
  }
}
@media (min-width: 767px) {
  .header__nav-list {
    justify-content: space-evenly;
  }
}
@media (min-width: 1024px) {
  .header__nav-list {
    justify-content: center;
  }
}
@supports (-webkit-touch-callout: none) {
  .header__nav-list {
    padding-top: 5.3333333333vw;
  }
  @media (min-width: 767px) {
    .header__nav-list {
      padding-top: 3.90625vw;
    }
  }
  @media (min-width: 1024px) {
    .header__nav-list {
      padding-top: 0vw;
    }
  }
}
.header__nav-link {
  font-size: 25.6vw;
  line-height: 30vw;
  font-family: "Druk", sans-serif;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.2s ease;
}
@media (min-width: 767px) {
  .header__nav-link {
    font-size: 16.1458333333vw;
  }
}
@media (min-width: 1024px) {
  .header__nav-link {
    font-size: 10vw;
  }
}
@media (min-width: 767px) {
  .header__nav-link {
    line-height: 18.8802083333vw;
  }
}
@media (min-width: 1024px) {
  .header__nav-link {
    line-height: 11.1111111111vw;
  }
}
.header__nav-link:hover {
  color: #F96A62;
}
.header__nav-link--active {
  transition: color 1s ease;
  color: #344674;
}

.cookie {
  height: 25.6vw;
  background-color: #000;
  z-index: 99;
  position: fixed;
  bottom: 0;
  width: 100%;
  color: #FFFFFF;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
@media (min-width: 767px) {
  .cookie {
    height: 12.5vw;
  }
}
@media (min-width: 1024px) {
  .cookie {
    height: 6.6666666667vw;
  }
}
.cookie.visible {
  transform: translateY(0);
}
.cookie__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.cookie__p {
  font-size: 3.7333333333vw;
  line-height: 4.48vw;
}
@media (min-width: 767px) {
  .cookie__p {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .cookie__p {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .cookie__p {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1024px) {
  .cookie__p {
    line-height: 1.1666666667vw;
  }
}
.cookie__btn {
  font-size: 3.7333333333vw;
  letter-spacing: 0.3733333333vw;
  height: 10.6666666667vw;
  padding-left: 4vw;
  padding-right: 3.4666666667vw;
  margin-right: 9.8666666667vw;
  color: #FFFFFF;
  font-weight: 600;
  background-color: transparent;
  -webkit-appearance: none;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .cookie__btn {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .cookie__btn {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .cookie__btn {
    letter-spacing: 0.1822916667vw;
  }
}
@media (min-width: 1024px) {
  .cookie__btn {
    letter-spacing: 0.0972222222vw;
  }
}
@media (min-width: 767px) {
  .cookie__btn {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1024px) {
  .cookie__btn {
    height: 2.7777777778vw;
  }
}
@media (min-width: 767px) {
  .cookie__btn {
    padding-left: 1.953125vw;
  }
}
@media (min-width: 1024px) {
  .cookie__btn {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 767px) {
  .cookie__btn {
    padding-right: 1.6927083333vw;
  }
}
@media (min-width: 1024px) {
  .cookie__btn {
    padding-right: 0.9027777778vw;
  }
}
@media (min-width: 767px) {
  .cookie__btn {
    margin-right: 4.8177083333vw;
  }
}
@media (min-width: 1024px) {
  .cookie__btn {
    margin-right: 2.5694444444vw;
  }
}
.cookie__btn:hover {
  background-color: #FFFFFF;
  color: #000;
}
.cookie__link {
  font-size: 3.7333333333vw;
  letter-spacing: 0.3733333333vw;
  height: 12vw;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
}
@media (min-width: 767px) {
  .cookie__link {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .cookie__link {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .cookie__link {
    letter-spacing: 0.1822916667vw;
  }
}
@media (min-width: 1024px) {
  .cookie__link {
    letter-spacing: 0.0972222222vw;
  }
}
@media (min-width: 767px) {
  .cookie__link {
    height: 5.859375vw;
  }
}
@media (min-width: 1024px) {
  .cookie__link {
    height: 3.125vw;
  }
}
.cookie__link:hover {
  text-decoration: underline;
}

.container {
  max-width: 74.6666666667vw;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .container {
    max-width: 87.890625vw;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 91.6666666667vw;
  }
}

.content-container {
  max-width: 86.1333333333vw;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .content-container {
    max-width: 87.890625vw;
  }
}
@media (min-width: 1024px) {
  .content-container {
    max-width: 91.6666666667vw;
  }
}
.content-container--has-margin {
  margin-bottom: 25.6vw;
}
@media (min-width: 767px) {
  .content-container--has-margin {
    margin-bottom: 16.5364583333vw;
  }
}
@media (min-width: 1024px) {
  .content-container--has-margin {
    margin-bottom: 7.2222222222vw;
  }
}
.content-container--has-margin-sm {
  margin-bottom: 19.2vw;
}
@media (min-width: 767px) {
  .content-container--has-margin-sm {
    margin-bottom: 19.53125vw;
  }
}
@media (min-width: 1024px) {
  .content-container--has-margin-sm {
    margin-bottom: 10.4166666667vw;
  }
}

.content-ideas {
  margin-bottom: 16vw;
}
@media (min-width: 767px) {
  .content-ideas {
    margin-bottom: 7.8125vw;
  }
}
@media (min-width: 1024px) {
  .content-ideas {
    margin-bottom: 4.1666666667vw;
  }
}

input[type=text], input[type=email] {
  max-width: 64vw;
  font-size: 4.8vw;
  line-height: 4.8vw;
  height: 8.5333333333vw;
  background-color: transparent;
  border-bottom: 1px solid #FFFFFF;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-appearance: none;
  width: 100%;
  color: #FFFFFF;
  padding: 0;
  border-radius: 0;
}
@media (min-width: 767px) {
  input[type=text], input[type=email] {
    max-width: 31.25vw;
  }
}
@media (min-width: 1024px) {
  input[type=text], input[type=email] {
    max-width: 16.6666666667vw;
  }
}
@media (min-width: 767px) {
  input[type=text], input[type=email] {
    font-size: 2.34375vw;
  }
}
@media (min-width: 1024px) {
  input[type=text], input[type=email] {
    font-size: 1.25vw;
  }
}
@media (min-width: 767px) {
  input[type=text], input[type=email] {
    line-height: 2.34375vw;
  }
}
@media (min-width: 1024px) {
  input[type=text], input[type=email] {
    line-height: 1.25vw;
  }
}
@media (min-width: 767px) {
  input[type=text], input[type=email] {
    height: 4.1666666667vw;
  }
}
@media (min-width: 1024px) {
  input[type=text], input[type=email] {
    height: 2.2222222222vw;
  }
}
input[type=text], input[type=text]:hover, input[type=text]:focus, input[type=email], input[type=email]:hover, input[type=email]:focus {
  outline: none;
}

::placeholder {
  color: #FFFFFF;
  opacity: 0.6;
}

.input-label {
  margin-top: 5.8666666667vw;
  display: block;
}
@media (min-width: 767px) {
  .input-label {
    margin-top: 2.8645833333vw;
  }
}
@media (min-width: 1024px) {
  .input-label {
    margin-top: 1.5277777778vw;
  }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border-color: #FFFFFF;
  -webkit-text-fill-color: #FFFFFF;
  transition: background-color 5000s ease-in-out 0s;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  width: 3.2vw;
  height: 3.2vw;
  top: 0.2666666667vw;
  position: absolute;
  left: 0;
  border: 1px solid #FFFFFF;
}
@media (min-width: 767px) {
  .checkmark {
    width: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .checkmark {
    width: 0.8333333333vw;
  }
}
@media (min-width: 767px) {
  .checkmark {
    height: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .checkmark {
    height: 0.8333333333vw;
  }
}
@media (min-width: 767px) {
  .checkmark {
    top: 0.1302083333vw;
  }
}
@media (min-width: 1024px) {
  .checkmark {
    top: 0.0694444444vw;
  }
}

.checkbox-label {
  font-size: 3.7333333333vw;
  line-height: 4.48vw;
  color: #FFFFFF;
  position: relative;
  box-decoration-break: clone;
  display: block;
}
@media (min-width: 767px) {
  .checkbox-label {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .checkbox-label {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .checkbox-label {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1024px) {
  .checkbox-label {
    line-height: 1.1666666667vw;
  }
}
@media (min-width: 767px) {
  .checkbox-label {
    max-width: 41.6666666667vw;
  }
}
@media (min-width: 1024px) {
  .checkbox-label {
    max-width: 20.8333333333vw;
  }
}

.checkbox-label input:checked ~ .checkmark {
  background-color: #FFFFFF;
}

.checkbox-label-text {
  padding-left: 5.3333333333vw;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media (min-width: 767px) {
  .checkbox-label-text {
    padding-left: 2.6041666667vw;
  }
}
@media (min-width: 1024px) {
  .checkbox-label-text {
    padding-left: 1.3888888889vw;
  }
}

.button--white {
  font-size: 3.7333333333vw;
  line-height: 6.4vw;
  letter-spacing: 0.7466666667vw;
  height: 10.6666666667vw;
  padding-left: 4vw;
  padding-right: 3.4666666667vw;
  color: #FFFFFF;
  font-weight: 600;
  background-color: transparent;
  -webkit-appearance: none;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  cursor: pointer;
}
@media (min-width: 767px) {
  .button--white {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .button--white {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .button--white {
    line-height: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .button--white {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  .button--white {
    letter-spacing: 0.3645833333vw;
  }
}
@media (min-width: 1024px) {
  .button--white {
    letter-spacing: 0.1944444444vw;
  }
}
@media (min-width: 767px) {
  .button--white {
    height: 5.2083333333vw;
  }
}
@media (min-width: 1024px) {
  .button--white {
    height: 2.7777777778vw;
  }
}
@media (min-width: 767px) {
  .button--white {
    padding-left: 1.953125vw;
  }
}
@media (min-width: 1024px) {
  .button--white {
    padding-left: 1.0416666667vw;
  }
}
@media (min-width: 767px) {
  .button--white {
    padding-right: 1.6927083333vw;
  }
}
@media (min-width: 1024px) {
  .button--white {
    padding-right: 0.9027777778vw;
  }
}
@supports (-webkit-touch-callout: none) {
  .button--white {
    line-height: 5.3333333333vw;
  }
  @media (min-width: 767px) {
    .button--white {
      line-height: 2.6041666667vw;
    }
  }
  @media (min-width: 1024px) {
    .button--white {
      line-height: 1.3888888889vw;
    }
  }
}

.counter-first, .counter-second, .counter-third {
  padding-top: 38.4vw;
  position: relative;
}
@media (min-width: 767px) {
  .counter-first, .counter-second, .counter-third {
    padding-top: 18.75vw;
  }
}
@media (min-width: 1024px) {
  .counter-first, .counter-second, .counter-third {
    padding-top: 11.6666666667vw;
  }
}
.counter-first:before, .counter-second:before, .counter-third:before {
  content: "";
  position: absolute;
  height: 1px;
}
.counter-first {
  color: #F96A62;
}
.counter-first:before {
  width: 74.6666666667vw;
  background-color: #F96A62;
}
@media (min-width: 767px) {
  .counter-first:before {
    width: 75vw;
  }
}
@media (min-width: 1024px) {
  .counter-first:before {
    width: 41.6666666667vw;
  }
}
.counter-second {
  color: #000105;
}
.counter-second:before {
  width: 77.8666666667vw;
  background-color: #000105;
}
@media (min-width: 767px) {
  .counter-second:before {
    width: 75vw;
  }
}
@media (min-width: 1024px) {
  .counter-second:before {
    width: 41.6666666667vw;
  }
}
.counter-third {
  color: #344674;
}
.counter-third:before {
  width: 77.6vw;
  background-color: #344674;
}
@media (min-width: 767px) {
  .counter-third:before {
    width: 75vw;
  }
}
@media (min-width: 1024px) {
  .counter-third:before {
    width: 41.6666666667vw;
  }
}
.counter__heading-first, .counter__heading-second, .counter__heading-third {
  font-size: 8.5333333333vw;
  line-height: 9.3866666667vw;
  margin-top: 4.8vw;
  margin-bottom: 5.0666666667vw;
  font-family: "Canela", sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    font-size: 6.5104166667vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    font-size: 5vw;
  }
}
@media (min-width: 767px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    line-height: 7.1614583333vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    line-height: 5.5vw;
  }
}
@media (min-width: 767px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    margin-top: 1.6927083333vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 767px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    margin-bottom: 7.421875vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-first, .counter__heading-second, .counter__heading-third {
    margin-bottom: 3.2638888889vw;
  }
}
.counter__heading-first {
  width: 74.6666666667vw;
  margin-top: 3.2vw;
  margin-bottom: 14.1333333333vw;
}
@media (min-width: 767px) {
  .counter__heading-first {
    width: 74.7395833333vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-first {
    width: 44.5138888889vw;
  }
}
@media (min-width: 767px) {
  .counter__heading-first {
    margin-top: 1.6927083333vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-first {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 767px) {
  .counter__heading-first {
    margin-bottom: 7.421875vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-first {
    margin-bottom: 3.2638888889vw;
  }
}
.counter__heading-second {
  margin-top: 5.8666666667vw;
  margin-bottom: 13.3333333333vw;
}
@media (min-width: 767px) {
  .counter__heading-second {
    margin-top: 2.2135416667vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-second {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 767px) {
  .counter__heading-second {
    margin-bottom: 8.8541666667vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-second {
    margin-bottom: 3.2638888889vw;
  }
}
.counter__heading-third {
  margin-top: 4.5333333333vw;
  margin-bottom: 12.5333333333vw;
}
@media (min-width: 767px) {
  .counter__heading-third {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-third {
    margin-top: 1.9444444444vw;
  }
}
@media (min-width: 767px) {
  .counter__heading-third {
    margin-bottom: 8.8541666667vw;
  }
}
@media (min-width: 1024px) {
  .counter__heading-third {
    margin-bottom: 3.2638888889vw;
  }
}
.counter__text {
  width: 78.1333333333vw;
}
@media (min-width: 767px) {
  .counter__text {
    width: 78.125vw;
  }
}
@media (min-width: 1024px) {
  .counter__text {
    width: 41.6666666667vw;
  }
}
.counter__text p {
  margin-top: 3.2vw;
}
@media (min-width: 767px) {
  .counter__text p {
    margin-top: -1.5625vw;
  }
}
@media (min-width: 1024px) {
  .counter__text p {
    margin-top: -1.6666666667vw;
  }
}
.counter__text-first {
  width: 78.1333333333vw;
}
@media (min-width: 767px) {
  .counter__text-first {
    width: 75vw;
  }
}
@media (min-width: 1024px) {
  .counter__text-first {
    width: 41.6666666667vw;
  }
}

.slider__wrapper {
  overflow: hidden;
}
.slider__button {
  width: 9.3333333333vw;
  height: 9.3333333333vw;
  margin-top: 6.4vw;
  margin-right: 2.6666666667vw;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
  position: relative;
}
@media (min-width: 767px) {
  .slider__button {
    width: 4.5572916667vw;
  }
}
@media (min-width: 1024px) {
  .slider__button {
    width: 2.4305555556vw;
  }
}
@media (min-width: 767px) {
  .slider__button {
    height: 4.5572916667vw;
  }
}
@media (min-width: 1024px) {
  .slider__button {
    height: 2.4305555556vw;
  }
}
@media (min-width: 767px) {
  .slider__button {
    margin-top: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .slider__button {
    margin-top: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  .slider__button {
    margin-right: 1.3020833333vw;
  }
}
@media (min-width: 1024px) {
  .slider__button {
    margin-right: 0.6944444444vw;
  }
}
.slider__button--disabled {
  opacity: 0.3;
}
.slider__arrow--left, .slider__arrow--right {
  width: 4vw;
  height: 8vw;
  top: 0.8vw;
  left: 0;
  position: absolute;
}
@media (min-width: 767px) {
  .slider__arrow--left, .slider__arrow--right {
    width: 1.953125vw;
  }
}
@media (min-width: 1024px) {
  .slider__arrow--left, .slider__arrow--right {
    width: 1.0416666667vw;
  }
}
@media (min-width: 767px) {
  .slider__arrow--left, .slider__arrow--right {
    height: 3.90625vw;
  }
}
@media (min-width: 1024px) {
  .slider__arrow--left, .slider__arrow--right {
    height: 2.0833333333vw;
  }
}
@media (min-width: 767px) {
  .slider__arrow--left, .slider__arrow--right {
    top: 0.390625vw;
  }
}
@media (min-width: 1024px) {
  .slider__arrow--left, .slider__arrow--right {
    top: 0.2083333333vw;
  }
}
.slider__arrow--left {
  transform: rotate(180deg);
}
.slider__item-wrapper {
  width: 85.8666666667vw;
  margin-right: 2.6666666667vw;
}
@media (min-width: 767px) {
  .slider__item-wrapper {
    width: 40.625vw;
  }
}
@media (min-width: 1024px) {
  .slider__item-wrapper {
    width: 21.1805555556vw;
  }
}
@media (min-width: 767px) {
  .slider__item-wrapper {
    margin-right: 1.3020833333vw;
  }
}
@media (min-width: 1024px) {
  .slider__item-wrapper {
    margin-right: 0.6944444444vw;
  }
}
.slider__item {
  position: relative;
}
.slider__item:before {
  left: -6.1333333333vw;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: black;
}
@media (min-width: 767px) {
  .slider__item:before {
    left: -2.4739583333vw;
  }
}
@media (min-width: 1024px) {
  .slider__item:before {
    left: -1.0416666667vw;
  }
}
.slider__item:first-child {
  content: none;
}
.slider__item-wrapper:first-child .slider__item .slider__text {
  padding-bottom: 0;
}
.slider__item-wrapper:first-child .slider__item:before {
  content: none;
}
.slider__heading {
  width: 76vw;
  height: 86.6666666667vw;
  font-size: 9.6vw;
  line-height: 10.56vw;
  padding-top: 3.2vw;
  border-top: 1px solid black;
  font-family: "Canela", sans-serif;
  font-weight: 300;
  text-transform: capitalize;
}
@media (min-width: 767px) {
  .slider__heading {
    width: 37.109375vw;
  }
}
@media (min-width: 1024px) {
  .slider__heading {
    width: 19.7916666667vw;
  }
}
@media (min-width: 767px) {
  .slider__heading {
    height: 42.3177083333vw;
  }
}
@media (min-width: 1024px) {
  .slider__heading {
    height: 22.5694444444vw;
  }
}
@media (min-width: 767px) {
  .slider__heading {
    font-size: 4.6875vw;
  }
}
@media (min-width: 1024px) {
  .slider__heading {
    font-size: 2.5vw;
  }
}
@media (min-width: 767px) {
  .slider__heading {
    line-height: 5.15625vw;
  }
}
@media (min-width: 1024px) {
  .slider__heading {
    line-height: 2.75vw;
  }
}
@media (min-width: 767px) {
  .slider__heading {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .slider__heading {
    padding-top: 0.8333333333vw;
  }
}
.slider__text {
  width: 76vw;
  font-size: 5.3333333333vw;
  line-height: 6.4vw;
  padding-top: 6.4vw;
  border-top: 1px solid black;
  font-weight: 400;
}
@media (min-width: 767px) {
  .slider__text {
    width: 37.109375vw;
  }
}
@media (min-width: 1024px) {
  .slider__text {
    width: 19.7916666667vw;
  }
}
@media (min-width: 767px) {
  .slider__text {
    font-size: 2.6041666667vw;
  }
}
@media (min-width: 1024px) {
  .slider__text {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 767px) {
  .slider__text {
    line-height: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .slider__text {
    line-height: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  .slider__text {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .slider__text {
    padding-top: 1.6666666667vw;
  }
}
.slider__text span {
  text-transform: uppercase;
}

.splide {
  margin-top: 9.8666666667vw;
  margin-left: 13.3333333333vw;
}
@media (min-width: 767px) {
  .splide {
    margin-top: 4.8177083333vw;
  }
}
@media (min-width: 1024px) {
  .splide {
    margin-top: 2.6388888889vw;
  }
}
@media (min-width: 767px) {
  .splide {
    margin-left: 18.0989583333vw;
  }
}
@media (min-width: 1024px) {
  .splide {
    margin-left: 35.1388888889vw;
  }
}
.splide__track {
  overflow: visible;
}
.splide__arrows {
  display: none;
}
.splide__pagination {
  display: none;
}

.signup-form {
  padding-top: 14.9333333333vw;
  padding-bottom: 10.4vw;
  background-color: #344674;
  position: relative;
}
@media (min-width: 767px) {
  .signup-form {
    padding-top: 9.6354166667vw;
  }
}
@media (min-width: 1024px) {
  .signup-form {
    padding-top: 4.7916666667vw;
  }
}
@media (min-width: 767px) {
  .signup-form {
    padding-bottom: 9.2447916667vw;
  }
}
@media (min-width: 1024px) {
  .signup-form {
    padding-bottom: 4.1666666667vw;
  }
}
.signup-form__container {
  padding-bottom: 10.1333333333vw;
  position: relative;
}
@media (min-width: 767px) {
  .signup-form__container {
    padding-bottom: 9.375vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__container {
    padding-bottom: 5.2083333333vw;
  }
}
.signup-form__container:after {
  bottom: 0vw;
  position: absolute;
  content: "";
  height: 1px;
  background-color: #FFFFFF;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 767px) {
  .signup-form__container:after {
    max-width: 75.390625vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__container:after {
    max-width: none;
  }
}
.signup-form__form {
  margin-top: 7.4666666667vw;
}
@media (min-width: 767px) {
  .signup-form__form {
    margin-top: 4.5572916667vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__form {
    margin-top: 0.5555555556vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__form {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .signup-form__form-section:first-child {
    margin-right: 4.1666666667vw;
  }
}
.signup-form__border {
  height: 1px;
  background-color: #FFFFFF;
  position: relative;
}
.signup-form__border:before, .signup-form__border:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 1px;
  background-color: #FFFFFF;
}
@media (min-width: 767px) {
  .signup-form__border:before, .signup-form__border:after {
    height: 12.6302083333vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__border:before, .signup-form__border:after {
    height: 6.7361111111vw;
  }
}
@media (min-width: 767px) {
  .signup-form__border:before {
    left: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__border:before {
    left: 4.1666666667vw;
  }
}
@media (min-width: 767px) {
  .signup-form__border:after {
    right: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__border:after {
    right: 4.1666666667vw;
  }
}
.signup-form__checkbox {
  margin-top: 12.5333333333vw;
}
@media (min-width: 767px) {
  .signup-form__checkbox {
    margin-top: 6.1197916667vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__checkbox {
    margin-top: 2.5vw;
  }
}
.signup-form__heading {
  font-size: 9.6vw;
  line-height: 13.44vw;
  margin-top: 12.2666666667vw;
  margin-bottom: 0;
}
@media (min-width: 767px) {
  .signup-form__heading {
    font-size: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__heading {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .signup-form__heading {
    line-height: 8.75vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__heading {
    line-height: 4.6666666667vw;
  }
}
@media (min-width: 767px) {
  .signup-form__heading {
    margin-top: 5.9895833333vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__heading {
    margin-top: 3.1944444444vw;
  }
}
.signup-form__content {
  margin: 0 auto;
}
@media (min-width: 767px) {
  .signup-form__content {
    max-width: 62.890625vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__content {
    max-width: 75vw;
  }
}
.signup-form__button-wrapper {
  margin-top: 11.4666666667vw;
  text-align: center;
}
@media (min-width: 767px) {
  .signup-form__button-wrapper {
    margin-top: 5.5989583333vw;
  }
}
@media (min-width: 1024px) {
  .signup-form__button-wrapper {
    margin-top: 3.5416666667vw;
  }
}
@media (min-width: 767px) {
  .signup-form__button-wrapper {
    text-align: left;
  }
}

.article {
  margin-top: 35.2vw;
  position: relative;
}
@media (min-width: 767px) {
  .article {
    margin-top: 18.359375vw;
  }
}
@media (min-width: 1024px) {
  .article {
    margin-top: 10.1388888889vw;
  }
}
.article--flexed {
  display: flex;
}
.article--flexed:before {
  display: none;
}
.article__line {
  left: 0vw;
  position: absolute;
  pointer-events: all;
  border-left: 1px solid black;
  bottom: 2px;
  top: 0;
  z-index: 1;
}
@media (min-width: 767px) {
  .article__line {
    left: 0vw;
  }
}
@media (min-width: 1024px) {
  .article__line {
    left: -0.0694444444vw;
  }
}
@media (min-width: 767px) {
  .article__line {
    top: unset;
    height: calc(100vh - 18.9vw);
  }
}
@media (min-width: 1024px) {
  .article__line {
    top: unset;
    height: calc(100vh - 10.5vw);
    max-height: 100%;
  }
}
@media (min-width: 767px) {
  .article__line--fixed {
    position: fixed;
    top: 18.9vw;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .article__line--fixed {
    left: 15.625vw;
  }
}
@media (min-width: 767px) and (min-width: 1024px) {
  .article__line--fixed {
    left: 34.0972222222vw;
  }
}
@media (min-width: 1024px) {
  .article__line--fixed {
    bottom: 0;
    top: 10.5vw;
  }
}
.article__share {
  margin-top: 5.6vw;
  width: 77.8666666667vw;
  border: none;
  text-align: left;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 30;
  color: #000;
}
@media (min-width: 767px) {
  .article__share {
    margin-top: 4.1666666667vw;
  }
}
@media (min-width: 767px) {
  .article__share {
    width: 43.8802083333vw;
  }
}
@media (min-width: 1024px) {
  .article__share {
    display: none;
  }
}
.article__share-desktop {
  display: none;
  text-align: right;
  border: none;
  color: #000;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 99999;
}
@media (min-width: 1024px) {
  .article__share-desktop {
    width: 10.0694444444vw;
  }
}
@media (min-width: 1024px) {
  .article__share-desktop {
    margin-top: 30.5555555556vw;
  }
}
@media (min-width: 1024px) {
  .article__share-desktop {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 1024px) {
  .article__share-desktop {
    line-height: 1.5277777778vw;
  }
}
@media (min-width: 1024px) {
  .article__share-desktop {
    display: block;
  }
}
.article__indented {
  padding-left: 7.4666666667vw;
  position: relative;
}
@media (min-width: 767px) {
  .article__indented {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .article__indented {
    padding-left: 4.0972222222vw;
  }
}
@media (min-width: 767px) {
  .article__indented {
    margin-left: 9.5052083333vw;
  }
}
@media (min-width: 1024px) {
  .article__indented {
    margin-left: 30vw;
  }
}
.article__indented:before {
  content: "";
  border-left: 1px solid #000;
  height: calc(100% - 1.5vw);
  position: absolute;
  left: 0;
  top: 0.5vw;
}
@media (min-width: 767px) {
  .article__indented:before {
    top: 1.7vw;
    height: calc(100% - 2.2vw);
  }
}
@media (min-width: 1024px) {
  .article__indented:before {
    top: 1vw;
    height: calc(100% - 1.1vw);
  }
}
.article__subheading {
  padding-top: 2.6666666667vw;
  margin-top: 14.4vw;
  margin-bottom: 12.8vw;
  border-top: 1px solid #000;
}
@media (min-width: 767px) {
  .article__subheading {
    padding-top: 1.3020833333vw;
  }
}
@media (min-width: 1024px) {
  .article__subheading {
    padding-top: 0.625vw;
  }
}
@media (min-width: 767px) {
  .article__subheading {
    margin-top: 9.375vw;
  }
}
@media (min-width: 1024px) {
  .article__subheading {
    margin-top: 5vw;
  }
}
@media (min-width: 767px) {
  .article__subheading {
    margin-bottom: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .article__subheading {
    margin-bottom: 3.3333333333vw;
  }
}
.article__subtext {
  font-size: 3.7333333333vw;
  line-height: 3.36vw;
  letter-spacing: 0.7466666667vw;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .article__subtext {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .article__subtext {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .article__subtext {
    line-height: 1.640625vw;
  }
}
@media (min-width: 1024px) {
  .article__subtext {
    line-height: 0.875vw;
  }
}
@media (min-width: 767px) {
  .article__subtext {
    letter-spacing: 0.3645833333vw;
  }
}
@media (min-width: 1024px) {
  .article__subtext {
    letter-spacing: 0.1944444444vw;
  }
}
@media (min-width: 767px) {
  .article__subtext {
    left: -2.8645833333vw;
  }
}
@media (min-width: 1024px) {
  .article__subtext {
    left: -3.8194444444vw;
  }
}
@media (min-width: 767px) {
  .article__subtext {
    min-width: 9.1145833333vw;
  }
}
@media (min-width: 1024px) {
  .article__subtext {
    min-width: 7.9861111111vw;
  }
}
@media (min-width: 767px) {
  .article__subtext {
    position: absolute;
    transform: translateX(-100%);
    text-align: right;
  }
}
.article__subtext--with-margin {
  margin-left: 7.4666666667vw;
}
@media (min-width: 767px) {
  .article__subtext--with-margin {
    margin-left: 0;
  }
}
@media (min-width: 767px) {
  .article__subtext-fellowship {
    left: -1.171875vw;
  }
}
@media (min-width: 1024px) {
  .article__subtext-fellowship {
    left: -3.8194444444vw;
  }
}
.article__heading {
  margin-top: 10.4vw;
}
@media (min-width: 1024px) {
  .article__heading {
    max-width: 54.1666666667vw;
  }
}
@media (min-width: 767px) {
  .article__heading {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .article__heading {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .article__heading--wider {
    max-width: 54.1666666667vw;
  }
}
.article__heading--has-margin {
  margin-bottom: 40.8vw;
}
@media (min-width: 767px) {
  .article__heading--has-margin {
    margin-bottom: 19.921875vw;
  }
}
@media (min-width: 1024px) {
  .article__heading--has-margin {
    margin-bottom: 10.0694444444vw;
  }
}
.article__heading--ideas {
  max-width: unset;
}
.article__heading--ideas span {
  font-size: 6.1333333333vw;
  line-height: 6.56vw;
  vertical-align: top;
  font-weight: 900;
}
@media (min-width: 767px) {
  .article__heading--ideas span {
    font-size: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .article__heading--ideas span {
    font-size: 4.1666666667vw;
  }
}
@media (min-width: 767px) {
  .article__heading--ideas span {
    line-height: 5.8854166667vw;
  }
}
@media (min-width: 1024px) {
  .article__heading--ideas span {
    line-height: 3.8333333333vw;
  }
}
@media (min-width: 1024px) {
  .article__subheading--ideas {
    width: 41.6666666667vw;
  }
}
@media (min-width: 767px) {
  .article__content {
    max-width: 62.5vw;
  }
}
@media (min-width: 1024px) {
  .article__content {
    max-width: 33.3333333333vw;
  }
}
.article__content--has-margin {
  margin-top: 16vw;
}
@media (min-width: 767px) {
  .article__content--has-margin {
    margin-top: 9.1145833333vw;
  }
}
@media (min-width: 1024px) {
  .article__content--has-margin {
    margin-top: 4.6527777778vw;
  }
}
.article__content--has-margin-fellowship {
  margin-bottom: 29.8666666667vw;
}
@media (min-width: 767px) {
  .article__content--has-margin-fellowship {
    margin-bottom: 23.9583333333vw;
  }
}
@media (min-width: 1024px) {
  .article__content--has-margin-fellowship {
    margin-bottom: 14.8611111111vw;
  }
}
.article__content--has-margin-muscles {
  margin-bottom: 64.5333333333vw;
}
@media (min-width: 767px) {
  .article__content--has-margin-muscles {
    margin-bottom: 31.5104166667vw;
  }
}
@media (min-width: 1024px) {
  .article__content--has-margin-muscles {
    margin-bottom: 12.7777777778vw;
  }
}
.article__content--has-margin-about {
  margin-bottom: 16vw;
}
@media (min-width: 767px) {
  .article__content--has-margin-about {
    margin-bottom: 13.0208333333vw;
  }
}
@media (min-width: 1024px) {
  .article__content--has-margin-about {
    margin-bottom: 17.9166666667vw;
  }
}
.article__content--has-zIndex {
  z-index: 2;
}
.article__content--has-line {
  border-top: 1px solid #000;
}
@media (min-width: 767px) {
  .article__content--large {
    max-width: 78.125vw;
  }
}
@media (min-width: 1024px) {
  .article__content--large {
    max-width: 41.6666666667vw;
  }
}
.article__block {
  margin-top: 25.6vw;
  display: block;
  color: #000;
}
@media (min-width: 767px) {
  .article__block {
    margin-top: 12.5vw;
  }
}
@media (min-width: 1024px) {
  .article__block {
    margin-top: 6.6666666667vw;
  }
}
.article__person {
  font-size: 3.7333333333vw;
  line-height: 3.36vw;
  letter-spacing: 0.7466666667vw;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 767px) {
  .article__person {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .article__person {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .article__person {
    line-height: 1.640625vw;
  }
}
@media (min-width: 1024px) {
  .article__person {
    line-height: 0.875vw;
  }
}
@media (min-width: 767px) {
  .article__person {
    letter-spacing: 0.3645833333vw;
  }
}
@media (min-width: 1024px) {
  .article__person {
    letter-spacing: 0.1944444444vw;
  }
}
.article__person-keywords {
  font-size: 12.8vw;
  line-height: 15.36vw;
  font-family: "Canela", sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  .article__person-keywords {
    font-size: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .article__person-keywords {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .article__person-keywords {
    line-height: 7.5vw;
  }
}
@media (min-width: 1024px) {
  .article__person-keywords {
    line-height: 4vw;
  }
}
.article__items {
  margin-left: -7.4666666667vw;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .article__items {
    margin-top: 8.6111111111vw;
  }
}
.article__items:before {
  top: -13.8666666667vw;
  height: 13.8666666667vw;
  content: "";
  position: absolute;
  width: 1px;
  left: 0;
  background-color: #FFFFFF;
}
@media (min-width: 767px) {
  .article__items:before {
    content: none;
  }
}
@media (min-width: 767px) {
  .article__items {
    background-color: transparent;
    margin-left: 0;
  }
}
.article__item {
  margin-top: 13.8666666667vw;
}
@media (min-width: 767px) {
  .article__item {
    margin-top: 10.15625vw;
  }
}
@media (min-width: 1024px) {
  .article__item {
    margin-top: 5.4166666667vw;
  }
}
.article__item--transparent {
  opacity: 0.2;
}
.article__img-wrapper {
  position: relative;
}
.article__img {
  max-width: 100%;
  vertical-align: middle;
  width: 100%;
}
.article__button-group {
  right: 4.2666666667vw;
  bottom: 4.2666666667vw;
  position: absolute;
}
@media (min-width: 767px) {
  .article__button-group {
    bottom: 2.0833333333vw;
  }
}
@media (min-width: 1024px) {
  .article__button-group {
    bottom: 1.1111111111vw;
  }
}
@media (min-width: 767px) {
  .article__button-group {
    left: 2.0833333333vw;
  }
}
@media (min-width: 1024px) {
  .article__button-group {
    left: 1.1111111111vw;
  }
}
@media (min-width: 767px) {
  .article__button-group {
    display: flex;
  }
}
.article__item-btn {
  margin-top: 4.2666666667vw;
  margin-right: 0vw;
  height: 12.8vw;
  width: 12.8vw;
  background-size: 6.4vw;
  display: block;
  border-radius: 50%;
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  padding: 0;
  -webkit-appearance: none;
  vertical-align: middle;
  background-color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: 49% 50%;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s linear;
}
@media (min-width: 767px) {
  .article__item-btn {
    margin-top: 0vw;
  }
}
@media (min-width: 1024px) {
  .article__item-btn {
    margin-top: 0vw;
  }
}
@media (min-width: 767px) {
  .article__item-btn {
    margin-right: 2.0833333333vw;
  }
}
@media (min-width: 1024px) {
  .article__item-btn {
    margin-right: 1.1111111111vw;
  }
}
@media (min-width: 767px) {
  .article__item-btn {
    height: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .article__item-btn {
    height: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .article__item-btn {
    width: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .article__item-btn {
    width: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .article__item-btn {
    background-size: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .article__item-btn {
    background-size: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  .article__item-btn {
    display: block;
  }
}
.article__item-btn .tools__icon path {
  transition: fill 0.3s linear;
}
.article__item-btn:hover {
  background-color: #000105;
}
.article__item-btn:hover .tools__icon path {
  fill: #FFFFFF;
}
.article__item-btn:hover .tools__icon-hovered {
  opacity: 1;
}
.article__item-btn:disabled, .article__item-btn:disabled:hover {
  background-color: #FFFFFF;
}
.article__item-btn:disabled .tools__icon-hovered, .article__item-btn:disabled:hover .tools__icon-hovered {
  display: none;
}
.article__item-btn:disabled .tools__icon path, .article__item-btn:disabled:hover .tools__icon path {
  fill: #000105;
}
.article .tools__icon {
  height: 6.4vw;
  width: 6.4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media (min-width: 767px) {
  .article .tools__icon {
    height: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .article .tools__icon {
    height: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  .article .tools__icon {
    width: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .article .tools__icon {
    width: 1.6666666667vw;
  }
}
.article .tools__icon-hovered {
  width: 14.9333333333vw;
  height: 14.9333333333vw;
  top: -1.0666666667vw;
  left: -1.0666666667vw;
  position: absolute;
  opacity: 0;
  transition: opacity 0.3s linear;
}
@media (min-width: 767px) {
  .article .tools__icon-hovered {
    width: 7.03125vw;
  }
}
@media (min-width: 1024px) {
  .article .tools__icon-hovered {
    width: 3.9583333333vw;
  }
}
@media (min-width: 767px) {
  .article .tools__icon-hovered {
    height: 7.03125vw;
  }
}
@media (min-width: 1024px) {
  .article .tools__icon-hovered {
    height: 3.9583333333vw;
  }
}
@media (min-width: 767px) {
  .article .tools__icon-hovered {
    top: -0.3255208333vw;
  }
}
@media (min-width: 1024px) {
  .article .tools__icon-hovered {
    top: -0.3125vw;
  }
}
@media (min-width: 767px) {
  .article .tools__icon-hovered {
    left: -0.3255208333vw;
  }
}
@media (min-width: 1024px) {
  .article .tools__icon-hovered {
    left: -0.2986111111vw;
  }
}
.article .notification {
  padding-top: 3.2vw;
  padding-bottom: 3.2vw;
  padding-left: 5.8666666667vw;
  padding-right: 5.8666666667vw;
  font-size: 3.7333333333vw;
  letter-spacing: 0.4vw;
  bottom: 8vw;
  position: absolute;
  color: #FFFFFF;
  left: 50%;
  transform: translateX(-50%);
  background-color: #000105;
  font-weight: 400;
  text-transform: uppercase;
  transition: opacity 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 767px) {
  .article .notification {
    padding-top: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .article .notification {
    padding-top: 0.8333333333vw;
  }
}
@media (min-width: 767px) {
  .article .notification {
    padding-bottom: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .article .notification {
    padding-bottom: 0.8333333333vw;
  }
}
@media (min-width: 767px) {
  .article .notification {
    padding-left: 2.8645833333vw;
  }
}
@media (min-width: 1024px) {
  .article .notification {
    padding-left: 1.5277777778vw;
  }
}
@media (min-width: 767px) {
  .article .notification {
    padding-right: 2.8645833333vw;
  }
}
@media (min-width: 1024px) {
  .article .notification {
    padding-right: 1.5277777778vw;
  }
}
@media (min-width: 767px) {
  .article .notification {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .article .notification {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .article .notification {
    letter-spacing: 0.1953125vw;
  }
}
@media (min-width: 1024px) {
  .article .notification {
    letter-spacing: 0.1041666667vw;
  }
}
@media (min-width: 767px) {
  .article .notification {
    bottom: 2.2135416667vw;
  }
}
@media (min-width: 1024px) {
  .article .notification {
    bottom: 1.1805555556vw;
  }
}
.article__try-again-link {
  color: #000;
  transition: color 0.3s ease;
}
.article__try-again-link:hover {
  color: #F96A62;
}
.article__ideas {
  margin-top: 10.6666666667vw;
}
@media (min-width: 767px) {
  .article__ideas {
    margin-top: 5.2083333333vw;
  }
}
@media (min-width: 1024px) {
  .article__ideas {
    margin-top: 2.7777777778vw;
  }
}
.article__shadow-link {
  color: #000;
  transition: color 0.3s ease;
}
.article__shadow-link:hover {
  color: #F96A62;
}

.footer {
  background-color: #000105;
}
.footer__container {
  max-width: 78.6666666667vw;
  padding-top: 13.0666666667vw;
  padding-bottom: 6.4vw;
  min-height: 88.8vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .footer__container {
    max-width: 87.890625vw;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    max-width: 91.6666666667vw;
  }
}
@media (min-width: 767px) {
  .footer__container {
    padding-top: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    padding-top: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .footer__container {
    padding-bottom: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    padding-bottom: 1.6666666667vw;
  }
}
@media (min-width: 767px) {
  .footer__container {
    min-height: 43.359375vw;
  }
}
@media (min-width: 1024px) {
  .footer__container {
    min-height: 23.125vw;
  }
}
@media (min-width: 767px) {
  .footer__wrapper {
    display: flex;
  }
}
.footer__logo {
  width: 34.2133333333vw;
  height: 12.8vw;
  margin-bottom: 9.8666666667vw;
}
@media (min-width: 767px) {
  .footer__logo {
    width: 16.7057291667vw;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    width: 8.9097222222vw;
  }
}
@media (min-width: 767px) {
  .footer__logo {
    height: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    height: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .footer__logo {
    margin-bottom: 0vw;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-bottom: 0vw;
  }
}
@media (min-width: 767px) {
  .footer__contacts {
    margin-left: 12.6302083333vw;
  }
}
@media (min-width: 1024px) {
  .footer__contacts {
    margin-left: 12.0138888889vw;
  }
}
.footer__contact {
  font-size: 3.2vw;
  line-height: 3.52vw;
  letter-spacing: 0.1866666667vw;
  color: #FFFFFF;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .footer__contact {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .footer__contact {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 767px) {
  .footer__contact {
    line-height: 1.71875vw;
  }
}
@media (min-width: 1024px) {
  .footer__contact {
    line-height: 0.9166666667vw;
  }
}
@media (min-width: 767px) {
  .footer__contact {
    letter-spacing: 0.0911458333vw;
  }
}
@media (min-width: 1024px) {
  .footer__contact {
    letter-spacing: 0.0486111111vw;
  }
}
.footer__email {
  font-size: 4.8vw;
  line-height: 7.68vw;
  margin-top: 4.6666666667vw;
  margin-bottom: 5.8666666667vw;
}
@media (min-width: 767px) {
  .footer__email {
    font-size: 2.34375vw;
  }
}
@media (min-width: 1024px) {
  .footer__email {
    font-size: 1.25vw;
  }
}
@media (min-width: 767px) {
  .footer__email {
    line-height: 3.75vw;
  }
}
@media (min-width: 1024px) {
  .footer__email {
    line-height: 2vw;
  }
}
@media (min-width: 767px) {
  .footer__email {
    margin-top: 2.2786458333vw;
  }
}
@media (min-width: 1024px) {
  .footer__email {
    margin-top: 1.2152777778vw;
  }
}
@media (min-width: 767px) {
  .footer__email {
    margin-bottom: 2.8645833333vw;
  }
}
@media (min-width: 1024px) {
  .footer__email {
    margin-bottom: 1.5277777778vw;
  }
}
.footer__email a {
  color: #FFFFFF;
  text-decoration: none;
}
.footer__icon {
  width: 5.3333333333vw;
  height: 5.3333333333vw;
  margin-right: 3.4666666667vw;
}
@media (min-width: 767px) {
  .footer__icon {
    width: 2.6041666667vw;
  }
}
@media (min-width: 1024px) {
  .footer__icon {
    width: 1.3888888889vw;
  }
}
@media (min-width: 767px) {
  .footer__icon {
    height: 2.6041666667vw;
  }
}
@media (min-width: 1024px) {
  .footer__icon {
    height: 1.3888888889vw;
  }
}
@media (min-width: 767px) {
  .footer__icon {
    margin-right: 1.6927083333vw;
  }
}
@media (min-width: 1024px) {
  .footer__icon {
    margin-right: 0.9027777778vw;
  }
}
.footer__copyright {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .footer__copyright {
    display: block;
  }
}
.footer__copyright--item {
  font-size: 3.2vw;
  line-height: 3.52vw;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  font-weight: 600;
}
@media (min-width: 767px) {
  .footer__copyright--item {
    font-size: 1.5625vw;
  }
}
@media (min-width: 1024px) {
  .footer__copyright--item {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 767px) {
  .footer__copyright--item {
    line-height: 1.71875vw;
  }
}
@media (min-width: 1024px) {
  .footer__copyright--item {
    line-height: 0.9166666667vw;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .footer__copyright--item {
    margin-right: 2.0833333333vw;
  }
}
@media (min-width: 767px) and (min-width: 1024px) {
  .footer__copyright--item {
    margin-right: 1.1111111111vw;
  }
}

.inquire {
  height: 176.8vw;
  background-color: #344674;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 767px) {
  .inquire {
    height: 86.328125vw;
  }
}
@media (min-width: 1024px) {
  .inquire {
    height: 46.0416666667vw;
  }
}
.inquire__surround {
  padding-top: 11.2vw;
  padding-bottom: 11.2vw;
}
@media (min-width: 767px) {
  .inquire__surround {
    padding-top: 5.46875vw;
  }
}
@media (min-width: 1024px) {
  .inquire__surround {
    padding-top: 2.9166666667vw;
  }
}
@media (min-width: 767px) {
  .inquire__surround {
    padding-bottom: 5.46875vw;
  }
}
@media (min-width: 1024px) {
  .inquire__surround {
    padding-bottom: 2.9166666667vw;
  }
}
.inquire__container {
  max-width: 85.3333333333vw;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 767px) {
  .inquire__container {
    max-width: 87.5vw;
  }
}
@media (min-width: 1024px) {
  .inquire__container {
    max-width: 91.6666666667vw;
  }
}
.inquire__wrapper {
  width: 85.3333333333vw;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 767px) {
  .inquire__wrapper {
    width: 87.6302083333vw;
  }
}
@media (min-width: 1024px) {
  .inquire__wrapper {
    width: 91.6666666667vw;
  }
}
.inquire__text {
  width: 85.3333333333vw;
  text-align: center;
  height: 100%;
}
@media (min-width: 767px) {
  .inquire__text {
    width: 87.6302083333vw;
  }
}
@media (min-width: 1024px) {
  .inquire__text {
    width: 91.6666666667vw;
  }
}
.inquire__heading {
  font-size: 9.6vw;
  line-height: 9.6vw;
  margin-top: 9.6vw;
  font-family: "Canela", sans-serif;
  font-weight: 300;
  color: #FFFFFF;
  text-align: center;
}
@media (min-width: 767px) {
  .inquire__heading {
    font-size: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .inquire__heading {
    font-size: 5vw;
  }
}
@media (min-width: 767px) {
  .inquire__heading {
    line-height: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .inquire__heading {
    line-height: 5vw;
  }
}
@media (min-width: 767px) {
  .inquire__heading {
    margin-top: 9.1145833333vw;
  }
}
@media (min-width: 1024px) {
  .inquire__heading {
    margin-top: 5vw;
  }
}
.inquire__heading-future {
  margin-top: 38.4vw;
}
@media (min-width: 767px) {
  .inquire__heading-future {
    margin-top: 18.75vw;
  }
}
@media (min-width: 1024px) {
  .inquire__heading-future {
    margin-top: 10vw;
  }
}
.inquire__invited {
  font-size: 3.7333333333vw;
  line-height: 5.2266666667vw;
  letter-spacing: 0.4vw;
  width: 51.2vw;
  height: 16.8vw;
  padding-top: 6.4vw;
  font-weight: 600;
  top: 0;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 767px) {
  .inquire__invited {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .inquire__invited {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .inquire__invited {
    line-height: 2.5520833333vw;
  }
}
@media (min-width: 1024px) {
  .inquire__invited {
    line-height: 1.3611111111vw;
  }
}
@media (min-width: 767px) {
  .inquire__invited {
    letter-spacing: 0.1953125vw;
  }
}
@media (min-width: 1024px) {
  .inquire__invited {
    letter-spacing: 0.1041666667vw;
  }
}
@media (min-width: 767px) {
  .inquire__invited {
    width: 25vw;
  }
}
@media (min-width: 1024px) {
  .inquire__invited {
    width: 16.7361111111vw;
  }
}
@media (min-width: 767px) {
  .inquire__invited {
    height: 8.203125vw;
  }
}
@media (min-width: 1024px) {
  .inquire__invited {
    height: 4.375vw;
  }
}
@media (min-width: 767px) {
  .inquire__invited {
    padding-top: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .inquire__invited {
    padding-top: 1.6666666667vw;
  }
}
.inquire__btn {
  width: 46.4vw;
  height: 10.9333333333vw;
  padding-top: 2.1333333333vw;
  margin-top: 37.8666666667vw;
  margin-bottom: 16vw;
  display: inline-block;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  text-align: center;
  transition: color 0.3s linear, background-color 0.3s linear;
}
@media (min-width: 767px) {
  .inquire__btn {
    width: 22.65625vw;
  }
}
@media (min-width: 1024px) {
  .inquire__btn {
    width: 12.0833333333vw;
  }
}
@media (min-width: 767px) {
  .inquire__btn {
    height: 5.3385416667vw;
  }
}
@media (min-width: 1024px) {
  .inquire__btn {
    height: 2.8472222222vw;
  }
}
@media (min-width: 767px) {
  .inquire__btn {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 1024px) {
  .inquire__btn {
    padding-top: 0.5555555556vw;
  }
}
@media (min-width: 767px) {
  .inquire__btn {
    margin-top: 18.4895833333vw;
  }
}
@media (min-width: 1024px) {
  .inquire__btn {
    margin-top: 9.8611111111vw;
  }
}
@media (min-width: 767px) {
  .inquire__btn {
    margin-bottom: 7.8125vw;
  }
}
@media (min-width: 1024px) {
  .inquire__btn {
    margin-bottom: 4.1666666667vw;
  }
}
.inquire__btn:hover {
  background-color: #FFFFFF;
  color: #000105;
}

[data-barba-namespace=fullpage] * {
  -webkit-transform: translate3d(0, 0, 0);
}

.landing__section--intro {
  background: #F96A62;
  position: relative;
}
.landing__section--blue {
  background-color: #344674;
}
.landing__section--transparent {
  background-color: transparent;
}
.landing__logo-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.landing__logo {
  width: 82.6666666667vw;
}
@media (min-width: 767px) {
  .landing__logo {
    width: 69.53125vw;
  }
}
@media (min-width: 1024px) {
  .landing__logo {
    width: 44.5833333333vw;
  }
}
.landing__logo .fill {
  fill: #FFFFFF;
}
.landing__logo .stroke {
  stroke: #FFFFFF;
}
.landing__mask {
  height: 8vw;
  bottom: 0;
  width: 100%;
  position: absolute;
  background-color: white;
}
@media (min-width: 767px) {
  .landing__mask {
    height: 6.5104166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__mask {
    height: 6.9444444444vw;
  }
}
.landing__main {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
.landing__down-arrow {
  bottom: 31.4666666667vw;
  width: 8.5333333333vw;
  position: absolute;
  fill: transparent;
  cursor: pointer;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 767px) {
  .landing__down-arrow {
    bottom: 17.7083333333vw;
  }
}
@media (min-width: 1024px) {
  .landing__down-arrow {
    bottom: 10vw;
  }
}
@media (min-width: 767px) {
  .landing__down-arrow {
    width: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__down-arrow {
    width: 4.1666666667vw;
  }
}
.landing__article-heading {
  padding-left: 7.4666666667vw;
  padding-top: 45.3333333333vw;
  color: #344674;
  transition: color 0.5s ease;
}
@media (min-width: 767px) {
  .landing__article-heading {
    padding-left: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .landing__article-heading {
    padding-left: 4.0972222222vw;
  }
}
@media (min-width: 767px) {
  .landing__article-heading {
    margin-left: 9.5052083333vw;
  }
}
@media (min-width: 1024px) {
  .landing__article-heading {
    margin-left: 30vw;
  }
}
@media (min-width: 767px) {
  .landing__article-heading {
    padding-top: 19.53125vw;
  }
}
@media (min-width: 1024px) {
  .landing__article-heading {
    padding-top: 10.4166666667vw;
  }
}
.landing__article-heading--fixed {
  position: fixed;
  width: 100%;
}
.landing__article-heading--salmon {
  color: #F96A62;
}
.landing__article-heading--charcoal {
  color: #000105;
}
.landing__article-heading--blue {
  color: #344674;
}
.landing__line {
  left: 6.9333333333vw;
  top: 34.6666666667vw;
  position: absolute;
  border-left: 1px solid black;
  bottom: 0;
}
@media (min-width: 767px) {
  .landing__line {
    left: 15.625vw;
  }
}
@media (min-width: 1024px) {
  .landing__line {
    left: 34.0972222222vw;
  }
}
@media (min-width: 767px) {
  .landing__line {
    top: 20.0520833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__line {
    top: 10.6944444444vw;
  }
}
.landing__line--fixed {
  position: fixed;
}
.landing__subtext {
  font-size: 3.7333333333vw;
  line-height: 3.36vw;
  letter-spacing: 0.7466666667vw;
  left: 6.9333333333vw;
  font-weight: 600;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .landing__subtext {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__subtext {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .landing__subtext {
    line-height: 1.640625vw;
  }
}
@media (min-width: 1024px) {
  .landing__subtext {
    line-height: 0.875vw;
  }
}
@media (min-width: 767px) {
  .landing__subtext {
    letter-spacing: 0.3645833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__subtext {
    letter-spacing: 0.1944444444vw;
  }
}
@media (min-width: 767px) {
  .landing__subtext {
    left: -2.8645833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__subtext {
    left: -3.8194444444vw;
  }
}
@media (min-width: 767px) {
  .landing__subtext {
    min-width: 9.1145833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__subtext {
    min-width: 7.9861111111vw;
  }
}
@media (min-width: 767px) {
  .landing__subtext {
    position: absolute;
    transform: translateX(-100%);
    text-align: right;
  }
}
.landing__horizontal {
  background-color: #F3EEE9;
  height: 100vh;
  max-height: -webkit-fill-available;
  position: relative;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.landing__horizontal--text {
  font-size: 6.4vw;
  line-height: 7.68vw;
  transition: transform 0.85s ease-in-out, opacity 0.5s ease-in-out;
  font-family: "Canela", sans-serif;
  font-weight: 400;
  opacity: 0;
  position: absolute;
  z-index: 5;
}
@media (min-width: 767px) {
  .landing__horizontal--text {
    font-size: 4.6875vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--text {
    font-size: 3.75vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--text {
    line-height: 5.625vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--text {
    line-height: 4.5vw;
  }
}
.landing__horizontal--text-visible {
  opacity: 1;
}
.landing__horizontal--commemorate {
  left: 31.4666666667vw;
  bottom: 39.2vw;
  width: 61.3333333333vw;
  transition-delay: 0.1s;
  z-index: 10;
}
@media (min-width: 767px) {
  .landing__horizontal--commemorate {
    left: 37.5vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--commemorate {
    left: 18.4722222222vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--commemorate {
    bottom: 6.7708333333vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--commemorate {
    bottom: 15.2777777778vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--commemorate {
    width: 43.75vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--commemorate {
    width: 31.5277777778vw;
  }
}
.landing__horizontal--our-moment {
  right: -25.0666666667vw;
  width: 56vw;
  bottom: 39%;
  z-index: 10;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__horizontal--our-moment {
    right: -27.0833333333vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--our-moment {
    right: -29.1666666667vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--our-moment {
    width: 41.6666666667vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--our-moment {
    width: 31.25vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--our-moment {
    bottom: 43%;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--our-moment {
    bottom: 30%;
  }
}
.landing__horizontal--five-years {
  right: -102.4vw;
  width: 53.3333333333vw;
  bottom: 37%;
  z-index: 10;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__horizontal--five-years {
    right: -89.453125vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--five-years {
    right: -25.2777777778vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--five-years {
    width: 48.5677083333vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--five-years {
    width: 33.3333333333vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--five-years {
    bottom: 22%;
  }
}
.landing__horizontal--sub {
  bottom: 3.7333333333vw;
  left: 7.4666666667vw;
  position: absolute;
  transform: translateY(50%);
  transition: opacity 0.2s linear, transform 0.5s ease-out;
  opacity: 0;
}
@media (min-width: 767px) {
  .landing__horizontal--sub {
    bottom: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--sub {
    bottom: 3.4027777778vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--sub {
    left: 3.125vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--sub {
    left: 0vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--sub {
    display: flex;
  }
}
.landing__horizontal--sub-visible {
  opacity: 1;
  transform: translateY(0%);
}
.landing__horizontal--subheading {
  font-size: 3.7333333333vw;
  line-height: 3.36vw;
  letter-spacing: 0.4vw;
  padding-bottom: 3.2vw;
  padding-right: 0vw;
  padding-top: 0vw;
  width: 64vw;
  text-transform: uppercase;
  font-weight: 600;
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subheading {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    line-height: 1.7708333333vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subheading {
    line-height: 0.875vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    letter-spacing: 0.2604166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subheading {
    letter-spacing: 0.1388888889vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    padding-bottom: 0vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subheading {
    padding-bottom: 0vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    padding-right: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subheading {
    padding-right: 4.1666666667vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    padding-top: 0.390625vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subheading {
    padding-top: 0vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    width: 19.53125vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subheading {
    width: 25vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subheading {
    text-align: right;
  }
}
.landing__horizontal--subtext {
  font-size: 3.2vw;
  line-height: 3.84vw;
  width: 85.3333333333vw;
  font-weight: 400;
}
@media (min-width: 767px) {
  .landing__horizontal--subtext {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subtext {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subtext {
    line-height: 2.1875vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subtext {
    line-height: 1.1666666667vw;
  }
}
@media (min-width: 767px) {
  .landing__horizontal--subtext {
    width: 70.3125vw;
  }
}
@media (min-width: 1024px) {
  .landing__horizontal--subtext {
    width: 60.8333333333vw;
  }
}
.landing__image {
  position: absolute;
  transition: transform 0.9s ease-in-out;
}
.landing__image--wrapper {
  width: 68.5333333333vw;
  margin-top: 0vw;
  margin-bottom: 6.6666666667vw;
  position: relative;
}
@media (min-width: 767px) {
  .landing__image--wrapper {
    width: 56.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--wrapper {
    width: 43.8888888889vw;
  }
}
@media (min-width: 767px) {
  .landing__image--wrapper {
    margin-top: 6.1197916667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--wrapper {
    margin-top: 3.0555555556vw;
  }
}
@media (min-width: 767px) {
  .landing__image--wrapper {
    margin-bottom: 6.1197916667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--wrapper {
    margin-bottom: 3.0555555556vw;
  }
}
.landing__image--Mowinkel-Liberty {
  height: 64.8vw;
  left: 0vw;
  bottom: 0;
  max-height: 40vh;
  width: auto;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__image--Mowinkel-Liberty {
    height: 47.265625vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Mowinkel-Liberty {
    height: 34.0972222222vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Mowinkel-Liberty {
    left: 0vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Mowinkel-Liberty {
    left: 4.1666666667vw;
  }
}
.landing__image--Hamada-FreePalestine {
  height: 49.3333333333vw;
  left: -23.7333333333vw;
  top: 6.9333333333vw;
  z-index: 1;
  max-height: 30vh;
  width: auto;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__image--Hamada-FreePalestine {
    height: 35.0260416667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Hamada-FreePalestine {
    height: 17.5vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Hamada-FreePalestine {
    left: -18.75vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Hamada-FreePalestine {
    left: -6.1111111111vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Hamada-FreePalestine {
    top: 4.6875vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Hamada-FreePalestine {
    top: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Hamada-FreePalestine {
    max-height: 40vh;
  }
}
.landing__image--Dan-Winters-one {
  right: 0vw;
  max-height: 45vh;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__image--Dan-Winters-one {
    right: 6.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Dan-Winters-one {
    right: 4.1666666667vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Dan-Winters-one {
    max-height: 55vh;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .landing__image--Dan-Winters-one {
    max-height: 90vh;
    max-width: 100%;
  }
}
.landing__image--WarriorWomen {
  width: 79.4666666667vw;
  height: 57.0666666667vw;
  left: 33.4666666667vw;
  top: 0;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__image--WarriorWomen {
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--WarriorWomen {
    width: 45.8333333333vw;
  }
}
@media (min-width: 767px) {
  .landing__image--WarriorWomen {
    height: 35.9375vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--WarriorWomen {
    height: 32.9861111111vw;
  }
}
@media (min-width: 767px) {
  .landing__image--WarriorWomen {
    left: 56.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--WarriorWomen {
    left: 28.125vw;
  }
}
.landing__image--Platon-StreetShots {
  width: 85.0666666667vw;
  height: 56.2666666667vw;
  left: 68vw;
  bottom: 0;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__image--Platon-StreetShots {
    width: 68.75vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Platon-StreetShots {
    width: 47.8472222222vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Platon-StreetShots {
    height: 45.5729166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Platon-StreetShots {
    height: 31.6666666667vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Platon-StreetShots {
    left: 54.9479166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Platon-StreetShots {
    left: 38.2777777778vw;
  }
}
.landing__image--Platon-JessicaGray {
  width: 41.6vw;
  height: 52.2666666667vw;
  left: 217.6vw;
  bottom: 15%;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__image--Platon-JessicaGray {
    width: 25.2604166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Platon-JessicaGray {
    width: 18.8194444444vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Platon-JessicaGray {
    height: 31.640625vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Platon-JessicaGray {
    height: 23.6111111111vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Platon-JessicaGray {
    left: 107.2916666667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Platon-JessicaGray {
    left: 112.7777777778vw;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .landing__image--Platon-JessicaGray {
    bottom: 42.578125vw;
  }
}
@media (min-width: 767px) and (min-width: 1024px) {
  .landing__image--Platon-JessicaGray {
    bottom: 2.9861111111vw;
  }
}
.landing__image--Dan-Winters {
  width: 37.6vw;
  height: 46.9333333333vw;
  top: 0vw;
  right: -18.8vw;
  transition-delay: 0.1s;
}
@media (min-width: 767px) {
  .landing__image--Dan-Winters {
    width: 50vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Dan-Winters {
    width: 33.3333333333vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Dan-Winters {
    height: 62.3697916667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Dan-Winters {
    height: 41.6666666667vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Dan-Winters {
    top: 0vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Dan-Winters {
    top: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Dan-Winters {
    right: -18.75vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Dan-Winters {
    right: -12.5vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Dan-Winters {
    max-height: 70vh;
    width: auto;
  }
}
.landing__image--Keith_Yamashita {
  width: 36vw;
  height: 35.7333333333vw;
  top: 0vw;
  right: -253.0666666667vw;
  transition-delay: 0.1s;
  z-index: 1;
}
@media (min-width: 767px) {
  .landing__image--Keith_Yamashita {
    width: 25vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Keith_Yamashita {
    width: 14.7222222222vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Keith_Yamashita {
    height: 24.8697916667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Keith_Yamashita {
    height: 14.6527777778vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Keith_Yamashita {
    top: 4.9479166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Keith_Yamashita {
    top: 6.9444444444vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Keith_Yamashita {
    right: -156.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Keith_Yamashita {
    right: -88.6111111111vw;
  }
}
.landing__image--Joseph_Sir_Moore {
  width: 36vw;
  height: 44.5333333333vw;
  left: 57.6vw;
  transition-delay: 0.1s;
  bottom: 37%;
}
@media (min-width: 767px) {
  .landing__image--Joseph_Sir_Moore {
    width: 31.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Joseph_Sir_Moore {
    width: 20.8333333333vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Joseph_Sir_Moore {
    height: 38.8020833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Joseph_Sir_Moore {
    height: 25.9027777778vw;
  }
}
@media (min-width: 767px) {
  .landing__image--Joseph_Sir_Moore {
    left: 50vw;
  }
}
@media (min-width: 1024px) {
  .landing__image--Joseph_Sir_Moore {
    left: 33.3333333333vw;
  }
}
@media (min-width: 767px) and (min-width: 767px) {
  .landing__image--Joseph_Sir_Moore {
    bottom: 23.3072916667vw;
  }
}
@media (min-width: 767px) and (min-width: 1024px) {
  .landing__image--Joseph_Sir_Moore {
    bottom: 11.25vw;
  }
}
.landing__counter {
  padding-bottom: 4vw;
}
@media (min-width: 767px) {
  .landing__counter {
    padding-bottom: 3.2552083333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter {
    padding-bottom: 4.1666666667vw;
  }
}
.landing__counter--heading {
  font-size: 3.7333333333vw;
  letter-spacing: 0.2666666667vw;
  padding-top: 5.3333333333vw;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 767px) {
  .landing__counter--heading {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--heading {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--heading {
    letter-spacing: 0.1302083333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--heading {
    letter-spacing: 0.0694444444vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--heading {
    padding-top: 3.90625vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--heading {
    padding-top: 5vw;
  }
}
.landing__counter-container {
  max-width: 86.1333333333vw;
  margin: 0 auto;
}
@media (min-width: 767px) {
  .landing__counter-container {
    max-width: 63.8020833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-container {
    max-width: 93.9583333333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-container {
    display: flex;
    justify-content: space-between;
  }
}
.landing__counter--wrapper {
  width: 88.8vw;
  margin-top: 2.6666666667vw;
  font-size: 55.2vw;
  line-height: normal;
  font-family: "Druk", sans-serif;
  position: relative;
}
@media (min-width: 767px) {
  .landing__counter--wrapper {
    width: 62.5vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--wrapper {
    width: 34.0277777778vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--wrapper {
    margin-top: 4.5572916667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--wrapper {
    margin-top: 3.4722222222vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--wrapper {
    font-size: 40.3645833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--wrapper {
    font-size: 21.5277777778vw;
  }
}
.landing__counter--wrapper:first-child {
  margin-top: 0vw;
}
@media (min-width: 767px) {
  .landing__counter--wrapper:first-child {
    margin-top: 1.3020833333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--wrapper:first-child {
    margin-top: 3.4722222222vw;
  }
}
.landing__counter-first:before, .landing__counter-second:before, .landing__counter-third:before {
  top: 5.3333333333vw;
  position: absolute;
  content: "";
  width: 100%;
}
@media (min-width: 767px) {
  .landing__counter-first:before, .landing__counter-second:before, .landing__counter-third:before {
    top: 3.90625vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-first:before, .landing__counter-second:before, .landing__counter-third:before {
    top: 2.0833333333vw;
  }
}
.landing__counter-first {
  width: 64vw;
  color: #F96A62;
}
@media (min-width: 767px) {
  .landing__counter-first {
    width: 31.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-first {
    width: 16.6666666667vw;
  }
}
.landing__counter-first:before {
  width: 41.0666666667vw;
  border-top: 1px solid #F96A62;
}
@media (min-width: 767px) {
  .landing__counter-first:before {
    width: 31.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-first:before {
    width: 16.6666666667vw;
  }
}
.landing__counter-second {
  width: 86.6666666667vw;
  color: #000105;
}
@media (min-width: 767px) {
  .landing__counter-second {
    width: 62.5vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-second {
    width: 33.3333333333vw;
  }
}
.landing__counter-second:before {
  width: 86.6666666667vw;
  border-top: 1px solid #000105;
}
@media (min-width: 767px) {
  .landing__counter-second:before {
    width: 62.5vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-second:before {
    width: 33.3333333333vw;
  }
}
.landing__counter-third {
  width: 86.6666666667vw;
  color: #344674;
}
@media (min-width: 767px) {
  .landing__counter-third {
    width: 63.5416666667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-third {
    width: 34.0277777778vw;
  }
}
.landing__counter-third:before {
  width: 86.6666666667vw;
  border-top: 1px solid #000105;
}
@media (min-width: 767px) {
  .landing__counter-third:before {
    width: 63.5416666667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter-third:before {
    width: 33.6805555556vw;
  }
}
.landing__counter--quantity {
  position: relative;
  display: flex;
}
.landing__counter--quantity-first {
  width: 41.0666666667vw;
}
@media (min-width: 767px) {
  .landing__counter--quantity-first {
    width: 31.25vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--quantity-first {
    width: 16.6666666667vw;
  }
}
.landing__counter--quantity-second {
  text-align: right;
}
.landing__counter--quantity-third {
  text-align: right;
}
.landing__counter--quantity-second, .landing__counter--quantity-third {
  position: relative;
}
.landing__counter--quantity-second div, .landing__counter--quantity-third div {
  position: absolute;
  left: 60vw;
}
@media (min-width: 767px) {
  .landing__counter--quantity-second div, .landing__counter--quantity-third div {
    left: 44.0104166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--quantity-second div, .landing__counter--quantity-third div {
    left: 23.4027777778vw;
  }
}
@supports (-webkit-touch-callout: none) {
  .landing__counter--quantity-second div, .landing__counter--quantity-third div {
    left: 54.4vw;
  }
  @media (min-width: 767px) {
    .landing__counter--quantity-second div, .landing__counter--quantity-third div {
      left: 39.7135416667vw;
    }
  }
  @media (min-width: 1024px) {
    .landing__counter--quantity-second div, .landing__counter--quantity-third div {
      left: 23.4027777778vw;
    }
  }
}
.landing__counter--text {
  font-size: 4.8vw;
  line-height: 6.72vw;
  margin-top: -9.3333333333vw;
  font-family: "Calibre", sans-serif;
  min-width: 100%;
}
@media (min-width: 767px) {
  .landing__counter--text {
    font-size: 2.34375vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--text {
    font-size: 1.25vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--text {
    line-height: 3.28125vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--text {
    line-height: 1.75vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--text {
    margin-top: -5.2083333333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--text {
    margin-top: -1.75vw;
  }
}
.landing__counter--see-more--wrapper {
  margin-left: 7.4666666667vw;
  margin-top: 18.6666666667vw;
  margin-bottom: 17.3333333333vw;
}
@media (min-width: 767px) {
  .landing__counter--see-more--wrapper {
    margin-left: 18.6197916667vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--see-more--wrapper {
    margin-top: 9.1145833333vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--see-more--wrapper {
    margin-bottom: 8.4635416667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--see-more--wrapper {
    text-align: center;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .landing__counter--see-more--wrapper {
    margin-top: 4.8611111111vw;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .landing__counter--see-more--wrapper {
    margin-bottom: 1.3888888889vw;
  }
}
.landing__counter--see-more {
  width: 46.4vw;
  height: 10.9333333333vw;
  font-size: 3.7333333333vw;
  line-height: 3.52vw;
  letter-spacing: 0.6666666667vw;
  padding-top: 3.4666666667vw;
  text-decoration: none;
  border: 1px solid #344674;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  color: #344674;
  font-weight: 600;
  transition: color, background-color 0.3s linear;
}
@media (min-width: 767px) {
  .landing__counter--see-more {
    width: 22.65625vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--see-more {
    width: 12.0833333333vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--see-more {
    height: 5.3385416667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--see-more {
    height: 2.8472222222vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--see-more {
    font-size: 1.8229166667vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--see-more {
    font-size: 0.9722222222vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--see-more {
    line-height: 1.71875vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--see-more {
    line-height: 0.9166666667vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--see-more {
    letter-spacing: 0.3255208333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--see-more {
    letter-spacing: 0.1736111111vw;
  }
}
@media (min-width: 767px) {
  .landing__counter--see-more {
    padding-top: 1.6927083333vw;
  }
}
@media (min-width: 1024px) {
  .landing__counter--see-more {
    padding-top: 0.9027777778vw;
  }
}
.landing__counter--see-more:hover {
  background-color: #344674;
  color: #FFFFFF;
}

.fp-section.fp-completely:not(.active) .landing__article-heading {
  color: #636463;
}

.fp-controlArrow.fp-prev {
  display: none;
}

.fp-controlArrow.fp-next {
  display: none;
}

[data-barba-namespace=fullpage] {
  visibility: hidden;
}

.fp-enabled [data-barba-namespace=fullpage] {
  visibility: visible;
}

.intro__content {
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #F3EEE9;
  z-index: 1;
}
.intro__main {
  position: fixed;
  top: 50vh;
  left: 50vw;
  transform: translate(-50%);
}
.intro__fixed {
  position: absolute;
  left: 50%;
  top: 50vh;
  transform: translate(-50%, -50%);
}
.intro__logo {
  width: 82.6666666667vw;
}
@media (min-width: 767px) {
  .intro__logo {
    width: 69.53125vw;
  }
}
@media (min-width: 1024px) {
  .intro__logo {
    width: 44.5833333333vw;
  }
}
.intro__logo .fill {
  fill: #000105;
}
.intro__logo .stroke {
  stroke: #000105;
}
.intro__wrapper {
  margin-bottom: 19.7333333333vw;
  height: 80vw;
  position: relative;
}
@media (min-width: 767px) {
  .intro__wrapper {
    margin-bottom: 5.1432291667vw;
  }
}
@media (min-width: 1024px) {
  .intro__wrapper {
    margin-bottom: 5.1388888889vw;
  }
}
@media (min-width: 767px) {
  .intro__wrapper {
    height: 7.1015625vw;
  }
}
@media (min-width: 1024px) {
  .intro__wrapper {
    height: 7.0833333333vw;
  }
}
.intro__text {
  font-size: 12.8vw;
  line-height: 15.36vw;
  font-family: "Canela", sans-serif;
  font-weight: 300;
}
@media (min-width: 767px) {
  .intro__text {
    font-size: 3.4713541667vw;
  }
}
@media (min-width: 1024px) {
  .intro__text {
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 767px) {
  .intro__text {
    line-height: 2.9947916667vw;
  }
}
@media (min-width: 1024px) {
  .intro__text {
    line-height: 1.4590277778vw;
  }
}
.intro__inquire-wrapper {
  opacity: 0;
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 767px) {
  .intro__inquire-wrapper {
    flex-direction: unset;
    justify-content: unset;
  }
}
.intro__inquire {
  display: none;
  text-align: right;
}
@media (min-width: 767px) {
  .intro__inquire {
    display: flex;
  }
}
.intro__inquire--mobile {
  display: block;
  text-align: center;
  width: 85.3333333333vw;
  margin-bottom: 7.7333333333vw;
}
@media (min-width: 767px) {
  .intro__inquire--mobile {
    display: none;
  }
}
.intro__invited {
  bottom: -0.2666666667vw;
  position: absolute;
  display: none;
  bottom: 0;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
  visibility: visible;
  transform: none;
}
@media (min-width: 767px) {
  .intro__invited {
    left: -3.90625vw;
  }
}
@media (min-width: 1024px) {
  .intro__invited {
    left: -3.8888888889vw;
  }
}
@media (min-width: 767px) {
  .intro__invited {
    bottom: 0vw;
  }
}
@media (min-width: 1024px) {
  .intro__invited {
    bottom: 0.4166666667vw;
  }
}
@media (min-width: 767px) {
  .intro__invited {
    display: block;
  }
}
.intro__invited-visible {
  opacity: 1;
}
.intro__invited--mobile {
  padding-bottom: 7.4666666667vw;
  display: block;
  opacity: 0;
}
@media (min-width: 767px) {
  .intro__invited--mobile {
    display: none;
  }
}
.intro__invited--mobile-visible {
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 1;
  visibility: visible;
  transform: none;
}
.intro__bold {
  font-size: 13.3333333333vw;
  line-height: 10.6666666667vw;
  text-transform: uppercase;
  font-family: "Druk", sans-serif;
  transition: color 0.2s ease;
}
@media (min-width: 767px) {
  .intro__bold {
    font-size: 8.6979166667vw;
  }
}
@media (min-width: 1024px) {
  .intro__bold {
    font-size: 8.6805555556vw;
  }
}
@media (min-width: 767px) {
  .intro__bold {
    line-height: 7.4479166667vw;
  }
}
@media (min-width: 1024px) {
  .intro__bold {
    line-height: 7.4305555556vw;
  }
}
.intro__bold--greyed {
  color: #636463;
}
.intro__the {
  height: 15.4666666667vw;
  display: none;
}
@media (min-width: 767px) {
  .intro__the {
    height: 7.5520833333vw;
  }
}
@media (min-width: 1024px) {
  .intro__the {
    height: 4.0277777778vw;
  }
}
@media (min-width: 767px) {
  .intro__the {
    display: block;
  }
}
.intro__the--mobile {
  display: inline-block;
}
.intro__line {
  width: 42.6666666667vw;
  right: 1.3333333333vw;
  bottom: -0.2666666667vw;
  position: absolute;
  display: none;
  height: 1px;
  background-color: #000105;
  transition: opacity 0.3s linear;
  opacity: 0;
}
@media (min-width: 767px) {
  .intro__line {
    width: 9.4010416667vw;
  }
}
@media (min-width: 1024px) {
  .intro__line {
    width: 9.375vw;
  }
}
@media (min-width: 767px) {
  .intro__line {
    right: 2.0833333333vw;
  }
}
@media (min-width: 1024px) {
  .intro__line {
    right: 2.0833333333vw;
  }
}
@media (min-width: 767px) {
  .intro__line {
    bottom: -0.6510416667vw;
  }
}
@media (min-width: 1024px) {
  .intro__line {
    bottom: -0.4166666667vw;
  }
}
@media (min-width: 767px) {
  .intro__line {
    display: inline-block;
  }
}
.intro__line--mobile {
  width: 41.0666666667vw;
  right: 29.3333333333vw;
  bottom: -1.8666666667vw;
  display: inline-block;
  position: absolute;
  height: 1px;
  opacity: 0;
  background-color: #000105;
  transition: opacity 0.3s linear;
}
@media (min-width: 767px) {
  .intro__line--mobile {
    display: none;
  }
}
.intro__roulette {
  left: 8.6666666667vw;
  top: 31.2vw;
  width: 98.6666666667vw;
  position: absolute;
}
@media (min-width: 767px) {
  .intro__roulette {
    left: 22.1354166667vw;
  }
}
@media (min-width: 1024px) {
  .intro__roulette {
    left: 19.5833333333vw;
  }
}
@media (min-width: 767px) {
  .intro__roulette {
    top: 0.390625vw;
  }
}
@media (min-width: 1024px) {
  .intro__roulette {
    top: 0.1388888889vw;
  }
}
@media (min-width: 767px) {
  .intro__roulette {
    width: 58.4114583333vw;
  }
}
@media (min-width: 1024px) {
  .intro__roulette {
    width: 58.2638888889vw;
  }
}
.intro__roulette-first, .intro__roulette-down {
  transition: opacity 0.8s ease;
  opacity: 0;
  z-index: 1;
  visibility: visible;
  transform: none;
}
.intro__roulette-visible {
  opacity: 1;
}
.intro__roulette--wrapper {
  height: 12.5333333333vw;
  position: relative;
}
@media (min-width: 767px) {
  .intro__roulette--wrapper {
    height: 7.421875vw;
  }
}
@media (min-width: 1024px) {
  .intro__roulette--wrapper {
    height: 7.2916666667vw;
  }
}
.intro__us {
  width: 36vw;
  font-size: 33.3333333333vw;
  line-height: 28.5333333333vw;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 767px) {
  .intro__us {
    width: 9.4010416667vw;
  }
}
@media (min-width: 1024px) {
  .intro__us {
    width: 9.375vw;
  }
}
@media (min-width: 767px) {
  .intro__us {
    font-size: 8.6979166667vw;
  }
}
@media (min-width: 1024px) {
  .intro__us {
    font-size: 8.6805555556vw;
  }
}
@media (min-width: 767px) {
  .intro__us {
    line-height: 7.4479166667vw;
  }
}
@media (min-width: 1024px) {
  .intro__us {
    line-height: 7.4305555556vw;
  }
}
.intro__dot {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

[data-logo=two-fifty], [data-logo=us], [data-logo=at], [data-logo=stroke] {
  opacity: 0;
}

html {
  height: -webkit-fill-available;
}

html, body {
  font-size: 5.3333333333vw;
  line-height: 6.4vw;
  font-family: "Calibre", sans-serif;
  position: relative;
}
@media (min-width: 767px) {
  html, body {
    font-size: 2.6041666667vw;
  }
}
@media (min-width: 1024px) {
  html, body {
    font-size: 1.3888888889vw;
  }
}
@media (min-width: 767px) {
  html, body {
    line-height: 3.125vw;
  }
}
@media (min-width: 1024px) {
  html, body {
    line-height: 1.6666666667vw;
  }
}

[data-barba-namespace=ideas],
[data-barba-namespace=fellowship],
[data-barba-namespace=muscles],
[data-barba-namespace=about],
[data-barba-namespace=privacy-policy],
[data-barba-namespace=terms-of-use],
[data-barba-namespace="404"] {
  border-top: 1px solid transparent;
}

body {
  width: 100%;
}

* {
  box-sizing: border-box;
}

.button--unstyled, .button--unstyled:focus, .button--unstyled:active, .button--unstyled:hover {
  background-color: transparent;
  border-color: transparent;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.iScrollIndicator {
  display: none !important;
}
