/*!

*/

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

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */

/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */

/* Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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

/**
 * Addresses styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

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

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

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

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */

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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */

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

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.ir,
.hide-text,
.text-replace,
.image-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}

.hide,
.hidden {
  visibility: hidden;
  display: none;
}

@font-face {
  font-family: 'dinschriftregular_3';
  src: url("webfonts/dinschrift-regular3-webfont.woff2") format("woff2"), url("webfonts/dinschrift-regular3-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'dinneuzeitgrotesk_boldcondBd';
  src: url("webfonts/dinneuzeitgrotesk-boldcond-webfont.woff2") format("woff2"), url("webfonts/dinneuzeitgrotesk-boldcond-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  padding-top: env(safe-area-inset-top, 0px);
}

body {
  font-family: "dinschriftregular_3", sans-serif;
  font-size: 20px;
  font-weight: 300;
  font-size-adjust: auto;
  line-height: 1.4;
  text-align: left;
  word-wrap: break-word;
  color: #feffff;
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
}

h1 + h2,
h2 + h3,
h3 + h4,
h5 + h6 {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "dinschriftregular_3", sans-serif;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2em;
  letter-spacing: 1.5px;
  word-spacing: -2px;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

a {
  color: #999999;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #cccccc;
}

strong {
  color: #ffffff;
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  display: block;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #dadada;
  color: #6f6f6f;
  background-color: #6f6f6f;
}

blockquote {
  margin: 0 0 20px;
  font-family: cambria, georgia, times, serif;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background: #fefefe;
  padding: 20px;
  font-style: italic;
}

blockquote p:last-child {
  margin-bottom: 0;
}

ins {
  background: #f0b700;
  color: #000000;
  text-decoration: none;
}

mark {
  background: #f0b700;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

table {
  width: 100%;
}

.text--yellow {
  color: #f0b700;
}

html {
  background-color: #ffffff;
  overflow-x: hidden;
}

html.no-touch {
  overflow-y: auto;
}

body {
  clear: both;
  position: relative;
  width: 100%;
  height: 100vh;
}

body::after {
  content: '';
  display: table;
  clear: both;
}

.page-wrapper {
  position: relative;
  width: 100%;
}

.wrapper {
  display: block;
  position: relative;
  padding: 40px 20px;
}

.container {
  clear: both;
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
}

.container::after {
  content: '';
  display: table;
  clear: both;
}

.button {
  position: relative;
  display: inline-block;
  padding: 15px 75px 15px 20px;
  background-color: white;
  border: none;
  border-radius: 0;
  outline: 0;
  zoom: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  user-drag: none;
  color: #000000;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Roboto Condensed", Arial, Helvetica, Sans-serif;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.button:active,
.button:focus,
.button:hover {
  outline: 0;
  color: #000000;
}

.button:active:after,
.button:focus:after,
.button:hover:after {
  background-color: #f3f3f3;
  width: 16px;
}

.button.disabled,
.button[disabled] {
  background-image: none;
  opacity: 0.4;
  cursor: not-allowed;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.button:after {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  margin-left: 20px;
  vertical-align: middle;
  content: '';
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNS40IDQxLjU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzVkOThjMztmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93LXJpZ2h0PC90aXRsZT48ZyBpZD0iUGFnZS0xIj48cG9seWdvbiBpZD0iVmVjdG9yLVNtYXJ0LU9iamVjdDIxIiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAwIDIyLjM2IDIwLjc4IDAgNDEuNTYgMTIuODggNDEuNTYgMzUuNCAyMC43OCAxMi44OCAwIDAgMCIvPjwvZz48L3N2Zz4=");
  background-color: transparent;
  width: 60px;
  height: 100%;
  background-size: 10px 15px;
  background-repeat: no-repeat;
  background-position: 70%;
  -webkit-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

img {
  height: auto;
  max-width: 100%;
}

::-webkit-scrollbar {
  background: transparent;
  border-radius: 0;
  height: 0;
  width: 6px;
  right: 0px;
}

::-webkit-scrollbar-thumb {
  background: #6695b8;
  border-radius: 0;
}

.staggered-title {
  color: #333;
  font-weight: 100;
  font-size: 4vw;
  letter-spacing: -0.4px;
  font-family: dinneuzeitgrotesk_boldcondBd;
  text-align: left;
}

.staggered-title-part {
  display: inline-block;
  background-color: #ffffff;
  border-bottom: 7px solid #6695b8;
  padding: 9px 30px 0px 30px;
  line-height: 1.24;
  -webkit-transform: translateX(10%);
      -ms-transform: translateX(10%);
          transform: translateX(10%);
  white-space: nowrap;
  -webkit-transition: 700ms -webkit-transform ease-out;
  transition: 700ms -webkit-transform ease-out;
  -o-transition: 700ms transform ease-out;
  transition: 700ms transform ease-out;
  transition: 700ms transform ease-out, 700ms -webkit-transform ease-out;
}

.js-modal-active .staggered-title-part {
  -webkit-transform: translateX(0px) translateY(0);
      -ms-transform: translateX(0px) translateY(0);
          transform: translateX(0px) translateY(0);
}

.staggered-title-part:last-child {
  position: absolute;
  left: 0;
  -webkit-transform: translateX(0) translateY(-1px);
      -ms-transform: translateX(0) translateY(-1px);
          transform: translateX(0) translateY(-1px);
}

.js-modal-active .staggered-title-part:last-child {
  -webkit-transform: translateX(0px) translateY(-1px);
      -ms-transform: translateX(0px) translateY(-1px);
          transform: translateX(0px) translateY(-1px);
}

.intro {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 98;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.intro.keyframe-4 {
  opacity: 0;
  pointer-events: none;
}

.intro-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.keyframe-2 .intro-border {
  -webkit-transform: scale(0.28, 0.06);
      -ms-transform: scale(0.28, 0.06);
          transform: scale(0.28, 0.06);
}

.keyframe-3 .intro-border {
  display: none;
}

@-webkit-keyframes trace {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes trace {
  to {
    stroke-dashoffset: 0;
  }
}

#intro-border-rect {
  stroke-dasharray: calc(200vw + 200vh);
  stroke-dashoffset: calc(200vw + 200vh);
}

.keyframe-1 #intro-border-rect {
  -webkit-animation: trace 4.3s ease-in-out forwards;
          animation: trace 4.3s ease-in-out forwards;
}

@-webkit-keyframes fade {
  to {
    opacity: 1;
  }
}

@keyframes fade {
  to {
    opacity: 1;
  }
}

.intro-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 100;
  padding: 0.35em 0.75em 0.5em;
  color: #fff;
  line-height: 1.1;
  font-weight: 100;
  font-size: 2.5vw;
  letter-spacing: 2px;
  white-space: nowrap;
  border: 2px solid transparent;
  background-color: #000000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms;
}

.keyframe-2 .intro-title {
  border-color: #f0b700;
  -webkit-transition: border-color 50ms;
  -o-transition: border-color 50ms;
  transition: border-color 50ms;
  -webkit-transition-delay: 300ms;
       -o-transition-delay: 300ms;
          transition-delay: 300ms;
}

.keyframe-3 .intro-title {
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

.intro-title-part {
  opacity: 0;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.intro-title-part:nth-child(1) {
  -webkit-animation-delay: 700ms;
          animation-delay: 700ms;
}

.intro-title-part:nth-child(2) {
  -webkit-animation-delay: 1400ms;
          animation-delay: 1400ms;
}

.intro-title-part:nth-child(3) {
  -webkit-animation-delay: 2100ms;
          animation-delay: 2100ms;
}

.intro-title-part:nth-child(4) {
  -webkit-animation-delay: 2800ms;
          animation-delay: 2800ms;
}

.intro-title-part:nth-child(5) {
  -webkit-animation-delay: 3500ms;
          animation-delay: 3500ms;
}

.intro-title-part:nth-child(6) {
  -webkit-animation-delay: 4200ms;
          animation-delay: 4200ms;
}

.intro-title-part:nth-child(7) {
  -webkit-animation-delay: 4900ms;
          animation-delay: 4900ms;
}

.intro-title-part:nth-child(8) {
  -webkit-animation-delay: 5600ms;
          animation-delay: 5600ms;
}

.intro-title-part:nth-child(9) {
  -webkit-animation-delay: 6300ms;
          animation-delay: 6300ms;
}

.intro-title-part:nth-child(10) {
  -webkit-animation-delay: 7000ms;
          animation-delay: 7000ms;
}

.intro-title-part:nth-child(11) {
  -webkit-animation-delay: 7700ms;
          animation-delay: 7700ms;
}

.intro-title-part:nth-child(12) {
  -webkit-animation-delay: 8400ms;
          animation-delay: 8400ms;
}

.intro-title-part:nth-child(13) {
  -webkit-animation-delay: 9100ms;
          animation-delay: 9100ms;
}

.intro-title-part:nth-child(14) {
  -webkit-animation-delay: 9800ms;
          animation-delay: 9800ms;
}

.intro-title-part:nth-child(15) {
  -webkit-animation-delay: 10500ms;
          animation-delay: 10500ms;
}

.intro-title-part:nth-child(16) {
  -webkit-animation-delay: 11200ms;
          animation-delay: 11200ms;
}

.intro-title-part:nth-child(17) {
  -webkit-animation-delay: 11900ms;
          animation-delay: 11900ms;
}

.intro-title-part:nth-child(18) {
  -webkit-animation-delay: 12600ms;
          animation-delay: 12600ms;
}

.intro-title-part:nth-child(19) {
  -webkit-animation-delay: 13300ms;
          animation-delay: 13300ms;
}

.intro-title-part:nth-child(20) {
  -webkit-animation-delay: 14000ms;
          animation-delay: 14000ms;
}

.intro-title-part:last-child {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
}

.keyframe-1 .intro-title-part {
  -webkit-animation-name: fade;
          animation-name: fade;
}

.intro-spinner {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 325px;
  height: 325px;
  text-align: center;
}

.intro-spinner:after {
  content: '';
  display: block;
  width: 325px;
  height: 325px;
  background-image: url(../images/intro-spinner.svg);
  background-size: contain;
  -webkit-transform: scale(0.2) rotate(-90deg);
      -ms-transform: scale(0.2) rotate(-90deg);
          transform: scale(0.2) rotate(-90deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: all 150ms ease-out;
  -o-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
  opacity: 0;
}

.keyframe-2 .intro-spinner:after {
  -webkit-transform: scale(1) rotate(0deg);
      -ms-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
  opacity: 1;
}

.keyframe-3 .intro-spinner:after {
  -webkit-transform: scale(0.4) rotate(90deg);
      -ms-transform: scale(0.4) rotate(90deg);
          transform: scale(0.4) rotate(90deg);
  opacity: 0;
  -webkit-transition: all 250ms ease-in;
  -o-transition: all 250ms ease-in;
  transition: all 250ms ease-in;
  -webkit-transition-delay: 0ms;
       -o-transition-delay: 0ms;
          transition-delay: 0ms;
}

.intro-description {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 40vh 10vw 0;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 2;
  font-weight: 100;
  font-size: 1.8vw;
  letter-spacing: 1px;
  -webkit-transition: all 1000ms ease-in-out;
  -o-transition: all 1000ms ease-in-out;
  transition: all 1000ms ease-in-out;
  -webkit-transition-delay: 200ms;
       -o-transition-delay: 200ms;
          transition-delay: 200ms;
  opacity: 0;
}

.keyframe-3 .intro-description {
  opacity: 1;
}

.keyframe-4 .intro-description {
  opacity: 0;
}

.intro-headphones {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 80vh;
  opacity: 0;
  font-size: 1.3vw;
  white-space: nowrap;
  -webkit-transition: all 600ms ease-in-out;
  -o-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
  -webkit-transition-delay: 250ms;
       -o-transition-delay: 250ms;
          transition-delay: 250ms;
}

.keyframe-3 .intro-headphones {
  top: 70vh;
  opacity: 1;
}

.keyframe-4 .intro-headphones {
  top: 80vh;
  opacity: 0;
}

.intro-headphones img {
  display: inline-block;
  max-width: 40px;
  margin-bottom: 10px;
}

.modal {
  display: none;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-content {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
}

.modal-close {
  position: absolute;
  top: 35px;
  right: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.modal2 {
  display: none;
  position: absolute;
  width: 80%;
  height: 80%;
  z-index: 5;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-close2 {
  position: absolute;
  top: 25px;
  right: 55px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.modal3 {
  display: none;
  position: absolute;
  width: 80vw;
  height: 80vh;
  z-index: 5;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.modal-content3 {
  position: absolute;
  width: 80vw;
  height: 80vh;
  top: 25vh;
  left: 25vw;
}

.modal-close3 {
  position: absolute;
  top: 25px;
  right: 55px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.js-modal-close {
  top: 5vh !important;
  right: 3vw !important;
}

.js-modal-close2 {
  top: 17vh !important;
  right: 13vw !important;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.audio {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.audio-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 15vh;
}

.audio-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
      -ms-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 400px;
  text-align: center;
}

.content {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background-color: #1a1a1a;
}

.content-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 20vh 0;
  overflow: scroll;
}

.information {
  width: 80vw;
  padding: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13vh;
  margin-bottom: 15vh;
  background-color: #333;
  background-size: cover;
  background-position: 50%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
}

.information-header {
  text-align: center;
  padding-top: 7vh;
}

.information-content {
  font-family: dinneuzeitgrotesk_boldcondBd, sans-serif;
  max-width: 850px;
  margin: 0 auto;
  font-size: 74px;
  line-height: 1.3;
  font-weight: 100;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  -webkit-transform: scale(1, 1.1);
  /* Safari and Chrome */
  /* Firefox */
  -ms-transform: scale(1, 1.1);
  /* IE 9 */
  /* Opera */
  transform: scale(1, 1.1);
  /* W3C */
}

.information-content strong {
  font-weight: 500;
}

.information-content a {
  color: white;
}

.information-content-line2 {
  font-size: 28px;
  letter-spacing: 2px;
  margin-top: 4vh;
}

.information-content-line3 {
  letter-spacing: 2px;
  margin-bottom: 5vh;
}

.information-footer {
  margin-top: 4vh;
}

.information-footer .button {
  margin-left: 10px;
  margin-bottom: 6vh;
  margin-right: 10px;
  word-spacing: 0px;
}

.information-footer__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.instructions {
  width: 80vw;
  height: 70vh;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15vh;
  margin-bottom: 15vh;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  background-color: #333;
}

.instructions,
.instructions-panel {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.instructions-panel {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-line-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
}

.instructions-panel img {
  max-height: 8vh;
}

.instructions-panel span {
  max-width: 80%;
  font-size: 16px;
  word-spacing: 0px;
  margin-top: 10px;
}

.instructions-panel-border {
  content: "";
  background: #fbfbfb;
  position: relative;
  width: 1px;
}

.instructions-confirmation {
  position: absolute;
  right: 80px;
  top: 28px;
  font-size: 16px;
}

.profile {
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background-color: #333333;
}

.profile-title {
  position: absolute;
  z-index: 3;
  right: 33.333333%;
  top: 12vh;
  text-align: right;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.profile-figure {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 66.6666%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.profile-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  padding: 37.5vh 5.3vw 4vh 71vw;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.profile-content h1 {
  margin-top: 0;
  margin-bottom: 1em;
}

.profile-content .profile-subtext {
  line-height: 3.5vh;
  margin-bottom: 3vh;
}

.play_button {
  position: absolute;
  z-index: 3;
  right: 30vw;
  top: 38vh;
  text-align: right;
  -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
          transform: translateX(3px);
}

.inline-video {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.inline-video-full {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 50vh;
  min-width: 50vw;
  -o-object-fit: none;
     object-fit: none;
}

.profile-gap {
  font-size: 26px !important;
  margin-top: 2rem;
}

.slideshow {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: #333333;
}

.slider {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  overflow: visible;
  padding: 0;
}

.slide {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.slide:focus,
.slide:active {
  outline: none;
}

.slide-image {
  position: relative;
  height: 100vh;
  overflow: visible;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 5vh;
}

.slick-slide .slide-image {
  opacity: 0.3;
}

.slick-center.slick-slide .slide-image {
  opacity: 1;
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}

.slide-image img {
  max-height: 100%;
  display: block;
  margin: 0 auto;
}

.slide-image span {
  margin-left: 5vw;
}

.slide-caption,
.slide-caption2 {
  font-family: dinneuzeitgrotesk_boldcondBd;
  display: inline-block;
  width: auto;
  word-spacing: 0px;
  background-color: #ffffff;
  border-bottom: 4px solid #6695b8;
  color: #333;
  font-size: 25px;
  z-index: 4;
  left: 3vw;
  padding: .4em .8em .4em;
  line-height: 1.12;
  letter-spacing: -0.4px;
}

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 10vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  background-color: transparent;
  color: #333;
  border: none;
  font-size: 20px;
}

.slick-dots li button:focus,
.slick-dots li button:active {
  outline: none;
}

.slick-dots li.slick-active button {
  color: #ffffff;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 90px;
  height: 90px;
  background: #6695b8;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: border-radius 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  transition: border-radius 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out, border-radius 300ms ease-in-out;
  transition: transform 300ms ease-in-out, border-radius 300ms ease-in-out;
  transition: transform 300ms ease-in-out, border-radius 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.slick-arrow:focus,
.slick-arrow:active {
  outline: none;
}

.slick-arrow:hover {
  border-radius: 50px;
  -webkit-transform: translateY(-50%) scale(1.1) rotate(90deg);
      -ms-transform: translateY(-50%) scale(1.1) rotate(90deg);
          transform: translateY(-50%) scale(1.1) rotate(90deg);
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNS40IDQxLjU2Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjtmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93LXJpZ2h0PC90aXRsZT48ZyBpZD0iUGFnZS0xIj48cG9seWdvbiBpZD0iVmVjdG9yLVNtYXJ0LU9iamVjdDIxIiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMCAwIDIyLjM2IDIwLjc4IDAgNDEuNTYgMTIuODggNDEuNTYgMzUuNCAyMC43OCAxMi44OCAwIDAgMCIvPjwvZz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(0.5) translateY(-100%) translateX(-90%);
      -ms-transform: scale(0.5) translateY(-100%) translateX(-90%);
          transform: scale(0.5) translateY(-100%) translateX(-90%);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 300ms ease-in-out;
  transition: -webkit-transform 300ms ease-in-out;
  -o-transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out;
  transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}

.slick-arrow.slick-prev {
  left: 100px;
}

.slick-arrow.slick-prev:after {
  -webkit-transform: scale(0.5) translateY(-100%) translateX(-100%) rotate(180deg);
      -ms-transform: scale(0.5) translateY(-100%) translateX(-100%) rotate(180deg);
          transform: scale(0.5) translateY(-100%) translateX(-100%) rotate(180deg);
}

.slick-arrow.slick-prev:hover:after {
  -webkit-transform: scale(0.5) translateY(-100%) translateX(-100%) rotate(90deg);
      -ms-transform: scale(0.5) translateY(-100%) translateX(-100%) rotate(90deg);
          transform: scale(0.5) translateY(-100%) translateX(-100%) rotate(90deg);
}

.slick-arrow.slick-next {
  right: 100px;
}

.slick-arrow.slick-next:hover:after {
  -webkit-transform: scale(0.5) translateY(-110%) translateX(-100%) rotate(-90deg);
      -ms-transform: scale(0.5) translateY(-110%) translateX(-100%) rotate(-90deg);
          transform: scale(0.5) translateY(-110%) translateX(-100%) rotate(-90deg);
}

.video {
  background-color: #1a1a1a;
  width: 100%;
  height: 100%;
}

.video-center {
  position: relative;
  display: block;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 100px rgba(0, 0, 0, 0.9);
}

.video-caption {
  position: absolute;
  word-spacing: 0px;
  top: 85%;
  left: 1vw;
  z-index: 4;
  padding: .4em .8em .4em;
  background-color: #ffffff;
  border-bottom: 7px solid #6695b8;
  color: #333;
  line-height: 1.12;
  letter-spacing: -0.4px;
  font-size: 36px;
}

.fluid-width-video-wrapper {
  position: static;
  padding-top: 55.25% !important;
}

.fluid-width-video-wrapper iframe {
  height: 100vh !important;
}

@media screen and (min-width: 280px) {
  /* */
}

@media screen and (min-width: 680px) {
  /* */

  .profile-title-tower {
    right: 24.6% !important;
  }
}

@media screen and (min-width: 880px) {
  /* */
}

@media screen and (min-width: 1000px) and (orientation: landscape) {
  .video-center {
    padding-top: 56.25%;
    /* 16:9 */
  }
}

@media screen and (min-width: 1280px) {
  /* */
}

@media screen and (max-width: 1720px) {
  /* */
}

@media screen and (max-width: 1366px) {
  .slick-arrow {
    display: none !important;
  }
}

@media screen and (max-width: 1320px) {
  /* */

  .container {
    width: 880px;
  }

  .profile-gap {
    margin-top: 6vh;
  }
}

@media screen and (max-width: 1300px) and (orientation: landscape) {
  .slick-arrow {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 1120px) {
  /* */

  .container {
    width: 680px;
  }

  .intro-title {
    font-size: 4vw;
  }

  .intro-description {
    font-size: 2.5vw;
  }

  .intro-headphones {
    font-size: 2vw;
  }

  .js-modal-close {
    top: 9vh !important;
    right: 2vw !important;
  }

  .js-modal-close2 {
    top: 16vh !important;
  }

  .audio-center {
    top: 60vh;
  }

  .content-content {
    padding: 5vw;
  }

  .information-content {
    max-width: 90vw;
    font-size: 4vw;
  }

  .information-header {
    padding-top: 2vh;
  }

  .information-content-line2 {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 2vh;
  }

  .information-content-line3 {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 2vh;
  }

  .information-footer {
    margin-top: 2vh;
  }

  .information-footer {
    font-size: 16px;
    padding: 0 5vw;
  }

  .profile-gap {
    margin-top: -6vh;
  }

  .slider {
    top: 23vh;
  }

  .slide-image {
    height: 43vh;
  }

  .slide-caption,
  .slide-caption2 {
    font-size: 20px;
    left: auto;
    margin-left: 5vw;
    margin-right: 5vw;
  }

  .slide-caption,
  .slide-caption2 {
    font-size: 1rem !important;
  }

  .slick-dots {
    top: 82vh;
  }

  .slick-dots li:not(:first-of-type):before {
    color: #6d6d6d;
  }

  .slick-dots li button {
    color: #6d6d6d;
  }

  .slick-arrow {
    width: 40px;
    height: 40px;
    top: 23vh;
  }

  .slick-arrow:after {
    width: 20px;
    height: 20px;
  }

  .slick-arrow.slick-prev {
    left: 15px;
  }

  .slick-arrow.slick-next {
    right: 15px;
  }
}

@media screen and (max-width: 1120px) and (max-width: 1300px) and (orientation: portrait) {
  .profile-content {
    padding: 24.5vh 5.3vw 4vh 71vw;
  }
}

@media screen and (max-width: 1120px) and (max-width: 1120px) and (orientation: landscape) {
  .slider {
    top: 3vh !important;
  }

  .slick-dots {
    top: 7vh;
  }
}

@media screen and (max-width: 1120px) and (orientation: landscape) {
  .slide-image {
    padding-bottom: 20vh;
  }

  .slide-image {
    height: 100vh;
  }
}

@media screen and (max-width: 1120px) and (max-width: 1300px) {
  .slick-dots {
    top: 7vh;
  }
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  .profile-content {
    position: fixed;
    height: 375px;
    padding: 37.5vh 5.3vw 20vh 71vw;
  }
}

@media screen and (max-width: 880px) and (orientation: landscape) {
  .profile-gap {
    margin-top: 1.5em !important;
  }

  .profile-content .profile-subtext {
    line-height: 5.5vh !important;
  }

  .profile-content .profile-quote {
    line-height: 7vh !important;
    margin-bottom: 0;
    font-size: 1.4rem !important;
  }

  .profile-subtext {
    font-size: 1rem !important;
    padding: 1rem 0;
  }

  .slide {
    bottom: 5.4vh !important;
  }

  .video-center {
    top: 39%;
  }
}

@media screen and (max-width: 880px) and (orientation: portrait) {
  .profile-gap-large {
    margin-top: 3rem !important;
  }
}

@media screen and (max-width: 720px) and (orientation: portrait) {
  /* */

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 20px;
  }

  h2 {
    font-size: 7vw;
    margin-bottom: 0.7em;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 14px;
  }

  h5 {
    font-size: 14px;
  }

  h6 {
    font-size: 14px;
  }

  .container {
    max-width: 280px;
    width: auto;
  }

  .button {
    display: block;
    width: 33vw;
    margin-bottom: 1em;
  }

  .js-modal-active .staggered-title-part:last-child {
    -webkit-transform: translateX(0) translateY(-2px);
        -ms-transform: translateX(0) translateY(-2px);
            transform: translateX(0) translateY(-2px);
    left: 0;
  }

  .staggered-title-part {
    border-bottom: 4px solid #6695b8;
    padding: 7px 20px 0px 20px;
    margin-bottom: 2px;
  }

  .intro-title {
    font-size: 6vw;
  }

  .intro-description {
    font-size: 4vw;
  }

  .intro-headphones {
    font-size: 3vw;
  }

  .modal-close {
    top: 15px;
    right: 15px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }

  .js-modal-close2 {
    top: 7vh !important;
    right: 3vw !important;
  }

  .audio-title {
    text-align: center;
    left: 45%;
  }

  .audio-center {
    top: 70vh;
  }

  .content-content {
    position: relative;
    width: 100%;
    max-width: none;
    height: auto;
    padding: 6vw;
  }

  .information {
    height: 100% !important;
    width: 100vw;
    margin-bottom: 0vh !important;
    margin-top: 0px !important;
  }

  .information-content {
    font-size: 8vw;
  }

  .information-footer .button {
    display: inline-block;
    width: 62vw;
    font-size: 4vw;
    margin-bottom: 3vh;
    margin-left: 0;
  }

  .information-footer__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 10%;
  }

  .instructions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0vh;
    padding-top: 5vh;
    width: 100vw;
    height: 98vh;
  }

  .instructions-panel {
    border-bottom: 1px solid black;
  }

  .instructions-panel span {
    font-size: 14px;
  }

  .profile-title {
    position: relative;
    right: auto;
    margin: 0;
    top: auto;
    -webkit-transform: translateY(-100%) translateX(0);
        -ms-transform: translateY(-100%) translateX(0);
            transform: translateY(-100%) translateX(0);
    text-align: left;
    font-size: 8vw;
  }

  .profile-figure {
    position: relative;
    top: 8vh;
    height: 30vh;
    width: auto;
  }

  .profile-content {
    position: relative;
    top: 7vh;
    width: 100%;
    height: auto;
    padding: 10vh 4vw 5vh 5vw;
    font-size: 20px;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .play_button {
    right: 38vw;
    top: 10vh;
  }

  .profile-subtext {
    margin-top: 2rem;
  }

  .slick-dots {
    top: -5vh;
  }

  .video-caption {
    left: 0;
    right: 0;
    width: 100%;
  }
}

@media screen and (max-width: 720px) and (orientation: portrait) and (orientation: portrait) {
  .profile-gap {
    margin-top: 0vh;
  }
}

@media screen and (min-width: 880px) and (max-width: 1300px) and (orientation: landscape) {
  .slide {
    bottom: 2.6vh !important;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #6f6f6f !important;
    text-shadow: none !important;
    height: auto !important;
    width: auto !important;
    float: none !important;
  }

  nav {
    display: none !important;
  }

  a,
  a:visited {
    color: #6f6f6f !important;
    text-decoration: underline;
  }

  a::after {
    content: " (" attr(href) ")";
  }

  abbr::after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #dadada;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
  }

@page {
    margin: 0.2cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media screen and (max-height: 720px) and (orientation: landscape) {
  .information-footer .button {
    margin-bottom: 2vh;
    word-spacing: 0px;
    width: 30vw;
    font-size: 1.25vw;
    display: block;
  }
}

@media (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .profile-gap {
    margin-top: -4rem !important;
  }

  .fluid-width-video-wrapper iframe {
    height: 98vh !important;
  }
}

@media (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .profile-gap {
    margin-top: 1rem !important;
  }

  .fluid-width-video-wrapper iframe {
    top: 24vh !important;
    height: 98vh !important;
  }
}

@media (max-device-width: 1112px) and (min-device-width: 834px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .profile-gap {
    margin-top: -3rem !important;
  }

  .fluid-width-video-wrapper iframe {
    height: 98vh !important;
  }
}

@media (max-device-width: 1112px) and (min-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .profile-gap {
    margin-top: -1rem !important;
  }

  .fluid-width-video-wrapper iframe {
    top: 24vh !important;
    height: 98vh !important;
  }
}

@media (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .profile-gap {
    margin-top: -3rem !important;
  }
}

@media (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .profile-gap {
    margin-top: -1rem !important;
  }

  .fluid-width-video-wrapper iframe {
    top: 22vh !important;
    height: 97vh !important;
  }
}

@media screen and (max-device-width: 850px) and (orientation: landscape) {
  .profile-gap {
    margin-top: 5vh !important;
  }
}

@media screen and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .fluid-width-video-wrapper iframe {
    height: 98vh !important;
  }
}

@media (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
  .fluid-width-video-wrapper iframe {
    top: 20vh !important;
    height: 90vh !important;
  }
}
/*# sourceMappingURL=styles.css.map */
