@font-face {
  font-family: Swear Display;
  src: url('../fonts/BuonaDisplayTrial-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular;
  src: url('../fonts/Degular-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular;
  src: url('../fonts/Degular-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: PP Neue Montreal;
  src: url('../fonts/PPNeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Swear Display;
  src: url('../fonts/Swear-Display-Bold-Cilati.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bish;
  src: url('../fonts/Bish-OutlineFat.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular;
  src: url('../fonts/Degular-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Degular;
  src: url('../fonts/Degular-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Swear Display Thin Italic;
  src: url('../fonts/Swear-Display-Thin-Italic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Swear Display Medium Italic;
  src: url('../fonts/Swear-Display-Medium-Italic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

:root {
  --peach-puff: #e2cdbf;
  --black: black;
  --linen: #f8f1e7;
  --linen-2: #f9f2e8;
  --indian-red: #ff406e;
  --white: white;
  --antique-white: #e3d2c4;
  --royal-blue: #055499;
  --linen-3: #f7f0e6;
  --pink: #f5bfbf;
  --silver: #d5c1b5;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

@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(--peach-puff);
  color: var(--black);
  font-family: PP Neue Montreal, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

.brand {
  float: none;
  padding-left: 0;
  display: inline-block;
}

.nav-menu {
  float: none;
}

.menu-button {
  float: none;
  width: 40px;
  height: 23px;
  padding: 0;
  position: relative;
}

.menu-button.w--open {
  background-color: #0000;
}

.navbar {
  background-color: var(--linen);
  background-image: linear-gradient(to bottom, var(--linen-2), var(--linen-2));
  padding-top: 10px;
  padding-bottom: 10px;
}

.wrapper {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrapper.hero-wrap {
  display: flex;
}

.wrapper.paralex-wrap {
  padding-top: 55%;
  position: relative;
}

.wrapper.cta-wrap {
  position: relative;
}

.sign-in {
  color: var(--black);
  letter-spacing: .1em;
  font-size: 14px;
}

.sign-in:hover {
  color: var(--indian-red);
}

.waitlist-btn {
  color: var(--black);
  letter-spacing: .1em;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 13px 35px;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.waitlist-btn:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white);
}

.menu-button-2 {
  float: none;
}

.nav-item-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-item-wrap.no-gap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.menu {
  position: absolute;
  inset: 0;
}

.line {
  background-color: var(--black);
  border-radius: 5px;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
}

.line.l3 {
  margin-bottom: 0;
}

.hero-section {
  z-index: 1;
  height: 100vh;
  display: flex;
  position: relative;
}

.hidden {
  display: none;
}

.video-wrap {
  border-top-right-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60%;
  margin-left: -20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cover-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.waitlist {
  z-index: 999;
  background-color: var(--indian-red);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.space {
  width: 100%;
  height: auto;
}

.space.hide-from-desk {
  display: none;
}

.notification-wrap {
  background-color: var(--black);
  width: 100%;
  color: var(--pink);
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Degular, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.notification-scroller {
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.notification-item {
  white-space: nowrap;
  padding-right: 5px;
}

.form-block {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 540px;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waitlist-form-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.waitlist-logo {
  margin-bottom: 10vh;
}

.waitlist-title {
  letter-spacing: .33em;
  text-transform: uppercase;
  margin-bottom: 3vh;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.waitlist-mail {
  border: 1px solid var(--linen-2);
  height: auto;
  min-height: 55px;
  color: var(--linen-2);
  background-color: #0000;
  border-radius: 50px;
  margin-bottom: 0;
  padding: 10px 35px;
  font-weight: 500;
}

.waitlist-mail:active, .waitlist-mail:focus {
  border-color: var(--antique-white);
}

.waitlist-mail::placeholder {
  color: var(--linen-2);
  font-family: PP Neue Montreal, sans-serif;
  font-weight: 500;
}

.waitlist-mail.m-hidden {
  display: none;
}

.success-message {
  z-index: 999;
  background-color: var(--black);
  position: absolute;
  inset: 0%;
}

.waitlist-success {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.waitlist-success-title {
  color: var(--indian-red);
  letter-spacing: -.01em;
  font-family: Degular, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: .8em;
}

.success-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  max-width: 300px;
  color: var(--linen);
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.instragram-icon {
  display: flex;
}

.instragram-link {
  color: var(--linen);
  transition: color .3s;
}

.instragram-link:hover {
  color: var(--indian-red);
}

.reset-form {
  border: 1px solid var(--indian-red);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.icon {
  width: 24px;
  height: 24px;
  color: var(--indian-red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.waitlist-close {
  justify-content: flex-end;
  align-items: flex-start;
  width: 18%;
  height: 18%;
  padding-top: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  inset: 0 0% auto auto;
}

.close-popup {
  border: 1px solid var(--linen);
  cursor: pointer;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.icon-v1 {
  width: 24px;
  height: 24px;
  color: var(--linen);
  justify-content: center;
  align-items: center;
  display: flex;
}

.bg-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-overlay {
  width: 20vw;
  max-width: 399px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.move-with-curser {
  background-color: var(--pink);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  top: 29%;
  left: 8%;
}

.move-with-curser.dnldp {
  z-index: 1;
  width: 7.5em;
  height: 7.5em;
}

.click-to-play {
  width: 83%;
  position: absolute;
}

.hero-content {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 4vh 2vw;
  display: flex;
}

.hero-content-wrap {
  width: 100%;
  max-width: 30.5vw;
}

.hero-heading {
  color: var(--indian-red);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 5vh;
  font-family: Degular, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1em;
}

.hero-paragraph {
  max-width: 23.4vw;
  margin-bottom: 10vh;
  font-size: 1.15vw;
  line-height: 1.7em;
}

.form-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: stretch;
  display: flex;
}

.text-field-2 {
  background-color: #0000;
  margin-bottom: 0;
}

.waitlist-submit {
  border: 1px solid var(--black);
  color: var(--black);
  letter-spacing: .33em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  transition: all .3s;
}

.waitlist-submit:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white);
}

.email-field {
  height: auto;
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.email-field:focus {
  border-color: var(--black);
}

.email-field::placeholder {
  color: var(--black);
}

.form-block-2 {
  width: 100%;
  max-width: 436px;
}

.waitlist-title-v1 {
  letter-spacing: .33em;
  text-transform: uppercase;
  margin-bottom: 3vh;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.font-style {
  font-family: Swear Display, sans-serif;
  font-weight: 700;
}

.notification-wrap-hero {
  position: absolute;
  inset: auto 0% 0%;
}

.show-from-tab {
  display: none;
}

.waitlist-btn-dark {
  color: var(--black);
  letter-spacing: .1em;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 13px 35px;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  display: inline-block;
}

.paralex-section {
  padding-top: 10vh;
  padding-bottom: 7vh;
  position: relative;
}

.parellex-top-right {
  width: 21vw;
  max-width: 407px;
  position: absolute;
  top: 1vh;
  right: 5vw;
}

.parellex-bottom-right {
  width: 20vw;
  max-width: 386px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.parellex-center {
  width: 44.5vw;
  max-width: 857px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.parellex-left-bottom {
  width: 14.7vw;
  max-width: 283px;
  position: absolute;
  bottom: 0;
  left: 4vw;
}

.parellex-left-center {
  width: 22vw;
  max-width: 418px;
  position: absolute;
  bottom: 14%;
  left: 7vw;
}

.parellex-left-top {
  width: 25.4vw;
  max-width: 486px;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-section {
  padding-bottom: 8vh;
}

.slider {
  background-color: #0000;
  border-radius: 25px;
  width: 100%;
  max-width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.slider-left-video {
  background-color: var(--silver);
  width: 100%;
  max-width: 60%;
}

.slide-video {
  z-index: 9;
  height: auto;
  padding-top: 81%;
  position: relative;
}

.slide-video.hidden-desk {
  display: none;
}

.slider-right-content {
  background-color: var(--linen);
  align-items: center;
  width: 100%;
  max-width: 40%;
  padding: 20px 20px 20px 6%;
  display: flex;
}

.slider-con-wrap {
  display: flex;
}

.slider-mini-title {
  letter-spacing: .1em;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.3em;
}

.heading-h2 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Degular, sans-serif;
  font-size: 54px;
  line-height: .9em;
}

.slider-summery {
  letter-spacing: .05em;
  font-weight: 500;
}

.mw-450 {
  max-width: 290px;
}

.next-button {
  width: auto;
  height: auto;
  display: flex;
  inset: auto 30px 30px auto;
  overflow: visible;
}

.see-more-text {
  margin-bottom: -25px;
  margin-right: -25px;
  position: absolute;
  bottom: 100%;
  right: 100%;
}

.slider-navigation {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: auto;
  margin-left: auto;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  inset: 5% 0 auto auto;
}

.arrow {
  position: absolute;
  top: -1%;
  left: 34%;
}

.iframe-section {
  background-image: linear-gradient(#f9f2e8 19%, #e2cdbf);
  padding-top: 60px;
  padding-bottom: 100px;
}

.heading {
  color: var(--indian-red);
  font-family: Degular, sans-serif;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.1em;
}

.heading.video_heading {
  letter-spacing: -.03em;
}

.iframe-grid {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-wrap: nowrap;
  grid-template-rows: repeat(auto-fit, minmax(100%, 1fr));
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin-top: 40px;
  margin-left: 1.5vw;
  margin-right: 1.5vw;
  padding-bottom: 48px;
  padding-left: 1.5rem;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.iframe-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  min-width: 180px;
  display: flex;
  position: relative;
}

.username {
  font-size: .8rem;
  line-height: 1.2em;
  transition: opacity .2s;
}

.user-info {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  font-family: Degular, sans-serif;
  font-size: 1vw;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.video_embed {
  object-fit: fill;
  border-radius: 16px;
  max-width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.video-embed-wrapper {
  border-radius: 16px;
  justify-content: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-icon {
  width: 2.5rem;
  max-width: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);
}

.thumbnail-image {
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video-content-wrap {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow {
  width: 2.5vw;
  max-width: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(3.3vw, -50%);
}

.video-and-icon {
  position: relative;
}

.user-avater {
  width: auto;
  height: 2.5rem;
  max-height: 57px;
  font-size: 1rem;
}

.cta-section {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  padding-bottom: 14vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-h2-v1 {
  color: var(--linen);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Degular, sans-serif;
  font-size: 4.3vw;
  line-height: .9em;
}

.footer-cta {
  width: 100%;
  max-width: 465px;
}

.email-field-v1 {
  border: 1px solid var(--linen);
  height: auto;
  color: var(--linen);
  background-color: #0000;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 14px 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
}

.email-field-v1:focus {
  border-color: var(--linen);
}

.email-field-v1::placeholder {
  color: var(--linen);
}

.waitlist-submit-v1 {
  border: 1px solid var(--linen);
  color: var(--linen);
  letter-spacing: .33em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 25px;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  transition: all .3s;
}

.waitlist-submit-v1:hover {
  border-color: var(--indian-red);
  background-color: var(--indian-red);
  color: var(--white);
}

.notification-v1 {
  position: absolute;
  inset: auto 0% 0%;
}

.footer {
  background-color: var(--indian-red);
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: center;
  display: flex;
}

.footer-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-menu.lalign {
  max-width: 75em;
}

.footer-link {
  border: 1px solid var(--linen);
  color: var(--linen);
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  background-color: var(--linen);
  color: var(--indian-red);
}

.back-to-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--linen);
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.footer-new-grid {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  align-items: center;
  display: flex;
}

.footer-logo {
  align-self: auto;
  width: 100%;
  max-width: 131px;
}

.top_arrow {
  max-width: 30px;
  display: none;
}

.icon-for-mobile {
  display: none;
}

.preloader {
  z-index: 99999;
  background-color: var(--indian-red);
  justify-content: center;
  align-items: center;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader.show {
  display: flex;
}

.lottie-animation {
  object-fit: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.lottie-animation.hidden {
  display: none;
}

.cta-image {
  background-image: url('../images/CTA-Images.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.header {
  z-index: 9999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.cursor-wrapper {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor {
  width: 200px;
}

.success-message-2 {
  z-index: 9999;
  position: fixed;
  inset: 0%;
}

.success-message-v1 {
  z-index: 999;
  background-color: var(--black);
  position: fixed;
  inset: 0%;
}

.waitlist-submit-light {
  border: 1px solid var(--linen);
  color: var(--linen);
  letter-spacing: .33em;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.waitlist-submit-light:hover {
  border-color: var(--linen);
  background-color: var(--linen);
  color: var(--indian-red);
}

.form-wrap-popup {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  align-items: stretch;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.image {
  filter: invert(50%) brightness(200%);
}

.mw-330 {
  max-width: 330px;
}

.logo-wrap-1 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 678px;
  display: grid;
  position: absolute;
}

.logo-part-1 {
  background-color: var(--indian-red);
  opacity: .5;
  border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  width: 100%;
  padding-top: 200%;
}

.logo-part-center {
  background-color: #ff406ea1;
  border-radius: 100%;
  width: 100%;
}

.logo-part-3 {
  background-color: var(--indian-red);
  opacity: .5;
  border-radius: 1000px;
  width: 100%;
  padding-top: 200%;
}

.preloader-content-wrap {
  position: absolute;
}

.preloader-logo-icon {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
}

.no-l-space {
  letter-spacing: 0;
  padding-left: 3px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.line-2 {
  background-color: #000;
  border-radius: 5px;
  width: 100%;
  height: 2px;
  margin-bottom: 8px;
}

.line-2.l3 {
  margin-bottom: 0;
}

.waitlist-btn-2 {
  color: #000;
  letter-spacing: .1em;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 13px 35px;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .3s, border-color .3s, color .3s;
  display: inline-block;
}

.waitlist-btn-2:hover {
  color: #fff;
  background-color: #ff406e;
  border-color: #ff406e;
}

.navbar-2 {
  background-color: #f8f1e7;
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-item-wrap-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: center;
  display: flex;
  position: relative;
}

.invite-only {
  margin-left: 20px;
}

.invite-only.iob {
  width: 100%;
  max-width: 146px;
  margin-left: 0;
  display: none;
}

.heading-h1 {
  margin-bottom: 12px;
  font-size: 50px;
  line-height: 1.2em;
}

.image-4 {
  width: 22%;
  position: absolute;
  top: 2.5%;
  right: .5%;
}

.footer-2 {
  background-color: #ff406e;
  padding-top: 40px;
  padding-bottom: 40px;
}

.position-r {
  position: relative;
}

.wrapper-1800 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.waitlist-success-title-2 {
  color: #ff406e;
  letter-spacing: -.01em;
  font-family: Degular, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: .8em;
}

.beta-mark {
  position: absolute;
  bottom: -70px;
  right: -5px;
}

.image-7 {
  width: 30.6%;
  position: absolute;
  top: 57%;
  left: 29.5%;
}

.notification-wrap-2 {
  color: #f5bfbf;
  background-color: #000;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Degular, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.waitlist-submit-light-2 {
  color: #f8f1e7;
  letter-spacing: .33em;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #f8f1e7;
  border-radius: 25px;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  transition: all .3s;
}

.waitlist-submit-light-2:hover {
  color: #ff406e;
  background-color: #f8f1e7;
  border-color: #f8f1e7;
}

.waitlist-2 {
  z-index: 999;
  background-color: #ff406e;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: flex;
  position: fixed;
  inset: 0%;
}

.wrapper-1480 {
  grid-column-gap: 75px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.contents {
  min-width: 500px;
  max-width: 503px;
}

.heading-h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3em;
}

.hero-image-wrap {
  width: 100%;
  min-width: 833px;
  max-width: 956px;
}

.image-5 {
  width: 44.8%;
  position: absolute;
  top: 11.8%;
  right: 19%;
}

.icon-2 {
  color: #ff406e;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.close-popup-2 {
  cursor: pointer;
  border: 1px solid #f8f1e7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.image-1 {
  width: 41%;
  position: absolute;
  top: 2.2%;
  left: 0%;
}

.image-8 {
  width: 32%;
  position: absolute;
  bottom: 4%;
  right: 1%;
}

.text-block {
  text-align: center;
  max-width: 67px;
  margin-top: 12px;
  line-height: 1.3em;
}

.download-button {
  color: #000;
  border: 1px solid #000;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 96px;
  padding: 10px;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero-images {
  width: 100%;
  padding-top: 97%;
  position: relative;
}

.laptop-image {
  width: 100%;
}

.list-content {
  margin-bottom: 15px;
}

.device-image {
  width: 100%;
  min-width: 912px;
  max-width: 897px;
  position: relative;
}

.store-icon {
  object-fit: fill;
  flex: 1;
  max-width: 100%;
}

.instragram-link-2 {
  color: #f8f1e7;
  transition: color .3s;
}

.instragram-link-2:hover {
  color: #ff406e;
}

.image-2 {
  width: 47%;
  position: absolute;
  top: 7%;
  left: 25%;
}

.hero-section-2 {
  background-color: #f8f1e7;
  align-items: flex-end;
  padding-top: 93px;
  display: flex;
}

.text-link {
  color: #ff406e;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.main-2 {
  overflow: hidden;
}

.image-3 {
  width: 50%;
  position: absolute;
  bottom: 0%;
  left: 8%;
}

.waitlist-mail-2 {
  color: #f9f2e8;
  background-color: #0000;
  border: 1px solid #f9f2e8;
  border-radius: 50px;
  height: auto;
  margin-bottom: 0;
  padding: 10px 35px;
  font-weight: 500;
}

.waitlist-mail-2:active, .waitlist-mail-2:focus {
  border-color: #e3d2c4;
}

.waitlist-mail-2::placeholder {
  color: #f9f2e8;
  font-family: PP Neue Montreal, sans-serif;
  font-weight: 500;
}

.image-6 {
  width: 28%;
  position: absolute;
  top: 0%;
  left: 9%;
}

.hero-paragraph-2 {
  width: 100%;
  max-width: 230px;
  font-size: 20px;
}

.store-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 17px;
  flex-direction: column;
  align-items: center;
  padding: 19px 20px 23px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  display: flex;
}

.contact-link {
  margin-top: 20px;
  font-size: 16px;
}

.coming-soon-block {
  text-align: center;
  background-color: #ff406e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.1em;
  display: flex;
  position: absolute;
  inset: -14% -14% auto auto;
}

.hero-left {
  width: 100%;
  min-width: 274px;
  max-width: 367px;
}

.hero-left-content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 450px;
  display: flex;
}

.reset-form-2 {
  cursor: pointer;
  border: 1px solid #ff406e;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  overflow: hidden;
}

.icon-v1-2 {
  color: #f8f1e7;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.download-block {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  display: flex;
}

.download-block.tm-10 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
  margin-bottom: 26px;
}

.button-grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  display: grid;
}

.button-grid.mw-300px {
  width: 100%;
  max-width: 300px;
  margin-top: 10px;
}

.mobile-image {
  width: 22%;
  position: absolute;
  bottom: -8%;
  right: -2.5%;
}

.back-to-top-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #f8f1e7;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.back-to-top-2.hft {
  font-size: 14px;
}

.footer-link-2 {
  color: #f8f1e7;
  text-align: center;
  border: 1px solid #f8f1e7;
  border-radius: 50px;
  padding: 10px;
  font-size: 18px;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-2:hover {
  color: #ff406e;
  background-color: #f8f1e7;
}

.success-message-3 {
  z-index: 999;
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.download-section {
  background-color: #e3d2c4;
  margin-top: -79px;
  padding-top: 122px;
  padding-bottom: 70px;
}

.success-wrap-2 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #f8f1e7;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2em;
  display: flex;
}

.sign-in-2 {
  color: #000;
  letter-spacing: .1em;
  font-size: 14px;
}

.sign-in-2:hover {
  color: #ff406e;
}

.rich-text-block {
  color: #1f1f1f;
  padding: 20px;
}

.body {
  background-color: var(--linen-2);
}

.rich-text-block-2 {
  color: var(--black);
  padding: 20px;
}

.body-2 {
  background-color: var(--linen-2);
}

.image-9 {
  object-fit: fill;
}

.image-10 {
  flex: 1;
}

.body-3 {
  background-color: var(--linen-2);
}

.waitlist-title-v2 {
  letter-spacing: .33em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.waitlist-title-v4 {
  letter-spacing: .33em;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.waitlist-submit-dark {
  border: 1px solid var(--black);
  background-color: var(--black);
  width: 100%;
  color: var(--linen);
  letter-spacing: .33em;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 35px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.waitlist-submit-dark:hover {
  border-color: var(--linen);
  background-color: var(--linen);
  color: var(--indian-red);
}

.waitlist-form-wrap-v1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: none;
}

.waitlist-logo-v1 {
  margin-bottom: 3vh;
}

.form-block-v1 {
  width: 100%;
  max-width: 540px;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.full-width {
  width: 100%;
}

.left-arrow {
  color: #fff;
}

.image-11 {
  border: 4px solid #fff;
  border-radius: 4px;
}

.slide-content-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-container {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.div-block-4 {
  z-index: 999;
  perspective: none;
  justify-content: center;
  width: 100%;
  height: 0;
  padding-top: 10px;
  display: flex;
  position: absolute;
  top: 10vh;
  left: auto;
  transform: none;
}

.slide-content-div {
  background-color: #f1f1f1;
  justify-content: center;
  align-items: center;
  width: 550px;
  height: 550px;
  display: flex;
}

.link-block {
  position: static;
}

.slider-2 {
  background-color: #0000;
  width: 100%;
  max-width: 800px;
  height: 80vh;
  padding-top: 40px;
}

.video-wrap-2 {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 100%;
  position: absolute;
}

.mask {
  overflow: visible;
}

.image-12 {
  max-width: 705px;
  position: static;
  top: 5vw;
}

.video-embed {
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
}

.slide-nav {
  color: #fff;
  text-shadow: 1px 1px 6px #fff;
  font-style: normal;
}

.video-background-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-4, .right-arrow-2 {
  color: #fff;
}

.body-blue {
  background-color: var(--royal-blue);
  color: var(--linen-3);
}

.brass-hero-sec {
  background-color: var(--black);
  align-items: center;
  min-height: 100vh;
  padding: 20vh 20px 16vh 30px;
  display: flex;
  position: relative;
}

.brass-hero-content {
  z-index: 9;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 955px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.mini-title {
  color: var(--linen-3);
  font-family: Degular, sans-serif;
  font-size: 2vw;
  font-weight: 600;
  line-height: 1.2em;
}

.brass-heading-h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6vh;
  font-family: Degular, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: 1;
}

.brass-hero-paragraph {
  max-width: 34vw;
  font-size: 1.45vw;
  line-height: 1.4em;
}

.custom-breake {
  display: block;
}

.down-wrap {
  z-index: 9;
  grid-row-gap: 31px;
  color: var(--indian-red);
  text-align: center;
  letter-spacing: .15em;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 3.5vh;
  left: 50%;
  transform: translate(-50%);
}

.brass-navbar {
  z-index: 999;
  background-color: #0000;
  padding: 30px;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brass-brand {
  float: none;
  width: 100%;
  max-width: 120px;
  padding-left: 0;
}

.nav-menu-2, .menu-button-3 {
  float: none;
}

.brass-brand-img {
  width: 100%;
}

.menu-item {
  color: var(--linen-3);
  padding: 10px 23px;
  font-family: Degular, sans-serif;
  font-weight: 500;
  transition: color .3s;
}

.menu-item:hover {
  color: var(--indian-red);
}

.style-font {
  color: var(--royal-blue);
  font-family: Bish, sans-serif;
}

.style-font.font-00 {
  color: var(--black);
}

.push-notification {
  z-index: 9;
  background-color: var(--linen-3);
  width: 100%;
  max-width: 250px;
  position: absolute;
  inset: auto auto 1px 0%;
}

.pn-header {
  background-color: var(--royal-blue);
  align-items: center;
  width: 100%;
  min-height: 36px;
  font-family: Degular, sans-serif;
  font-size: 15px;
  font-weight: 300;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-item {
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1em;
}

.text-wrap {
  display: flex;
}

.close-btn {
  background-color: var(--indian-red);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.pn-timer {
  grid-column-gap: 5px;
  height: 112px;
  color: var(--royal-blue);
  justify-content: center;
  align-items: center;
  font-family: Degular, sans-serif;
  font-size: 32px;
  font-weight: 700;
  display: flex;
}

.inline-text.show-from-tab-v1 {
  display: none;
}

.countdown-wrapper {
  z-index: 5;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.grid-countdown {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-countdown {
  text-align: center;
  border: 1px solid #e4e6f1;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.time-text {
  color: #160042;
  letter-spacing: -.02em;
  margin-bottom: 8px;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

.time-detail {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.form-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sparks-form-wrap {
  background-color: var(--linen-3);
  color: var(--black);
  flex-direction: column;
  align-items: center;
  padding: 185px 30px 85px;
  display: flex;
}

.sparks-form-inner-wrap {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 705px;
  display: flex;
}

.mini-title-v1 {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Degular, sans-serif;
  font-size: 2.3vw;
  font-weight: 300;
  line-height: 1em;
}

.form-title {
  text-transform: uppercase;
  width: 100%;
  max-width: 31vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-family: Degular, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: 1em;
}

.form-paragraph {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.3vw;
  line-height: 1.4em;
}

.form-paragraph.mw-550 {
  max-width: 550px;
}

.form-paragraph.mw-500 {
  max-width: 29vw;
}

.form-grid {
  grid-column-gap: 27px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 18px;
  display: grid;
}

.form-field {
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 25px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
  line-height: 1.6em;
}

.form-field::placeholder {
  color: var(--black);
  font-size: 14px;
}

.form-field.light-ff {
  border-color: var(--linen-3);
  color: var(--linen-3);
}

.form-field.light-ff::placeholder {
  color: var(--linen-3);
}

.download-btn {
  background-color: var(--indian-red);
  width: 100%;
  color: var(--linen-3);
  letter-spacing: .05em;
  border-radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.download-btn.mw-290 {
  max-width: 290px;
}

.mailchamp-form-block {
  width: 100%;
  margin-top: 170px;
  margin-bottom: 0;
  display: flex;
}

.slider-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rev_slider {
  width: 100%;
  max-width: 860px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.rev_slide {
  text-align: center;
}

.slider_image {
  max-height: 85vh;
}

.slider_image.fghjg {
  opacity: 0;
}

.paralex-section-new {
  background-color: var(--black);
  color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 277px;
  padding-bottom: 236px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mini-title-v2 {
  text-align: center;
  text-transform: uppercase;
  font-family: Degular, sans-serif;
  font-size: 2.4vw;
  line-height: 1.2em;
}

.mini-title-v2.gap-bottom-50 {
  margin-bottom: 50px;
}

.parallex-title {
  text-align: center;
  text-transform: uppercase;
  font-family: Degular, sans-serif;
  font-size: 4.7vw;
  line-height: 1.1em;
}

.parallex-title.gap-bottom-55 {
  margin-bottom: 55px;
}

.parallex-section-content {
  text-align: center;
  max-width: 40vw;
  position: relative;
}

.left-parallax {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 45%;
  display: flex;
}

.parallax-wrap {
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1730px;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.parallax-img-1 {
  width: 100%;
  max-width: 11.7vw;
  margin-top: 5%;
  margin-left: 28%;
  position: relative;
}

.parallax-img-2 {
  width: 100%;
  max-width: 17.4vw;
  margin-top: -1.8%;
  margin-left: 3%;
}

.parallax-img-3 {
  width: 100%;
  max-width: 10.5vw;
  margin-bottom: -2%;
  margin-left: 33%;
  position: relative;
}

.parallax-img-4 {
  width: 100%;
  max-width: 11.7vw;
  margin-left: 15%;
}

.img-wrap-full-width {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.right-parallax {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.parallax-img-5 {
  width: 100%;
  max-width: 20.4vw;
  margin-right: auto;
}

.parallax-img-6 {
  width: 100%;
  max-width: 10.3vw;
  margin-bottom: -14%;
  margin-right: 4%;
}

.parallax-img-7 {
  z-index: 1;
  width: 100%;
  max-width: 22.9vw;
  margin-bottom: -19%;
  margin-left: auto;
  margin-right: -9%;
  position: relative;
}

.parallax-img-8 {
  width: 100%;
  max-width: 14.7vw;
  margin-bottom: 4%;
  margin-right: 55%;
}

.img-wrap-full-width-v1 {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.process-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.how-to-enter {
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 136px;
  padding-bottom: 140px;
  display: flex;
}

.process-flowchart {
  grid-row-gap: 55px;
  flex-direction: column;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
}

.process-number {
  background-color: var(--linen-3);
  width: 24px;
  height: 24px;
  color: var(--royal-blue);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  line-height: 1em;
  display: flex;
}

.process-title.mw-350 {
  max-width: 350px;
}

.process-title.sdfdsf {
  max-width: 279px;
}

.process-item {
  grid-row-gap: 14px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  display: flex;
}

.process-item.mw-280 {
  max-width: 280px;
}

.primary-text {
  color: var(--indian-red);
}

.right-side-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bord-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-part {
  background-color: var(--linen-3);
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 194px 40px;
  display: flex;
}

.title-80 {
  text-transform: uppercase;
  font-family: Degular, sans-serif;
  font-size: 4.6vw;
  font-weight: 300;
  line-height: .9;
}

.title-80.mw430 {
  max-width: 430px;
}

.list {
  margin-top: 40px;
  list-style-type: none;
}

.list-item {
  grid-column-gap: 27px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 1.5vw;
  display: flex;
}

.pricing-grid {
  grid-row-gap: 15px;
  flex-direction: column;
  display: flex;
}

.hide-opacity {
  opacity: 0;
}

.small-note {
  font-size: 16px;
}

.dollar-part {
  background-image: url('../images/Board--image--bg.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.board-image {
  max-height: 696px;
}

.section-download {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.download-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.down-content {
  grid-row-gap: 60px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 700px;
  display: flex;
}

.contact-down-arrow {
  margin-bottom: 20px;
}

.albam-right {
  background-color: var(--black);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 150px 60px;
  display: flex;
}

.album-image {
  width: 100%;
  margin-bottom: 66px;
}

.primary-button {
  background-color: var(--indian-red);
  width: 100%;
  color: var(--black);
  text-align: center;
  border-radius: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
}

.primary-button.dfdf {
  max-width: 297px;
}

.primary-button.fgdfg {
  max-width: 297px;
  display: none;
}

.album-wrap {
  letter-spacing: .05em;
  width: 100%;
  max-width: 500px;
  margin-top: 50px;
}

.gallery-section {
  background-color: var(--linen-3);
}

.gallery-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1730px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.gallery-info {
  color: var(--indian-red);
  padding: 60px 60px 60px 76px;
}

.title-25 {
  font-size: 1.45vw;
}

.logo-title {
  letter-spacing: -.025em;
  margin-bottom: 30px;
  font-family: Degular, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 1em;
}

.gallery-sum {
  max-width: 20vw;
  color: var(--black);
  margin-bottom: 45px;
  font-size: 1.5vw;
  line-height: 1.6em;
}

.gallery-item {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.gallery-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.gallery-item-title {
  background-color: var(--black);
  text-align: center;
  border-radius: 10px;
  padding: 8px 10px;
  line-height: 1em;
}

.gallery-title-wra {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: absolute;
}

.footer-mini {
  justify-content: space-between;
  align-items: center;
  padding: 26px 37px;
  display: flex;
}

.footer-social-icon-wrap {
  grid-column-gap: 19px;
  display: flex;
}

.parallax-img-7-1 {
  z-index: 1;
  position: relative;
}

.dot-mobile {
  display: none;
}

.parallax-img-2-1 {
  width: 100%;
  max-width: 17.4vw;
  margin-top: -1.8%;
  margin-left: 3%;
  display: none;
}

.parallax-img-1-1 {
  width: 100%;
  max-width: 11.7vw;
  margin-top: 5%;
  margin-left: 28%;
  display: none;
  position: relative;
}

.right-side-wrap {
  position: relative;
}

.show-from-tab-v1, .down-arrow-bord--sec {
  display: none;
}

.footer-logo-v1 {
  align-self: auto;
  width: 100%;
  max-width: 131px;
}

.newsletter {
  z-index: 99999;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.newsletter-inner {
  background-color: var(--linen-3);
  width: 100%;
  max-width: 443px;
  color: var(--black);
  border-radius: 6px;
  padding: 26px 26px 36px;
  position: relative;
}

.newsletter-title {
  text-align: center;
  width: 100%;
  max-width: 295px;
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4em;
}

.nl-close {
  cursor: pointer;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 10px;
  right: 10px;
}

.form-grid-v1 {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.body-bg-f7 {
  background-color: var(--linen-3);
}

.full-height-dd {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 55px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.back-link {
  grid-column-gap: 17px;
  color: var(--indian-red);
  align-items: center;
  font-size: 22px;
  display: flex;
  position: absolute;
  inset: 28px auto auto 24px;
}

.div-block-5 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.text-block-2 {
  color: var(--indian-red);
  margin-bottom: 28px;
  font-family: Degular, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

.loading-icon {
  margin-bottom: 15px;
}

.dd-again {
  margin-top: 10px;
  margin-bottom: 30px;
  line-height: 1.4em;
}

.dd-again.gap-top-35 {
  margin-top: 35px;
}

.win-title {
  font-size: 20px;
  font-weight: 700;
}

.process-grid {
  grid-row-gap: 30px;
  flex-direction: column;
  margin-top: 20px;
  display: flex;
}

.p-number {
  background-color: var(--black);
  width: 30px;
  height: 30px;
  color: var(--linen-3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 12px;
  display: flex;
}

.pg-item {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.note-mini {
  font-size: 12px;
  line-height: 1.4em;
}

.image-wrap {
  opacity: .6;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  transition: all .5s;
  display: flex;
  transform: scale(.8);
}

.image-inr-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  max-height: 85vh;
  display: grid;
  position: relative;
}

.slide-tag {
  width: 100%;
  max-width: 34%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(20%, -20%);
}

.div-block-6, .text-block-3 {
  display: none;
}

.slider-embad {
  width: 100%;
  height: 100%;
  min-height: 730px;
  position: relative;
}

.already-member {
  margin-top: 22px;
  font-size: 12px;
  line-height: 1.3em;
}

.hero-bg {
  z-index: 7;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-overlay {
  z-index: 8;
  background-color: #000000a6;
  position: absolute;
  inset: 0%;
}

.mailchamp-form-style {
  display: none;
}

.html-embed {
  width: 450px;
  height: 800px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-8 {
  width: 100%;
  max-width: 860px;
  position: relative;
}

.more-sparks {
  grid-column-gap: 23px;
  align-items: center;
  font-size: 14px;
  display: flex;
  position: absolute;
  inset: auto 15% 42px auto;
}

.text-link-black {
  color: var(--black);
  text-decoration: none;
}

.text-link-black:hover {
  text-decoration: underline;
}

.primary-btn {
  background-color: var(--indian-red);
  color: var(--linen-3);
  text-align: center;
  border-radius: 25px;
  padding: 2px 77px;
  font-size: 12px;
  text-decoration: none;
}

.primary-btn.dfdf {
  max-width: 297px;
}

.primary-btn.fgdfg {
  max-width: 297px;
  display: none;
}

.div-block-9 {
  grid-column-gap: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3em;
  display: flex;
}

.gap-right-18 {
  margin-right: 18px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-13 {
  aspect-ratio: 1;
  object-fit: contain;
  width: 92%;
  min-width: auto;
  max-width: none;
  display: block;
  position: static;
  top: 0;
}

.image-14 {
  min-width: 100%;
}

.heading-style-h3 {
  color: #ff406e;
  font-size: 1.5625rem;
  font-weight: 400;
  line-height: 1.06;
}

.heading-style-h3.cc-layer-head {
  font-family: Degular, sans-serif;
  font-size: 6.25rem;
  font-weight: 700;
  line-height: 1.05;
}

.number-block {
  border: 1px solid #e2d6c7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.register-wrapper {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 50px;
  display: flex;
}

.play-btn {
  width: 100px;
  height: 100px;
  position: absolute;
}

.spark-video {
  grid-column-gap: 33px;
  grid-row-gap: 33px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: none;
}

.contest-block {
  grid-column-gap: 3.3125rem;
  grid-row-gap: 3.3125rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.background-video-3 {
  width: 30vw;
  max-width: 400px;
  height: 632px;
  position: static;
}

.contest-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.divider {
  background-color: #000;
  width: 100%;
  max-width: 400px;
  height: 1px;
}

.layer-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.cassete-img {
  z-index: 2;
  max-width: 520px;
  position: absolute;
  inset: auto 10% 0% auto;
}

.image-15 {
  margin-bottom: 13px;
}

.brand-2 {
  text-align: left;
  justify-content: center;
  align-items: center;
}

.register-section {
  background-color: #000;
}

.process-wrapper {
  grid-column-gap: 76px;
  grid-row-gap: 76px;
  flex-direction: row;
  align-items: flex-start;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
}

.hero-bg-video {
  min-height: 100vh;
  position: absolute;
  inset: 0%;
}

.stream-top {
  background-color: #e2d6c7;
  align-items: stretch;
  display: flex;
}

.regi-img {
  width: 100%;
}

.stream-top-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.stream-bottom {
  background-color: #f7f0e6;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding-left: 94px;
  display: flex;
}

._1000-2-img {
  z-index: 0;
  width: 80%;
  max-width: 400px;
  margin-bottom: 2.5rem;
  position: absolute;
  inset: auto auto 0% 3%;
}

.slider_image-2 {
  opacity: 0;
  max-height: 85vh;
  display: none;
}

.music-img {
  object-fit: cover;
  width: 100%;
}

.layer-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 40px;
  display: flex;
}

.heading-section {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  padding-top: 52px;
  padding-left: 56px;
  padding-right: 52px;
  display: flex;
}

.slider-video {
  justify-content: center;
}

.logo {
  display: inline-block;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.story-section {
  background-color: #e2d6c7;
  padding-top: 200px;
  padding-bottom: 200px;
  font-weight: 400;
}

.contest-para {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sparks-section {
  opacity: 1;
  background-image: url('../images/spark-bg_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sparks-section.padding-section-medium {
  background-image: url('../images/spark-bg.png');
  padding-top: 150px;
  padding-bottom: 150px;
  overflow: hidden;
}

.spark-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 100px;
  display: flex;
}

.story-img-wrapper {
  position: relative;
}

.money-img {
  z-index: 1;
  max-width: 520px;
  position: absolute;
  inset: auto;
}

.contest-inner-wrap {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-direction: column;
  max-width: 300px;
  display: flex;
}

.star-img {
  position: absolute;
}

.star-img.couple {
  inset: 40% auto auto 10%;
}

.star-img.top {
  inset: 20% 20% auto auto;
}

.star-img.bottom {
  inset: auto 20% 3% auto;
}

.nav-link-amaria {
  color: #f7f0e6;
  font-family: Degular, sans-serif;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.055;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.heading-style-h2 {
  color: #000;
  font-family: Swear Display Medium Italic, sans-serif;
  font-size: 1.8125rem;
  font-weight: 500;
  line-height: 1.3;
}

.footer-social-link-2 {
  border: 1px solid #f7f0e6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 12px;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 98.125rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-light {
  background-color: #000;
  border-bottom: 1px solid #e4ebf3;
  position: relative;
}

.process-card {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.text-size-contest {
  font-size: 1.375rem;
  font-weight: 400;
}

.text-size-contest.text-color-black {
  font-weight: 500;
}

.text-size-contest.cc-lineheight {
  line-height: 129.5%;
}

.hero-wrapper {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: minmax(200px, 70%);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: center;
  max-width: 579px;
  display: grid;
}

.conntest-section {
  z-index: 9999;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #e2d6c7;
  border-radius: 144px;
  justify-content: space-around;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  position: relative;
}

.stream-img {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #e2d6c7;
  border-radius: 144px;
  justify-content: space-around;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.25;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  font-size: .875rem;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.button.is-small {
  background-color: #ff406e;
  margin-top: 50px;
  padding: .625rem 4rem;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.2;
}

.button.is-small.cc-sub-header {
  margin-top: 0;
  font-family: Degular, sans-serif;
  font-size: 1.6vw;
  font-weight: 600;
}

.button.is-secondary {
  color: #f7f0e6;
  background-color: #000;
  border: 2px solid #000;
  border-bottom-width: .125rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
}

.button.is-secondary.cc-mobile-12 {
  letter-spacing: .9px;
}

.regis-img-mobile {
  display: none;
}

.daw-block {
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

.layers-layout-mob {
  display: none;
}

.btn-text {
  letter-spacing: 2.1px;
  font-size: .875rem;
  font-weight: 400;
}

.spark-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.stream-left-img {
  max-width: 500px;
  margin-top: 54px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.download-sparks-btn {
  color: #1e1e1e;
  text-align: center;
  text-transform: uppercase;
  background-color: #f7f0e6;
  border-radius: 144px;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 383px;
  padding: .75rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.25;
}

.contest-section {
  background-color: #e2d6c7;
  overflow: hidden;
}

.hero-section-3 {
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 100vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.story-hover {
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block-4 {
  color: #e2d6c7;
  text-align: center;
}

.stream-top-left {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.div-block-10 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.para-section {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.para-section.is-mobile {
  display: none;
}

.icon-1x1-small {
  width: 1rem;
  height: 1rem;
}

.heading-style-h1 {
  color: #f7f0e6;
  text-align: center;
  text-transform: uppercase;
  font-family: Degular, sans-serif;
  font-size: 1.8125rem;
  font-weight: 600;
  line-height: 1.3;
}

.heading-style-h1.is-blur {
  filter: blur(1px);
  font-family: Degular, sans-serif;
  font-weight: 600;
}

.heading-style-h1.cc-epi-head {
  color: #000;
}

.heading-style-h1.cc-color-primary {
  color: #e2d6c7;
}

.heading-style-h1.cc-contest-head {
  filter: blur(.8px);
  color: #000;
  font-family: Degular, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
}

.heading-style-h1.text-color-black {
  color: #000;
}

.heading-style-h1.text-color-black.cc-top {
  font-weight: 400;
  display: none;
}

.div-block-11 {
  width: 100%;
  max-width: 860px;
  position: relative;
}

.div-block-12 {
  display: flex;
}

.story-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.story {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  filter: blur(.5px);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.heading-style-h4 {
  color: #f7f0e6;
  text-align: left;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0 14px;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.heading-style-h4.cc-nogap {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-style-h4.cc-radius {
  text-align: left;
  border-radius: 15px;
}

.story-divider {
  background-color: #000;
  width: 100%;
  max-width: 400px;
  height: 1px;
  display: none;
}

.more-sparks-2 {
  grid-column-gap: 23px;
  align-items: center;
  font-size: 14px;
  display: none;
  position: absolute;
  inset: auto 50% 42px auto;
  transform: translate(50%);
}

.absolute-wrap {
  max-width: 700px;
  height: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.text-size-regular {
  color: #e2d6c7;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
}

.text-size-regular.cc-terms {
  font-size: 1rem;
  line-height: 20.72px;
}

.text-size-regular.cc-maxc {
  max-width: 30ch;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.text-size-regular.cc-underline {
  text-decoration: underline;
}

.register-block {
  grid-column-gap: 82px;
  grid-row-gap: 82px;
  flex-direction: column;
  display: flex;
}

.music-block {
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0%;
}

._1000-4-img {
  z-index: 0;
  width: 90%;
  max-width: 400px;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0% 3% auto auto;
}

.footer-3 {
  justify-content: space-between;
  align-items: center;
  padding: 26px 37px;
  display: flex;
}

.contest-image {
  background-image: url('../images/Layers_Amaria_Announcement_Storyboard_OPTION2-18-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  position: relative;
}

.navbar-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0% 0% auto;
}

.stream-overlay {
  z-index: 0;
  background-color: #75757540;
  position: absolute;
  inset: 0%;
}

.daw-img {
  object-fit: cover;
  width: 100%;
}

.slider-3 {
  max-width: 500px;
}

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

.container-large {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
}

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

.text-size-medium {
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 1.33;
}

.t-c-link {
  color: #e2d6c7;
}

.div-block-13 {
  width: 100%;
  max-width: 860px;
  display: none;
  position: relative;
}

.slider_image-3 {
  max-height: 85vh;
}

.more-sparks-3 {
  grid-column-gap: 23px;
  align-items: center;
  font-size: 14px;
  display: none;
  position: absolute;
  inset: auto 15% 42px auto;
}

.div-block-14 {
  min-width: 100%;
  max-width: 10%;
}

.text-block-5 {
  text-align: center;
  object-fit: none;
  min-height: auto;
  line-height: 1.6em;
  position: static;
}

.container {
  aspect-ratio: 1;
  text-align: center;
  object-fit: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-height: 940px;
  display: flex;
  position: static;
  overflow: visible;
}

.div-block-15 {
  aspect-ratio: 1;
  text-align: center;
}

.next-btn-click {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #e2d6c7;
  border-radius: 144px;
  justify-content: space-around;
  align-items: flex-start;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25;
  display: none;
}

.html-embed-2 {
  margin-right: -6px;
}

.body-4 {
  background-color: #fdfaf6;
}

.container-2 {
  max-width: 500px;
  max-height: 500px;
  display: block;
}

.body-5 {
  background-color: #fdfaf6;
}

.link-block-2, .link-block-3 {
  color: var(--black);
  text-decoration: none;
}

.sub-header-wrap {
  padding-top: 62px;
  display: flex;
}

.gif-wrap {
  width: 100%;
}

.sub-header-content-wrap {
  grid-column-gap: 50px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  padding: 35px 76px 19px 68px;
  display: flex;
}

.header-content {
  color: #f8f1e7;
  font-family: degular, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.2;
}

.banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blackbtn {
  color: #f8f1e7;
  text-align: center;
  letter-spacing: 1.28px;
  background-color: #ff406e;
  border-radius: 50px;
  width: 100%;
  padding: 13px 30px;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
}

.numbertext {
  letter-spacing: -.3px;
  font-size: .9375rem;
  font-weight: 400;
  line-height: 1.5em;
}

.numbertext.mw170 {
  max-width: 10.625em;
}

.numbertext.mw220 {
  max-width: 13.75em;
}

.numbertext.mw200 {
  max-width: 12.5em;
}

.numbertext.tagline {
  text-transform: uppercase;
  font-size: .75rem;
}

.gb40 {
  margin-top: 1rem;
  margin-bottom: 2rem;
}

.navbarnew {
  background-color: #f8f1e7;
  padding-top: .625em;
  padding-bottom: .625em;
}

.stepmainslidethree {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 16.6667%;
  display: none;
}

.stapnav {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.stapnav.iheader {
  display: none;
}

.stepdots {
  width: 100%;
  max-width: 10.4375em;
  position: relative;
  overflow: hidden;
}

.mask-2 {
  opacity: 0;
  position: absolute;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.arrrowtext {
  font-size: 18px;
}

.wrappernew {
  width: 100%;
  max-width: 120em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
}

.wrappernew.nav-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contentfw {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 38.4375em;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.stepcontentfour {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 38.625em;
  display: none;
}

.font-20 {
  color: #000;
  letter-spacing: -.4px;
  font-size: 1.25rem;
  line-height: 1.4em;
}

.font-20.mw320-v1 {
  max-width: 20em;
}

.font-20.mw375 {
  max-width: 375px;
}

.font-20.mw320-v2 {
  max-width: 20em;
}

.contentwrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contentwrap.mw425 {
  max-width: 26.5625em;
}

.contentwrap.mw282 {
  max-width: 282px;
}

.contentwrap.mw400 {
  max-width: 37em;
}

.contentwrap._29rem {
  max-width: 27rem;
}

.contentwrap._22rem, .contentwrap.step5-wrap {
  max-width: 22rem;
}

.circle {
  background-color: #ff406e;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
}

.download-step_heading {
  text-align: center;
  letter-spacing: -.7px;
  font-family: Degular, sans-serif;
  font-size: 2.1875rem;
  font-weight: 700;
  line-height: 1em;
}

.stepcontentthree {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 38.625em;
  display: none;
}

.image300 {
  max-width: 300px;
  max-height: 100%;
}

.steptitleitem {
  margin-top: 2px;
  margin-bottom: 2px;
}

.wrapper-1801 {
  width: 100%;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.appgrid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 370px;
  margin-top: 2.87rem;
  margin-bottom: 3.13rem;
  display: grid;
}

.stepmainslidefour {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 16.6667%;
  display: none;
}

.steptitles {
  color: #ff406e;
  font-size: 1.0625em;
  line-height: 1em;
}

.stepimage1 {
  display: none;
}

.layerssi {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding: 1.5625em;
  display: flex;
}

.layerssi.bb {
  border-bottom: 1px solid #000;
}

.layerssi.br {
  border-right: 1px solid #000;
}

.layerssi.blr {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.gb13 {
  margin-bottom: .8125em;
}

.numberheading {
  letter-spacing: -.6px;
  font-family: Degular, sans-serif;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1em;
}

.numbersubheading {
  letter-spacing: -.24px;
  text-transform: uppercase;
  font-family: Degular, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2em;
}

.gb45 {
  margin-bottom: 2.8125em;
}

.step-section {
  background-color: #f8f1e7;
  flex-direction: column;
  justify-content: center;
  padding: 4em 2.5em;
  display: flex;
}

.footernew {
  background-color: #ff406e;
  max-height: 8rem;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.stepcontentone1 {
  background-color: #e5d4c6;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-height: 38.625em;
  display: flex;
  position: relative;
}

.arrow-2 {
  color: #000;
  width: auto;
  height: auto;
  margin: 0;
  position: relative;
  inset: auto;
  overflow: visible;
}

.arrow-2.leftauto {
  margin-left: auto;
}

.menu-text {
  font-size: 12px;
  line-height: 1em;
}

.stepmainslider {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stepmainslideone {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 16.6667%;
  display: flex;
}

.gb18 {
  margin-bottom: 1.125em;
}

.steprightcontent {
  width: 100%;
  max-width: 50%;
  height: 100%;
  min-height: 550px;
}

.stepimage3 {
  display: none;
}

.stepdotimg {
  z-index: 3;
  display: block;
  position: relative;
  transform: translate(0);
}

.hft {
  max-width: 50%;
}

.hft.qr-icon {
  width: 5.1em;
  display: block;
}

.stepmainslidefive {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 16.6667%;
  display: none;
}

.applinkm {
  grid-row-gap: 17px;
  color: #000;
  border: 1px solid #000;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 150px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.stepslide {
  z-index: 999;
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 47%;
  height: auto;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  bottom: 8rem;
  left: auto;
  right: 2rem;
}

.stepdotbg {
  z-index: 0;
  background-color: #ff406e;
  border-radius: 20px;
  position: absolute;
  inset: 0%;
  transform: translate(-74%);
}

.image850 {
  width: 100%;
  max-width: 850px;
}

.slide-2 {
  background-color: red;
  overflow: visible;
}

.image744 {
  object-fit: fill;
  max-width: 580px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  transform: scale(1.2);
}

.gb55 {
  margin-bottom: 3.4375em;
}

.stepmaincontent {
  width: 100%;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  position: relative;
  overflow: hidden;
}

.sft, .sft.mw31 {
  display: none;
}

.mw65 {
  max-width: 65px;
}

.btn-wrap {
  width: 29.0625em;
  margin-top: 3.4375em;
  margin-bottom: 2.8125em;
}

.stepmainslidetwo {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 16.6667%;
  display: none;
}

.stepcontentfive {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #e5d4c6;
  border-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: none;
}

.stepimage6, .stepimage5 {
  display: none;
}

.stepcontents {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "Area"
  / 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: center stretch;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.stepimage4 {
  display: none;
}

.image435 {
  max-width: 435px;
  max-height: 100%;
}

.steptitle {
  justify-content: center;
  align-items: flex-start;
  height: 1.3125em;
  display: flex;
  overflow: hidden;
}

.applink {
  grid-row-gap: 12px;
  color: #000;
  border: 1px solid #000;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 105px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.textlink {
  color: #000;
}

.gb45-v2 {
  margin-bottom: 2.8125em;
}

.stepleftcontent {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 50%;
  display: flex;
  position: relative;
}

.stepwrap {
  grid-column-gap: 1.5625em;
  grid-row-gap: 1.5625em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 93.75em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stepcontenttwo2 {
  align-items: center;
  width: 100%;
  padding-top: 5rem;
  display: none;
  position: relative;
}

.numberdot {
  color: #f8f1e7;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: Degular, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1em;
  display: flex;
}

.footer-logo-3 {
  align-self: auto;
}

.gif-img-mobile {
  max-width: 580px;
  max-height: 100%;
  transform: scale(1.2);
}

.lightbox-link {
  width: 100%;
  display: block;
  position: relative;
}

.lightbox-videobg {
  z-index: 1;
  width: 100%;
  height: auto;
  padding-top: 56.25%;
}

.video-unmute-button {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-unmute-wrapper {
  z-index: 3;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  color: #000;
  cursor: pointer;
  background-color: #ffffffb3;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 7em;
  height: 7em;
  font-size: 1em;
  transition: all .25s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em #00000073;
}

.video-unmute-wrapper:hover {
  transform: scale(1.2);
}

.video-unmute-wrapper:active {
  transform: scale(.95);
}

.unmute-icon {
  width: 1em;
  height: 1em;
  font-size: 1.9em;
}

.logoicon {
  width: 3.3125em;
}

.embed {
  border-radius: 1.5625em;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.embadwrap {
  width: 100%;
  min-width: 299px;
  max-width: 21.625em;
  position: relative;
}

.embadwrap.hide {
  display: none;
}

.embadtag {
  width: 100%;
  max-width: 7.9375em;
  position: absolute;
  inset: -2.375em auto auto -3em;
}

.div-block-16 {
  grid-column-gap: 15px;
  align-items: center;
  display: flex;
}

.div-block-17 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.demovideo {
  border-radius: 1rem;
  overflow: hidden;
}

.banner-wrapper {
  z-index: 111;
  background-color: #ff406e;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 7rem;
  padding: 2.63rem 2.19rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.banner_logo {
  align-self: center;
  align-items: center;
  width: 5.75rem;
  display: flex;
}

.banner_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner_text {
  color: #fff;
  font-family: Degular, sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}

.banner_button {
  color: #ff406e;
  letter-spacing: .01375rem;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 10rem;
  padding: .875rem 4.25rem;
  font-family: Degular, sans-serif;
  font-size: 1.375rem;
  font-weight: 600;
  transition: all .2s ease-in-out;
}

.banner_button:hover {
  color: #fff;
  background-color: #ff406e;
  border: 1px solid #fff;
}

.banner_ghost-div {
  width: 1px;
}

.banner_close-icon-link {
  position: absolute;
  inset: 1.06rem 1.06rem auto auto;
}

.banner_close-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.9375rem;
  height: 1.9375rem;
  display: flex;
}

.notification-wrap-3 {
  color: #f5bfbf;
  background-color: #000;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Degular, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.download-body {
  background-color: var(--linen);
  padding-bottom: 8rem;
}

.menu-link {
  color: var(--black);
  letter-spacing: .0625rem;
  text-transform: uppercase;
  font-size: .625rem;
  text-decoration: none;
}

.demovideo_lightbox {
  position: relative;
}

.demovideo_lightbox.hide-on-desktop, .demovideo_lightbox.show-mobile-portrait {
  display: none;
}

.play-button_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.demovideo_play-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  margin-bottom: 18%;
  display: flex;
}

.icon-embed-custom-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.25rem;
  height: 3.25rem;
  display: flex;
}

.download_small-text {
  font-size: .625rem;
  font-weight: 400;
  line-height: 1.4;
}

.text-span, .bold-text {
  font-weight: 500;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.3125rem;
  display: flex;
}

.icon-embed-custom-3, .icon-embed-custom-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.icon-embed-custom-5 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.3125rem;
  display: flex;
}

.step5_image {
  height: 18rem;
}

.step5_text-list {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 21rem;
  display: flex;
}

.step5_text-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.step5_text-heading {
  font-family: Degular, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.step5_text-paragraph {
  font-size: 1rem;
  line-height: 1.5;
}

.step5_item {
  grid-row-gap: 17px;
  background-color: var(--pink);
  color: var(--indian-red);
  text-align: center;
  border-radius: 17px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.step5_item-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.8125rem;
  height: 3.125rem;
  display: flex;
}

.icon-embed-custom-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.875rem;
  height: 2.625rem;
  display: flex;
}

.step5_mobile-image-wrapper {
  display: none;
}

.div-block-18 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.text-block-6 {
  font-size: 8px;
}

@media screen and (max-width: 991px) {
  .brand.fwft {
    max-width: 62px;
  }

  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrapper.hero-wrap {
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-section {
    flex-direction: column;
    height: auto;
    padding-top: 103px;
    padding-bottom: 0;
  }

  .video-wrap {
    border-radius: 20px;
    max-width: 100%;
    margin-left: 0;
    padding-top: 100%;
  }

  .space.hide-from-desk {
    display: block;
  }

  .notification-scroller {
    font-size: 18px;
  }

  .video-overlay {
    width: 45vw;
  }

  .move-with-curser {
    transform: scale(.7);
  }

  .hero-content {
    justify-content: flex-start;
    margin-top: 20px;
    padding: 0;
  }

  .hero-content-wrap {
    max-width: 100%;
  }

  .hero-heading {
    margin-bottom: 20px;
    font-size: 11.6vw;
  }

  .hero-paragraph {
    max-width: 100%;
    margin-bottom: 25px;
    font-size: 18px;
  }

  .notification-wrap-hero {
    position: relative;
    inset: auto;
  }

  .hide-from-tab {
    display: none;
  }

  .show-from-tab {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 40px;
    display: flex;
  }

  .paralex-section {
    padding-top: 7vh;
  }

  .slider {
    max-width: 100%;
  }

  .slider-left-video {
    background-color: #cabaad;
    max-width: 100%;
    padding-top: 50px;
  }

  .slide-video.hidden-mobile {
    display: none;
  }

  .slide-video.hidden-desk {
    display: block;
  }

  .slider-right-content {
    align-items: flex-start;
    max-width: 100%;
    min-height: 360px;
    padding: 40px 10% 10px;
  }

  .slider-con-wrap {
    flex-direction: column;
  }

  .mw-450 {
    max-width: 398px;
  }

  .next-button {
    padding-top: 0%;
    top: auto;
    bottom: 292px;
  }

  .see-more-text {
    display: none;
  }

  .slider-navigation {
    width: 100%;
    margin-left: 0;
    top: 3%;
  }

  .heading {
    font-size: 7vw;
  }

  .heading-h2-v1 {
    font-size: 62px;
  }

  .notification-v1 {
    bottom: 0;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-menu {
    flex: 0 auto;
    margin-right: 0;
  }

  .footer-menu.lalign {
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .footer-link {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .footer-link:hover {
    background-color: #0000;
  }

  .footer-new-grid {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .footer-new-grid.fft {
    flex-direction: row-reverse;
  }

  .quick-links {
    display: none;
  }

  .icon-for-mobile {
    display: block;
  }

  .cursor-wrapper {
    display: none;
  }

  .mw-330 {
    max-width: 398px;
  }

  .invite-only.iob {
    max-width: 100px;
  }

  .heading-h1 {
    font-size: 38px;
  }

  .footer-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .beta-mark {
    width: 100%;
    max-width: 70px;
    bottom: -28px;
    right: 14px;
  }

  .contents {
    min-width: 400px;
  }

  .hero-image-wrap {
    min-width: 0;
  }

  .hero-section-2 {
    padding-bottom: 32px;
  }

  .hero-left {
    min-width: 0;
  }

  .hero-left-content {
    flex: 0 auto;
    min-width: 300px;
  }

  .button-grid {
    margin-top: 36px;
  }

  .back-to-top-2.hft {
    display: none;
  }

  .footer-link-2 {
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    display: flex;
  }

  .footer-link-2:hover {
    background-color: #0000;
  }

  .footer-link-2.hft {
    display: none;
  }

  .download-section {
    margin-top: -14px;
  }

  .div-block-4 {
    height: 100%;
  }

  .video-embed {
    z-index: 1;
  }

  .mini-title {
    font-size: 24px;
  }

  .brass-heading-h1 {
    font-size: 80px;
  }

  .brass-hero-paragraph {
    max-width: 426px;
    font-size: 18px;
  }

  .push-notification {
    max-width: 146px;
  }

  .pn-header {
    min-height: 35px;
    font-size: 13px;
  }

  .pn-timer {
    height: 70px;
  }

  .inline-text.show-from-tab-v1 {
    display: block;
  }

  .grid-countdown {
    grid-template-columns: 1fr 1fr;
  }

  .form-section {
    grid-template-columns: 1fr;
  }

  .form-paragraph {
    font-size: 18px;
  }

  .form-paragraph.mw-500 {
    max-width: 405px;
  }

  .paralex-section-new {
    background-color: var(--linen-3);
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .mini-title-v2 {
    font-size: 24px;
  }

  .mini-title-v2.gap-bottom-50 {
    margin-bottom: 35px;
  }

  .parallex-title {
    font-size: 50px;
  }

  .parallex-title.gap-bottom-55 {
    max-width: 445px;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .parallex-section-content {
    background-color: var(--black);
    width: 100%;
    max-width: none;
    padding: 108% 20px 60px;
  }

  .left-parallax {
    width: 100%;
  }

  .parallax-wrap {
    z-index: 1;
    flex-direction: column;
    height: 148vw;
    margin-top: 0;
    margin-bottom: -46%;
    padding-top: 71px;
    position: relative;
    left: 0%;
    transform: none;
  }

  .parallax-img-1 {
    display: none;
  }

  .parallax-img-2 {
    z-index: 2;
    max-width: 27vw;
    margin-top: 0%;
    margin-left: 0%;
    position: absolute;
    top: 27%;
    right: 20px;
  }

  .parallax-img-3 {
    z-index: 2;
    max-width: 29vw;
    margin-left: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .parallax-img-4 {
    max-width: 22vw;
    margin-top: 28%;
    margin-left: 0%;
    position: absolute;
    top: 100%;
  }

  .right-parallax {
    width: 100%;
  }

  .parallax-img-5 {
    display: none;
    position: absolute;
  }

  .parallax-img-6 {
    z-index: 1;
    max-width: 17vw;
    margin-bottom: -15%;
    margin-right: 25px;
    position: absolute;
    bottom: 0;
  }

  .parallax-img-7 {
    z-index: 1;
    max-width: 80vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
  }

  .parallax-img-8 {
    max-width: 26vw;
    margin-bottom: -28%;
    margin-right: 16%;
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .process-section {
    grid-template-columns: 1fr;
  }

  .how-to-enter {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .right-side-image {
    object-position: 50% 30%;
    position: absolute;
    inset: 0%;
  }

  .bord-section {
    grid-template-columns: 1fr;
  }

  .pricing-part {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .title-80 {
    font-size: 53px;
  }

  .title-80.mw430 {
    max-width: 310px;
  }

  .list {
    margin-top: 0;
  }

  .list.no-gap-left {
    padding-left: 0;
  }

  .list-item {
    font-size: 18px;
  }

  .pricing-grid {
    max-width: 364px;
  }

  .small-note {
    font-size: 12px;
  }

  .dollar-part {
    display: none;
  }

  .section-download {
    grid-template-columns: 1fr;
  }

  .contact-down-arrow {
    width: 25px;
    margin-bottom: 0;
  }

  .albam-right {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .primary-button.dfdf {
    display: none;
  }

  .primary-button.fgdfg {
    max-width: 220px;
    margin-top: 40px;
    display: block;
  }

  .gallery-section {
    padding: 60px 20px;
  }

  .gallery-wrap {
    grid-column-gap: 12px;
    grid-template-columns: 1fr 1fr;
    max-width: 400px;
  }

  .gallery-info {
    padding: 0;
  }

  .title-25 {
    margin-bottom: -10px;
    font-size: 18px;
  }

  .logo-title {
    margin-bottom: 10px;
    font-size: 74px;
  }

  .gallery-sum {
    max-width: 215px;
    margin-bottom: 40px;
    font-size: 16px;
  }

  .gallery-item {
    grid-row-gap: 15px;
    flex-direction: column;
  }

  .gallery-image {
    border-radius: 8px;
    height: 180px;
    position: relative;
  }

  .gallery-item-title {
    color: var(--black);
    background-color: #0000;
    padding: 0;
    line-height: 1.4em;
  }

  .gallery-title-wra {
    position: relative;
  }

  .footer-mini {
    padding: 20px;
  }

  .parallax-img-7-1 {
    width: 100%;
  }

  .dot-mobile {
    color: var(--black);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .dot-desk {
    display: none;
  }

  .down-arrow-12 {
    width: 100%;
    max-width: 12px;
  }

  .parallax-img-2-1 {
    z-index: 3;
    margin-top: 0%;
    margin-left: 0%;
    display: block;
    position: absolute;
    top: 14%;
    right: 0;
  }

  .parallax-img-1-1 {
    max-width: 35vw;
    margin-top: 0%;
    margin-left: 0%;
    display: block;
    position: absolute;
    top: 19%;
  }

  .right-side-wrap {
    padding-top: 56%;
  }

  .image-list-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .show-from-tab-v1 {
    display: block;
  }

  .hide-from-tab-v1 {
    display: none;
  }

  .center-all {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .down-arrow-bord--sec {
    width: 20px;
    margin-bottom: 40px;
    display: block;
  }

  .image-list-wrap-v1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    margin-top: 40px;
    display: grid;
  }

  .footer-social-link {
    max-width: 45px;
  }

  .footer-logo-v1 {
    max-width: 67px;
  }

  .back-link {
    font-size: 18px;
  }

  .text-block-2 {
    font-size: 40px;
  }

  .win-title {
    font-size: 18px;
  }

  .process-grid {
    grid-row-gap: 20px;
  }

  .pg-item {
    font-size: 16px;
  }

  .slider-embad {
    min-height: 720px;
  }

  .more-sparks, .primary-btn.dfdf {
    display: none;
  }

  .primary-btn.fgdfg {
    max-width: 220px;
    margin-top: 40px;
    display: block;
  }

  .div-block-9 {
    display: none;
  }

  .menu-button-amaria.w--open {
    background-color: #919191;
  }

  .register-wrapper {
    flex-direction: column-reverse;
    padding-top: 60px;
    padding-bottom: 75px;
  }

  .music-img-mobile {
    border-radius: 4px;
  }

  .spark-video {
    width: 100%;
  }

  .contest-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .background-video-3 {
    width: 400px;
  }

  .contest-wrapper {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  .layer-side {
    display: none;
  }

  .cassete-img {
    max-width: 420px;
  }

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

  .stream-top {
    flex-direction: column-reverse;
    align-items: center;
  }

  .stream-top-right {
    background-image: none;
    background-size: auto;
    margin-top: 70px;
  }

  .stream-bottom {
    flex-direction: row;
    padding-left: 60px;
  }

  .heading-style-h5 {
    text-align: left;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .heading-style-h5.cc-space {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
  }

  .heading-style-h5.cc-space.text-color-black {
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading-style-h5.text-color-black {
    margin-bottom: 0;
  }

  .icon-5 {
    color: #fff;
  }

  .spark-content {
    padding-left: 0;
    padding-right: 0;
  }

  .money-img {
    max-width: 420px;
  }

  .hero-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .stream-img {
    display: none;
  }

  .button.is-small {
    font-weight: 400;
  }

  .button.is-secondary {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .layers-layout-mob {
    grid-template-rows: auto;
    margin-top: 40px;
    display: grid;
  }

  .spark-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .daw-img-mobile {
    border-radius: 4px;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-section-3 {
    background-position: 50%;
    background-size: cover;
  }

  .heading-style-h1.text-color-black.cc-top {
    display: block;
  }

  .story-wrapper {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
  }

  .story-divider {
    display: block;
  }

  .more-sparks-2 {
    display: none;
  }

  .absolute-wrap {
    height: 100%;
  }

  .contest-image {
    height: 800px;
  }

  .stream-overlay {
    display: none;
  }

  .nav-menu-amaria {
    background-color: #919191;
    height: 50vh;
  }

  .register-main-wrap {
    flex-direction: column-reverse;
    display: flex;
  }

  .more-sparks-3 {
    display: none;
  }

  .sub-header-content-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner-img {
    min-width: 40%;
  }

  .blackbtn {
    max-width: 250px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 12px;
  }

  .numbertext.mw170 {
    max-width: 160px;
  }

  .numbertext.mw220 {
    max-width: 195px;
  }

  .numbertext.mw200 {
    max-width: 175px;
  }

  .gb40 {
    margin-bottom: 0;
  }

  .navbarnew {
    z-index: 777;
    padding-top: 1rem;
    padding-left: 1rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .stapnav {
    display: none;
  }

  .stapnav.iheader {
    z-index: 888;
    width: 100%;
    max-width: 123px;
    margin-bottom: 0;
    display: flex;
    position: absolute;
    inset: 1.25rem 1rem auto auto;
  }

  .stepdots {
    max-width: 140px;
  }

  .wrappernew {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .contentfw {
    max-width: 522px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-20.mw320-v1 {
    max-width: 237px;
  }

  .font-20.mw375.centertext {
    max-width: 255px;
    font-size: 14px;
  }

  .font-20.mw320-v2 {
    max-width: 285px;
  }

  .contentwrap.mw400 {
    max-width: 315px;
  }

  .contentwrap._22rem, .contentwrap.step5-wrap {
    max-width: none;
  }

  .circle {
    width: 45px;
    height: 45px;
  }

  .download-step_heading {
    font-size: 1.6rem;
  }

  .image300 {
    height: 240px;
    max-height: none;
  }

  .wrapper-1801 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .appgrid {
    max-width: 300px;
  }

  .appgrid.mwt300 {
    max-width: 300px;
    margin-top: 20px;
  }

  .steptitles {
    font-size: 12px;
  }

  .stepimage1 {
    justify-content: center;
    align-items: center;
    max-width: 30em;
    height: 30em;
    margin-bottom: 20px;
    display: flex;
  }

  .layerssi {
    padding: 1.5em .8125em;
  }

  .numberheading {
    margin-bottom: 6px;
  }

  .numbersubheading {
    margin-bottom: 5px;
  }

  .step-section {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  .footernew {
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .arrow-2 {
    font-size: 16px;
  }

  .menu-text {
    display: none;
  }

  .steprightcontent {
    max-width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .stepimage3 {
    width: 100%;
    max-width: 40em;
    margin-bottom: 3.4375em;
    display: none;
  }

  .stepdotimg {
    width: 100%;
  }

  .hft, .hft.qr-icon {
    display: none;
  }

  .applinkm {
    height: 120px;
  }

  .stepslide {
    width: 90%;
    bottom: 2rem;
    left: 2rem;
  }

  .image744 {
    width: 125%;
    max-width: none;
    max-height: none;
    transform: none;
  }

  .stepmaincontent {
    margin-top: 10px;
  }

  .sft {
    height: 1.3125rem;
    color: var(--black);
    display: block;
  }

  .sft.mw43 {
    width: 43px;
  }

  .sft.mw31 {
    width: 31px;
    display: none;
  }

  .btn-wrap {
    justify-content: center;
    align-items: center;
    margin-top: 1.3375em;
    margin-bottom: 1.5125em;
    display: flex;
  }

  .stepmainslidetwo {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .stepimage6 {
    flex-direction: column;
    align-items: center;
    max-width: 240px;
    margin-top: 10px;
    margin-left: -12.5px;
    display: flex;
  }

  .stepimage5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 150px;
    margin-top: 20px;
    display: flex;
  }

  .stepimage4 {
    margin-top: 20px;
    display: block;
  }

  .image435 {
    height: 240px;
  }

  .steptitle {
    height: 15px;
    display: none;
  }

  .stepleftcontent {
    max-width: 100%;
    display: none;
  }

  .stepwrap {
    grid-row-gap: 0px;
    flex-direction: column-reverse;
  }

  .numberdot {
    margin-bottom: 7px;
  }

  .gif-img-mobile {
    width: 125%;
    max-width: none;
    max-height: none;
    margin-top: 12%;
    transform: none;
  }

  .video-unmute-wrapper:hover {
    transform: none;
  }

  .video-unmute-wrapper:active {
    transform: scale(.9);
  }

  .waitlist-btn.exp {
    display: none;
  }

  .banner_text {
    font-size: 1.375rem;
  }

  .banner_button {
    padding: .75rem 3.125rem;
    font-size: 1rem;
  }

  .download-body {
    background-color: var(--linen);
    padding-bottom: 2rem;
  }

  .menu-link, .menu-link.exp {
    display: none;
  }

  .demovideo_lightbox.hide-on-desktop {
    display: block;
  }

  .demovideo_lightbox.show-mobile-portrait {
    display: none;
  }

  .step5_text-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .step5_text-item {
    text-align: left;
    align-items: flex-start;
  }

  .step5_item {
    height: 120px;
  }

  .step5_mobile-image-wrapper {
    display: block;
  }

  .step5_mobile-image {
    object-fit: contain;
    height: 11rem;
  }
}

@media screen and (max-width: 767px) {
  .menu-button {
    width: 35px;
  }

  .wrapper.nav-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wrapper.paralex-wrap {
    padding-top: 101%;
  }

  .sign-in {
    color: var(--white);
  }

  .sign-in:hover {
    color: var(--antique-white);
  }

  .waitlist-btn {
    border-color: var(--white);
    color: var(--white);
  }

  .waitlist-btn:hover {
    border-color: var(--linen);
    background-color: var(--linen);
    color: var(--indian-red);
  }

  .nav-item-wrap {
    background-color: var(--royal-blue);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .line.l1.light-bg, .line.l2.light-bg, .line.l3.light-bg {
    background-color: var(--linen-3);
  }

  .hero-section {
    padding-top: 85px;
  }

  .move-with-curser {
    top: 8%;
  }

  .hero-heading {
    font-size: 11vw;
  }

  .hero-paragraph {
    font-size: 16px;
  }

  .show-from-tab {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    padding-top: 30px;
  }

  .paralex-section {
    padding-top: 10vh;
  }

  .parellex-top-right {
    width: 36vw;
    right: 1.3vw;
  }

  .parellex-bottom-right {
    width: 30vw;
    bottom: -44px;
  }

  .parellex-center {
    width: 80vw;
  }

  .parellex-left-center {
    width: 35vw;
    bottom: 6%;
  }

  .parellex-left-top {
    width: 36vw;
  }

  .slider {
    border-radius: 0;
  }

  .slider-left-video {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .slide-video {
    padding-top: 115%;
  }

  .slider-right-content {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .heading-h2 {
    font-size: 40px;
  }

  .next-button {
    right: 25px;
  }

  .arrow {
    width: 100%;
    max-width: 40px;
    top: -11%;
    left: 20%;
  }

  .heading-h2-v1 {
    font-size: 40px;
  }

  .waitlist-btn-2 {
    color: #fff;
    border-color: #fff;
  }

  .waitlist-btn-2:hover {
    color: #ff406e;
    background-color: #f8f1e7;
    border-color: #f8f1e7;
  }

  .nav-item-wrap-2 {
    background-color: #ff406e;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .wrapper-1800 {
    grid-row-gap: 45px;
    flex-wrap: wrap-reverse;
    justify-content: center;
    padding-bottom: 60px;
  }

  .wrapper-1480 {
    grid-row-gap: 65px;
    flex-flow: column wrap;
  }

  .contents {
    width: 100%;
    min-width: 0;
  }

  .device-image {
    width: 95%;
    min-width: 0;
  }

  .download-section {
    margin-top: 0;
    padding-top: 60px;
  }

  .sign-in-2 {
    color: #fff;
  }

  .sign-in-2:hover {
    color: #e3d2c4;
  }

  .brass-heading-h1 {
    font-size: 53px;
  }

  .down-wrap {
    max-width: 80px;
  }

  .brass-navbar {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .brass-brand {
    max-width: 67px;
  }

  .menu-item:hover {
    color: var(--black);
  }

  .style-font.normal-f-mobile {
    color: var(--linen-3);
    font-family: Degular, sans-serif;
  }

  .sparks-form-wrap {
    background-color: var(--royal-blue);
    color: var(--linen-3);
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mini-title-v1 {
    font-size: 25px;
  }

  .mini-title-v1.dfsdfd {
    margin-bottom: 0;
    font-size: 30px;
  }

  .form-title {
    max-width: none;
    margin-bottom: 15px;
    font-size: 30px;
  }

  .form-paragraph.mw-450 {
    max-width: 211px;
    font-size: 16px;
  }

  .form-field.light-f-ml {
    border-color: var(--linen-3);
    color: var(--linen-3);
  }

  .form-field.light-f-ml::placeholder {
    color: var(--linen-3);
  }

  .mailchamp-form-block {
    margin-top: 0;
  }

  .slider-wrap {
    padding-top: 40px;
  }

  .rev_slider {
    margin-top: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider_image {
    max-width: 223px;
  }

  .process-flowchart {
    grid-row-gap: 35px;
    max-width: 255px;
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .process-item {
    font-size: 16px;
  }

  .process-item.mw-280 {
    max-width: 210px;
  }

  .title-80.vbcvbcv {
    margin-bottom: 20px;
  }

  .list {
    padding-left: 10px;
  }

  .list-item {
    text-align: center;
    justify-content: center;
    margin-bottom: 2px;
  }

  .pricing-grid {
    max-width: 314px;
  }

  .download-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .down-content {
    grid-row-gap: 40px;
  }

  .albam-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-list-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: center;
    display: flex;
  }

  .show-from-tab-v1 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .show-from-tab-v1.sdasdas {
    width: 100%;
    max-width: 31%;
  }

  .show-from-tab-v1.zdfdfsf {
    width: 100%;
    max-width: 33%;
  }

  .down-arrow-bord--sec {
    margin-bottom: 7px;
  }

  .image-list-wrap-v1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block-2 {
    font-size: 35px;
  }

  .dd-again {
    max-width: 185px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 12px;
  }

  .process-grid {
    align-items: center;
  }

  .pg-item.fgdfg {
    max-width: 200px;
  }

  .pg-item.dfgfg {
    max-width: 279px;
  }

  .pg-item.gfgh {
    max-width: 255px;
  }

  .note-mini {
    max-width: 211px;
  }

  .image-wrap {
    padding-top: 27px;
    padding-bottom: 27px;
    transform: scale(.8);
  }

  .image-inr-wrap {
    border-radius: 5px;
  }

  .div-block-6 {
    text-align: center;
    display: block;
  }

  .div-block-7 {
    display: none;
  }

  .text-block-3 {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.3em;
    display: block;
  }

  .slider-embad {
    min-height: 620px;
  }

  .already-member {
    max-width: 207px;
    margin-top: 35px;
    margin-left: auto;
    margin-right: auto;
  }

  .custom-breake-ml {
    display: block;
  }

  .heading-style-h3 {
    font-size: .9375rem;
  }

  .heading-style-h3.cc-layer-head {
    font-size: 3.75rem;
  }

  .cassete-img {
    max-width: 320px;
  }

  .process-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .regi-img {
    display: none;
  }

  .stream-top-right {
    width: 100%;
  }

  .stream-bottom {
    padding-right: 60px;
  }

  .slider_image-2 {
    max-width: 223px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-h5 {
    font-size: 1rem;
  }

  .heading-style-h5.text-color-black {
    margin-bottom: 0;
  }

  .story-section {
    padding-top: 61px;
    padding-bottom: 61px;
  }

  .sparks-section.padding-section-medium {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .spark-content {
    width: 100%;
    max-width: 400px;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .money-img {
    max-width: 320px;
  }

  .heading-style-h2 {
    margin-top: 0;
    font-size: 1.125rem;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .process-card.cc-hide {
    display: none;
  }

  .footer-social-block-two {
    margin-left: -25px;
  }

  .conntest-section {
    color: #e2d6c7;
    background-color: #000;
  }

  .button {
    color: #e2d6c7;
    background-color: #000;
    font-size: .875rem;
    font-weight: 500;
  }

  .button.is-small {
    color: #000;
  }

  .button.is-secondary {
    color: #000;
    background-color: #0000;
  }

  .regis-img-mobile {
    width: 100%;
    display: block;
  }

  .stream-left-img {
    margin-top: 50px;
  }

  .padding-global {
    padding-left: 0;
    padding-right: 0;
  }

  .download-sparks-btn {
    color: #1e1e1e;
    background-color: #e2d6c7;
    max-width: 320px;
  }

  .hero-section-3 {
    min-height: 70vh;
  }

  .stream-top-left {
    width: 85%;
  }

  .para-section.is-mobile {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 269px;
    margin-bottom: 37px;
    display: flex;
  }

  .para-section.is-desktop {
    display: none;
  }

  .heading-style-h1 {
    font-size: 1rem;
  }

  .heading-style-h1.is-blur {
    filter: blur(.6px);
  }

  .heading-style-h1.cc-epi-head {
    font-size: 1rem;
  }

  .heading-style-h1.cc-color-primary {
    font-size: 1.8125rem;
  }

  .heading-style-h1.cc-contest-head {
    color: #000;
    font-size: 1.8125rem;
  }

  .heading-style-h1.text-color-black.cc-top {
    margin-top: 14px;
  }

  .story-wrapper {
    grid-row-gap: 0px;
  }

  .story {
    grid-row-gap: 0px;
    margin-top: 22px;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-size-regular {
    color: #e2d6c7;
    font-size: 1rem;
  }

  .text-size-regular.cc-epi-head {
    color: #000;
  }

  .text-size-regular.cc-terms {
    text-align: center;
  }

  .register-block {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .footer-3 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  .contest-image {
    width: 100%;
  }

  .slider-3 {
    max-width: 420px;
  }

  .text-size-medium {
    font-size: 1.125rem;
    overflow: visible;
  }

  .register-img {
    align-self: stretch;
  }

  .slider_image-3 {
    max-width: 223px;
  }

  .next-btn-click {
    color: #e2d6c7;
    background-color: #000;
  }

  .sub-header-wrap {
    padding-top: 50px;
  }

  .sub-header-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: wrap;
  }

  .numbertext {
    max-width: 14rem;
  }

  .numbertext.mw170 {
    max-width: 210px;
  }

  .numbertext.mw220 {
    max-width: 230px;
  }

  .numbertext.mw200 {
    max-width: 210px;
  }

  .wrappernew.nav-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .contentfw {
    grid-template-columns: 1fr;
  }

  .contentwrap.mw425 {
    max-width: 361px;
  }

  .circle {
    margin-bottom: 9px;
  }

  .appgrid.mwt300 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stepimage1 {
    display: none;
  }

  .layerssi {
    border-bottom: 1px solid #000;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .layerssi.br {
    border-bottom: 1px solid #000;
    border-right-style: none;
  }

  .layerssi.blr {
    border-bottom-style: solid;
    border-right-style: none;
  }

  .step-section {
    padding-left: 2em;
    padding-right: 2em;
  }

  .stepmainslideone {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .stepimage3 {
    max-width: 55em;
  }

  .stepslide {
    width: 90%;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .btn-wrap {
    width: 100%;
  }

  .stepleftcontent, .numberdot {
    display: none;
  }

  .video-unmute-wrapper {
    font-size: .9em;
  }

  .waitlist-btn.exp {
    border-color: var(--black);
    color: var(--black);
  }

  .div-block-16 {
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-right: -20px;
  }

  .div-block-17 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .banner-wrapper {
    justify-content: center;
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

  .banner_logo, .banner_ghost-div {
    display: none;
  }

  .menu-link.exp {
    border-color: var(--black);
    color: var(--black);
  }
}

@media screen and (max-width: 479px) {
  .wrapper, .wrapper.nav-wrap, .wrapper.hero-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    padding-top: 73px;
  }

  .video-wrap {
    padding-top: 120%;
  }

  .notification-wrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .waitlist-mail {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .waitlist-success-title {
    font-size: 40px;
  }

  .success-wrap {
    max-width: 207px;
  }

  .success-subtitle {
    width: 100%;
    max-width: 170px;
  }

  .move-with-curser {
    transform: scale(.5);
  }

  .move-with-curser.dnldp {
    width: 10em;
    height: 10em;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .waitlist-submit {
    padding-left: 25px;
    padding-right: 25px;
  }

  .email-field {
    padding-left: 22px;
  }

  .paralex-section {
    padding-top: 11vh;
  }

  .slider-left-video {
    background-color: #cabaad;
  }

  .slider-right-content {
    min-height: 385px;
  }

  .next-button {
    bottom: 317px;
    right: 20px;
  }

  .arrow {
    top: -20%;
  }

  .heading {
    font-size: 9vw;
  }

  .cta-section {
    height: 500px;
    padding-bottom: 46px;
  }

  .email-field-v1 {
    padding-left: 20px;
  }

  .waitlist-submit-v1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-link {
    width: 38px;
    height: 38px;
  }

  .footer-new-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-logo {
    max-width: 80px;
  }

  .top_arrow {
    max-width: 25px;
  }

  .form-wrap-popup {
    flex-direction: column;
  }

  .waitlist-success-title-2 {
    font-size: 40px;
  }

  .beta-mark {
    bottom: -13px;
    left: 210px;
    right: auto;
  }

  .notification-wrap-2 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .waitlist-mail-2 {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .hero-left-content {
    width: 100%;
    min-width: 0;
  }

  .footer-link-2 {
    width: 38px;
    height: 38px;
  }

  .success-wrap-2 {
    max-width: 207px;
  }

  .slider-container {
    opacity: 1;
    background-color: #30313600;
    height: 112.501%;
  }

  .div-block-4 {
    z-index: 999;
    height: auto;
    top: auto;
  }

  .slide-content-div {
    background-color: #30313600;
    width: 90vw;
    height: 90vh;
  }

  .link-block {
    margin-top: auto;
    position: static;
    top: auto;
  }

  .slider-2 {
    width: 80vw;
    height: auto;
    padding-top: 0;
  }

  .image-12 {
    position: static;
    top: 100px;
  }

  .icon-3 {
    inset: auto auto 0% 0%;
  }

  .section-2 {
    background-color: #30313600;
    height: 80vh;
  }

  .icon-4 {
    inset: auto 0% 0% auto;
  }

  .right-arrow-2 {
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .mini-title {
    font-size: 20px;
  }

  .grid-countdown {
    grid-template-columns: 1fr;
  }

  .form-paragraph {
    font-size: 16px;
  }

  .form-paragraph.mw-500 {
    max-width: 63vw;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .download-btn {
    font-size: 12px;
  }

  .download-btn.fgdg {
    background-color: var(--linen-3);
    color: var(--indian-red);
  }

  .mailchamp-form-block {
    width: 100%;
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .parallex-title.gap-bottom-55 {
    max-width: 301px;
  }

  .parallex-section-content {
    padding-top: 102%;
  }

  .parallax-wrap {
    margin-bottom: -21%;
  }

  .parallax-img-2 {
    top: 44%;
  }

  .parallax-img-3 {
    margin-bottom: -29%;
  }

  .parallax-img-4 {
    margin-top: 50%;
  }

  .parallax-img-6 {
    margin-bottom: -41%;
  }

  .parallax-img-7 {
    top: 66%;
  }

  .parallax-img-8 {
    margin-bottom: -55%;
  }

  .pricing-part {
    padding-left: 20px;
    padding-right: 20px;
  }

  .down-content {
    grid-row-gap: 36px;
  }

  .contact-down-arrow {
    width: 12px;
  }

  .line-breake {
    display: block;
  }

  .parallax-img-2-1 {
    top: 30%;
  }

  .parallax-img-1-1 {
    top: 36%;
  }

  .footer-logo-v1 {
    max-width: 80px;
  }

  .newsletter-inner {
    max-width: 330px;
  }

  .newsletter-title {
    max-width: 234px;
    font-size: 15px;
  }

  .back-link {
    grid-column-gap: 10px;
    font-size: 15px;
    top: 18px;
    left: 17px;
  }

  .loading-icon {
    height: 45px;
  }

  .process-grid {
    grid-row-gap: 15px;
  }

  .p-number {
    width: 24px;
    height: 24px;
    margin-bottom: 7px;
  }

  .ba--icon {
    width: 14px;
  }

  .slider-embad {
    min-height: 580px;
  }

  .primary-btn {
    padding-left: 55px;
    padding-right: 55px;
  }

  .contest-block {
    width: 90%;
  }

  .background-video-3 {
    width: 80vw;
    height: 500px;
  }

  .cassete-img {
    max-width: 240px;
  }

  .process-wrapper {
    padding-left: 70px;
    padding-right: 70px;
  }

  .stream-top-right {
    width: 100%;
  }

  .stream-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .layer-wrap {
    padding-left: 20px;
    padding-right: 37px;
  }

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

  .heading-style-h5.text-color-black {
    font-size: .875rem;
    font-weight: 400;
    line-height: 16.38px;
  }

  .spark-content {
    padding-left: 16px;
    padding-right: 16px;
  }

  .money-img {
    max-width: 240px;
  }

  .process-card {
    align-items: center;
  }

  .footer-social-block-two {
    margin-left: -15px;
  }

  .button.is-icon {
    color: #000;
    background-color: #e2d6c7;
  }

  .button.is-small {
    margin-top: 40px;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: .75rem;
  }

  .button.is-small.cc-sub-header {
    font-size: 14px;
  }

  .button.is-secondary.cc-mobile-12 {
    font-size: .75rem;
  }

  .stream-left-img {
    width: 100%;
  }

  .stream-top-left {
    width: 85%;
  }

  .heading-style-h1.cc-contest-head {
    color: #000;
    font-size: 1.8125rem;
  }

  .story-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-3 {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .contest-image {
    height: 600px;
  }

  .slider-3 {
    max-width: 320px;
  }

  .text-block-5 {
    z-index: 5;
    font-family: Degular, sans-serif;
    font-size: 8px;
    display: block;
    position: absolute;
    inset: auto auto 2% 2%;
  }

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

  .div-block-15 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
  }

  .header-content {
    font-size: .9rem;
    line-height: 4vw;
  }

  .stepmainslidethree {
    display: none;
  }

  .stapnav.iheader {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .wrappernew {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .contentfw {
    grid-template-rows: auto auto auto auto;
  }

  .wrapper-1801 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .stepmainslidefour {
    display: none;
  }

  .stepimage3 {
    max-width: 90%;
  }

  .stepmainslidefive {
    display: none;
  }

  .stepslide {
    width: 90%;
  }

  .stepmaincontent {
    overflow: visible;
  }

  .stepcontentfive {
    display: none;
  }

  .stepleftcontent {
    align-self: auto;
  }

  .footer-logo-3 {
    max-width: 80px;
  }

  .div-block-16 {
    margin-right: 0;
  }

  .banner-wrapper {
    justify-content: center;
    max-height: 11rem;
  }

  .banner_content-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-self: center;
  }

  .notification-wrap-3 {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .demovideo_lightbox.hide-on-desktop.hide-mobile-portrait {
    display: none;
  }

  .demovideo_lightbox.show-mobile-portrait {
    display: block;
  }

  .demovideo_play-icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 49%;
  }

  .step5_mobile-image.overflow-mobile-portrait {
    object-fit: cover;
    object-position: 100% 50%;
    height: 9rem;
    position: absolute;
    inset: 7% 55% auto auto;
  }
}

#w-node-_12bcf479-ef87-1d62-6274-121994f1686f-4e2d7e2f, #w-node-fdc7c474-33c3-595d-3f38-88cb60c4b90d-4e2d7e2f, #w-node-dac1d9b3-450f-d890-d4e7-6221466fd243-4e2d7e2f, #w-node-_2fbb6a03-168d-5c9d-de0b-29f4e9002178-4e2d7e2f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67732618-3137-39a3-1685-1da5123f319a-4e2d7e3a {
  place-self: center;
}

#w-node-_67732618-3137-39a3-1685-1da5123f31f0-4e2d7e3a, #w-node-_6519945c-72d0-34f2-b374-21c497271c77-4e2d7e3a, #w-node-_67732618-3137-39a3-1685-1da5123f31f5-4e2d7e3a, #w-node-_12474f31-684c-127d-b64e-eed1f0f0a130-4e2d7e3a, #w-node-_12474f31-684c-127d-b64e-eed1f0f0a131-4e2d7e3a, #w-node-_12474f31-684c-127d-b64e-eed1f0f0a135-4e2d7e3a, #w-node-_12474f31-684c-127d-b64e-eed1f0f0a136-4e2d7e3a, #w-node-_12474f31-684c-127d-b64e-eed1f0f0a13a-4e2d7e3a, #w-node-_12474f31-684c-127d-b64e-eed1f0f0a13b-4e2d7e3a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_67732618-3137-39a3-1685-1da5123f3212-4e2d7e3a {
  place-self: stretch stretch;
}

#w-node-_67732618-3137-39a3-1685-1da5123f321b-4e2d7e3a {
  place-self: center;
}

#w-node-cdef9e02-9ed0-a975-feea-86cff0ed4aac-4e2d7e3b, #w-node-_55ea984b-a236-d8b0-932b-ea6b9bc5a702-4e2d7e3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35bdfbca-ac5e-d58f-58d3-fe099d82e6c8-4e2d7e3b, #w-node-_8bf8b9a8-9b6d-7222-4e52-6a6df747593d-4e2d7e3b, #w-node-_44992881-e8cc-a502-f602-a1b4441cefa9-4e2d7e3b, #w-node-f5d188dc-09ba-3074-7f5e-6cfeff4df888-4e2d7e3b, #w-node-eeb75d2a-0deb-5503-a1f6-3b9df16585d8-4e2d7e3b, #w-node-_716ae620-d75c-93f6-e15a-40c222a8f9f6-4e2d7e3b, #w-node-_284693d5-8051-b9f6-fb39-8444b95e7817-4e2d7e3b, #w-node-_63c2419f-8d7f-78f3-65b5-790d1e2234bc-4e2d7e3b, #w-node-dea8ddd5-ef2e-5753-da8c-4f0b0fee4a14-4e2d7e3b, #w-node-_12381063-1e5b-257f-eaa2-5e5a4d84f849-4e2d7e3b, #w-node-_072176c8-f73d-0f7e-de5c-b673d31a544c-4e2d7e3b, #w-node-_2d31a498-d305-cc2f-0628-20bcb6e2f79d-4e2d7e3b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d11d2c8a-6a20-a448-4115-16ed0eb9f1c9-4e2d7e3b, #w-node-e36e4c88-d579-68eb-9ef0-3b986d9b0a5c-4e2d7e3b, #w-node-_7d9662af-999b-24ad-5b85-cc515495366e-4e2d7e3b, #w-node-_56b4cef0-35c3-58e5-e0f3-ce1574d69118-4e2d7e3b, #w-node-_8f6717e9-d095-3d98-c5ac-13892b77a17a-4e2d7e3b, #w-node-_6901a0d4-d0b1-d5f5-6eaf-35765ba21974-4e2d7e3b, #w-node-d6d6c5da-01cc-2c12-90d8-a5c8640c80e8-4e2d7e3b, #w-node-e4f760a3-8fb1-1b21-3d4d-098200785df2-4e2d7e3b, #w-node-_56beef77-a783-0974-e4d5-c512fc0afea5-4e2d7e3b, #w-node-_55aed05c-f9b0-c8ee-0cd2-70ccf6e42eee-4e2d7e3b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cceb1f7-a345-17d0-ef15-502657ac6efd-4e2d7e3f {
  grid-area: Area;
}

#w-node-a895f931-d09a-e7c0-2ec2-ede6af5cdee9-4e2d7e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cceb1f7-a345-17d0-ef15-502657ac6eff-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f01-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f03-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f05-4e2d7e3f {
  grid-area: Area;
}

#w-node-_8acae8d4-39fc-1352-42cb-7c50a963ebbc-4e2d7e3f, #w-node-e0a0d7fe-c977-a7ab-532f-d46370728bdb-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f07-4e2d7e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f1c-4e2d7e3f {
  grid-area: Area;
}

#w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f23-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f2f-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f3b-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f47-4e2d7e3f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f53-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f5c-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f6e-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f82-4e2d7e3f {
  grid-area: Area;
}

#w-node-_3cceb1f7-a345-17d0-ef15-502657ac6faa-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6fae-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6fb2-4e2d7e3f, #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6fb6-4e2d7e3f, #w-node-f86c1ac7-9d4e-82a0-d72f-09f591aa4648-4e2d7e40, #w-node-f86c1ac7-9d4e-82a0-d72f-09f591aa464c-4e2d7e40, #w-node-f86c1ac7-9d4e-82a0-d72f-09f591aa4650-4e2d7e40, #w-node-f86c1ac7-9d4e-82a0-d72f-09f591aa4654-4e2d7e40, #w-node-_07f3391b-690a-098f-b7d1-d8dfccf7bd85-4e2d7e4a, #w-node-_07f3391b-690a-098f-b7d1-d8dfccf7bd8f-4e2d7e4a, #w-node-_07f3391b-690a-098f-b7d1-d8dfccf7bd85-4e2d7e4b, #w-node-_07f3391b-690a-098f-b7d1-d8dfccf7bd8f-4e2d7e4b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_67732618-3137-39a3-1685-1da5123f3212-4e2d7e3a {
    order: 9999;
    align-self: stretch;
  }

  #w-node-_67732618-3137-39a3-1685-1da5123f3285-4e2d7e3a, #w-node-_67732618-3137-39a3-1685-1da5123f3286-4e2d7e3a, #w-node-_67732618-3137-39a3-1685-1da5123f3287-4e2d7e3a, #w-node-_67732618-3137-39a3-1685-1da5123f328d-4e2d7e3a, #w-node-_67732618-3137-39a3-1685-1da5123f3290-4e2d7e3a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e4f760a3-8fb1-1b21-3d4d-098200785df2-4e2d7e3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_55aed05c-f9b0-c8ee-0cd2-70ccf6e42eee-4e2d7e3b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_75f22b2c-2591-af7c-9ada-f65c50870b76-4e2d7e3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3cceb1f7-a345-17d0-ef15-502657ac6f53-4e2d7e3f {
    grid-area: Area;
  }

  #w-node-e9ebdfeb-7339-3c82-1393-cb045af89fc0-4e2d7e3f {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_92d5f0f7-31c3-da2f-1c17-65619e9a830e-4e2d7e3f {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6e80a224-a882-b7e5-70f7-bb87fe024809-4e2d7e3f {
    grid-area: 3 / 2 / 4 / 3;
  }

  #w-node-_17eaa34d-c004-a589-379c-81147b564ab1-4e2d7e3f, #w-node-a98d0153-c01e-8748-60c6-974fe21d96b9-4e2d7e3f, #w-node-_35ebd43e-bb30-c70a-bc92-cb9d1606e3a6-4e2d7e3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_55ea984b-a236-d8b0-932b-ea6b9bc5a702-4e2d7e3b {
    order: -9999;
  }
}


@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/BuonaDisplayTrial-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-SemiBolditalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'PP Neue Montreal';
  src: url('../fonts/PPNeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display';
  src: url('../fonts/Swear-Display-Bold-Cilati.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bish';
  src: url('../fonts/Bish-OutlineFat.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Degular';
  src: url('../fonts/Degular-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display Thin Italic';
  src: url('../fonts/Swear-Display-Thin-Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Swear Display Medium Italic';
  src: url('../fonts/Swear-Display-Medium-Italic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}