:root {
  --b: #020200;
  --y: #ffcd0b;
  --yellow-bg: #5d541a;
  --yellow-text: #ffe84d;
  --baked-pink-lighter: #c47aff;
  --yellow-darker-for-text: #b39008;
  --dark-purple-ui: #360d68;
  --white: white;
  --bg-body: #010c0a;
  --black: black;
  --baked-pink: #ad48fd;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.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-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: #333;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #333;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

.hero-section {
  color: #b0b1b6;
  background-color: #020200;
  background-image: url('../images/group-141-1.svg'), url('../images/mask-group-13.png');
  background-position: 50% 30%, 50%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.benefices-white {
  background-image: url('../images/frame-481667.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 230px;
  display: flex;
  overflow: hidden;
}

.section-dark {
  color: #cacbd1;
  background-color: #020200;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.section-dark.pt-0 {
  padding-top: 0;
}

.testimonials {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.pricing-section {
  background-image: url('../images/heartbg.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.faq-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 80px;
  display: flex;
}

.footer-section {
  background-color: #020200;
  background-image: linear-gradient(0deg, #020200, #02020000), url('../images/group-47661-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px 0;
  display: flex;
}

.header-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 910px;
  display: flex;
}

.header-div.is-left {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
}

.header-div.is-left.maxz {
  max-width: 515px;
}

.header-div.is-left.maxz.q {
  max-width: 505px;
}

.header-div.is-relative {
  z-index: 2;
  text-align: center;
  margin-top: 64px;
  margin-bottom: 20px;
  position: relative;
}

.header-div.central {
  text-align: center;
}

.header-div.central.mt-140 {
  margin-top: 140px;
}

.header-div.central.mt-140.mb-60 {
  margin-bottom: 60px;
}

.preheading-div {
  background-color: #fbfaf9;
  border: 1px solid #ebe7e0;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 4px 8px;
  display: flex;
  box-shadow: inset 0 -2px #ebe7e0;
}

.text {
  color: #33333380;
  text-align: center;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.text.is-preheading {
  color: #ffcf0e;
  -webkit-text-stroke-color: #0e0e0c;
  font-family: Calsans;
  font-size: 16px;
}

.text.is-preheading.blk {
  color: #070704;
  margin-bottom: -16px;
  padding-bottom: 0;
}

.text.is-left {
  color: var(--b);
  text-align: left;
}

.text.is-left.is-light {
  color: #b0b1b6;
  text-align: justify;
  width: 90%;
  margin-bottom: 0;
  font-weight: 400;
}

.text.is-left.is-light.h3 {
  color: #fff;
  font-family: Calsans;
}

.text.is-left.is-light.ctrd {
  color: #b0b1b6;
  text-align: center;
  font-weight: 400;
}

.text.is-left.is-light.ctrd.is-big {
  letter-spacing: .5px;
  font-family: Calsans;
}

.text.is-left.is-light.ctrd.bold {
  color: #ffcd0b;
  font-family: Calsans;
}

.text.is-left.is-light.ctrd.is-left-2 {
  text-align: left;
}

.text.is-left.is-light.ctrd.asseenon {
  color: #fff;
  letter-spacing: 8px;
  -webkit-text-stroke-color: #fff;
  font-weight: 700;
}

.text.is-left.is-light.ctrd.asseenon.little {
  color: #8a8a8a;
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 700;
}

.text.is-left.is-light.ctrd.fs-20 {
  font-size: 20px;
  line-height: 1.6;
}

.text.is-left.is-light.ctrd.fs-20.mb-20 {
  margin-bottom: 20px;
}

.text.is-left.is-light.ctrd.fs-20.mb-40 {
  margin-bottom: 40px;
}

.text.is-left.is-light.is-ctrd.fs-20 {
  font-size: 20px;
}

.text.is-left.is-black {
  color: #050501;
  font-family: Calsans;
}

.text.is-black {
  color: #050501;
}

.text.fs-20 {
  font-size: 20px;
}

.text.fs-24 {
  font-size: 24px;
}

.h2 {
  color: #050501;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 52px;
}

.h2.is-white {
  color: #fff;
  font-weight: 600;
}

.h2.is-centered {
  text-align: center;
}

.yellow-text {
  color: #ffd600;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffdc24, #ffc700);
  -webkit-background-clip: text;
  background-clip: text;
}

.faq-paragraph {
  color: #605a57;
  background-color: #0000;
  margin-bottom: 0;
  padding: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.faq-paragraph.is-modal {
  padding-top: 0;
}

.faq-dropdown-list {
  background-color: #151720;
  border-radius: 24px;
  position: static;
}

.faq-dropdown-list.w--open {
  background-color: #0000;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.faq-wrapper {
  width: 50%;
}

.faq-wrapper.full-width {
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
}

.faq-dropdown {
  z-index: 0;
  background-color: #0000;
  border: 1px #f5f5f5;
  border-radius: 16px;
  width: 100%;
  margin-bottom: 10px;
  transition: transform .3s;
  display: block;
  overflow: hidden;
  box-shadow: 0 0 0 1px #12376914, 0 1px 2px #a4acb929, 0 2px 4px #36394a0f;
}

.faq-dropdown:hover {
  transform: translate(0, -2px);
}

.faq-dropdown.faq-dropdown-toggle.full-width {
  cursor: pointer;
}

.faq-dropdown.faq-dropdown-toggle.full-width.modal-close {
  color: #37322f;
  font-size: 18px;
  font-weight: 600;
}

.faq-dropdown.faq-dropdown-toggle.full-width.modal-close.crisp-open {
  border-color: #f5f5f5 !important;
}

.faq-icon-line {
  background-color: #000;
  border-radius: 4px;
  width: 14px;
  height: 2px;
}

.faq-icon-line.rotate {
  background-color: #000;
  width: 14px;
  height: 2px;
  position: absolute;
  transform: rotate(90deg);
}

.faq-title {
  white-space: normal;
  max-width: 100%;
}

.faq-title.large {
  color: #37322f;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 22px;
}

.faq-icon-block {
  background-color: #0000;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-right: 0;
  display: flex;
  position: relative;
}

.faq-dropdown-toggle {
  color: #fff;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.faq-dropdown-toggle.full-width {
  color: #222;
  background-color: #fff;
  border: 1px #f5f5f5;
  border-radius: 16px;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: auto;
  padding: 24px;
  font-weight: 600;
}

.faq-dropdown-toggle.full-width.w--open {
  z-index: 2;
}

.import-section {
  justify-content: space-between;
  width: 100%;
  max-width: 1150px;
  margin-bottom: 40px;
  display: flex;
}

.asset-import-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.edit-section {
  background-image: url('../images/frame-481666.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 4px #ffd70240;
}

.div-asset-edit {
  aspect-ratio: 747 / 433;
  object-fit: cover;
  background-image: url('../images/jojotoutoutotutoutotutoutotu.png');
  background-position: 50% 0;
  background-size: cover;
  width: 670px;
  height: 433px;
  position: absolute;
  left: 50%;
}

.image-asset {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 747px;
  max-width: 747px;
  height: 447px;
  position: absolute;
  left: 0%;
  overflow: hidden;
}

.image-asset._2 {
  object-fit: cover;
  width: 773px;
  height: 485px;
}

.asset-import.features {
  width: 65%;
}

.schedule-section {
  background-image: url('../images/bgheartrogne.png'), linear-gradient(#0e0e0e, #020200);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-radius: 24px;
  width: 100%;
  max-width: 1150px;
  height: 585px;
  margin-top: 130px;
  padding-top: 80px;
  padding-left: 80px;
  display: flex;
  position: relative;
  top: -130px;
}

.div-creator-section {
  width: 100%;
  max-width: 1150px;
  margin-top: 80px;
  display: flex;
}

.div-creator-section.pad-cusotm {
  margin-top: -80px;
}

.div-features {
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
}

.grid-3x1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-feature-bloc {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.seperator {
  background-color: #f4f1ee;
  width: 100%;
  height: 1px;
}

.seperator._2 {
  background-color: #f4f1ee0d;
}

.h3 {
  color: #37322f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
}

.h3.is-white {
  color: #fff;
}

.h3.is-white.is-yellow {
  color: #ffd702;
}

.h3.header-list {
  text-align: left;
  width: 100%;
  font-size: 16px;
  line-height: 120%;
}

.h3.header-list.is-yellow.header-list-yellow {
  font-size: 16px;
  font-weight: 600;
}

.div-included {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-list.is-hori {
  flex-direction: row;
  justify-content: flex-start;
}

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

.pricing-grid.with-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.pricing-grid.mt-60 {
  margin-top: 60px;
}

.pricing-grid.mt-40 {
  margin-top: 40px;
}

.h2-2 {
  color: #37322f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans;
  font-size: 48px;
  line-height: 52px;
}

.h2-2.is-white {
  color: #fff;
  font-weight: 600;
}

.div-icon-included {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px #e1e2e4;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 8px 14px;
  display: flex;
  box-shadow: 0 2px 6px #122b690a, 0 1px 2px #122b6914, 0 0 0 1px #122b6914;
}

.icon-pricing, .icon-img, .icon-img.is-yellow {
  border-radius: 100px;
}

.text-2 {
  color: #605a57;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.text-2.is-left {
  text-align: left;
  font-weight: 400;
}

.text-2.is-left.is-white {
  color: #9998a1;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.text-2.is-button {
  color: #37322f;
}

.pricing-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 1px 2px #a4acb929, 0 2px 4px #36394a0f;
}

.pricing-card.is-black {
  background-color: #020200;
  background-image: url('../images/group-47633-1.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
}

.pricing-div {
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
}

.pricing-tag-div {
  align-items: flex-end;
  display: flex;
}

.icon-img-pricing {
  flex: none;
  width: 15px;
  height: 15px;
}

.icon-img-pricing.cross {
  width: 12px;
  height: 12px;
}

.div-popular {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.testi-div {
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
}

.button-yellow {
  color: #050501;
  background-color: #0000;
  background-image: linear-gradient(#ffd702, #ffb802);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-family: Calsans;
  font-size: 16px;
  display: flex;
  box-shadow: inset 0 2px 0 1px #ffffff38, 0 2px 4px #ffd70240;
}

.testi-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.testi-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 0 2px #a4acb929, 0 2px 4px #36394a0f;
}

.testi-card.hide {
  justify-content: space-between;
}

.div-avatar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.avatar {
  object-fit: cover;
  border-radius: 50px;
  width: 50px;
  height: 50px;
}

.gradient {
  background-image: linear-gradient(to top, #fff 5%, #0000);
  width: 100%;
  max-width: 1300px;
  height: 150px;
  display: block;
  position: relative;
  bottom: 144px;
}

.div-cta {
  background-image: url('../images/frame-481636.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 370px;
  display: flex;
}

.button-black {
  background-color: #0e0e0f;
  background-image: linear-gradient(to top, #000, #191919);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .35s;
  box-shadow: 0 0 0 1px #122b6914, 0 1px 2px #122b6914, 0 2px 6px #122b690a;
}

.button-black:hover {
  transform: scale(.95);
}

.button-black.is-100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-family: Calsans;
  display: flex;
}

.footer-logo {
  height: 33px;
}

.footer-grid {
  grid-template-rows: auto;
  width: 350px;
}

.footer-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-div {
  border-bottom: 1px solid #ffdc240d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  margin-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.text-3 {
  color: #605a57;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.text-3.is-white {
  color: #9e9e9e;
}

.text-3.is-white.is-14 {
  font-family: Inter, sans-serif;
  font-size: 14px;
}

.text-3.is-white.is-14.real-white {
  color: #fff;
  font-family: Inter, sans-serif;
}

.footer-side {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-side.is-left {
  justify-content: flex-end;
  width: auto;
}

.credits-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.is-yellow {
  color: #ffcd0b;
}

.h1 {
  color: #fffbe7;
  text-align: center;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  line-height: 1.2;
}

.h1.h1white {
  color: #000;
  margin-bottom: 20px;
}

.h1.h1white.mb-0 {
  margin-bottom: 0;
}

.h1.fs-45 {
  font-size: 45px;
}

.is-socials {
  position: relative;
}

.image {
  z-index: 0;
  width: 750px;
  height: 750px;
  position: absolute;
  inset: auto 0% -63% 21%;
}

.div-main-asset {
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1150px;
  margin-top: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.video-bg {
  z-index: 1;
  background-color: #ffdc240d;
  border-radius: 16px;
  height: 675px;
}

.hero-bg {
  z-index: 0;
  background-image: url('../images/gradient-dark.svg.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 0%;
}

._1150 {
  background-image: url('../images/group-141-1.svg');
  background-position: 50% -100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-left: 1px solid #ffdc240d;
  border-right: 1px solid #ffdc240d;
  width: 100%;
  max-width: 1150px;
  height: 100%;
}

.hori {
  z-index: 2;
  border-right: 1px solid #ffdc240d;
  width: 100%;
  position: absolute;
  inset: auto 0% -17.5%;
}

.brand {
  align-items: center;
  display: flex;
}

.hamburger-line-b {
  background-color: #171a15;
  border-radius: 100vw;
  width: 48px;
  height: 3px;
  position: absolute;
  inset: 14px 8px auto auto;
}

.hamburger-line-b.bottom {
  top: 30px;
}

.nav-bar-2 {
  -webkit-text-fill-color: inherit;
  background-color: #020200;
  background-clip: border-box;
  width: 100%;
  margin-bottom: 0;
  padding: 20px 40px;
  position: static;
}

.nav-bar-2.legal {
  background-color: #fff;
  border-left-style: none;
  border-right-style: none;
}

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

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

.container-2 {
  width: 100%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

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

.button-nav {
  background-color: var(--y);
  color: var(--b);
  -webkit-text-stroke-color: var(--b);
  background-image: linear-gradient(#05051f00, #ffdc240d);
  border: 1px solid #fffbe71a;
  border-radius: 100px;
  padding: 9px 16px;
  font-family: Satoshi Variable;
  font-size: 18px;
  transition: all .35s;
}

.button-nav:hover {
  background-color: var(--y);
  color: var(--b);
  background-image: none;
  font-weight: 600;
  transform: scale(.95);
}

.button-nav.hide.rsvp.shown-in-navbar-dropdown {
  display: none;
}

.button-nav.hide.daniel-navbar {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
}

.button-nav.hide.daniel-navbar.shown-in-navbar-dropdown {
  display: none;
}

.nav-link-2 {
  color: #fffbe7;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-link-2:hover {
  color: var(--y);
  transform: translate(0, -4px);
}

.nav-link-2.w--current {
  color: #fff;
}

.nav-link-2.log-in-mob {
  display: none;
}

.logo-2 {
  height: 33px;
}

.div-hold {
  border-bottom: 1px solid #ffdc240d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
}

.div-bg {
  background-color: #ffdc240d;
  border-right: 1px solid #ffdc240d;
  border-radius: 21px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding: 5px;
  display: flex;
}

.div-video-hold {
  background-color: #ffdc2403;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 1200px;
  height: 680px;
  display: flex;
}

.div-1-verti {
  background-color: #ffdc240d;
  border-left: 1px solid #ffdc240d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 1px;
  height: 100%;
  display: flex;
}

.div-1-verti._50 {
  margin-right: 50px;
}

.div-hero-wrap {
  background-color: #ffdc2403;
  border-left: 1px solid #ffdc240d;
  border-right: 1px solid #ffdc240d;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-linesa {
  background-color: #020200;
  background-image: url('../images/group-141-1.svg'), url('../images/mask-group-13.png');
  background-position: 0 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  border-bottom: 1px solid #ffdc240d;
  border-left: 1px solid #ffdc240d;
  border-right: 1px solid #ffdc240d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  display: flex;
}

.div-further {
  background-color: #0000;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.video-big-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 100px;
  display: flex;
}

.nav-wrap {
  background-color: #ffdc2403;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-wrap.legal {
  background-color: #0000;
  max-width: 100%;
}

.dib-nav-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testi-send-icon-div {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
  display: flex;
}

.div-testi-avatar {
  width: 100%;
}

.grid-testi-ava {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.sp-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.avatar-sp {
  border: 2px #000;
  border-radius: 100px;
  width: 45px;
  height: 45px;
}

.body {
  background-color: #010c0a;
  font-family: Inter Tight, sans-serif;
}

.button-border {
  background-color: #0000;
  background-image: linear-gradient(#ffcd0b1a, #0000);
  border: 1px solid #ffcd0b40;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

.button-border.is-pricing {
  width: 100%;
  height: 54px;
}

.hero-button {
  background-color: var(--y);
  color: #020200;
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.hero-button:hover {
  background-color: #ffd000;
  transform: scale(.95);
}

.hero-button.v1.is1 {
  justify-content: center;
  width: 100%;
  height: 54px;
}

.hero-button.v1.rsvp.fs-14 {
  font-size: 14px;
}

.hero-button.v1.rsvp.fs-15 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 15px;
}

.subheading-div {
  grid-column-gap: 6px;
  background-color: #ffcd0b1a;
  border: 1px #f1f1f1;
  border-radius: 100px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 1px 6px -3px #18274b2b;
}

.subheading-div:hover {
  transform: scale(1.05);
}

.txtv2 {
  color: #505459;
  text-align: center;
  letter-spacing: -.2px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

.txtv2.subheading {
  color: var(--y);
  letter-spacing: -.2px;
  margin-top: 0;
  font-family: Satoshi Variable;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  position: static;
}

.opnai {
  width: 60px;
}

.div-sp-hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  display: flex;
}

.sp-hero {
  width: 400px;
}

.star-div {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.star {
  width: 105px;
}

.stars {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-sp-avatar {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.div-bullet {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 4px;
  margin-bottom: 4px;
  display: flex;
}

.bullet {
  width: 20px;
  height: 20px;
}

.div-asset-abso {
  width: 100%;
  height: 635px;
  position: absolute;
  top: 12%;
  left: 50%;
  overflow: hidden;
}

.div-asset-abso.asset-up.hide-desktop {
  display: none;
}

.div-edit-hold {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.page-wrapper {
  display: block;
  overflow: hidden;
}

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

.tbas-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-top: 40px;
  display: flex;
}

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

.tabs-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.white {
  color: var(--b);
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
}

.tabs-content {
  margin-top: 40px;
  overflow: visible;
}

.monthly {
  background-color: var(--b);
  border-radius: 100px;
  padding: 10px 20px;
}

.monthly.w--current {
  color: var(--b);
  background-color: #ffd002;
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 500;
}

.text-block {
  color: #fff;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 700;
}

.pricing-tabs {
  flex-direction: column;
  display: flex;
}

.tabs-menu-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px #262926;
  border-radius: 100px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 14px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  display: flex;
  box-shadow: 0 0 1px #12376914, 0 1px 2px #a4acb929, 0 2px 4px #36394a0f;
}

.tab-link {
  color: #fff;
  background-color: #ddd0;
  border-radius: 100px;
  padding: 5px 23px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  transition: all .3s;
}

.tab-link:hover {
  color: #000;
  background-color: #ffcd0b40;
  border-radius: 100px;
}

.tab-link.w--current {
  background-color: var(--y);
  color: #000;
  border-radius: 100px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Satoshi Variable;
  font-weight: 600;
}

.tab-link.is-usd.active-currency {
  padding-left: 20px;
  padding-right: 20px;
}

.tab-link.active-currency {
  background-color: var(--y);
}

.tabs-content-2 {
  overflow: visible;
}

.tabs-content-2.hidden {
  display: none;
}

.bold-text {
  font-family: Inter, sans-serif;
}

.bold-text-2 {
  font-family: Satoshi Variable;
}

.edit-parent-parent {
  width: 100%;
  max-width: 1150px;
  height: 585px;
}

.text-block-2, .text-block-3, .bold-text-3, .bold-text-4 {
  color: var(--b);
}

.link-block {
  text-decoration: none;
}

.body-2, .body-3 {
  background-color: #020200;
}

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

.div-legal-text {
  width: 100%;
  max-width: 1150px;
}

.hero-blog {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.hero-blog.pb-200 {
  padding-bottom: 200px;
}

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

.blog-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-2 {
  border-radius: 20px;
}

.heading {
  color: #ffcd0b;
  text-align: center;
  font-family: Calsans;
}

.section {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  padding-top: 60px;
  padding-bottom: 60px;
}

.decription {
  color: #7c7c7c;
  text-align: center;
  margin-bottom: 39px;
  font-family: Satoshi Variable;
}

.rich-text-block {
  aspect-ratio: auto;
  color: #000;
  overflow-wrap: normal;
  object-fit: fill;
  margin-top: 69px;
  font-family: Satoshi Variable;
  font-weight: 400;
}

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

.filter-wrapper {
  width: 80%;
  max-width: 1200px;
}

.filter-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  display: flex;
}

.all-blog-post-container {
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 32px;
  width: 100%;
  max-width: 1200px;
  padding-bottom: 60px;
}

.blog-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 16px 16px 100px;
  display: grid;
}

.blog-item {
  border: 1px solid #d4d4d4;
  border-radius: 16px;
  height: auto;
  margin-bottom: 0;
  transition: all .35s;
  position: relative;
}

.blog-item:hover {
  transform: scale(.95);
}

.blog-title {
  margin-top: 0;
  margin-bottom: 0;
  padding: 24px;
  font-size: 24px;
  font-weight: 600;
}

.checkbox {
  display: none;
}

.radio-field {
  color: #fff;
  background-color: #363636;
  border-radius: 58px;
  align-items: center;
  width: auto;
  height: 45px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 20px;
  transition: all .2s;
  display: flex;
}

.radio-field:hover {
  transform: scale(.95);
}

.radio-field.is-active-filter {
  align-items: center;
  display: flex;
}

.radio-label {
  text-shadow: 0 0 5.2px #00000040;
  margin-bottom: 0;
  font-family: Calsans;
  font-size: 16px;
  font-weight: 600;
}

.blog-titi {
  height: 250px;
  min-height: 250px;
  max-height: 250px;
  padding: 30px;
  position: relative;
}

.post-filter {
  border-radius: 100px;
  padding: 12px 12px 10px;
  font-family: Calsans;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.blog-infos-container {
  padding-bottom: 10px;
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  inset: auto 0% 0%;
}

.post-date {
  color: #828282;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.post-img {
  border-radius: 16px;
  width: 100%;
  height: auto;
}

.radio-button {
  display: none;
}

.is-active-filter {
  transform: scale(.95);
}

.link-txt {
  color: var(--b);
  height: 100%;
  padding: 0;
  text-decoration: none;
}

.collection-list-wrapper {
  border-radius: 16px;
  width: 50%;
  margin-left: 20px;
  display: block;
  position: absolute;
  inset: 50% 0%;
}

.link-img {
  width: 100%;
}

.collection-item {
  background-color: var(--y);
  border-radius: 16px;
}

.collection-item-post {
  position: relative;
}

.blog-infos {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.blog-txt {
  height: 200px;
  min-height: 200px;
  max-height: 200px;
}

.collection-list {
  width: 50%;
}

.blog-filter {
  font-family: Calsans;
  font-size: 16px;
  font-weight: 600;
}

.nav-bar-white {
  -webkit-text-fill-color: inherit;
  background-color: #020200;
  background-clip: border-box;
  border-bottom: 1px #ffdc240d;
  border-left: 1px solid #ffdc240d;
  border-right: 1px solid #ffdc240d;
  width: 100%;
  max-width: 1150px;
  margin-bottom: 0;
  padding: 20px 40px;
  position: static;
}

.nav-bar-white.legal {
  background-color: #fff;
  border-left-style: none;
  border-right-style: none;
}

.nav-link-black {
  color: #000;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 8px 12px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  transition: transform .4s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.nav-link-black:hover {
  color: var(--y);
  transform: translate(0, -4px);
}

.nav-link-black.w--current {
  color: #171a15;
}

.image-3 {
  height: 25px;
  max-height: none;
  margin-right: 8px;
  padding-bottom: 0;
  padding-right: 0;
}

.filter-post {
  font-family: Calsans;
  font-size: 16px;
  font-weight: 600;
}

.hamburger-line-black {
  background-color: #171a15;
  border-radius: 100vw;
  width: 48px;
  height: 3px;
  position: absolute;
  inset: 14px 8px auto auto;
}

.hamburger-line-black.bottom {
  top: 30px;
}

.hamburger-line-b-copy {
  background-color: #171a15;
  border-radius: 100vw;
  width: 48px;
  height: 3px;
  position: absolute;
  inset: 14px 8px auto auto;
}

.hamburger-line-b-copy.bottom {
  top: 30px;
}

.logo-black {
  height: 33px;
}

.tag-blog {
  font-family: Calsans;
  font-weight: 600;
}

.post {
  padding-bottom: 40px;
}

.heading-2 {
  margin-bottom: 20px;
}

.collection-list-otherpost {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.empty-state {
  background-color: #0000;
}

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

.subheading-div-blog {
  grid-column-gap: 6px;
  background-color: #ffcd0b;
  border: 1px #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 15px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 1px 6px -3px #18274b2b;
}

.subheading-div-blog:hover {
  transform: scale(1.05);
}

.image-4 {
  margin-left: auto;
  margin-right: auto;
}

.affi-section {
  background-color: #fff;
  background-image: url('../images/frame-2147223275-1.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.affi-img {
  border-radius: 24px;
  width: 100%;
}

.affi-div {
  width: 100%;
  max-width: 1150px;
  margin-top: 60px;
}

.h3-2 {
  color: #37322f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 100%;
}

.affi-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-end;
  display: flex;
}

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

.affi-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.img-title {
  height: 20px;
}

.affi-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 0 2px #a4acb929, 0 2px 4px #36394a0f;
}

.affi-img-div {
  width: 100%;
}

.text-4 {
  color: #020200;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.text-4.is-left {
  color: #020200;
  text-align: left;
}

.subheading-div-affi {
  grid-column-gap: 6px;
  background-color: #ffcd0b;
  border: 1px #f1f1f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  transition: all .35s;
  display: flex;
  box-shadow: 0 1px 6px -3px #18274b2b;
}

.subheading-div-affi:hover {
  transform: scale(.95);
}

.tag-affi {
  font-family: Calsans;
  font-weight: 600;
}

.creators-section {
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.tag-creators {
  font-family: Calsans;
  font-weight: 600;
}

.creators-div {
  width: 100%;
  max-width: 1150px;
  margin-top: 60px;
}

.creators-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  margin-bottom: 60px;
  display: grid;
}

.creators-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  box-shadow: 0 0 0 1px #12376914, 0 0 2px #a4acb929, 0 2px 4px #36394a0f;
}

.creators-identity-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  display: flex;
}

.creators-img-div {
  width: 100%;
}

.creators-text {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.creators-avatar {
  object-fit: contain;
  border-radius: 100px;
  width: 46px;
  height: 46px;
}

.creators-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-left: 0;
  text-decoration: none;
  display: flex;
}

.creators-name {
  color: var(--b);
}

.creators-logo {
  filter: invert();
}

.creators-identity {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.creators-titile {
  color: var(--b);
}

.creators-title {
  color: var(--b);
  text-align: left;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.creators-title.is-preheading {
  color: #ffcf0e;
  -webkit-text-stroke-color: #0e0e0c;
  font-family: Calsans;
  font-size: 16px;
}

.creators-title.is-preheading.blk {
  color: #070704;
  margin-bottom: -16px;
  padding-bottom: 0;
}

.creators-title.is-left {
  color: var(--b);
  text-align: left;
  font-family: Satoshi Variable;
}

.creators-title.is-left.is-light {
  color: #b0b1b6;
  text-align: justify;
  font-family: Satoshi Variable;
  font-weight: 400;
}

.creators-title.is-left.is-light.h3 {
  color: #fff;
  font-family: Calsans;
}

.creators-title.is-left.is-light.ctrd {
  color: #b0b1b6;
  text-align: center;
  font-family: Satoshi Variable;
  font-weight: 400;
}

.creators-title.is-left.is-light.ctrd.is-big {
  letter-spacing: .5px;
  font-family: Calsans;
}

.creators-title.is-left.is-light.ctrd.bold {
  color: #ffcd0b;
  font-family: Calsans;
}

.creators-title.is-left.is-light.ctrd.is-left-2 {
  text-align: left;
}

.creators-title.is-left.is-black {
  color: #050501;
  font-family: Calsans;
}

.creators-title.is-black {
  color: #050501;
}

.div-cta-affi {
  background-image: url('../images/frame-481636.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 370px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-affi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 0;
  display: flex;
}

.testi-div-affi {
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
}

.faq-section-affi {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

.creators-img {
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 350px;
}

.cta-affi {
  background-image: url('../images/frame-481636.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1150px;
  height: 370px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-affi-div {
  margin-top: 80px;
}

.h2-copy {
  color: #050501;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans;
  font-size: 48px;
  line-height: 52px;
}

.h2-copy.is-white {
  color: #fff;
  font-weight: 600;
}

.h2-copy.is-centered {
  text-align: center;
}

.h1black {
  color: var(--b);
  text-align: center;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans;
  font-size: 60px;
  line-height: 1.2;
}

.h1black.h1white {
  color: #000;
  margin-bottom: 20px;
}

.btn-affi {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.btn-yellow-affi {
  background-color: var(--y);
  color: var(--b);
  text-align: center;
  border-radius: 100px;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  font-family: Satoshi Variable;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.btn-yellow-affi:hover {
  background-color: #ffd000;
  transform: scale(.95);
}

.btn-yellow-affi.v1.is1 {
  justify-content: center;
  width: 100%;
  height: 54px;
}

.btn-yellow-affi.margin {
  margin-top: 60px;
}

.footer-div-affi {
  border-bottom: 1px solid #ffdc240d;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1150px;
  margin-top: 40px;
  padding-bottom: 80px;
  display: flex;
}

.footer-section-affi {
  background-color: #020200;
  background-image: linear-gradient(to top, #020200, #02020000), url('../images/group-47661-2.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.button-black-affi {
  background-color: #0e0e0f;
  background-image: linear-gradient(to top, #000, #191919);
  border-radius: 100px;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  transition: all .35s;
  box-shadow: 0 0 0 1px #122b6914, 0 1px 2px #122b6914, 0 2px 6px #122b690a;
}

.button-black-affi:hover {
  transform: scale(.95);
}

.button-black-affi.is-100 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  font-family: Calsans;
  display: flex;
}

.description {
  display: block;
}

.rich-text-block-2 {
  font-family: Satoshi Variable;
}

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

.h-64 {
  height: 64px;
}

.h-32 {
  height: 32px;
}

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
}

.asseecontainer {
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}

.txt-healine {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
}

.h-24, .benzinga {
  height: 24px;
}

.div-header-list {
  width: 100%;
}

.social-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: center;
  height: 20px;
  display: flex;
}

.social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.linkedin-logo, .x-logo, .tiktok-logo, .insta-logo, .ytb-logo, .discord-logo, .linkedin-link, .insta-link, .x-link, .tiktok-link, .ytb-link, .discord-link {
  height: 100%;
}

.flex-vertical-left-top-4 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.mt-20 {
  margin-top: 20px;
}

.benefit-wrapper-copy-8 {
  z-index: 6;
  text-align: left;
  align-items: center;
  width: 100%;
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.benefit-wrapper-copy-8.extremes-but-on-tablet {
  justify-content: space-between;
}

.benefit-wrapper-copy-8.extremes-but-on-tablet.wrapper-bb-list {
  z-index: auto;
  border-bottom: 1px dashed #ccc;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 0;
  padding-bottom: 20px;
  position: static;
}

.button-6 {
  color: #f1f3ff;
  text-align: center;
  cursor: pointer;
  background-color: #202122;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  padding: 14px 20px;
  transition: color .1s ease-in-out, background-color .1s ease-in-out;
  display: flex;
}

.button-6:hover {
  color: #404250;
  background-color: #ebedf0;
  text-decoration: none;
}

.button-6.w--current {
  color: #278ef5;
  background-color: #f6f7f9;
}

.button-6.button-blue {
  color: #fff;
  background-color: #278ef5;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.button-6.button-blue:hover {
  color: #fff;
  background-color: #3174df;
}

.button-6.button-blue.button-with-shadow-rectangle {
  border-radius: 8px;
  margin-bottom: 0;
  font-weight: 500;
  box-shadow: 0 4px 8px #0099ff4d;
}

.flex-horizontal-left-center {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.flex-horizontal-left-center.gap-6px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.html-embed-icon-7 {
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.html-embed-icon-7.html-icon-for-pricing-card-2, .html-embed-icon-7.html-icon-for-pricing-card-2-copy {
  width: 24px;
  height: 24px;
}

.html-embed-icon-7.mr-4 {
  margin-right: 4px;
}

.html-embed-icon-7.mr-4.green-tick {
  color: #2eb67c;
}

.icon-for-pricing-card-2 {
  color: #2eb67c;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  font-weight: 300;
  display: flex;
}

._100-text-align-left {
  text-align: left;
  width: 100%;
}

.archive-element-entry {
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.archive-element-entry._100-width.gap-16-row {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.modal-container-3 {
  z-index: 1500;
  text-align: left;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin: auto;
  padding: 40px;
  display: block;
  position: relative;
  box-shadow: 0 0 5px #0000000d;
}

.modal-container-3.bb-pop-up {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #808292;
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  font-size: 16px;
  line-height: 1.6;
  display: flex;
}

.archive-section-wrapper {
  text-align: left;
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
}

.archive-section-wrapper.gap-100 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

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

.flex-vertical-center-center.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-vertical-center-center.video-showcase-faceless-story---text-above {
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}

.flex-vertical-center-center.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
}

.flex-vertical-center-center.gap-20px {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.grey-text-3 {
  color: #777;
  font-weight: 500;
}

.flex-vertical-left-top {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-left-top._100-width {
  width: 100%;
}

.flex-vertical-left-top.hiw-step-1-2-3-service {
  font-size: 18px;
}

.flex-vertical-left-top.gap-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.flex-vertical-left-top.pr-40 {
  padding-right: 40px;
}

.flex-vertical-left-top.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.flex-vertical-left-top.maxw-40 {
  max-width: 50%;
}

.flex-vertical-left-top.text-in-feature-tab {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding: 60px;
  position: relative;
}

.subheading {
  opacity: .85;
  color: #fff;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.6;
}

.subheading.mw-700 {
  max-width: 700px;
}

.subheading.mb-30 {
  margin-bottom: 30px;
}

.subheading.mw-600 {
  max-width: 600px;
}

.subheading.maxw-800 {
  max-width: 800px;
}

.subheading.on-tools {
  margin-bottom: 20px;
}

.subheading.mt-20 {
  margin-top: 20px;
}

.subheading.mt-20.mb-10 {
  margin-bottom: 10px;
}

.subheading.mt-20.mb-10.maxw-540 {
  max-width: 540px;
}

.flex-vertical-center-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.wrapper-for-date-in-article {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  border: 1px solid #ddd;
  border-radius: 8px;
  align-items: center;
  width: 100%;
  padding: 4px 4px 4px 10px;
  display: flex;
}

.wrapper-for-date-in-article.mb-6 {
  margin-bottom: 6px;
}

.button-white-with-shadow {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 14px;
  font-weight: 600;
  transition: all .2s;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow:hover {
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 3px 9px #3c42571a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.show-hide-toc-button {
  width: 14.8vw;
  margin: 2px 0 20px 1px;
  font-size: 14px;
}

.button-white-with-shadow.blue-outline-on-hover:hover {
  color: #0f93ff;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #0f93ff, 0 3px 9px #0f93ff1a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button {
  margin-bottom: 10px;
  margin-right: 8px;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button:hover {
  color: #771ee6;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #771ee6, 0 3px 9px #0f93ff1a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button.w--current {
  color: #771ee6;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #771ee6, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.button-white-with-shadow.blue-outline-on-hover.website-examples-category-button.w--current:hover {
  background-color: #7c29e817;
}

.author-display-picture {
  object-fit: cover;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 40px;
  flex: none;
  width: 40px;
  height: 40px;
}

.author-display-picture.in-blog-post {
  width: 52px;
  height: 52px;
  margin-right: 12px;
}

.field-label-2 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.field-label-2.show-just-on-tablet {
  display: none;
}

._100-width {
  width: 100%;
}

._100-width.mt-10 {
  margin-top: 10px;
}

._100-width.mt-10.mb-30 {
  margin-bottom: 30px;
}

.blog-post-author-img-2 {
  object-fit: cover;
  border-radius: 100px;
  width: 52px;
  height: 52px;
  margin-right: 12px;
}

.toc-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: none;
}

.toc-wrapper.active {
  display: none;
}

.toc-wrapper.open {
  display: flex;
}

.link-in-breadcrumbs {
  color: #999;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
}

.link-in-breadcrumbs:hover {
  color: #111;
}

.link-in-breadcrumbs.return-to-blog-button {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 300;
}

.wrapper-for-author-block {
  text-align: left;
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 30px;
  display: flex;
}

.container-for-3-columns {
  text-align: left;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}

.container-for-3-columns.pb-140 {
  margin-bottom: 140px;
}

.humberger-menu.opacity-40 {
  opacity: .4;
}

.preheading {
  color: #aaa;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 700;
}

.preheading.mb-10 {
  margin-bottom: 10px;
}

.preheading.atauthor-preheading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
}

.blog-post-content-wrapper-for-all-3-columns {
  margin-bottom: 60px;
  position: relative;
}

.author-bio-wrapper {
  border-radius: 100px;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 10px;
  display: flex;
}

.author-bio-wrapper:hover {
  background-color: #e5e5e5;
}

.mt-40 {
  margin-top: 40px;
}

.menu-filtering-wrapper, .menu-filtering-grid {
  cursor: pointer;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: none;
}

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

.flex-horizontal-center-center.mt-40 {
  margin-top: 40px;
}

.flex-horizontal-center-center.gap-14px {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.flex-horizontal-center-center.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.flex-horizontal-center-center.gap-20.mb-60 {
  margin-bottom: 60px;
}

.flex-horizontal-center-center.list-of-benefits {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  max-width: 630px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.flex-horizontal-center-center.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.flex-horizontal-center-center.gap-6px {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.flex-horizontal-center-center.gap-8px {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.sidebar-left {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 16vw;
  height: 100vh;
  max-height: 85vh;
  margin-left: -17vw;
  padding-top: 0;
  padding-bottom: 25px;
  padding-right: 0;
  font-size: 16px;
  display: flex;
  position: sticky;
  top: 67px;
  overflow: auto;
}

.sidebar-left.for-filtering {
  width: 17vw;
  max-width: 230px;
  height: 100vh;
  max-height: 85vh;
  margin-left: -18vw;
  padding-bottom: 10px;
  padding-right: 5px;
}

.wc {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.wc.pb-100 {
  padding-bottom: 100px;
}

.wc.white-text {
  color: #fff;
}

.wc.but-for-navbar {
  z-index: 100;
  position: relative;
}

.wc.relative-1 {
  z-index: 1;
  position: relative;
}

.wc.relative-10 {
  z-index: 10;
  position: relative;
}

.label-above-encharge-form {
  margin-bottom: 3px;
  font-weight: 600;
  line-height: 1.2;
}

.label-above-encharge-form._1st-label {
  color: #808292;
  text-transform: uppercase;
  font-weight: 400;
}

.mt-20-2 {
  margin-top: 20px;
}

.span-link-purple {
  color: #7970ff;
  border-bottom: 2px solid #7970ff;
  transition: background-color .3s;
}

.span-link-purple:hover {
  background-color: #7970ff26;
}

.span-link-purple.no-underline-flex-horizontal {
  border-bottom-width: 0;
  align-items: center;
  display: flex;
}

.span-link-purple.no-underline-flex-horizontal.fs-16 {
  font-size: 16px;
}

.html-embed {
  width: 100%;
  height: 200px;
}

.fw-700 {
  font-weight: 700;
}

.html-embed-17 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.text-inside-cta-button {
  background-color: #e6be1e;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.text-inside-cta-button:hover {
  background-color: #c7a622;
}

.text-inside-cta-button.fs-14 {
  font-size: 14px;
}

.text-block-130-copy-copy {
  color: #999;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.rte-in-collection {
  color: #111;
  width: 100%;
  font-size: 18px;
  line-height: 1.7;
}

.rte-in-collection.white-text {
  color: #fff;
}

.rte-in-collection.white-text a {
  color: #a7a7a7;
  text-decoration: underline;
}

.rte-in-collection.white-text a:hover {
  color: #fff;
}

.flex-vertical-left-top-5 {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.flex-vertical-left-top-5.ml-0 {
  margin-left: 0;
}

.flex-vertical-left-top-5.ml-0.mb-0 {
  margin-bottom: 0;
}

.text-block-130-copy {
  color: #999;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
}

.text-block-130-copy.ml-3 {
  margin-left: 3px;
}

.html-embed-icon-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-icon-main.breadcrumb-delimitator {
  color: #999;
  width: 16px;
  height: auto;
}

.html-embed-icon-main.chevron-down-show-hide-toc {
  color: #999;
  width: 20px;
  height: 20px;
  padding-top: 1px;
}

.html-embed-icon-main.hiw-service-3-step-icon {
  color: var(--y);
  background-color: #fffc5d1c;
  border: 1px solid #ffffff36;
  border-radius: 12px;
  width: 60px;
  height: 60px;
  padding: 16px;
  box-shadow: 0 0 0 1px #dcf52324;
}

.html-embed-icon-main.ribbon-at-top-icon {
  color: #9bffd4;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.html-embed-icon-main.compare-page-entry {
  width: 30px;
  height: 30px;
  margin-right: 14px;
}

.html-embed-icon-main._20x20 {
  width: 20px;
  height: 20px;
}

.html-embed-icon-main._20x20.red {
  color: #ff2323;
}

.html-embed-icon-main.x-in-table {
  width: 20px;
  height: 20px;
  margin-right: 14px;
}

.html-embed-icon-main.tick-in-table {
  z-index: 10;
  background-color: var(--yellow-bg);
  color: var(--yellow-text);
  border-radius: 100px;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  padding: 4px;
  position: relative;
}

.html-embed-icon-main.tick-icon-in-tickbox {
  color: var(--baked-pink-lighter);
  background-color: #fff;
  border-radius: 100px;
  padding: 6px;
}

.html-embed-icon-main.tick-in-table {
  z-index: 10;
  color: #ffe84d;
  background-color: #5d541a;
  border-radius: 100px;
  width: 26px;
  height: 26px;
  margin-right: 14px;
  padding: 4px;
  position: relative;
}

.sidebar-right {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 16vw;
  height: 100vh;
  max-height: 85vh;
  margin-left: auto;
  margin-right: -17vw;
  padding-top: 0;
  padding-bottom: 25px;
  padding-right: 0;
  font-size: 14px;
  display: flex;
  position: sticky;
  top: 67px;
  overflow: auto;
}

.text-block-131 {
  margin-left: 5px;
}

.menu-bar-dash-smaller {
  background-color: #222;
  width: 35px;
  height: 2px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.blog-post-content {
  color: #222;
  text-align: left;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: -170vh;
  margin-bottom: 0;
  padding: 0 20px 10px;
  font-size: 18px;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.ml-10 {
  margin-left: 10px;
}

.ml-5 {
  margin-left: 5px;
}

.button-main {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #dbb82c;
  background-image: linear-gradient(#f1e7ff80, #28114540);
  background-clip: padding-box;
  border: 1px solid #dbb82c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #0000001f, 0 0 4px #0000000a, 0 4px 8px #00000014;
}

.button-main:hover {
  background-color: #6b22c7;
}

.cover-image {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
  max-height: 600px;
  margin-bottom: 60px;
}

.flex-horizontal-left-center-2 {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.flex-horizontal-left-center-2.mt-20-mb-40 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.rich-text-block-blog-post {
  text-align: left;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  font-size: 20px;
}

.rich-text-block-blog-post p {
  color: #333c;
  margin-top: 24px;
  margin-bottom: 24px;
  font-weight: 300;
  line-height: 1.7;
}

.rich-text-block-blog-post ol {
  color: #333c;
  margin-bottom: 24px;
}

.rich-text-block-blog-post li {
  margin-bottom: 10px;
  font-weight: 300;
}

.rich-text-block-blog-post ul {
  color: #333c;
  margin-bottom: 24px;
}

.rich-text-block-blog-post a {
  color: var(--yellow-darker-for-text);
  border-bottom: 3px solid #fff1b9;
  transition: all .2s;
}

.rich-text-block-blog-post a:hover {
  background-color: #fff1b9;
}

.rich-text-block-blog-post blockquote {
  border-left-width: 8px;
  border-left-color: var(--y);
  background-color: #fffae8;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
}

.rich-text-block-blog-post img {
  border-radius: 12px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.rich-text-block-blog-post.mw-660 {
  max-width: 660px;
}

.rich-text-block-blog-post.mw-660.mt-40 {
  margin-top: 40px;
}

.rich-text-block-blog-post figure {
  border-radius: 12px;
  width: 100%;
  margin: 10px auto;
}

.mr-3 {
  margin-right: 3px;
}

.hidden {
  display: none;
}

.hero-text-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 910px;
  margin-bottom: 40px;
  display: flex;
}

.hero-text-wrapper.mb-0 {
  margin-bottom: 0;
}

.link-block-5 {
  color: #ffffff80;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  display: flex;
}

.link-block-5:hover {
  color: #fff;
}

.link-block-5.in-article-author-bio.twitter-hover {
  width: 36px;
  height: 36px;
}

.link-block-5.in-article-author-bio.twitter-hover:hover {
  background-color: #1da1f2;
}

.link-block-5.in-article-author-bio {
  filter: grayscale();
  color: #fff;
  border-radius: 12px;
  width: 36px;
  height: 36px;
  margin-right: 6px;
}

.link-block-5.in-article-author-bio:hover {
  filter: grayscale(0%);
}

.link-block-5.in-article-author-bio.green-hover {
  background-color: #2eb67c;
  width: 36px;
  height: 36px;
}

.link-block-5.in-article-author-bio.green-hover:hover {
  background-color: #2eb67c;
}

.link-block-5.in-article-author-bio.twitter-hover, .link-block-5.in-article-author-bio.twitter-hover:hover {
  background-color: #1da1f2;
}

.link-block-5.in-article-author-bio.li-blue-hover {
  background-color: #0072b1;
  width: 36px;
  height: 36px;
}

.link-block-5.in-article-author-bio.li-blue-hover:hover {
  background-color: #0072b1;
}

.link-block-5.in-article-author-bio {
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
  width: 30px;
  height: 30px;
}

.link-block-5.in-article-author-bio.instagram-hover:hover {
  background-image: linear-gradient(160deg, #f9ce34, #ee2a7b 57%, #6228d7);
}

.link-block-5.in-article-author-bio.instagram-hover._36x36 {
  background-color: #676767;
  width: 36px;
  height: 36px;
}

.link-archived-ignore {
  color: var(--yellow-darker-for-text);
}

.figure-caption {
  color: #333c;
  font-size: 13px;
  font-weight: 300;
}

.figure {
  color: #333c;
  font-size: 14px;
  font-weight: 300;
}

.tocitem {
  white-space: normal;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 3px 5px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  transition: all .2s;
  display: block;
  position: static;
}

.tocitem:hover {
  background-color: #00000014;
}

.tocitem.toc-h2 {
  font-weight: 500;
}

.tocitem.toc-h2.active {
  background-color: var(--yellow-darker-for-text);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
}

.tocitem.toc-h3 {
  margin-left: 10px;
  font-weight: 400;
}

.tocitem.toc-h3.active {
  background-color: var(--yellow-darker-for-text);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}

.tocitem.toc-h4 {
  margin-left: 20px;
}

.tocitem.toc-h4.active {
  background-color: var(--yellow-darker-for-text);
  color: #fff;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
}

.wrapper-of-blog-categories-buttons {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 60px;
  display: flex;
}

.collection-list-4 {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.wrapper-of-blog-categories-buttons-2 {
  flex-flow: column wrap;
  align-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.wrapper-of-blog-categories-buttons-2.mb-40 {
  margin-bottom: 40px;
}

.flex-hero-hh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  display: flex;
  overflow: visible;
}

.wrapper-of-t-c-pp-content {
  text-align: left;
  max-width: 800px;
  margin-top: 60px;
}

.image-57 {
  border-radius: 8px;
  width: 36px;
  height: 36px;
}

.author-page-spacing {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.post-author-dp {
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  flex: none;
  width: 50px;
  height: 50px;
}

.post-author-dp.dp-on-author-page {
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-top: 40px;
}

.flex-vertical-top-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.flex-vertical-top-left.author-page {
  text-align: left;
  width: 100%;
}

.flex-vertical-top-left.author-page.mb-200 {
  margin-bottom: 200px;
}

.flex-vertical-top-left.hiw-step-text {
  grid-row-gap: 2px;
  font-size: 16px;
}

.html-embed-18 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.html-embed-18._26x26 {
  width: 24px;
  height: 24px;
}

.heading-2-style {
  letter-spacing: -.5px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.heading-2-style.on-author-posts {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.subheading-2 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.6;
}

.subheading-2.on-author-posts {
  margin-top: 0;
}

.subheading-2.white-85 {
  color: #ffffffd9;
}

.subheading-2.white-85.maxw-660 {
  max-width: 660px;
}

.ml-4 {
  margin-left: 4px;
}

.flex-horizontal-left-center-3 {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.classic-divider {
  background-color: #ffffff4d;
  width: 100%;
  height: 1px;
}

.classic-divider.mb-60 {
  margin-bottom: 60px;
}

.classic-divider.mt-mb-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

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

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

.price {
  color: #37322f;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 52px;
}

.price.is-white {
  color: #fff;
  font-weight: 600;
}

.price.cutoff-price {
  color: #aaa;
  padding-left: 3px;
  padding-right: 3px;
  text-decoration: line-through;
}

.grid-of-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.grid-of-3.mt-60 {
  margin-top: 60px;
}

.heading-hiw-123-service {
  color: #fff;
}

.service-video-hiw {
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 2px #0000001a;
}

.service-video-hiw-wrapper {
  background-color: #fff;
  border-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 120px;
  padding: 12px;
  display: flex;
}

.link-in-breadcrumbs-2 {
  color: #999;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  transition: all .2s;
  display: flex;
}

.link-in-breadcrumbs-2:hover {
  color: #111;
}

.navbar {
  z-index: 900;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar.no-fixed {
  position: relative;
}

.navbar.navbar-non-sticky-not-floating {
  position: static;
}

.ribbon-at-top-of-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  color: #fffc;
  background-color: #00000061;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 400;
  display: flex;
}

.brand-button {
  flex: none;
  padding-left: 0;
  transition: opacity .1s;
}

.brand-button:hover {
  opacity: .6;
}

.searchhhh {
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.navlink-2-notion {
  color: #fff;
  letter-spacing: 0;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-height: 38px;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .1s;
  display: flex;
  position: relative;
}

.navlink-2-notion:hover {
  background-color: #fff3;
}

.brand-image {
  height: 30px;
  transition: all .2s;
}

.brand-image:active {
  transform: scale(.94);
}

.x-button-search {
  cursor: pointer;
  background-image: url('../images/cancel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  width: 50px;
  height: 50px;
}

.x-button-search:hover {
  filter: brightness(55%);
}

.navbar-2 {
  z-index: 1000;
  background-color: #0000;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 10px;
  display: flex;
  position: sticky;
  top: 10px;
  left: auto;
  right: auto;
}

.dropdown-3 {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.button-7 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #782cdb;
  background-image: linear-gradient(#f1e7ff80, #28114540);
  background-clip: padding-box;
  border: 1px solid #782cdb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #0000001f, 0 0 4px #0000000a, 0 4px 8px #00000014;
}

.button-7:hover {
  background-color: #6b22c7;
}

.button-7.in-navbar {
  border-radius: 1000px;
}

.button-7.in-navbar:hover {
  background-color: #6b22c7;
}

.dropdown-list-wrapper.w--open {
  background-color: #ddd0;
  padding-top: 20px;
  padding-bottom: 20px;
  right: auto;
}

.search-button-2 {
  color: #0000;
  background-color: #0000;
  background-image: url('../images/search.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  width: 50px;
  margin-left: 0;
}

.search-button-2:hover {
  filter: brightness(55%);
}

.search-input-2 {
  color: #999;
  background-color: #0000;
  border: 1px solid #333;
  border-radius: 12px;
  width: 100%;
  height: 50px;
  margin-bottom: 0;
  font-weight: 300;
}

.search-input-2:focus {
  color: #fff;
  font-weight: 300;
}

.flex-horizontal-center-right {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-horizontal-center-right.navbar-upper-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.flex-horizontal-center-right.navbar-right-side {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex: none;
  margin-left: auto;
}

.dropdown-link {
  color: #fff;
  border-radius: 12px;
  width: 100%;
  padding: 10px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.dropdown-link:hover {
  background-color: #fff3;
}

.dropdown-link.w--current {
  color: #000;
}

.nav-menu {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 20px;
  display: flex;
  position: static;
}

.pl-pr-10 {
  padding-left: 10px;
  padding-right: 10px;
}

.pl-pr-10.mt-mb-6 {
  margin-top: 6px;
  margin-bottom: 6px;
}

.text-inside-cta-button-2 {
  background-color: #771ee6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.text-inside-cta-button-2:hover {
  background-color: #6b22c7;
}

.text-inside-cta-button-2.in-navbar-link {
  border-radius: 100px;
  padding: 12px;
  font-size: 15px;
}

.search-form-container {
  width: 100%;
  height: 50px;
}

.wc-for-navbar {
  z-index: 1300;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: center;
  background-color: #0009;
  border: 1px solid #0a0d1463;
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 5px 5px 20px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 40px #00000014;
}

.black-overlay {
  z-index: 55;
  background-color: #000000a8;
  position: fixed;
  inset: 0%;
}

._2nd-sb-copy {
  z-index: 1450;
  background-color: #000;
  border-radius: 0 0 8px 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 90px;
  display: flex;
  position: relative;
}

.dropdown-list-navbar-item {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #000000e6;
  border: 1px solid #0a0d1463;
  border-radius: 16px;
  min-width: 240px;
  max-height: 90vh;
  padding: 4px;
  font-weight: 500;
  overflow: auto;
  box-shadow: 0 3px 5px #00000014;
}

.dropdown-list-navbar-item.w--open {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  min-width: 220px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  right: 0;
  box-shadow: 0 3px 5px #00000014;
}

.search-overlay {
  z-index: 1400;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0 0% 0%;
}

.wc-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.wc-2.but-for-navbar {
  z-index: 100;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-column-of-links {
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.link-text-span-white-on-hover {
  color: #fff6;
}

.link-text-span-white-on-hover:hover {
  color: #fff;
  text-decoration: underline;
}

.copyright-text {
  color: #fff6;
  text-align: left;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.flex-horizontal-center-left {
  align-items: center;
  display: flex;
}

.flex-horizontal-center-left.footer-copyright-text-line-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 6px;
}

.flex-horizontal-center-left.footer-copyright-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
  margin-top: 100px;
}

.flex-horizontal-center-left.author-person-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
}

.footer-item {
  color: #fff;
  text-align: left;
  border-radius: 8px;
  align-items: flex-start;
  margin-bottom: 4px;
  margin-left: -10px;
  padding: 6px 10px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.footer-item:hover {
  background-color: #ffffff29;
}

.footer-item.changelogg {
  opacity: .99;
}

.footer-item.lower-banner-item {
  color: #8f8f8f;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
}

.card-logos-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.wrapper-copyright-text-safe-payments {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  display: flex;
}

.flex-horizontal-center-center-3 {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.footer {
  color: #ffffffb3;
  background-color: #111;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 0;
}

.wc-3 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.socials-link {
  color: #fff9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.socials-link:hover {
  color: #fff;
}

.footer-left {
  grid-row-gap: 14px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  width: 33%;
  margin-right: 20px;
  display: flex;
}

.wrapper-of-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.footer-right {
  grid-column-gap: 30px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: stretch;
  place-items: start;
  width: 55%;
  margin-top: 10px;
  display: grid;
}

.footer-right-column-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.links-section-footer {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 30px;
  display: flex;
}

.links-section-footer.link-sections-in-double-column {
  width: 100%;
  margin-top: 14px;
}

.footer-text-explanatory {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.6;
}

.card-image {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  max-width: 40px;
  padding: 2px 4px;
}

.card-image.text-card-image {
  color: #aaa;
  max-width: none;
  font-size: 12px;
}

.section-top {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.section-top.pt-50 {
  padding-top: 50px;
}

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

.support-wrap {
  z-index: 1000;
  pointer-events: none;
  height: 100%;
  position: fixed;
  inset: 0%;
}

.modal {
  z-index: 1000000111;
  pointer-events: auto;
  background-color: #000c;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  transition: all .6s cubic-bezier(.165, .84, .44, 1);
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.active {
  z-index: 10000;
  display: flex;
  position: absolute;
  inset: 0%;
}

.modal-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.25rem;
  width: 100%;
  max-width: 780px;
  max-height: 100vh;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.modal-heading {
  max-width: 29rem;
  margin-top: 0;
  margin-bottom: 1.125rem;
  font-family: Calsans;
  font-size: 2rem;
  line-height: 1;
}

.modal-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: flex;
  overflow: auto;
}

.support-member-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 1.5rem;
  display: flex;
}

.support-member-image {
  background-color: #ad48fd42;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-size: 30px;
  line-height: 1;
  display: flex;
}

.support-member-content {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 100%;
  font-size: 17px;
  display: flex;
}

.support-member-name {
  font-size: 1.125rem;
}

.text-color-emails {
  color: #ffcd0b;
}

.faq_component {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq_list {
  width: 100%;
  padding-left: 2px;
  padding-right: 2px;
}

.close-modal-icon {
  position: absolute;
  inset: 1.5rem 1.5rem auto auto;
}

.close-modal-icon.modal-close {
  cursor: pointer;
  background-color: #ccc;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.close-modal-icon.modal-close:focus-visible {
  outline-offset: 3px;
  border-radius: 100%;
  outline: 1px solid #25055b;
}

.close-modal-icon.modal-close[data-wf-focus-visible] {
  outline-offset: 3px;
  border-radius: 100%;
  outline: 1px solid #25055b;
}

.modal-close-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.close-overlay {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.support-modal-open {
  background-color: var(--dark-purple-ui);
  color: var(--white);
  transform-style: preserve-3d;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  transition: all .35s;
  display: flex;
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

.support-modal-open:hover {
  transform: scale3d(.95, .95, .95);
}

.support-modal-open.modal-open {
  z-index: auto;
  pointer-events: auto;
  cursor: pointer;
  bottom: 1.25rem;
  right: 1.25rem;
}

.support-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.padding-24 {
  justify-content: space-between;
  align-items: center;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.button-white-with-shadow-2-alt {
  color: #111;
  background-color: #fff;
  border: .5px solid #ccc;
  border-radius: 8px;
  align-items: center;
  min-height: 46px;
  margin-top: 0;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  box-shadow: 0 1px 2px #0000001a;
}

.button-white-with-shadow-2-alt:hover {
  color: #771ee6;
  border-color: #771ee6;
}

.youbethejudge {
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 30px;
  display: flex;
}

.flex-horizontal-left-center-4 {
  text-align: left;
  flex-direction: row;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.comparison-table-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.comparison-entry {
  border: 1px solid #ddd;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 40px;
  font-size: 18px;
  display: flex;
}

.image-58 {
  border-radius: 12px;
  width: 100px;
  height: 100px;
}

.comparison-tick-entry {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 24px;
  display: flex;
}

.text-span-15 {
  color: #fff;
  font-weight: 500;
}

.text-block-18 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-1343 {
  color: #fff;
  text-align: center;
  width: 100%;
}

.image-59 {
  z-index: 1;
  width: 900px;
  margin-top: 100px;
  display: none;
  position: relative;
}

.div-block-190 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 584px;
  display: flex;
}

.text-span-3 {
  color: #c47aff;
}

.div-block-141 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.text-block-45 {
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
}

.text-block-49 {
  color: #fff;
  width: 100%;
  line-height: 1.4em;
}

.section-2 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-span-30 {
  color: #fff;
  font-weight: 500;
}

.image-13 {
  position: absolute;
  inset: auto auto -1.5% -1.5%;
}

.div-block-170 {
  box-shadow: 0 7px 61px #281344;
}

.link-block-6 {
  text-decoration: none;
}

.text-span-23, .text-span-19 {
  color: #fff;
  font-weight: 500;
}

.image-14 {
  width: 90px;
}

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

.image-36 {
  z-index: 0;
  filter: brightness(120%);
  width: 100%;
  height: 100%;
  position: relative;
  inset: -3% -3% auto auto;
  transform: rotate(1deg);
}

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

.div-block-175 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('../images/bonus-step_1.avif');
  background-position: 0 0;
  background-size: cover;
  border-radius: 36px;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 470px;
  padding: 64px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 718px;
  display: flex;
}

.image-11 {
  position: absolute;
  inset: -1.5% auto auto -1.5%;
}

.text-block-34 {
  color: #999;
  line-height: 1.2em;
}

.paragraph {
  color: #cdd0d5;
  margin-bottom: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
  display: flex;
}

.text-block-37 {
  color: #fff;
  text-align: center;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-214 {
  position: relative;
  overflow: hidden;
}

.text-span-28 {
  color: #fff9;
}

.close {
  flex: 0 auto;
  width: 24px;
  display: none;
  overflow: visible;
}

.image-60 {
  filter: drop-shadow(0 18.51px 37.01px #ad48fd);
  width: 65px;
  margin-bottom: 8px;
}

.blur-button-effect {
  filter: blur(6.17px);
  background-image: radial-gradient(circle, #0000, #ffffff26);
  border-radius: 10px;
  font-family: Inter Tight, sans-serif;
  display: block;
  position: absolute;
  inset: 0%;
}

.text-block-31 {
  color: #f5f5f5;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-33 {
  width: 220px;
  position: absolute;
  inset: -15% auto auto -7%;
}

.text-span-9 {
  color: #fff;
  font-weight: 600;
}

.text-block-35 {
  color: #e5e5e5;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.accordion-item {
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 16px;
}

.accordion-item.open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f041b00;
  border: 1px #ffffff0d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.div-block-192 {
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  box-shadow: inset 0 -3.6px 3.6px #e4e5e7;
}

.toggle {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-15 {
  position: absolute;
  inset: 32px auto auto 16px;
}

.button-get-started {
  -webkit-backdrop-filter: drop-shadow(0 1px 2px #0000000f);
  backdrop-filter: drop-shadow(0 1px 2px #0000000f);
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 4px 12px;
  transition: filter .15s;
}

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

.accordion-item-trigger {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-3 {
  width: 100%;
  max-width: 708px;
}

.text-block-13 {
  color: #cdd0d5;
  font-size: 18px;
  line-height: 1.2em;
}

.div-block-195 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-6 {
  z-index: 0;
  position: absolute;
  inset: -1% auto auto -1%;
}

.div-block-172 {
  box-shadow: 0 7px 61px #281344;
}

.pricing-cards-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 40px;
  display: flex;
}

.image-bg {
  z-index: 0;
  filter: brightness(110%);
  border-radius: 36px;
  width: 100%;
  height: 865px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 22px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: 0%;
}

.text-span-20 {
  color: #fff;
  font-weight: 500;
}

.div-block-207 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.item {
  background-color: #000;
  border: 1px #ffffff1a;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 105px;
  padding: 24px;
  display: flex;
  position: relative;
}

.item.item-2 {
  background-color: #43037c;
  border-style: solid;
  border-color: #fff3;
  overflow: hidden;
}

.text-span-10 {
  color: #fff;
  font-weight: 600;
}

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

.text-block-1344 {
  color: #fff;
  font-weight: 300;
  line-height: 1.2rem;
}

.div-block-27 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 535px;
  display: flex;
}

.div-block-161 {
  filter: drop-shadow(0 2px 4px #312700);
  background-image: linear-gradient(#ad48fd, #ad48fdcc);
  border-radius: 12px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}

.div-block-161.buttonprice-get {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 38.4px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  box-shadow: inset 0 3.08px 6.17px #ffffff40;
}

.text-span-26 {
  color: #fff9;
}

.text-block-42 {
  color: #fff;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-186 {
  object-fit: cover;
  background-image: url('../images/avatar.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #262626;
  border-radius: 999px;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.div-block-186.image-3 {
  background-image: url('../images/avatar_2.png');
  margin-left: 0;
}

.div-block-186.image-2 {
  background-image: url('../images/avatar_1.png');
}

.div-block-186.image-4 {
  background-image: url('../images/avatar_3.png');
  margin-top: 0;
}

.text-span-16, .text-span-35 {
  color: #fff;
  font-weight: 500;
}

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

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.2rem;
}

.accordion-heading.in-faq {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}

.section-4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 715px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-span-8 {
  color: #fff;
  font-weight: 600;
}

.text-block-33 {
  color: #e5e5e5;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.wrapper-cta-button-social-proof {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper-cta-button-social-proof.mt-60 {
  margin-top: 60px;
}

.text-span-12 {
  color: #ad48fd;
}

.text-block-27 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.card-block {
  z-index: 9;
  -webkit-backdrop-filter: drop-shadow(0 7px 61px #281344);
  backdrop-filter: drop-shadow(0 7px 61px #281344);
  background-color: #09021ae3;
  border: 1px solid #ffffff1a;
  padding: 50px 38px;
  position: relative;
}

.card-block.card-9 {
  z-index: 1;
  background-color: #09021a00;
  height: 100%;
}

.card-block.card-4 {
  z-index: 6;
  height: 100%;
}

.card-block.card-4.card-affiliate-border {
  border-style: none;
}

.card-block.card-7 {
  z-index: 3;
  background-color: #09021a00;
  height: 100%;
}

.card-block.card-1 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  height: 100%;
}

.card-block.card-1.card-affiliate-border {
  border-style: none;
  display: flex;
}

.card-block.card-6 {
  z-index: 4;
  background-color: #09021a80;
  height: 100%;
}

.card-block.card-3 {
  z-index: 7;
  height: 100%;
}

.card-block.card-3.card-affiliate-border {
  border-style: none;
}

.card-block.card-3.border-2 {
  border-color: #77486f;
}

.card-block.card-5 {
  z-index: 5;
  background-color: #000;
  height: 100%;
}

.card-block.card-2 {
  z-index: 8;
  height: 100%;
}

.card-block.card-2.border-2 {
  border-color: #ffffff1a;
}

.card-block.card-2.card-affiliate-border {
  border-style: none;
}

.card-block.card-8 {
  z-index: 2;
  background-color: #09021a00;
  height: 100%;
}

.div-block-7 {
  width: 100%;
  max-width: 612px;
  margin-top: -10px;
}

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

.div-block-167 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #e4dadf99, #8461e500);
  padding: 1px 0 0 1px;
  box-shadow: 0 7px 61px #281344;
}

.div-block-18 {
  z-index: 0;
  opacity: .5;
  background-color: #ad48fd40;
  border-radius: 60px;
  height: 568px;
  margin-left: 32px;
  margin-right: 32px;
  position: absolute;
  inset: 0%;
}

.table-of-features {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 100px;
  display: grid;
  position: relative;
}

.text-span-14 {
  color: #fff;
  font-weight: 500;
}

.text-span-24 {
  color: var(--baked-pink-lighter);
}

.div-block-184 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-184.div-184-2 {
  display: none;
}

.div-block-202 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.text-block-53 {
  z-index: 1;
  color: #cdd0d5;
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
  position: static;
}

.div-block-173 {
  box-shadow: 0 7px 73px #471474c4;
}

.text-block-17 {
  color: #cdd0d5;
  width: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.image-10 {
  position: absolute;
  inset: -1.5% -1.5% auto auto;
}

.text-block-16 {
  color: #fffbea;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-29 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto auto -3% -.8%;
}

.bold-text-5 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
}

.image-61 {
  margin-left: 64px;
  margin-right: auto;
}

.text-span-22 {
  color: #fff;
  font-weight: 500;
}

.div-block-20 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.text-block-57 {
  color: #fff;
  text-indent: -.6%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2rem;
}

.div-block-200 {
  background-color: #1e0930;
  border: 1px solid #ffffff0d;
  border-radius: 12px 12px 20px 20px;
  width: 100%;
  padding: 14px 14px 20px;
  font-size: 16px;
}

.div-block-200.features-2 {
  background-color: #0f041b;
  height: 100%;
}

.text-span-17 {
  color: #fff;
  font-weight: 500;
}

.text-block-44 {
  color: #fff9;
  width: 100%;
  font-size: 12px;
  line-height: 1.4em;
}

.card-testimonial {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000605;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 270px;
  padding: 30px;
  display: flex;
}

.card-testimonial:hover {
  background-color: #3700621a;
}

.card-testimonial.w--current {
  background-color: #37006263;
}

.card-testimonial.smaller {
  width: 250px;
  padding: 24px;
  font-size: 16px;
}

.price-card {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #0f041b;
  border: 1px solid #1e0930;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 290px;
  height: 100%;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
  display: flex;
}

.price-card.price-3 {
  height: 100%;
}

.price-card.price-2 {
  height: 100%;
  padding-top: 0;
}

.price-card.price-4 {
  background-color: #1e0930;
  border-style: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}

.price-card.price-1 {
  height: 100%;
}

.div-block-144 {
  padding-top: 25px;
}

.text-span-33 {
  color: #fff;
  font-weight: 500;
}

.div-block-24 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
}

.text-span-11 {
  color: #fff;
  font-weight: 600;
}

.image-38 {
  z-index: 1;
  position: relative;
}

.div-block-198 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-21 {
  color: #fff;
  font-weight: 500;
}

.navbar-3 {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0009;
  border: 1px solid #0a0d1463;
  border-radius: 16px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 658px;
  padding: 8px;
  display: flex;
  position: relative;
}

.navbar-3.affiliate {
  width: auto;
  max-width: none;
}

.text-span-29 {
  color: #ad48fd;
}

.image-34-copy {
  opacity: 0;
  width: 260px;
  position: absolute;
  inset: -19% -13% auto auto;
}

.text-span-2 {
  color: #fff;
  font-weight: 700;
}

.div-block-174 {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1266px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-182 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-6 {
  color: #cdcdcd;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Inter Tight, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.div-block-187 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-169 {
  box-shadow: 0 7px 61px #281344;
}

.text-block-47 {
  color: #000;
  text-align: center;
  font-weight: 500;
  line-height: 1.6em;
}

.div-block-188 {
  position: absolute;
  inset: auto 0% 20%;
}

.image-27 {
  filter: brightness(200%);
  width: 6px;
  position: absolute;
  inset: -3% auto auto -.8%;
}

.div-block-180 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1270px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.image-12 {
  z-index: 1;
  position: absolute;
  inset: auto -1.5% -1.5% auto;
}

.div-block-32 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 832px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.text-span-34 {
  color: #fff;
  font-weight: 500;
}

.div-block-23 {
  width: 100%;
  max-width: 140px;
  padding-top: 30px;
}

.text-block-36 {
  color: #999;
  font-weight: 400;
  line-height: 1.4em;
}

.hero {
  width: 100%;
}

.hero.hero-affiliate {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 865px;
  display: flex;
}

.hero-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.div-block-140 {
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.feature {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  background-color: #ad48fd;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 3px 12px 3px 6px;
  display: flex;
}

.link-block-7 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
}

.link-block-7:hover {
  background-color: #ffffff1a;
  border-radius: 8px;
}

.div-block-183 {
  border: 1px solid #262626;
  border-radius: 999px;
  padding: 16px 24px;
}

.testimonials-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 225px;
  display: flex;
  overflow: hidden;
}

.testimonials-2.testimonials-affiliate {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.accordion-item-content {
  width: 100%;
  margin-top: 5px;
  margin-right: 0;
  padding: 0 0 0 50px;
  overflow: hidden;
}

.plus {
  width: 24px;
}

.price-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 205px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-197 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-block-9 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 630px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.div-block-222 {
  width: 100%;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1290px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

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

.text-block-11 {
  color: #cdd0d5;
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
}

.text-block-39 {
  color: #fffbea;
  width: 100%;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-226 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-37, .text-span-32 {
  color: #fff;
  font-weight: 500;
}

.logos {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 77px;
  display: flex;
  position: relative;
}

.ticker {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-14 {
  color: #cdd0d5;
  text-align: center;
  line-height: 24px;
}

.div-block-142 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 562px;
  display: flex;
  position: relative;
}

.image-44 {
  z-index: 1;
  filter: brightness(200%) brightness(200%) blur(50px);
  position: absolute;
  inset: -158% -28% auto auto;
}

.image-44.gradient-2-blur {
  left: -28px;
  right: auto;
}

.text-block-48 {
  color: #fff;
  width: 100%;
  font-weight: 500;
  line-height: 20px;
}

.text-span-7 {
  color: #fff;
  font-weight: 600;
}

.text-block-43 {
  color: #fff;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-8 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-image: url('../images/content.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #360d6880;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 12px 20px;
  display: flex;
  position: relative;
}

.links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.div-block-17 {
  width: 100%;
  margin-top: 63px;
  display: none;
  position: relative;
}

.monthly-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: none;
}

.links-page {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-31 {
  color: #fff;
}

.text-block-32 {
  color: #999;
  width: 100%;
  line-height: 1.2em;
}

.div-block-178 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.reviews-testimonials-block {
  width: 100%;
}

.text-block-41 {
  color: #c0baba;
  line-height: 1.2em;
}

.div-block-223 {
  background-color: #ad48fd00;
  border: 1px #ad48fd33;
  border-radius: 0;
  width: 100%;
  padding: 0;
}

.gradient-1 {
  z-index: 0;
  opacity: .56;
  background-image: linear-gradient(135deg, #fff, #cfc4ea 40%, #0000);
  padding: 1px;
  position: absolute;
  inset: 0%;
}

.gradient-1.gradient-2 {
  background-image: linear-gradient(315deg, #fff, #0000);
}

.div-block-176 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-21 {
  background-color: #000;
  border-top: 7px solid #ad48fd1a;
  border-left: 7px solid #ad48fd1a;
  border-right: 7px solid #ad48fd1a;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 519px;
  display: flex;
}

.text-block-30 {
  color: #cfc4ea;
  text-align: center;
  width: 100%;
  line-height: 1.3em;
}

.text-span-25 {
  color: #ad48fd;
  font-weight: 500;
}

.div-block-189 {
  z-index: 1;
  grid-column-gap: 53px;
  grid-row-gap: 53px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.color-block {
  background-color: #0e03168f;
  position: absolute;
  inset: 0%;
}

.div-block-19 {
  z-index: 1;
  background-color: #0e0319;
  border: 1px solid #000;
  border-radius: 60px;
  width: 100%;
  margin-top: 18px;
  padding-top: 90px;
  padding-left: 88px;
  padding-right: 60px;
  position: sticky;
  top: 1rem;
  overflow: hidden;
}

.div-block-191 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-span-18 {
  color: #fff;
  font-weight: 500;
}

.div-block-212 {
  z-index: 0;
  background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 60%);
  position: absolute;
  inset: -3%;
}

.div-block-177 {
  background-color: #000000b5;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.text-block-21 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block-38 {
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
}

.video-3 {
  border-radius: 0;
  height: 100%;
}

.image-17 {
  z-index: 0;
  position: absolute;
  inset: auto 0% 0% -12%;
}

.text-block-5 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.text-block-5.fs-14 {
  font-size: 14px;
}

.faq {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 240px;
  padding-bottom: 140px;
  display: flex;
  overflow: hidden;
}

.faq.faq-affiliate {
  padding-top: 64px;
  padding-bottom: 64px;
}

.item-block {
  z-index: 10;
  padding: 1px;
  position: relative;
}

.div-block-160 {
  cursor: pointer;
  background-color: #360d680d;
  border: 1px solid #360d680d;
  border-radius: 9999px;
  width: 100%;
  padding: 0 4px 4px;
  transition: filter .3s;
}

.div-block-160:hover {
  filter: brightness(80%);
}

.div-block-211 {
  z-index: 0;
  position: relative;
}

.div-block-201 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.bg-on-table {
  z-index: 0;
  transform-style: preserve-3d;
  width: 1256px;
  position: absolute;
  bottom: 1%;
  left: auto;
  right: auto;
  transform: rotateX(180deg)rotateY(0)rotateZ(0);
}

.image-34 {
  opacity: 1;
  width: 260px;
  position: absolute;
  inset: -19% -13% auto auto;
}

.section-5 {
  grid-column-gap: 86px;
  grid-row-gap: 86px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 90px;
  display: flex;
  position: relative;
  overflow: clip;
}

.section-5.second-s5 {
  padding-bottom: 180px;
  overflow: hidden;
}

.section-5.first-s5 {
  padding-bottom: 0;
}

.text-block-29 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2em;
}

.button-purple-wrapper {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  background-color: #2c014f;
  border: 1px solid #2c014f;
  border-radius: 9999px;
  padding: 4px;
  transition: filter .25s;
}

.button-purple-wrapper:hover {
  filter: brightness(90%);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
}

.text-span-6 {
  color: #ad48fd;
}

.image-62 {
  height: 40px;
}

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

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

.yearly {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: auto;
  display: grid;
}

.secondary-cta {
  cursor: pointer;
  background-image: url('../images/content.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.secondary-cta:hover {
  background-color: #370062cc;
  background-image: none;
}

.secondary-cta.in-navbar {
  border-radius: 1000px;
  padding: 12px 16px;
  font-size: 14px;
}

.secondary-cta.pill {
  border-radius: 100px;
}

.span-bold {
  color: #fff;
  font-weight: 700;
}

.section-6 {
  background-color: #ad48fd;
  border: 1.2px solid #9823f4;
  border-radius: 999px;
  justify-content: flex-end;
  align-items: center;
  width: 38px;
  height: 24px;
  padding: 2.4px;
  display: flex;
  box-shadow: inset 0 4.8px 4.8px #0f0f101f;
}

.image-16 {
  position: absolute;
  inset: auto 16px 32px auto;
}

.stack-cards {
  grid-column-gap: 15rem;
  grid-row-gap: 15rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 43px;
  display: flex;
}

.div-block-143 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-40 {
  color: #fff;
  width: 100%;
  line-height: 1.2em;
}

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

.text-span-36 {
  color: #fff;
  font-weight: 500;
}

.div-block-193 {
  background-color: #ad48fd;
  border-radius: 999px;
  width: 4px;
  height: 4px;
}

.text-block-1345 {
  color: #fffbea;
  text-align: justify;
  letter-spacing: 0;
  width: auto;
  padding-right: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 72px;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-43 {
  width: 114px;
  height: auto;
}

.div-block-168 {
  box-shadow: 0 7px 61px #281344;
}

.div-block-5 {
  padding-left: 12px;
}

.text-block-20 {
  color: #fffbea;
  text-align: center;
  object-fit: fill;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-12 {
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-7 {
  color: #e3e3e3;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 480px;
  display: flex;
}

.div-block-10 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 608px;
  display: flex;
}

.div-block-29 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 710px;
  margin-left: 98px;
  display: flex;
  position: relative;
}

.div-block-199 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-63 {
  width: 65px;
  height: 65px;
}

.div-block-205 {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-block-4 {
  color: #cdd0d5;
  text-align: left;
  font-family: Inter Tight, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.image-26 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: -3% -.8% auto auto;
}

.image-40 {
  filter: blur(1.8px);
  mix-blend-mode: screen;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.text-block-8 {
  color: #cdd0d5;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
}

.text-span-13 {
  color: #fff;
  font-weight: 600;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 182px;
  display: flex;
  overflow: hidden;
}

.video {
  aspect-ratio: 1;
  border: 10px solid #3700626b;
  border-radius: 40px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-block-15 {
  color: #370062;
  font-size: 16px;
  line-height: 1em;
}

.image-9 {
  position: absolute;
  inset: -79% 0% auto;
}

.div-block-203 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  padding-top: 106px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.image-28 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto -.8% -3% auto;
}

.table-before-after {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 908px;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.text-block-46 {
  color: #fff9;
  font-size: 12px;
  line-height: 1em;
}

.image-18 {
  z-index: 1;
  position: absolute;
  inset: 47% 45% auto auto;
}

.div-block-196 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-19 {
  color: #cdd0d5;
  text-align: center;
  width: 100%;
  max-width: 612px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-14 {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.div-block-145 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.link-block-4 {
  padding: 6px;
}

.text-block-28 {
  color: #fff;
  width: 100%;
  line-height: 1.2em;
}

.div-block-150 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-25 {
  color: #8f8f8f;
  line-height: 1.6em;
}

.text-block-23 {
  color: #8f8f8f;
  width: 100%;
  line-height: 1.6em;
}

.footer-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-233 {
  filter: drop-shadow(0 2px 4px #312700);
  background-image: linear-gradient(#ad48fd, #ad48fdcc);
  border-radius: 12px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}

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

.text-block-1346 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-26 {
  color: #fff;
  font-weight: 300;
  line-height: 1em;
}

.div-block-156 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-154 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-field {
  color: #8f8f8f;
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter Tight, sans-serif;
  line-height: 1.2em;
}

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

.text-block-22 {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.2em;
}

.div-block-147 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-152 {
  width: 100%;
}

.div-block-162 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-149 {
  justify-content: flex-start;
  align-items: center;
  height: 57px;
  display: flex;
}

.div-block-146 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-top: 120px;
  padding-bottom: 95px;
  display: flex;
}

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

.div-block-153 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-24 {
  color: #fff;
  width: 100%;
  font-weight: 500;
  line-height: 1.4em;
}

.div-block-148 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.div-block-158 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  display: flex;
}

.div-block-234 {
  cursor: pointer;
  background-color: #360d680d;
  border: 1px solid #360d680d;
  border-radius: 9999px;
  width: 100%;
  padding: 4px;
  transition: filter .3s;
}

.div-block-234:hover {
  filter: brightness(80%);
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.banner {
  background-color: #281344;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

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

.div-block-157 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.div-block-151 {
  width: 100%;
}

.image-64 {
  position: absolute;
  inset: -79% 0% auto;
}

.video-bg-new {
  z-index: 1;
  aspect-ratio: 15.2 / 9;
  object-fit: cover;
  background-color: #ffdc240d;
  border-radius: 16px;
  width: 900px;
  max-width: 100%;
  height: auto;
  margin-top: 100px;
}

.video-bg-new.on-tools-page {
  margin-top: 0;
  display: flex;
}

.wrapper-carbon-copy-old-homepage {
  display: flex;
}

.content {
  background-color: var(--bg-body);
  color: #ffffffbf;
  font-family: Inter Tight, sans-serif;
}

.old-content {
  display: none;
}

.image-42 {
  margin-right: 150px;
}

.text-block-1347 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-1348 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2rem;
}

.div-block-236 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  display: flex;
}

.section-7 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-7.section-2---affiliate {
  padding-top: 66px;
}

.image-65 {
  position: absolute;
  inset: auto auto -1.5% -1.5%;
}

.image-65.plus-affiliate {
  left: -1.25%;
}

.div-block-237 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.image-66 {
  width: 90px;
}

.div-block-221 {
  color: var(--black);
  background-color: #ffffff4f;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 41px;
  padding: 12px 18px;
  font-size: 24px;
  font-weight: 500;
  display: flex;
}

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

.div-block-239 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-240 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 718px;
  display: flex;
}

.image-67 {
  position: absolute;
  inset: -1.5% auto auto -1.5%;
}

.text-block-1349 {
  color: #999;
  font-family: Inter Tight, sans-serif;
  line-height: 1.2em;
}

.text-block-1350 {
  color: #fff;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  line-height: 1.2em;
}

.text-block-60 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-block-1351 {
  color: #fff;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-weight: 300;
  line-height: 1.2em;
}

.div-block-229 {
  width: 100%;
}

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

.text-block-1352 {
  color: #f5f5f5;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

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

.text-block-1353 {
  color: #e5e5e5;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-241 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-242 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1168px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-1354 {
  color: #8f8f8f;
  font-family: Lato, sans-serif;
  line-height: 1.6em;
}

.text-block-1355 {
  color: #8f8f8f;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  line-height: 1.6em;
}

.text-span-48 {
  color: #fff;
}

.text-block-1356 {
  color: #cdd0d5;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.image-68 {
  z-index: 0;
  position: absolute;
  inset: -1% auto auto -1%;
}

.div-block-243 {
  box-shadow: 0 7px 61px #281344;
}

.div-block-243.div-affiliate {
  background-image: radial-gradient(circle at 0%, #77486f, #77486f00);
  padding: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.image-bg-2 {
  z-index: 0;
  filter: brightness(110%);
  border-radius: 36px;
  width: 100%;
  height: 865px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 22px;
  padding-left: 32px;
  padding-right: 32px;
  position: absolute;
  inset: 0%;
}

.image-46 {
  width: 200px;
  margin-bottom: 20px;
  margin-right: 40px;
}

.div-block-228 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1270px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-244 {
  filter: drop-shadow(0 2px 4px #312700);
  background-image: linear-gradient(#ad48fd, #ad48fdcc);
  border-radius: 12px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}

.div-block-245 {
  background-image: url('../images/avatar.png');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #262626;
  border-radius: 999px;
  width: 100%;
  max-width: 60px;
  height: 60px;
}

.div-block-245.image-3 {
  background-image: url('../images/avatar_2.png');
  margin-left: 0;
}

.div-block-245.image-2 {
  background-image: url('../images/avatar_1.png');
}

.div-block-245.image-4 {
  background-image: url('../images/avatar_3.png');
  margin-top: 0;
}

.hero-text-on-affiliate-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.section-8 {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 715px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-1357 {
  color: #e5e5e5;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.text-block-1358 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-248 {
  width: 100%;
  max-width: 612px;
}

.div-block-249 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #e4dadf99, #8461e500);
  padding: 1px 0 0 1px;
  box-shadow: 0 7px 61px #281344;
}

.div-block-249.div-affiliate-card {
  background-image: radial-gradient(circle farthest-side at 100%, #77486f, #77486f00);
  padding-bottom: 1px;
  padding-right: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.div-block-249.radial-2 {
  background-image: radial-gradient(circle farthest-side at 100% 0, #e4dadf99, #8461e500 91%);
}

.text-block-1359 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 300;
  line-height: 1em;
}

.div-block-250 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.div-block-250.affiliate-section-6 {
  grid-template-rows: auto;
}

.div-block-250.grid-affiliate {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-span-45 {
  color: #ad48fd;
}

.div-block-251 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: visible;
}

.div-block-251.div-184-2 {
  display: none;
}

.image-69 {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-span-41 {
  color: #ad48fd;
}

.image-70 {
  position: absolute;
  inset: -1.5% -1.5% auto auto;
}

.image-70.plus-affiliate {
  top: -2%;
  right: -1.25%;
}

.text-span-46 {
  color: #ad48fd;
}

.div-block-252 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.bold-text-6 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3rem;
}

.image-41 {
  height: 90px;
  position: absolute;
  inset: -220% -65% auto auto;
}

.div-block-218 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-253 {
  z-index: 1;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.text-span-44 {
  color: #ad48fd;
}

.text-block-61 {
  color: #fffbea;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-block-55 {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-254 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-255 {
  padding-top: 25px;
}

.text-block-59 {
  color: #fffbea;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-224 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-39 {
  color: #c47aff;
}

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

.div-block-257 {
  grid-column-gap: 84px;
  grid-row-gap: 84px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1266px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-258 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-259 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-260 {
  box-shadow: 0 7px 61px #281344;
}

.div-block-260.div-affiliate {
  background-image: radial-gradient(circle at 100%, #77486f, #77486f00);
  padding: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.div-block-261 {
  position: absolute;
  inset: auto 0% 20%;
}

.text-block-1360 {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.2em;
}

.div-block-262 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-263 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-264 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1270px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.image-71 {
  z-index: 1;
  position: absolute;
  inset: auto -1.5% -1.5% auto;
}

.image-71.plus-affiliate {
  right: -1.25%;
}

.div-block-265 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 832px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-1361 {
  color: #999;
  font-family: Inter Tight, sans-serif;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-266 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 60px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.div-block-267 {
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  overflow: visible;
}

.div-block-268 {
  width: 100%;
}

.div-block-269 {
  border: 1px solid #262626;
  border-radius: 999px;
  padding: 16px 24px;
}

.div-block-270 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-271 {
  justify-content: flex-start;
  align-items: center;
  height: 57px;
  display: flex;
}

.div-block-272 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-top: 120px;
  padding-bottom: 95px;
  display: flex;
}

.div-block-220 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.div-block-274 {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 562px;
  display: flex;
  position: relative;
}

.text-purple-colour {
  color: var(--yellow-text);
}

.div-block-275 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-1362 {
  color: #999;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  line-height: 1.2em;
}

.div-block-276 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-1363 {
  color: #fff;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-weight: 500;
  line-height: 1.4em;
}

.div-block-277 {
  width: 100%;
}

.div-block-278 {
  background-color: #ad48fd00;
  border: 1px #ad48fd33;
  border-radius: 0;
  width: 100%;
  padding: 0;
}

.section-9 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 64px;
  display: flex;
}

.div-block-279 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-280 {
  background-color: #000;
  border-top: 7px solid #ad48fd1a;
  border-left: 7px solid #ad48fd1a;
  border-right: 7px solid #ad48fd1a;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 519px;
  display: flex;
}

.text-block-1364 {
  color: #cfc4ea;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  line-height: 1.3em;
}

.div-block-281 {
  z-index: 1;
  background-color: #0e0319;
  border: 1px solid #000;
  border-radius: 60px;
  width: 100%;
  margin-top: 18px;
  padding-top: 90px;
  padding-left: 88px;
  padding-right: 60px;
  display: block;
  position: sticky;
  top: 1rem;
  overflow: hidden;
}

.div-block-282 {
  background-color: #000000b5;
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

.text-block-1365 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2em;
}

.text-block-1366 {
  color: #fff;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.div-block-283 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.div-block-225 {
  width: auto;
  padding-top: 24px;
}

.div-block-284 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  display: flex;
}

.text-block-1367 {
  color: #fff;
  width: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.div-block-285 {
  cursor: pointer;
  background-color: #360d680d;
  border: 1px solid #360d680d;
  border-radius: 9999px;
  width: 100%;
  padding: 4px;
  transition: filter .3s;
}

.div-block-285:hover {
  filter: brightness(80%);
}

.text-span-42 {
  color: #ad48fd;
}

.div-block-215 {
  width: 100%;
  max-width: 900px;
}

.text-block-1368 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-286 {
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  outline-offset: 0px;
  cursor: pointer;
  background-color: #2c014f;
  border: 1px solid #2c014f;
  border-radius: 9999px;
  outline: 2px solid #2c014f00;
  width: auto;
  max-width: 210px;
  padding: 4px;
  transition: all .2s, filter .25s;
}

.div-block-286:hover {
  filter: brightness(112%);
  -webkit-backdrop-filter: blur(19px);
  backdrop-filter: blur(19px);
  outline-offset: 0px;
  border-width: 1px;
  outline: 2px solid #2c014f;
}

.image-72 {
  height: 40px;
}

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

.image-45 {
  filter: drop-shadow(0 18.51px 37.01px #ad48fd);
  margin-bottom: 8px;
}

.text-span-43 {
  color: #fff;
}

.text-block-56 {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.div-block-288 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-289 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 18px;
  display: flex;
}

.div-block-290 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.text-span-47 {
  color: #fff;
}

.image-73 {
  width: 114px;
  height: auto;
}

.text-block-58 {
  color: #fffbea;
  text-align: center;
  width: 100%;
  font-family: Inter Tight, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-291 {
  box-shadow: 0 7px 61px #281344;
}

.div-block-291.div-affiliate {
  background-image: radial-gradient(circle at 0%, #77486f, #77486f 0%);
  padding: 1px;
  box-shadow: 0 7px 61px #ffaa0014;
}

.div-block-291.border-2 {
  background-image: linear-gradient(#543c7d, #0e061f);
}

.text-block-1369 {
  color: #fffbea;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-3-style {
  color: #fff;
  font-family: Inter Tight, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2em;
}

.div-block-292 {
  width: 100%;
}

.hero-on-affiliate-page {
  z-index: 1;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  padding-top: 60px;
  display: flex;
  position: relative;
}

.text-block-54 {
  color: #cdd0d5;
  text-align: center;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.text-span-49 {
  color: #ad48fd;
}

.section-10 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 182px;
  display: flex;
  overflow: hidden;
}

.section-10.section-3-affiliate {
  overflow: visible;
}

.image-74 {
  position: absolute;
  inset: -79% 0% auto;
}

.image-75 {
  z-index: 1;
  position: absolute;
  inset: 47% 45% auto auto;
}

.text-block-1371 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2rem;
}

.link-block-8 {
  text-decoration: none;
}

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

.text-block-1372 {
  color: #fff;
  font-weight: 300;
  line-height: 1.2rem;
}

.blur-button-effect-2 {
  filter: blur(6.17px);
  background-image: radial-gradient(circle, #0000, #ffffff26);
  border-radius: 10px;
  display: block;
  position: absolute;
  inset: 0%;
}

.button-try {
  cursor: pointer;
  background-image: url('../images/content.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 38px;
  padding: 12px 16px;
  transition: background-color .35s;
  display: flex;
  position: relative;
}

.button-try:hover {
  background-color: #370062cc;
  background-image: none;
}

.text-block-1373 {
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2rem;
}

.image-76 {
  width: 114px;
  height: auto;
}

.link-block-9 {
  text-decoration: none;
}

.text-block-1374 {
  color: #fff;
  text-indent: -.6%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2rem;
}

.blur-button-effect-3 {
  filter: blur(6.17px);
  background-image: radial-gradient(circle, #0000, #ffffff26);
  border-radius: 10px;
  display: block;
  position: absolute;
  inset: 0%;
}

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

.div-block-295 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-77 {
  position: absolute;
  inset: -79% 0% auto;
}

.div-block-296 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.div-block-298 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.div-block-299 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.text-block-1375 {
  color: #8f8f8f;
  line-height: 1.6em;
}

.div-block-300 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.div-block-301 {
  width: 100%;
}

.div-block-302 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-1376 {
  color: #8f8f8f;
  width: 100%;
  line-height: 1.6em;
}

.text-block-1377 {
  color: #fff;
  font-weight: 300;
  line-height: 1em;
}

.div-block-303 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1272px;
  padding-top: 120px;
  padding-bottom: 95px;
  display: flex;
}

.div-block-304 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 312px;
  display: flex;
}

.div-block-305 {
  width: 100%;
}

.blur-button-effect-4 {
  filter: blur(6.17px);
  background-image: radial-gradient(circle, #0000, #ffffff26);
  border-radius: 10px;
  display: block;
  position: absolute;
  inset: 0%;
}

.div-block-306 {
  justify-content: flex-start;
  align-items: center;
  height: 57px;
  display: flex;
}

.text-block-1378 {
  color: #fff;
  width: 100%;
  line-height: 1.2em;
}

.div-block-307 {
  cursor: pointer;
  background-color: #360d680d;
  border: 1px solid #360d680d;
  border-radius: 9999px;
  width: 100%;
  padding: 4px;
  transition: filter .3s;
}

.div-block-307:hover {
  filter: brightness(80%);
}

.text-block-1379 {
  color: #8f8f8f;
  font-size: 12px;
  line-height: 1.2em;
}

.div-block-308 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-1380 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2em;
}

.text-field-2 {
  color: #8f8f8f;
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.2em;
}

.div-block-309 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2px 10px;
  display: flex;
}

.div-block-310 {
  filter: drop-shadow(0 2px 4px #312700);
  background-image: linear-gradient(#ad48fd, #ad48fdcc);
  border-radius: 12px;
  padding: 12px 20px;
  position: relative;
  overflow: hidden;
}

.banner-2 {
  background-color: #281344;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  display: flex;
}

.div-block-311 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-1381 {
  color: #fff;
  width: 100%;
  font-weight: 500;
  line-height: 1.4em;
}

.tabs-menu-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 32px;
  display: flex;
}

.text-block-44-copy {
  color: #fff9;
  text-align: center;
  width: 100%;
  margin-top: -8px;
  font-size: 12px;
  line-height: 1.4em;
}

.text-block-44-copy.last-one {
  margin-top: -12px;
}

.slide-nav {
  background-color: #fff;
  border-radius: 500px;
  max-width: 150px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px #0000000d;
}

.rte-in-collection-main {
  width: 100%;
}

.rte-in-collection-main.benefits-rte {
  column-count: 2;
  column-rule: 1px dashed #ffffff5c;
  column-gap: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.rte-in-collection-main.h3-no-margin-up h3 {
  margin-top: 0;
}

.rte-in-collection-main a {
  color: #c985ff;
}

.rte-in-collection-main a:hover {
  text-decoration: underline;
}

.rte-in-collection-main h1 {
  color: #fff;
}

.rte-in-collection-main h2 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 14px;
}

.rte-in-collection-main h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
}

.rte-in-collection-main h4 {
  color: #fff;
}

.rte-in-collection-main img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.rte-in-collection-main p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 20px;
  line-height: 1.7;
}

.rte-in-collection-main blockquote {
  background-color: #ffffff1a;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 40px;
}

.rte-in-collection-main li {
  margin-bottom: 10px;
}

.rte-in-collection-main ol, .rte-in-collection-main ul {
  margin-bottom: 24px;
}

.rte-in-collection-main figure {
  width: 100%;
  margin: 10px auto;
}

.text-block-146 {
  color: #2229;
  margin-top: 5px;
  font-size: 18px;
}

.faq-answer {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  display: flex;
  overflow: hidden;
}

.modal-2 {
  z-index: 1001;
  background-color: #0006;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-height: 100vh;
  padding: 20px;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.modal-2.modal-upload-document {
  z-index: 1501;
  background-color: #00000080;
  padding: 10px 0;
  display: none;
}

.faq-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  width: 100%;
  margin-top: 100px;
  display: grid;
}

.faq-wrapper-2.mt-40 {
  margin-top: 40px;
}

.html-embed-21 {
  width: 100%;
  height: 100%;
}

.faq-item {
  color: #000;
  text-align: left;
  cursor: pointer;
  border: 1px solid #ddd;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding: 30px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.faq-item:hover {
  border-color: #278ef5;
}

.faq-item.faq-with-dropdown {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.list-of-ticks {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  opacity: .7;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 6px;
  font-size: 12px;
  display: flex;
}

.list-of-ticks.ticks-on-sidebar {
  font-size: 12px;
}

.rounded-block-wrapper {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 60px;
  padding: 60px 80px;
  display: flex;
  position: relative;
}

.rounded-block-wrapper.blue-bg {
  background-image: radial-gradient(circle at 0 0, #d7ebff, #f8fcff 38%);
  margin-top: 0;
  box-shadow: 0 0 0 .5px #278ef5;
}

.vertical-content {
  width: 100%;
  padding-left: 0%;
  position: relative;
}

.faq-with-dropdown-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.heycom-like-button-faq {
  color: #7970ff;
  background-color: #f1f0ff;
  border: 3px solid #dedcff;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  transition: all .2s;
  display: flex;
}

.heycom-like-button-faq:hover {
  background-color: #e2e0ff;
  border-color: #cfccff;
}

.heading-in-faq {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
}

.wdif-block {
  border: 1px solid #ddd;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px;
  font-size: 16px;
  display: flex;
}

.heading-4 {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.author-image {
  color: #fff;
  background-color: #ff8f7d;
  border: 4px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 14px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  box-shadow: 1px 1px 3px #00000024;
}

.author-image.kg-pic {
  background-image: url('../images/kate-gross-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.author-image.purple {
  background-color: #7970ff;
}

.author-image.blue {
  background-color: #278ef5;
}

.author-image.green {
  background-color: #2eb67c;
}

.grid-with-toc {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.ml-8 {
  margin-left: 8px;
}

.html-embed-11 {
  height: 100%;
  min-height: 200px;
}

.mb-40 {
  margin-bottom: 40px;
}

.html-embed-13 {
  color: #ffe871;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 2px;
  display: flex;
}

.content-block {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  min-height: 260px;
  padding: 40px 60px;
  font-size: 18px;
  display: flex;
  box-shadow: 0 1px 1px #0000001f, 0 1px 5px #3c42571a, 0 0 0 1px #3c42571a;
}

.content-block:hover {
  background-color: #fafafa;
}

.button-blue-with-shadow {
  color: #fff;
  background-color: #278ef5;
  border-radius: 100px;
  align-items: center;
  padding: 14px 20px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  box-shadow: 0 4px 8px #0099ff4d;
}

.button-blue-with-shadow:hover {
  background-color: #0e85e7;
}

.button-blue-with-shadow.cta-on-vertical-page {
  justify-content: center;
  font-size: 18px;
}

.button-blue-with-shadow.cta-on-vertical-page.cta-on-sidebar {
  padding-left: 10px;
  font-size: 16px;
}

.testimonial-card {
  box-shadow: 0 90px 60px -100px #4f5e782e, 0 11px 20px -9px #4f5e781a;
}

.wdif-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 30px;
  display: grid;
}

.author-job {
  color: #151c3480;
  font-size: 16px;
}

.mt-mb-60 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.icon-for-feature-block {
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-right: 12px;
  padding: 14px;
  transition: all .1s;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.icon-for-feature-block.in-ht-block-3 {
  flex: none;
  width: 60px;
  height: 60px;
  margin-right: 0;
  padding: 10px;
}

.icon-for-feature-block.in-ht-block-2 {
  flex: none;
  width: 40px;
  height: 40px;
  margin-right: 0;
  padding: 8px;
}

.flex-horizontal-center-center-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-horizontal-center-center-4.platform-ratings {
  grid-column-gap: 40px;
}

.faq-item-dropdown-button {
  flex: none;
  width: 30px;
  height: 30px;
  margin-left: 16px;
}

.section-11 {
  background-color: #0c1722;
  padding-top: 100px;
  padding-bottom: 100px;
}

.dotted-line-pic {
  width: 1px;
  height: 50px;
  margin-top: 20px;
}

.toc-wrapper-wrapper {
  width: 20%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wc-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

._100-width-2 {
  width: 100%;
  display: block;
  overflow: visible;
}

.slider-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 40px 2px;
  overflow: hidden;
}

.video-embed-copy {
  border-radius: 18px;
  width: 100%;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 6px 8px #0000001a;
}

.span-highlight-yellow {
  background-color: #ffd22f40;
}

.text-block-126 {
  padding-left: 12px;
}

.flex-vertical-center-top-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-size: 17px;
  display: flex;
}

.flex-vertical-center-top-2.minw-165 {
  min-width: 165px;
}

.html-embed-plus-dropdown {
  color: #278ef5;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.grid-how-to {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-items: flex-start start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.mask {
  height: auto;
  overflow: visible;
}

.modal-mask {
  z-index: 1001;
  position: absolute;
  inset: 0%;
}

.modal-wrapper-2 {
  position: relative;
}

.icon-for-cta-icon {
  color: #278ef5;
  background-color: #fff;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 10px;
  transition: all .1s;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 #3c42571a, 0 3px 10px #3c425766;
}

.icon-for-cta-icon.on-main-cta-vertical {
  margin-left: 20px;
  margin-right: -10px;
}

.icon-for-cta-icon.on-main-cta-vertical.icon-on-sidebar-cta {
  margin-left: 10px;
}

.hidden-2 {
  display: none;
}

.html-embed-icon-main-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.html-embed-icon-main-2._30x30-purple-faq-arrow {
  color: #7970ff;
  width: 30px;
  height: 30px;
}

.html-embed-icon-main-2.hiw-icon {
  width: 30px;
  height: 30px;
}

.html-embed-icon-main-2.hiw-icon-arrow {
  color: var(--baked-pink);
  flex: none;
  width: 40px;
  height: 40px;
}

.left-arrow-2 {
  background-color: #278ef5;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  font-size: 14px;
  display: flex;
  top: auto;
  bottom: 20px;
  left: 40%;
}

.left-arrow-2:hover {
  background-color: #0e85e7;
}

.author-detail-wrap {
  font-size: 16px;
}

.text-block-1382 {
  margin-top: 10px;
}

.modal-container-2 {
  z-index: 1100;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 60px 30px 40px;
  display: flex;
  position: relative;
  box-shadow: 0 0 5px #0000000d;
}

.modal-container-2.upload-document-modal {
  justify-content: flex-start;
  align-items: center;
  height: 60vh;
  padding: 0;
  display: flex;
  overflow: auto;
}

.text-fixed-height {
  min-height: 100px;
}

.how-to-grid-left {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  display: flex;
}

.toc-wrapper-tools {
  z-index: 10;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  margin-right: 5%;
  font-size: 16px;
  display: flex;
  position: sticky;
  top: 100px;
  left: 0;
}

.faq-item-text {
  align-items: center;
  font-size: 20px;
  display: flex;
}

.navlink-type-2 {
  color: #777;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navlink-type-2:hover {
  color: #ccc;
  text-decoration: underline;
}

.navlink-type-2.w--current {
  color: #ccc;
}

.ribbon-entry-icon {
  color: #2eb67c;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: 0;
  margin-right: 4px;
  display: flex;
}

.ribbon-entry-icon.star-icon {
  color: #2eb67c;
  width: 14px;
  height: 14px;
  margin-right: 2px;
}

.ribbon-entry-icon.star-icon.yellow-star {
  color: #facc15;
}

.tick-prefooter-cta {
  align-items: center;
  margin-bottom: 6px;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.tick-prefooter-cta.ticks-on-sidebar {
  opacity: .8;
  margin-bottom: 4px;
  margin-left: 0;
  margin-right: 4px;
}

.div-block-312 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.author-name {
  color: #151c34;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.author-name.wdiw-title {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
}

.section-for-vertical-content {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25%;
  font-size: 20px;
  line-height: 1.6;
  display: flex;
  position: relative;
}

.right-arrow-2 {
  background-color: #278ef5;
  border-radius: 100px;
  width: 45px;
  height: 45px;
  font-size: 14px;
  top: auto;
  bottom: 20px;
  right: 40%;
}

.right-arrow-2:hover {
  background-color: #0e85e7;
}

.badge-for-rating {
  color: #777;
  border: .5px solid #dfe0e5;
  border-radius: 100px;
  align-items: center;
  margin-top: 10px;
  padding: 4px 6px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 1px 2px #00000014;
}

.icon-styled {
  color: #ad48fd;
  background-image: linear-gradient(119deg, #070417, #370062 58%, #560b90);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding: 18px;
  display: flex;
  box-shadow: 0 0 0 .5px #0003, 0 0 0 2px #ad48fd, inset 0 3px 6px #00000040, 0 3px 4px #ad48fd40;
}

.faq-wrapper-on-tools {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  display: flex;
}

.author-image-in-social-proof-wrapper {
  border: 2px solid var(--dark-purple-ui);
  color: #fff;
  background-color: #ff8f7d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-left: -14px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  box-shadow: 1px 1px 3px #00000024;
}

.author-image-in-social-proof-wrapper.first-one {
  margin-left: 0;
}

.white-text {
  color: #fffbea;
}

.white-text.maxw-770 {
  max-width: 770px;
}

.white-text.maxw-800 {
  max-width: 800px;
}

.white-text.aligned-mid {
  text-align: center;
}

.white-text.mb-100 {
  margin-bottom: 100px;
}

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

.h1-hero {
  color: #fff;
  margin-bottom: 0;
  font-size: 43px;
  line-height: 1.1;
  display: inline-block;
}

.h1-hero.h1-bigger-55px {
  font-size: 55px;
}

.frame-1410103563 {
  grid-row-gap: 11px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 538px;
  padding-left: 4px;
  padding-right: 4px;
  text-decoration: none;
  display: flex;
}

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

.badge-1-0 {
  grid-column-gap: 2px;
  background-color: var(--yellow-bg);
  border-radius: 999px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 3px 12px 3px 6px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  text-decoration: none;
  display: flex;
}

.badge {
  color: var(--yellow-text);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

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

.text-block-92 {
  z-index: 1;
  color: #fff;
  text-align: right;
  width: 100%;
  max-width: 630px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.image-78, .image-79, .image-80 {
  width: 46px;
}

.hero-wrapper-horizontal {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  min-height: 865px;
  padding: 120px 62px;
  display: flex;
  position: relative;
}

.hero-text-section-on-tools {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 650px;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.heading-2-style-actually {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
}

.heading-2-style-actually.on-author-posts {
  max-width: 700px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.pre-header-pink {
  color: #d3b2ffc7;
  margin-bottom: 10px;
  font-family: Kalam, sans-serif;
  font-size: 26px;
}

.pre-header-pink.mb-0 {
  margin-bottom: 0;
}

.hero-image-on-tools {
  width: 55%;
  position: relative;
}

.pricing-hero-wrapper {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 80px;
  padding-top: 106px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.bold-white-text {
  opacity: 1;
  color: #fff;
  font-weight: 700;
}

.tick-benefit-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.tick-benefit-wrapper.mt-40 {
  margin-top: 40px;
}

.tick-benefit-wrapper.gap-14px {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
}

.tick-benefit-wrapper.gap-20 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.tick-benefit-wrapper.list-of-benefits {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  max-width: 630px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.tick-benefit-wrapper.gap-10px {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.maxw {
  max-width: 930px;
}

.flex-vertical-center-left {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-main {
  flex-flow: column;
  padding-top: 90px;
  padding-bottom: 90px;
}

.tabs-menu-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.tab-link-feature-selector {
  color: #9da9b2;
  background-color: #ddd0;
  border-bottom: 2px solid #0000;
  font-size: 18px;
}

.tab-link-feature-selector.w--current {
  color: #fff;
  background-color: #ddd0;
  border-bottom: 2px solid #fff;
}

.tab-with-features {
  background-color: #0c1722;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  font-size: 18px;
  line-height: 1.8;
  display: flex;
}

.tab-with-features-2 {
  z-index: 1;
  background-color: #0e0319;
  border: 1px solid #ad48fd45;
  border-radius: 20px;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 630px;
  margin-top: 0;
  font-size: 20px;
  line-height: 1.8;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 12px #ad48fd1f;
}

.tabs-content-3 {
  overflow: visible;
}

.image-in-feature-tab {
  position: absolute;
  bottom: -10%;
  right: -50%;
}

.right-side-in-features-tab---image-wrapper {
  justify-content: center;
  align-items: center;
  width: 55%;
  display: flex;
}

.image-81 {
  position: absolute;
  transform: scale(.8);
}

.grid-of-videos {
  grid-column-gap: 24px;
  grid-row-gap: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.grid-of-videos.mt-100 {
  margin-top: 100px;
}

.author-img-creator-video {
  border: 2px solid var(--dark-purple-ui);
  color: #fff;
  object-fit: cover;
  background-color: #ff8f7d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  box-shadow: 1px 1px 3px #00000024;
}

.author-img-creator-video.first-one {
  margin-left: 0;
}

.fs-18 {
  font-size: 18px;
}

.video-of-creator {
  object-fit: cover;
  border-radius: 12px;
  min-height: 400px;
  margin-top: 20px;
}

.code-embed-of-video-playing {
  border-radius: 12px;
  display: block;
  overflow: hidden;
}

.wrapper-of-code-embed-for-video {
  border-radius: 12px;
  margin-top: 20px;
  overflow: hidden;
}

.fs-16 {
  font-size: 16px;
}

.preheading-video-showcase {
  color: #747474;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 700;
}

.preheading-video-showcase.atauthor-preheading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 16px;
}

.hiw-pillbox {
  z-index: 30;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #111;
  text-align: left;
  background-color: #fff;
  border: 2px solid #6b22c7;
  border-radius: 37px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 2px 5px #e829291a;
}

.hiw-pillbox:hover {
  background-color: #e5e5e5;
  border-color: #6b22c7;
}

.hiw-step-entry {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.hiw-pillbox-2 {
  z-index: 1;
  color: #ffffffbf;
  background-color: #260746;
  border: 1px solid #ad48fdc4;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-top: 60px;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 5px 12px #ad48fd1f;
}

.bg-on-24-7 {
  z-index: 0;
  width: 1256px;
  position: absolute;
  inset: -417% auto 10% -527%;
}

.div-block-206 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 908px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.text-span-50 {
  color: #fff;
  font-weight: 500;
}

.image-82 {
  filter: blur(1.8px);
  mix-blend-mode: screen;
  max-width: none;
  position: absolute;
  inset: 0%;
}

.text-span-51 {
  color: #fff;
  font-weight: 500;
}

.image-83 {
  width: 220px;
  position: absolute;
  inset: -15% auto auto -7%;
}

.image-84 {
  filter: brightness(200%);
  width: 6px;
  position: absolute;
  inset: -3% auto auto -.8%;
}

.bg {
  z-index: 0;
  width: 1256px;
  position: absolute;
  inset: -417% auto auto -527%;
  transform: translate(0);
}

.text-span-52 {
  color: #ad48fd;
}

.div-block-314 {
  position: relative;
  overflow: hidden;
}

.text-span-53 {
  color: #fff;
  font-weight: 500;
}

.image-85 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: -3% -.8% auto auto;
}

.div-block-315 {
  z-index: 0;
  background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 60%);
  position: absolute;
  inset: -3%;
}

.image-86 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto auto -3% -.8%;
}

.div-block-316 {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.image-87 {
  z-index: 1;
  filter: brightness(200%) brightness(200%) blur(50px);
  position: absolute;
  inset: -158% -28% auto auto;
}

.image-87.gradient-2-blur {
  left: -28px;
  right: auto;
}

.text-span-54, .text-span-55, .text-span-56 {
  color: #fff;
  font-weight: 500;
}

.text-block-1383 {
  z-index: 1;
  color: #fff;
  text-align: right;
  width: 100%;
  max-width: 630px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.text-span-57 {
  color: #fff;
}

.image-88 {
  z-index: 1;
  position: relative;
}

.div-block-317 {
  z-index: 0;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 670px;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-89 {
  filter: brightness(200%);
  width: 6px;
  height: 6px;
  position: absolute;
  inset: auto -.8% -3% auto;
}

.text-block-1384 {
  z-index: 1;
  color: #cdd0d5;
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
  position: static;
}

.text-block-1385 {
  z-index: 1;
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 630px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2em;
  position: relative;
}

.div-block-318 {
  z-index: 0;
  position: relative;
}

.image-90 {
  z-index: 0;
  filter: brightness(120%);
  width: 100%;
  height: 100%;
  position: relative;
  inset: -3% -3% auto auto;
  transform: rotate(1deg);
}

.text-span-58 {
  color: #fff;
  font-weight: 500;
}

.div-block-319 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
  position: relative;
}

.image-91 {
  opacity: 1;
  width: 260px;
  position: absolute;
  inset: -19% -13% auto auto;
}

.picture-wrapper {
  background-color: var(--baked-pink);
  border-radius: 20px;
  width: 95%;
  max-width: 916px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px;
}

.image-92 {
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
}

.this-could-be-you {
  margin-bottom: -22px;
}

.this-could-be-you.v2-in-success-stories {
  width: 200px;
  margin-bottom: 0;
  margin-left: 400px;
}

.tcby-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: -40px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.white-and-semibold-text {
  color: #fff;
  font-weight: 600;
}

.div-block-320 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-320.mt-10 {
  margin-top: 10px;
}

.text-block-1386 {
  color: #ffffffb5;
  font-family: Inter Tight, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

.text-span-59 {
  color: var(--baked-pink-lighter);
}

.white-bg-pillbox-highlight {
  color: #000;
  background-color: #fff;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  height: 41px;
  padding: 12px 18px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  display: flex;
}

.text-block-1387 {
  color: #000;
  font-family: Inter Tight, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1em;
}

.image-93 {
  height: 90px;
  position: absolute;
  inset: -220% -65% auto auto;
}

.span-baked-pink-lighter {
  color: var(--baked-pink-lighter);
}

.image-94 {
  width: 160px;
  position: absolute;
  bottom: 80%;
  right: 10%;
}

.lazy-video-cg {
  width: 100%;
}

.creators-title-2 {
  color: #020200;
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.text-5 {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.text-5.is-left {
  color: #020200;
  text-align: left;
}

.card {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #ffffffbf;
  text-align: left;
  background-color: #260746;
  border: 1px solid #ad48fdc4;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  font-size: 16px;
  line-height: 1.6;
  transition: all .2s;
  display: flex;
  box-shadow: 0 5px 12px #ad48fd1f;
}

.card:hover {
  background-color: #581e92;
  border-color: #dbadffc4;
}

.flag-text-emoji {
  color: #fff;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: -6px;
  padding: 1px 6px;
  font-size: 24px;
  line-height: 1.1;
}

.accordion-for-faq {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.accordion-for-faq.open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f041b00;
  border: 1px #ffffff0d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.faq-icon {
  width: 24px;
  margin-top: 1px;
}

.faq-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  background-color: #fff0;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 16px;
  display: flex;
}

.faq-block.open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0f041b00;
  border: 1px #ffffff0d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  display: flex;
}

.animated-button {
  color: #fff;
  background-image: linear-gradient(#8301ef, #b430ff);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  padding: 24px;
  font-size: 22px;
  font-weight: 700;
  display: flex;
}

.strip-of-logos-wrapper {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.strip-of-logos-wrapper.strip-of-logos-homepage {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--bg-body);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.logo_component-slider {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 3350px;
  display: flex;
  overflow: hidden;
}

.logo-slider-img {
  opacity: .8;
}

.logo-slider-img.disc-logo {
  filter: invert();
}

.logo-slider-img.g-logo {
  margin-top: 4px;
}

.logo-slider-img.a-logo {
  filter: brightness(0%) invert() grayscale();
}

.logo-slider-img.cn-logo {
  filter: invert();
}

.logo-slider-img.cc-logo {
  filter: brightness(200%) grayscale();
}

.logo-slider-img.invert-logo {
  filter: invert();
}

.logo-slider-img.dj-logo {
  filter: brightness(200%);
}

.logo-slider-img.pl-logo {
  filter: brightness(200%) grayscale();
}

.logo-slider-img.inved-logo {
  margin-right: -30px;
}

.image-95 {
  z-index: 0;
  width: 2565px;
  max-width: none;
  height: 2569px;
  position: absolute;
  top: 7816.08px;
}

.testimonial-text {
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
}

.testimonial-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.testimonial-author-logo-pic {
  object-fit: cover;
  background-color: #fff;
  border-radius: 100px;
  width: 34px;
  height: 34px;
  margin-top: 34px;
  margin-left: -34px;
  position: relative;
  box-shadow: 0 1px 2px #0000001a;
}

.text-block-1340 {
  font-weight: 300;
}

.testimonial-author-name {
  font-size: 16px;
  font-weight: 500;
}

.archive-section-wrapper-2 {
  text-align: left;
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 100px;
  padding: 40px;
  display: flex;
}

.testimonial-author-pic {
  object-fit: cover;
  border-radius: 100px;
  width: 60px;
  height: 60px;
}

.testimonial-author-pic.tp-pink {
  background-color: #fddce5;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 800;
  display: flex;
}

.badge-for-rating-2 {
  color: #777;
  border: .5px solid #dfe0e5;
  border-radius: 100px;
  align-items: center;
  margin-top: 2px;
  padding: 4px 6px;
  font-size: 12px;
  display: flex;
  box-shadow: 0 1px 2px #00000014;
}

.archive-element-entry-2 {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}

.archive-element-entry-2.testimonials {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-of-verticals {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.collection-item-3 {
  justify-content: space-between;
  display: flex;
}

.vertical-page-link-block {
  color: #fffc;
  background-color: #09021ae3;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px 10px;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.vertical-page-link-block:hover {
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #c47affb3, 0 3px 9px #0f93ff1a, 0 2px 5px #3c42571a;
}

.image-8-copy-222 {
  object-fit: cover;
  border-radius: 8px;
  width: 382px;
  height: 120px;
}

.h2-in-vertical-collection {
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.badge-top {
  color: #000;
  text-align: center;
  background-image: linear-gradient(90deg, #ffe84d, #dfc517);
  justify-content: center;
  align-items: center;
  height: 36px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
  display: flex;
}

.text-inside-cta-button-3 {
  background-color: #771ee6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px;
  display: flex;
}

.text-inside-cta-button-3:hover {
  background-color: #6b22c7;
}

.text-inside-cta-button-3.fs-14 {
  font-size: 14px;
}

.blog-post__text {
  width: 100%;
  max-width: 640px;
}

.blog-post__sidebar__content__link {
  text-align: left;
  border-radius: 4px;
  padding: 4px;
  font-size: .8rem;
  display: block;
}

.blog-post__sidebar__content__link:hover {
  background-color: #f5f5f5;
}

.blog-post__sidebar__content__link.active {
  background-color: var(--y);
  color: var(--black);
}

.blog-post__sidebar__content__link.blog-post__sidebar__content__link--h3 {
  margin-left: .5rem;
}

.blog-post__sidebar__content__link.blog-post__sidebar__content__link--h4 {
  margin-left: 1rem;
}

.blog-post__sidebar__content__link.blog-post__sidebar__content__link--h2 {
  font-weight: 500;
}

.div-block-321 {
  margin-top: 10px;
}

.html-embed-22 {
  width: 100%;
  height: auto;
}

.blog-post {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.button-9 {
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #782cdb;
  background-image: linear-gradient(#f1e7ff80, #28114540);
  background-clip: padding-box;
  border: 1px solid #782cdb;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 1px 2px #0000001f, 0 0 4px #0000000a, 0 4px 8px #00000014;
}

.button-9:hover {
  background-color: #6b22c7;
}

.author-bio-wrapper-2 {
  border-radius: 100px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 24px;
  display: flex;
}

.author-bio-wrapper-2:hover {
  background-color: #e5e5e5;
}

.html-embed-23 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.blog-post__sidebar__toggle {
  width: 100%;
}

.blog-post__sidebar__toggle__button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #808292;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 8px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 0 #3c42571a, 0 2px 5px #3c42571a;
}

.blog-post__sidebar__toggle__button:hover {
  box-shadow: 1px 0 1px #0000001f, 0 0 0 1px #3c42571a, 0 3px 9px #3c42571a, 0 2px 5px #0003;
}

.blog-post__sidebar__content__links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.blog-post__columns {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 650px 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 100%;
  display: grid;
  position: relative;
}

.blog-post__sidebar {
  flex: 1 1 0;
  min-width: 0;
}

.blog-post__sidebar.blog-post__sidebar--sticky {
  background-color: #fff;
  flex: 1 0 auto;
  min-height: 1px;
}

.blog-post__sidebar__content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.wrapper-for-author-block-2 {
  text-align: left;
  background-color: #fafafa;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 640px;
  margin-bottom: 140px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 24px 30px;
  display: flex;
}

.blog-post__sidebar__wrapper.blog-post__sidebar__wrapper--sticky {
  z-index: 999;
  background-color: #fff;
  width: 100%;
  padding: 0 16px 16px;
  position: sticky;
  top: 24px;
}

.blog-post__content {
  max-width: 100%;
}

.link-block-10 {
  color: #ffffff80;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  display: flex;
}

.link-block-10:hover {
  color: #fff;
}

.link-block-10.in-article-author-bio {
  color: #fff;
  background-color: #ccc;
  border-radius: 8px;
  width: 30px;
  height: 30px;
}

.link-block-10.in-article-author-bio.twitter-hover:hover {
  background-color: #1da1f2;
}

.link-block-10.in-article-author-bio.li-blue-hover:hover {
  background-color: #0072b1;
}

.link-block-10.in-article-author-bio.green-hover:hover {
  background-color: #2eb67c;
}

.link-block-10.in-article-author-bio.instagram-hover:hover {
  background-image: linear-gradient(160deg, #f9ce34, #ee2a7b 57%, #6228d7);
}

.blog-post__sidebar__toggle__button__icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-dates {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    background-image: url('../images/group-141-1.svg'), url('../images/mask-group-13.png');
    background-position: 50% 30%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, auto;
  }

  .div-asset-edit {
    overflow: visible;
  }

  .image-asset {
    position: static;
    left: 60%;
    overflow: hidden;
  }

  .div-asset-abso {
    width: 100%;
    height: 635px;
    position: absolute;
    left: 60%;
    overflow: hidden;
  }

  .affi-section {
    background-image: url('../images/frame-2147223275-1.png');
    background-position: 50% 100%;
    background-size: auto;
  }

  .image-34-copy {
    width: 250px;
  }

  .text-block-9, .text-block-92, .text-block-1383, .text-block-1385 {
    text-align: right;
    max-width: 630px;
  }
}

@media screen and (min-width: 1440px) {
  .benefices-white {
    overflow: hidden;
  }

  .image-asset {
    left: 60%;
  }

  .body {
    overflow: visible;
  }

  .affi-section {
    background-image: url('../images/frame-2147223275-1.png');
    background-position: 50% 100%;
    background-size: auto;
  }

  .creators-section {
    background-image: none;
  }

  .navbar-2 {
    padding-top: 60px;
  }

  .wc-for-navbar {
    max-width: 900px;
  }

  .text-block-1343 {
    width: auto;
  }

  .image-59 {
    width: 1104px;
  }

  .div-block-190 {
    max-width: 640px;
  }

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

  .image-bg {
    height: 865px;
    padding-top: 30px;
  }

  .div-block-161.buttonprice-get {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .div-block-186.image-4 {
    width: 60px;
  }

  .section-4 {
    min-height: 915px;
  }

  .div-block-184 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-184.div-184-2 {
    display: flex;
  }

  .image-8 {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .image-38 {
    width: 135px;
  }

  .navbar-3 {
    max-width: 657px;
  }

  .text-block-36 {
    width: 100%;
  }

  .hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-wrapper {
    max-width: 1920px;
    padding-top: 67px;
  }

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

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

  .ticker {
    display: block;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 44%, #0000, #010c0a 53%);
    inset: -3%;
  }

  .section-5 {
    overflow: clip;
  }

  .button-purple-wrapper {
    cursor: pointer;
  }

  .button-purple-wrapper:hover {
    filter: brightness(80%);
  }

  .secondary-cta:hover {
    filter: none;
    background-image: linear-gradient(#360d68, #360d68);
  }

  .text-block-1345 {
    text-align: center;
    font-size: 56px;
  }

  .div-block-5 {
    padding-left: 14px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: flex-start;
    max-width: 680px;
  }

  .div-block-2 {
    max-width: 700px;
  }

  .text-block-1348 {
    width: auto;
  }

  .image-bg-2 {
    height: 865px;
    padding-top: 30px;
  }

  .image-46 {
    top: -125%;
    right: 10%;
  }

  .div-block-245.image-4 {
    width: 60px;
  }

  .section-8 {
    min-height: 915px;
  }

  .div-block-251 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .div-block-251.div-184-2 {
    display: flex;
  }

  .image-69 {
    width: 100%;
    height: 100%;
    inset: 0%;
  }

  .text-block-1361 {
    width: 100%;
  }

  .div-block-266 {
    max-width: 1920px;
    padding-top: 67px;
  }

  .div-block-286 {
    cursor: pointer;
  }

  .div-block-286:hover {
    filter: brightness(80%);
  }

  .text-block-1371 {
    width: auto;
  }

  .button-try:hover {
    filter: none;
    background-image: linear-gradient(#360d68, #360d68);
  }

  .text-block-1373 {
    width: auto;
  }

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

  .hero-wrapper-horizontal {
    max-width: 1920px;
    padding-top: 67px;
  }

  .hero-text-section-on-tools {
    max-width: 700px;
  }

  .bg-on-24-7, .bg {
    width: 1425px;
    height: 1414px;
    top: -511%;
    left: -600%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 44%, #0000, #010c0a 53%);
    inset: -3%;
  }

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

  .image-88 {
    width: 135px;
  }

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

  .image-90 {
    width: 100%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .text-inside-cta-button-3 {
    color: #fff;
  }
}

@media screen and (min-width: 1920px) {
  .text.is-preheading.white, .text.is-preheading.black {
    color: #000;
  }

  .edit-section {
    overflow: visible;
  }

  .image-asset {
    left: 60%;
  }

  ._1150 {
    background-position: 50% 0;
  }

  .div-bg {
    background-color: #ffdc2400;
    border-style: none;
    border-width: 0;
  }

  .div-video-hold {
    opacity: 1;
    -webkit-text-stroke-color: #fff0;
    -webkit-text-fill-color: inherit;
    background-color: #ffdc2400;
    background-clip: border-box;
    border: 1px #000;
  }

  .video-big-wrapper {
    margin-top: 50px;
  }

  .button-border {
    outline-offset: 0px;
    background-color: #ffd60005;
    border-radius: 40px;
    outline: 1px solid #ffd60014;
    padding: 5px;
  }

  .hero-button {
    color: #ffd600;
    text-align: center;
    background-color: #ffd6001f;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 50px;
    font-family: Satoshi Variable;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .hero-button.v1 {
    color: var(--b);
    background-color: #ffd600;
    height: auto;
  }

  .blog-title {
    margin-top: 0;
  }

  .radio-field {
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .blog-titi {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .post-filter {
    border-radius: 0;
  }

  .blog-infos-container {
    position: absolute;
    inset: auto 0% 0%;
  }

  .post-date {
    flex-direction: row;
    justify-content: flex-start;
    display: block;
  }

  .collection-list-wrapper {
    display: block;
    position: static;
  }

  .blog-infos {
    flex-flow: row;
    display: flex;
  }

  .blog-txt {
    position: static;
  }

  .image-3 {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .affi-section {
    background-image: url('../images/frame-2147223275-1.png');
    background-position: 50% 100%;
    background-size: auto;
  }

  .creators-section {
    background-image: none;
  }

  .creators-title.is-preheading.white, .creators-title.is-preheading.black {
    color: #000;
  }

  .btn-affi {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .btn-yellow-affi {
    background-color: var(--y);
    color: var(--b);
    text-align: center;
    border-radius: 60px;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    font-family: Satoshi Variable;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
  }

  .btn-yellow-affi.v1 {
    color: var(--b);
    background-color: #ffd600;
    height: auto;
  }

  .image-36 {
    filter: brightness(130%);
  }

  .image-bg {
    inset: 0% 0% auto;
  }

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

  .navbar-3 {
    max-width: 900px;
  }

  .navbar-3.affiliate {
    justify-content: center;
    align-items: center;
    width: 150px;
  }

  .hero.hero-affiliate {
    justify-content: flex-start;
    align-items: center;
  }

  .feature {
    background-color: #5d541a;
  }

  .ticker {
    display: block;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 45%, #0000, #010c0a 52%);
  }

  .image-bg-2 {
    inset: 0% 0% auto;
  }

  .image-46 {
    top: -125%;
    right: 10%;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 45%, #0000, #010c0a 52%);
  }

  .image-90 {
    filter: brightness(130%);
  }
}

@media screen and (max-width: 991px) {
  .faq-wrapper.full-width {
    width: 100%;
    max-width: 1200px;
  }

  .edit-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-asset {
    object-fit: cover;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }

  .image-asset.hidephone {
    display: none;
  }

  .schedule-section {
    width: 90%;
  }

  .pricing-grid {
    grid-template-rows: auto auto;
  }

  .pricing-grid.with-3 {
    grid-template-columns: 1fr;
  }

  .testi-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .footer-side {
    width: 100%;
  }

  .brand {
    z-index: 999;
    position: relative;
  }

  .menu-button {
    z-index: 999;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 48px;
    margin-right: -8px;
    padding: 8px;
  }

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

  .hamburger-line-b.bottom, .hamburger-line-b.top {
    background-color: #fff;
  }

  .nav-bar-2 {
    margin-bottom: 0;
    padding: 24px 40px;
  }

  .nav-menu-2 {
    z-index: 998;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #fff;
    flex-direction: column;
    align-items: flex-end;
    padding: 128px 32px 40px;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .cta-nav {
    display: none;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-nav.hide.rsvp {
    width: 100%;
    margin-top: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-nav.hide.rsvp.shown-in-navbar-dropdown {
    display: block;
  }

  .button-nav.hide.daniel-navbar {
    width: 100%;
    margin-top: 0;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-nav.hide.daniel-navbar.shown-in-navbar-dropdown {
    display: block;
  }

  .nav-link-2 {
    border-bottom: 1px solid #e0e0df;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 24px 0;
    font-size: 24px;
  }

  .nav-link-2:hover {
    color: #171a15;
    text-decoration: none;
    transform: translate(0);
  }

  .nav-link-2.log-in-mob {
    display: flex;
  }

  .logo-2 {
    height: 48px;
  }

  .div-asset-abso.asset-up.hide-desktop {
    height: auto;
    margin-top: 40px;
    display: flex;
    position: static;
  }

  .div-asset-abso.asset-up.hidephone {
    display: none;
  }

  .filter-wrapper {
    width: 100%;
  }

  .filter-list {
    flex-wrap: wrap;
  }

  .blog-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-title {
    font-size: 20px;
  }

  .radio-field {
    flex-wrap: nowrap;
  }

  .blog-infos {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-wrap: nowrap;
  }

  .nav-bar-white {
    margin-bottom: 60px;
    padding: 24px 40px;
  }

  .nav-bar-white.legal {
    margin-bottom: 0;
  }

  .nav-link-black {
    border-bottom: 1px solid #e0e0df;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 24px 0;
    font-size: 24px;
  }

  .nav-link-black:hover {
    color: #171a15;
    text-decoration: none;
    transform: translate(0);
  }

  .linevblack, .hamburger-line-black.bottom, .hamburger-line-black.top {
    background-color: #000;
  }

  .hamburger-line-b-copy.bottom, .hamburger-line-b-copy.top {
    background-color: #fff;
  }

  .logo-black {
    height: 48px;
  }

  .collection-list-otherpost {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .nav-menu-2-black {
    z-index: 998;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    background-color: #000;
    flex-direction: column;
    align-items: flex-end;
    padding: 128px 32px 40px;
    position: fixed;
    inset: 0%;
    overflow: scroll;
  }

  .affi-section {
    background-position: 50% 0;
    background-size: contain;
  }

  .affi-div {
    width: 60%;
  }

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

  .creators-div {
    width: 60%;
  }

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

  .creators-card {
    padding: 12px;
  }

  .testi-div-affi {
    width: 60%;
  }

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

  .benefit-wrapper-copy-8 {
    padding-right: 22px;
  }

  .benefit-wrapper-copy-8.extremes-but-on-tablet {
    justify-content: space-between;
  }

  .modal-container-3.bb-pop-up {
    text-align: center;
  }

  .flex-vertical-left-top.text-in-feature-tab {
    width: 100%;
  }

  .button-white-with-shadow.show-hide-toc-button {
    display: none;
  }

  .button-white-with-shadow.wrapped-inside-menu-filtering-grid {
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .field-label-2.show-just-on-tablet {
    display: block;
  }

  .container-for-3-columns {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu-filtering-wrapper {
    z-index: 500;
    background-color: #fff;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    display: flex;
    position: sticky;
    top: 0;
  }

  .menu-filtering-grid {
    z-index: 950;
    align-items: center;
    width: 100%;
    height: 45px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    display: flex;
    position: relative;
  }

  .sidebar-left {
    width: 100%;
    height: auto;
    margin-left: 0;
    position: static;
  }

  .sidebar-left.for-filtering {
    background-color: #fff;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    max-height: 90vh;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 13px 5px;
    display: none;
    position: sticky;
    top: 64px;
    left: 0;
    right: 0;
    overflow: auto;
  }

  .html-embed-icon-main.html-menu-mobile-navbar {
    width: 24px;
    height: 24px;
  }

  .sidebar-right {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: none;
    position: static;
  }

  .menu-bar-dash-smaller {
    width: 24px;
    margin-top: 4px;
    margin-bottom: 4px;
  }

  .blog-post-content {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .flex-hero-hh {
    text-align: center;
    align-items: center;
    max-width: none;
    margin-bottom: 80px;
  }

  .subheading-2 {
    max-width: 700px;
  }

  .ribbon-at-top-of-page {
    display: none;
  }

  .navlink-2-notion {
    color: #fff;
    text-align: left;
    width: 100%;
    min-height: 44px;
    padding-left: 12px;
    font-size: 18px;
    overflow: visible;
  }

  .navbar-2 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-3 {
    width: 100%;
  }

  .flex-horizontal-center-right.navbar-upper-right {
    flex-direction: column;
  }

  .flex-horizontal-center-right.navbar-right-side {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
  }

  .dropdown-link {
    justify-content: center;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 30px;
    font-size: 16px;
    display: flex;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #000;
    border: 1px solid #0a0d1463;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 470px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    position: absolute;
  }

  .wc-for-navbar {
    background-color: #000;
    max-width: 470px;
  }

  .dropdown-list-navbar-item {
    max-width: 100vw;
    overflow: scroll;
    box-shadow: 0 3px 5px #0000;
  }

  .dropdown-list-navbar-item.w--open {
    width: 100%;
    position: static;
    right: 0;
    overflow: auto;
  }

  .wc-2 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .wc-2.but-for-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button-2 {
    border-radius: 1000px;
    padding: 12px;
    transition: all .2s;
  }

  .menu-button-2:hover {
    background-color: #00000014;
  }

  .menu-button-2.w--open {
    background-color: var(--dark-purple-ui);
    color: #000;
  }

  .modal-wrapper {
    padding: 2.5rem;
  }

  .text-block-18 {
    font-size: 36px;
  }

  .image-25 {
    width: 40px;
  }

  .image-59 {
    width: 600px;
  }

  .image-21 {
    width: 50px;
  }

  .image-13 {
    left: -2.5%;
  }

  .image-11 {
    left: -1.5%;
  }

  .image-20 {
    width: 70px;
  }

  .image-33 {
    width: 180px;
    top: -12%;
    left: -2%;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .image-bg {
    height: 720px;
  }

  .div-block-186.image-4 {
    width: 100%;
  }

  .mobile-nav-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #fff;
    border: 1px solid #e3e8ef;
    border-radius: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px;
    display: flex;
    top: 80px;
    bottom: auto;
    box-shadow: 42px 42px 55px #20355a17;
  }

  .image-22 {
    width: 70px;
  }

  .table-of-features {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-184 {
    grid-template-columns: 1fr 1fr;
  }

  .image-10 {
    right: -2.5%;
  }

  .image-34-copy {
    width: 200px;
    top: -13%;
    right: 0%;
  }

  .div-block-182 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .menu-mob-2 {
    color: #000;
    background-color: #ad48fd1a;
    border-radius: 100px;
    padding: 14px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #ad48fd;
  }

  .image-12 {
    right: -2.5%;
  }

  .hero.hero-affiliate {
    min-height: 720px;
  }

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

  .button-8 {
    background-image: url('../images/content.png');
    background-size: cover;
  }

  .monthly-2 {
    grid-template-columns: 1fr 1fr;
  }

  .icon {
    color: #fff;
    border: 0 #ad48fd;
    font-size: 20px;
  }

  .div-block-21 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-19 {
    padding-left: 44px;
    padding-right: 30px;
  }

  .div-block-191 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 63%);
  }

  .bg-on-table {
    top: -412%;
    right: auto;
  }

  .image-34 {
    width: 200px;
    top: -13%;
    right: 0%;
  }

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

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

  .navigation-container-mob {
    justify-content: space-between;
    position: relative;
  }

  .text-block-12 {
    font-size: 32px;
  }

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

  .div-block-29 {
    margin-left: 32px;
  }

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

  .image-24 {
    width: 70px;
  }

  .video-bg-new {
    box-sizing: border-box;
    object-fit: cover;
    height: auto;
    display: block;
    overflow: hidden;
  }

  .video-bg-new.on-tools-page {
    margin-top: 60px;
  }

  .image-42 {
    height: 80px;
  }

  .text-block-1347 {
    font-size: 36px;
  }

  .image-65 {
    left: -2.5%;
  }

  .image-65.plus-affiliate, .image-67 {
    left: -1.5%;
  }

  .text-block-60 {
    font-size: 32px;
  }

  .text-block-1356 {
    font-size: 16px;
  }

  .image-46 {
    height: 80px;
    top: -115%;
  }

  .div-block-245.image-4 {
    width: 100%;
  }

  .section-8 {
    min-height: 615px;
  }

  .div-block-250 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .div-block-251 {
    grid-template-columns: 1fr 1fr;
  }

  .image-70 {
    right: -2.5%;
  }

  .image-70.plus-affiliate {
    right: -1.5%;
  }

  .text-block-61, .text-block-59 {
    font-size: 32px;
  }

  .div-block-258 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-71 {
    right: -2.5%;
  }

  .image-71.plus-affiliate {
    right: -1.5%;
  }

  .div-block-280 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-281 {
    padding-left: 44px;
    padding-right: 30px;
  }

  .text-block-58 {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 36px;
  }

  .heading-3-style {
    font-size: 32px;
  }

  .text-block-54 {
    font-size: 16px;
  }

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

  .tabs-menu-3 {
    flex-flow: wrap;
    margin-top: 0;
    padding-bottom: 32px;
  }

  .tabs {
    flex-flow: column-reverse;
    width: 100%;
    display: flex;
  }

  .vertical-content {
    width: 100%;
  }

  .grid-with-toc {
    grid-template-columns: 1.25fr;
  }

  .section-11 {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .toc-wrapper-wrapper, .toc-wrapper-tools {
    display: none;
  }

  .navlink-type-2 {
    width: 100%;
  }

  .navlink-type-2.w--open {
    background-color: #00000026;
  }

  .div-block-312 {
    grid-template-columns: 1fr 1fr;
  }

  .section-for-vertical-content {
    padding-left: 0%;
  }

  .h1-hero.h1-bigger-55px {
    font-size: 36px;
  }

  .hero-wrapper-horizontal {
    flex-flow: column;
    padding-top: 140px;
  }

  .hero-text-section-on-tools {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .hero-image-on-tools {
    width: 100%;
    margin-top: 60px;
  }

  .tab-with-features-2 {
    flex-flow: column;
  }

  .right-side-in-features-tab---image-wrapper {
    width: 100%;
  }

  .image-81 {
    width: 90%;
    position: relative;
    right: 0%;
    transform: none;
  }

  .grid-of-videos {
    grid-row-gap: 60px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .wrapper-of-code-embed-for-video {
    margin-top: 14px;
  }

  .hidden-on-tablet {
    display: none;
  }

  .hiw-pillbox {
    max-width: 93vw;
  }

  .hiw-pillbox-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .bg-on-24-7 {
    top: -412%;
    right: auto;
  }

  .image-83 {
    width: 180px;
    top: -12%;
    left: -2%;
  }

  .bg {
    top: -412%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 63%);
  }

  .image-91 {
    width: 200px;
    top: -13%;
    right: 0%;
  }

  .this-could-be-you {
    height: 80px;
  }

  .card {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    padding: 16px;
  }

  .logo_component-slider {
    grid-column-gap: 3rem;
  }

  .wrapper-of-verticals {
    grid-template-columns: 1fr 1fr;
  }

  .blog-post__text {
    padding-top: 48px;
  }

  .blog-post__columns {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .blog-post__sidebar.blog-post__sidebar--sticky {
    z-index: 999;
    width: 100%;
    position: sticky;
    top: 0;
  }

  .blog-post__sidebar__content {
    display: none;
  }

  .blog-post__sidebar__wrapper.blog-post__sidebar__wrapper--sticky {
    z-index: 999;
    padding: 16px 0 0;
    position: absolute;
    top: 0;
  }

  .blog-post__sidebar__wrapper.blog-post__sidebar__wrapper--sticky.blog-post__sidebar__wrapper--static-mobile {
    position: static;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 32px;
  }

  .faq-wrapper {
    width: 100%;
  }

  .faq-dropdown.faq-dropdown-toggle.full-width.modal-close {
    font-size: 16px;
  }

  .faq-title.large {
    font-size: 16px;
    line-height: 22px;
  }

  .faq-dropdown-toggle.full-width {
    padding: 12px;
  }

  .footer-div {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-button {
    transform: scale(.75);
  }

  .nav-bar-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu-2 {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .logo-2 {
    height: 44px;
  }

  .filter-list {
    flex-wrap: wrap;
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-bar-white {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-link-black {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 20px;
  }

  .logo-black {
    height: 44px;
  }

  .post, .otherpost-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-menu-2-black {
    padding-top: 96px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .affi-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .affi-div {
    width: 80%;
  }

  .affi-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .creators-section {
    padding-left: 12px;
    padding-right: 12px;
  }

  .creators-div {
    width: 80%;
  }

  .testimonials-affi {
    padding-left: 12px;
    padding-right: 12px;
  }

  .testi-div-affi {
    width: 80%;
  }

  .cta-affi-div {
    padding-left: 12px;
    padding-right: 12px;
  }

  .social-media {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .modal-container-3 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-vertical-left-top.text-in-feature-tab {
    height: 60%;
  }

  .button-white-with-shadow.wrapped-inside-menu-filtering-grid.show-hide-toc-button-mobile {
    display: flex;
  }

  .toc-wrapper {
    display: flex;
    overflow: hidden;
  }

  .container-for-3-columns {
    margin-left: 0%;
    margin-right: 0%;
  }

  .menu-filtering-grid {
    position: relative;
  }

  .wc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar-right {
    display: none;
  }

  .blog-post-content {
    font-size: 18px;
  }

  .heading-2-style {
    font-size: 36px;
  }

  .grid-of-3 {
    grid-template-columns: 1fr;
  }

  .button-7.in-navbar {
    width: 100%;
  }

  .nav-menu {
    position: absolute;
  }

  .footer-column-of-links {
    text-align: left;
    margin-top: 20px;
  }

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

  .flex-horizontal-center-left.footer-copyright-text-line-2, .flex-horizontal-center-left.footer-copyright-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .footer-item {
    text-align: left;
  }

  .card-logos-wrapper {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .wc-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-left {
    width: 100%;
  }

  .footer-right {
    flex-direction: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-items: start;
    width: 100%;
    margin-top: 30px;
    display: flex;
  }

  .links-section-footer {
    margin-top: 10px;
  }

  .card-image {
    max-width: 32px;
  }

  .modal-wrapper {
    padding: 1.5rem;
  }

  .text-block-18 {
    font-size: 34px;
  }

  .image-25 {
    width: 35px;
  }

  .image-21 {
    width: 40px;
  }

  .image-13 {
    left: -1%;
  }

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

  .div-block-175 {
    background-size: 150% 100%;
    flex-flow: column;
  }

  .image-11 {
    left: -1%;
  }

  .image-33 {
    width: 130px;
    top: -5%;
  }

  .div-block-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-bg {
    padding-top: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-161 {
    filter: drop-shadow(0 2px 4px #312700);
  }

  .mobile-nav-2 {
    box-shadow: none;
    background-color: #000000f2;
    border-color: #ffffff1a;
    display: flex;
  }

  .wrapper-cta-button-social-proof {
    flex-flow: column;
  }

  .image-22 {
    width: 55px;
  }

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

  .div-block-184 {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .text-block-17 {
    text-align: center;
    font-size: 16px;
  }

  .image-10 {
    top: -2%;
    right: -1%;
  }

  .text-block-16 {
    text-align: center;
    font-size: 34px;
  }

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

  .card-testimonial {
    min-width: 280px;
    padding: 24px;
  }

  .card-testimonial.w--current {
    width: 270px;
    min-width: 280px;
  }

  .navbar-3 {
    display: none;
  }

  .navbar-3.navbar-phone {
    z-index: 2;
    display: flex;
  }

  .navbar-3.affiliate {
    display: block;
    overflow: visible;
  }

  .image-34-copy {
    width: 150px;
    top: -6%;
  }

  .div-block-174 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-mob-2 {
    background-color: #ffffff1a;
  }

  .menu-mob-2.w--open {
    background-color: #fde543;
  }

  .div-block-28 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-10 {
    font-size: 34px;
  }

  .image-12 {
    right: -1%;
  }

  .div-block-32 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .testimonials-2 {
    padding-top: 125px;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .price-2 {
    padding-top: 150px;
  }

  .text-block-9 {
    font-size: 30px;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .text-block-11 {
    font-size: 16px;
  }

  .text-block-39 {
    font-size: 34px;
  }

  .div-block-142 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .links {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .monthly-2 {
    grid-template-columns: 1fr 1fr;
  }

  .icon {
    color: #fff;
  }

  .div-block-21 {
    height: 419px;
  }

  .div-block-189 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-191 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 52%);
  }

  .text-block-21 {
    font-size: 16px;
  }

  .video-3 {
    height: 380px;
  }

  .faq {
    padding-top: 140px;
  }

  .div-block-160 {
    -webkit-backdrop-filter: blur(18.51px);
    backdrop-filter: blur(18.51px);
  }

  .bg-on-table {
    top: -450%;
    left: -569%;
    right: auto;
  }

  .image-34 {
    width: 150px;
    top: -6%;
  }

  .div-block-204 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

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

  .text-block-1345 {
    text-align: center;
    font-size: 36px;
    line-height: 1.2em;
  }

  .text-block-20 {
    font-size: 34px;
  }

  .div-block-10 {
    max-width: 435px;
  }

  .div-block-29 {
    margin-left: 0;
  }

  .image-63 {
    width: 45px;
    height: 45px;
  }

  .text-block-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .table-before-after {
    flex-flow: column;
  }

  .text-block-19 {
    font-size: 16px;
  }

  .div-block-14 {
    max-width: 550px;
  }

  .div-block-233 {
    filter: drop-shadow(0 2px 4px #312700);
  }

  .div-block-147 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-flow: column;
  }

  .div-block-146 {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .div-block-148 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .div-block-234 {
    -webkit-backdrop-filter: blur(18.51px);
    backdrop-filter: blur(18.51px);
  }

  .div-block-157 {
    max-width: none;
  }

  .text-block-1347 {
    font-size: 34px;
  }

  .image-65 {
    left: -1%;
  }

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

  .image-67 {
    left: -1%;
  }

  .div-block-242 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-bg-2 {
    padding-top: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-46 {
    height: 70px;
    top: -100%;
  }

  .div-block-244 {
    filter: drop-shadow(0 2px 4px #312700);
  }

  .section-8 {
    min-height: 415px;
  }

  .div-block-250, .div-block-250.grid-affiliate {
    grid-template-columns: 1fr;
  }

  .div-block-251 {
    grid-template-columns: 1fr;
    place-items: center stretch;
  }

  .image-70 {
    top: -2%;
    right: -1%;
  }

  .image-41 {
    height: 70px;
    top: -200%;
    right: -45%;
  }

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

  .text-block-61, .text-block-59 {
    font-size: 32px;
  }

  .div-block-257 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-262 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-flow: column;
  }

  .div-block-264 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-71 {
    right: -1%;
  }

  .div-block-265 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-272 {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .div-block-274 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-280 {
    height: 419px;
  }

  .text-block-1365 {
    font-size: 16px;
  }

  .div-block-283 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .div-block-285 {
    -webkit-backdrop-filter: blur(18.51px);
    backdrop-filter: blur(18.51px);
  }

  .div-block-290 {
    max-width: none;
  }

  .text-block-58 {
    font-size: 36px;
  }

  .text-block-1369 {
    font-size: 34px;
  }

  .div-block-293 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    display: flex;
  }

  .div-block-298 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: none;
  }

  .div-block-299 {
    grid-column-gap: 54px;
    grid-row-gap: 54px;
    flex-flow: column;
  }

  .div-block-303 {
    padding-top: 80px;
    padding-bottom: 65px;
  }

  .div-block-304 {
    max-width: none;
  }

  .div-block-307 {
    -webkit-backdrop-filter: blur(18.51px);
    backdrop-filter: blur(18.51px);
  }

  .div-block-310 {
    filter: drop-shadow(0 2px 4px #312700);
  }

  .tabs-menu-3 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: stretch;
    overflow: auto;
  }

  .rte-in-collection-main.benefits-rte {
    column-count: 1;
  }

  .faq-answer {
    font-size: 16px;
  }

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

  .list-of-ticks {
    justify-content: center;
  }

  .rounded-block-wrapper {
    padding: 40px 15px;
  }

  .content-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wdif-wrapper {
    grid-template-columns: 1fr;
  }

  .flex-horizontal-center-center-4.platform-ratings {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-items: center;
    display: grid;
  }

  .flex-horizontal-center-center-4.platform-ratings.in-block-of-quotes {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .wc-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .html-embed-icon-main-2.hiw-icon-arrow {
    transform: rotate(90deg);
  }

  .left-arrow-2 {
    left: 30%;
  }

  .modal-container-2 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tick-prefooter-cta {
    margin-top: 5px;
    margin-right: 20px;
  }

  .div-block-312 {
    grid-template-columns: 1fr;
  }

  .right-arrow-2 {
    right: 30%;
  }

  .author-image-in-social-proof-wrapper {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

  .text-block-92 {
    font-size: 30px;
  }

  .heading-2-style-actually {
    font-size: 32px;
  }

  .tab-with-features-2 {
    min-height: auto;
  }

  .right-side-in-features-tab---image-wrapper {
    padding-bottom: 30px;
  }

  .grid-of-videos {
    grid-template-columns: 1fr 1fr;
  }

  .author-img-creator-video {
    width: 40px;
    height: 40px;
    margin-left: -10px;
  }

  .hidden-on-mobile-landscape {
    display: none;
  }

  .hiw-pillbox {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .hiw-step-entry {
    width: 100%;
  }

  .hiw-pillbox-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    min-height: auto;
  }

  .bg-on-24-7 {
    top: -450%;
    left: -569%;
    right: auto;
  }

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

  .image-83 {
    width: 130px;
    top: -5%;
  }

  .bg {
    top: -450%;
    left: -569%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 50% 45%, #0000 10%, #010c0a 52%);
  }

  .div-block-316 {
    max-width: 550px;
  }

  .text-block-1383, .text-block-1385 {
    font-size: 30px;
  }

  .image-91 {
    width: 150px;
    top: -6%;
  }

  .this-could-be-you {
    object-fit: contain;
  }

  .this-could-be-you.v2-in-success-stories {
    margin-left: 200px;
  }

  .tcby-wrapper {
    margin-top: 20px;
  }

  .image-93 {
    height: 70px;
    top: -200%;
    right: -45%;
  }

  .card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    min-height: auto;
  }

  .strip-of-logos-wrapper {
    padding-top: 40px;
  }

  .logo_component-slider {
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .wrapper-of-verticals {
    grid-template-columns: 1fr 1fr;
  }

  .image-8-copy-222 {
    width: 100%;
    height: auto;
  }

  .h2-in-vertical-collection {
    font-size: 16px;
  }

  .author-bio-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .author-bio-wrapper-2:hover {
    border-radius: 16px;
  }

  .article-dates {
    flex-flow: column;
  }
}

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

  .hero-section {
    background-position: 50% 100%, 50%;
    background-size: auto, cover;
    padding-left: 16px;
    padding-right: 16px;
  }

  .benefices-white {
    flex-direction: column;
    padding: 40px 20px 80px;
  }

  .testimonials {
    margin-bottom: -120px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .pricing-section, .faq-section {
    padding: 40px 20px;
  }

  .footer-section {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-div.is-left {
    margin-bottom: 20px;
  }

  .header-div.is-left._20 {
    padding-left: 24px;
  }

  .header-div.is-left.maxz {
    align-items: flex-start;
  }

  .header-div.is-left.maxz.is-ctrd {
    justify-content: center;
    align-items: center;
  }

  .header-div.is-relative {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text.is-left.is-light.h3.is-centered {
    text-align: center;
    font-family: Satoshi Variable;
    font-size: 16px;
    font-weight: 500;
  }

  .text.is-left.is-light.is-ctrd {
    text-align: center;
  }

  .h2 {
    font-size: 36px;
  }

  .h2.is-white {
    line-height: 1.2;
  }

  .h2.is-centered {
    text-align: center;
  }

  .faq-wrapper.full-width {
    width: 100%;
  }

  .faq-icon-block {
    margin-left: 16px;
  }

  .import-section {
    flex-direction: column;
    margin-bottom: 0;
  }

  .edit-section {
    background-position: 0 0;
    background-size: cover;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-top: 24px;
    padding-left: 0;
    overflow: hidden;
  }

  .div-asset-edit {
    position: static;
  }

  .image-asset {
    object-fit: cover;
    border-radius: 24px;
    width: 100%;
    height: auto;
    top: 495px;
    left: -1%;
  }

  .image-asset._2 {
    width: auto;
    position: static;
  }

  .asset-import.features {
    width: 90%;
  }

  .schedule-section {
    background-position: 50%, 0 0;
    background-size: cover, auto;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 0;
  }

  .div-creator-section {
    flex-direction: column;
    margin-top: -120px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-creator-section.pad-cusotm {
    margin-top: -120px;
  }

  .grid-3x1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 24px;
    padding-right: 24px;
    display: grid;
  }

  .div-feature-bloc {
    align-items: center;
  }

  .div-list.is-hori {
    flex-direction: column;
  }

  .pricing-grid {
    flex-direction: column;
    display: flex;
  }

  .pricing-card {
    padding: 24px;
  }

  .testi-grid {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .testi-card.hide {
    display: none;
  }

  .div-cta {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    display: flex;
  }

  .footer-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .footer-side {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }

  .footer-side.is-left {
    flex-direction: row;
  }

  .credits-div {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h1 {
    font-size: 42px;
  }

  .is-socials, .image {
    display: none;
  }

  .div-main-asset, .video-bg {
    border-radius: 10px;
    height: 240px;
  }

  .hamburger-line-b.bottom, .hamburger-line-b.top {
    background-color: #fff;
  }

  .nav-bar-2 {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    align-items: center;
  }

  .cta-nav {
    margin-top: 36px;
  }

  .cta-nav.hide {
    display: none;
  }

  .container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .button-nav {
    width: 100%;
  }

  .nav-link-2 {
    z-index: 997;
    color: #fcfcfc;
    text-align: left;
    text-shadow: 0 1px 1px #0003;
    border-bottom-color: #fffbe77d;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 600;
    transition-property: all;
    transition-duration: .35s;
  }

  .nav-link-2:hover {
    color: var(--y);
  }

  .nav-link-2.login {
    border-bottom-style: none;
  }

  .logo-2 {
    height: 32px;
  }

  .div-bg {
    background-color: #0000;
    height: 240px;
  }

  .div-video-hold {
    border-left-style: none;
    border-right-style: none;
    height: 240px;
  }

  .div-hero-wrap {
    background-color: #0000;
  }

  .div-linesa {
    background-color: #0000;
    background-image: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
  }

  .sp-hero {
    width: 250px;
  }

  .div-sp-avatar {
    padding-top: 20px;
  }

  .div-asset-abso {
    width: 150%;
    height: auto;
    margin-top: 20px;
    position: static;
  }

  .div-asset-abso.asset-up {
    height: 180px;
    margin-top: 0;
  }

  .div-asset-abso.asset-up.hide-desktop {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .div-asset-abso.asset-up.hidephone {
    display: none;
  }

  .tabs-menu-2 {
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
  }

  .tab-link, .tab-link.w--current {
    text-align: center;
    width: 100%;
  }

  .edit-parent-parent {
    height: auto;
  }

  .filter-list {
    place-content: stretch center;
  }

  .blog-list {
    grid-template-columns: 1fr;
  }

  .radio-field {
    justify-content: center;
    width: 160px;
  }

  .nav-bar-white {
    background-color: #0000;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-black {
    z-index: 997;
    border-bottom-color: #fffbe77d;
    font-size: 18px;
    font-weight: 600;
    transition-property: all;
    transition-duration: .35s;
  }

  .nav-link-black:hover {
    color: var(--y);
  }

  .hamburger-line-black.bottom, .hamburger-line-black.top {
    background-color: #000;
  }

  .hamburger-line-b-copy.bottom, .hamburger-line-b-copy.top {
    background-color: #fff;
  }

  .logo-black {
    height: 32px;
  }

  .collection-list-otherpost {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .nav-menu-2-black {
    align-items: center;
  }

  .affi-section {
    background-position: 50% 0;
    background-size: contain;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .affi-div {
    width: 100%;
  }

  .affi-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .creators-section {
    background-image: none;
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .creators-div {
    width: 100%;
  }

  .creators-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .creators-title.is-left.is-light.h3.is-centered {
    text-align: center;
    font-family: Satoshi Variable;
    font-size: 16px;
    font-weight: 500;
  }

  .creators-title.is-left.is-light.is-ctrd {
    text-align: center;
  }

  .div-cta-affi {
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonials-affi {
    margin-bottom: 0;
    padding: 40px 16px 0;
  }

  .testi-div-affi {
    width: 100%;
  }

  .faq-section-affi {
    padding: 40px 20px;
  }

  .cta-affi {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .cta-affi-div {
    margin-top: 40px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .h2-copy {
    font-size: 36px;
  }

  .h2-copy.is-white {
    line-height: 1.2;
  }

  .h2-copy.is-centered {
    text-align: center;
  }

  .h1black {
    font-size: 48px;
  }

  .btn-affi {
    flex-wrap: wrap;
    place-content: center;
  }

  .footer-div-affi {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    padding-bottom: 20px;
  }

  .footer-section-affi {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    justify-items: center;
    display: flex;
  }

  .h-24 {
    height: 24px;
  }

  .benzinga {
    height: 16px;
  }

  .benefit-wrapper-copy-8 {
    padding-right: 0;
  }

  .button-6 {
    width: 100%;
    display: block;
  }

  .html-embed-icon-7.html-icon-for-pricing-card-2, .html-embed-icon-7.html-icon-for-pricing-card-2-copy {
    width: 18px;
    height: 18px;
  }

  .flex-vertical-left-top.text-in-feature-tab {
    padding: 20px;
  }

  .field-label-2 {
    font-size: 13px;
  }

  .link-in-breadcrumbs {
    flex: 0 auto;
  }

  .wrapper-for-author-block {
    padding: 20px;
  }

  .flex-horizontal-center-center {
    flex-wrap: wrap;
  }

  .flex-vertical-left-top-5.author-name-div {
    text-align: left;
    align-items: flex-start;
  }

  .blog-post-content {
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .link-in-breadcrumbs-2 {
    flex: 0 auto;
  }

  .brand-button {
    flex: none;
    align-items: center;
    display: flex;
  }

  .navlink-2-notion {
    padding-left: 10px;
  }

  .navbar-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .search-input-2 {
    padding-left: 0;
  }

  .dropdown-link {
    padding-left: 20px;
    padding-right: 10px;
  }

  .dropdown-list-navbar-item {
    max-width: 100vw;
  }

  .dropdown-list-navbar-item.w--open {
    border-color: #e5e5e500;
    min-width: auto;
  }

  .wc-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-horizontal-center-left.author-person-wrapper {
    text-align: center;
  }

  .card-logos-wrapper {
    justify-content: center;
    align-items: center;
  }

  .modal-heading {
    padding-right: 4.5rem;
  }

  .support-member-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    padding-right: 0;
  }

  .text-block-18 {
    font-size: 30px;
  }

  .image-59 {
    width: 340px;
  }

  .image-13 {
    left: -1.5%;
  }

  .image-36 {
    max-width: none;
    right: -30%;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .div-block-175 {
    padding: 32px;
  }

  .image-11 {
    left: -1.5%;
  }

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

  .paragraph {
    line-height: 18px;
  }

  .div-block-15 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .accordion-item.open {
    padding: 8px;
  }

  .div-block-3 {
    padding-left: 6px;
    padding-right: 6px;
  }

  .text-block-13 {
    font-size: 14px;
  }

  .image-bg {
    width: 100%;
    max-width: none;
    height: 590px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
  }

  .div-block-25 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
  }

  .div-block-27 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .mobile-nav-2 {
    padding-top: 20px;
  }

  .text-block-33 {
    font-size: 22px;
  }

  .div-block-232 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
  }

  .div-block-18 {
    border-radius: 30px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .text-block-53, .text-block-17 {
    font-size: 14px;
  }

  .image-10 {
    right: -1.5%;
  }

  .text-block-16 {
    font-size: 30px;
  }

  .bold-text-5 {
    font-size: 16px;
    line-height: 1rem;
  }

  .image-61 {
    width: 120px;
  }

  .logo-nav {
    width: 130px;
  }

  .div-block-20 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .card-testimonial {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .price-card.price-3, .price-card.price-2, .price-card.price-4, .price-card.price-1 {
    max-width: none;
  }

  .image-38 {
    max-width: 118px;
    display: block;
    overflow: visible;
  }

  .image-34-copy {
    opacity: 1;
    top: -12%;
    right: -6%;
  }

  .div-block-187 {
    width: 100%;
  }

  .text-block-10 {
    font-size: 22px;
  }

  .image-12 {
    right: -1.5%;
  }

  .hero.hero-affiliate {
    min-height: 610px;
  }

  .hero-wrapper {
    padding-top: 45px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-183 {
    width: 100%;
  }

  .price-2 {
    padding-top: 100px;
  }

  .text-block-9 {
    font-size: 22px;
  }

  .div-block-222 {
    max-width: 300px;
  }

  .div-block-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    place-items: center;
    display: grid;
  }

  .text-block-11 {
    font-size: 14px;
  }

  .text-block-39 {
    font-size: 30px;
  }

  .monthly-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .div-block-176 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-19 {
    border-radius: 30px;
    padding-top: 45px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-212 {
    background-image: radial-gradient(circle at 90%, #0000 10%, #010c0a 40%);
  }

  .text-block-21, .text-block-5 {
    font-size: 14px;
  }

  .faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .bg-on-table {
    top: -416%;
    left: -807%;
    right: auto;
  }

  .image-34 {
    opacity: 0;
    top: -12%;
    right: -6%;
  }

  .section-5 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .yearly {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: 100%;
    display: flex;
  }

  .secondary-cta:hover {
    filter: none;
    background-color: #ad48fd;
    background-image: none;
  }

  .div-block-143 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-1345 {
    font-size: 28px;
  }

  .div-block-5 {
    padding-left: 0;
  }

  .text-block-20, .text-block-12 {
    font-size: 22px;
  }

  .div-block-26 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .image-63 {
    width: 35px;
    height: 35px;
  }

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

  .text-block-4 {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
  }

  .section-3 {
    padding-top: 100px;
  }

  .table-before-after {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .text-block-19 {
    font-size: 14px;
  }

  .div-block-14, .div-block-147 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .video-bg-new {
    border-radius: 10px;
  }

  .image-42 {
    display: none;
  }

  .text-block-1347 {
    font-size: 30px;
  }

  .image-65, .image-67 {
    left: -1.5%;
  }

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

  .text-block-60 {
    font-size: 22px;
  }

  .div-block-227, .div-block-242 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .text-block-1356 {
    font-size: 14px;
  }

  .image-bg-2 {
    width: 800px;
    max-width: none;
    height: 750px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .image-46 {
    top: -90%;
    right: 5%;
  }

  .div-block-228 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-246 {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 590px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
    inset: 18px 16px 0%;
    overflow: hidden;
  }

  .section-8 {
    min-height: 315px;
  }

  .text-block-1357 {
    font-size: 22px;
  }

  .div-block-250.grid-affiliate {
    grid-template-columns: 1fr;
  }

  .image-70 {
    right: -1.5%;
  }

  .bold-text-6 {
    font-size: 16px;
    line-height: 1rem;
  }

  .image-41 {
    height: 45px;
    top: -70%;
    right: -35%;
  }

  .div-block-218 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .div-block-253 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .text-block-61, .text-block-59 {
    font-size: 22px;
  }

  .div-block-259 {
    width: 100%;
  }

  .div-block-262 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-71 {
    right: -1.5%;
  }

  .div-block-266 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-269 {
    width: 100%;
  }

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

  .div-block-279 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .div-block-281 {
    border-radius: 30px;
    padding-top: 45px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-1365, .text-block-1367 {
    font-size: 14px;
  }

  .div-block-288 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-58 {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 22px;
  }

  .text-block-1369, .heading-3-style {
    font-size: 22px;
  }

  .text-block-54 {
    font-size: 14px;
  }

  .section-10 {
    padding-top: 100px;
  }

  .button-try:hover {
    filter: none;
    background-color: #ad48fd;
    background-image: none;
  }

  .div-block-299 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .faq-answer {
    width: 100%;
  }

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

  .faq-item.faq-with-dropdown {
    padding: 20px;
  }

  .platform-logo-reviews {
    height: 30px;
  }

  .author-block {
    margin-top: 15px;
  }

  .content-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-horizontal-center-center-4.platform-ratings {
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .dotted-line-pic {
    display: none;
  }

  .grid-how-to {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .how-to-grid-left {
    margin-bottom: 24px;
    margin-right: 0;
  }

  .tick-prefooter-cta {
    margin-left: 5px;
    margin-right: 5px;
  }

  .div-block-312 {
    grid-template-columns: 1fr;
  }

  .h1-hero.h1-bigger-55px {
    font-size: 22px;
  }

  .frame-1410103563 {
    justify-content: flex-start;
    align-items: center;
  }

  .frame-2147223682 {
    grid-row-gap: 9px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .frame-2147223683 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .text-block-92 {
    font-size: 22px;
  }

  .hero-wrapper-horizontal {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pre-header-pink {
    font-size: 23px;
  }

  .tick-benefit-wrapper {
    flex-wrap: wrap;
  }

  .tab-with-features-2 {
    border-radius: 30px;
  }

  .grid-of-videos {
    grid-template-columns: 1fr;
  }

  .hidden-on-mobile {
    display: none;
  }

  .hiw-pillbox-2 {
    border-radius: 30px;
  }

  .bg-on-24-7 {
    top: -416%;
    left: -807%;
    right: auto;
  }

  .div-block-206 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .bg {
    top: -416%;
    left: -807%;
    right: auto;
  }

  .div-block-315 {
    background-image: radial-gradient(circle at 90%, #0000 10%, #010c0a 40%);
  }

  .div-block-316 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-block-1383 {
    font-size: 22px;
  }

  .image-88 {
    max-width: 118px;
    display: block;
    overflow: visible;
  }

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

  .text-block-1384 {
    font-size: 14px;
  }

  .text-block-1385 {
    font-size: 22px;
  }

  .image-90 {
    max-width: none;
    right: -30%;
  }

  .image-91 {
    opacity: 0;
    top: -12%;
    right: -6%;
  }

  .this-could-be-you {
    height: 70px;
    margin-bottom: -10px;
  }

  .this-could-be-you.v2-in-success-stories {
    margin-left: 100px;
  }

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

  .image-93 {
    height: 45px;
    top: -70%;
    right: -35%;
  }

  .card {
    border-radius: 30px;
  }

  .accordion-for-faq.open, .faq-block.open {
    padding: 8px;
  }

  .logo_component-slider {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    overflow: hidden;
  }

  .wrapper-of-verticals {
    grid-template-columns: 1fr;
  }

  .badge-top {
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 12px;
    line-height: 1.1;
  }

  .wrapper-for-author-block-2 {
    padding: 20px;
  }
}

#w-node-_6256f91f-f476-3947-0163-19fc2391ab0b-2391aad1, #w-node-_8fcff32c-474f-dfea-b8f7-9811aa3e7185-14e4b414, #w-node-_8fcff32c-474f-dfea-b8f7-9811aa3e7192-14e4b414, #w-node-_8fcff32c-474f-dfea-b8f7-9811aa3e719f-14e4b414, #w-node-_28e033f6-784d-bf93-59c9-0e3d538d1f1b-14e4b414, #w-node-_28e033f6-784d-bf93-59c9-0e3d538d1f25-14e4b414, #w-node-_28e033f6-784d-bf93-59c9-0e3d538d1f2f-14e4b414, #w-node-a93e0eea-8f21-d3fe-62cf-89a83e128494-14e4b414, #w-node-_78c17297-c2df-6a7f-f455-bc0d47641349-14e4b414, #w-node-_824a68bf-a246-b31d-03e1-626450830a35-14e4b414, #w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af3527-14e4b414 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af3533-14e4b414 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af353d-14e4b414, #w-node-_1c30963e-4315-dcfa-03b6-1f1d41cfc6e4-394be6dc, #w-node-_1c30963e-4315-dcfa-03b6-1f1d41cfc6f3-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015768-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015795-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880157ce-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015804-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de8184e-f5a4-7455-5c3f-ef928801583b-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8de8184e-f5a4-7455-5c3f-ef9288015863-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015890-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880158c9-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015902-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8de8184e-f5a4-7455-5c3f-ef9288015938-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548375-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483a2-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483db-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548411-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548448-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b054847b-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484a8-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484e1-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054851a-394be6dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548550-394be6dc {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2529-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2557-394be6dc, #w-node-ce1189bc-3e0d-1297-4127-9749935aaad0-394be6dc, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19cdc-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d0c-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d37-5b372320, #w-node-e8516ca5-7816-956f-b3da-0770e569c2ea-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c2ee-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c2f2-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c302-941a7708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8516ca5-7816-956f-b3da-0770e569c30e-941a7708 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e8516ca5-7816-956f-b3da-0770e569c318-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c323-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c32d-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c337-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c341-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c367-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c397-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c3d3-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c40a-941a7708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8516ca5-7816-956f-b3da-0770e569c443-941a7708 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-e8516ca5-7816-956f-b3da-0770e569c465-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c495-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c4d1-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c508-941a7708 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8516ca5-7816-956f-b3da-0770e569c541-941a7708 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c4ef9a68-bd61-6846-d703-908f149b2667-1973b3e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015768-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015863-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548375-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054847b-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2529-394be6dc, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19cdc-5b372320, #w-node-e8516ca5-7816-956f-b3da-0770e569c367-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c465-941a7708 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-dc54b6ec-7cc7-bd44-7ccc-4b0102af3533-14e4b414 {
    grid-column: span 1 / span 1;
  }

  #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015768-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015795-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880157ce-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015804-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015863-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015890-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef92880158c9-394be6dc, #w-node-_8de8184e-f5a4-7455-5c3f-ef9288015902-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548375-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483a2-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05483db-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b0548411-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054847b-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484a8-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b05484e1-394be6dc, #w-node-cb4c67a4-ccc9-405e-3ebe-0252b054851a-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2529-394be6dc, #w-node-_4e46b88a-c5d1-7a22-65f0-c8cc334c2557-394be6dc, #w-node-ce1189bc-3e0d-1297-4127-9749935aaad0-394be6dc, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19cdc-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d0c-5b372320, #w-node-_3f409ed2-ebc3-8a67-59f5-402f51c19d37-5b372320, #w-node-e8516ca5-7816-956f-b3da-0770e569c367-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c397-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c3d3-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c40a-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c465-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c495-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c4d1-941a7708, #w-node-e8516ca5-7816-956f-b3da-0770e569c508-941a7708 {
    grid-column: span 2 / span 2;
  }
}


