/*! 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, .block--header .bg {
  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 !important;
  }
}

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

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

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

iframe {
  max-width: 100%;
  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: 1400px) {
  .xl-one-whole {
    width: 100%;
  }

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

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

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

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

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

  .xl-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: 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: 680px) {
  .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: 82rem;
  box-sizing: content-box;
  margin: 0 auto;
  padding-inline: 2rem;
}

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

.container--small {
  max-width: 68rem;
}

.container--tiny {
  max-width: 40.5rem;
}

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

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

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

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

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

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

.flex--around {
  justify-content: space-around;
}

.flex--between {
  justify-content: space-between;
}

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

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

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

.flex1 {
  flex: 1 0 auto;
}

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

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

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

[data-target] {
  cursor: pointer;
}

/*  5.1 Links */
a {
  text-decoration: none;
  color: #FFF;
  transition: all 0.25s ease-out;
}
a:hover {
  color: #F89CCF;
}
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: "montserrat", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 1rem;
  color: #F89CCF;
}

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

h1, .alpha {
  font-size: 5rem;
  line-height: 1.22;
  font-weight: 800;
}

h2, .beta {
  font-size: 5.75rem;
  line-height: 1.21739;
}

h3, .gamma {
  font-size: 2.25rem;
  line-height: 1.22222;
}

h4, .delta {
  font-size: 1.25rem;
  line-height: 1.2;
}

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

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

p, blockquote,
pre, dl {
  margin: 0 0 1.25rem;
}
p a, blockquote a,
pre a, dl a {
  text-decoration: underline;
}
p + .btn, blockquote + .btn,
pre + .btn, dl + .btn {
  margin-top: 0.5rem;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.alignleft img {
  margin-left: 0;
}

.alignright img {
  margin-right: 0;
}

/*  5.4 Quotes */
blockquote {
  font-size: 2.5rem;
  line-height: 1.24;
  padding: 0;
  margin: 0;
  font-style: italic;
  font-weight: 300;
  color: #F89CCF;
}
blockquote cite {
  margin: 0;
  font-style: italic;
}

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

q {
  font-style: italic;
}

pre {
  padding: 2rem;
  border-radius: 5px;
  border: 1px solid #434343;
}

ul {
  padding-left: 1rem;
}

@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v31-latin-700.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v31-latin-500.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v31-latin-500italic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v31-latin-700italic.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v31-latin-300italic.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'montserrat';
  src: url("../fonts/montserrat-v31-latin-800.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
/*-----------------------------------------------------------------------------------*/
/*  6.0 Elements
/*-----------------------------------------------------------------------------------*/
/*  6.1 Buttons */
.btn {
  font-size: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  font-family: inherit;
  font-weight: bold;
  cursor: pointer;
  border: none;
  margin: 0;
  line-height: 1.4;
  padding: 0.9rem 2rem 0.85rem;
  border-radius: 2.5rem;
  text-decoration: none !important;
  text-align: center;
  color: #0F0F0F;
  background-color: #FFF;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.25s ease-out;
}
.btn:hover {
  color: #0F0F0F;
  background-color: #F89CCF;
}
.btn:active, .btn:focus {
  outline: none;
}

.btn--small {
  font-size: 0.75rem;
  padding: 0.5rem 0.75rem 0.45rem;
}

.btn--toggle {
  padding: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  background: transparent;
  border-radius: 0%;
  border: 0;
  z-index: 10001;
  margin-inline: 2rem -5px;
}
.btn--toggle .icon-bar {
  display: block;
  background: #FFF;
  position: relative;
  width: 28px;
  height: 3px;
  margin: 7px auto;
  transition: transform 0.25s ease-out;
  border-radius: 2px;
}
.nav-mobile-active .btn--toggle {
  background: transparent;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(2) {
  transform: rotate(45deg);
  top: 10px;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(3) {
  opacity: 0;
}
.nav-mobile-active .btn--toggle .icon-bar:nth-of-type(4) {
  transform: rotate(-45deg);
  top: -10px;
}

/*  6.3 Nav */
.header-nav {
  position: relative;
  z-index: 9;
}
.header-nav li {
  float: left;
}

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

/*  6.4 Mobile Nav */
.nav-mobile {
  position: fixed;
  z-index: 4000;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 48rem;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.25s ease-out, transform 0.25s ease-out;
}

.nav-mobile__inner {
  background: rgba(0, 0, 0, 0.8);
  min-height: 100%;
  display: inline-block;
  width: 100%;
  padding-top: 7rem;
  padding-left: 7vw;
  padding-bottom: 2rem;
}

.nav-mobile-active,
.nav-mobile-active body {
  overflow: hidden;
}

.nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
  height: 80vh;
  -webkit-backface-visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.nav-mobile-active .nav-mobile {
  opacity: 1;
}

.nav-mobile__inner ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-mobile__inner ul li {
  display: block;
}
.nav-mobile__inner ul a {
  font-size: 1rem;
  display: block;
  color: #FFF;
  padding: 0.5rem 1rem;
}

/*

  Transitions

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

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

/*-----------------------------------------------------------------------------------*/
/*  7.0 Header
/*-----------------------------------------------------------------------------------*/
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  padding-block: 1.4rem;
  background: #0F0F0F;
  transition: all 0.25s ease-out;
}
.scrolled .site-header {
  padding-block: 0.75rem;
}
.site-header .right {
  margin-left: auto;
}
.site-header .btn {
  margin-left: 2.5rem;
}

body {
  padding-top: 5rem;
}

.switch a {
  font-size: 0.8rem;
  opacity: 0.5;
  display: inline-block;
  padding: 0.25rem;
}
.switch a.active {
  text-decoration: underline;
  opacity: 1;
}
.switch a:hover {
  color: #F89CCF;
  opacity: 1;
}

.site-branding {
  position: relative;
  width: 11.4rem;
  z-index: 9;
}

.site-header__toggle {
  display: inline-block;
}

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

body {
  background: #0F0F0F;
}

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

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

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

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

.margin-bottom--huge {
  margin-bottom: 6rem;
}

.spacing {
  padding-block: 2rem;
}

.spacing--big {
  padding-block: 4rem;
}

.relative {
  position: relative;
}

.padding {
  padding: 2rem;
}

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

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

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

.object-fit-con {
  position: relative;
}
.object-fit-con img {
  position: absolute;
  object-fit: cover;
}

.block--header {
  min-height: calc(100vh - 5rem);
  overflow: hidden;
}
.block--header .bg {
  position: absolute;
  height: 101%;
  object-fit: cover;
}
.block--header .flex__image {
  width: 19.5rem;
}
.block--header .flex__text {
  width: calc(100% - 19.5rem);
}
.block--header .author {
  font-weight: bold;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.block--header .info {
  font-size: 1.5rem;
  line-height: 1.23333;
  font-weight: bold;
  margin-bottom: 2rem;
}
.block--header .down-line {
  position: absolute;
  left: 50%;
  width: 4rem;
  height: 4rem;
  bottom: 0;
  margin-left: -2rem;
}

.block--intro {
  position: relative;
  min-height: 42rem;
}
.block--intro .container {
  max-width: 54rem;
}
.block--intro p {
  max-width: 40.5rem;
  margin-inline: auto;
}
.block--intro img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 32rem;
  width: auto;
}

.block--about {
  background: #1B1B1B;
  padding-block: 7rem;
}
.block--about .divider {
  margin-block: 5rem;
}
.block--about .flex__icon {
  width: 15.25rem;
}
.block--about .flex__text {
  width: calc(100% - 15.25rem);
  padding-left: 2rem;
}
.block--about .round {
  width: 100%;
  aspect-ratio: 1/1;
  border: 1px solid #434343;
  border-radius: 50%;
  position: relative;
}
.block--about .round img {
  position: absolute;
  height: 4.25rem;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.block--about .inner {
  max-width: 47.25rem;
  margin-left: auto;
}
.block--about .svg-black {
  min-height: 32rem;
  margin-top: 2rem;
}
.block--about .svg-black svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  height: 32rem;
  width: auto;
}

.max p {
  max-width: 40.5rem;
  margin-inline: auto;
}

.divider svg {
  height: 32px;
  width: auto;
}
.divider::before, .divider::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(50% - 2.5rem);
  height: 1px;
  background: #434343;
}
.divider::after {
  left: auto;
  right: 0;
}

.block--headline-text {
  background: #1B1B1B;
  padding-block: 7rem 6.5rem;
}
.block--headline-text .divider {
  margin-block: 5rem;
}

.block--quantagrams {
  padding-block: 5rem 2rem;
}
.block--quantagrams .divider {
  margin-block: 5rem;
}
.block--quantagrams .inner {
  max-width: 28.5rem;
  margin-inline: auto;
}
@media only screen and (min-width: 801px) {
  .block--quantagrams .flexgrid--narrow:nth-child(even) .flex__item:first-child {
    order: 9;
  }
}

.quote-con {
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  position: relative;
  padding-inline: 7rem;
}
.quote-con svg {
  position: absolute;
  left: 0;
  width: 4.25rem;
  height: auto;
}
.quote-con:nth-child(even) {
  text-align: right;
}
.quote-con:nth-child(even) svg {
  left: auto;
  right: 0;
}
.quote-con:last-child {
  margin-bottom: 2rem;
}
.quote-con:not(:last-child)::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  background: #434343;
  width: 17.5rem;
  transform: translateX(-50%);
}

.block--text-img {
  margin-bottom: 7rem;
}
.block--text-img .flex {
  background: #1B1B1B;
}
.block--text-img .object-fit-con {
  aspect-ratio: 41/40;
}
.block--text-img .inner {
  padding: 1.5rem;
  max-width: 34rem;
}

.block--contact svg {
  display: block;
  width: 2.8rem;
  height: auto;
  margin: 3.5rem auto 5rem;
}
.block--contact .flex__item {
  margin-bottom: 3rem;
}
.block--contact a {
  color: #FFF;
  min-width: 20em;
}
.block--contact .container {
  max-width: 54rem;
}
.block--contact .con-icon {
  width: 5.5rem;
  aspect-ratio: 1/1;
  border: 2px solid #1B1B1B;
  border-radius: 10px;
  position: relative;
  margin-right: 1.4rem;
  transition: all 0.25s ease-out;
}
.block--contact .con-icon img {
  position: absolute;
  width: 1.8rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: all 0.25s ease-out;
}
.block--contact a:hover {
  color: #F89CCF;
}
.block--contact a:hover .con-icon {
  background: #F89CCF;
}
.block--contact a:hover img {
  filter: brightness(1) invert(1);
}

/*-----------------------------------------------------------------------------------*/
/*  9.0 Footer
/*-----------------------------------------------------------------------------------*/
.site-footer {
  background: #1B1B1B;
  padding-block: 4rem 3rem;
  position: relative;
  font-size: 0.8rem;
  line-height: 1.625;
}
.site-footer::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #F89CCF, #99D6FC);
}
.site-footer p a {
  text-decoration: underline;
}
.site-footer strong {
  font-weight: 800;
}

.bottom.object-fit-con {
  height: 3rem;
}

/*-----------------------------------------------------------------------------------*/
/*  10.0 Media Queries
/*-----------------------------------------------------------------------------------*/
@media only screen and (max-width: 1600px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1201px) {
  .block--quantagrams .flex__item {
    margin-bottom: 4rem;
  }
}
@media only screen and (max-width: 1024px) {
  html {
    font-size: 15px;
  }

  .block--about .flex__icon {
    width: 12rem;
  }

  .block--about .flex__text {
    width: calc(100% - 12rem);
  }

  .nav-mobile {
    max-width: none;
  }

  .nav-mobile-transiting .nav-mobile, .nav-mobile-active .nav-mobile {
    height: 100%;
  }
}
@media only screen and (max-width: 1020px) {
  h1, .alpha {
    font-size: 4rem;
  }

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

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

  .block--header {
    min-height: 60vw;
  }

  .container {
    padding-inline: 1.5rem;
  }

  .block--header .info {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 800px) {
  .block--header .flex__image {
    width: 15rem;
  }

  .block--header .flex__text {
    width: calc(100% - 15rem);
  }

  .block--intro {
    min-height: 40rem;
  }
  .block--intro img {
    height: 30rem;
  }
}
@media only screen and (max-width: 680px) {
  h2, .beta,
  h1, .alpha {
    font-size: 3rem;
  }

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

  .block--header {
    padding-bottom: 1.5rem;
  }
  .block--header .flex__text {
    width: 100%;
  }

  .block--header .flex__text {
    width: 100%;
    padding-left: 3.4rem;
  }

  .block--intro img {
    height: 26rem;
  }

  .block--intro {
    min-height: 34rem;
  }

  .block--about,
  .block--headline-text {
    padding-block: 5rem;
  }

  .block--about .flex__icon {
    width: 10rem;
  }

  .block--about .round img {
    height: 3rem;
  }

  .block--about .flex__text {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }

  .quote-con {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
  }

  .block--text-img {
    margin-bottom: 5rem;
  }

  .block--contact .margin-bottom--big {
    margin-bottom: 3rem;
  }

  .block--contact svg {
    margin: 1.5rem auto 4rem;
  }

  blockquote br {
    display: none;
  }

  .block--contact .flex__item {
    margin-bottom: 2rem;
  }

  .block--text-img .inner {
    padding-block: 2rem;
  }

  .btn--toggle,
  .site-header .btn {
    margin-left: 1rem;
  }

  .site-header {
    padding-block: 1rem;
  }

  body {
    padding-top: 4.66rem;
  }

  .site-branding {
    width: 10.5rem;
  }
}
@media only screen and (max-width: 480px) {
  h2, .beta, h1, .alpha {
    font-size: 2.5rem;
  }

  .block--intro img,
  .block--about .svg-black svg {
    height: 24rem;
  }

  .quote-con {
    padding-inline: 4rem;
  }
  .quote-con svg {
    width: 2.75rem;
  }

  .block--contact .con-icon {
    width: 5rem;
  }

  .block--about .flex__icon {
    margin-inline: auto;
  }

  .block--about .flex__text {
    text-align: center;
  }

  .xs--hidden {
    display: none !important;
  }

  .switch a {
    font-size: 1rem;
    padding: 0.5rem;
  }
}
