/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/*-----------------------------------------------------------------------------------*/
/*      0.0 Reset
/*-----------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}

/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------------------------------------------------------------------*/
/*      1.0 Icomoon
/*-----------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../icomoon/fonts/icomoon.eot?z2pha8");
  src: url("../icomoon/fonts/icomoon.eot?z2pha8#iefix") format("embedded-opentype"), url("../icomoon/fonts/icomoon.ttf?z2pha8") format("truetype"), url("../icomoon/fonts/icomoon.woff?z2pha8") format("woff"), url("../icomoon/fonts/icomoon.svg?z2pha8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"], .icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e900";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

.icon-arrow-up:before {
  content: "\e903";
}

.icon-arrows-2:before {
  content: "\e904";
}

.icon-bubble:before {
  content: "\e905";
}

.icon-clips:before {
  content: "\e906";
}

.icon-globe:before {
  content: "\e907";
}

.icon-hat:before {
  content: "\e908";
}

.icon-location:before {
  content: "\e909";
}

.icon-mag-glas:before {
  content: "\e90a";
}

.icon-mail:before {
  content: "\e90b";
}

.icon-paper:before {
  content: "\e90c";
}

.icon-pen:before {
  content: "\e90d";
}

.icon-person:before {
  content: "\e90e";
}

.icon-target:before {
  content: "\e90f";
}

/*-----------------------------------------------------------------------------------*/
/*      2.0 Helper
/*-----------------------------------------------------------------------------------*/
/* 2.1 FLOATS */
.float--right {
  float: right !important;
}

.float--left {
  float: left !important;
}

/* 2.2 CONTENT/BG COVER */
.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img, .object-fit-con img, .steps-ani img:not(.step-1), .section--goal::before, .goal__stop img, .phone .changing img, .section--stories .round-images span::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 2.3 VISIBILITY */
.hidden {
  display: none;
}

@media only screen and (max-width: 1020px) {
  .hidden--mobile {
    display: none;
  }
}

@media only screen and (min-width: 1021px) {
  .hidden--desktop {
    display: none;
  }
}

.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

/* 2.4 CLEARFIX */
.container::after, .grid::after, nav ul::after, .clearfix::after, .cf::after {
  content: "";
  display: table;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*      3.0 Media
/*-----------------------------------------------------------------------------------*/
img, media, iframe {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: block;
  margin: auto;
  border: 0;
}

.iframe-wrap,
.img-wrap-inner {
  position: relative;
  z-index: 0;
  padding-bottom: 56.25%;
}
.iframe-wrap iframe,
.iframe-wrap img,
.img-wrap-inner iframe,
.img-wrap-inner img {
  position: absolute;
}

/*-----------------------------------------------------------------------------------*/
/*  4.0 Grid System
/*-----------------------------------------------------------------------------------*/
/*  4.1 Width */
.one-whole {
  width: 100%;
}

.one-half {
  width: 50%;
}

.one-third {
  width: 33.333%;
}

.two-thirds {
  width: 66.666%;
}

.one-quarter {
  width: 25%;
}

.three-quarters {
  width: 75%;
}

.two-fifths {
  width: 40%;
}

@media only screen and (max-width: 1200px) {
  .content-one-whole {
    width: 100%;
  }

  .content-one-half {
    width: 50%;
  }

  .content-one-third {
    width: 33.333%;
  }

  .content-two-thirds {
    width: 66.666%;
  }

  .content-one-quarter {
    width: 25%;
  }

  .content-three-quarters {
    width: 75%;
  }

  .content-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1024px) {
  .tablet-one-whole {
    width: 100%;
  }

  .tablet-one-half {
    width: 50%;
  }

  .tablet-one-third {
    width: 33.333%;
  }

  .tablet-two-thirds {
    width: 66.666%;
  }

  .tablet-one-quarter {
    width: 25%;
  }

  .tablet-three-quarters {
    width: 75%;
  }

  .tablet-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 1020px) {
  .lg-one-whole {
    width: 100%;
  }

  .lg-one-half {
    width: 50%;
  }

  .lg-one-third {
    width: 33.333%;
  }

  .lg-two-thirds {
    width: 66.666%;
  }

  .lg-one-quarter {
    width: 25%;
  }

  .lg-three-quarters {
    width: 75%;
  }

  .lg-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 800px) {
  .md-one-whole {
    width: 100%;
  }

  .md-one-half {
    width: 50%;
  }

  .md-one-third {
    width: 33.333%;
  }

  .md-two-thirds {
    width: 66.666%;
  }

  .md-one-quarter {
    width: 25%;
  }

  .md-three-quarters {
    width: 75%;
  }

  .md-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .sm-one-whole {
    width: 100%;
  }

  .sm-one-half {
    width: 50%;
  }

  .sm-one-third {
    width: 33.333%;
  }

  .sm-two-thirds {
    width: 66.666%;
  }

  .sm-one-quarter {
    width: 25%;
  }

  .sm-three-quarters {
    width: 75%;
  }

  .sm-two-fifths {
    width: 40%;
  }
}
@media only screen and (max-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }

  .xs-one-half {
    width: 50%;
  }

  .xs-one-third {
    width: 33.333%;
  }

  .xs-two-thirds {
    width: 66.666%;
  }

  .xs-one-quarter {
    width: 25%;
  }

  .xs-three-quarters {
    width: 75%;
  }

  .xs-two-fifths {
    width: 40%;
  }
}
/*  4.2 Container */
.container {
  max-width: 51rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-left: 1.33333rem;
  padding-right: 1.33333rem;
}

.container--md {
  max-width: 45rem;
}

.container--full {
  max-width: 100% !important;
}

.container--small {
  max-width: 37rem !important;
}

.container--tiny {
  max-width: 30rem !important;
}

/*  4.3 Grid */
.grid {
  margin-left: -2rem;
  list-style: none;
  margin-bottom: 0;
}

.grid__item {
  float: left;
  padding-left: 2rem;
}

.grid--narrow {
  margin-left: -1rem;
}
.grid--narrow > .grid__item {
  padding-left: 1rem;
}

.grid--full {
  margin-left: 0;
}
.grid--full > .grid__item {
  padding-left: 0;
}

.grid--tight {
  margin-left: 0;
}
.grid--tight > .grid__item {
  padding-left: 0;
}

.grid--wide {
  margin-left: -3rem;
}
.grid--wide > .grid__item {
  padding-left: 3rem;
}

/*  4.4 Flexgrid */
.flexgrid, .flex {
  -webkit-display: flex;
  -ms-display: flex;
  display: flex;
}

.flexgrid--gutter {
  margin-left: -1rem;
}
.flexgrid--gutter .flex__item {
  padding-left: 1rem;
}

.flexgrid--narrow {
  margin-left: -0.5rem;
}
.flexgrid--narrow .flex__item {
  padding-left: 0.5rem;
}

.flexgrid--wide {
  margin-left: -2rem;
}
.flexgrid--wide .flex__item {
  padding-left: 2rem;
}

.flex--end {
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
}

.flex--middle {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.flex--middle p:last-child {
  margin-bottom: 0;
}

.flex--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex--center {
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
}

.flex--bottom {
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.flex1 {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*-----------------------------------------------------------------------------------*/
/*  5.0 Typography
/*-----------------------------------------------------------------------------------*/
html {
  font-family: "Fira Sans", "Arial", sans-serif;
  font-size: 30px;
  line-height: 1.33333;
  color: #FFF;
  font-weight: normal;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

*::selection {
  background: #C01E45;
  color: white;
}

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #C01E45;
}
a:hover {
  color: #941735;
}
a:focus, a:active {
  outline: none;
}

a, i {
  -webkit-tap-highlight-color: transparent;
}

h1, .alpha,
h2, .beta,
h3, .gamma,
h4, .delta,
h5, .epsilon,
h6, .zeta {
  font-family: "eloquent", "Fira Sans", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0.66667rem;
  color: #FFF;
  letter-spacing: -0.02em;
  font-family: 'eloquent-jf-pro' ,serif;
  font-weight: 400;
  font-style: normal;
}

.text--smaller p {
  font-size: 0.83333rem;
  line-height: 1.6;
}

/*  5.2 Headlines */
h1 a, h1 a:visited, .alpha a, .alpha a:visited,
h2 a,
h2 a:visited, .beta a, .beta a:visited,
h3 a,
h3 a:visited, .gamma a, .gamma a:visited,
h4 a,
h4 a:visited, .delta a, .delta a:visited,
h5 a,
h5 a:visited, .epsilon a, .epsilon a:visited,
h6 a,
h6 a:visited, .zeta a, .zeta a:visited {
  text-decoration: none;
}

.line-centered {
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
.line-centered::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0.8em;
  margin-left: -0.4em;
  left: 50%;
  background: currentColor;
}

.line-left {
  position: relative;
  padding-bottom: 0.7em;
  margin-bottom: 0.7em;
}
.line-left::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 0.8em;
  left: 0;
  background: currentColor;
}

h1, .alpha {
  font-size: 4.66667rem;
  line-height: 1.07143;
  margin-bottom: 1.33333rem;
}

h2, .beta {
  font-size: 3.2rem;
  line-height: 1.125;
}
.best-time h2, .best-time .beta {
  padding-bottom: 1em;
  position: relative;
}
.best-time h2::before, .best-time .beta::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 0.8em;
  left: 0;
  background: #FFF;
}

h3, .gamma {
  font-size: 2.66667rem;
  line-height: 1.1;
}

h4, .delta {
  font-size: 1.93333rem;
  line-height: 1.13793;
}

h5, .epsilon {
  font-size: 1rem;
  line-height: 1.33333;
  margin-bottom: 0.8rem;
}

h6, .zeta {
  font-size: 0.46667rem;
  line-height: 1.21429;
}

p, blockquote,
pre, dl, .p {
  margin: 0 0 0.66667rem;
}
p a, blockquote a,
pre a, dl a, .p a {
  text-decoration: underline;
  color: #FFF;
}
p a:hover, blockquote a:hover,
pre a:hover, dl a:hover, .p a:hover {
  color: #e9b5a1;
}

.text--big p {
  font-size: 1.33333rem;
  font-weight: 600;
}

/*  5.3 Alignment */
.text--center {
  text-align: center;
}

.text--right {
  text-align: right;
}

.uppercase {
  text-transform: uppercase;
}

/*  5.4 Quotes */
blockquote {
  font-size: 1rem;
  line-height: 1.33333;
  padding: 0 1.5em;
  font-style: italic;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

hr {
  border: none;
  border-top: 1px solid #A1A9AD;
  margin: 2.66667rem 0;
}

q {
  font-style: italic;
}

pre {
  padding: 1.33333rem;
  border-radius: 5px;
  border: 1px solid #999999;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/subset-FiraSans-Bold.woff2") format("woff2"), url("../fonts/subset-FiraSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/subset-FiraSans-Light.woff2") format("woff2"), url("../fonts/subset-FiraSans-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/fira-sans-v16-latin-regular.woff2") format("woff2"), url("../fonts/fira-sans-v16-latin-regular.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fira Sans';
  src: url("../fonts/subset-FiraSans-LightItalic.woff2") format("woff2"), url("../fonts/subset-FiraSans-LightItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn, input[type="button"],
input[type="submit"] {
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4;
  padding: 0.5rem 2rem 0.4rem;
  border-radius: 1.5rem;
  text-decoration: none !important;
  text-align: center;
  color: white;
  background-color: #501018;
  -webkit-tap-highlight-color: transparent;
  width: 80%;
  letter-spacing: 1px;
}
.btn:hover, input[type="button"]:hover,
input[type="submit"]:hover {
  color: white;
  background-color: #26080b;
}
.btn:active, input[type="button"]:active,
input[type="submit"]:active, .btn:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  outline: none;
}

.btn--bordered {
  background: transparent;
  color: #C01E45;
  border: 1px solid #C01E45;
  padding: 0.25rem 1rem 0.2rem;
}
.btn--bordered i {
  margin-left: 1rem;
  display: inline-block;
  font-size: 28px;
  vertical-align: -8px;
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.btn--absolute {
  position: absolute;
  right: 1.33333rem;
}

.btn--full {
  width: 100%;
  text-align: center;
}

.btn--primary {
  background-color: #C01E45;
}
.btn--primary:hover {
  background-color: #941735;
}

.btn--secondary {
  background-color: #e9b5a1;
}
.btn--secondary:hover {
  background-color: #df9478;
}

.btn--ghost {
  background-color: transparent;
  color: white;
  outline: 1px solid currentColor;
  outline-offset: -1px;
}

.btn--toggle {
  padding: 0 0.5em;
  height: 42px;
  width: 46px;
  top: 0.4rem;
  right: 1rem;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  position: absolute;
  z-index: 10001;
}
.btn--toggle .icon-bar {
  display: block;
  background: #C01E45;
  position: relative;
  width: 28px;
  height: 2px;
  margin: 5px auto;
  transition: transform 0.25s ease-out;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  background: #C01E45;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  background: #C01E45;
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  background: #C01E45;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -7px;
}

/*  6.2 Forms */
select,
input,
textarea {
  width: 100%;
  border: 0;
  padding: 0.6rem 1rem 0.5rem;
  background: #FFF;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  color: #000;
  margin-bottom: 1.66667rem;
}

textarea {
  resize: vertical;
  height: 160px !important;
}

input[type="text"]::-ms-clear {
  display: none;
}

form {
  width: 17rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 4rem;
}
form .row {
  position: relative;
}

label {
  font-weight: normal !important;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-bottom: 0.75em;
  color: #FFF;
  position: absolute;
  top: 0.5rem;
  right: calc(100% + 0.5rem);
}

/*  6.3 Nav */
.header-nav {
  position: absolute;
  z-index: 9;
  text-align: center;
  top: calc(50% + 6vw);
  left: 0;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease-out;
}
.stop .header-nav {
  opacity: 1;
  pointer-events: auto;
}
.header-nav li {
  display: inline-block;
}
.header-nav a {
  display: inline-block;
  position: relative;
  color: #FFF;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
.header-nav a::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 0.1em;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #C01E45;
  transition: all 0.4s ease-out;
}
.header-nav a:hover::before {
  width: 1.5rem;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*

  Transitions

  Transitions and animations
  
*/
.js-fade-in,
.js-load {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-in.js-in,
.js-load.js-in {
  opacity: 1;
}

.js-fade-up {
  transition: all 0.5s ease-out;
  transform: translateY(1.33333rem);
  opacity: 0;
}
.js-fade-up.js-in {
  transform: translateY(0);
  opacity: 1;
}

.js-fade-children .round-images span {
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-children.js-in .round-images span {
  opacity: 1;
}

.js-fade-3 div {
  display: block;
  transition: all 0.5s ease-out;
  opacity: 0;
}
.js-fade-3.js-in div {
  opacity: 1;
}

.js-1 {
  transition-delay: 0.15s !important;
}

.js-2 {
  transition-delay: 0.3s !important;
}

.js-3 {
  transition-delay: 0.45s !important;
}

.js-4 {
  transition-delay: 0.6s !important;
}

.js-5 {
  transition-delay: 0.75s !important;
}

/*  6.5 Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-disabled {
  opacity: 0.1;
  cursor: auto;
  pointer-events: none;
}

.slick-dots {
  margin: 0 !important;
  width: 100% !important;
  margin: auto !important;
  position: absolute;
  z-index: 99;
  padding: 0;
  text-align: center;
  z-index: 99;
  bottom: 5vw;
  outline: none !important;
}
.slick-dots li {
  display: inline-block;
  margin: 0 0.5rem;
}
.slick-dots button {
  background: #FFF  !important;
  border: 0 !important;
  width: 0.7rem;
  height: 0.7rem;
  border: 0 !important;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  text-indent: -9999px;
  outline: none !important;
  opacity: 0.4;
  transition: all 0.4s ease-out;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
.slick-dots .slick-active button {
  background: #C01E45 !important;
  opacity: 1;
}

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: relative;
  height: 200vh;
  overflow: hidden;
  margin-top: -50vh;
}
.site-header .inner {
  height: 200vh;
}
.site-header svg.bg {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.site-header.stop .inner {
  position: fixed;
  left: 0;
  width: 100%;
  top: calc(-100% + 5.55vw);
}

.site-branding {
  float: left;
  position: relative;
  width: 320px;
  z-index: 9;
}
@media only screen and (min-width: 1401px) {
  .site-branding {
    padding-left: 50px;
  }
}

.site-header__toggle {
  display: none;
}
@media only screen and (max-width: 1020px) {
  .site-header__toggle {
    display: inline-block;
  }
}

/*-----------------------------------------------------------------------------------*/
/*  8.0 Sections
/*-----------------------------------------------------------------------------------*/
/* 8.1 Section Spacing */
html {
  scroll-behavior: smooth;
}

body {
  background: #d56878;
}

.margin-bottom {
  margin-bottom: 1.33333rem;
}

.margin-top {
  margin-top: 1.33333rem;
}

.margin-bottom--small {
  margin-bottom: 0.66667rem;
}

.margin-bottom--big {
  margin-bottom: 4rem;
}

.spacing {
  padding-top: 1.33333rem;
  padding-bottom: 1.33333rem;
}

.spacing--md {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.spacing--big {
  padding-top: 6.66667rem;
  padding-bottom: 6.66667rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 1.33333rem;
}

.padding-top {
  padding-top: 1.33333rem;
}

.padding-top--small {
  padding-top: 0.66667rem;
}

.padding-bottom--small {
  padding-bottom: 0.66667rem;
}

.site {
  overflow: hidden;
}

.down-arrow {
  position: fixed;
  bottom: 0.5rem;
  left: 50%;
  width: 0.5rem;
  margin-left: -0.25rem;
  z-index: 99;
  animation: jumpInfinite 1.5s 10s infinite;
}
.scrolled .down-arrow {
  display: none;
}

@keyframes jumpInfinite {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1rem);
  }
  100% {
    transform: translateY(0);
  }
}
.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.bg--dark {
  background: #501018;
}
.bg--dark * {
  color: #e9b5a1;
}

.rg2 path {
  fill: none;
}

.rg2 {
  clip-path: url(#clip-path);
}

.rg10, .rg11, .rg12, .rg13, .rg14, .rg15, .rg16, .rg3, .rg4, .rg5, .rg6, .rg7, .rg8, .rg9 {
  stroke: #d75061;
  stroke-miterlimit: 10;
}

.rg4 {
  stroke-width: 2px;
}

.rg5 {
  stroke-width: 3px;
}

.rg6 {
  stroke-width: 4px;
}

.rg7 {
  stroke-width: 5px;
}

.rg8 {
  stroke-width: 6px;
}

.rg9 {
  stroke-width: 7px;
}

.rg10 {
  stroke-width: 8px;
}

.rg11 {
  stroke-width: 9px;
}

.rg12 {
  stroke-width: 10px;
}

.rg13 {
  stroke-width: 12px;
}

.rg14 {
  stroke-width: 13px;
}

.rg15 {
  stroke-width: 14px;
}

.rg16 {
  stroke-width: 15px;
}

#ring-center {
  fill: #d75061;
}

.steps-ani {
  position: fixed;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  left: 10vw;
  right: 10vw;
}
.steps-ani img:not(.step-1) {
  position: absolute;
}
.steps-ani img {
  opacity: 0;
}
.steps-ani img.active {
  opacity: 1;
}
.steps-ani .step-1 {
  width: 100%;
}

.logo-text {
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFF;
  font-family: "eloquent", "Fira Sans", "Arial", sans-serif;
  font-size: 1.5vw;
  opacity: 0;
  width: 8vw;
  transition: all 0.4s ease-out;
  font-family: 'eloquent-jf-pro' ,serif;
  font-weight: 400;
  font-style: normal;
}
.logo-text svg {
  width: 100%;
  margin-top: 0.3vw;
  display: block;
}
.stop .logo-text {
  opacity: 1;
}

body.h1-finished {
  position: relative;
  z-index: 12;
}
body.h1-finished .site-header.stop .inner {
  position: absolute;
  top: calc(50vh + 5.55vw);
}
body.h1-finished .h1-con {
  position: relative;
}
body.h1-finished h1.steps-ani {
  position: absolute;
  top: 0;
}

article {
  position: relative;
  z-index: 9;
  background: #d56878;
}

.strips {
  background: repeating-linear-gradient(to left, transparent, transparent 2px, #d75061 2px, #d75061 6px);
}

.best-time {
  padding-top: 10rem;
  padding-bottom: calc(2rem + 250px);
}
.best-time p {
  padding-left: 1rem;
}

.the-line {
  position: relative;
}
.the-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  margin-left: -5px;
  background: #C01E45;
  height: 100%;
}
.js-timeline .the-line {
  position: fixed;
  bottom: 34vh;
  left: 0;
  width: 100%;
}
.the-line .container {
  position: relative;
  z-index: 9;
}

.since {
  transition: all 0.4s ease-out;
}
.js-timeline-finished .since {
  opacity: 0;
}
.since p {
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto;
}

.timeline {
  overflow: hidden;
  height: calc(340vh + 250px);
}

.timeline__con {
  position: relative;
}

.timeline__dot {
  position: absolute;
  left: 50%;
  top: 0;
}
.timeline__dot .dot {
  position: absolute;
  left: 50%;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 auto;
  transform: translate3d(-50%, -50%, 0);
  background: #C01E45;
}
.js-timeline .timeline__dot {
  position: fixed;
  top: 66vh;
}
.js-timeline-finished .timeline__dot {
  position: absolute;
  top: calc(273vh + 250px);
}

.timeline__text {
  font-size: 0.8rem;
  position: absolute;
  color: #FFF;
  white-space: nowrap;
  opacity: 0;
  transition: all 0.6s ease-out;
}
.js-timeline-finished .timeline__text {
  opacity: 0 !important;
}

.t-7, .t-8, .t-9, .t-9, .t-10, .t-11 {
  text-align: right;
}

.t-1 {
  top: -200px;
  left: 50px;
}

.t-11 {
  top: -200px;
  right: 50px;
}

.t-2 {
  top: -125px;
  left: 140px;
}

.t-10 {
  top: -125px;
  right: 140px;
}

.t-3 {
  left: 178px;
  top: -35px;
}

.t-9 {
  right: 178px;
  top: -35px;
}

.t-4 {
  left: 166px;
  top: 66px;
}

.t-8 {
  right: 166px;
  top: 66px;
}

.t-5 {
  left: 100px;
  top: 145px;
}

.t-7 {
  right: 100px;
  top: 145px;
}

.t-6 {
  left: 0;
  transform: translateX(-50%);
  top: 200px;
}

.timeline__line {
  position: absolute;
  top: 50%;
  left: 50%;
  background: linear-gradient(to right, transparent, transparent 100px, #C01E45 100px);
  width: 160px;
  height: 5px;
  transform-origin: 0 0;
  margin-left: -4px;
  opacity: 0;
  transition: all 0.25s ease-out;
}

.l-1, .l-2, .l-3, .l-4, .l-5, .l-6 {
  margin-left: 0;
}

.l-6 {
  margin-left: 2.5px;
}
.js-timeline-finished .l-6 {
  display: none;
}

.l-1 {
  transform: rotate(-73deg);
}

.l-2 {
  transform: rotate(-40deg);
}

.l-3 {
  transform: rotate(-8deg);
}

.l-4 {
  transform: rotate(24deg);
}

.l-5 {
  transform: rotate(57deg);
}

.l-6 {
  transform: rotate(90deg);
}

.l-7 {
  transform: rotate(123deg);
}

.l-8 {
  transform: rotate(155deg);
}

.l-9 {
  transform: rotate(188deg);
}

.l-10 {
  transform: rotate(220deg);
}

.l-11 {
  transform: rotate(253deg);
}

.dot__years {
  font-size: 40px;
  line-height: 1;
  padding-top: 0.2em;
  position: absolute;
  font-family: "eloquent", "Fira Sans", "Arial", sans-serif;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  opacity: 0;
  font-family: 'eloquent-jf-pro' ,serif;
  font-weight: 400;
  font-style: normal;
}

.year-2, .year-3, .year-4, .year-5, .year-7, .year-9,
.year-13, .year-17 {
  color: #d56878;
}

body[data-year="1"] .t-1, body[data-year="1"] .l-1 {
  opacity: 1;
  color: #FFF;
}
body[data-year="1"] .year-1 {
  opacity: 1;
}

body[data-year="2"] .t-1, body[data-year="2"] .l-1 {
  opacity: 1;
}
body[data-year="2"] .year-2 {
  opacity: 1;
}

body[data-year="3"] .t-1, body[data-year="3"] .l-1 {
  opacity: 1;
}
body[data-year="3"] .year-3 {
  opacity: 1;
}

body[data-year="4"] .t-1, body[data-year="4"] .l-1 {
  opacity: 1;
}
body[data-year="4"] .year-4 {
  opacity: 1;
}

body[data-year="5"] .t-1, body[data-year="5"] .l-1 {
  opacity: 1;
}
body[data-year="5"] .year-5 {
  opacity: 1;
}

body[data-year="6"] .t-1, body[data-year="6"] .l-1, body[data-year="6"] .t-2, body[data-year="6"] .l-2, body[data-year="6"] .year-6 {
  opacity: 1;
}
body[data-year="6"] .t-2 {
  color: #FFF;
}

body[data-year="7"] .t-1, body[data-year="7"] .l-1, body[data-year="7"] .t-2, body[data-year="7"] .l-2, body[data-year="7"] .year-7 {
  opacity: 1;
}

body[data-year="8"] .t-1, body[data-year="8"] .l-1, body[data-year="8"] .t-2, body[data-year="8"] .l-2, body[data-year="8"] .t-3, body[data-year="8"] .l-3, body[data-year="8"] .year-8 {
  opacity: 1;
}

body[data-year="9"] .t-1, body[data-year="9"] .l-1, body[data-year="9"] .t-2, body[data-year="9"] .l-2, body[data-year="9"] .t-3, body[data-year="9"] .l-3, body[data-year="9"] .year-9 {
  opacity: 1;
}
body[data-year="9"] .t-3 {
  color: #FFF;
}

body[data-year="10"] .t-1, body[data-year="10"] .l-1, body[data-year="10"] .t-2, body[data-year="10"] .l-2, body[data-year="10"] .t-3, body[data-year="10"] .l-3, body[data-year="10"] .t-4, body[data-year="10"] .l-4, body[data-year="10"] .year-10 {
  opacity: 1;
}
body[data-year="10"] .t-4 {
  color: #FFF;
}

body[data-year="11"] .t-1, body[data-year="11"] .l-1, body[data-year="11"] .t-2, body[data-year="11"] .l-2, body[data-year="11"] .t-3, body[data-year="11"] .l-3, body[data-year="11"] .t-4, body[data-year="11"] .l-4, body[data-year="11"] .t-5, body[data-year="11"] .l-5, body[data-year="11"] .year-11 {
  opacity: 1;
}
body[data-year="11"] .t-5 {
  color: #FFF;
}

body[data-year="12"] .t-1, body[data-year="12"] .l-1, body[data-year="12"] .t-2, body[data-year="12"] .l-2, body[data-year="12"] .t-3, body[data-year="12"] .l-3, body[data-year="12"] .t-4, body[data-year="12"] .l-4, body[data-year="12"] .t-5, body[data-year="12"] .l-5, body[data-year="12"] .t-6, body[data-year="12"] .l-6, body[data-year="12"] .year-12 {
  opacity: 1;
}
body[data-year="12"] .t-6 {
  color: #FFF;
}

body[data-year="13"] .t-1, body[data-year="13"] .l-1, body[data-year="13"] .t-2, body[data-year="13"] .l-2, body[data-year="13"] .t-3, body[data-year="13"] .l-3, body[data-year="13"] .t-4, body[data-year="13"] .l-4, body[data-year="13"] .t-5, body[data-year="13"] .l-5, body[data-year="13"] .t-6, body[data-year="13"] .l-6, body[data-year="13"] .year-13 {
  opacity: 1;
}

body[data-year="14"] .t-1, body[data-year="14"] .l-1, body[data-year="14"] .t-2, body[data-year="14"] .l-2, body[data-year="14"] .t-3, body[data-year="14"] .l-3, body[data-year="14"] .t-4, body[data-year="14"] .l-4, body[data-year="14"] .t-5, body[data-year="14"] .l-5, body[data-year="14"] .t-6, body[data-year="14"] .l-6, body[data-year="14"] .t-7, body[data-year="14"] .l-7, body[data-year="14"] .year-14 {
  opacity: 1;
}
body[data-year="14"] .t-7 {
  color: #FFF;
}

body[data-year="15"] .t-1, body[data-year="15"] .l-1, body[data-year="15"] .t-2, body[data-year="15"] .l-2, body[data-year="15"] .t-3, body[data-year="15"] .l-3, body[data-year="15"] .t-4, body[data-year="15"] .l-4, body[data-year="15"] .t-5, body[data-year="15"] .l-5, body[data-year="15"] .t-6, body[data-year="15"] .l-6, body[data-year="15"] .t-7, body[data-year="15"] .l-7,
body[data-year="15"] .t-8, body[data-year="15"] .l-8, body[data-year="15"] .year-15 {
  opacity: 1;
}
body[data-year="15"] .t-8 {
  color: #FFF;
}

body[data-year="16"] .t-1, body[data-year="16"] .l-1, body[data-year="16"] .t-2, body[data-year="16"] .l-2, body[data-year="16"] .t-3, body[data-year="16"] .l-3, body[data-year="16"] .t-4, body[data-year="16"] .l-4, body[data-year="16"] .t-5, body[data-year="16"] .l-5, body[data-year="16"] .t-6, body[data-year="16"] .l-6, body[data-year="16"] .t-7, body[data-year="16"] .l-7,
body[data-year="16"] .t-8, body[data-year="16"] .l-8, body[data-year="16"] .t-9, body[data-year="16"] .l-9, body[data-year="16"] .year-16 {
  opacity: 1;
}
body[data-year="16"] .t-9 {
  color: #FFF;
}

body[data-year="17"] .t-1, body[data-year="17"] .l-1, body[data-year="17"] .t-2, body[data-year="17"] .l-2, body[data-year="17"] .t-3, body[data-year="17"] .l-3, body[data-year="17"] .t-4, body[data-year="17"] .l-4, body[data-year="17"] .t-5, body[data-year="17"] .l-5, body[data-year="17"] .t-6, body[data-year="17"] .l-6, body[data-year="17"] .t-7, body[data-year="17"] .l-7,
body[data-year="17"] .t-8, body[data-year="17"] .l-8, body[data-year="17"] .t-9, body[data-year="17"] .l-9, body[data-year="17"] .year-17 {
  opacity: 1;
}

body[data-year="18"] .t-1, body[data-year="18"] .l-1, body[data-year="18"] .t-2, body[data-year="18"] .l-2, body[data-year="18"] .t-3, body[data-year="18"] .l-3, body[data-year="18"] .t-4, body[data-year="18"] .l-4, body[data-year="18"] .t-5, body[data-year="18"] .l-5, body[data-year="18"] .t-6, body[data-year="18"] .l-6, body[data-year="18"] .t-7, body[data-year="18"] .l-7,
body[data-year="18"] .t-8, body[data-year="18"] .l-8, body[data-year="18"] .t-9, body[data-year="18"] .l-9, body[data-year="18"] .t-10, body[data-year="18"] .l-10, body[data-year="18"] .year-18 {
  opacity: 1;
}
body[data-year="18"] .t-10 {
  color: #FFF;
}

body[data-year="19"] .t-1, body[data-year="19"] .l-1, body[data-year="19"] .t-2, body[data-year="19"] .l-2, body[data-year="19"] .t-3, body[data-year="19"] .l-3, body[data-year="19"] .t-4, body[data-year="19"] .l-4, body[data-year="19"] .t-5, body[data-year="19"] .l-5, body[data-year="19"] .t-6, body[data-year="19"] .l-6, body[data-year="19"] .t-7, body[data-year="19"] .l-7,
body[data-year="19"] .t-8, body[data-year="19"] .l-8, body[data-year="19"] .t-9, body[data-year="19"] .l-9, body[data-year="19"] .t-10, body[data-year="19"] .l-10, body[data-year="19"] .t-11, body[data-year="19"] .l-11, body[data-year="19"] .year-19 {
  opacity: 1;
}
body[data-year="19"] .t-11 {
  color: #FFF;
}

body[data-year="20"] .t-1, body[data-year="20"] .l-1, body[data-year="20"] .t-2, body[data-year="20"] .l-2, body[data-year="20"] .t-3, body[data-year="20"] .l-3, body[data-year="20"] .t-4, body[data-year="20"] .l-4, body[data-year="20"] .t-5, body[data-year="20"] .l-5, body[data-year="20"] .t-6, body[data-year="20"] .l-6, body[data-year="20"] .t-7, body[data-year="20"] .l-7,
body[data-year="20"] .t-8, body[data-year="20"] .l-8, body[data-year="20"] .t-9, body[data-year="20"] .l-9, body[data-year="20"] .t-10, body[data-year="20"] .l-10, body[data-year="20"] .t-11, body[data-year="20"] .l-11, body[data-year="20"] .year-20 {
  opacity: 1;
}
body[data-year="20"] .t-11 {
  color: #FFF;
}

.section--goal {
  background: black;
  height: 200vh;
  overflow: hidden;
  padding-top: 12vw;
}
.section--goal::before {
  content: '';
  position: absolute;
  z-index: 2;
  background: linear-gradient(to bottom, rgba(233, 181, 161, 0), rgba(233, 181, 161, 0) 30%, #e9b5a1 50%);
  opacity: 0.8;
}
.section--goal .flex1 {
  position: relative;
  z-index: 9;
  text-transform: uppercase;
}
.section--goal h4 {
  font-size: 1.66667rem;
  margin-bottom: 0.25em;
  text-transform: none;
}
.section--goal .overlay {
  clip-path: polygon(100% 0, 100% calc(50vw + 8px), 50% 8px, 0 calc(50vw + 8px), 0 0);
  background: repeating-linear-gradient(-45deg, #d56878, #d56878 3px, #d75061 3px, #d75061 6px);
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(50vw + 8px);
}
.section--goal .overlay div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 10px;
  height: 100%;
  margin-left: -5px;
}
.section--goal .overlay div::before, .section--goal .overlay div::after {
  content: '';
  position: absolute;
  top: 0;
  left: -2px;
  width: 10px;
  height: 200%;
  background: #C01E45;
  transform-origin: 50% 0;
  transform: rotate(-45deg);
}
.section--goal .overlay div::after {
  left: 2px;
  transform: rotate(45deg);
}
.section--goal .overlay::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: repeating-linear-gradient(45deg, #d56878, #d56878 3px, #d75061 3px, #d75061 6px);
}

.goal__stop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.js-goal-stop .goal__stop {
  position: fixed;
}
.js-goal-done .goal__stop {
  position: absolute;
  top: 100vh;
}
.goal__stop img {
  position: absolute;
  object-fit: cover;
  object-position: top center;
}
.goal__stop img + img {
  display: none;
}

.goal__bottom {
  position: relative;
  z-index: 11;
}
.goal__bottom * {
  color: #501018;
}
.goal__bottom .text {
  position: relative;
  padding-left: 6.66667rem;
  margin-top: 2rem;
}
.goal__bottom .text::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.33333rem;
  height: 2px;
  background: #501018;
  top: 0.4em;
}

.goal__final {
  position: relative;
  z-index: 11;
  padding-top: 28vh;
}
.goal__final h3 {
  font-size: 4.16667rem;
  margin-bottom: 0;
  line-height: 1;
}

.section--what {
  position: relative;
  z-index: 99;
  min-height: 200vh;
  background: #501018;
  overflow: hidden;
}
.section--what .inner {
  position: relative;
  min-height: 80vw;
}
.js-mission .section--what .inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.js-mission-done .section--what .inner {
  position: absolute;
  top: 200vh;
  left: 0;
  width: 100%;
}
.section--what img {
  position: absolute;
  left: 0;
  width: 100%;
  height: 101%;
  top: -0.5%;
  object-fit: cover;
}
.section--what svg {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  left: 0;
  z-index: 9;
  margin-bottom: -1px;
}
.section--what svg polygon {
  fill: #501018;
}
.section--what .text {
  position: relative;
  padding-left: 6.66667rem;
  margin-top: 2rem;
  margin-bottom: 60vw;
}
.section--what .text::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.33333rem;
  height: 2px;
  background: #FFF;
  top: 0.4em;
}
.section--what .text p {
  font-weight: 600;
}
.section--what h3 {
  font-size: 4.16667rem;
  color: #e9b5a1;
}
.section--what .mission-vision,
.section--what .mission,
.section--what .vision {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  background: #C01E45;
  width: 7vw;
  height: 7vw;
  border-radius: 50%;
  text-align: center;
  padding-top: 5vw;
  padding-left: 4vw;
  padding-right: 4vw;
  padding-bottom: 3vw;
}
.section--what .mission {
  position: absolute;
  z-index: 9;
  margin-left: -15vw;
  background: #501018;
}
.section--what .mission * {
  color: #e9b5a1;
}
.section--what .vision {
  position: absolute;
  z-index: 9;
  margin-left: 15vw;
  background: #e9b5a1;
}
.section--what .vision * {
  color: #501018;
}
.section--what .bubble h4 {
  font-size: 3.4vw;
}
.section--what .bubble p {
  font-size: 1.4vw;
  font-weight: 600;
}
.section--what span {
  opacity: 0;
  transition: none;
  display: inline-block;
}
.section--what.js-text-1 .mission span {
  opacity: 1;
  transition: 0.4s ease-out;
}
.section--what.js-text-2 .vision span {
  opacity: 1;
  transition: 0.4s ease-out;
}

.section--who p {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
}

.section--who .inner {
  background: linear-gradient(to bottom, #501018, #501018 50%, #C01E45 50%, #c83454 100%);
  position: relative;
  padding-bottom: 24vw;
}
.js-who .section--who .inner {
  position: fixed;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.js-who-done .section--who .inner {
  position: absolute;
  top: auto;
  bottom: 0;
  transform: translateY(0);
}
.section--who .inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #501018;
  border-radius: 50%;
}
.section--who .container {
  position: relative;
  z-index: 9;
}

.phone {
  width: 12rem;
  height: auto;
  position: relative;
  margin: 0 auto;
}
.phone > img {
  position: relative;
  z-index: 9;
}
.phone .changing {
  position: absolute;
  top: 2%;
  left: 5%;
  width: 90%;
  height: 96%;
  overflow: hidden;
  border-radius: 0.5rem;
}
.phone .changing img {
  position: absolute;
  object-fit: cover;
  transition: all 0.4s ease-out;
}
.phone img[data-id="0"] {
  z-index: 7;
}
.phone img[data-id="1"] {
  z-index: 6;
}
.phone img[data-id="2"] {
  z-index: 5;
}
.phone img[data-id="3"] {
  z-index: 4;
}
.phone img[data-id="4"] {
  z-index: 3;
}
.phone img[data-id="5"] {
  z-index: 2;
}
.phone img[data-id="6"] {
  z-index: 1;
}

.js-1 .phone-1 img[data-id="0"] {
  transform: translateY(-101%);
}
.js-2 .phone-1 img[data-id="1"] {
  transform: translateY(-101%);
}
.js-3 .phone-1 img[data-id="2"] {
  transform: translateY(-101%);
}
.js-4 .phone-1 img[data-id="3"] {
  transform: translateY(-101%);
}
.js-5 .phone-1 img[data-id="4"] {
  transform: translateY(-101%);
}

.js-6 .phone-2 img[data-id="0"] {
  transform: translateY(-101%);
}
.js-7 .phone-2 img[data-id="1"] {
  transform: translateY(-101%);
}
.js-8 .phone-2 img[data-id="2"] {
  transform: translateY(-101%);
}
.js-9 .phone-2 img[data-id="3"] {
  transform: translateY(-101%);
}
.js-10 .phone-2 img[data-id="4"] {
  transform: translateY(-101%);
}

.section--presents {
  background: linear-gradient(to bottom, #c83454, #d56878 50%, #ca3d5a);
  padding-bottom: 7rem;
}
.section--presents::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  background: #C01E45;
  height: 100%;
}
.section--presents p {
  max-width: 20rem;
}
.section--presents h2.uppercase {
  transform: translateY(-0.5em);
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.section--presents h3 {
  font-size: 2.33333rem;
}
.section--presents .flex__item:first-child p {
  font-weight: 600;
}
.section--presents .flex__item:last-child {
  padding-left: 3rem;
}

.overflow-hidden {
  overflow: hidden;
}

.shoes {
  margin-top: -11rem;
  width: 100%;
  position: relative;
  margin-bottom: -1.5rem;
}

.experience__top {
  position: relative;
  padding-bottom: 0.6rem;
  margin-bottom: 0.5rem;
}
.experience__top::before {
  content: '';
  position: absolute;
  bottom: 0;
  height: 2px;
  width: 50vw;
  left: 0;
  background: #FFF;
}

.experience {
  position: relative;
}
.experience span {
  font-size: min(5vw, 3.3rem);
  line-height: 1.1;
  display: block;
  white-space: nowrap;
  position: absolute;
  left: 12rem;
  top: 0;
  font-family: "eloquent", "Fira Sans", "Arial", sans-serif;
  z-index: 9;
  letter-spacing: -0.02em;
  font-family: 'eloquent-jf-pro' ,serif;
  font-weight: 400;
  font-style: normal;
}
.experience p, .experience .p {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  position: relative;
  z-index: 9;
}
.experience .images,
.experience .images2 {
  position: absolute;
  top: 7rem;
  left: 10rem;
  height: 28rem;
  width: auto;
  max-width: none;
}

.experience__bottom {
  position: relative;
}
.experience__bottom span {
  padding-top: 0.1rem;
}

@media only screen and (min-width: 1025px) {
  .shoes, .images, .images2 {
    transform: translateX(50vw);
  }
}
.section--stories {
  position: relative;
  background: repeating-linear-gradient(to left, #cb445b, #cb445b 4px, #c21e45 4px, #c21e45 8px);
}
.section--stories h2, .section--stories h3, .section--stories p {
  position: relative;
  z-index: 9;
}
.section--stories::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.33333rem;
  background: linear-gradient(to bottom, #cb435a, #cb435a 10%, rgba(203, 67, 90, 0));
}
.section--stories .min-h {
  min-height: 33rem;
}
.section--stories .round-images span {
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  overflow: hidden;
  background: #501018;
}
.section--stories .round-images span::after {
  content: '';
  position: absolute;
  z-index: 9;
  border-radius: 50%;
  box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.3);
}
.section--stories .round-images span img {
  width: 100%;
}
.section--stories .round-1 {
  width: 11rem;
  top: 6rem;
  left: calc(100% - 4rem);
  z-index: 3;
}
.section--stories .round-2 {
  width: 60%;
  top: 55%;
  left: 70%;
  z-index: 2;
}
.section--stories .round-3 {
  width: 30%;
  top: calc(100% - 7.5rem);
  left: 39%;
  z-index: 3;
}

.section--video {
  background: #501018;
}

.section--presence {
  background: repeating-linear-gradient(to left, #941834, #941834 4px, #4F1018 4px, #4F1018 8px);
}
.section--presence p {
  font-weight: 600;
}
.section--presence::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1.33333rem;
  background: linear-gradient(to bottom, #501018, #501018 10%, transparent);
}
.section--presence .two-thirds {
  width: 59.5%;
}
.section--presence .two-thirds img {
  margin-right: 1rem;
  width: 20rem;
}
.section--presence .two-thirds h3 {
  font-size: 2.5rem;
}
.section--presence .one-third img {
  margin-left: 0;
  width: 11rem;
}

.flex__nl {
  width: 59%;
}
.flex__nl img {
  margin-left: -10%;
  width: 118%;
  max-width: 118%;
}

.flex__ad {
  width: 41%;
}
.flex__ad img {
  margin-left: -2%;
  width: 105%;
  max-width: 105%;
}

.download-link {
  position: relative;
  display: block;
  padding-right: 5rem;
  max-width: 27.5rem;
}
.download-link span {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: #501018;
  border-radius: 50%;
  text-align: center;
  line-height: 4.55rem;
  width: 4.5rem;
  height: 4.5rem;
  color: #FFF;
  font-weight: bold;
  font-size: 2.25rem;
}
.download-link p {
  font-size: 1.4rem;
  max-width: 32rem;
  margin-bottom: 0;
  color: #FFF;
}
.download-link:hover span {
  color: #e9b5a1;
}

.img-shadow img {
  box-shadow: 0 0.3rem 0.7rem rgba(0, 0, 0, 0.4);
}

.overlay {
  min-height: 100vh;
  position: relative;
  background: linear-gradient(to bottom, #ca3c5a, #d56878, #ca3c5a);
}
.overlay svg {
  position: absolute;
  width: 8vw;
  top: 8vh;
  left: 50%;
  transform: translateX(-50%);
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #501018;
  position: relative;
  z-index: 9;
}
.site-footer p a {
  text-decoration: underline;
}
.site-footer h5 {
  font-size: 1.66667rem;
  margin-bottom: 1.33333rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1800px) {
  html {
    font-size: 25px;
  }
}
@media only screen and (min-width: 1601px) {
  .goal__final {
    padding-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -20rem;
  }

  .goal__bottom .text {
    padding-bottom: 25vh;
  }
}
@media only screen and (max-width: 1600px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 20px;
  }

  .experience p,
  .experience .p {
    font-size: 18px;
  }

  .experience .images,
  .experience .images2 {
    left: 8rem;
  }

  .section--presence {
    background: repeating-linear-gradient(to left, #C01E45, #C01E45 3px, #501018 3px, #501018 6px);
  }

  .section--stories {
    background: repeating-linear-gradient(to left, #cb445b, #cb445b 3px, #c21e45 3px, #c21e45 6px);
  }

  .section--presents::before {
    width: 4px;
    margin-left: -2px;
  }

  .the-line::before {
    width: 4px;
    margin-left: -2px;
  }

  .download-link p {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 1200px) {
  .timeline__text strong {
    display: block;
  }

  .experience p,
  .experience .p {
    font-size: 16px;
  }

  .experience .images,
  .experience .images2 {
    top: 6rem;
    left: 6rem;
  }

  .experience span {
    left: 10rem;
  }

  .timeline__text strong {
    white-space: normal;
    width: 11rem;
  }

  .timeline__text.t-6 {
    text-align: center;
    width: 7rem;
  }
  .timeline__text.t-6 strong {
    width: 100%;
  }

  .t-11, .t-1 {
    top: -230px;
  }

  .t-2, .t-10 {
    top: -140px;
  }
}
@media only screen and (max-width: 1024px) {
  .container {
    max-width: 41rem;
  }

  .section--presence .container--small {
    max-width: 41rem !important;
  }

  .section--presence .two-thirds img {
    width: 22rem;
    margin-left: 0;
    margin-right: auto;
  }

  .section--presence .one-third img {
    width: 11rem;
    margin-left: auto;
    margin-right: 0;
  }

  .section--presence .two-thirds {
    width: 66.66%;
  }

  .section--presence .padding-top > p {
    max-width: 21rem;
  }

  .section--stories .flexgrid--wide p {
    max-width: 28rem;
    margin-left: auto;
    margin-right: auto;
  }

  .dot__years {
    display: none !important;
  }

  h2, .beta {
    font-size: 3rem;
  }

  h3, .gamma {
    font-size: 2.5rem;
  }

  .section--stories .round-1 {
    width: 9rem;
    top: 10rem;
    left: calc(100% - 3rem);
  }

  .section--stories .round-2 {
    width: 50%;
    top: 60%;
    left: 75%;
  }

  .section--stories .round-3 {
    width: 25%;
    top: calc(100% - 9rem);
    left: 50%;
  }

  .shoes {
    margin-top: -4rem;
    margin-bottom: 0;
  }

  .experience span {
    left: 9rem;
  }

  .container--tiny {
    max-width: 38rem !important;
  }

  .phone-1 {
    width: 15rem;
    margin-left: 0;
  }

  .phone-2 {
    width: 15rem;
    margin-right: 0;
  }

  .best-time {
    padding-bottom: 5rem;
  }

  .since {
    padding-bottom: 280px;
  }

  .timeline {
    overflow: visible;
    height: 400px;
  }
  .timeline .dot {
    width: 145px;
    height: 145px;
  }
  .timeline .timeline__line {
    opacity: 1;
  }
  .timeline .timeline__text {
    opacity: 1;
  }
  .timeline .t-11 {
    color: #FFF;
  }
  .timeline .year-19 {
    opacity: 1;
  }

  .section--goal {
    height: 175vw;
  }

  .goal__stop {
    height: auto;
  }
  .goal__stop img {
    object-fit: unset;
    height: auto;
    position: relative;
  }
  .goal__stop img + img {
    display: block;
    transform: rotateX(180deg);
  }

  .slick-dots {
    bottom: -2rem;
  }
}
@media only screen and (max-width: 1020px) {
  html {
    font-size: 16px;
  }

  .text--smaller p,
  .timeline__text {
    font-size: 1rem;
  }

  .timeline__text strong {
    width: 14rem;
  }

  .experience p {
    font-size: 15px;
  }

  .goal__bottom {
    padding-top: 4rem;
  }
}
@media only screen and (max-width: 800px) {
  .site-header {
    position: relative;
    left: 0;
    width: 100%;
    top: calc(-100% + 5.55vw);
    height: 600px;
    margin-top: -220px;
  }

  .site-header svg.bg {
    width: 1200px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }

  #ring-center {
    fill: #C01E45;
    stroke: #C01E45;
  }

  .logo-text {
    opacity: 1;
    font-size: 16px;
  }

  .header-nav {
    opacity: 1;
    top: calc(50% + 70px);
    pointer-events: all;
  }

  .steps-ani {
    position: absolute;
  }

  .steps-ani img,
  .steps-ani img.step-1.active {
    opacity: 0;
  }

  .steps-ani .step-10 {
    opacity: 1;
  }

  .h1-con {
    position: relative;
  }

  .section--what img {
    width: 140%;
    max-width: 140%;
    left: -20%;
  }

  .section--what .mission {
    margin-left: -21vw;
  }

  .section--what .vision {
    margin-left: 21vw;
  }

  .section--what .mission-vision,
  .section--what .mission,
  .section--what .vision {
    width: 42vw !important;
    height: 42vw !important;
    padding-top: 8vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .section--what .bubble h4 {
    font-size: 5vw;
  }

  .section--what .bubble p {
    font-size: 2vw;
  }

  .section--what span {
    opacity: 1;
  }

  .section--what .text {
    margin-bottom: calc(80vw + 12rem);
  }

  .section--what {
    min-height: auto;
  }
  .section--what svg {
    bottom: 25vw;
  }

  .section--who {
    margin-top: -25vw;
    z-index: 99;
  }

  .section--presents {
    z-index: 100;
  }

  .logo-text,
  .overlay svg {
    width: 14vw;
  }

  .down-arrow {
    display: none;
  }

  label {
    position: static;
    right: auto;
    top: auto;
  }
}
@media only screen and (max-width: 760px) {
  .section--presents {
    padding-bottom: 12rem;
  }
  .section--presents .one-half {
    width: 100%;
  }
  .section--presents p {
    max-width: 100%;
    position: relative;
    z-index: 9;
  }

  .section--presents .flex__item:last-child {
    padding-left: 2rem;
  }

  .shoes {
    margin-top: 0;
    width: 25rem;
  }

  .experience__top::before {
    width: 100%;
  }

  .experience span {
    left: auto;
    right: 0;
  }

  .experience .images,
  .experience .images2 {
    left: auto;
    right: 0;
  }

  .timeline {
    height: 50vw;
  }

  .timeline .dot {
    width: 12vw;
    height: 12vw;
  }

  .dot__years {
    font-size: 4vw;
  }

  .timeline__line {
    width: 13vw;
    height: 0.5vw;
    background: linear-gradient(to right, transparent, transparent 8vw, #C01E45 8vw);
  }

  .t-1, .t-11 {
    top: -22vw;
  }

  .t-1 {
    left: 5vw;
  }

  .t-11 {
    right: 5vw;
  }

  .t-2, .t-10 {
    top: -14vw;
  }

  .t-2 {
    left: 14vw;
  }

  .t-10 {
    right: 14vw;
  }

  .t-3, .t-9 {
    top: -4.5vw;
  }

  .t-4, .t-8 {
    top: 7vw;
  }

  .t-3 {
    left: 17vw;
  }

  .t-9 {
    right: 17vw;
  }

  .t-4 {
    left: 15vw;
  }

  .t-8 {
    right: 15vw;
  }

  .t-5, .t-7 {
    top: 14vw;
  }

  .t-5 {
    left: 10vw;
  }

  .t-7 {
    right: 10vw;
  }

  .t-6 {
    top: 20vw;
  }

  .timeline__text {
    font-size: 2vw;
  }

  .timeline__text strong {
    width: 34vw;
  }

  .timeline__text.t-6 {
    width: 17vw;
  }

  .since {
    padding-bottom: 40vw;
  }
}
@media only screen and (max-width: 640px) {
  h2, .beta {
    font-size: 7vw;
  }
  h2 br, .beta br {
    display: none;
  }

  h3, .gamma {
    font-size: 5.5vw;
  }

  h4, .delta {
    font-size: 5vw;
  }

  .section--goal h4 {
    font-size: 3vw;
  }

  .goal__final h3,
  .section--what h3 {
    font-size: 10vw;
    white-space: nowrap;
  }

  .best-time p {
    padding-left: 0;
  }

  .section--what .text,
  .goal__bottom .text {
    padding-left: 3rem;
  }

  .goal__final {
    padding-top: 15vw;
  }

  .section--stories .flexgrid--wide p {
    max-width: 100%;
  }

  .section--presence {
    background: repeating-linear-gradient(to left, #C01E45, #C01E45 2px, #501018 2px, #501018 4px);
  }

  .section--stories {
    background: repeating-linear-gradient(to left, #cb445b, #cb445b 2px, #c21e45 2px, #c21e45 4px);
  }

  .phone {
    max-width: 100%;
  }

  .text--big p {
    font-size: 1.25rem;
  }

  .section--goal .overlay {
    background: repeating-linear-gradient(-45deg, #d56878, #d56878 2px, #d75061 2px, #d75061 5px);
  }
  .section--goal .overlay::before {
    background: repeating-linear-gradient(45deg, #d56878, #d56878 2px, #d75061 2px, #d75061 5px);
  }

  .section--goal .overlay div::before, .section--goal .overlay div::after {
    width: 8px;
  }

  .section--goal .overlay div::after {
    left: 4px;
  }

  .logo-text,
  .overlay svg {
    width: 6rem;
  }
}
@media only screen and (max-width: 480px) {
  .download-link {
    width: 90vw;
  }

  .section--goal {
    height: auto;
  }

  .section--goal::before {
    opacity: 1;
    background: linear-gradient(to bottom, rgba(233, 181, 161, 0), rgba(233, 181, 161, 0) 30%, rgba(233, 181, 161, 0.8) 50%, #e9b5a1 90%, #e9b5a1);
  }

  .timeline__line {
    width: 11vw;
    display: none;
  }

  .timeline__text {
    font-size: 3vw;
  }

  .timeline {
    height: 55vw;
  }

  .t-1, .t-11 {
    top: -34vw;
  }
  .t-1 strong, .t-11 strong {
    width: 40vw;
  }

  .t-2, .t-10 {
    top: -19vw;
  }

  .t-3, .t-9 {
    top: -6vw;
  }

  .t-4, .t-8 {
    top: 12vw;
  }

  .t-5, .t-7 {
    top: 26vw;
  }
  .t-5 strong, .t-7 strong {
    width: 38vw;
  }

  .t-6 {
    top: 26vw;
  }

  .since {
    padding-bottom: 50vw;
  }

  .timeline .timeline__text:not(.t-6) {
    transform: translateY(-10vw);
  }

  .t-9 {
    right: 14vw;
  }

  .t-10 {
    right: 11vw;
  }

  .t-3 {
    left: 14vw;
  }

  .t-2 {
    left: 9vw;
    top: -21vw;
  }

  .section--who .inner::before {
    top: 50%;
    height: 50%;
  }

  .section--who .inner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 75%;
    width: 100%;
    background: #501018;
  }

  .experience span {
    font-size: 1.7rem;
    line-height: 1.6;
  }

  .section--stories .round-1 {
    width: 7.5rem;
    left: calc(100% - 2.5rem);
  }

  .section--stories .round-2 {
    width: 55%;
    top: 55%;
  }

  .section--stories .round-3 {
    width: 35%;
    left: 58%;
  }

  .section--presence .two-thirds h3 {
    font-size: 2rem;
  }

  h5, .epsilon {
    font-size: 0.9rem;
  }

  .experience .images,
  .experience .images2 {
    position: relative;
    margin-top: -10rem;
    margin-bottom: -6rem;
    top: auto;
  }

  .experience .images2 {
    transform: translateY(-100%);
    margin-top: 6rem;
    position: absolute;
  }
}
@media only screen and (max-width: 360px) {
  .experience span {
    font-size: 1.5rem;
  }

  .section--what .text, .goal__bottom .text {
    padding-left: 2rem;
  }
}



.switch {
    position: absolute;
    color:#FFF;
    left: calc(20vw + 100px);
    top:52%;
    transform: translateY(-50%);
    text-transform: uppercase;
}
