@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-Black.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-ExtraBlack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-UltraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Plak Wide;
  src: url('../fonts/Neue-Plak-Wide-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montreux Classic Demi;
  src: url('../fonts/Montreux-Classic-Demi-Bold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montreux;
  src: url('../fonts/montreux.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montreux Classic;
  src: url('../fonts/Montreux-Classic-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montreuxclassic;
  src: url('../fonts/MontreuxClassic-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montreuxclassic;
  src: url('../fonts/MontreuxClassic-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Montreuxclassic;
  src: url('../fonts/MontreuxClassic-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --red: #ea383c;
  --beij: #fbead1;
  --blue: #232650;
}

.section {
  height: 800vw;
}

.div-block {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.camera {
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: clip;
}

.div-block-2 {
  background-color: #7e0000;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-2._2 {
  background-color: #7e000000;
  justify-content: center;
  align-items: center;
  width: 120vw;
}

.div-block-2._3, .div-block-2._3-copy {
  background-color: #daffad;
}

.div-block-3 {
  justify-content: space-between;
  align-items: center;
  width: 200vw;
  height: 100%;
  display: flex;
}

.body {
  background-color: #e1e0dd;
}

.div-block-4 {
  z-index: 990;
  background-color: #000;
  width: 50px;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.navbar {
  z-index: 990;
  background-color: #0a0808;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 76px;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.image {
  z-index: 0;
  object-fit: cover;
  width: 200%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.div-block-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 36px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--red);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 28px;
  padding-bottom: 28px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.div-block-6:hover {
  background-color: #c51d21;
}

.letsconectbuttontext {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: tb-rl;
  direction: ltr;
  margin-right: 4px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  rotate: 180deg;
}

.arrowletsconnect {
  width: 12px;
  height: 12px;
}

.text-block {
  z-index: 1;
  color: var(--red);
  white-space: nowrap;
  margin-top: -13px;
  margin-left: 192px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 240px;
  font-weight: 900;
  line-height: 230px;
  position: relative;
}

.text-block.w {
  margin-left: 380px;
}

.div-block-7 {
  z-index: 5;
  margin-top: -52px;
  position: relative;
}

.globe {
  z-index: 999;
  width: 500px;
  height: 500px;
  position: absolute;
  inset: 0% 0% auto 20%;
}

.code-embed {
  z-index: 3;
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-8 {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 800px;
  height: 800px;
  display: flex;
  position: absolute;
  right: -400px;
}

.div-block-9 {
  z-index: 4;
  background-image: radial-gradient(circle farthest-side, #fff0 74%, #ffe8ca2e);
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  position: relative;
  inset: 0%;
}

.image-2 {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: -1px;
  position: relative;
  inset: 0%;
}

.image-3 {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: -100%;
  position: relative;
  inset: 0%;
}

.div-block-10 {
  z-index: 1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.globce {
  z-index: 3;
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.globtot {
  z-index: 3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  height: 1000px;
  display: flex;
  position: absolute;
  right: -500px;
}

.div-block-11 {
  z-index: 4;
  width: 100%;
  height: 100%;
  padding: 102.5px;
  display: none;
  position: absolute;
  inset: 0%;
}

.text-block1 {
  z-index: 1;
  color: var(--red);
  white-space: nowrap;
  margin-top: -13px;
  margin-left: 148px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 15rem;
  font-weight: 900;
  line-height: 14.375rem;
  position: relative;
}

.text-block1.w {
  margin-left: 380px;
}

.text-block2 {
  z-index: 1;
  color: var(--red);
  white-space: nowrap;
  margin-top: -13px;
  margin-left: 390px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 15rem;
  font-weight: 900;
  line-height: 14.375rem;
  position: relative;
}

.text-block2.w {
  margin-left: 380px;
}

.text-block3 {
  z-index: 1;
  color: var(--red);
  white-space: nowrap;
  margin-top: -13px;
  margin-left: 148px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 15rem;
  font-weight: 900;
  line-height: 14.375rem;
  position: relative;
}

.text-block3.w {
  margin-left: 380px;
}

.text-block4 {
  z-index: 1;
  color: var(--red);
  white-space: nowrap;
  margin-top: -13px;
  margin-left: 148px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 15rem;
  font-weight: 900;
  line-height: 14.375rem;
  position: relative;
}

.text-block4.w {
  margin-left: 380px;
}

.div-block-12 {
  z-index: 4;
  border: 2.5px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 192.07px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-13 {
  z-index: 4;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 326px;
  left: 152px;
  overflow: hidden;
}

.text-block-2 {
  color: #000;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-14 {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 192px;
  height: 57px;
  position: absolute;
  left: -192px;
}

.image-2-copy {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: -1px;
  position: relative;
  inset: 0%;
}

.image4 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: -2px;
  position: relative;
  inset: 0%;
}

.speedmasterstext {
  z-index: 4;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 80px;
  left: 766px;
  overflow: hidden;
}

.div-block-14-v2 {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 540px;
  height: 57px;
  position: absolute;
  left: -540px;
}

.div-block-12-v2 {
  z-index: 4;
  border: 2.5px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.speedmasterstext-copy {
  z-index: 4;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 106px;
  left: 830px;
  overflow: hidden;
}

.auditext {
  z-index: 4;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 155px;
  left: 919px;
  overflow: hidden;
}

.div-block-14-v3 {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 510px;
  height: 57px;
  position: absolute;
  left: -510px;
}

.div-block-12-v3 {
  z-index: 4;
  border: 2.5px solid #000;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 510px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-15 {
  z-index: 4;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 281px;
  display: flex;
  position: absolute;
  top: 540px;
  left: 1339px;
}

.image-4 {
  display: none;
  position: relative;
  inset: 0%;
  overflow: visible;
}

.code-embed-2 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.code-embed-3, .code-embed-4, .code-embed-5 {
  display: none;
}

.text-block-3 {
  color: #000;
  letter-spacing: .5px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.scrollline {
  z-index: 4;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 281px;
  display: flex;
  position: absolute;
  top: 540px;
  left: 1295px;
}

.code-embed-2-scrollie {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-16 {
  margin-top: 10px;
  position: relative;
}

.image-5 {
  z-index: 1;
  opacity: 0;
  display: none;
  position: absolute;
  top: 3.5px;
}

.div-block-17 {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-18 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 93px;
  right: 300px;
}

.text-block-4 {
  color: #fbead1;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 92px;
  font-weight: 900;
  line-height: 92px;
}

.sec1 {
  color: #fbead1;
  white-space: nowrap;
  margin-left: 230px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec2 {
  color: #fbead1;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec3 {
  color: #fbead1;
  white-space: nowrap;
  margin-left: 143px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec4 {
  color: #fbead1;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec5, .sec6 {
  color: #fbead1;
  white-space: nowrap;
  margin-left: 143px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.contentsec2 {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.div-block-13-copy {
  z-index: 4;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 326px;
  left: 152px;
  overflow: hidden;
}

.speedsmastertext {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 96px;
  left: 20vw;
  overflow: hidden;
}

.div-block-14masters {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 192px;
  height: 57px;
  position: absolute;
  left: -192px;
}

.ahadada {
  z-index: 4;
  border: 2.5px solid #fbead1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 290px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.podcasticon {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 100px;
  left: 20vw;
}

.text-block-5 {
  color: var(--beij);
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.trackside {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 100px;
  right: 110px;
}

.text-block-6 {
  color: #fff;
  max-width: 380px;
  font-family: Montreux Classic Demi, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.code-embed-6 {
  width: 172px;
  height: 172px;
}

.image4-v2, .image4-v4 {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  margin-left: -2px;
  display: block;
  position: relative;
  inset: 0%;
}

.div-block-2-sec4 {
  background-color: #ff8a8a;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-2-sec4._2 {
  background-color: #7e000000;
  justify-content: center;
  align-items: center;
}

.div-block-2-sec4._3 {
  background-color: #daffad;
}

.div-block-2-sec5 {
  background-color: #00397e;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.div-block-2-sec5._2 {
  background-color: #7e000000;
  justify-content: center;
  align-items: center;
}

.div-block-2-sec5._3, .div-block-2-sec5._3-copy {
  background-color: #daffad;
}

.div-block-2-sec3 {
  background-color: #7e000000;
  background-image: url('../images/bgbrown1.png');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: 300vw;
  height: 100vh;
  margin-left: -2px;
  display: flex;
  position: relative;
}

.div-block-2-sec3._2 {
  background-color: #7e000000;
  justify-content: center;
  align-items: center;
}

.div-block-2-sec3._3, .div-block-2-sec3._3-copy {
  background-color: #daffad;
}

.image4-v1 {
  z-index: -1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-left: -2px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  z-index: 10;
  background-color: #ff525200;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vw;
  display: flex;
  position: relative;
}

.div-block-20 {
  z-index: 1;
  background-color: #ff787800;
  width: 400px;
  height: 200px;
  position: relative;
}

.div-block-21 {
  z-index: 2;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.div-block-22 {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-7, .text-block-7-v2, .text-block-7v3 {
  color: var(--beij);
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 180px;
  font-weight: 900;
  line-height: 180px;
}

.trailer {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 96px;
  left: 180px;
  overflow: hidden;
}

.trailerdivblock {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 192px;
  height: 57px;
  position: absolute;
  left: -192px;
}

.ahadada-trailer {
  z-index: 4;
  border: 2.5px solid #fbead1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-2-copy, .trailertext {
  color: #fbead1;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.image-2-sec3 {
  z-index: 0;
  object-fit: fill;
  width: 100vw;
  height: 100%;
  margin-left: -1px;
  position: absolute;
  inset: 0%;
}

.div-block-23 {
  z-index: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  z-index: 2;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.div-block-24 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-24.mbl {
  display: none;
}

.text-block-8 {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
}

.div-block-25 {
  z-index: 0;
  -webkit-text-fill-color: inherit;
  background-color: #ff3b3b;
  background-clip: border-box;
  margin-top: -40px;
  position: absolute;
  top: 138px;
}

.div-block-26 {
  z-index: 2;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 0%;
  margin-bottom: 264px;
  display: flex;
  position: absolute;
  top: 80px;
  overflow: hidden;
}

.eventtitle {
  color: var(--beij);
  text-align: center;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 13vh;
  font-weight: 800;
  line-height: 13vh;
}

.eventtitle._2 {
  color: #ffffff08;
}

.eventdate {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
}

.eventdate._2 {
  color: #ffffff08;
}

.div-block-27 {
  -webkit-text-fill-color: transparent;
  background-color: #632f2f;
  -webkit-background-clip: text;
  background-clip: text;
}

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

.image-6 {
  width: 45px;
  height: 30px;
  margin-top: 65px;
}

.image-6._2 {
  opacity: .18;
  filter: grayscale();
  margin-top: 65px;
}

.div-block-29 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-26-alavizibil {
  z-index: 1;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -webkit-text-fill-color: inherit;
  background-color: #fff0;
  background-clip: border-box;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-bottom: 264px;
  display: flex;
  position: relative;
  top: 80px;
  overflow: hidden;
}

.div-block-30 {
  position: relative;
}

.text-block-9 {
  color: var(--beij);
  margin-top: 158px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.div-block-31 {
  z-index: 4;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 160px;
  display: flex;
  position: relative;
}

.theclubeventstext {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 100px;
  left: 20vw;
  overflow: hidden;
}

.theclubeventstext-copy {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  left: 180px;
  overflow: hidden;
}

.div-block-14clubevents {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 192px;
  height: 57px;
  position: absolute;
  left: -192px;
}

.ahadada-clubevents {
  z-index: 4;
  border: 2.5px solid #fbead1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-2-clubevents {
  color: #fbead1;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.image-7 {
  z-index: 20;
  object-fit: fill;
  width: 100%;
  height: 852px;
  position: absolute;
  top: 0;
  overflow: visible;
}

.image-8 {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  margin-top: -1px;
  position: absolute;
  top: 0;
  overflow: visible;
}

.image-9, .playicon {
  width: 70px;
  height: 70px;
}

.image-10 {
  opacity: .09;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  right: 0;
}

.image-11 {
  z-index: 0;
  opacity: .09;
  mix-blend-mode: lighten;
  position: absolute;
  top: 987px;
  left: 0;
}

.text-block-10 {
  z-index: 4;
  color: #fff;
  max-width: 380px;
  font-family: Montreux Classic Demi, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  position: absolute;
  bottom: 96px;
  right: 100px;
}

.code-embed-sec2-text1, .code-embed-sec2-text2, .code-embed-sec2-text3, .code-embed-sec2-text4, .code-embed-sec2-text5, .code-embed-sec2-text6 {
  display: none;
}

.ahadada-masters {
  z-index: 4;
  border: 2.5px solid #fbead1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-2-masters {
  color: #fbead1;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-13-bej {
  z-index: 5;
  opacity: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 326px;
  left: 152px;
  overflow: hidden;
}

.div-block-14-bej {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 192px;
  height: 57px;
  position: absolute;
  left: -192px;
}

.div-block-12-bej {
  z-index: 4;
  border: 2.5px solid var(--beij);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 192.07px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-2-bej {
  color: var(--beij);
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.speedmasterstext-bej {
  z-index: 5;
  opacity: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 80px;
  left: 766px;
  overflow: hidden;
}

.div-block-14-v2-bej {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 540px;
  height: 57px;
  position: absolute;
  left: -540px;
}

.div-block-12-v2-bej {
  z-index: 4;
  border: 2.5px solid var(--beij);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.auditext-bej {
  z-index: 5;
  opacity: 0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 155px;
  left: 919px;
  overflow: hidden;
}

.div-block-14-v3-bej {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 510px;
  height: 57px;
  position: absolute;
  left: -510px;
}

.div-block-12-v3-bej {
  z-index: 4;
  border: 2.5px solid var(--beij);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 510px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-3-bej {
  z-index: 1;
  opacity: 0;
  color: var(--beij);
  letter-spacing: .5px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
}

.div-block-32 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 329px;
  display: flex;
  position: relative;
}

.image-12 {
  object-fit: fill;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.text-block-11 {
  z-index: 2;
  color: #e1e0dc;
  white-space: nowrap;
  margin-bottom: -3.5vh;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 50vh;
  font-weight: 900;
  line-height: 50vh;
  position: relative;
}

.div-block-33 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.partnershipsbox {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 180px;
  overflow: hidden;
}

.div-block-14partnerships {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 192px;
  height: 57px;
  position: absolute;
  left: -192px;
}

.ahadada-partnerships {
  z-index: 4;
  border: 2.5px solid #060606;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 330px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-2-partnerships {
  color: #060606;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-34 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 224px;
  display: flex;
}

.div-block-35 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 116px;
  display: flex;
  position: relative;
}

.partnertext {
  z-index: 1;
  color: var(--blue);
  white-space: nowrap;
  margin-top: -3vw;
  margin-left: 148px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 18vw;
  font-weight: 900;
  line-height: 19vw;
  position: relative;
}

.partnertext.w {
  margin-left: 380px;
}

.partnertext2 {
  z-index: 1;
  color: var(--blue);
  white-space: nowrap;
  margin-top: -3vw;
  margin-left: 40px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 18vw;
  font-weight: 900;
  line-height: 19vw;
  position: relative;
}

.partnertext2.w {
  margin-left: 380px;
}

.code-embed-8 {
  width: 110px;
  height: 110px;
  display: block;
}

.div-block-36 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 19px;
  display: flex;
  overflow: clip;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrowletsconnect-copy {
  position: absolute;
}

.arrowletsconnect2 {
  width: 12px;
  height: 12px;
  position: absolute;
}

.div-block-38 {
  position: relative;
}

.letsconectbuttontext2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  writing-mode: tb-rl;
  direction: ltr;
  margin-right: 4px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 20px;
  position: absolute;
  rotate: 180deg;
}

.logotheclub {
  opacity: .22;
}

.div-block-39 {
  z-index: 1;
  height: 151px;
  position: absolute;
  overflow: hidden;
}

.div-block-40 {
  height: 149px;
}

.generalloadingbar {
  z-index: 1;
  border-radius: 999px;
  height: 0;
  position: absolute;
  overflow: hidden;
}

.lottie-animation {
  width: 36px;
}

.menuanim {
  width: 36px;
  transition: all .2s;
  display: none;
}

.menuanim:hover {
  transform: scale(1.08);
}

.nrmlbej {
  opacity: 0;
  position: absolute;
}

.div-block-41 {
  z-index: 4;
  background-color: #ffa5a5;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 514px;
  left: 262.5px;
}

.logo1 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 16.9vh;
  left: 18vw;
}

.logo2 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 34.6vh;
  right: 15vw;
}

.logo3 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 47.8vw;
  right: 34vw;
}

.logo4 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 63.1vw;
  left: 13vw;
}

.logo5 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 68.7vw;
  right: 5vw;
}

.logo6 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 77.8vw;
  left: 40vw;
}

.logo7 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 100vw;
  left: 22vw;
}

.logo8 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 112.1vw;
  right: 10vw;
}

.logo9 {
  z-index: 4;
  background-color: #ffa5a5;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 390px;
  right: 186.5px;
}

.code-embed-9 {
  z-index: 10;
  position: relative;
}

.div-block-42 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.bgvertical2 {
  object-fit: fill;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-43 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 182px;
  display: flex;
}

.div-block-44 {
  height: 200vh;
}

.mobileapp {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 180px;
  overflow: hidden;
}

.mobileapps {
  z-index: 4;
  border: 2.5px solid #fbead1;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.mobileapps2 {
  color: #fbead1;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.div-block-45 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  margin-top: 88px;
  padding-right: 6vw;
  display: flex;
}

.mobileapptext {
  z-index: 1;
  color: #ea383c;
  white-space: nowrap;
  margin-top: -3vw;
  margin-left: 40px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext.w {
  margin-left: 380px;
}

.mobileapptext2 {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext2.w {
  margin-left: 380px;
}

.mobileapptext2.v3 {
  margin-right: 22vw;
}

.mobileapptext2.v5 {
  margin-right: 30vw;
}

.mobileapptext2.v6 {
  margin-right: 20vw;
}

.mobileapptext2.v3mbl {
  margin-right: 22vw;
}

.mobileapptext2.v5-mbl {
  margin-right: 30vw;
}

.mobileapptext2.v6mbl, .mobileapptext2.v7mbl {
  margin-right: 20vw;
}

.code-embed-10 {
  z-index: 10;
  width: 90vh;
  height: 100vh;
  margin-top: -3vh;
  position: absolute;
  top: 390px;
}

.div-block-46 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-69 {
  width: 151px;
}

.autoslider {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 350px;
  display: flex;
}

.div-block-65 {
  z-index: 2;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 220px;
  margin-bottom: 164px;
  display: flex;
  position: relative;
}

.div-block-66 {
  background-color: #ffffff26;
  border-radius: 20px;
  width: 100%;
  max-width: 223px;
  height: 1.5px;
}

.textfooterslider {
  color: #fff;
  font-family: Montreux Classic, Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 700;
  line-height: 32px;
}

.text-block-13 {
  color: #fff;
  min-width: 260px;
  font-family: Montreux Classic, Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 700;
  line-height: 32px;
}

.div-block-77 {
  z-index: 11;
  background-color: var(--red);
  justify-content: space-between;
  align-items: center;
  width: 282px;
  height: 57px;
  margin-top: 14vh;
  padding-left: 32px;
  padding-right: 5px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-block-14 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 16px;
  font-weight: 800;
}

.div-block-78 {
  background-color: #fd494d;
  justify-content: center;
  align-items: center;
  width: 49px;
  height: 49px;
  display: flex;
}

.div-block-79 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.innershadow {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: static;
  box-shadow: inset 0 0 60px #fff;
}

.text-block-11-copy-mobiles {
  color: #fff;
  white-space: nowrap;
  font-family: Montreux Classic, Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 700;
  line-height: 4.2vh;
  display: none;
}

.div-block-61 {
  z-index: 3;
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 100%;
  margin-top: 52px;
  padding-bottom: 36px;
  padding-left: 109px;
  padding-right: 33px;
  display: flex;
  position: relative;
  bottom: 0;
}

.text-block-11-copy-aladesus {
  color: #fff;
  max-width: 39vh;
  font-family: Montreux Classic, Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 700;
  line-height: 4vh;
}

.text-block-11-copy {
  color: #fff;
  white-space: nowrap;
  font-family: Montreux Classic, Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 700;
  line-height: 4.2vh;
}

.div-block-55 {
  z-index: 1;
  background-image: none;
  position: relative;
}

.div-block-60 {
  z-index: 3;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 38vh;
  margin-bottom: 157px;
  display: flex;
  position: relative;
}

.innershadowwrapper {
  z-index: 2;
  width: 100%;
  height: 100%;
  padding: 12.2%;
  display: none;
  position: absolute;
}

.text-block-15 {
  color: #fff;
  max-width: 39vh;
  font-family: Montreux Classic, Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 700;
  line-height: 4vh;
}

.div-block-56 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.text-block-12 {
  color: #505050;
  font-family: Montreux Classic Demi, Arial, sans-serif;
  font-size: 1.7vh;
}

.image-14 {
  width: 15px;
  height: 15px;
}

.innershadow2wrapper {
  z-index: -2;
  width: 100%;
  height: 100%;
  padding: 13.5%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.textfooterabt {
  text-align: center;
  width: 100%;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 18vw;
  font-weight: 900;
  line-height: 20vw;
}

.fourthsection {
  z-index: 1;
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-62 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
}

.innershadow-2 {
  z-index: -2;
  filter: drop-shadow(0 2px 170px #fff) drop-shadow(0 0 120px #fff);
  background-color: #fff;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  position: static;
}

.buton-contact-copy {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  cursor: pointer;
  background-color: #ea383c;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 256px;
  height: 57px;
  padding-left: 34px;
  padding-right: 22px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.div-block-57 {
  z-index: 2;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 134px;
  padding-left: 14vh;
  padding-right: 15vh;
  display: flex;
  position: relative;
}

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

.div-block-81 {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.div-block-82 {
  width: 151px;
}

.fs-globe-container {
  z-index: 0;
  opacity: .15;
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 140vh;
  max-width: none;
  height: 140vh;
  max-height: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  transition: all 2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  bottom: -40vh;
}

.fs-globe-container._2 {
  z-index: 1;
  opacity: .27;
  filter: brightness(67%);
  mix-blend-mode: color-dodge;
  width: 110vh;
  max-width: none;
  height: 110vh;
  max-height: none;
  margin-bottom: -295px;
  margin-left: 0%;
  position: absolute;
  inset: auto auto 0%;
  transform: translate(0);
}

.div-block-83 {
  z-index: 1;
  background-color: #fd494d;
  border-radius: 4px;
  width: 0%;
  margin: 4px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-83.contact-copy {
  border-radius: 7px;
  width: 0%;
}

.div-block-84 {
  z-index: 2;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 142px;
  margin-bottom: 164px;
  display: flex;
  position: relative;
}

.div-block-85 {
  background-color: #ffffff26;
  border-radius: 20px;
  width: 100%;
  max-width: 223px;
  height: 1.5px;
}

.div-block-59 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-63 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-block-16 {
  z-index: 2;
  color: #fff;
  letter-spacing: 1px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  position: relative;
}

.text-block-16.contact-copy {
  color: #fff;
  white-space: pre;
}

.bg4th {
  z-index: 0;
  background-image: none;
  width: 100vw;
  height: 100vh;
  margin-bottom: -100vh;
  position: sticky;
  top: 0;
}

.div-block-58 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-68 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-17 {
  color: #fff;
  min-width: 260px;
  font-family: Montreux Classic, Arial, sans-serif;
  font-size: 3.4vh;
  font-weight: 700;
  line-height: 32px;
}

.div-block-89 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-89.mbl {
  display: none;
}

.div-block-90 {
  background-color: #ffa5a5;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
}

.logo2inside {
  background-color: #fff6ecf5;
  border: 2px solid #000;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 250px;
  display: flex;
  position: absolute;
}

.div-block-91 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 120%;
  margin-top: 120px;
  display: flex;
}

.image-15 {
  z-index: 1;
  width: 130%;
  position: relative;
}

.div-block-34-copy {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 224px;
  display: flex;
}

.div-block-34-partner {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 224px;
  margin-left: -265px;
  display: flex;
}

.commercial {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  left: 180px;
  overflow: hidden;
}

.comercial-partner {
  z-index: 4;
  border: 2.5px solid #060606;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 420px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.div-block-92 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 98px;
  display: flex;
}

.text-block-18 {
  text-align: center;
  max-width: 380px;
  font-family: Montreux Classic Demi, Arial, sans-serif;
  font-size: 24px;
  line-height: 31px;
}

.audicar {
  z-index: 4;
  width: 660px;
  position: absolute;
  inset: 101% auto auto 0%;
}

.image-16 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image-17 {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.div-block-93 {
  width: 100%;
  position: static;
  bottom: 50%;
}

.div-block-94 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 230px;
  display: flex;
  position: relative;
}

.div-block-95 {
  z-index: 2;
  background-color: #fff6ec;
  border: 2px solid #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 340px;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.image-18 {
  height: 100%;
}

.image-19 {
  width: 70%;
  height: 70%;
  position: absolute;
}

.code-embed-mobileapp, .mbl3, .code-embed-mobileapp-2 {
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-96 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 350px;
  display: flex;
  position: relative;
}

.div-block-97 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-left: 180px;
  padding-right: 98px;
  display: flex;
}

.benefits {
  z-index: 4;
  border: 1px #fbead1;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-14-benefits {
  z-index: 3;
  background-color: #ffffff6b;
  border-radius: 999px;
  width: 192px;
  height: 57px;
  position: absolute;
  left: -192px;
}

.ahadada-benefits {
  z-index: 4;
  border: 2.5px solid #060606;
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 57px;
  padding: 24px 28px;
  display: flex;
  position: relative;
  inset: 0%;
}

.text-block-2-benefits {
  color: #060606;
  letter-spacing: 2px;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-block-19 {
  z-index: 3;
  max-width: 760px;
  color: var(--blue);
  letter-spacing: 1px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 92px;
  font-weight: 800;
  line-height: 93px;
  position: relative;
}

.div-block-98 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 182px;
  padding-left: 70px;
  display: flex;
  position: relative;
}

.div-block-99 {
  width: 100%;
  max-width: 1604px;
  height: 869px;
  position: sticky;
  top: 30px;
}

.div-block-99._2 {
  top: 60px;
}

.div-block-99._3 {
  top: 90px;
}

.section-mobile-horizontal {
  height: 800vw;
  display: none;
}

.navbar-mobile {
  z-index: 990;
  background-color: #0a0808;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 76px;
  display: none;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.div-block-3-mbl {
  justify-content: space-between;
  align-items: center;
  width: 200vw;
  height: 100%;
  display: flex;
}

.globce-mobile {
  z-index: 3;
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sec1mbl {
  color: #fbead1;
  white-space: nowrap;
  margin-left: 230px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec2mbl {
  color: #fbead1;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec3mbl {
  color: #fbead1;
  white-space: nowrap;
  margin-left: 143px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec4mbl {
  color: #fbead1;
  white-space: nowrap;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

.sec5mbl, .sec6mbl, .sec7mbl, .sec8mbl {
  color: #fbead1;
  white-space: nowrap;
  margin-left: 143px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 8.5vh;
  font-weight: 800;
  line-height: 8.5vh;
}

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

.section-2-mobile {
  z-index: 2;
  background-image: none;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: -145px;
  display: none;
  position: relative;
  overflow: clip;
}

.mobileapptextmbl {
  z-index: 1;
  color: #ea383c;
  white-space: nowrap;
  margin-top: -3vw;
  margin-left: 40px;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptextmbl.w {
  margin-left: 380px;
}

.mobileapptext2mbl {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext2mbl.w {
  margin-left: 380px;
}

.mobileapptext2mbl.v3 {
  margin-right: 22vw;
}

.mobileapptext2mbl.v5 {
  margin-right: 30vw;
}

.mobileapptext2mbl.v6 {
  margin-right: 20vw;
}

.mobileapptext3 {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext3.w {
  margin-left: 380px;
}

.mobileapptext3.v3 {
  margin-right: 22vw;
}

.mobileapptext3.v5 {
  margin-right: 30vw;
}

.mobileapptext3.v6 {
  margin-right: 20vw;
}

.mobileapptext3.v3mbl {
  margin-right: 22vw;
}

.mobileapptext3.v5-mbl {
  margin-right: 30vw;
}

.mobileapptext3.v6mbl, .mobileapptext3.v7mbl {
  margin-right: 20vw;
}

.mobileapptext4 {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext4.w {
  margin-left: 380px;
}

.mobileapptext4.v3 {
  margin-right: 22vw;
}

.mobileapptext4.v5 {
  margin-right: 30vw;
}

.mobileapptext4.v6 {
  margin-right: 20vw;
}

.mobileapptext4.v3mbl {
  margin-right: 22vw;
}

.mobileapptext4.v5-mbl {
  margin-right: 30vw;
}

.mobileapptext4.v6mbl, .mobileapptext4.v7mbl {
  margin-right: 20vw;
}

.mobileapptext5 {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext5.w {
  margin-left: 380px;
}

.mobileapptext5.v3 {
  margin-right: 22vw;
}

.mobileapptext5.v5 {
  margin-right: 30vw;
}

.mobileapptext5.v6 {
  margin-right: 20vw;
}

.mobileapptext5.v3mbl {
  margin-right: 22vw;
}

.mobileapptext5.v5-mbl {
  margin-right: 30vw;
}

.mobileapptext5.v6mbl, .mobileapptext5.v7mbl {
  margin-right: 20vw;
}

.mobileapptext2-copy {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext2-copy.w {
  margin-left: 380px;
}

.mobileapptext2-copy.v3 {
  margin-right: 22vw;
}

.mobileapptext2-copy.v5 {
  margin-right: 30vw;
}

.mobileapptext2-copy.v6 {
  margin-right: 20vw;
}

.mobileapptext2-copy.v3mbl {
  margin-right: 22vw;
}

.mobileapptext2-copy.v5-mbl {
  margin-right: 30vw;
}

.mobileapptext2-copy.v6mbl, .mobileapptext2-copy.v7mbl {
  margin-right: 20vw;
}

.mobileapptext6 {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext6.w {
  margin-left: 380px;
}

.mobileapptext6.v3 {
  margin-right: 22vw;
}

.mobileapptext6.v5 {
  margin-right: 30vw;
}

.mobileapptext6.v6 {
  margin-right: 20vw;
}

.mobileapptext6.v3mbl {
  margin-right: 22vw;
}

.mobileapptext6.v5-mbl {
  margin-right: 30vw;
}

.mobileapptext6.v6mbl, .mobileapptext6.v7mbl {
  margin-right: 20vw;
}

.mobileapptext7 {
  z-index: 1;
  color: var(--beij);
  white-space: nowrap;
  margin-top: -1.4vw;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-size: 11vw;
  font-weight: 900;
  line-height: 11vw;
  position: relative;
}

.mobileapptext7.w {
  margin-left: 380px;
}

.mobileapptext7.v3 {
  margin-right: 22vw;
}

.mobileapptext7.v5 {
  margin-right: 30vw;
}

.mobileapptext7.v6 {
  margin-right: 20vw;
}

.mobileapptext7.v3mbl {
  margin-right: 22vw;
}

.mobileapptext7.v5-mbl {
  margin-right: 30vw;
}

.mobileapptext7.v6mbl, .mobileapptext7.v7mbl {
  margin-right: 20vw;
}

.card1 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  display: flex;
  position: absolute;
  top: 0;
}

.card1._2 {
  top: 60px;
}

.card1._3 {
  top: 90px;
}

.card2 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  margin-top: 4px;
  display: flex;
  position: absolute;
  top: 0;
}

.card2._2 {
  top: 60px;
}

.card2._3 {
  top: 90px;
}

.card3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  margin-top: 8px;
  display: flex;
  position: absolute;
  top: 0;
}

.card3._2 {
  top: 60px;
}

.card3._3 {
  top: 90px;
}

.cardwrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 869px;
  padding-left: 70px;
  display: flex;
  position: sticky;
  top: 0;
}

.div-block-103 {
  width: 100%;
  height: 2607px;
  margin-top: 182px;
  position: relative;
}

.cards {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 899px;
  margin-top: 182px;
  display: flex;
  position: sticky;
  top: 20px;
  overflow: visible;
}

.div-block-104 {
  width: 100%;
  position: relative;
}

.cardswrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 7200px;
  padding-left: 164px;
  padding-right: 86px;
  display: flex;
  position: relative;
}

.div-block-105 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.image-20 {
  object-fit: fill;
  width: 100%;
  margin-top: -31px;
}

.image-21, .image-22 {
  object-fit: fill;
  width: 100%;
}

.div-block-106 {
  position: relative;
}

.fs-globe-container-mbl {
  background-color: #0000;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 90vh;
  max-width: none;
  height: 90vh;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  transition: all 2s cubic-bezier(.645, .045, .355, 1);
  position: absolute;
  bottom: 0;
}

.fs-globe-container-mbl._2 {
  z-index: 1;
  opacity: .27;
  filter: brightness(67%);
  mix-blend-mode: color-dodge;
  width: 110vh;
  max-width: none;
  height: 110vh;
  max-height: none;
  margin-bottom: -295px;
  margin-left: 0%;
  position: absolute;
  inset: auto auto 0%;
  transform: translate(0);
}

.logo1-mobile {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 16.9vh;
  left: 18vw;
}

.loadingscreen {
  z-index: 999;
  background-color: #080707;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-108 {
  justify-content: flex-start;
  align-items: center;
  width: 0;
  height: 29px;
  display: flex;
  position: absolute;
  overflow: clip;
}

.image-25 {
  object-fit: fill;
  width: 261px;
  max-width: none;
  height: 29px;
}

.div-block-109 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-25v2 {
  opacity: .16;
  object-fit: fill;
  width: 261px;
  max-width: none;
  height: 29px;
}

.card4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  margin-top: 12px;
  display: flex;
  position: absolute;
  top: 0;
}

.card4._2 {
  top: 60px;
}

.card4._3 {
  top: 90px;
}

.card5 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  margin-top: 16px;
  display: flex;
  position: absolute;
  top: 0;
}

.card5._2 {
  top: 60px;
}

.card5._3 {
  top: 90px;
}

.card6 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  margin-top: 20px;
  display: flex;
  position: absolute;
  top: 0;
}

.card6._2 {
  top: 60px;
}

.card6._3 {
  top: 90px;
}

.card7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  margin-top: 24px;
  display: flex;
  position: absolute;
  top: 0;
}

.card7._2 {
  top: 60px;
}

.card7._3 {
  top: 90px;
}

.card3-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 869px;
  display: flex;
  position: absolute;
  top: 0;
}

.card3-copy._2 {
  top: 60px;
}

.card3-copy._3 {
  top: 90px;
}

.card8 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1604px;
  height: 860px;
  margin-top: 28px;
  display: flex;
  position: absolute;
  top: 0;
}

.card8._2 {
  top: 60px;
}

.card8._3 {
  top: 90px;
}

.text-block-20 {
  color: var(--beij);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Neue Plak Wide, Arial, sans-serif;
  font-weight: 700;
}

.div-block-112 {
  border: 1px solid var(--beij);
  border-radius: 170px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  display: flex;
}

.hovercoming {
  border: 1px solid var(--beij);
  background-color: #261f1f;
  border-radius: 170px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 9px 15px;
  display: flex;
}

.logo1-v2 {
  z-index: 4;
  background-color: #ffa5a500;
  border-radius: 18px;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 48vh;
  left: 23vw;
}

.image-26 {
  width: 72%;
}

.image-27 {
  width: 80%;
  padding-left: 10px;
}

.image-28 {
  width: 70%;
}

.image-29 {
  width: 61%;
}

.image-30 {
  width: 72%;
}

.image-31 {
  width: 71%;
}

.image-32 {
  width: 73%;
}

.image-33 {
  width: 71%;
}

.image-34 {
  width: 60%;
}

.image-35 {
  width: 72%;
}

.image-36 {
  width: 71%;
}

.image-46 {
  width: 30px;
}

@media screen and (max-width: 991px) {
  .section {
    display: none;
  }

  .camera.mbl {
    flex-flow: column;
    height: auto;
    display: flex;
    overflow: visible;
  }

  .div-block-2.mbl {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .div-block-3.mbl {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .navbar {
    display: none;
  }

  .div-block-5.mbl {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    height: 76px;
    margin-top: 6px;
    padding-left: 39px;
    padding-right: 39px;
  }

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

  .div-block-7.mbl {
    width: 100%;
    padding-left: 39px;
    padding-right: 39px;
  }

  .globtot.mbl {
    width: 110vw;
    height: 110vw;
    position: relative;
    right: auto;
  }

  .text-block1.mbl {
    width: 100%;
    margin-top: 189px;
    margin-left: 0;
    font-size: 17vw;
    line-height: 17vw;
  }

  .text-block2.mbl {
    margin-top: -2vw;
    margin-left: 0;
    font-size: 17vw;
    line-height: 17vw;
  }

  .text-block3 {
    font-size: 19rem;
  }

  .text-block3.mbl {
    margin-top: -2vw;
    margin-left: 0;
    font-size: 17vw;
    line-height: 17vw;
  }

  .text-block4.mbl {
    margin-top: -2vw;
    margin-left: 0;
    font-size: 17vw;
    line-height: 15vw;
  }

  .div-block-13 {
    margin-right: -287px;
    position: relative;
    top: 0;
    left: 0;
  }

  .speedmasterstext {
    left: 0;
  }

  .speedmasterstext.mbl {
    top: 0;
    left: auto;
  }

  .div-block-12-v2.mbl {
    width: 360px;
  }

  .text-block-3.mbl {
    white-space: nowrap;
  }

  .scrollline.mbl {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: row;
    position: relative;
    top: 220px;
    left: -15vw;
    transform: rotate(90deg);
  }

  .div-block-13-bej.mbl {
    display: none;
    position: relative;
    top: 0;
    left: 0;
  }

  .speedmasterstext-bej {
    left: 0;
  }

  .speedmasterstext-bej.mbl {
    top: 0;
    left: auto;
  }

  .div-block-12-v2-bej.mbl {
    width: 360px;
  }

  .text-block-3-bej.mbl {
    white-space: nowrap;
  }

  .div-block-40 {
    margin-left: 75px;
    transform: rotate(90deg);
  }

  .innershadow2wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
  }

  .innershadow-2 {
    width: 100%;
    height: 100%;
    position: static;
  }

  .section-mobile-horizontal {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    display: flex;
    overflow: hidden;
  }

  .divmbl {
    width: 100%;
    position: relative;
    top: 202px;
  }

  .navbar-mobile {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 76px;
    display: flex;
  }

  .div-block-3-mbl {
    flex-flow: column;
    width: 100vw;
  }

  .div-block-3-mbl.mbl {
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .div-block-100 {
    width: 100%;
    position: relative;
  }

  .div-block-100.mbl {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 95px;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .camera.mbl {
    width: 100%;
  }

  .div-block-2._2.mbl {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-2.mbl {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 26px;
    overflow: visible;
  }

  .body {
    background-color: #0c0c0c;
  }

  .image {
    width: 100%;
  }

  .div-block-5.mbl {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    position: relative;
  }

  .div-block-7.mbl {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    padding-bottom: 42px;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-10.mbl {
    display: none;
    position: absolute;
    inset: 0%;
  }

  .globtot.mbl {
    width: 160vw;
    height: 160vw;
  }

  .text-block1.mbl {
    margin-top: 82px;
  }

  .div-block-13 {
    margin-right: -49vw;
  }

  .speedmasterstext.mbl {
    top: 0;
    left: auto;
    transform: scale(.8);
  }

  .div-block-12-v2.mbl {
    width: 360px;
  }

  .text-block-3.mbl {
    white-space: nowrap;
  }

  .scrollline {
    left: 0;
  }

  .scrollline.mbl {
    grid-column-gap: 23px;
    grid-row-gap: 23px;
    flex-flow: row;
    top: 190px;
    left: -30vw;
    transform: scale(.8)rotate(90deg);
  }

  .div-block-18.mbl {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
    margin-top: 71px;
    position: relative;
    left: auto;
    right: auto;
  }

  .contentsec2 {
    position: relative;
  }

  .contentsec2.mbl {
    inset: auto;
  }

  .speedsmastertext {
    position: relative;
    left: auto;
  }

  .speedsmastertext.mbl {
    transform: scale(.8);
  }

  .podcasticon.mbl {
    margin-top: 180px;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }

  .trackside.mbl {
    margin-top: 76px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .text-block-6 {
    text-align: center;
    max-width: 320px;
  }

  .div-block-2-sec3 {
    background-image: none;
    background-size: auto;
    width: 100%;
  }

  .div-block-19.mbl {
    grid-column-gap: 140px;
    grid-row-gap: 140px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .div-block-20.mbl {
    z-index: 1;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-21.mbl {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    top: 117px;
    transform: scale(.35);
  }

  .text-block-7 {
    position: relative;
  }

  .trailer.mbl {
    height: 57px;
    position: relative;
    top: 0;
    left: auto;
    overflow: clip;
    transform: scale(.8);
  }

  .div-block-23, .section-2 {
    display: none;
  }

  .div-block-24.mbl {
    display: flex;
  }

  .div-block-26.mbl {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    width: 100%;
    height: 0%;
  }

  .eventtitle._2.mbl, .eventtitle.mbl {
    width: 100%;
    font-size: 11vw;
    line-height: 11vw;
  }

  .eventdate._2.mbl, .eventdate.mbl {
    font-size: 6vw;
    line-height: 6vw;
  }

  .div-block-28.mbl {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .div-block-29.mbl {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    width: 100%;
  }

  .div-block-26-alavizibil.mbl {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    width: 100%;
  }

  .div-block-30.mbl {
    width: 100%;
  }

  .text-block-9.mbl {
    margin-top: 36px;
  }

  .div-block-31.mbl {
    margin-top: 143px;
    position: relative;
  }

  .theclubeventstext-copy.mbl {
    position: relative;
    left: auto;
  }

  .code-embed-7 {
    position: relative;
  }

  .image-11.mbl {
    top: 0;
  }

  .text-block-10.mbl {
    text-align: center;
    max-width: 320px;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .ahadada-masters.mbl {
    width: 390px;
  }

  .speedmasterstext-bej.mbl {
    top: 0;
    left: auto;
    transform: scale(.8);
  }

  .div-block-12-v2-bej.mbl {
    width: 360px;
  }

  .text-block-3-bej.mbl {
    white-space: nowrap;
  }

  .div-block-32.mbl {
    padding-bottom: 293px;
    overflow: clip;
  }

  .text-block-11.mbl {
    margin-bottom: 30vw;
    font-size: 40vw;
    line-height: 40vw;
  }

  .partnershipsbox.mbl {
    left: auto;
  }

  .div-block-34.mbl {
    justify-content: center;
    align-items: center;
    transform: scale(.8);
  }

  .div-block-35.mbl {
    justify-content: center;
    align-items: center;
  }

  .partnertext.mbl {
    margin-left: -8vw;
    font-size: 29vw;
    line-height: 29vw;
  }

  .partnertext2.mbl {
    margin-left: 50vw;
    font-size: 29vw;
    line-height: 29vw;
  }

  .logotheclub.mbl {
    opacity: 100;
  }

  .div-block-40 {
    justify-content: center;
    align-items: center;
    margin-top: -34px;
    margin-left: 0;
    display: flex;
  }

  .menuanim {
    display: none;
  }

  .div-block-43.mbl {
    justify-content: flex-start;
    align-items: center;
  }

  .mobileapp.mbl {
    left: auto;
  }

  .div-block-45.mbl {
    justify-content: flex-start;
    align-items: center;
    padding-right: 0;
    position: relative;
  }

  .mobileapptext2.v3mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext2.v4mbl {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext2.v5-mbl, .mobileapptext2.v6mbl, .mobileapptext2.v7mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .code-embed-10.mbl {
    justify-content: center;
    align-items: center;
    width: 60vh;
    height: 60vh;
    margin-top: -9vh;
    display: flex;
  }

  .autoslider {
    grid-column-gap: 31px;
    grid-row-gap: 31px;
    height: 282px;
  }

  .div-block-65 {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
  }

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

  .textfooterslider {
    font-size: 3vh;
  }

  .div-block-76 {
    background-color: #46403f;
    border-radius: 50px;
    width: 16px;
    height: 16px;
  }

  .div-block-74 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    height: 282px;
    display: flex;
  }

  .div-block-75 {
    background-color: #ffffff26;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1.5px;
    height: 100%;
    display: flex;
  }

  .div-block-79 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .innershadow {
    inset: 0% auto auto 0%;
  }

  .text-block-11-copy-mobiles {
    font-size: 6vw;
    display: block;
  }

  .div-block-61 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10vh;
    padding-left: 4vh;
    padding-right: 4vh;
  }

  .text-block-11-copy-aladesus {
    white-space: normal;
    margin-bottom: 106px;
    font-size: 3.4vh;
  }

  .text-block-11-copy {
    font-size: 2vh;
    display: none;
  }

  .div-block-55 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 260px;
    display: flex;
  }

  .div-block-60 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3vh;
    padding-left: 4vh;
  }

  .innershadowwrapper {
    aspect-ratio: 1;
    opacity: .01;
  }

  .textfooterabt {
    white-space: nowrap;
    margin-top: 131px;
    font-size: 25vw;
    line-height: 30vw;
    position: absolute;
    left: 36%;
    transform: rotate(90deg);
  }

  .fourthsection {
    width: 100vw;
  }

  .innershadow-2 {
    aspect-ratio: 1;
  }

  .buton-contact-copy {
    padding-left: 3vh;
  }

  .div-block-57 {
    grid-column-gap: 63px;
    grid-row-gap: 63px;
    flex-flow: column;
    width: 100%;
    padding-left: 4vh;
  }

  .div-block-80 {
    width: 100%;
    padding-left: 32px;
    display: flex;
  }

  .fs-globe-container {
    aspect-ratio: 1;
    width: 170%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .fs-globe-container._2 {
    width: 190%;
    bottom: auto;
    left: -38px;
  }

  .div-block-84 {
    grid-column-gap: 67px;
    grid-row-gap: 67px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-left: 44px;
  }

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

  .div-block-59 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-63 {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: column;
  }

  .bg4th {
    flex-flow: column;
    position: sticky;
  }

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

  .div-block-86 {
    background-color: #46403f;
    border-radius: 50px;
    width: 16px;
    height: 16px;
  }

  .div-block-87 {
    grid-column-gap: 29px;
    grid-row-gap: 29px;
    height: 282px;
    display: flex;
  }

  .div-block-88 {
    background-color: #ffffff26;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 1.5px;
    height: 100%;
    display: flex;
  }

  .div-block-89.mbl {
    display: flex;
  }

  .logo2inside {
    position: relative;
  }

  .div-block-91.mbl {
    width: 100%;
    margin-top: 0;
    position: relative;
  }

  .image-15.mbl {
    width: 140%;
    max-width: none;
  }

  .div-block-34-partner.mbl {
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 126px;
    margin-left: auto;
    margin-right: auto;
    transform: scale(.8);
  }

  .commercial.mbl {
    left: auto;
    right: auto;
  }

  .text-block-18.mbl {
    max-width: 322px;
    font-size: 18px;
    line-height: 28px;
  }

  .audicar {
    display: none;
  }

  .audicar.mbl {
    left: auto;
  }

  .div-block-93.mbl {
    display: none;
  }

  .div-block-94.mbl {
    flex-flow: column;
    margin-top: 102px;
  }

  .div-block-95.mbl {
    width: 310px;
    height: 310px;
    margin-top: -43px;
    position: relative;
  }

  .div-block-96.mbl {
    margin-top: 216px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-97.mbl {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefits.mbl {
    margin-left: -5vw;
    transform: scale(.8);
  }

  .text-block-19.mbl {
    text-align: center;
    font-size: 10vw;
    line-height: 12vw;
  }

  .section-mobile-horizontal {
    width: 100%;
  }

  .divmbl {
    top: 105px;
    transform: scale(.8);
  }

  .navbar-mobile {
    height: 60px;
    left: auto;
  }

  .div-block-3-mbl {
    width: 100%;
    overflow: clip;
  }

  .div-block-100.mbl {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 56px;
    display: flex;
  }

  .div-block-101 {
    width: 100%;
    display: none;
  }

  .sec1mbl {
    margin-left: 21vw;
    font-size: 9vw;
    line-height: 9vw;
  }

  .sec2mbl {
    font-size: 9vw;
    line-height: 9vw;
  }

  .sec3mbl {
    margin-left: 0;
    font-size: 9vw;
    line-height: 9vw;
  }

  .sec4mbl {
    font-size: 9vw;
    line-height: 9vw;
  }

  .sec5mbl, .sec6mbl, .sec7mbl {
    margin-left: 0;
    font-size: 9vw;
    line-height: 9vw;
  }

  .sec8mbl {
    margin-left: 19vw;
    font-size: 9vw;
    line-height: 9vw;
  }

  .div-block-102 {
    z-index: 2;
    background-image: url('../images/bgvertical.png');
    background-position: 0 0;
    background-size: cover;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: clip;
  }

  .playvideombl {
    display: none;
  }

  .section-2-mobile {
    display: flex;
  }

  .mobileapptextmbl {
    margin-left: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext2mbl, .mobileapptext3 {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext3.v3mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext3.v4mbl {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext3.v5-mbl, .mobileapptext3.v6mbl, .mobileapptext3.v7mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext4 {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext4.v3mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext4.v4mbl {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext4.v5-mbl, .mobileapptext4.v6mbl, .mobileapptext4.v7mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext5 {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext5.v3mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext5.v4mbl {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext5.v5-mbl, .mobileapptext5.v6mbl, .mobileapptext5.v7mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext2-copy.v3mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext2-copy.v4mbl {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext2-copy.v5-mbl, .mobileapptext2-copy.v6mbl, .mobileapptext2-copy.v7mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext6 {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext6.v3mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext6.v4mbl {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext6.v5-mbl, .mobileapptext6.v6mbl, .mobileapptext6.v7mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext7 {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext7.v3mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext7.v4mbl {
    font-size: 16vw;
    line-height: 16vw;
  }

  .mobileapptext7.v5-mbl, .mobileapptext7.v6mbl, .mobileapptext7.v7mbl {
    margin-right: 0;
    font-size: 16vw;
    line-height: 16vw;
  }

  .card1, .card2 {
    height: auto;
  }

  .card3 {
    height: auto;
    top: 30px;
  }

  .cards {
    height: 250px;
    top: 120px;
    overflow: visible;
  }

  .cardswrapper {
    height: 1200px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-105, .div-block-106 {
    display: none;
  }

  .fs-globe-container-mbl {
    aspect-ratio: 1;
    opacity: .15;
    width: 230%;
    max-width: none;
    height: auto;
    max-height: none;
    margin-bottom: 0;
    margin-left: -225px;
    display: none;
    bottom: -196px;
  }

  .fs-globe-container-mbl._2 {
    width: 190%;
    bottom: auto;
    left: -38px;
  }

  .code-embed-7-mbl {
    z-index: 1;
    position: relative;
  }

  .gradient-mobile {
    z-index: 1;
    width: 100%;
    position: relative;
  }

  .image-23 {
    width: 100%;
    height: 0;
    position: absolute;
    bottom: 0;
    overflow: visible;
  }

  .div-block-107 {
    z-index: 10;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 300px;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .logo1-mobile {
    position: relative;
    top: auto;
    left: auto;
  }

  .image-24 {
    z-index: 2;
    width: 70px;
    position: absolute;
  }

  .code-embed-11 {
    width: 50px;
    height: 50px;
    position: relative;
  }

  .card4, .card5, .card6, .card7, .card3-copy, .card8 {
    height: auto;
    top: 30px;
  }

  .div-block-110 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 96px;
    display: flex;
    overflow: auto;
  }

  .div-block-111 {
    background-color: #854343;
    width: 312px;
    height: 443px;
  }

  .card {
    flex: none;
    width: 312px;
    height: 443px;
  }

  .cardsbenef {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 96px;
    display: flex;
    overflow: auto;
  }

  .image-37 {
    width: 80%;
  }

  .image-38 {
    width: 71%;
  }

  .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45 {
    width: 70%;
  }

  .image-47 {
    width: 31px;
  }

  .image-48 {
    z-index: 1;
    opacity: .13;
    flex: none;
    width: 740px;
    max-width: none;
    display: block;
    position: absolute;
    bottom: 0;
    right: -250px;
    overflow: visible;
  }

  .image-48-glob {
    z-index: 1;
    opacity: .05;
    object-fit: contain;
    flex: none;
    width: 740px;
    max-width: none;
    height: 740px;
    display: block;
    position: absolute;
    bottom: 0;
    right: -250px;
    overflow: visible;
  }

  .text-span {
    color: #fbead140;
    font-size: 12px;
  }

  .lottie-animation-5 {
    width: 70px;
    height: 100%;
    margin-top: 28px;
  }
}


@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-Black.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-ExtraBlack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-UltraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Plak Wide';
  src: url('../fonts/Neue-Plak-Wide-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montreux Classic Demi';
  src: url('../fonts/Montreux-Classic-Demi-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montreux';
  src: url('../fonts/montreux.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montreux Classic';
  src: url('../fonts/Montreux-Classic-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montreuxclassic';
  src: url('../fonts/MontreuxClassic-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montreuxclassic';
  src: url('../fonts/MontreuxClassic-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Montreuxclassic';
  src: url('../fonts/MontreuxClassic-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montreuxclassic';
  src: url('../fonts/MontreuxClassic-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montreuxclassic';
  src: url('../fonts/MontreuxClassic-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montreuxclassic';
  src: url('../fonts/MontreuxClassic-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}