:root {
  --black: #12182e;
  --white-smoke: #ffe9e4;
  --red: #de86f7;
  --blue: #006aff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white-smoke);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Arges;
  font-size: 40vw;
  font-weight: 400;
  line-height: .88;
}

h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Formula, sans-serif;
  font-size: 13vw;
  font-weight: 400;
  line-height: .8;
}

p {
  max-width: 45ch;
  margin-bottom: 0;
  padding-top: 19px;
  font-size: 24px;
  line-height: 29px;
}

a {
  text-decoration: underline;
}

.copy-email-button {
  z-index: 1000;
  background-color: var(--white-smoke);
  color: var(--black);
  text-align: center;
  text-transform: uppercase;
  cursor: auto;
  border-radius: .5vw;
  width: 12em;
  margin-bottom: 1.4em;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1.2em .5em;
  font-family: Formula, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  position: fixed;
  inset: auto 0% 0%;
}

.copy-email-button:hover {
  background-color: var(--red);
  color: var(--white-smoke);
}

.container {
  z-index: 500;
  max-width: 80rem;
  min-height: 100vh;
  padding-top: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  overflow: hidden;
}

.gradient {
  background-image: linear-gradient(#006aff00, #006afffc);
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.hero {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin-top: -100vh;
  display: flex;
}

.spline {
  z-index: 1;
  height: 100vh;
  position: sticky;
  top: 0;
}

.heading {
  font-family: Formula, sans-serif;
  font-size: 10vh;
}

.heading-copy {
  padding-top: 0;
  font-family: Formula, sans-serif;
  font-size: 10vh;
  position: static;
  inset: 0% auto auto 0%;
}

.lottie-animation {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50vh;
  height: 48vh;
  display: block;
}

.heading-2 {
  letter-spacing: 0;
  font-family: Formula, sans-serif;
  font-size: 10vw;
  font-style: italic;
  line-height: 1;
}

.button-copy {
  z-index: 1000;
  color: var(--white-smoke);
  text-align: center;
  -webkit-text-stroke-color: #ffe9e400;
  text-transform: uppercase;
  cursor: auto;
  background-color: #3898ec00;
  border-radius: 1vw;
  width: 12em;
  margin-bottom: 1.4em;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1.2em .5em;
  font-family: Formula, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  position: fixed;
  inset: auto auto 0% 0%;
}

.button-copy:hover {
  background-color: var(--red);
  color: var(--white-smoke);
}

.text-block {
  z-index: 1000;
  text-align: center;
  text-transform: uppercase;
  width: 12em;
  margin-bottom: 1.4em;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1.2em .5em;
  font-family: Formula, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  position: fixed;
  bottom: 0%;
  left: 0%;
}

.text-block-copy {
  z-index: 1000;
  text-align: center;
  text-transform: uppercase;
  width: 12em;
  margin-bottom: 1.4em;
  margin-left: auto;
  margin-right: auto;
  padding: .8em 1.2em .5em;
  font-family: Formula, sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  text-decoration: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.lottie-animation-2 {
  width: 40vh;
  height: 48vh;
}

.paragraph {
  color: var(--white-smoke);
}

.bold-text {
  text-decoration: underline;
}

.boldtextmin2 {
  text-decoration: none;
}

.lottie-animation-3 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 50vh;
  height: 40vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.div-block {
  aspect-ratio: auto;
  border: 3px solid var(--white-smoke);
  object-fit: fill;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50vh;
  height: 28.5vh;
  margin-top: 4vh;
  display: flex;
  overflow: hidden;
}

.html-embed {
  aspect-ratio: auto;
  flex: 0 auto;
  position: static;
}

.heading-3, .heading-4 {
  font-family: Formula, sans-serif;
  font-size: 10vw;
}

.heading-5, .heading-6 {
  font-size: 10vw;
}

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

  h2 {
    font-size: 20vw;
  }

  .container {
    -webkit-text-fill-color: inherit;
    background-color: #12182ecc;
    background-clip: border-box;
    border-radius: 40px;
    width: 80%;
    min-height: 95vh;
    padding-top: 5rem;
  }

  .hero {
    align-items: center;
  }

  .heading {
    padding-top: 0;
    font-size: 6.5vh;
  }

  .heading-copy {
    font-size: 6.5vh;
  }

  .lottie-animation {
    height: 40vh;
  }

  .heading-2 {
    font-size: 20vw;
  }

  .text-block {
    left: -5%;
  }

  .text-block-copy {
    right: -5%;
  }

  .lottie-animation-2 {
    width: 50vh;
    height: 35vh;
    padding-top: 41px;
  }

  .lottie-animation-3 {
    height: 30vh;
    padding-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .track {
    width: 100%;
  }

  .heading, .heading-copy {
    font-size: 5vh;
  }

  .lottie-animation {
    width: 36vh;
    height: 30vh;
  }

  .text-block {
    padding-bottom: 3.7em;
    inset: auto 0% 0%;
  }

  .text-block-copy {
    opacity: 1;
    padding-bottom: 3.7em;
    inset: auto 0% 0%;
  }

  .lottie-animation-2 {
    width: 36vh;
    height: 30vh;
    padding-top: 28px;
  }

  .lottie-animation-3 {
    width: 36vh;
  }

  .div-block {
    justify-content: flex-start;
    align-items: flex-start;
    width: 36vh;
    height: 22vh;
  }

  .html-embed {
    flex: 0 auto;
    margin-top: -63px;
    padding-top: 0;
  }
}

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

  .copy-email-button {
    margin-bottom: 1.1em;
    font-size: 7.2vw;
  }

  .container {
    width: 85%;
    min-height: 110vh;
  }

  .hero {
    align-items: flex-start;
  }

  .spline {
    z-index: 1;
  }

  .heading {
    padding-top: .7em;
    font-size: 11vh;
  }

  .heading-copy {
    font-size: 5vh;
  }

  .lottie-animation {
    width: 35vh;
    height: 35vh;
  }

  .heading-2 {
    padding-top: 0;
  }

  .button-copy {
    margin-bottom: 1.1em;
    font-size: 7.2vw;
  }

  .text-block, .text-block-copy {
    padding-bottom: 3.2em;
  }

  .lottie-animation-2 {
    width: 35vh;
    height: 35vh;
  }

  .paragraph {
    font-size: 22px;
  }

  .lottie-animation-3 {
    width: 35vh;
    height: 35vh;
  }

  .div-block {
    justify-content: center;
    width: 35vh;
    height: 20vh;
  }

  .html-embed {
    margin-top: 0;
  }

  .paragraph-2, .paragraph-3, .paragraph-4 {
    font-size: 22px;
  }
}


@font-face {
  font-family: 'Formula';
  src: url('../fonts/PPFormula-CondensedBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}