:root {
  --bg: #0c1728;
  --white: white;
  --yellow: #f7ce02;
  --sky-blue: #00b3ff;
  --bright-blue: #0064ff;
  --firefly: #0b2d3d;
  --bright-gold: #f3cc07;
  --azul: #0566fa;
  --cyan: #2eb7cf;
  --text-gray: #92a6c3;
  --bbc: #2eb7cf;
}

body {
  background-color: var(--bg);
  color: #333;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--white);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 3.333vw;
  font-weight: 700;
  line-height: 123%;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

p {
  margin-bottom: 0;
}

strong {
  font-weight: bold;
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

.page-wrapper {
  width: 100%;
  overflow: clip;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 1098px;
}

.container.max-1098 {
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
}

.container.max-1226 {
  max-width: 1226px;
}

.container.max-1226._50 {
  width: 60%;
  margin-left: 0;
}

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

.section-block.slack-block {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/68fa3c2ae1d37119ec91fce0_Join%20the%20Slack%20Community.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 19px;
  padding: 72px 24px;
}

.section-block.line-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.section-block.launch-blockj {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/68fa49a75213b557c55fae82_Launch%20Timeline.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: .069vw solid #1c2a41;
  border-radius: 1.319vw;
  padding: 32px 24px 40px;
}

.section-block.hero-section-block {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

.relative {
  z-index: 1;
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/6917070d36026b89d0c5d224_Rectangle%20149479657.svg");
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 3rem;
  position: relative;
}

.hero-video-wrapper {
  z-index: 999;
  border-radius: 54px;
  width: 100%;
  padding: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 229px 297px 105px #f1cd0800, 146px 190px 96px #f1cd0803, 82px 107px 81px #f1cd080d, 37px 48px 60px #f1cd0817, 9px 12px 33px #f1cd081a;
}

.hero-video-wrapper.mt32 {
  margin-top: 32px;
}

.hero-video {
  z-index: 1;
  background-color: var(--firefly);
  border-radius: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 618px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-video.height-auto {
  height: auto;
}

.hero-video.height-auto._w-100 {
  width: 100%;
}

.div-block-3 {
  background-image: linear-gradient(90deg, var(--bright-gold), var(--azul));
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-group.relative {
  z-index: 0;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.button {
  background-color: var(--bright-blue);
  color: var(--white);
  border-radius: 4.306vw;
  padding: 1px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
  box-shadow: 2px 2px 6px #6ebf8e26, 9px 7px 11px #6ebf8e21, 20px 16px 15px #6ebf8e14, 35px 28px 18px #6ebf8e05, 55px 44px 20px #6ebf8e00;
}

.button.button-stroke-copy {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--bright-gold), var(--cyan));
  box-shadow: none;
  border-radius: 12px;
}

.button.main-event-hero-middle-span-2 {
  box-shadow: none;
  background-color: #3b4452;
  border-radius: 30px;
}

.button.button-stroke {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--bright-gold), var(--cyan));
  box-shadow: none;
  cursor: pointer;
}

.button.button-stroke.hidden {
  display: none;
}

.button.button-stroke.inline-block-and-text {
  letter-spacing: -.48px;
  border-radius: 15px;
  font-size: .75rem;
  display: inline-block;
}

.button.button-stroke-radious {
  background-color: #0000;
  background-image: linear-gradient(90deg, var(--bright-gold), var(--cyan));
  box-shadow: none;
  border-radius: 100px;
}

.button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 4.306vw;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.button-wrapper.button-stroke-wrapper {
  background-color: #1c4941;
}

.button-wrapper.button-stroke-wrap {
  background-color: #0c1728;
}

.button-wrapper.button-stroke-wrapper-thanks {
  background-color: #000;
  padding: 8px 22px;
}

.button-icon {
  width: 24px;
  height: 24px;
}

.line-image {
  flex: none;
}

.launch-card-title {
  color: var(--white);
  letter-spacing: -1.32px;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 105%;
}

.launch-card-title.hours, .launch-card-title.minutes, .launch-card-title.seconds {
  font-size: 30px;
}

.launch-card-title.align-left {
  text-align: left;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 32px;
  line-height: 120%;
}

.padding-global {
  position: relative;
}

.padding-global._5 {
  padding-left: 5%;
  padding-right: 5%;
  position: static;
}

.container-2 {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.container-2.center {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-830 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1130 {
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1148 {
  max-width: 1148px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1098 {
  max-width: 1098px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1098.position-relative {
  -webkit-backdrop-filter: blur(136px);
  backdrop-filter: blur(136px);
  border-radius: 20px;
  position: relative;
  overflow: visible;
  box-shadow: 229px 297px 105px #f1cd0800, 146px 190px 96px #f1cd0803, 82px 107px 81px #f1cd080d, 37px 48px 60px #f1cd0817, 9px 12px 33px #f1cd081a;
}

.container-2.max-1254 {
  max-width: 1254px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1075 {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1136 {
  max-width: 1136px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-weidth-1254 {
  max-width: 1254px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1128 {
  max-width: 1128px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1128.top-margin-65 {
  margin-top: 4rem;
}

.container-2.max-810 {
  max-width: 810px;
  margin-left: auto;
  margin-right: auto;
}

.container-2.max-1161 {
  max-width: 1161px;
  margin-left: auto;
  margin-right: auto;
}

.container-2._1280 {
  max-width: 1280px;
}

.padding-section.pading-258-84 {
  padding-top: 16.125rem;
  padding-bottom: 5.25rem;
}

.padding-section.padding-48-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section.padding-80-67 {
  padding-top: 5rem;
  padding-bottom: 4.1875rem;
}

.padding-section.padding-80-67.main-laounch {
  padding-top: 0;
}

.padding-section.p-16 {
  padding-left: 32px;
  padding-right: 32px;
}

.padding-section.padding-33 {
  padding-top: 380px;
}

.padding-section.padding-290-160 {
  padding-top: 290px;
  padding-bottom: 160px;
}

.padding-section.padding-176-0 {
  padding-top: 11rem;
}

.padding-section.padding-223 {
  padding-top: 223px;
}

.padding-section.padding-20-256 {
  padding-top: 20px;
  padding-bottom: 220px;
}

.padding-section.padding20-0 {
  padding-top: 20px;
}

.padding-section.padding-98-90 {
  padding-top: 98px;
  padding-bottom: 90px;
}

.padding-section.padding-72-00 {
  padding-top: 4.5rem;
}

.padding-section.padding-105-180 {
  padding-top: 105px;
  padding-bottom: 40px;
}

.padding-section.padding-105-180.popup {
  padding-top: 40px;
}

.padding-section.padding-105-180.thank {
  padding-top: 0;
  padding-bottom: 0;
}

.padding-section.padding-104-198 {
  padding-top: 104px;
  padding-bottom: 40px;
}

.padding-section.padding-228 {
  padding-top: 228px;
}

.padding-section.padding-147 {
  padding-top: 40px;
}

.padding-section.padding-126 {
  padding-top: 126px;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f3cc07, #2eb7cf);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Brockmann1, Arial, sans-serif;
}

.text-wrap {
  margin-bottom: 30px;
}

.text-wrap.max-554 {
  max-width: 554px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-1045 {
  max-width: 1045px;
  margin-top: -76px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-1045.mt-0 {
  margin-top: 0;
}

.text-wrap.max-1006 {
  max-width: 62.875rem;
}

.text-wrap.max-1006.flex-centr-36 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrap.max-1006.flex-centr-36.top-margin-24 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 40px;
}

.text-wrap.max-482 {
  max-width: 482px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-482.top-margin-15 {
  margin-top: .9375rem;
}

.text-wrap.max-1149 {
  max-width: 71.8125rem;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-1149.top-margin-70 {
  margin-top: 4.375rem;
}

.text-wrap.max-851 {
  max-width: 851px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-851.top-margin-32 {
  margin-top: 32px;
}

.text-wrap.max-size-320 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.top-margin-47 {
  margin-top: 3rem;
}

.text-wrap.top-margin-46 {
  margin-top: 2.875rem;
}

.text-wrap.top-margin-46.flex-center {
  grid-column-gap: 16px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-wrap.top-margin-46.flex-center.max-size-500 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-size-j730 {
  max-width: 730px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-size-j730.top-margin-24 {
  margin-top: 1.5rem;
}

.text-wrap.top-margin-40 {
  margin-top: 2.5rem;
}

.text-wrap.top-margin-40.max-578 {
  max-width: 578px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-950 {
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.top-margin-38 {
  margin-top: 38px;
}

.text-wrap.top-margin-38.max-size-570 {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.top-margin-50 {
  margin-top: 50px;
}

.text-wrap.top-margin-50.flex-centr {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.text-wrap.max-483 {
  max-width: 483px;
}

.text-wrap.max-483.top-margin-15 {
  margin-top: 15px;
}

.text-wrap.max-483.top-margin-15.pre-laun {
  margin-bottom: 0;
}

.text-wrap.top-margin-67 {
  margin-top: 67px;
}

.text-wrap.max-438 {
  max-width: 439px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.top-margin-56 {
  z-index: 99;
  margin-top: 56px;
  position: relative;
}

.text-wrap.max-300 {
  max-width: 300px;
}

.text-wrap.max-580 {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.relative {
  background-image: none;
  margin-bottom: 0;
}

.text-wrap.top-margin-32 {
  margin-top: 2rem;
}

.text-wrap.top-margin-16 {
  margin-top: 1rem;
}

.text-wrap.top-margin-16.max-483 {
  max-width: 483px;
}

.text-wrap.max-size-560 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.text-wrap.max-size-482 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 24px;
}

.text-wrap.max-size-482._1i {
  max-width: 600px;
}

.text-wrap.flex-ver-16 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrap.flex-ver-16.top-margin-44 {
  margin-top: 44px;
}

.text-wrap.top-margin-28 {
  margin-top: 28px;
}

.text-wrap.top-margin-37 {
  margin-top: 37px;
}

.text-wrap.max-961 {
  max-width: 961px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.max-1200 {
  max-width: 1126px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.text-wrap.max-1200.main-salse {
  margin-bottom: 0;
}

.text-wrap.max-690 {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.flex-ver-left-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-wrap.flex-gd {
  display: flex;
}

.text-wrap.flex-ver-center-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrap.tip-margin-16 {
  margin-top: 1rem;
  margin-bottom: 14px;
  font-family: Brockmann, Times New Roman, sans-serif;
}

.text-wrap.flex-ver-9 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.text-wrap.flex-sp-2rem {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.text-wrap.max-508 {
  flex: 1;
}

.text-wrap.max-508.flex-ver-28 {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.text-wrap.max-552 {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/690fef85f30d265c02947921_Frame%20427320973%20(1).png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 23px;
  flex: 1;
  max-width: 552px;
  padding-top: 160px;
  padding-left: 40px;
  padding-right: 40px;
}

.text-wrap.flex-v-15 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.text-wrap.flex-v-14 {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.text-wrap.max-552 {
  flex: 1;
}

.text-wrap.flex-v-15-center {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 660px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-wrap.flex-v-15-center.max-508 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.flex-v-15-center.max-460 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.top-margin-19 {
  margin-top: 19px;
}

.text-wrap.top-margin-82 {
  margin-top: 82px;
}

.text-wrap.top-margin-82.max-764 {
  max-width: 764px;
  margin-left: auto;
  margin-right: auto;
}

.text-wrap.top-margin-82.max-764.vlex-v-10-center {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.text-wrap.hidden {
  display: none;
}

.text-align-center {
  text-align: center;
}

.image-wrap {
  justify-content: center;
  align-items: flex-start;
}

.image-wrap.top-margin-52 {
  margin-top: 52px;
}

.image-wrap.top-margin-52.mt-0 {
  margin-top: 0;
  margin-bottom: 52px;
  display: flex;
}

.image-wrap.top-margin-52.max-size-1010 {
  max-width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrap.top-margin-52.max-size-1010.flex-23 {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: wrap;
  display: flex;
}

.image-wrap.top-margin-66 {
  margin-top: 66px;
}

.image-wrap.top-margin-66.auto {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrap.max-487 {
  max-width: 487px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrap.flex-center {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-wrap.max-1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.image-wrap.max-1000.top-margin-53 {
  margin-top: 53px;
}

.h6-24 {
  color: #fff;
  letter-spacing: -.743px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
}

.h6-24.text-weidth-600 {
  font-weight: 600;
}

.h6-24.text-weidth-600.hight-sp {
  letter-spacing: -.96px;
  line-height: 1.2;
}

.h6-24.text-align-center.hight-color {
  color: #92a6c3;
  letter-spacing: -.24px;
  line-height: 1.51;
}

.h6-24.text-align-center.small {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h6-24.text-align-center.ed-2 {
  font-weight: 600;
  line-height: 1.04;
}

.line-wrap {
  max-width: 1075px;
  margin-left: auto;
  margin-right: auto;
}

.line-wrap.top-margin-68 {
  margin-top: 4.25rem;
}

.line-wrap.top-margin-30 {
  margin-top: 1.875rem;
}

.line-wrap.padding-36-36 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.line-wrap.padding-60-56 {
  padding-top: 60px;
  padding-bottom: 56px;
}

.line-wrap.padding-28-24 {
  padding-top: 28px;
  padding-bottom: 24px;
}

.line-wrap.padding-30-71 {
  padding-top: 71px;
  padding-bottom: 30px;
}

.line-wrap.upsell {
  margin-top: 40px;
}

.line-wrap.upsell-bottom {
  margin-top: 60px;
}

.line-wrap.top-margin-46 {
  margin-top: 2.875rem;
}

.line-wrap.top-margin-25 {
  margin-top: 25px;
}

.title-gradint {
  color: #fff;
  text-align: center;
  letter-spacing: -.07125rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.04;
}

.title-gradint.text-color-black {
  color: var(--firefly);
  display: inline-block;
}

.title-gradint.left-align {
  text-align: left;
}

.title-gradint.text-gradient {
  text-align: center;
  background-image: linear-gradient(90deg, #f3cc07, #2eb7cf);
}

.title-gradint.text-gradient.text-align-center {
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
}

.title-gradint.text-align-center {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 38px;
}

.title-gradint.text-align-center._1i {
  margin-bottom: 15px;
}

.text-size-small {
  color: #bdcde4;
  text-align: left;
  letter-spacing: -.14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.51;
}

.text-size-small.max-517 {
  max-width: 517px;
}

.text-size-small.sp-56 {
  letter-spacing: -.56px;
}

.text-size-small.sp-56.color-white {
  color: var(--white);
}

.text-size-small.color-white, .text-size-small.color-white.mobi-center {
  color: #fff;
}

.text-size-small.color--588183 {
  color: #588183;
}

.text-size-small.text-align-center {
  text-align: center;
}

.text-size-small.text-align-center.text-gradient.italic {
  font-style: italic;
}

.text-size-small.text-align-center.inter {
  color: var(--text-gray);
  font-size: 16px;
  font-weight: 400;
}

.text-size-small.text-weidth-semibold {
  font-weight: 600;
}

.text-size-small.text-weidth-semibold.color-white {
  color: var(--white);
}

.text-size-small.color-white, .text-size-small.color-white.mobi-center {
  color: #fff;
}

.text-size-small.color-white.semibold {
  font-weight: 600;
}

.text-size-small.popins-italic {
  color: #92a6c3;
  font-family: Poppins, sans-serif;
  font-style: italic;
}

.terget-item {
  z-index: 9;
  background-image: linear-gradient(90deg, #99c261ab, #2eb7cf);
  border-radius: 12px;
  padding: 1.1px;
  position: relative;
}

.line-image {
  width: 100%;
}

.top-banner {
  padding-left: 5%;
  padding-right: 5%;
}

.banner-body {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-image: linear-gradient(90deg, #f3cc07, #2eb7cf);
  border-radius: 4.625rem;
  justify-content: space-between;
  align-items: center;
  max-width: 76.625rem;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  display: flex;
  box-shadow: -143px 420px 124px #86c07600, -91px 269px 114px #86c07605, -51px 151px 96px #86c07614, -23px 67px 71px #86c07621, -6px 17px 39px #86c07626;
}

.top-banner-left {
  grid-column-gap: .5625rem;
  grid-row-gap: .5625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-banner-left.s-17 {
  grid-column-gap: 1.0625rem;
  grid-row-gap: 1.0625rem;
}

.banner-button-1 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #0c1728;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 10px 21px;
  display: flex;
}

.top-banner-text {
  color: #0c1728;
  letter-spacing: -.48px;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.top-banner-text.text-weidth-regular {
  font-weight: 400;
}

.top-banner-text.text-weidth-regular.hihgt-151 {
  line-height: 1.51;
}

.top-banner-text.color-white {
  color: #fff;
}

.top-banner-text.oe-line {
  white-space: nowrap;
}

.top-banner-text.figure {
  color: #0b1524;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.top-banner-text.eds-1 {
  letter-spacing: -.12px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.51;
}

.top-banner-right {
  grid-column-gap: .8125rem;
  grid-row-gap: .8125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-request-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 10px 11px 10px 20px;
  text-decoration: none;
  display: flex;
  box-shadow: 55px 44px 20px #6ebf8e00, 35px 28px 18px #6ebf8e05, 20px 16px 15px #6ebf8e14, 9px 7px 11px #6ebf8e21, 2px 2px 6px #6ebf8e26;
}

.navbar {
  background-color: #0000;
}

.container-3 {
  max-width: 72.25rem;
  margin-left: auto;
  margin-right: auto;
}

.container-3.display-flex.relative {
  background-image: none;
}

.nav-button-text {
  color: #fff;
  letter-spacing: -.48px;
  font-family: Poppins, sans-serif;
  font-size: .75rem;
  font-weight: 600;
  line-height: 1;
}

.menupromote-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0064ff;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  padding: 10px 11px 10px 20px;
  text-decoration: none;
  display: inline-flex;
  box-shadow: 55px 44px 20px #6ebf8e00, 35px 28px 18px #6ebf8e05, 20px 16px 15px #6ebf8e14, 9px 7px 11px #6ebf8e21, 2px 2px 6px #6ebf8e26;
}

.nav-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrap {
  padding-left: 5%;
  padding-right: 5%;
  position: absolute;
  inset: 7.95rem 0% auto;
}

.nav-menu-wrap.upsell {
  top: 65px;
}

.top-banner-wrap {
  z-index: 9999;
  position: fixed;
  inset: 2rem 0% auto;
}

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

.div-block-13.top-margin-30.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-13.top-margin-22 {
  margin-top: 22px;
}

.grid-wrap.top-margin-57 {
  margin-top: 57px;
}

.grid-wrap.top-margin-47 {
  margin-top: 2.9375rem;
}

.grid-wrap.top-margin-60 {
  margin-top: 60px;
}

.grid-wrap.max-1228 {
  max-width: 1228px;
  margin-left: auto;
  margin-right: auto;
}

.text-size-medium {
  color: #fff;
  letter-spacing: -.18px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.31;
}

.icon-wrapper {
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.text-color-white {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 400;
}

.text-color-white.text-weigth-medium {
  font-weight: 500;
}

.text-color-white.text-weigth-medium._1i {
  font-size: 14px;
}

.text-color-white.text-weigth-medium._12 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.spacer-small {
  padding-top: 16px;
}

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

.text-size-regular {
  color: var(--white);
  letter-spacing: -.64px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.text-size-regular.text-weidth-medium {
  font-weight: 500;
}

.text-size-regular.text-weidth-medium.lt-32 {
  letter-spacing: -.32px;
}

.footer-section {
  padding-top: 100px;
  padding-bottom: 160px;
  position: relative;
}

.footer-section.thank {
  padding-bottom: 100px;
}

.footer-section._3 {
  padding-top: 420px;
  padding-bottom: 40px;
}

.main-wrapper.pb-40 {
  z-index: 9999;
  position: relative;
}

.workshop-wrapper-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 21px 35px;
  display: flex;
}

.workshop-wrapper-copy.button-stroke-wrapper {
  background-color: var(--bg);
}

.workshop-wrapper-copy.button-stroke-wrapper-copy {
  background-color: var(--bg);
  background-image: linear-gradient(90deg, #0003, #99c26133);
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
  overflow: hidden;
  box-shadow: 229px 297px 105px #f1cd0800, 146px 190px 96px #f1cd0803, 82px 107px 81px #f1cd080d, 37px 48px 60px #f1cd0817, 9px 12px 33px #f1cd081a;
}

.workshop-wrapper-copy.button-stroke-wrapper-copy.no-box-shodo {
  box-shadow: 0 2px 5px #0003;
}

.workshop-wrapper-copy.main-event-hero-span-1 {
  background-color: #1c4941;
  border-radius: 100px;
  padding: 20px 35px;
}

.workshop-wrapper-copy.main-event-hero-span2 {
  background-color: #3b4452;
  border-radius: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.workshop-wrapper-copy.main-event-hero-top-span-1 {
  background-color: #0c1728;
  border-radius: 100px;
  padding: 20px 35px;
}

.workshop-wrapper-copy.main-event-hero-span2-top {
  background-color: #3b4452;
  border-radius: 30px;
  padding: 14px 25px;
}

.workshop-wrapper-copy.button-stroke-wrapper-radious {
  background-color: var(--bg);
  border-radius: 100px;
}

.div-block-24 {
  margin-top: 26px;
}

.text-size-xs {
  letter-spacing: -.48px;
  font-size: .75rem;
  line-height: 1.2;
}

.text-size-xs.text-color-white.text-align-center.sp-24 {
  letter-spacing: -.24px;
  letter-spacing: -.24px;
  letter-spacing: -.24px;
  letter-spacing: -.24px;
}

.h2-65 {
  letter-spacing: -1.95px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  line-height: 1.2;
}

.h2-65.borkman {
  font-family: Brockmann, Times New Roman, sans-serif;
}

.h2-65.text-gradient.mobi-center {
  font-weight: 600;
  line-height: 1;
}

.h2-65.text-gradient.text-semibold {
  font-weight: 600;
}

.h2-65.text-gradient.text-semibold.text-align-center {
  font-family: Brockmann1, Arial, sans-serif;
}

.h2-65.eds {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 1.1;
}

.top-margin-30 {
  margin-top: 30px;
}

.bold-andunderline {
  font-weight: 700;
  text-decoration: underline;
}

.image-111 {
  position: absolute;
  inset: 60px -160px 0% auto;
}

.text-size-lg {
  letter-spacing: 0;
  font-size: 19px;
  font-weight: 600;
  line-height: 100%;
}

.button-wrap.top-margin-28 {
  margin-top: 28px;
}

.button-wrap.flex-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-wrap.flex-center.top-margin-40 {
  margin-top: 40px;
}

.hero-con-home {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.hero-section-home {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/6905a42db7d2354e0332022e_Group%2040196.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 210px;
  padding-bottom: 0;
}

.top-btn-section-home {
  background-image: linear-gradient(90deg, #f3cc07, #2eb7cf);
  border-radius: 100px;
  padding: 1px;
  position: static;
  box-shadow: 229px 297px 105px #f1cd0800, 146px 190px 96px #f1cd0803, 82px 107px 81px #f1cd080d, 37px 48px 60px #f1cd0817, 9px 12px 33px #f1cd081a;
}

.home-radious-inner {
  z-index: 7;
  outline-color: var(--bg);
  outline-offset: 0px;
  background-image: linear-gradient(90deg, #222831, #0c1523);
  border-radius: 100px;
  outline-width: 4px;
  outline-style: dashed;
  padding: 13px 35px 13px 16px;
  display: block;
}

.color--f3cc07 {
  color: #f3cc07;
}

.icon-wrapper-copy {
  justify-content: center;
  margin-bottom: 0;
  display: flex;
}

.grid-8 {
  grid-column-gap: 22px;
  grid-template-columns: 1fr 1fr 1fr;
}

.sell-anythis-card {
  background-image: linear-gradient(90deg, var(--yellow), var(--bbc));
  border-radius: 10px;
  padding: 1.1px;
}

.sell-anythis-contant {
  background-color: #0000;
  background-image: linear-gradient(#222831, #0c1523);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.sell-a-wrap {
  padding: 21px 16px 0;
}

.sell-text-contents {
  padding: 0 16px 16px;
}

.text-center-home {
  text-align: center;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 4rem;
  font-weight: 700;
}

.payment {
  margin-top: -56px;
}

.payment-bg {
  padding-bottom: 550px;
}

.payment-process {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.payment-body {
  flex: 1;
  max-width: 508px;
}

.payment-image {
  flex: 1;
  max-width: 522px;
}

.p-image {
  width: 100%;
}

.supportet-getway {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.p-gat-list {
  border: 7px solid #397d73;
  border-radius: 12px;
}

.p-gat-list.white-bg {
  background-color: var(--white);
  background-color: var(--white);
}

.calculator {
  max-width: 1198px;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
}

.payment-box {
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  background-color: #0e1828e6;
  border-radius: 19px;
  justify-content: space-between;
  padding: 32px 68px 44px 50px;
}

.paymnet-flex {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.carculate-wrap {
  flex: 1;
  max-width: 34%;
}

.payment-left {
  max-width: 481px;
}

.launch-card-text-block-copy {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prograess-bar-wrap {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.gd-underline {
  background-image: linear-gradient(180deg, var(--yellow), var(--bbc));
  width: 100%;
  height: 1px;
}

.regiter-card-wrap-copy {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(90deg, #222831, #0c1523);
  border-radius: 11px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 26px 16px;
  display: flex;
}

.accept-payment {
  margin-bottom: 53px;
}

.pg-bg {
  background-color: #0c1728;
}

.grid-9 {
  grid-column-gap: 22px;
  grid-row-gap: 18px;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
}

.gt-card {
  padding: 21px 16px 0;
}

.gt-text-contents-copy {
  padding: 0 16px 16px;
}

.gt-card-bg {
  background-image: linear-gradient(90deg, #222831, #0c1523);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.gt-card-bg.radious-100 {
  background-image: linear-gradient(311deg, #0c1728d4, #228666);
  border-radius: 100px;
}

.gt-card-bg--main {
  background-image: linear-gradient(90deg, var(--yellow), var(--bbc));
  border-radius: 10px;
  padding: 1px 1px 1px .7px;
}

.seals {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 66px;
  display: flex;
}

.subscription {
  margin-top: 34px;
}

.subscription-grid-wrap {
  margin-top: 50px;
}

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

.subscribtion-card--wrap {
  background-image: linear-gradient(90deg, var(--yellow), var(--bbc));
  border-radius: 10px;
  padding: 1px 1px 1px .7px;
}

.sub-card-bg {
  background-image: linear-gradient(90deg, #222831, #0c1523);
  border-radius: 10px;
  height: 100%;
  overflow: hidden;
}

.sub-card {
  padding: 21px 16px 0;
}

.sub-text-contents {
  padding: 0 16px 16px;
}

.jv-popup {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0c172870;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.jv-popup.hidden, .jv-popup.cms, .jv-popup.hidden {
  display: none;
}

.popup-left-wrap {
  flex: 1;
  padding: 64px 40px;
}

.inner-c-body {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border: 1px solid #f3cc07;
  border-radius: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
  position: relative;
}

.pop-wrap {
  background-image: linear-gradient(90deg, #f7ce0254, #2eb7cf61);
  border-radius: 54px;
  width: 100%;
  max-width: 1138px;
  padding: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 229px 297px 105px #f1cd0800, 146px 190px 96px #f1cd0803, 82px 107px 81px #f1cd080d, 37px 48px 60px #f1cd0817, 9px 12px 33px #f1cd081a;
}

.from-popup {
  opacity: 1;
  background-color: #373737;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  flex: 1;
  height: 100%;
  padding: 52px 34px 52px 29px;
  box-shadow: 229px 297px 105px #f1cd0800, 146px 190px 96px #f1cd0803, 82px 107px 81px #f1cd080d, 37px 48px 60px #f1cd0817, 9px 12px 33px #f1cd081a;
}

.div-block-44 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.popup-left-inner {
  max-width: 437px;
}

.pop-from-level {
  color: #fff;
  white-space: nowrap;
  margin-bottom: 8px;
  line-height: 1.8;
}

.from-feled-wrap {
  flex: 1;
}

.register-poup-input-mains {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.pop-from-fiedl {
  color: #fff;
  background-color: #0000;
  border: 1px solid #71757c;
  border-radius: 5px;
  width: 100%;
  min-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 13px;
  padding-bottom: 13px;
  padding-left: 12px;
}

.pop-from-fiedl:focus {
  border-color: var(--cyan);
}

.pop-from-fiedl::placeholder {
  color: #9c9c9c;
  letter-spacing: -.14px;
  line-height: 1.5;
}

.form {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  flex-flow: column;
  display: flex;
}

.from-check-text {
  color: #9c9c9c;
  letter-spacing: -.14px;
  margin-left: 8px;
  font-size: 12px;
  font-style: italic;
  line-height: 1.51;
}

.underline {
  text-decoration: underline;
}

.session-banner-btn-text {
  color: #04090f;
}

.session-banner-icon-wrp {
  background-image: linear-gradient(263deg, #2eb7cf, #f3cc07);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.session-banner-btn-wrp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 79px;
  align-items: center;
  padding: 10px 21px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  display: inline-flex;
}

.session-banner-btn-wrp.text-black {
  color: var(--bg);
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/695bf89ae193d5c34d673878_arrow-right-circle%20(2).svg");
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 48px;
}

.sessin-icon {
  color: #fff;
  width: 15px;
  height: 15px;
}

.from-btn-wrap {
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.submit-button {
  background-color: #0000;
  border-radius: 80px;
  display: block;
  position: absolute;
  inset: 0%;
}

.submit-button.session-banner-btn-wrp {
  background-color: var(--white);
  color: var(--bg);
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/691159694829c522e93aa40a_arrow-right-circle%20(5).png");
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 25px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 36px;
  position: static;
}

.div-block-46 {
  display: inline-block;
  position: relative;
}

.from-checkbox {
  background-color: #0000;
  border-radius: 4px;
  width: 16px;
  height: 16px;
}

.from-checkbox.w--redirected-checked {
  z-index: 0;
  background-color: #0a9c00;
  width: 18px;
  height: 18px;
  margin-right: 0;
}

.pop-cross {
  cursor: pointer;
  position: absolute;
  inset: -35px -35px auto auto;
}

.div-block-48 {
  align-items: center;
  display: flex;
  position: relative;
}

.testmonial-bg-mini-home {
  z-index: 9;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(90deg, #000, #0c1728 37%, #445c40 103%);
  border-radius: 12px;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.testmonial-bg-mini-home.test-2 {
  z-index: 0;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(90deg, #445c40, var(--bg) 37%, black);
  z-index: 0;
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  background-image: linear-gradient(90deg, #445c40, var(--bg) 37%, black);
  align-items: stretch;
  overflow: visible;
}

.testmoni-left-side {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  flex: 1;
  max-width: 777px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 49px;
  display: flex;
}

.testmoni-left-side.pad-19-42 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  max-width: 72%;
  padding-left: 19px;
  padding-right: 42px;
}

.testmoni-left-side.common {
  max-width: 72%;
  padding-left: 19px;
}

.testmin-image {
  flex: 1;
  justify-content: flex-end;
  max-width: 369px;
  display: flex;
  overflow: hidden;
}

.testmin-image.left-346 {
  justify-content: flex-start;
  max-width: 28%;
  min-height: 100%;
}

.image-113 {
  object-fit: cover;
}

.cottion {
  position: absolute;
  inset: 40% auto auto -24px;
}

.testmonial-home {
  margin-top: 66px;
}

.testmonial-home-2 {
  margin-top: 55px;
}

.ck-exprence {
  z-index: 99;
  margin-top: -186px;
  display: block;
  position: relative;
}

.ck-steps {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(90deg, #0c15232b, #22283124);
  border-radius: 77px;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 23px 13px 16px;
  display: flex;
}

.lite-iamge {
  width: 100%;
}

.inner-iamge {
  background-color: #0c1728;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

.conversesion-body.top-magin-48 {
  margin-top: 48px;
}

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

.grid-11.hidden {
  display: none;
}

.revinew-section {
  z-index: 0;
  display: block;
  position: relative;
}

.revinew-bg {
  background-color: var(--bg);
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/69100f5a96a0ed23afcd4fb7_be90e2a062034a37241949c57851389f_Mask%20group.svg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100% 900px;
  position: relative;
}

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

.recover {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 16px;
  display: flex;
}

.renew-grid {
  margin-top: 70px;
}

.reviue-card-bg--main {
  background-image: linear-gradient(90deg, var(--yellow), var(--bbc));
  border-radius: 10px;
  padding: 1.1px 1px 1px;
}

.reviue-card-bg--main.radious-100 {
  border-radius: 100px;
}

.revinue-feature {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  margin-top: 19px;
  display: flex;
}

.rev-feature-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-12 {
  grid-column-gap: 22px;
  grid-row-gap: 18px;
}

.grid-13 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
}

.grid-13-copy {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.wallet-section {
  background-image: linear-gradient(273deg, #0c1728, #228666);
  margin-top: -94px;
  margin-bottom: -122px;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

.text-weidth-600 {
  font-weight: 600;
}

.code-embed {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.fraud-main-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 68px;
  margin-bottom: 72px;
  display: grid;
}

.fraud-item {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-radius: 12px;
  padding: 1.1px 1px 1px;
}

.commom-top-title-wrapper {
  margin-bottom: 35px;
}

.common-top-title-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.integrations-section {
  margin-top: 47px;
}

.integrations-wrapper {
  margin-top: -620px;
}

.common-top-icon {
  width: 90px;
}

.common-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 600;
}

.common-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: -.14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.51;
}

.common-main {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 53px;
  display: grid;
}

.common-testimonial-item {
  margin-top: 66px;
}

.common-line-image--2 {
  width: 100%;
  margin-top: 66px;
  margin-left: auto;
  margin-right: auto;
}

.reporting-section {
  margin-top: 28px;
}

.reporting-main {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 53px;
  margin-bottom: 39px;
  display: grid;
}

.reporting-content {
  text-align: center;
  padding: 0 16px 16px;
}

.reporting-content-para {
  color: #92a6c3;
  text-align: center;
  letter-spacing: -.14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.51;
}

.testimonial-authoe-name {
  color: #fff;
  text-align: left;
  letter-spacing: -.14px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.51;
}

.testimonial-founder {
  color: #92a6c3;
  text-align: left;
  letter-spacing: -.14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.51;
}

.common-line-image--3 {
  width: 100%;
  margin-top: 39px;
  margin-left: auto;
  margin-right: auto;
}

.mobile-app-section {
  margin-top: 40px;
}

.mobile-app-left-item {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  display: flex;
}

.mobile-app-grid {
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.mobile-app-item-img {
  background-color: #0c1728;
  border-radius: 23px;
  height: 100%;
  overflow: hidden;
}

.mobile-app-image {
  height: 100%;
}

.mobile-app-icon-img {
  width: 90px;
}

.mobile-app-top-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.mobile-app-top-title {
  color: #fff;
  letter-spacing: -.07125rem;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.04;
}

.mobile-app-top-subtitle {
  color: #fff;
  font-weight: 600;
}

.mobile-app-top-para {
  color: #92a6c3;
}

.mobile-middle-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #69728033;
  background-image: none;
  border-radius: 77px;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 23px 13px 16px;
  display: flex;
}

.mobile-middle-icon {
  width: 58px;
}

.mobile-middle-title {
  color: #fff;
  font-weight: 600;
}

.mobile-middle-para {
  color: #abbcd5;
  font-family: Inter, sans-serif;
}

.mobile-app-bottom-img {
  border: 1px dashed #f3cc07;
  border-radius: 60px;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  padding: 18px 30px;
  display: inline-flex;
}

.testimonial-section {
  margin-top: 47px;
}

.common-line-image--4 {
  width: 100%;
  margin-top: 34px;
  margin-left: auto;
  margin-right: auto;
}

.security-app-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.security-app-section {
  margin-top: 40px;
}

.paykickstart-section {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/690b831c55335c9e615e2130_Mask%20group.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
  margin-top: 46px;
}

.paykickstart-para {
  color: #fff;
  text-align: center;
  letter-spacing: -.14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.51;
}

.paykickstart-para-2 {
  color: #92a6c3;
  text-align: center;
  width: 726px;
  margin-left: auto;
  margin-right: auto;
}

.common-top-title-main2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paykickstart-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.paykickstart-span {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Brockmann1, Arial, sans-serif;
}

.paykickstart-video-wrapper {
  margin-top: 85px;
}

.world-section {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/690c46ae626123280a6bd8eb_Group%2040411.svg"), linear-gradient(273deg, #0c1728, #228666);
  background-position: 50% 0, 0 0;
  background-size: auto, auto;
  padding-top: 400px;
  padding-bottom: 450px;
}

.world-title-heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  width: 432px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
}

.world-line {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.world-main-wrapper {
  margin-top: 20px;
}

.worls-main-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 72px;
  display: grid;
}

.world-content-list {
  text-align: center;
  padding: 0 16px 16px;
}

.world-title-names {
  color: var(--white);
  letter-spacing: -.64px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}

.world-title-para {
  color: #92a6c3;
  text-align: center;
  letter-spacing: -.14px;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.51;
}

.access-section {
  padding-bottom: 90px;
}

.access-wrapper {
  margin-top: -458px;
}

.access-top-details-wrapper {
  text-align: center;
  width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.access-top-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
}

.access-span {
  color: #fff;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

.access-para {
  color: #fff;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  line-height: 24px;
}

.access-span-blog {
  font-family: Brockmann1, Arial, sans-serif;
  display: block;
}

.access-main-wrp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.access-left-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #152433;
  border: 1.11px solid #2a3c57;
  border-bottom-style: none;
  align-items: center;
  padding: 21px 27px;
  display: flex;
}

.access-left-item.gradint-item {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-top-left-radius: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.access-left-item.bottom-item {
  border-bottom-style: solid;
  border-bottom-left-radius: 15px;
}

.access-right-item {
  background-color: #1c2d3f;
  border: 1.11px solid #2a3c57;
  border-style: solid solid none none;
  padding: 21px 27px;
}

.access-right-item.top-item {
  border-top-right-radius: 15px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.access-right-item.bottom-item {
  border-bottom-style: solid;
  border-bottom-right-radius: 15px;
}

.access-title {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.access-description {
  color: #92a6c3;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.access-description.top-des {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.access-item-all-wrp {
  border-radius: 15px;
  margin-top: 45px;
  overflow: hidden;
}

.access-icon {
  width: 20px;
}

.access-line-image {
  z-index: 20;
  width: 100%;
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.exclusive-top-details-wrapper {
  text-align: center;
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.exclusive-top-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 65px;
  font-weight: 600;
  line-height: 70px;
}

.exclusive-para {
  color: #fff;
  width: 777px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 28px;
}

.exclusive-main-wrapper {
  margin-top: 44px;
}

.checkout-plus-list-main {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.checkout-list-text {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.checkout-list-item {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.checkout-plus-btn-link {
  background-color: #152433;
  border-radius: 30px;
  padding: 8px 20px;
  text-decoration: none;
}

.checkout-plus-content-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.checkout-plus-btn-main {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-radius: 62px;
  padding: 2px;
  display: inline-flex;
  overflow: hidden;
}

.checkout-plus--included {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 25px;
}

.checkout-plus-name {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.checkout-plus--title-name {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.checkout-list-icon {
  width: 24px;
}

.checkout-plus-icon {
  width: 30px;
}

.checkout-plus-item {
  color: #fff;
  background-color: #152433;
  border-top: 1px solid #2a3c57;
  border-left: 1.11px #2a3c57;
  border-right: 1.11px solid #2a3c57;
  padding: 21px 18px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.checkout-plus-item._2 {
  text-align: left;
  background-color: #1c2d3f;
  border: 1.11px solid #2a3c57;
  padding-top: 16px;
  padding-bottom: 16px;
}

.checkout-plus-item._1 {
  text-align: left;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  padding-top: 16px;
  padding-bottom: 16px;
}

.checkout-plus-item.padding {
  padding-left: 13px;
  padding-right: 13px;
}

.checkout-plus-paragraph {
  color: #fff;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 24px;
}

.checkout-plus-paragraph.para-2 {
  color: #92a6c3;
  margin-bottom: 0;
}

.checkout-plus-btn-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.checkout-plus-3num-item {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf 60%, #f3cc07a3);
  -webkit-background-clip: text;
  background-clip: text;
  text-decoration: none;
}

.exclusive-plus-main, .exclusive-top-plus-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.exclusive-left-plus-item {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  color: #fff;
  background-color: #152433;
  border-top: 1px solid #2a3c57;
  border-left: 1.11px solid #2a3c57;
  border-right: 1.11px solid #2a3c57;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  display: flex;
}

.exclusive-image {
  object-fit: cover;
  width: 100%;
}

.exclusive-image._1-logo {
  width: 144px;
}

.exclusive-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #2eb7cf;
}

.expense-section {
  z-index: 999;
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/69198830ecfe9dd8e3fe9628_Group%2040748.png");
  background-position: 50% 38%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -233px;
  padding-top: 750px;
}

.expense-top-title-wrapper {
  margin-top: 15px;
}

.expense-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 65px;
}

.expense-top-title-main {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 967px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.expense-main-wrapper {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 57px;
  display: grid;
}

.expense-main-item {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-radius: 12px;
  padding: 1.2px 1.2px 1px;
  overflow: hidden;
}

.expense-item {
  background-image: linear-gradient(311deg, #0c1523, #222831);
  border-radius: 12px;
  height: 100%;
  padding: 20px 26px;
}

.expense-number {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 84px;
  font-weight: 600;
  line-height: 90px;
}

.expense-title-name {
  color: #fff;
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.expense-para {
  color: #92a6c3;
  margin-top: 6px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.real-cost-section {
  margin-top: 28px;
}

.real-cost-wrapper {
  z-index: 50;
  position: relative;
}

.real-cost-title-heading {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 505px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.real-cost-subtitle {
  color: #fff;
  text-align: center;
  letter-spacing: -.14px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.51;
}

.real-cost-main-wrapper {
  border-radius: 12px;
}

.checkout-every-contect-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #152433;
  border-top: 1.11px solid #2a3c57;
  border-left: 1.11px solid #2a3c57;
  border-right: 1.11px solid #2a3c57;
  justify-content: center;
  align-items: center;
  padding: 21px 25px;
  display: flex;
}

.checkout-every-contect-item._2 {
  border-left-style: none;
}

.checkout-every-contect-item._2.bottom-border {
  border-bottom: 1.11px solid #2a3c57;
  border-bottom-right-radius: 12px;
}

.checkout-every-contect-item.bottom-border {
  border-bottom: 1.11px solid #2a3c57;
}

.checkout-every-top-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 131%;
}

.checkout-every-top-title._2 {
  color: #fff;
}

.checkout-every-content-pera {
  color: #92a6c3;
  text-align: center;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  line-height: 175%;
}

.checkout-every-top-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.checkout-every-item {
  text-align: center;
  background-color: #ff827d;
  background-image: none;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 31px;
}

.checkout-every-item._2 {
  background-color: #1c2d3f;
  background-image: none;
}

.checkout-every-title-name {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.checkout-every-table-main {
  border-radius: 12px;
  margin-top: 40px;
  overflow: hidden;
}

.cost-section {
  z-index: 0;
  background-image: linear-gradient(273deg, #0c1728, #228666);
  margin-top: -160px;
  padding-top: 220px;
  padding-bottom: 800px;
  position: relative;
}

.cost-wrapper {
  text-align: center;
}

.cost-top-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.cost-span-blog {
  display: block;
}

.cost {
  color: #ff827d;
}

.cost-para {
  color: #fff;
  text-align: center;
  width: 600px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
}

.cost-para.cost-2 {
  color: #92a6c3;
  margin-bottom: 50px;
  font-weight: 400;
}

.cost-middle-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  background-image: linear-gradient(90deg, #0c1728, #8fc16c99);
  border-radius: 77px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 13px 23px 13px 16px;
  display: inline-flex;
}

.cost-middle-icon {
  width: 58px;
}

.cost-middle-title {
  color: #fff;
  font-weight: 600;
}

.cost-middle-para {
  color: #abbcd5;
  width: 420px;
  font-family: Inter, sans-serif;
}

.footer-menu-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  margin-top: 56px;
  display: flex;
}

.footer-menu-link {
  color: #92a6c3;
}

.footer-menu-line {
  background-color: #92a6c3;
  width: 1px;
  height: 15px;
}

.footer-para-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-top: 60px;
  display: flex;
}

.footer-para-wrp {
  color: #92a6c3;
  text-align: center;
}

.footer-logo-link {
  width: 217px;
}

.footer-main-wrp {
  text-align: center;
}

.workshop-popup-main-item {
  background-image: linear-gradient(90deg, #f7ce0254, #2eb7cf61);
  border-radius: 54px;
  width: 100%;
  max-width: 1138px;
  height: 100%;
  padding: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 229px 297px 105px #f1cd0800, 146px 190px 96px #f1cd0803, 82px 107px 81px #f1cd080d, 37px 48px 60px #f1cd0817, 9px 12px 33px #f1cd081a;
}

.workshop-popup-main-item.main-salse {
  margin-left: auto;
  margin-right: auto;
}

.faq-section {
  margin-top: -760px;
  position: relative;
}

.faq-wrapper {
  background-color: #000;
  border-radius: 0 0 18px 18px;
  margin-top: 0;
  overflow: hidden;
}

.faq-main-body-wrp {
  padding: 16px 18px;
}

.faq-top-price-item {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.faq-top-price-title {
  color: #0c1728;
  font-size: 16px;
  font-weight: 600;
}

.faq-price-top-right {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  align-items: center;
  display: flex;
}

.faq-top-right-icon {
  width: 35px;
}

.body-copy {
  color: #92a6c3;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 25px;
}

.faq-tile {
  border: 1.11px solid #2a3c57;
  border-radius: 18px;
  margin-bottom: 20px;
  overflow: hidden;
}

.faq-tile.last {
  margin-bottom: 0;
}

.faq-answer-padding {
  border-top: 1.11px solid #2a3c57;
  padding: 20px 30px;
}

.max-1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question-div {
  color: #614916;
  cursor: pointer;
  background-color: #152433;
  border-bottom: 1.11px #2a3c57;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  justify-content: space-between;
  align-items: center;
  padding: 20px 28px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 100%;
  transition: all .2s;
  display: flex;
}

.faq-question-div:hover {
  color: #fff;
  background-color: #152433;
}

.faq-question-div:active {
  background-color: #152433;
}

.up-down-arrow {
  font-size: 20px;
  font-weight: 400;
}

.faq-answer-div {
  background-color: #152433;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  overflow: hidden;
}

.faq-question {
  color: #fff;
  font-family: Inter, sans-serif;
  line-height: 150%;
}

.features-list-title-heading {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 432px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.user-stories-section {
  z-index: 1;
  margin-top: 74px;
  position: relative;
}

.user-stories-wrapper {
  z-index: 20;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-radius: 12px;
  padding: 1px;
  position: relative;
  overflow: hidden;
}

.user-stories-main-wrapper {
  z-index: 20;
  background-image: linear-gradient(311deg, #324031, #202730);
  border-radius: 12px;
  padding: 40px 60px;
  position: relative;
}

.user-stories-title {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  width: 750px;
  margin: 0 auto;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.user-stories-para {
  color: #fff;
  text-align: center;
  width: 400px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 600;
  line-height: 24px;
}

.faq-link {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 1px solid #f3cc07;
}

.launch-offer-section {
  z-index: 0;
  background-image: linear-gradient(273deg, #0c1728, #228666);
  height: 1400px;
  margin-top: -550px;
  padding-top: 600px;
  padding-bottom: 40px;
  position: relative;
}

.launch-offer-main-wrp {
  z-index: 60;
  position: relative;
}

.launch-offer-time-titel {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}

.img-icon {
  width: 35px;
  margin-right: 10px;
}

.img-icon.star {
  width: 23px;
  height: 23px;
  margin-right: 5px;
}

.launch-odder-head-star-text {
  color: #fff;
  text-align: center;
  width: 28px;
  height: 28px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 151%;
}

.launch-offer-pay-wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 588px;
  margin-top: 33px;
  margin-bottom: 33px;
  display: flex;
}

.launch-offer-right-icon {
  height: 230px;
  position: absolute;
  top: 398px;
  right: -421px;
}

.launch-offer-cta-titel {
  color: #fff;
  text-align: center;
  width: 603px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 104%;
}

.laun-offer-link-icon-wrp {
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.launch-offer-pay-titel {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 151%;
}

.launch-offer-cta-wrapper {
  flex-flow: column;
  align-items: center;
  width: 726px;
  display: flex;
}

.launch-offer-head-pera {
  color: #fff;
  text-align: center;
  width: 588px;
  line-height: 151%;
}

.launch-offer-wreppar {
  text-align: left;
  background-image: linear-gradient(90deg, #2a382f, #222831 0%, #2a382f);
  border-style: solid;
  border-width: 0;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 50px;
  display: flex;
}

.launch-offer-cta-card {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.launch-offer-head-titel {
  color: #fff;
  text-align: center;
  width: 750px;
  margin-top: 33px;
  margin-bottom: 33px;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 104%;
}

.launch-offer-time-img {
  width: 24px;
  height: 24px;
}

.launch-offer-head-star {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  display: flex;
}

.launch-offer-head-right-star {
  align-items: center;
  display: flex;
}

.launch-offer-time-days {
  color: #fff;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 151%;
}

.launch-offer-head-left-star {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.launch-offar-pay-card {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.launch-offer-cta-link-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.launch-offer-cta-spem-text {
  color: #fff;
}

.launch-offer-time-date {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

.spem-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #f3cc07, #2eb7cf);
  -webkit-background-clip: text;
  background-clip: text;
}

.launch0offer-pay-pera {
  color: #fff;
  margin-top: 2px;
  margin-bottom: 21px;
  line-height: 150%;
}

.launch-offer-cta-link {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #0064ff;
  border-radius: 84px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 17px 120px;
  text-decoration: none;
  display: flex;
}

.launch-offer-time-wreppar {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.launch-offer-time-wrp {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px dashed #0dec48;
  border-radius: 62px;
  justify-content: center;
  align-items: center;
  margin-top: 33px;
  margin-bottom: 33px;
  padding: 10px 27px;
  display: flex;
}

.image-116 {
  object-fit: cover;
}

.hero-icon-1 {
  width: 40px;
  position: absolute;
  bottom: 15px;
  right: -1px;
}

.image-117 {
  position: absolute;
  bottom: 3px;
  right: 52px;
}

.conversion-item {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/69047f2fd472fc1cbe677e43_Mask%20group%20(19).png"), linear-gradient(166deg, #0a2928 15%, #236752);
  background-position: 50% 0, 0 0;
  background-size: cover, auto;
  justify-content: space-between;
  width: 100%;
  height: 190px;
  padding-top: 30px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  overflow: hidden;
}

.conversion-item._2 {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/690a2689a0c52043bb8a69f2_radar.png"), linear-gradient(166deg, #0a2928 15%, #236752);
  background-position: 50% 0, 0 0;
  background-repeat: repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.conversion-img {
  object-fit: cover;
  object-position: 50% -1%;
  width: 233px;
}

.conversion-right-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  align-items: center;
  display: flex;
}

.conversion-icon {
  width: 44px;
}

.conversion-span {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  line-height: 30px;
}

.common-title-h2 {
  color: #fff;
  text-align: center;
  width: 944px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 75px;
}

.payments-para {
  color: #92a6c3;
  text-align: center;
  line-height: 24px;
}

.accepting-subtitle {
  color: #fff;
  text-align: center;
}

.anything-suntitle {
  color: #92a6c3;
  text-align: center;
}

.revenue-para {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
}

.revenue-para._400 {
  font-weight: 400;
}

.common-para-1 {
  color: #92a6c3;
  text-align: center;
}

.common-para-1._2 {
  color: #fff;
}

.management-main-wara {
  padding-bottom: 40px;
}

.checkout-experien-image-right {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/690ff02d69b132e2196c99c5_Frame%20427320987.png");
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
}

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

.revenu-blobal {
  margin-top: -105px;
  padding-top: 130px;
}

.common-para-3-desihm {
  color: #fff;
  text-align: center;
  margin-bottom: 1px;
  line-height: 24px;
}

.conversion-main {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 12px;
}

.affiliante-main {
  z-index: 90;
  margin-top: 33px;
  position: static;
}

.title-main-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.fraud-section {
  background-image: url("https://cdn.prod.website-files.com/68f39334d5e0e1b95770d445/691996783a47cdf8dd1ef84c_Group%2040738.png"), linear-gradient(273deg, #0c1728, #228666);
  background-position: 50% -6%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 700px, auto;
  padding-top: 120px;
  padding-bottom: 600px;
}

.fraud-line {
  width: 100%;
  margin-top: 47px;
  margin-left: auto;
  margin-right: auto;
}

.payment-getway-section-1 {
  z-index: 991;
  padding-top: 0;
  position: relative;
}

.special-span-btn {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.payment-gat-text {
  color: #fff;
  text-align: left;
  letter-spacing: -.14px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.51;
}

.title-icon {
  max-width: 90px;
}

.skayroc-title-wrp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.processing-title {
  color: #fff;
  text-align: left;
  letter-spacing: -.07125rem;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 1.04;
}

.accepting-wrapper {
  margin-top: -500px;
}

.managment--subtitle {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.experience-item {
  margin-bottom: 0;
}

.checkout-exp-list {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  display: flex;
}

.revenue-title {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 45px;
}

.affiliate-section {
  padding-top: 60px;
}

.affiliate-top-title-wrp {
  margin-bottom: 30px;
}

.the-mobile-app-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.launch-offer-section-1 {
  background-image: linear-gradient(273deg, #0c1728, #228666);
  height: 1183px;
  margin-top: -240px;
  padding-top: 300px;
  padding-bottom: 40px;
}

.launch-offer-list-btn {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  margin-top: 50px;
  display: flex;
}

.launch-offer-item-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0c1728;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 16px;
  display: flex;
}

.launch-offer-list-border {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-radius: 40px;
  width: 100%;
  padding: 1px;
}

.launch-offer-icon {
  width: 50px;
}

.launch-offer-title {
  color: #fff;
  line-height: 25px;
}

.launch-offer-support {
  color: #abbcd5;
}

.common-bloc-2 {
  font-family: Brockmann1, Arial, sans-serif;
  display: block;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  letter-spacing: -.14px;
  width: 700px;
  margin: 50px auto 30px;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.51;
}

.footer-copyright.preview {
  color: #92a6c3;
  width: 400px;
  font-size: 14px;
  font-weight: 400;
}

.sell-anythisng-title-wrp {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.calculate-avg {
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 10px;
  display: flex;
}

.paykic-title-head {
  color: #fff;
  text-align: center;
  letter-spacing: -.075rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Brockmann, Times New Roman, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1.2;
}

.paykic-number {
  color: #fff;
  text-align: center;
  letter-spacing: -1.95px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 65px;
  line-height: 1.2;
}

.testimonial-title-top {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.paragraph-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.testimonial-skills {
  color: #92a6c3;
  text-align: left;
  letter-spacing: -.14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.51;
}

.conversion-title-name {
  color: #fff;
  font-weight: 600;
}

.conversion-title-para {
  color: #bdcde4;
}

.the-paykic-title {
  color: #fff;
  font-size: 65px;
  font-weight: 600;
  line-height: 75px;
}

.the-paykic-gradiant {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc0757);
  -webkit-background-clip: text;
  background-clip: text;
}

.fraud--charge-title {
  color: #fff;
  text-align: center;
  font-size: 65px;
  line-height: 70px;
}

.faq-para {
  color: #92a6c3;
  text-align: center;
}

.preview-main-faq-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.mobile-app-logo {
  width: 124px;
}

.avilable-in-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}

.launch-card-1 {
  background-image: linear-gradient(90deg, #f3cc07, #2eb7cf);
  border-radius: 12px;
  width: 100%;
  padding-top: 1px;
}

.support-link {
  color: #92a6c3;
  text-decoration: underline;
}

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

.exclusive-line {
  width: 363px;
  height: 6px;
  margin-top: -15px;
  margin-left: -408px;
}

.speciial--hero-btn-wrp {
  text-align: left;
}

.left-side {
  border-top-left-radius: 30px;
  flex-flow: column;
  justify-content: space-between;
  height: 100.7%;
  display: flex;
  position: absolute;
  top: -8px;
  left: -8px;
}

.right-side {
  flex-flow: column;
  justify-content: space-between;
  height: 100.7%;
  display: flex;
  position: absolute;
  top: -8px;
  right: 1px;
}

.top-side-dotted-list {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: -8px;
}

.top-dotted {
  background-color: #f3cc07;
  width: 100px;
  height: 8px;
}

.top-dotted.round {
  background-color: #2eb7cf;
  border-top-right-radius: 37px;
}

.top-dotted.round.gradiant {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-top-right-radius: 0;
  border-bottom-right-radius: 30px;
}

.top-dotted.gradiant {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
}

.top-dotted.bottom-1 {
  border-bottom-left-radius: 0;
}

.bottom-side-dotted-list {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0;
}

.dotted-left {
  background-color: #f3cc07;
  width: 8px;
  height: 110px;
}

.dotted-left.right-color {
  background-color: #2eb7cf;
}

.dotted-left.right-color.round-2 {
  border-top-right-radius: 30px;
}

.dotted-left.right-color.rounded-3 {
  border-bottom-right-radius: 30px;
}

.dotted-left.round-1 {
  border-top-left-radius: 30px;
}

.dotted-left.bottom-1 {
  border-bottom-left-radius: 30px;
}

.mainsalse-popup-wrapper, .mainsalse-popup-wrapper.is-1, .mainsalse-popup-wrapper.is-1 {
  display: none;
}

.main-salse-workshop-popup {
  z-index: 2147483647;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0c172870;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0%;
}

.workshop-popup-main-salse-wrapper-copy-copy {
  width: 100%;
  height: 90%;
  position: relative;
}

.main-salse-workshop-popup-inner-body-main-copy {
  z-index: 1;
  background-color: #000;
  border: 1px solid #f3cc07;
  border-radius: 40px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding: 60px 180px;
  position: relative;
  overflow: auto;
}

.main-salse-right-item {
  height: 100%;
}

.main-salse-workshop-popup-cross {
  cursor: pointer;
  position: absolute;
  inset: -35px -35px auto auto;
}

.main-salse-grid-popup {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.main-salse-top-content-popup {
  text-align: center;
}

.parcentage-progress-wrap {
  width: 100%;
  height: 30px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.label {
  color: #fff;
  text-align: left;
  letter-spacing: -.14px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.51;
}

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

.reveutput-copy {
  background-image: linear-gradient(-90deg, var(--cyan), var(--cyan));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
}

.code-embed-7 {
  width: 100%;
}

.text-size-small-copy {
  color: #bdcde4;
  text-align: left;
  letter-spacing: -.14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.51;
}

.main-salse-title {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 600;
  line-height: 65px;
}

.main-salse-title._2 {
  margin-top: 60px;
}

.main-slase-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 25px;
  font-family: Brockmann1, Arial, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 44px;
}

.main-slase-span {
  background-color: #000;
  border-radius: 30px;
  padding: 8px 22px;
  display: inline-flex;
}

.main-slase-span-text {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

.main-salse-span-padding {
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  border-radius: 30px;
  padding: 1px;
  display: inline-flex;
}

.main-salse-left-logo-item {
  border-left: 1px solid #2a3c57;
  justify-content: center;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.main-salse-left-logo-item._1 {
  text-align: center;
  background-image: linear-gradient(311deg, #2eb7cf, #f3cc07);
  padding-top: 16px;
  padding-bottom: 16px;
}

.main-salse-left-logo-item.last {
  border-bottom: 1px solid #2a3c57;
}

.main-salse-title-head {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.main-salse-right-content {
  background-color: #152433;
  border: 1px solid #2a3c57;
  border-bottom-style: none;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.main-salse-right-content._1 {
  background-color: #21364b;
  border: 1px solid #2a3c57;
  border-bottom-style: none;
}

.main-salse-right-content.last {
  border-bottom-style: solid;
}

.main-salse-right-content-para {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.img-1 {
  width: 85px;
}

.img-1._2 {
  width: 191px;
}

.img-1._3 {
  width: 160px;
}

.img-1._4 {
  width: 230px;
}

.main-salse-main-wrp {
  margin-top: 60px;
}

.sc-revenue-output {
  background-image: linear-gradient(90deg, var(--yellow), var(--cyan));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 16px;
}

.sc-savings-output {
  background-image: linear-gradient(90deg, var(--yellow), var(--cyan));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 32px;
  font-weight: 600;
  line-height: 120%;
}

.border-cost {
  background-image: linear-gradient(150deg, #f3cc07, #2eb7cf);
  border-radius: 77px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 62px;
  padding: 1px;
  display: inline-flex;
}

.left-arrow, .right-arrow, .slide-nav {
  display: none;
}

.slider {
  background-color: #0000;
  height: auto;
}

.mask {
  height: auto;
}

@media screen and (min-width: 1440px) {
  .page-wrapper {
    overflow: clip;
  }

  .image-109 {
    margin-bottom: -103px;
  }

  .register-shap-2 {
    right: 11px;
  }

  .hero-shap-1 {
    width: 163px;
  }

  .div-block-48 {
    align-items: center;
    display: flex;
  }

  .image-position-absolute {
    width: 250px;
    bottom: -250%;
    right: -1%;
  }

  .register-shap {
    height: 97px;
  }

  .register-shap.pre-laun {
    height: 124px;
  }

  .launch-offer-right-icon {
    height: 211px;
    top: 420px;
    right: -353px;
  }

  .elite-register-shap {
    height: 97px;
    right: -13px;
  }

  .wallet-hero-title-head {
    width: 92%;
  }

  .span-quietly {
    display: block;
  }

  .main-event-hero-line {
    left: 308px;
  }
}

@media screen and (min-width: 1920px) {
  .page-wrapper {
    overflow: clip;
  }

  .hero-section {
    background-size: auto;
  }

  .image-107 {
    height: 124px;
    left: -75px;
  }

  .image-109 {
    margin-bottom: -133px;
  }

  .image-111 {
    width: 440px;
    right: -382px;
  }

  .hero-section-home {
    background-size: 84%;
  }

  .register-shap-2 {
    height: 500px;
    bottom: -409px;
    right: 0;
  }

  .hero-shap-1 {
    width: 400px;
  }

  .register-shap-1 {
    height: 228px;
  }

  .revinew-bg {
    background-size: auto 1250px;
  }

  .image-position-absolute {
    width: 500px;
    bottom: -496%;
    right: -1%;
  }

  .image-position-absolute.event {
    height: 150px;
  }

  .image-114 {
    height: 100%;
  }

  .image-115 {
    top: 1%;
    left: 14%;
  }

  .register-shap {
    height: 214px;
    top: 202px;
  }

  .register-shap.pre-laun {
    height: 239px;
  }

  .workshop-popup-left-wrap {
    padding: 40px;
  }

  .workshop-popup-title {
    font-size: 22px;
  }

  .workshop-popup-para {
    font-size: 14px;
  }

  .workshop-popup-para._1 {
    font-size: 16px;
  }

  .workshop-popup-btn-text {
    font-size: 14px;
  }

  .launch-offer-right-icon {
    height: 221px;
    right: -398px;
  }

  .fraud-section {
    background-position: 50% -13%, 0 0;
    background-size: 80%, auto;
  }

  .elite-register-shap {
    height: 181px;
    top: 125px;
    right: 40px;
  }

  .wallet-hero-title-head {
    width: 93%;
  }

  .main-salse-workshop-popup-cross {
    top: -22px;
    right: 195px;
  }

  .span-quietly {
    display: block;
  }

  .main-event-hero-line {
    left: 306px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-top: 350px;
    padding-bottom: 4rem;
  }

  .hero-section.jv {
    padding-top: 260px;
  }

  .container {
    width: 95%;
  }

  .container.max-1226 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .container.max-1226._50 {
    width: 100%;
  }

  .section-block.hero-section-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-block.slack-block {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-center {
    font-size: 2.5rem;
  }

  .hero-text {
    font-size: 1.5rem;
  }

  .div-block.tab {
    flex-flow: column;
  }

  .relative {
    font-size: 2.5rem;
  }

  .hero-video-wrapper {
    padding: 16px;
  }

  .hero-video {
    height: 500px;
  }

  .hero-lightbox {
    width: 80px;
  }

  .slack-card-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
  }

  .slack-card-text {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .slack-card-title {
    text-align: center;
  }

  .slack-card-except {
    text-align: center;
    font-size: 12px;
  }

  .launch-section.padding-global {
    flex-flow: column;
    padding-top: 40px;
  }

  .launch-title {
    font-size: 35px;
  }

  .launch-icon {
    max-width: 80px;
  }

  .launch-card-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .launch-card {
    width: 48%;
  }

  .launch-button-block.maz-265 {
    justify-content: center;
    max-width: 100%;
    display: inline-flex;
  }

  .launch-button {
    padding-left: 25px;
    padding-right: 25px;
  }

  .padding-global._5 {
    padding-bottom: 10px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-2 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .container-2.max-1128 {
    width: 100%;
  }

  .padding-section {
    padding-left: 1%;
    padding-right: 1%;
  }

  .padding-section.padding-147, .padding-section.padding-126 {
    padding-bottom: 60px;
  }

  .padding-section.padding-80-67 {
    padding-top: 2rem;
  }

  .padding-section.padding-80-67.main-laounch {
    padding-bottom: 30px;
  }

  .padding-section.p-16 {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section.padding-104-198 {
    padding-top: 60px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section.padding-147, .padding-section.padding-126 {
    padding-bottom: 60px;
  }

  .text-wrap {
    margin-bottom: 10px;
  }

  .text-wrap.max-size-560, .text-wrap.max-size-482 {
    max-width: 100%;
  }

  .text-wrap.max-1045 {
    max-width: 700px;
    margin-top: -94px;
  }

  .text-wrap.max-1006.flex-centr-36.top-margin-24 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-wrap.max-1149.top-margin-70 {
    max-width: 100%;
    margin-top: 2.7rem;
  }

  .text-wrap.max-size-560, .text-wrap.max-size-482 {
    max-width: 100%;
  }

  .text-wrap.max-483.top-margin-15 {
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap.max-483.top-margin-15.pre-laun {
    max-width: 100%;
  }

  .text-wrap.top-margin-37 {
    margin-bottom: 40px;
  }

  .text-wrap.max-690 {
    max-width: 100%;
  }

  .text-wrap.flex-ver-left-16 {
    align-items: center;
  }

  .text-wrap.flex-ver-center-16 {
    text-align: center;
  }

  .text-wrap.flex-sp-2rem {
    flex-flow: column;
    align-items: center;
  }

  .image-wrap.top-margin-52 {
    display: none;
  }

  .h1-118 {
    font-size: 6rem;
  }

  .h1-118.text-gradient.text-align-center {
    width: 100%;
    font-size: 55px;
  }

  .h6-24 {
    font-size: 1.2rem;
  }

  .video-wrap.max-1238 {
    margin-top: 1.5rem;
  }

  .video-image {
    height: 400px;
  }

  .title-gradint {
    text-align: center;
    line-height: 1.2;
  }

  .title-gradint.text-align-center {
    text-align: center;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.3;
  }

  .text-size-small.text-align-center {
    font-size: 17px;
    line-height: 150%;
  }

  .text-size-small.color-white.semibold.text-gradient {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 80%;
  }

  .text-size-small.popins-italic {
    font-size: 14px;
  }

  .image-102 {
    margin-right: 0;
  }

  .target {
    margin-top: 8.1rem;
  }

  .terget-left-heading {
    max-width: 100%;
  }

  .h6-32 {
    font-size: 1.7rem;
  }

  .banner-body {
    border-radius: 1rem;
    flex-flow: column;
    align-items: center;
    max-width: 100%;
  }

  .top-banner-left {
    grid-column-gap: 1.7rem;
    grid-row-gap: 1.7rem;
    flex-flow: row;
    justify-content: space-between;
  }

  .nav-menu {
    background-color: #0000;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-wrap {
    margin-top: 40px;
  }

  .top-banner-wrap {
    top: 1rem;
  }

  .grid {
    grid-row-gap: 18px;
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
    align-items: stretch;
  }

  .h2-90 {
    font-size: 4.5rem;
  }

  .h2-90.text-align-center.text-gradient {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .workshop-wrap {
    padding-top: 30px;
  }

  .container-size-1128 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .div-block-12 {
    text-align: center;
  }

  .h6-30 {
    font-size: 1.5rem;
  }

  .h6-30.mobi-center {
    text-align: center;
    text-align: center;
    margin-bottom: 5px;
  }

  .div-block-14 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .promo-regsi-text {
    font-size: .75rem;
  }

  .promo-button {
    padding-left: 12px;
    padding-right: 10px;
  }

  .div-block-15 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .promo-btn-gd {
    padding-left: 12px;
    padding-right: 10px;
  }

  .grid-3 {
    grid-template-columns: minmax(61px, 135px) minmax(0, 130px) minmax(23px, 247px) minmax(0, 405px);
  }

  .p-workshop-detaols._3 {
    width: 100%;
    height: 100%;
  }

  .text-size-medium {
    font-size: .9rem;
  }

  .p-key-details {
    padding-left: 12px;
    padding-right: 12px;
  }

  .icon-wrapper {
    margin-bottom: 20px;
  }

  .post-launch-card {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .text-color-white.text-weigth-medium {
    font-size: 1.2rem;
    line-height: 24px;
  }

  .affiliate-arsenal-cards {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-regular {
    font-size: .7rem;
  }

  .promote-text {
    max-width: 80%;
  }

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

  .commision-card-icon {
    max-width: 30px;
  }

  .grid-7 {
    grid-row-gap: 110px;
    grid-template-columns: 1fr 1fr;
  }

  .text-size-xl {
    width: 100%;
    font-size: 1rem;
  }

  .partner-card-text {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .ap-card-contnt.flex-10 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 12px;
    padding-right: 20px;
  }

  .item-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .chapter-bg {
    padding-left: 0;
    padding-right: 0;
  }

  .car {
    max-width: 300px;
    bottom: -14px;
    right: 5px;
  }

  .footer-section {
    padding-top: 400px;
  }

  .footer-section.thank {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .footr-bg.pree-laun {
    padding-top: 10px;
  }

  .footr-bg.thank {
    padding-top: 60px;
  }

  .h2-63 {
    font-size: 48px;
  }

  .h1-40 {
    font-size: 160px;
  }

  .pl-bg {
    background-size: 800px;
  }

  .h1-94 {
    font-size: 4.5rem;
  }

  .box {
    padding-right: 40px;
  }

  .h2-65 {
    font-size: 50px;
  }

  .h2-65.text-gradient.mobi-center {
    font-size: 35px;
  }

  .div-block-25 {
    max-width: 100%;
  }

  .div-block-26 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-27 {
    justify-content: center;
  }

  .xxx-image {
    max-width: 30%;
  }

  .div-block-35 {
    max-width: 100%;
  }

  .menu-button {
    color: #fff;
    padding: 0;
    font-size: 40px;
  }

  .menu-button.w--open {
    background-color: var(--yellow);
    border-radius: 8px;
  }

  .image-108 {
    width: 22vw;
    min-width: auto;
    left: 94%;
  }

  .image-111 {
    right: -193px;
  }

  .hero-section-home {
    padding-top: 250px;
    padding-bottom: 0;
  }

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

  .text-center-home {
    font-size: 2.5rem;
    line-height: 130%;
  }

  .payment {
    margin-top: -100px;
  }

  .payment-bg {
    min-height: 100px;
    padding-top: 100px;
  }

  .payment-box {
    padding-right: 40px;
  }

  .paymnet-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .carculate-wrap.calculate {
    max-width: 55%;
    margin-left: auto;
    margin-right: auto;
  }

  .payment-left {
    max-width: 100%;
  }

  .grid-9, .grid-10 {
    grid-template-columns: 1fr 1fr;
  }

  .process-card {
    flex-flow: column;
  }

  .popup-left-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .inner-c-body {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: 90vh;
    overflow: auto;
  }

  .pop-wrap {
    padding: 16px;
  }

  .from-popup {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .container-4 {
    width: 95%;
  }

  .register-main-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: wrap;
  }

  .calendar-left-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .register-right-main {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .register-right-main.pre-launch {
    width: 65%;
  }

  .forward-social-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .register-shap-2 {
    display: none;
  }

  .register-left-item-wrp {
    width: 100%;
  }

  .forward-wrapper {
    margin-top: 60px;
  }

  .hero-badge-heading-title {
    width: 100%;
    font-size: 63px;
  }

  .register-title {
    width: 100%;
    font-size: 54px;
  }

  .hero-video-wrapper-2 {
    height: 450px;
  }

  .hero-shap-1 {
    width: 97px;
    top: 86px;
    right: -25px;
  }

  .hero-section-2 {
    height: 1021px;
  }

  .register-section-2 {
    height: 1152px;
    padding-top: 160px;
  }

  .hero-paragraph {
    width: 100%;
  }

  .header-wrapper {
    margin-bottom: 25px;
  }

  .calendar-section {
    padding-top: 60px;
  }

  .register-description {
    width: 100%;
    font-size: 23px;
    line-height: 42px;
  }

  .calendar-btn-text {
    font-size: 16px;
  }

  .register-shap-1 {
    display: none;
  }

  .calendar-btn-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }

  .calendar-main-wrp {
    width: 100%;
  }

  .testmonial-bg-mini-home.test-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-items: stretch;
  }

  .testmoni-left-side {
    padding-left: 25px;
  }

  .testmoni-left-side.pad-19-42 {
    max-width: 70%;
  }

  .testmin-image.left-346 {
    max-width: 30%;
    height: auto;
  }

  .image-113 {
    object-fit: cover;
  }

  .inner-iamge {
    border-radius: 35px;
  }

  .revinew-bg {
    background-size: auto 600px;
  }

  .image-position-absolute {
    display: none;
  }

  .grid-13-copy {
    grid-template-columns: 1fr 1fr;
  }

  .wallet-section {
    margin-bottom: -172px;
  }

  .launch {
    font-size: 1.5rem;
  }

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

  .lottie-wrapper {
    justify-content: flex-start;
  }

  .lottie-animation {
    max-width: 450px;
  }

  .reporting-main {
    grid-template-columns: 1fr 1fr;
  }

  .mobile-app-left-item {
    align-items: center;
  }

  .mobile-app-grid {
    grid-template-columns: 1fr;
  }

  .mobile-app-item-img {
    width: 100%;
    height: 600px;
  }

  .mobile-app-image {
    object-fit: cover;
    width: 100%;
  }

  .mobile-app-top-item {
    align-items: center;
    margin-bottom: 20px;
  }

  .mobile-app-top-para {
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .mobile-app-bottom-img {
    width: 60%;
  }

  .security-app-grid {
    grid-template-columns: 1fr;
  }

  .paykickstart-para {
    width: 75%;
  }

  .paykickstart-para-2, .common-top-title-main2 {
    width: 100%;
  }

  .paykickstart-video-wrp {
    padding: 16px;
  }

  .paykickstart-video {
    height: 500px;
  }

  .world-section {
    padding-top: 250px;
  }

  .world-title-names {
    font-size: .7rem;
  }

  .access-section {
    padding-bottom: 10px;
  }

  .access-top-details-wrapper {
    width: 100%;
  }

  .access-top-title {
    font-size: 49px;
    line-height: 55px;
  }

  .access-span {
    font-size: 29px;
  }

  .access-left-item {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .access-left-item.bottom-item {
    padding-left: 15px;
  }

  .access-right-item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .access-title {
    font-size: 14px;
  }

  .exclusive-section {
    margin-top: 40px;
  }

  .exclusive-top-details-wrapper {
    width: 100%;
  }

  .exclusive-top-title {
    font-size: 44px;
    line-height: 55px;
  }

  .exclusive-para {
    width: 100%;
  }

  .expense-title {
    margin-top: 40px;
    font-size: 49px;
  }

  .expense-top-title-main {
    text-align: center;
    width: 100%;
  }

  .expense-main-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .checkout-every-contect-item {
    text-align: center;
  }

  .footer-menu-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
    justify-content: center;
  }

  .register-shap {
    display: none;
  }

  .register-poup-main-item {
    padding: 16px;
  }

  .register-poup-inner-body-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    height: 80vh;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .register-poup-title {
    width: 100%;
    font-size: 27px;
  }

  .register-popup-top-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .register-from-popup {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .workshop-popup-main-item {
    padding: 16px;
  }

  .workshop-popup-cross {
    top: -11px;
  }

  .workshop-popup-inner-body-main {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: 90vh;
    overflow: auto;
  }

  .workshop-popup-left-wrap {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .workshop-popup-right-wrp {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .user-stories-title {
    width: 100%;
  }

  .user-stories-video-wrp {
    padding: 16px;
  }

  .user-stories-video {
    height: 400px;
  }

  .launch-offer-section {
    height: 1500px;
    padding-bottom: 40px;
  }

  .launch-offer-right-icon {
    display: none;
  }

  .launch-offer-wreppar {
    padding-left: 30px;
    padding-right: 30px;
  }

  .launch-offer-head-titel {
    width: 100%;
  }

  .image-117 {
    width: 320px;
    bottom: 0;
    right: 36px;
  }

  .common-title-h2 {
    font-size: 48px;
    line-height: 60px;
  }

  .accepting-subtitle, .revenue-para {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .conversion-main {
    grid-template-columns: 1fr;
  }

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

  .paragraph {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .payment-getway-section-1 {
    padding-top: 0;
  }

  .special-span-btn {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .paykic-process-main {
    padding-left: 1%;
    padding-right: 1%;
  }

  .processing-title {
    text-align: center;
    line-height: 1.2;
  }

  .experience-item, .checkout-exp-list {
    margin-bottom: 10px;
  }

  .affiliate-section {
    padding-top: 20px;
  }

  .the-mobile-app-wrapper {
    margin-bottom: 10px;
  }

  .launch-offer-list-btn {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .footer-copyright {
    width: 100%;
  }

  .sell-anythisng-title-wrp, .calculate-avg {
    margin-bottom: 10px;
  }

  .paykic-title-head {
    font-size: 1.5rem;
  }

  .paykic-number {
    font-size: 50px;
  }

  .the-paykic-title {
    text-align: center;
  }

  .playboos-para {
    margin-left: auto;
    margin-right: auto;
  }

  .pre-launch-work-footer {
    padding-top: 20px;
  }

  .pre-launch-padding._2 {
    width: 100%;
  }

  .what-pay-title {
    font-size: 70px;
  }

  .page-wrapper {
    overflow: visible;
  }

  .upsell-hero-title {
    width: 100%;
    font-size: 40px;
    line-height: 50px;
  }

  .upsell-line {
    width: 367px;
    top: 40px;
    left: 40px;
  }

  .upsell-hero-para {
    text-align: center;
    font-size: 29px;
  }

  .replay-wrapper, .replay-para {
    width: 100%;
  }

  .replay-main-wrp {
    flex-flow: wrap;
  }

  .replay-left-item {
    object-fit: cover;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 600px;
  }

  .replay-right-item {
    border-radius: 0 0 12px 12px;
    width: 100%;
  }

  .replay-left-image {
    object-fit: none;
  }

  .product-bundle-wreppar {
    background-color: #0c182a;
    background-image: none;
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .product-bundle-content {
    background-image: linear-gradient(311deg, #283935, #0c182a);
    width: 100%;
  }

  .product-bundle-img-wrp {
    width: 80%;
  }

  .elite-wrapper {
    width: 100%;
  }

  .elite-main-wrp {
    flex-flow: wrap;
  }

  .elite-register-shap {
    display: none;
  }

  .special-offer-section {
    padding-bottom: 0;
    overflow: scroll;
  }

  .special-offer-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .special-offer-item.left {
    text-align: center;
    text-align: center;
    align-items: center;
  }

  .special-offer-wrapper-list {
    width: 150%;
  }

  .special-offer-title-head {
    font-size: 20px;
  }

  .special-price {
    font-size: 60px;
    line-height: 65px;
  }

  .special-offer-btn-wrp {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-pre-title {
    width: 100%;
    font-size: 69px;
  }

  .hero-pre-title-line {
    width: 320px;
    top: 70px;
    left: 223px;
  }

  .pre-hero-wrp {
    margin-top: 60px;
  }

  .pre-logo {
    width: 38%;
  }

  .menu-button-3 {
    padding: 0;
  }

  .icon-2 {
    color: #fff;
    font-size: 44px;
  }

  .pre-launch-nav-main {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .pre-launch-uphesill-hero-main {
    padding-left: 1%;
    padding-right: 1%;
  }

  .upsell-bprder-box {
    padding: 16px;
  }

  .coming-soon-bg-circle {
    width: 680px;
    height: 680px;
  }

  .coming-soon-bg-circle-inner {
    width: 680px;
    height: 680px;
    padding-top: 80px;
  }

  .comming-heading-title {
    width: 80%;
    margin-top: 20px;
    font-size: 35px;
  }

  .comming-para {
    width: 85%;
    margin-top: 20px;
    font-size: 14px;
  }

  .comming-btn-wrapper {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .coming-soon-btn-link {
    padding: 14px 25px;
  }

  .coming-soon-btn-text {
    font-size: 14px;
  }

  .coming-soon-copy-right {
    margin-bottom: 10px;
  }

  .coming-soon-time-count-wrp {
    margin-top: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .coming-soon-time-number {
    font-size: 35px;
  }

  .the-offier-para {
    font-size: 1.5rem;
  }

  .bonus-para {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .bonus-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    margin-top: 30px;
  }

  .bonus-image-wrp {
    width: 100%;
  }

  .bonus-main-wrapper {
    margin-top: 120px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .target-title {
    text-align: center;
    line-height: 1.2;
  }

  .series-title-wrp {
    text-align: center;
    font-size: 33px;
    line-height: 1.2;
  }

  .series-content-wrp {
    margin-bottom: 10px;
  }

  .the-main-title {
    text-align: center;
    line-height: 1.2;
  }

  .main-launch-main-wrp {
    padding-left: 1%;
    padding-right: 1%;
  }

  .top-banner-left-content {
    width: 300px;
    display: none;
  }

  .revenu-para {
    margin-bottom: 30px;
  }

  .what-pay-para {
    width: 100%;
    font-size: 1.2rem;
  }

  .be-part-para {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .be-part-para-2 {
    font-size: 1.2rem;
  }

  .chapter-title-wrp {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 60px;
  }

  .million-title {
    width: 85%;
    margin: 20px auto;
    font-size: 36px;
    line-height: 1.3;
  }

  .million-para {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1.2rem;
  }

  .milloin-subtitle {
    font-size: 1.2rem;
  }

  .sale-title {
    font-size: 3.7rem;
  }

  .series-left-item {
    text-align: center;
    width: 100%;
  }

  .series-right-item {
    width: 65%;
  }

  .register-left-item-2 {
    text-align: center;
    width: 100%;
  }

  .register-right-item-2 {
    width: 60%;
  }

  .launch-card-1 {
    width: 100%;
  }

  .launch-sch-para {
    width: 100%;
    font-size: 21px;
  }

  .wallet-hero-section {
    height: 849px;
    padding-top: 60px;
  }

  .wallet-hero-content-wrp {
    margin-top: 40px;
  }

  .wallet-hero-subtitle {
    font-size: 40px;
    line-height: 55px;
  }

  .wallet-hero-para {
    width: 100%;
    font-size: 22px;
  }

  .wallet-hero-video-wrapper {
    width: 100%;
    margin-top: 60px;
    padding: 16px;
  }

  .join-beta-section {
    padding-top: 340px;
  }

  .join-beta-main {
    grid-template-columns: 1fr;
  }

  .wallet-footer-wrapper {
    padding-top: 200px;
    padding-bottom: 80px;
  }

  .million-content-all {
    margin-bottom: 40px;
  }

  .exclusive-line {
    width: 250px;
    margin-left: -278px;
  }

  .customer-para {
    max-width: 100%;
    margin-bottom: 10px;
  }

  .series-doted-line {
    display: none;
  }

  .register-title-wrp {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .reg-span {
    margin-left: 2px;
    margin-right: 4px;
    display: inline-flex;
  }

  .speciial--hero-btn-wrp {
    max-width: 100%;
  }

  .wallet-hero-title-head {
    width: 100%;
    font-size: 50px;
  }

  .top-dotted.gradiant.hidden {
    display: none;
  }

  .copy-right-email {
    margin-bottom: 10px;
  }

  .partner-title {
    margin-bottom: 120px;
  }

  .main-salse-workshop-popup-inner-body-main-copy {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: start;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: auto;
  }

  .span-quietly {
    background-position: 50% 130%;
  }

  .main-event-hero-title {
    font-size: 52px;
  }

  .main-event-hero-line {
    width: 404px;
    top: 56px;
    left: 273px;
  }

  .main-event-hero-middle-span {
    text-align: center;
  }

  .main-event-hero-middle-text.text-align-center {
    font-size: 17px;
    line-height: 150%;
  }

  .main-event-hero-middle-text.color-white.semibold.text-gradient {
    text-align: center;
    text-align: center;
    text-align: center;
    width: 80%;
  }

  .main-event-hero-middle-text.popins-italic {
    font-size: 14px;
  }

  .main-event-hero-btn-all {
    flex-flow: column;
  }

  .platform-rese-top-title {
    width: 100%;
    line-height: 1.2;
  }

  .platform-rese-para {
    width: 100%;
    margin-top: 20px;
  }

  .platform-rese-main {
    grid-template-columns: 1fr 1fr;
  }

  .event-schedule-main {
    margin-top: 40px;
  }

  .event-schedule-item {
    justify-content: space-between;
  }

  .event-schedule-card-title {
    font-size: 20px;
    line-height: 29px;
  }

  .event-schedule-right-item {
    width: 73%;
  }

  .event-schedule-left-item {
    width: 23%;
  }

  .main-event-left-item {
    text-align: center;
  }

  .main-event-main {
    grid-template-columns: 1.25fr;
    justify-items: center;
  }

  .main-event-top-btn-all {
    flex-flow: column;
  }

  .main-event-hero-title-top1 {
    text-align: center;
    font-size: 51px;
  }

  .image-122 {
    object-fit: cover;
    width: 500px;
    height: 500px;
  }

  .main-event-footer-section {
    padding-top: 100px;
  }

  .main-event-footer-section.thank {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .event-schedule-main-list {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .event-schedule-bottom-wrp {
    text-align: center;
  }

  .image-abs {
    width: 400px;
    max-height: 8px;
    display: none;
    top: 29.403%;
    left: 37%;
  }

  .image-abs._2 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .hero-section.jv {
    padding-top: 200px;
  }

  .container.max-1226._50 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-block.hero-section-block {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-center, .relative {
    font-size: 1.9rem;
  }

  .hero-video {
    height: 350px;
  }

  .button.button-stroke.inline-block-and-text {
    padding-top: 1.4px;
  }

  .slack-card-block {
    grid-template-columns: 1fr 1fr;
  }

  .line-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .launch-card-block {
    flex-flow: wrap;
    justify-content: center;
    width: 100%;
  }

  .launch-card {
    width: 70%;
  }

  .launch-card-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .launch-card-title {
    font-size: 28px;
  }

  .padding-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section.padding-80-67 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-section.padding-20-256 {
    padding-bottom: 200px;
  }

  .padding-section.padding-104-198 {
    padding-top: 40px;
  }

  .text-wrap.max-1045 {
    margin-top: 0;
  }

  .text-wrap.max-1006.flex-centr-36.top-margin-24 {
    flex-flow: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-wrap.top-margin-46.flex-center.max-size-500 {
    flex-flow: wrap;
  }

  .text-wrap.max-size-482 {
    max-width: 100%;
  }

  .image-wrap.top-margin-52.mt-0 {
    margin-bottom: 0;
  }

  .h1-118 {
    font-size: 4rem;
  }

  .h1-118.text-gradient.text-align-center {
    font-size: 40px;
  }

  .h6-24.mobi-center {
    font-size: 1rem;
  }

  .video-image {
    height: 300px;
  }

  .title-gradint {
    text-align: center;
    font-size: 35px;
  }

  .title-gradint.text-align-center {
    width: 100%;
  }

  .title-gradint.text-align-center.text-gradient {
    width: 90%;
    font-size: 34px;
  }

  .text-size-small.text-align-center {
    font-size: 14px;
    line-height: 160%;
  }

  .text-size-small.color-white {
    text-align: center;
  }

  .target {
    flex-flow: column-reverse wrap;
  }

  .terget-left-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .terget-item-wrap {
    max-width: 100%;
  }

  .h6-32.text-align-center {
    font-size: 1.4rem;
  }

  .banner-body {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
  }

  .top-banner-text.hide-mobile, .top-request-button.none-on-mobile, .top-request-button.none-on-mobile {
    display: none;
  }

  .nav-menu-wrap {
    margin-top: 0;
    top: 6.7rem;
  }

  .nav-menu-wrap.upsell {
    top: 40px;
  }

  .top-banner-wrap {
    top: .5rem;
  }

  .grid {
    grid-column-gap: 12px;
    grid-row-gap: 11px;
  }

  .h2-90 {
    font-size: 3.5rem;
  }

  .h2-90.text-align-center.text-gradient {
    width: 100%;
    font-size: 2.3rem;
  }

  .div-block-13 {
    margin-top: 40px;
  }

  .div-block-13.top-margin-30.flex-center {
    margin-top: 20px;
  }

  .div-block-14 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-2 {
    justify-items: start;
    width: 100%;
  }

  .grid-3 {
    grid-template-columns: minmax(50%, 40%) 1fr;
    width: 100%;
  }

  .p-datee {
    flex-flow: row;
    width: 100%;
    display: flex;
  }

  .p-date-details {
    justify-content: center;
  }

  .spacer-large {
    padding-top: 1rem;
  }

  .post-launch-card {
    grid-template-columns: 1fr 1fr;
  }

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

  .promote-text {
    max-width: 100%;
  }

  .partner-text.toop-margin-60.max-578 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 20px;
  }

  .grid-7 {
    grid-column-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .partner-card, .partner-image {
    height: 300px;
  }

  .spech-110 {
    height: 50px;
  }

  .chapter-image {
    aspect-ratio: 1 / 1.5;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-section._3, .footr-bg {
    padding-top: 60px;
  }

  .h1-40 {
    font-size: 140px;
  }

  .pl-bg {
    background-size: 600px;
  }

  .div-block-20 {
    margin-top: 20px;
  }

  .h1-94 {
    font-size: 3.3rem;
  }

  .h6-28 {
    font-size: 1.5rem;
  }

  .h6-28.text-align-center {
    font-size: 21px;
    line-height: 1.4;
  }

  .workshop-wrapper-copy.button-stroke-wrapper-copy {
    flex-flow: column;
    padding-right: 0;
  }

  .h2-65 {
    font-size: 56px;
  }

  .h2-65.text-gradient.text-semibold.text-align-center {
    font-size: 40px;
  }

  .h2-65.text-gradient.mobi-center {
    line-height: 1.2;
  }

  .h2-65.eds {
    font-size: 3.8rem;
    line-height: 1.2;
  }

  .workshop-right {
    padding-left: 24px;
  }

  .image-height-100 {
    width: 100%;
  }

  .authors-image-wrap {
    justify-content: flex-start;
    width: 100%;
  }

  .host-wrap {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .guest-image {
    width: 100%;
  }

  .inner-box.flex-sp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .image-108 {
    left: 85%;
  }

  .image-111 {
    right: -201px;
  }

  .hero-section-home {
    padding-top: 200px;
  }

  .grid-8 {
    grid-column-gap: 15px;
  }

  .text-center-home {
    font-size: 29px;
  }

  .payment-process {
    flex-flow: column;
  }

  .payment-body, .payment-image {
    max-width: 100%;
  }

  .supportet-getway {
    justify-content: center;
  }

  .payment-box {
    padding-left: 30px;
    padding-right: 30px;
  }

  .carculate-wrap {
    max-width: 100%;
  }

  .carculate-wrap.calculate {
    max-width: 75%;
  }

  .grid-9 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .gt-card-bg--main {
    padding-left: 1px;
  }

  .jv-popup {
    width: 100vw;
  }

  .inner-c-body {
    width: 90vw;
    height: 80vh;
  }

  .pop-wrap {
    left: 0;
  }

  .header-logo {
    width: 180px;
  }

  .calendar-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .register-bottom-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .hero-alert-text {
    text-align: left;
    line-height: 125%;
  }

  .register-main-wrapper {
    padding: 30px 20px;
  }

  .register-main-wrapper.register-2 {
    margin-top: 40px;
  }

  .register-2-section, .register-2-section._2, .register-2-section._2 {
    padding-top: 20px;
  }

  .register-right-main {
    width: 100%;
  }

  .session-banner-left-item {
    flex-flow: column;
  }

  .register-eview-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .register-paragraph {
    width: 100%;
    font-size: 20px;
  }

  .session-banner-section {
    margin-bottom: 20px;
  }

  .forward-wrapper {
    margin-top: 40px;
  }

  .hero-badge-heading-title {
    font-size: 49px;
    line-height: 65px;
  }

  .register-title {
    font-size: 42px;
  }

  .hero-video-wrapper-2 {
    height: 350px;
  }

  .hero-shap-1 {
    display: none;
  }

  .hero-section-2 {
    height: 830px;
  }

  .hero-video-main-wrapper {
    margin-top: 40px;
  }

  .register-section-2 {
    height: 1100px;
  }

  .hero-paragraph {
    font-size: 22px;
  }

  .calendar-section {
    padding-top: 40px;
  }

  .register-description {
    font-size: 17px;
    line-height: 35px;
  }

  .session-banner-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .promo-section {
    height: auto;
  }

  .pop-cross {
    top: -55px;
    right: 16px;
  }

  .grid-12, .grid-13 {
    grid-template-columns: 1fr;
  }

  .launch-card-title-copy.days {
    font-size: 28px;
  }

  .lottie-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-animation {
    max-width: 350px;
  }

  .fraud-main-wrapper {
    grid-template-columns: 1fr;
  }

  .common-top-title-main {
    width: 100%;
  }

  .pop-from-fiedl-copy {
    width: 300px;
  }

  .reporting-main {
    grid-template-columns: 1fr;
  }

  .mobile-app-item-img {
    object-fit: cover;
    width: 80%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .paykickstart-para {
    width: 80%;
  }

  .paykickstart-span {
    text-align: center;
  }

  .paykickstart-video {
    height: 400px;
  }

  .world-section {
    padding-top: 180px;
  }

  .worls-main-wrapper {
    grid-template-columns: 1fr;
  }

  .world-title-names {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .access-top-title {
    font-size: 50px;
    line-height: 65px;
  }

  .access-para {
    width: 100%;
  }

  .exclusive-top-title {
    font-size: 33px;
    line-height: 50px;
  }

  .exclusive-para {
    margin-top: 15px;
    font-size: 16px;
  }

  .exclusive-plus-main {
    grid-template-columns: 1fr;
  }

  .expense-section {
    padding-top: 672px;
  }

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

  .expense-main-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .expense-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .checkout-every-contect-item {
    text-align: center;
    line-height: 24px;
  }

  .checkout-every-top-title {
    text-align: center;
  }

  .checkout-every-top-main {
    place-items: stretch stretch;
  }

  .checkout-every-item {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .checkout-every-item._2 {
    align-items: center;
    display: flex;
  }

  .cost-top-title {
    font-size: 28px;
  }

  .cost-para {
    width: 100%;
  }

  .register-poup-main-item {
    padding: 10px;
    left: 0;
  }

  .register-poup-inner-body-main {
    justify-items: center;
    width: 100%;
    max-width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .register-poup-title {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    line-height: 30px;
  }

  .register-from-popup {
    padding-bottom: 20px;
  }

  .register-poup-form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .pre-launch-popup {
    width: 100vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .workshop-popup {
    width: 100vw;
  }

  .workshop-popup-main-item {
    left: 0;
  }

  .workshop-popup-cross {
    top: -57px;
    right: 27px;
  }

  .workshop-popup-inner-body-main {
    width: 90vw;
    height: 80vh;
  }

  .faq-answer-padding, .user-stories-main-wrapper {
    padding: 20px;
  }

  .user-stories-video-wrp {
    margin-top: 30px;
  }

  .user-stories-video {
    height: 280px;
  }

  .launch-offer-section {
    height: auto;
    margin-top: -500px;
  }

  .launch-offer-pay-wrp {
    text-align: center;
    width: 100%;
  }

  .launch-offer-cta-titel {
    width: 100%;
  }

  .launch-offer-pay-titel {
    margin-bottom: 10px;
  }

  .launch-offer-cta-wrapper, .launch-offer-head-pera {
    width: 100%;
  }

  .launch-offer-head-titel {
    font-size: 30px;
    line-height: 130%;
  }

  .hero-icon-1 {
    width: 30px;
    bottom: 3px;
    right: -16px;
  }

  .image-117 {
    width: 240px;
    right: 10px;
  }

  .common-title-h2 {
    width: 100%;
    font-size: 34px;
    line-height: 45px;
  }

  .revenue-para {
    width: 100%;
  }

  .image-118 {
    width: 45px;
  }

  .special-span-btn {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .paykic-process-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .processing-title {
    text-align: center;
    font-size: 35px;
  }

  .launch-offer-section-1 {
    height: 1500px;
  }

  .launch-offer-list-btn {
    flex-flow: wrap;
  }

  .paykic-number {
    font-size: 56px;
  }

  .fraud--charge-title {
    font-size: 53px;
    line-height: 60px;
  }

  .playboos-para {
    font-size: 20px;
  }

  .pre-launch-work-footer {
    padding-top: 40px;
  }

  .what-pay-title {
    font-size: 50px;
  }

  .upsell-hero-title {
    font-size: 38px;
  }

  .upsell-hero-title-wrp {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .replay-para {
    font-size: 22px;
  }

  .replay-main-wrp {
    margin-top: 40px;
  }

  .replay-left-item {
    height: 400px;
  }

  .replay-right-item {
    padding: 20px 15px;
  }

  .replay-left-image {
    object-fit: contain;
  }

  .product-dundle-pera {
    width: 100%;
  }

  .product-bundle-details-icon-wrp {
    width: 45px;
    height: 45px;
  }

  .product-bundle-details-wrapper {
    align-items: flex-start;
  }

  .product-bundle-details-content {
    width: 400px;
  }

  .product-bundle-titel {
    width: 100%;
    font-size: 50px;
  }

  .replay-right-content-all {
    width: 100%;
  }

  .product-bundle-titel-2 {
    width: 100%;
    font-size: 36px;
  }

  .product-bundle-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-5 {
    width: 95%;
  }

  .special-offer-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .special-price {
    font-size: 60px;
  }

  .special-offer-btn-wrp {
    padding: 13px 20px;
  }

  .special-offer-btn-text {
    font-size: 15px;
  }

  .special-title-content-wrp {
    width: 100%;
  }

  .menu-button-2 {
    color: #fff;
    padding: 0;
    font-size: 40px;
  }

  .hero-pre-title {
    font-size: 50px;
  }

  .hero-pre-title-line {
    width: 250px;
    top: 51px;
    left: 146px;
  }

  .pre-hero-wrp {
    margin-top: 20px;
  }

  .pre-launch-uphesill-hero-main {
    padding-top: 100px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .coming-soon-section {
    height: 100vh;
  }

  .coming-soon-bg-circle {
    background-color: #0bb36d;
    border-radius: 10px;
    width: 100%;
  }

  .coming-soon-bg-circle-inner {
    background-color: #fff;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    padding-top: 40px;
  }

  .comming-logo {
    width: 55%;
  }

  .comming-para, .comming-btn-wrapper {
    margin-top: 40px;
  }

  .coming-soon-time-count-wrp {
    margin-top: 30px;
  }

  .slack-title-offer {
    margin-bottom: 30px;
    font-size: 34px;
  }

  .bonus-item-wrapper {
    max-width: 100%;
  }

  .bonus-main-wrapper {
    margin-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .system-title {
    text-align: center;
    font-size: 36px;
  }

  .target-title, .series-title-wrp, .the-main-title {
    text-align: center;
    font-size: 35px;
  }

  .main-launch-main-wrp {
    padding-left: 3%;
    padding-right: 3%;
  }

  .top-banner-left-content {
    display: none;
  }

  .be-part-para {
    font-size: 1rem;
  }

  .be-part-para-2 {
    max-width: 70%;
    line-height: 1.6;
  }

  .chapter-title-wrp {
    width: 90%;
    font-size: 49px;
  }

  .million-title {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }

  .million-para {
    margin-bottom: 20px;
    font-size: 1.1rem;
  }

  .sale-title {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .series-right-item {
    width: 90%;
  }

  .register-right-item-2 {
    width: 85%;
  }

  .series-content-item {
    width: 100%;
  }

  .launch-sch-para {
    font-size: 17px;
  }

  .wallet-hero-section {
    height: 677px;
  }

  .wallet-hero-subtitle {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 40px;
  }

  .wallet-hero-para {
    font-size: 17px;
  }

  .wallet-hero-video-wrapper {
    margin-top: 40px;
  }

  .join-beta-section {
    padding-top: 250px;
  }

  .join-beta-wrapper {
    padding: 40px 20px;
  }

  .join-beta-para {
    width: 100%;
  }

  .join-beta-right-main {
    grid-column-gap: 15px;
    grid-row-gap: 25px;
  }

  .join-beta-item {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .exclusive-line {
    width: 200px;
    margin-top: -22px;
    margin-left: -204px;
  }

  .customer-para {
    margin-bottom: 0;
  }

  .register-title-wrp {
    max-width: 100%;
  }

  .wallet-hero-title-head {
    font-size: 36px;
  }

  .left-side, .left-side._2, .left-side._2 {
    height: 100.7%;
  }

  .right-side {
    height: 100.7%;
    right: -4px;
  }

  .top-dotted.hidden {
    display: none;
  }

  .bottom-side-dotted-list, .bottom-side-dotted-list._2, .bottom-side-dotted-list._2 {
    bottom: 0;
  }

  .partner-img-item {
    height: 200px;
  }

  .main-salse-workshop-popup {
    width: 100vw;
  }

  .main-salse-workshop-popup-inner-body-main-copy {
    width: 100%;
    height: 100%;
  }

  .main-salse-left-item {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-salse-title {
    font-size: 38px;
    line-height: 55px;
  }

  .main-salse-left-logo-item {
    width: 100%;
    padding: 35px 20px;
  }

  .main-salse-right-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .span-quietly {
    background-position: 50% 147%;
  }

  .comition-card-title {
    font-size: 24px;
  }

  .webniar-title {
    width: 100%;
    font-size: 51px;
  }

  .webniar-para {
    width: 100%;
    font-size: 18px;
  }

  .main-event-hero-title {
    font-size: 38px;
  }

  .main-event-hero-line {
    width: 297px;
    height: 5px;
    top: 41px;
    left: 200px;
  }

  .main-event-hero-middle-text.text-align-center {
    font-size: 14px;
    line-height: 160%;
  }

  .main-event-hero-middle-text.color-white {
    text-align: center;
  }

  .platform-rese-top-title {
    font-size: 48px;
  }

  .platform-rese-para {
    font-size: 21px;
  }

  .platform-rese-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .event-schedule-title {
    width: 100%;
    font-size: 48px;
  }

  .event-schedule-item {
    flex-flow: wrap;
  }

  .event-schedule-right-item, .event-schedule-left-item {
    width: 100%;
  }

  .main-event-right-iten {
    padding-top: 0;
    padding-bottom: 0;
  }

  .main-event-hero-title-top1 {
    font-size: 39px;
  }

  .image-122 {
    width: 400px;
    height: 400px;
  }

  .main-event-footer-section {
    padding-top: 40px;
  }

  .main-event-footer-section._3 {
    padding-top: 60px;
  }

  .event-schedule-bottom-wrp {
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 12px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.25rem;
  }

  .hero-section {
    background-size: 100%;
    padding-top: 233px;
    padding-bottom: 2.5rem;
  }

  .section-block.hero-section-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .section-block.slack-block {
    padding: 40px 3%;
  }

  .section-block.launch-blockj {
    padding: 16px 3% 151px;
  }

  .hero-content {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-center {
    font-size: 21px;
    line-height: 130%;
  }

  .hero-text {
    text-align: center;
    font-size: 1.2rem;
  }

  .div-block {
    flex-flow: column;
  }

  .relative {
    font-size: 27px;
  }

  .relative.center {
    text-align: center;
    text-align: center;
    font-size: 21px;
  }

  .hero-video-wrapper {
    border-radius: 16px;
    padding: 8px;
  }

  .hero-video {
    border-radius: 16px;
    height: 250px;
  }

  .hero-lightbox {
    width: 50px;
  }

  .button-group {
    flex-flow: column;
    width: 100%;
  }

  .button.button-stroke.zz, .button.button-stroke.inline-block-and-text {
    width: auto;
  }

  .button.button-stroke {
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .button.button-stroke.zz, .button.button-stroke.inline-block-and-text, .button.button-stroke.zz, .button.button-stroke.inline-block-and-text {
    width: auto;
  }

  .button-wrapper.button-stroke-wrapper {
    width: 100%;
  }

  .button-wrapper.button-stroke-wrap, .button-wrapper.button-stroke-wrapper {
    width: 100%;
  }

  .button-wrapper.button-stroke-wrapper-thanks {
    width: 100%;
    display: inline-flex;
  }

  .button-wrapper.button-stroke-wrap {
    width: 100%;
  }

  .slack-title {
    font-size: 28px;
  }

  .slack-card-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .slack-card-wrap {
    padding: 12px;
  }

  .line-section {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .line-image {
    display: none;
  }

  .launch-section.padding-global {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .launch-title {
    font-size: 28px;
  }

  .launch-icon {
    max-width: 56px;
  }

  .launch-card-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    width: 100%;
  }

  .launch-card {
    width: 100%;
  }

  .launch-card-text {
    max-width: 100%;
  }

  .launch-card-title {
    font-size: 26px;
  }

  .launch-card-title.align-left {
    text-align: center;
    text-align: center;
    font-size: 29px;
  }

  .launch-card-num {
    width: 65px;
    height: 70px;
  }

  .launch-card-num.dt-1 {
    padding: 9px 12px;
  }

  .launch-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .launch-button-icon.roatat {
    width: 23px;
  }

  .launch-button-text.small {
    font-size: 14px;
  }

  .section-commissions {
    padding-bottom: 40px;
  }

  .commisions-image {
    width: 500px;
    max-width: none;
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-global._5 {
    padding-bottom: 20px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .container-2.max-1128.top-margin-65 {
    margin-top: 2rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-section.pading-258-84 {
    padding-top: 12rem;
    padding-bottom: 3.5rem;
  }

  .padding-section.padding-48-48 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .padding-section.padding-80-67 {
    padding-top: 2rem;
    padding-bottom: 20px;
  }

  .padding-section.padding-80-67.main-laounch {
    padding-bottom: 1rem;
  }

  .padding-section.p-16 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-section.padding-33 {
    padding-top: 280px;
  }

  .padding-section.padding-290-160 {
    padding-bottom: 80px;
  }

  .padding-section.padding-176-0 {
    padding-top: 8.9rem;
  }

  .padding-section.padding-223 {
    padding-top: 140px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-section.padding-20-256 {
    padding-bottom: 120px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-section.padding-98-90 {
    padding-top: 30px;
    padding-bottom: 48px;
  }

  .padding-section.padding-72-00 {
    padding-top: 3rem;
  }

  .padding-section.padding-105-180 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .padding-section.padding-126 {
    padding-bottom: 20px;
  }

  .text-wrap {
    width: 100%;
  }

  .text-wrap.top-margin-38.max-size-570, .text-wrap.top-margin-50.flex-centr {
    margin-top: 20px;
  }

  .text-wrap.max-1045 {
    margin-top: -2px;
  }

  .text-wrap.max-1006 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-wrap.max-1006.flex-centr-36 {
    flex-flow: column;
  }

  .text-wrap.max-1006.flex-centr-36.top-margin-24 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-wrap.max-1149.top-margin-70 {
    margin-top: 2.5rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-wrap.top-margin-47 {
    margin-top: 1.5rem;
  }

  .text-wrap.top-margin-46.flex-center.max-size-500 {
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 1.9rem;
  }

  .text-wrap.max-size-482 {
    margin-bottom: 0;
  }

  .text-wrap.top-margin-40 {
    margin-top: 1.5rem;
  }

  .text-wrap.top-margin-38.max-size-570, .text-wrap.top-margin-50.flex-centr, .text-wrap.top-margin-50.flex-centr {
    margin-top: 20px;
  }

  .text-wrap.top-margin-67 {
    margin-top: 40px;
  }

  .text-wrap.max-438 {
    margin-top: 24px;
  }

  .text-wrap.flex-ver-left-16 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    align-items: center;
  }

  .text-wrap.flex-gd {
    justify-content: center;
  }

  .text-wrap.top-margin-32.thank {
    margin-top: 1rem;
  }

  .text-wrap.flex-ver-9 {
    align-items: center;
  }

  .text-wrap.flex-v-15 {
    align-items: center;
    margin-bottom: 30px;
  }

  .text-wrap.top-margin-82.max-764.vlex-v-10-center {
    margin-top: 60px;
  }

  .image-wrap.top-margin-52 {
    margin-top: 24px;
  }

  .image-wrap.top-margin-52.max-size-1010.flex-23 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
  }

  .image-wrap.top-margin-66.auto {
    object-fit: cover;
    object-fit: cover;
    margin-top: 36px;
    padding-right: 3%;
  }

  .image-wrap.max-487 {
    padding-left: 35px;
    padding-right: 3%;
  }

  .h1-118 {
    font-size: 2.8rem;
  }

  .h1-118.text-gradient.text-align-center {
    width: auto;
    font-size: 40px;
  }

  .h1-118.text-gradient.jv {
    text-align: center;
  }

  .h6-24 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .h6-24.text-align-center {
    font-size: 1.1rem;
  }

  .h6-24.text-align-center.ed-2 {
    line-height: 1.3;
  }

  .h6-24.mobi-center {
    text-align: center;
    line-height: 1.5;
  }

  .video-wrap.max-1238 {
    border-radius: 16px;
    margin-top: 2rem;
  }

  .video-image {
    border-radius: 16px;
    height: 200px;
  }

  .radial-bg-box {
    margin-top: -72px;
    padding-top: 110px;
  }

  .radial-bg-box.affiiate-arsenal.butttom-pad-0 {
    margin-top: -110px;
    padding-top: 140px;
  }

  .line-wrap.top-margin-68 {
    margin-top: 2.5rem;
  }

  .line-wrap.top-margin-68.mobi-flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-wrap.top-margin-46 {
    margin-top: 1.5rem;
  }

  .line-wrap.top-margin-46.mobi-flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-wrap.top-margin-30 {
    object-fit: cover;
    justify-content: center;
    align-items: center;
    margin-top: 1.4rem;
  }

  .line-wrap.top-margin-30.mobi-flex {
    display: flex;
  }

  .line-wrap.padding-36-36 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .line-wrap.padding-60-56 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .line-wrap.padding-60-56.flex-center {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-wrap.padding-30-71 {
    padding-top: 30px;
  }

  .line-wrap.mobi-flex {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .line-wrap.upsell-bottom {
    margin-top: 30px;
  }

  .point-optiom {
    margin-top: 1rem;
  }

  .queston-mark {
    max-width: 50%;
  }

  .quston-mark-wrap {
    width: 56px;
    height: 56px;
  }

  .title-gradint, .title-gradint.text-align-center {
    font-size: 27px;
  }

  .title-gradint.text-align-center {
    font-size: 27px;
  }

  .title-gradint.text-align-center.text-gradient {
    width: 100%;
    font-size: 22px;
  }

  .text-size-small, .text-size-small.text-weidth-semibold, .text-size-small.color-white {
    text-align: center;
  }

  .text-size-small.color-white.semibold.text-gradient, .text-size-small.color--588183.text-align-center {
    width: 100%;
  }

  .text-size-small.text-weidth-semibold, .text-size-small.color-white {
    text-align: center;
  }

  .text-size-small.color-white.mobi-center {
    margin-top: 0;
  }

  .text-size-small.color-white.semibold {
    text-align: center;
  }

  .text-size-small.color-white.semibold.text-gradient, .text-size-small.color--588183.text-align-center, .text-size-small.color--588183.text-align-center {
    width: 100%;
  }

  .text-size-small.mobi-center {
    text-align: center;
    margin-top: 20px;
  }

  .text-size-small.popins-italic {
    text-align: center;
  }

  .text-size-small.preview {
    text-align: left;
  }

  .div-block-6 {
    margin-top: 1.5rem;
  }

  .target {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column-reverse wrap;
    margin-top: 2.5rem;
  }

  .terget-left-heading {
    max-width: none;
  }

  .terget-item-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 1.5rem;
  }

  .line-image {
    vertical-align: baseline;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    display: inline-block;
  }

  .h6-32 {
    font-size: 1.5rem;
  }

  .banner-body {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    border-radius: .5rem;
    flex-flow: column;
  }

  .top-banner-left {
    flex-flow: column;
    align-items: flex-start;
  }

  .banner-button-1 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding: 6px 14px;
  }

  .top-banner-text.hide-mobile {
    display: none;
  }

  .top-banner-right {
    display: flex;
  }

  .top-community-button.bg-white {
    width: 100%;
  }

  .container-3.display-flex {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-leaderbord-button {
    margin: 10px;
  }

  .menu-jv-button {
    margin: 8px;
  }

  .menupromote-button {
    width: auto;
    margin: 8px;
  }

  .nav-menu {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    background-color: var(--bg);
  }

  .nav-menu-wrap {
    margin-top: 0;
    top: 8.6rem;
  }

  .top-banner-wrap {
    flex-flow: column;
    display: flex;
    top: .5rem;
  }

  .comision {
    margin-top: 2.25rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .grid {
    grid-row-gap: 18px;
    grid-template-rows: auto;
    grid-template-columns: minmax(200px, 406px);
    align-items: center;
  }

  .comition-card {
    width: 100%;
  }

  .process-section {
    margin-top: -142px;
  }

  .h2-90 {
    letter-spacing: -.2rem;
    font-size: 2.75rem;
    line-height: 1.1;
  }

  .h2-90.text-align-center.text-gradient.bold {
    font-size: 2rem;
  }

  .workshop-wrap {
    padding-top: 1.5rem;
  }

  .gradiend-line-wrap.padding-8-4 {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .note {
    width: 56px;
  }

  .container-size-1128 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h6-30.mobi-center {
    text-align: center;
    text-align: center;
  }

  .div-block-14 {
    flex-flow: column;
  }

  .promo-button {
    width: 1005px;
  }

  .div-block-15 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    width: 100%;
  }

  .promo-btn-gd, .promo-btn-gd-wrap {
    width: 100%;
  }

  .grid-wrap.top-margin-60 {
    margin-top: 32px;
  }

  .grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .grid-3 {
    grid-template-columns: minmax(50px, 1fr);
  }

  .text-size-medium {
    margin-bottom: 5px;
    font-size: 1.25rem;
  }

  .p-key-details {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-wrapper {
    margin-bottom: 24px;
  }

  .spacer-medium {
    padding-top: 0;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .post-launch-card {
    grid-template-columns: 1fr;
  }

  .sign-up-form {
    padding-left: 8px;
    padding-right: 8px;
  }

  .affiliate-arsenal-cards {
    grid-template-columns: 1fr;
  }

  .grid-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .playkit-image-wrapper {
    object-fit: contain;
  }

  .text-size-regular {
    letter-spacing: -.24px;
    font-size: .9rem;
  }

  .text-size-regular.text-weidth-medium.mobi-center {
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .promote-section {
    margin-top: -240px;
  }

  .promote-text {
    margin-top: 20px;
  }

  .troffi-star {
    max-width: 48px;
  }

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

  .promot-card-contents.flex-18 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .promot-card-contents.flex-18.jv {
    text-align: center;
    text-align: center;
    align-items: center;
  }

  .commision-card-contents.flex-22 {
    flex-flow: column;
  }

  .commision-card-contents.flex-22.jv {
    text-align: center;
    text-align: center;
    align-items: center;
  }

  .partner-text.toop-margin-60.max-578 {
    margin-top: 32px;
  }

  .grid-7 {
    grid-row-gap: 110px;
    grid-template-columns: 1fr;
  }

  .partner-card {
    height: 300px;
  }

  .partner-image {
    object-position: 50% 11%;
    height: 300px;
  }

  .partner-card-text {
    padding-left: 16px;
  }

  .ap-card-contnt.flex-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-left: 8px;
    padding-right: 12px;
  }

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

  .chapter-bg {
    padding-top: 36px;
  }

  .chapter-image {
    aspect-ratio: 1 / 2.5;
    object-fit: cover;
  }

  .chapter-contain {
    padding-left: 3%;
    padding-right: 3%;
    top: 20px;
  }

  .car {
    max-width: 200px;
    right: 0;
  }

  .footer-wrap.jv-footer {
    margin-top: 0;
    padding-top: 10px;
  }

  .footer-section._3 {
    padding-top: 60px;
  }

  .footr-bg.pree-laun {
    padding-top: 0;
  }

  .earning {
    padding-top: 10px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .h2-63 {
    font-size: 30px;
  }

  .h1-40 {
    font-size: 120px;
  }

  .main-wrapper.pb-40 {
    padding-bottom: 60px;
  }

  .pl-bg {
    background-size: 400px;
  }

  .div-block-20 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .live-traning {
    text-align: center;
    border-radius: 10px;
    flex-flow: column;
    display: flex;
  }

  .live-traning.upsell {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 10px;
    flex-flow: row;
    padding-left: 14px;
    padding-right: 14px;
  }

  .live-traning-text.upsell {
    text-align: left;
    text-align: left;
  }

  .h1-94 {
    font-size: 2.5rem;
  }

  .h1-94.text-color-white {
    text-align: center;
    text-align: center;
    line-height: 1;
  }

  .h6-28 {
    font-size: 1.25rem;
    line-height: 1.6;
  }

  .h6-28.text-align-center {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 21px;
  }

  .h6-28.text-weight-medium {
    text-align: center;
    font-size: 1.2rem;
  }

  .workshop-wrapper-copy.button-stroke-wrapper {
    padding: 12px;
  }

  .workshop-wrapper-copy.button-stroke-wrapper-radious, .workshop-wrapper-copy.main-event-hero-span-1, .workshop-wrapper-copy.main-event-hero-span2, .workshop-wrapper-copy.main-event-hero-top-span-1, .workshop-wrapper-copy.main-event-hero-span2-top, .workshop-wrapper-copy.button-stroke-wrapper {
    padding: 12px;
  }

  .workshop-wrapper-copy.button-stroke-wrapper-copy {
    flex-flow: column;
    padding-right: 0;
  }

  .workshop-wrapper-copy.button-stroke-wrapper-radious, .workshop-wrapper-copy.main-event-hero-span-1, .workshop-wrapper-copy.main-event-hero-span2, .workshop-wrapper-copy.main-event-hero-top-span-1, .workshop-wrapper-copy.main-event-hero-span2-top {
    padding: 12px;
  }

  .workshop-section {
    margin-top: -98px;
  }

  .div-block-24 {
    margin-top: 20px;
  }

  .box {
    padding: 40px 3%;
  }

  .h2-65 {
    font-size: 2.25rem;
  }

  .h2-65.text-gradient.mobi-center {
    text-align: center;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .h2-65.eds {
    font-size: 36px;
  }

  .div-block-25 {
    margin-top: 14px;
  }

  .text-22 {
    font-size: 1.125rem;
  }

  .text-22.mobi-center {
    text-align: center;
    text-align: center;
  }

  .regiter-card-wrap {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cal-button-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-26 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .div-block-27 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .card-section {
    margin-top: 160px;
  }

  .card-wrap {
    margin-top: 24px;
  }

  .workshop-right {
    align-items: center;
    padding-left: 12px;
    padding-right: 12px;
  }

  .text-color-gray.text-size-16.text-style-italic.text-weight-400 {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
    font-size: 14px;
  }

  .button-gradient {
    justify-content: center;
  }

  .button-textswrap {
    justify-content: space-between;
  }

  .authors-image-wrap {
    height: 300px;
  }

  .host-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding: 0 12px;
  }

  .host-left {
    text-align: center;
    align-items: center;
    max-width: 100%;
    margin-top: 30px;
  }

  .guest-list-item {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 20px;
  }

  .guist-item {
    align-items: flex-start;
  }

  .xxx-image {
    border-width: 6px;
    max-width: 40%;
  }

  .register-section {
    margin-top: 31px;
  }

  .inner-box.flex-sp {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .div-block-33 {
    flex-flow: column;
  }

  .mobile-hide, .desktop-hide {
    display: none;
  }

  .menu-button {
    color: var(--white);
  }

  .menu-button.w--open {
    padding: 12px;
  }

  .brand {
    width: 200px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
  }

  .commision-image-wrap {
    justify-content: flex-start;
    width: 100%;
    display: flex;
    overflow: auto;
  }

  .image-108 {
    bottom: 92px;
  }

  .image-111 {
    display: none;
  }

  .text-size-lg {
    text-align: center;
    font-size: 15px;
    line-height: 130%;
  }

  .hero-section-home {
    padding-top: 200px;
    padding-bottom: 0;
  }

  .top-btn-section-home, .home-radious-inner {
    border-radius: 10px;
  }

  .icon-wrapper-copy {
    margin-bottom: 24px;
  }

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

  .text-center-home {
    font-size: 22px;
  }

  .payment {
    margin-top: -82px;
  }

  .payment-bg {
    padding-top: 100px;
  }

  .supportet-getway {
    justify-content: center;
  }

  .calculator {
    margin-top: 40px;
  }

  .payment-box {
    padding: 40px 3%;
  }

  .paymnet-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .carculate-wrap.calculate {
    max-width: 100%;
  }

  .launch-card-text-block-copy {
    align-items: center;
  }

  .regiter-card-wrap-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .accept-payment {
    margin-top: 70px;
    margin-bottom: 40px;
  }

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

  .gt-text-contents-copy {
    text-align: center;
  }

  .gt-card-bg.radious-100 {
    border-radius: 10px;
  }

  .seals {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .subscription-grid-wrap {
    margin-top: 30px;
  }

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

  .subscribtion-card--wrap {
    padding-left: 1px;
  }

  .logo-wrap.flex-center.thank-logo {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .h-uline {
    height: 6px;
  }

  .h-uline.block-gradient {
    width: 100%;
  }

  .h4-36.text-align-center {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .process-card {
    padding-left: 16px;
    padding-right: 16px;
  }

  .process-card.mobi-reverce {
    flex-flow: column-reverse wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .jv-popup {
    display: none;
  }

  .popup-left-wrap {
    padding-left: 10px;
  }

  .inner-c-body {
    border-radius: 16px;
    height: 80vh;
  }

  .pop-wrap {
    border-radius: 16px;
    padding: 12px;
  }

  .from-popup {
    padding-left: 8px;
    padding-right: 8px;
  }

  .register-poup-input-mains {
    flex-flow: column;
  }

  .next-session-workshop {
    display: none;
  }

  .header-logo {
    width: 150px;
  }

  .register-bottom-wrapper {
    margin-top: 30px;
  }

  .hero-alert-text {
    text-align: center;
    line-height: 150%;
  }

  .register-main-wrapper {
    margin-top: 40px;
    padding: 20px;
  }

  .register-main-wrapper.register-2 {
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .register-2-section {
    padding-top: 0;
  }

  .calendar-left-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .calendar-down-arrow {
    width: 13px;
    height: 13px;
  }

  .forward-title {
    font-size: 33px;
  }

  .register-btn-text {
    font-size: 14px;
  }

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

  .session-banner-section {
    padding-top: 15px;
  }

  .calendar-icon {
    width: 20px;
  }

  .hero-alert-wrapper {
    border-radius: 10px;
    flex-flow: column;
    padding-left: 25px;
    padding-right: 25px;
  }

  .session-banner-btn-wrp {
    padding-top: 14px;
  }

  .forward-wrapper {
    margin-top: 62px;
  }

  .register-time-number {
    font-size: 25px;
  }

  .hero-badge-heading-title {
    font-size: 31px;
    line-height: 50px;
  }

  .register-title {
    font-size: 38px;
  }

  .hero-video-wrapper-2 {
    height: 250px;
  }

  .footer-wrapper {
    padding-bottom: 100px;
  }

  .footer-wrapper.upsell {
    padding-bottom: 40px;
  }

  .hero-video-main-wrapper {
    padding: 12px;
  }

  .hero-badge-title-wrp {
    text-align: center;
  }

  .footer-copy-righ {
    width: 100%;
  }

  .footer-paragraph {
    width: 100%;
    margin-top: 20px;
  }

  .register-section-2 {
    padding-top: 140px;
  }

  .calendar-link-text {
    font-size: 15px;
  }

  .hero-badge-wrapper {
    border-radius: 15px;
    flex-flow: column;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-paragraph {
    margin-top: 25px;
    font-size: 17px;
    line-height: 170%;
  }

  .header-wrapper {
    padding-top: 17px;
  }

  .register-all-img {
    width: 201px;
  }

  .calendar-section {
    padding-top: 100px;
  }

  .hero-alert-main-wrp {
    border-radius: 10px;
  }

  .calendar-content {
    text-align: center;
  }

  .register-description {
    font-size: 15px;
    line-height: 32px;
  }

  .register-btn-wrp {
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-right-item {
    padding: 8px 25px;
  }

  .calendar-btn-text {
    font-size: 12px;
  }

  .hero-video-btn {
    width: 60px;
    height: 60px;
    top: 36%;
    left: 42%;
  }

  .register-time-item {
    padding: 7px 15px;
  }

  .register-right-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .session-banner-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 15px;
    flex-flow: column;
    align-items: center;
  }

  .calendar-arrow-wrp {
    width: 23px;
    height: 23px;
  }

  .calendar-para {
    width: 100%;
  }

  .progress-bar, .progress-fill {
    height: 10px;
  }

  .testmonial-bg-mini-home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    align-items: center;
  }

  .testmonial-bg-mini-home.test-2 {
    align-items: center;
  }

  .testmoni-left-side {
    text-align: center;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testmoni-left-side.pad-19-42 {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testmoni-left-side.common {
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .testmin-image, .testmin-image.left-346, .testmin-image.left-346 {
    max-width: 100%;
  }

  .image-113 {
    object-fit: cover;
  }

  .cottion {
    inset: -5% -45% -45% 43%;
  }

  .ck-steps {
    text-align: center;
    border-radius: 10px;
    flex-flow: column;
  }

  .inner-iamge {
    border-radius: 15px;
  }

  .recover {
    text-align: center;
  }

  .reviue-card-bg--main.radious-100 {
    border-radius: 10px;
  }

  .image-position-absolute {
    max-width: 18vw;
  }

  .grid-13-copy {
    grid-template-columns: 1fr;
  }

  .div-block-51 {
    flex-flow: column;
  }

  .launch {
    text-align: center;
    font-size: 1.5rem;
  }

  .launch.sfdjh {
    font-size: 1.4rem;
  }

  .launch.left {
    text-align: center;
    font-size: 15px;
    line-height: 170%;
  }

  .h1-56 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 31px;
    line-height: 44px;
  }

  .lottie-wrapper {
    justify-content: flex-start;
  }

  .lottie-animation {
    max-width: 300px;
  }

  .fraud-main-wrapper {
    margin-top: 40px;
  }

  .common-top-icon {
    width: 60px;
  }

  .common-title {
    text-align: center;
    line-height: 45px;
  }

  .pop-from-fiedl-copy {
    width: 250px;
  }

  .testimonial-authoe-name, .testimonial-founder {
    text-align: center;
  }

  .mobile-app-left-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    min-width: 100%;
  }

  .mobile-app-item-img {
    width: 100%;
  }

  .mobile-app-icon-img {
    width: 60px;
  }

  .mobile-app-top-title {
    font-size: 1.7rem;
  }

  .mobile-app-top-para {
    width: 100%;
  }

  .mobile-middle-item {
    border-radius: 10px;
    flex-flow: column;
  }

  .mobile-middle-icon {
    width: 45px;
  }

  .mobile-middle-title {
    text-align: center;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .mobile-middle-para {
    text-align: center;
  }

  .mobile-app-bottom-img {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: center;
    border-radius: 10px;
    flex-flow: column;
    width: 100%;
  }

  .paykickstart-section {
    height: auto;
    padding-bottom: 60px;
  }

  .paykickstart-para {
    width: 100%;
  }

  .paykickstart-title {
    width: 100%;
    font-size: 35px;
    line-height: 45px;
  }

  .paykickstart-video-wrapper {
    margin-top: 40px;
  }

  .paykickstart-video-wrp {
    border-radius: 16px;
    padding: 12px;
  }

  .paykickstart-video {
    border-radius: 16px;
    height: 250px;
  }

  .world-section {
    padding-top: 40px;
  }

  .world-title-heading {
    width: 100%;
    font-size: 26px;
    line-height: 35px;
  }

  .world-title-names {
    letter-spacing: -.24px;
    font-size: .9rem;
  }

  .access-section {
    padding-bottom: 20px;
  }

  .access-top-title {
    font-size: 25px;
    line-height: 35px;
  }

  .access-span {
    font-size: 24px;
    line-height: 33px;
  }

  .access-span-blog {
    font-size: 24px;
  }

  .access-main-wrp {
    grid-template-columns: 1fr 1fr;
  }

  .exclusive-top-title {
    font-size: 23px;
    line-height: 30px;
  }

  .checkout-list-text {
    text-align: left;
  }

  .checkout-list-item {
    align-items: flex-start;
  }

  .checkout-plus-item {
    text-align: center;
  }

  .checkout-plus-item._2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .expense-section {
    margin-top: -342px;
  }

  .expense-top-title-wrapper {
    margin-top: 0;
  }

  .expense-title {
    margin-top: 0;
    font-size: 31px;
    line-height: 35px;
  }

  .expense-main-wrapper {
    grid-template-columns: 1fr;
  }

  .real-cost-title-heading {
    width: 100%;
    font-size: 35px;
  }

  .real-cost-subtitle {
    width: 100%;
  }

  .checkout-every-contect-item {
    padding-left: 0;
    padding-right: 0;
  }

  .cost-top-title {
    font-size: 26px;
    line-height: 40px;
  }

  .cost-middle-item {
    border-radius: 10px;
    padding-right: 16px;
  }

  .cost-middle-icon {
    width: 50px;
  }

  .cost-middle-para {
    width: 100%;
  }

  .footer-menu-list {
    margin-top: 20px;
  }

  .footer-para-list {
    margin-top: 40px;
  }

  .register-poup-main-item {
    border-radius: 16px;
    padding: 12px;
  }

  .register-poup-inner-body-main {
    border-radius: 16px;
    height: 80vh;
  }

  .register-poup-title {
    font-size: 2rem;
  }

  .register-poup-span-btn {
    width: 100%;
  }

  .register-popup-top-wrap {
    padding-left: 10px;
  }

  .register-from-popup {
    padding-left: 8px;
    padding-right: 8px;
  }

  .register-poup-input-main, .register-poup-input-mains-copy {
    flex-flow: column;
  }

  .workshop-popup {
    display: flex;
  }

  .workshop-popup-main-item {
    border-radius: 16px;
    padding: 12px;
  }

  .workshop-popup-cross {
    top: -65px;
    right: 22px;
  }

  .workshop-popup-inner-body-main {
    border-radius: 16px;
    height: 80vh;
  }

  .workshop-popup-left-wrap {
    padding-left: 10px;
  }

  .workshop-popup-right-wrp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .faq-main-body-wrp {
    padding: 14px 10px;
  }

  .faq-top-price-item {
    padding-left: 10px;
  }

  .faq-answer-padding, .faq-question-div {
    padding-left: 10px;
    padding-right: 10px;
  }

  .features-list-title-heading {
    width: 100%;
    font-size: 31px;
    line-height: 40px;
  }

  .user-stories-main-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .user-stories-title {
    font-size: 27px;
    line-height: 37px;
  }

  .user-stories-para {
    width: 100%;
    margin-top: 10px;
  }

  .user-stories-video-wrp {
    border-radius: 16px;
    padding: 12px;
  }

  .user-stories-video {
    border-radius: 16px;
    height: 220px;
  }

  .launch-offer-section {
    margin-top: -573px;
  }

  .launch-offer-cta-titel {
    font-size: 19px;
    line-height: 140%;
  }

  .launch-offer-wreppar {
    padding: 30px 10px;
  }

  .launch-offer-head-titel {
    font-size: 25px;
  }

  .launch-offer-head-star {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .launch-offer-cta-link-text {
    white-space: nowrap;
    font-size: 14px;
  }

  .launch-offer-cta-spem-text {
    text-align: center;
  }

  .launch-offer-cta-link {
    padding: 8px 20px;
  }

  .launch-offer-time-wrp {
    border-radius: 10px;
    flex-flow: column;
  }

  .hero-icon-1 {
    right: 75px;
  }

  .image-117 {
    width: 91px;
    right: 108px;
  }

  .common-title-h2 {
    font-size: 26px;
    line-height: 35px;
  }

  .accepting-subtitle {
    width: 100%;
  }

  .fraud-section {
    background-size: auto 500px, auto;
  }

  .paragraph {
    width: 100%;
  }

  .special-span-btn {
    text-align: center;
    flex-flow: column;
  }

  .div-block-58 {
    text-align: center;
  }

  .paykic-process-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .title-icon, .skayroc-iicon, .affiliate-icon {
    width: 60px;
  }

  .processing-title {
    font-size: 25px;
  }

  .accepting-wrapper {
    margin-top: -620px;
  }

  .experience-item, .checkout-exp-list {
    width: 100%;
  }

  .revenue-title {
    font-size: 31px;
  }

  .the-mobile-app-wrapper {
    width: 100%;
  }

  .launch-offer-section-1 {
    height: 2080px;
  }

  .image-120 {
    text-align: center;
  }

  .image-121, .revenue-icon {
    width: 60px;
  }

  .common-bloc-2 {
    font-size: 23px;
  }

  .footer-copyright {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
  }

  .footer-copyright.preview {
    width: 100%;
    margin-bottom: 0;
  }

  .sell-anythisng-title-wrp, .calculate-avg {
    width: 100%;
  }

  .paykic-number {
    font-size: 1.7rem;
  }

  .testimonial-title-top {
    font-size: 18px;
  }

  .testimonial-skills {
    text-align: center;
  }

  .conversion-title-name {
    margin-bottom: 5px;
  }

  .the-paykic-title {
    text-align: center;
    width: 100%;
    font-size: 34px;
    line-height: 40px;
  }

  .fraud--charge-title {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    line-height: 44px;
  }

  .series-title {
    width: 100%;
    font-size: 30px;
    line-height: 40px;
  }

  .series-para {
    width: 100%;
  }

  .playboos-para {
    text-align: center;
    font-size: 16px;
    line-height: 27px;
  }

  .maer-para-2 {
    text-align: center;
    font-size: 15px;
  }

  .mark-title {
    margin-top: 0;
    font-size: 32px;
    line-height: 45px;
  }

  .mark-para {
    text-align: center;
    font-size: 15px;
  }

  .mark-para-1 {
    font-size: 15px;
  }

  .mark-list-para {
    text-align: left;
    font-size: 14px;
    line-height: 128%;
  }

  .featured-title {
    font-size: 25px;
    line-height: 35px;
  }

  .pre-launch-padding._2 {
    width: 100%;
  }

  .pre-launch-work-title {
    width: 100%;
    font-size: 13px;
    line-height: 24px;
  }

  .what-is-para {
    width: 100%;
  }

  .one-para {
    text-align: center;
    font-size: 19px;
    line-height: 28px;
  }

  .pre-pay-para {
    width: 100%;
  }

  .never-item {
    text-align: center;
    width: 100%;
  }

  .upsell-hero-title {
    font-size: 20px;
    line-height: 30px;
  }

  .upsell-hero-title-wrp {
    margin-bottom: 0;
  }

  .upsell-line {
    width: 193px;
    top: 22px;
    left: 15px;
  }

  .upsell-hero-para {
    font-size: 19px;
    line-height: 30px;
  }

  .replay-wrapper {
    padding-top: 140px;
  }

  .replay-para {
    font-size: 17px;
    line-height: 28px;
  }

  .replay-main-wrp {
    margin-top: 40px;
  }

  .replay-left-item {
    height: 280px;
  }

  .replay-left-image {
    object-fit: contain;
  }

  .product-bundle-subtitel {
    width: 100%;
    font-size: 20px;
    line-height: 130%;
  }

  .product-bundle-details-icon-img {
    width: 20px;
  }

  .product-bundle-details-icon-wrp {
    width: 30px;
    height: 30px;
  }

  .product-bundle-details-wrapper {
    flex-flow: row;
  }

  .product-bundle-details-content {
    width: 80%;
  }

  .product-bundle-titel {
    font-size: 33px;
  }

  .product-bundle-titel-2 {
    font-size: 35px;
    line-height: 120%;
  }

  .product-bundle-bonus-subheading {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 135%;
  }

  .product-bundle-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .product-bundle-img-wrp {
    width: 100%;
  }

  .elite-section {
    margin-top: 30px;
  }

  .elite-bundle-subtitel {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 135%;
  }

  .special-offer-section {
    margin-top: 40px;
  }

  .special-offer-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .special-offer-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .special-offer-item.left {
    padding-left: 0;
    padding-right: 0;
  }

  .special-offer-wrapper-list {
    width: 250%;
  }

  .special-price {
    font-size: 45px;
    line-height: 55px;
  }

  .special-offer-btn-wrp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 10px;
  }

  .special-offer-btn-text {
    font-size: 14px;
  }

  .speial-offer-icons {
    width: 17px;
  }

  .footer-top-para {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
  }

  .upsell-para-footer {
    width: 100%;
  }

  .special-title-content-heading {
    margin-bottom: 10px;
    font-size: 19px;
    line-height: 28px;
  }

  .special-title-content-subtitle {
    margin-top: 0;
    font-size: 17px;
  }

  .special-title-content-para {
    width: 100%;
  }

  .upsell-logo {
    width: 60%;
  }

  .upsell-navbar {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-button-2 {
    padding: 0;
  }

  .icon {
    color: #fff;
    font-size: 45px;
  }

  .hero-pre-title {
    font-size: 26px;
  }

  .hero-pre-title-line {
    width: 130px;
    top: 29px;
    left: 84px;
  }

  .pre-hero-wrp {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 50px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .pre-logo {
    width: 60%;
  }

  .menu-button-3 {
    padding: 0;
  }

  .icon-2 {
    color: #fff;
    font-size: 35px;
  }

  .pre-launch-nav-main {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .text-block, .div-block-60, .text-block-2, .text-block-3, .text-block-4, .div-block-61, .div-block-62, .text-block-5, .div-block-63, .text-block-6, .div-block-64, .text-block-7, .div-block-65, .text-block-8, .div-block-66, .div-block-67, .div-block-68, .div-block-69, .div-block-70 {
    text-align: center;
  }

  .text-block-9 {
    font-size: 14px;
  }

  .div-block-72 {
    text-align: center;
  }

  .pre-launch-uphesill-hero-main {
    padding-left: 3%;
    padding-right: 3%;
  }

  .upsell-bprder-box {
    border-radius: 16px;
    padding: 5px;
  }

  .coming-soon-section {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .coming-soon-wrapper {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .coming-soon-bg-circle {
    height: auto;
  }

  .coming-soon-bg-circle-inner {
    height: auto;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .comming-logo {
    width: 65%;
  }

  .comming-heading-title {
    width: 100%;
    font-size: 30px;
    line-height: 125%;
  }

  .comming-para {
    width: 100%;
  }

  .comming-btn-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .coming-soon-copy-right {
    text-align: center;
  }

  .coming-soon-time-count-wrp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    padding-left: 24px;
    padding-right: 24px;
  }

  .coming-soon-time-number {
    text-align: center;
    font-size: 33px;
  }

  .coming-soon-space-item {
    width: 1px;
    height: 64px;
  }

  .figure-para {
    width: auto;
  }

  .workshop-pre-section {
    margin-top: -98px;
  }

  .navbar-logo {
    width: 67%;
  }

  .slack-title-offer {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .slack-subtitle {
    text-align: center;
    font-size: 19px;
  }

  .the-offier-para {
    text-align: center;
    font-size: 1.1rem;
  }

  .bonus-para {
    width: 100%;
  }

  .bonus-main-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .target-title, .series-title-wrp {
    font-size: 27px;
  }

  .series-content-wrp {
    width: 100%;
  }

  .the-main-title {
    font-size: 27px;
  }

  .main-launch-main-wrp {
    padding-left: 3%;
    padding-right: 3%;
  }

  .top-banner-left-content {
    display: none;
  }

  .revenue-title-head {
    font-size: 25px;
    line-height: 35px;
  }

  .revenu-title-wrp, .revenu-para {
    width: 100%;
  }

  .what-pay-para {
    font-size: 17px;
    line-height: 1.5;
  }

  .be-part-para {
    font-size: 1rem;
    line-height: 1.5;
  }

  .be-part-para-2 {
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1.5;
  }

  .chapter-title-wrp {
    font-size: 32px;
  }

  .million-title {
    letter-spacing: -.2rem;
    margin-top: 20px;
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .million-para {
    margin-bottom: 10px;
    font-size: .9rem;
    line-height: 1.5;
  }

  .million-para-2 {
    text-align: center;
    width: 100%;
  }

  .milloin-subtitle {
    font-size: 1rem;
    line-height: 1.5;
  }

  .sale-title {
    font-size: 1.9rem;
  }

  .series-left-item {
    text-align: center;
  }

  .series-right-item {
    width: 100%;
  }

  .register-left-item-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .register-right-item-2, .launch-card-1 {
    width: 100%;
  }

  .series-content-item {
    align-items: center;
  }

  .launch-sch-para {
    font-size: 16px;
    line-height: 30px;
  }

  .wallet-hero-section {
    height: 618px;
    padding-top: 40px;
  }

  .wallet-hero-logo {
    width: 65%;
  }

  .wallet-hero-subtitle {
    font-size: 18px;
    line-height: 25px;
  }

  .wallet-hero-para {
    font-size: 15px;
    line-height: 26px;
  }

  .wallet-hero-video-wrapper {
    border-radius: 16px;
    padding: 8px;
  }

  .join-beta-section {
    padding-top: 160px;
  }

  .join-beta-wrapper {
    text-align: center;
  }

  .join-beta-left-item {
    width: 100%;
  }

  .join-beta-title {
    width: 100%;
    font-size: 42px;
    line-height: 51px;
  }

  .join-beta-para {
    font-size: 16px;
  }

  .join-beta-btn-wrp {
    padding-left: 25px;
    padding-right: 25px;
  }

  .join-beta-btn-text {
    font-size: 15px;
  }

  .join-beta-right-main {
    grid-template-columns: 1fr;
  }

  .wallet-footer-wrapper {
    padding-bottom: 60px;
  }

  .exclusive-line {
    width: 130px;
    margin-left: -144px;
  }

  .customer-para {
    width: 100%;
  }

  .register-title-wrp {
    margin-top: 14px;
  }

  .wallet-hero-title-head {
    font-size: 27px;
  }

  .left-side, .right-side {
    height: 100.4%;
    display: none;
  }

  .top-side-dotted-list {
    display: none;
  }

  .bottom-side-dotted-list {
    width: 99.7%;
    display: none;
  }

  .label-of-counter {
    font-size: 16px;
  }

  .copy-right-email {
    width: 100%;
  }

  .partner-img-item {
    height: 200px;
  }

  .partner-title {
    width: 100%;
  }

  .main-salse-workshop-popup {
    display: block;
  }

  .main-salse-workshop-popup-inner-body-main-copy {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-size-small-copy {
    text-align: center;
  }

  .main-salse-title {
    font-size: 34px;
    line-height: 45px;
  }

  .main-salse-left-logo-item {
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-salse-right-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-salse-right-content-para {
    font-size: 15px;
  }

  .img-1 {
    width: 77px;
  }

  .span-quietly {
    background-position: 50% 199%;
  }

  .comition-card-title {
    font-size: 27px;
  }

  .border-cost {
    border-radius: 10px;
  }

  .mobile-title-show {
    font-size: 19px;
    line-height: 37px;
    display: flex;
  }

  .webniar-title {
    font-size: 39px;
  }

  .webniar-para {
    font-size: 16px;
  }

  .webiner-top-title-wrp {
    margin-bottom: 30px;
  }

  .main-event-hero-title {
    font-size: 32px;
  }

  .main-event-hero-line {
    display: none;
  }

  .main-event-hero-middle {
    margin-top: 20px;
  }

  .main-event-hero-middle-text, .main-event-hero-middle-text.text-weidth-semibold, .main-event-hero-middle-text.color-white {
    text-align: center;
  }

  .main-event-hero-middle-text.color-white.semibold.text-gradient, .main-event-hero-middle-text.color--588183.text-align-center {
    width: 100%;
  }

  .main-event-hero-middle-text.text-weidth-semibold, .main-event-hero-middle-text.color-white {
    text-align: center;
  }

  .main-event-hero-middle-text.color-white.mobi-center {
    margin-top: 0;
  }

  .main-event-hero-middle-text.color-white.semibold {
    text-align: center;
  }

  .main-event-hero-middle-text.color-white.semibold.text-gradient, .main-event-hero-middle-text.color--588183.text-align-center, .main-event-hero-middle-text.color--588183.text-align-center {
    width: 100%;
  }

  .main-event-hero-middle-text.mobi-center {
    text-align: center;
    margin-top: 20px;
  }

  .main-event-hero-middle-text.popins-italic {
    text-align: center;
  }

  .main-event-hero-middle-text.preview {
    text-align: left;
  }

  .main-event-hero-bottom-btn-wrp {
    margin-top: 30px;
  }

  .button-group-copy, .main-event-hero-btn-all {
    flex-flow: column;
    width: 100%;
  }

  .platform-rese-top-title {
    font-size: 27px;
    line-height: 1.3;
  }

  .platform-rese-para {
    font-size: 15px;
    line-height: 33px;
  }

  .platform-rese-main {
    grid-template-columns: 1fr;
  }

  .event-schedule-title {
    font-size: 29px;
    line-height: 1.3;
  }

  .event-schedule-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .event-schedule-item {
    padding: 15px;
  }

  .event-schedule-card-title {
    font-size: 19px;
  }

  .event-schedule-right-item {
    text-align: center;
  }

  .event-schedule-card-list {
    align-items: center;
  }

  .event-schedule-left-item {
    justify-content: center;
  }

  .main-event-top-btn-all {
    flex-flow: column;
    width: 100%;
  }

  .main-event-hero-title-top1 {
    font-size: 32px;
  }

  .image-122 {
    width: 300px;
    height: 300px;
  }

  .main-event-footer-section._3 {
    padding-top: 60px;
  }

  .event-schedule-bottom-wrp {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 15px;
    flex-flow: column;
    align-items: center;
    padding-right: 12px;
  }
}

#w-node-_8e14aef0-b570-d9a2-0bd3-0ac169dfe4bb-7bbcb7c4, #w-node-_936d5097-f532-331b-bfe8-98a31634feb3-7bbcb7c4, #w-node-_37d7ea05-29f3-cd4a-c002-3134cea62c8e-7bbcb7c4, #w-node-e01c75ab-9175-8df8-460b-de440ef55edd-7bbcb7c4, #w-node-d9159ab0-aaca-e597-0e7e-78529ea84bee-7bbcb7c4, #w-node-fd6fb1b7-2e28-b555-c39d-e89ca1531ab7-7bbcb7c4, #w-node-_0a9d5068-d724-f673-eea7-f80ac182550c-7bbcb7c4, #w-node-_711cce16-580a-7929-075a-47db28e04c42-7bbcb7c4, #w-node-b26d2c19-18c2-d5cb-8925-b65e554e34db-7bbcb7c4, #w-node-_0d55f2a7-1c9c-13ad-7e53-f5660a17f7b2-7bbcb7c4, #w-node-d2274d7d-8110-97fa-2ea6-443d147fe191-7bbcb7c4, #w-node-_5a43d622-e73e-a519-44f3-d7564aabc693-7bbcb7c4, #w-node-d5a6482c-4c87-3f58-e727-00f97931697e-7bbcb7c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a28a7e95-2b2b-ce1d-ad26-d0e3053b2465-7bbcb7c4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-a28a7e95-2b2b-ce1d-ad26-d0e3053b246c-7bbcb7c4, #w-node-ecf3f8e8-718e-2846-0eac-8bdb5a52179f-7bbcb7c4, #w-node-_0d62423d-1bf4-7803-83d9-989cb4dd9835-7bbcb7c4, #w-node-_40059ae3-677b-c569-dfb1-7275a8a49f43-7bbcb7c4, #w-node-_9069bd31-bfdc-f106-fd1d-d253d3b11543-7bbcb7c4, #w-node-_2552e6cf-f82f-b540-0f07-6c02302f439f-7bbcb7c4, #w-node-_46351425-9166-3126-5a28-329af28d4b93-7bbcb7c4, #w-node-_2ad927be-f352-b030-760d-69e52a708a4f-7bbcb7c4, #w-node-ef40e4d9-f8bf-5a03-a55c-00182e4a6563-7bbcb7c4, #w-node-_7f043cf2-4092-2492-c310-6689d1b32ee4-7bbcb7c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6bcbca1b-d2ee-f93c-672a-af9a69964630-7bbcb7c4, #w-node-_6bcbca1b-d2ee-f93c-672a-af9a69964635-7bbcb7c4, #w-node-_6bcbca1b-d2ee-f93c-672a-af9a6996463a-7bbcb7c4, #w-node-_6bcbca1b-d2ee-f93c-672a-af9a6996463f-7bbcb7c4, #w-node-_89e7900f-30b0-4254-96ab-7f800049f9cf-7bbcb7c4, #w-node-_89e7900f-30b0-4254-96ab-7f800049f9d4-7bbcb7c4, #w-node-_89e7900f-30b0-4254-96ab-7f800049f9d9-7bbcb7c4, #w-node-_89e7900f-30b0-4254-96ab-7f800049f9de-7bbcb7c4 {
  place-self: center;
}

#w-node-ba6d22ba-a2ab-f5e2-f645-0458a41fcc21-7bbcb7c4, #w-node-ae3b8eec-9f7a-604b-8441-fca73f2d283d-7bbcb7c4, #w-node-_93a39682-c1a9-4c38-d38d-5c8f3bd3bd75-7bbcb7c4, #w-node-_86f45363-e154-2efd-553f-e41a33ffafcd-7bbcb7c4, #w-node-_994076b8-7eff-5403-36a7-16735d946bf4-7bbcb7c4, #w-node-a4069d94-eba7-10ee-c0f1-4ec9300aa1d6-7bbcb7c4, #w-node-d63fb5c3-f835-bb63-369c-37b1a90283f4-7bbcb7c4, #w-node-_115898cd-ce43-5fe4-5468-32c998bbaec2-7bbcb7c4, #w-node-_21ef4226-012d-2000-d6c8-72bfbcb8df97-7bbcb7c4, #w-node-_567bcf89-e99b-94b1-328d-fe9be7470503-7bbcb7c4, #w-node-_5daf20f9-4109-b396-729b-3615bcfd8ba7-7bbcb7c4, #w-node-_134c1780-382f-14c5-43d6-db71d9aef03c-7bbcb7c4, #w-node-_855faeb0-68c0-10a4-df7f-3d5ecffbeb2f-7bbcb7c4, #w-node-_1851de30-2f99-91f4-ee96-4624ad50bf71-7bbcb7c4, #w-node-c26a7395-d8af-7ef7-9d7d-685bf30311fb-7bbcb7c4, #w-node-_74513a9d-1544-1443-eb3c-19e4ec6ba9e9-7bbcb7c4, #w-node-_5436fc1a-16f7-be89-327d-bfe844bfaeb9-7bbcb7c4, #w-node-f1a05755-6d70-94ed-6a3d-b8f25d81ab22-7bbcb7c4, #w-node-_875c70a6-d928-f000-69bb-dbc11e72fff6-7bbcb7c4, #w-node-c4ec69a7-8201-1f5e-69ba-9210dadda455-7bbcb7c4, #w-node-_8aa60f27-f85a-c825-09ed-1118012a3ae3-7bbcb7c4, #w-node-e8169d29-0bdd-136b-5e00-f2317f881e84-7bbcb7c4, #w-node-_63c728d0-d3c0-e92e-ee79-4c47c6d8f73d-7bbcb7c4, #w-node-_41f08f53-391c-6cef-83dd-693d33cff681-7bbcb7c4, #w-node-b1b68177-09f5-1743-e0e9-3c711bd8a2a3-7bbcb7c4, #w-node-_55e5fddb-924f-a0b2-bf3e-b367e8d8d857-7bbcb7c4, #w-node-b2188a47-23fa-bb1d-dfb0-03da577f6ba1-7bbcb7c4, #w-node-_8dfdbb40-0bde-d6c4-0b4a-970b961f33c4-7bbcb7c4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 767px) {
  #w-node-a28a7e95-2b2b-ce1d-ad26-d0e3053b246c-7bbcb7c4, #w-node-ecf3f8e8-718e-2846-0eac-8bdb5a52179f-7bbcb7c4, #w-node-_0d62423d-1bf4-7803-83d9-989cb4dd9835-7bbcb7c4, #w-node-_40059ae3-677b-c569-dfb1-7275a8a49f43-7bbcb7c4, #w-node-_9069bd31-bfdc-f106-fd1d-d253d3b11543-7bbcb7c4, #w-node-_2552e6cf-f82f-b540-0f07-6c02302f439f-7bbcb7c4, #w-node-_46351425-9166-3126-5a28-329af28d4b93-7bbcb7c4, #w-node-_2ad927be-f352-b030-760d-69e52a708a4f-7bbcb7c4, #w-node-ef40e4d9-f8bf-5a03-a55c-00182e4a6563-7bbcb7c4, #w-node-_7f043cf2-4092-2492-c310-6689d1b32ee4-7bbcb7c4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8e14aef0-b570-d9a2-0bd3-0ac169dfe4bb-7bbcb7c4, #w-node-_936d5097-f532-331b-bfe8-98a31634feb3-7bbcb7c4, #w-node-_37d7ea05-29f3-cd4a-c002-3134cea62c8e-7bbcb7c4, #w-node-e01c75ab-9175-8df8-460b-de440ef55edd-7bbcb7c4, #w-node-d9159ab0-aaca-e597-0e7e-78529ea84bee-7bbcb7c4, #w-node-fd6fb1b7-2e28-b555-c39d-e89ca1531ab7-7bbcb7c4, #w-node-_0a9d5068-d724-f673-eea7-f80ac182550c-7bbcb7c4, #w-node-_711cce16-580a-7929-075a-47db28e04c42-7bbcb7c4, #w-node-b26d2c19-18c2-d5cb-8925-b65e554e34db-7bbcb7c4, #w-node-_0d55f2a7-1c9c-13ad-7e53-f5660a17f7b2-7bbcb7c4, #w-node-d2274d7d-8110-97fa-2ea6-443d147fe191-7bbcb7c4, #w-node-_5a43d622-e73e-a519-44f3-d7564aabc693-7bbcb7c4, #w-node-d5a6482c-4c87-3f58-e727-00f97931697e-7bbcb7c4 {
    grid-column: span 1 / span 1;
  }
}
