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

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

* {
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Fira Sans";
  src: url("assets/fonts/FiraSans-Regular.woff2") format("woff2"),
    url("assets/fonts/FiraSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("assets/fonts/Calibri-Light.woff2") format("woff2"),
    url("assets/fonts/Calibri-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

html {
  min-height: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
  font-weight: 400;
  position: relative;
  font-family: "Calibri";
  font-weight: 400;
  background: url("assets/images/bg.jpg") no-repeat center/cover;
  background-attachment: fixed;
  height: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1030px;
}

@media screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 100%;
    padding: 0 4.16667vw;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 5.20833vw;
  }
}

@media screen and (min-width: 1299px) {
  .container {
    max-width: 100%;
    padding: 0 9.47917vw;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-2 {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 15px;
}

img {
  height: auto;
}

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

h1 {
  font-family: "Fira Sans";
  font-size: 60px;
  font-weight: normal;
  color: #af8fd3;
  letter-spacing: 0.07812vw;
}



@media screen and (min-width: 992px) {
  h1 {
    font-size: 3.125vw;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4.88281vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5.86667vw;
  }
}

@media screen and (max-width: 575px) {
  h1 {
    font-size: 8vw;
  }
}

h2 {
  font-family: "Calibri";
  font-size: 36px;
  font-weight: 300;
  color: #af8fd3;
  letter-spacing: 0.07812vw;
}

@media screen and (min-width: 992px) {
  h2 {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 3.51562vw;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 4.8vw;
  }
}

@media screen and (max-width: 575px) {
  h2 {
    font-size: 6.4vw;
  }
}

h3 {
  font-family: "Calibri";
  font-size: 28px;
  font-weight: 300;
  color: #af8fd3;
}

@media screen and (min-width: 992px) {
  h3 {
    font-size: 1.45833vw;
  }
}

p {
  font-family: "Calibri";
  font-size: 12px;
  font-weight: 300;
  color: #757575;
  letter-spacing: 0.01562vw;
}

@media screen and (max-width: 1441px) {
  p {
    font-size: 0.87891vw;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1.17188vw;
  }
}

@media screen and (min-width: 1442px) {
  p {
    font-size: 0.625vw;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1.95312vw;
  }
}

@media screen and (max-width: 575px) {
  p {
    font-size: 2.13333vw;
  }
}

@media screen and (max-width: 374px) {
  p {
    font-size: 2.66667vw;
  }
}

p a {
  color: #757575;
  text-decoration-color: #757575;
}

.lead-text {
  font-size: 24px;
  font-weight: 300;
  color: #af8fd3;
  font-family: "Calibri";
  letter-spacing: 0.03646vw;
}

@media screen and (min-width: 992px) {
  .lead-text {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 991px) {
  .lead-text {
    font-size: 2.34375vw;
  }
  .lead-text br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .lead-text {
    font-size: 2.66667vw;
  }
  .lead-text br {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .lead-text {
    font-size: 3.73333vw;
  }
}

.logo-holder {
  max-width: 5.20833vw;
  display: block;
}

@media screen and (max-width: 1299px) {
  .logo-holder {
    max-width: 9.76562vw;
  }
}

@media screen and (max-width: 767px) {
  .logo-holder {
    max-width: 14.64844vw;
  }
}

@media screen and (max-width: 767px) {
  .logo-holder {
    max-width: 26.66667vw;
  }
}

.logo-holder img {
  max-width: 100%;
  width: 100%;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.7));
}

.back-link {
  font-family: "Calibri";
  font-size: 36px;
  font-weight: 300;
  color: #af8fd3;
  letter-spacing: 0.07812vw;
  text-decoration: none;
  letter-spacing: 0.04688vw;
  display: inline-block;
}

@media screen and (min-width: 992px) {
  .back-link {
    font-size: 1.875vw;
  }
}

@media screen and (max-width: 991px) {
  .back-link {
    font-size: 3.51562vw;
  }
}

@media screen and (max-width: 767px) {
  .back-link {
    font-size: 4.8vw;
    margin-bottom: 6.66667vw;
  }
}

@media screen and (max-width: 575px) {
  .back-link {
    font-size: 6.4vw;
  }
}

.hero-img img {
  display: block;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
  max-width: 100%;
  max-height: 100%;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-right: -15px;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
  width: 51px;
}

@media screen and (max-width: 767px) {
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    width: 26px;
  }
}

.hamburger-box {
  width: 40px;
  height: 25px;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hamburger-box {
    width: 26px;
    height: 18px;
  }
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

@media screen and (max-width: 767px) {
  .hamburger-inner {
    margin-top: -1px;
  }
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

@media screen and (max-width: 767px) {
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 26px;
    height: 2px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .hamburger-inner::before {
    top: -8px;
  }
}

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

@media screen and (max-width: 767px) {
  .hamburger-inner::after {
    bottom: -8px;
  }
}

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

@media screen and (max-width: 767px) {
  .hamburger--slider .hamburger-inner {
    top: 1px;
  }
}

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

@media screen and (max-width: 767px) {
  .hamburger--slider .hamburger-inner::before {
    top: 8px;
  }
}

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

@media screen and (max-width: 767px) {
  .hamburger--slider .hamburger-inner::after {
    top: 16px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-3.71429px, -6px, 0);
  }
}

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

@media screen and (max-width: 767px) {
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
  }
}

.hero-section {
  min-height: 100svh;
  position: relative;
}

@media screen and (max-width: 767px) {
  .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .hero-section .col-2 {
    max-width: 100%;
    flex: 0 0 100%;
  }
}

.hero-img {
  max-width: 46%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .hero-img {
    position: static;
    max-width: 100%;
    margin-top: 13.33333vw;
    padding: 0 10.66667vw;
  }
}

.hero-img img {
  object-position: left center;
}

@media screen and (max-width: 767px) {
  .hero-img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.hero-content {
  min-height: 100%;
  padding-top: 3.75vw;
}

@media screen and (max-width: 767px) {
  .hero-content {
    text-align: center;
    padding-top: 10.66667vw;
  }
}

.hero-content .logo-holder {
  margin-bottom: 7.29167vw;
}

@media screen and (max-width: 767px) {
  .hero-content .logo-holder {
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-content h1 {
  margin-bottom: 0.24479vw;
}

.hero-content h2 {
  margin-bottom: 3.48958vw;
}

.hero-content .lead-text {
  margin-bottom: 1.5625vw;
}

@media screen and (max-width: 767px) {
  .hero-content .lead-text {
    margin-bottom: 5.33333vw;
  }
}

@media screen and (max-width: 991px) {
  .hero-content p:not(.lead-text) br {
    display: none;
  }
}

@media screen and (max-width: 7667px) {
  .hero-content p:not(.lead-text) br {
    display: block;
  }
}

.app-links {
  display: flex;
  margin-bottom: 0.36458vw;
  padding-top: 1.875vw;
}

@media screen and (max-width: 767px) {
  .app-links {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.66667vw;
  }
}

.app-link {
  display: block;
  max-width: 11.09375vw;
}

@media screen and (max-width: 991px) {
  .app-link {
    max-width: 14.64844vw;
  }
}

@media screen and (max-width: 767px) {
  .app-link {
    max-width: 29.29688vw;
  }
}

@media screen and (max-width: 575px) {
  .app-link {
    max-width: 53.33333vw;
  }
}

.app-link:first-of-type {
  margin-right: 1.25vw;
}

@media screen and (max-width: 767px) {
  .app-link:first-of-type {
    margin-right: 0;
    margin-bottom: 2.66667vw;
  }
}

.app-link img {
  max-width: 100%;
  width: 100%;
}

.text-section {
  padding-top: 3.75vw;
}

@media screen and (max-width: 767px) {
  .text-section {
    padding-top: 10.66667vw;
  }
}

.text-section .logo-holder {
  margin-bottom: 3.22917vw;
}

@media screen and (max-width: 767px) {
  .text-section .logo-holder {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10.66667vw;
  }
}

.text-section h1 {
  margin-top: 1.82292vw;
  margin-bottom: 0.36458vw;
}

@media screen and (max-width: 767px) {
  .text-section h1 {
    margin-bottom: 5.33333vw;
  }
}

.text-section h2 {
  margin-bottom: 0.52083vw;
}

@media screen and (max-width: 767px) {
  .text-section h2 {
    margin-bottom: 4vw;
  }
}

.text-section p + h2 {
  margin-top: 1.82292vw;
}

@media screen and (max-width: 767px) {
  .text-section p + h2 {
    margin-top: 6.66667vw;
  }
}

.text-section p {
  font-size: 14px;
}

.hero-content small {
  color: #757575;
  display: block;
}

@media screen and (max-width: 575px) {
  .app-links + p,
  .hero-content small {
    font-size: 3.133vw;
  }
}

/*
   * Newsletter link
   */
@media (min-width: 992px) {
  .newsletter-link-container {
    width: 23.4375vw;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .newsletter-link-container {
    width: 30.5vw;
  }
}

.newsletter-link-container {
  text-align: center;
  margin-bottom: 20px;
}


.newsletter-link-container a {
  font-size: 18px;
  text-decoration: none;
  text-underline-offset: 4px;
  font-weight: 700;
  color: black;
  padding: 12px;
  background: linear-gradient(180deg, rgb(255 51 5), rgb(255 198 92));
  line-height: 1.5;
  display: block;
  border-radius: 5px;
  border: 2px solid;
}

ul {
  font-size: 14px;
  color: #757575
}