.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

a {
  color: #fff;
  text-decoration: underline;
}

.body {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Inter, sans-serif;
  display: flex;
}

.main {
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.header-style {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.navigation {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  padding-top: 16px;
  padding-bottom: 14px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.vector {
  object-fit: cover;
}

.purchase-button-container {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.purchase-button-container-2 {
  grid-column-gap: 10px;
  background-color: #ffd600;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.purchase-button-container-2:hover {
  background-color: #ffe55f;
}

.purchase-button-text {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.main-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.main-container.hidden {
  display: none;
}

.content-container {
  grid-column-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  margin-bottom: 64px;
  text-decoration: none;
  display: flex;
}

.text-container {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.text-container-2 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.subtitle-container {
  grid-column-gap: 4px;
  background-color: #121212;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 10px 4px 4px;
  text-decoration: none;
  display: flex;
}

.platform-container {
  grid-column-gap: 10px;
  background-color: #ffd6000d;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  text-decoration: none;
  display: flex;
}

.platform-name {
  color: #ffd600;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.subtitle {
  color: #ffd600;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.text-container-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.main-title {
  color: #fff;
  text-align: center;
  position: relative;
}

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

.main-text {
  color: #fff9;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.purchase-button-container-3 {
  z-index: 1;
  grid-column-gap: 10px;
  background-color: #ffd600;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
  position: relative;
}

.purchase-button-container-3:hover {
  background-color: #ffe55f;
}

.image-container {
  background-image: url('../images/Image-container.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 502px;
  position: relative;
  overflow: hidden;
}

.ellipse-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 406px;
  height: 421px;
  text-decoration: none;
  display: flex;
}

.main-heading {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.main-heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 90%;
  text-decoration: none;
}

.faq-section {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  padding-top: 144px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle {
  z-index: 0;
  background-image: url('../images/Rectangle_1.png');
  background-position: 0 0;
  background-size: cover;
  width: 221px;
  min-height: 221px;
  position: absolute;
  top: -14.4337px;
  left: 50%;
  transform: rotate(-3deg)translate(-50%);
}

.steps-container {
  grid-column-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.step-container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.step-container-2 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 97px;
  text-decoration: none;
  display: flex;
}

.step-line {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 10px;
  text-decoration: none;
  display: flex;
}

.step-number-container {
  background-color: #4d3e00;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.step-number {
  color: #ffd600;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.step-line-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 59px;
  text-decoration: none;
  display: flex;
}

.step-container-3 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.step-line-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 64px;
  text-decoration: none;
  display: flex;
}

.step-container-4 {
  grid-row-gap: 2px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40px;
  height: 48px;
  text-decoration: none;
  display: flex;
}

.features-container {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.feature-2-title {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.feature-2-title.left {
  text-align: left;
}

.main-container-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-container-2 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  padding-top: 128px;
  padding-bottom: 128px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.header-container {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-text-2 {
  color: #fff9;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.rectangle-2 {
  mix-blend-mode: screen;
  background-image: url('../images/Rectangle_2.png');
  background-position: 0 0;
  background-size: auto;
  width: 183px;
  min-height: 183px;
  position: absolute;
  top: -117.086px;
  left: auto;
  transform: rotate(-3deg);
}

.features-row-1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.features-row {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.feature-1-container {
  grid-row-gap: 8px;
  background-color: #ffffff08;
  border: 1px solid #ffffff0d;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.feature-1-title-container {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-style {
  object-fit: cover;
  overflow: hidden;
}

.feature-1-title {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.feature-1-description {
  color: #fff9;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.rectangle-3 {
  background-image: url('../images/Rectangle_3.png');
  background-position: 0 0;
  background-size: auto;
  width: 221px;
  min-height: 221px;
  position: absolute;
  top: -14.4337px;
  left: auto;
  transform: rotate(-3deg);
}

.rectangle-3.new {
  background-image: url('../images/Rectangle_6.png');
}

.faq-list {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  text-decoration: none;
  display: flex;
}

.faq-item {
  grid-row-gap: 16px;
  opacity: 1;
  cursor: pointer;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.faq-item:hover {
  background-color: #ffffff12;
}

.question-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.question {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  text-decoration: none;
}

.faq-item-2 {
  grid-row-gap: 16px;
  background-color: #ffffff08;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.container {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  padding-top: 192px;
  padding-bottom: 192px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-4 {
  z-index: 0;
  background-image: url('../images/Rectangle_4.png');
  background-position: 0 0;
  background-size: auto;
  width: 221px;
  min-height: 221px;
  position: absolute;
  top: 35.5664px;
  left: auto;
  transform: rotate(-3deg);
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.title-style {
  color: #fff9;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
}

.subtitle-2 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-style: italic;
  font-weight: 800;
  line-height: 100%;
  text-decoration: none;
}

.purchase-button-container-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.image-container-2 {
  position: absolute;
  top: 31.4271px;
  left: -3.3165px;
}

.main-heading-3 {
  color: #ffd600;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.main-heading-4 {
  color: #ffd600;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 90%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 36px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  padding-top: 64px;
  padding-bottom: 36px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.footer-bottom-section {
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.other-devices {
  color: #ffffff40;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.footer-payment-methods {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  text-decoration: none;
  display: none;
}

.footer-payment-method-item {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-payment-method-icon {
  background-color: #0b0b0b;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.group {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 20px;
  text-decoration: none;
  display: flex;
}

.footer-crypto-payment {
  grid-column-gap: 6px;
  background-color: #0b0b0b;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 12px;
  padding-right: 12px;
  text-decoration: none;
  display: flex;
}

.footer-crypto-text {
  color: #ffffff80;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.main-title-0 {
  color: #ffd600;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.main-title-1 {
  color: #fff;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.title-0, .title-1 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.feature-2-title-1 {
  color: #ffd600;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.feature-2-title-0 {
  color: #fff;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  text-decoration: none;
}

.feature-2-title-2 {
  color: #ffd600;
  letter-spacing: undefinedundefined;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.main-text-0 {
  color: #fff9;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.main-text-1 {
  color: #fff;
  letter-spacing: -.04em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: underline;
}

.promo-container {
  background-image: url('../images/Vector_2.svg');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 366px;
  height: 196px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: rotate(-3deg)translate(-50%);
}

.main-heading-5 {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.main-heading-6 {
  color: #000;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 90%;
  text-decoration: none;
}

.image {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.faq-item-3 {
  grid-row-gap: 12px;
  cursor: pointer;
  border: 2px solid #2223;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.faq-item-3:hover {
  border-color: #22222259;
}

.faq-item-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.faq-item-text {
  color: #222;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.frame-style-2 {
  overflow: hidden;
}

.faq-item-description {
  color: #2229;
  letter-spacing: -.02em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  text-decoration: none;
}

.italic-text {
  vertical-align: super;
  font-size: 14px;
  line-height: 110%;
}

.image-2 {
  z-index: 0;
  position: absolute;
  top: 32px;
}

.text-span {
  color: #ffd600;
}

.text-span-2 {
  color: #ffd701;
}

.banner {
  grid-column-gap: 6px;
  background-color: #ffd600;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-container-4 {
  grid-column-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.main-text-3 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.highlight-container {
  grid-column-gap: 10px;
  background-color: #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px;
  text-decoration: none;
  display: flex;
}

.highlight-text {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.main-container-3 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rectangle-5 {
  aspect-ratio: 1;
  mix-blend-mode: screen;
  background-image: linear-gradient(186.77deg, #0000, #000), url('../images/Rectangle.png');
  background-size: auto, cover;
  height: 100%;
  position: absolute;
  top: 4px;
  left: auto;
  right: -242px;
}

.rectangle-5._2 {
  left: -242px;
  right: auto;
}

.rectangle-6 {
  mix-blend-mode: screen;
  background-image: linear-gradient(186.77deg, #0000, #000), url('../images/Rectangle.png');
  min-height: 558px;
  position: absolute;
  top: 4px;
  left: -242px;
}

.content-container-3 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  padding-top: 56px;
  padding-bottom: 56px;
  text-decoration: none;
  display: flex;
}

.text-container-5 {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.subtitle-container-2 {
  grid-column-gap: 8px;
  background-color: #121212;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px 4px 4px;
  text-decoration: none;
  display: flex;
}

.platform-container-2 {
  grid-column-gap: 10px;
  background-color: #ffd6000d;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 6px;
  text-decoration: none;
  display: flex;
}

.platform-name-2 {
  color: #ffd600;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}

.main-title-2 {
  text-align: center;
}

.main-text-4 {
  color: #fff9;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
}

.purchase-button-container-5 {
  grid-column-gap: 10px;
  color: #000;
  background-color: #ffd600;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 14px 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.purchase-button-container-5:hover {
  background-color: #ceae0a;
}

.purchase-button-container-5.small {
  padding-top: 8px;
  padding-bottom: 8px;
}

.purchase-button-container-5.form {
  width: 100%;
}

.purchase-button-container-5.big {
  padding: 16px 24px;
}

.purchase-button-container-5.big.w--current {
  padding-top: 16px;
  padding-bottom: 16px;
}

.purchase-button-container-5.big.secondary {
  background-color: #fff;
}

.purchase-button-container-5.big.secondary:hover {
  background-color: #ffffffd9;
}

.purchase-button-text-2 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.main-title-3 {
  color: #ffd600;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.main-title-4 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 72px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: none;
}

.main-container-4 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content-container-4 {
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1056px;
  padding-top: 192px;
  padding-bottom: 64px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.rectangle-7 {
  z-index: -1;
  aspect-ratio: 1;
  background-image: url('../images/Rectangle_5.png');
  background-size: cover;
  min-height: 221px;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translate(-50%);
}

.title-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.title-style-2 {
  color: #fff;
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.frame-2 {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1024px;
  text-decoration: none;
  display: flex;
}

.container-3 {
  background-color: #080808;
  border: 1px solid #121212;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-3 {
  grid-column-gap: 6px;
  background-image: linear-gradient(0deg, #ffd60000 0%, #ffd6000d 100%);
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.button-container {
  grid-column-gap: 6px;
  background-color: #4d3e00;
  border: 1px solid #4d3e00;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #ffd600;
  letter-spacing: -.04em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.frame-4 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.main-heading-7 {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.frame-5 {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rectangle-1 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 1px;
  text-decoration: none;
  display: flex;
}

.frame-6 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.main-heading-8 {
  color: #ffd600;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.main-heading-9 {
  color: #3c3c3c;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: line-through;
}

.frame-8 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 6px;
  text-decoration: none;
  display: flex;
}

.call-to-action-button-container {
  grid-column-gap: 10px;
  border: 1px solid #3c3c3c;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.call-to-action-button-container:hover {
  background-color: #ffffff08;
}

.call-to-action-button-text {
  color: #fff;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.container-4 {
  background-color: #ffd600;
  border: 1px solid #4d3e00;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.frame-9 {
  grid-column-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-container-2 {
  grid-column-gap: 6px;
  background-color: #000;
  border: 1px solid #4d3e00;
  border-radius: 6px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  text-decoration: none;
  display: flex;
}

.button-text-2 {
  object-fit: cover;
  position: absolute;
  top: -25px;
  left: auto;
  right: -24px;
}

.main-heading-10 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
}

.main-heading-11 {
  color: #000;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
}

.main-heading-12 {
  color: #4d3e00;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 900;
  line-height: 110%;
  text-decoration: line-through;
}

.secondary-button-container {
  grid-column-gap: 10px;
  background-color: #000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.secondary-button-container:hover {
  background-color: #1d1d1d;
}

.paymentmodal {
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
}

.paymentwindow {
  background-color: #0d0d0d;
  border: 1px solid #151515;
  border-radius: 10px;
  flex-flow: column;
  width: 360px;
  padding: 0;
  display: flex;
}

.paymentheader {
  color: #fff;
  border-bottom: 1px solid #ffffff08;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.svg {
  opacity: 1;
  width: 16px;
}

.closemodal {
  opacity: .5;
}

.closemodal:hover {
  opacity: 100;
}

.paymentbody {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px;
  display: flex;
}

.paymentbodycaption {
  color: #fff9;
  font-weight: 500;
}

.form-block {
  width: 100%;
}

.text-field {
  color: #fff;
  background-color: #ffffff08;
  border: 1px #000;
  border-radius: 6px;
  height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.text-field:hover {
  background-color: #ffffff0d;
}

.text-field:active, .text-field:focus {
  border-style: solid;
  border-color: #ffffff26;
}

.text-field::placeholder {
  color: #ffffff80;
}

.code-embed {
  display: none;
}

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

.text-block {
  display: flex;
}

@media screen and (max-width: 991px) {
  .main-container {
    flex-flow: row;
  }

  .content-container {
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 32px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-container {
    justify-content: flex-start;
    align-items: center;
  }

  .text-container-2, .main-title.left {
    text-align: center;
  }

  .image-container {
    background-size: cover;
    width: 502px;
  }

  .faq-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .content-container-2 {
    padding: 128px 24px;
  }

  .features-row-1 {
    grid-template-columns: 1fr 1fr;
  }

  .rectangle-5 {
    display: none;
  }

  .main-title-3, .main-title-4 {
    font-size: 48px;
  }

  .frame-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

  .rectangle-1 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .title-style {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .purchase-button-text {
    font-size: 18px;
  }

  .content-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-container {
    aspect-ratio: 1;
    width: 100%;
    height: auto;
  }

  .faq-section, .content-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .features-row-1 {
    grid-template-columns: 1fr;
  }

  .feature-1-container {
    padding: 16px;
  }

  .feature-1-title {
    font-size: 18px;
  }

  .feature-1-description {
    font-size: 16px;
  }

  .faq-item {
    padding: 16px;
  }

  .question {
    font-size: 18px;
  }

  .title-style {
    text-align: center;
    font-size: 26px;
  }

  .subtitle-2 {
    font-size: 32px;
  }

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

  .main-title-0, .main-title-1 {
    font-size: 42px;
  }

  .title-0, .title-1 {
    font-size: 32px;
  }

  .main-text-0 {
    font-size: 14px;
  }

  .promo-container {
    left: auto;
    right: auto;
    transform: scale(.5)rotate(-3deg)translate(-20%);
  }

  .div-block {
    font-size: 14px;
  }

  .faq-item-text {
    font-size: 16px;
  }

  .faq-item-description {
    font-size: 14px;
  }

  .content-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-title-3 {
    font-size: 48px;
  }

  .main-title-4 {
    font-size: 36px;
  }

  .content-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .title-style-2 {
    font-size: 24px;
  }

  .frame-2 {
    grid-row-gap: 12px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .paymentmodal {
    padding-left: 8px;
    padding-right: 8px;
    display: none;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_48301ba3-1821-3427-8833-d4f4dfe75483-86a5001d {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_48301ba3-1821-3427-8833-d4f4dfe75483-86a5001d {
    grid-column: span 1 / span 1;
  }
}


