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

.props-grid {
  margin-bottom: 90px;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: center;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.props-grid.fan-paid-prop {
  margin-bottom: 120px;
}

.nav-bar-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding: 16px 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #dcdedd;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.kickback-header {
  max-width: none;
  font-family: Poppins, sans-serif;
  color: #303030;
  font-size: 47px;
  line-height: 60px;
  font-weight: 700;
  text-align: center;
}

.kickback-header.underneath-text {
  margin-top: 11px;
}

.kickback-header.underneath-text.bottom-cta-text.under-text {
  margin-top: 0px;
  line-height: 44px;
}

.kickback-header.bottom-cta-text.under-text {
  color: #1d1d1d;
  font-size: 34px;
  font-weight: 600;
}

.kickback-header.green-underlay {
  max-width: none;
  font-family: Poppins, sans-serif;
  color: #00c514;
  font-size: 47px;
  line-height: 60px;
  font-weight: 600;
}

.header-subtitle {
  max-width: 600px;
  margin-top: 16px;
  font-family: Poppins, sans-serif;
  color: #404040;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.signup-button-green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 286px;
  height: 54px;
  margin-top: 30px;
  padding: 11px 31px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-image: linear-gradient(152deg, #00c514, #00d897);
  text-align: center;
  text-decoration: none;
}

.signup-button-green.waitlist-buton-form {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.signup-button-green.kickback {
  height: 60px;
}

.proof-subtitle {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #404040;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
}

.proof-image {
  display: block;
  max-width: 190px;
  margin-right: 0px;
  -o-object-fit: contain;
  object-fit: contain;
}

.proof-image.creator-image {
  max-height: 13px;
  max-width: none;
  margin-right: 0px;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.product-image {
  display: none;
  border: 1px solid #edeeee;
  border-radius: 3px;
}

.header-right {
  display: none;
  max-width: 80%;
  padding-right: 0px;
  padding-left: 40px;
}

.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: none;
  padding-right: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 3% 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.props-section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 63px;
  padding-left: 0px;
  font-family: Poppins, sans-serif;
  color: #1d1d1d;
  font-size: 36px;
  line-height: 56px;
  font-weight: 600;
}

.props-header {
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
  color: #1d1d1d;
  font-size: 32px;
  line-height: 56px;
  font-weight: 600;
}

.props-description {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
  color: #404040;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

.props-illustration {
  max-height: 300px;
  max-width: 472px;
}

.props-illustration.gem {
  max-height: 200px;
  max-width: 200px;
}

.props-illustration.gift {
  max-height: 150px;
  max-width: 150px;
}

.props-illustration.gift.bottom-gift {
  display: none;
}

.props-illustration.cactus-image.bottom-cactus {
  display: none;
}

.props-illustration.sitting-girl {
  max-width: 420px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-text {
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 105%;
  font-weight: 600;
}

.text-block {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 15px;
}

.text-block-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.text-block-4 {
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  color: #00c514;
  line-height: 22px;
  font-weight: 400;
  text-decoration: none;
}

.share-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  padding: 5px 27px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #00c514;
  border-radius: 6px;
  color: #00c514;
  text-decoration: none;
}

.text-block-5 {
  border-style: none;
  border-width: 1px;
  border-color: #000;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.props-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-right: 16%;
  padding-left: 16%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.props-section.grey {
  padding-bottom: 60px;
  background-color: #f6f9fc;
}

.section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #f6f9fc;
}

.div-block-6 {
  margin-top: 55px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.value-prop-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.login-button {
  color: #000;
  text-decoration: none;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.double-cta-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 120px;
  padding-bottom: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 130px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #dcdedd;
}

.text-block-6 {
  margin-top: 12px;
  font-family: Poppins, sans-serif;
  color: #717171;
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
}

.text-block-7 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #7a7a7a;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.text-block-7.icons8-text {
  margin-top: 20px;
  font-size: 16px;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-9 {
  width: 350px;
  max-width: none;
  padding: 40px 30px 20px;
  border: 1px solid #333;
  border-radius: 5px;
  color: #000;
}

.div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-8 {
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.text-block-8.waitlist-page {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

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

.body-2 {
  font-family: Poppins, sans-serif;
}

.lower-section-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1060px;
  height: 390px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f3f4f7;
}

.field-label {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.field-label-2 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.field-label-3 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.field-label-4 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.field-label-5 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.field-label-6 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.top-section-creator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.left-side-of-top-section-creator {
  text-decoration: none;
}

.profile-image-and-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-section-divs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.more-about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 360px;
  padding-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.left-more-detail-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 600px;
  min-width: 400px;
  margin-right: 100px;
  padding: 2% 5% 40px 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-radius: 10px;
  box-shadow: 4px 7px 20px -9px #686868;
}

.subscribe-button-text {
  width: 260px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.right-more-detail-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  max-width: 360px;
  min-width: 350px;
  padding-top: 2%;
  padding-right: 2%;
  padding-left: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 10px;
  box-shadow: 6px 6px 20px -9px #686868;
}

.paywalll-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 120px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-button-text-gated {
  padding: 8px 20px;
  border-radius: 90px;
  background-color: #ff4646;
  background-image: linear-gradient(104deg, #ff736a, #e34a4a);
  color: #fff;
  font-size: 18px;
  line-height: 105%;
  font-weight: 600;
  text-decoration: none;
}

.footer-section-for-creator {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding-top: 100px;
  padding-bottom: 85px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.copyroght-text {
  font-size: 12px;
  font-weight: 400;
}

.share-kickback-button-text {
  display: none;
}

.body-3 {
  display: block;
  padding-right: 15%;
  padding-bottom: 10px;
  padding-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.creator-section-title {
  margin-bottom: 0px;
  font-size: 22px;
  line-height: 105%;
  font-weight: 700;
}

.creator-section-title.creator-name {
  margin-bottom: 0px;
  font-size: 35px;
}

.social-image {
  max-width: 80px;
}

.creator-image {
  width: 250px;
}

.early-access-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 290px;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #ff4646;
  background-image: linear-gradient(96deg, #ff736a, #e34a4a);
  box-shadow: 6px 6px 20px -9px #ff736a;
  text-align: center;
  text-decoration: none;
}

.text-block-9 {
  font-size: 18px;
}

.text-block-10 {
  font-size: 18px;
  line-height: 110%;
}

.text-block-11 {
  margin-top: 20px;
  color: #2a2a2a;
  font-size: 18px;
  font-weight: 400;
}

.div-line {
  height: 2px;
  background-color: #fbfbfb;
}

.early-bird-text {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}

.break-even-text {
  color: #3276ff;
  font-size: 20px;
  line-height: 120%;
  font-weight: 600;
}

.bold-details-text {
  color: #1e1e1e;
  font-size: 18px;
  line-height: 22px;
}

.regular-text {
  color: #2a2a2a;
  font-size: 18px;
  line-height: 22px;
}

.paywall-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 180px;
  margin-top: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 6px 6px 20px -9px #686868;
}

.early-bird-text-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  min-width: auto;
  padding: 7px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #000;
}

.creator-image-div {
  position: relative;
}

.blue-checkmark {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: 15px;
  width: 65px;
}

.get-your-own-text {
  margin-bottom: 0px;
  font-weight: 500;
}

.link-block {
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
}

.text-block-12 {
  color: #3a3a3a;
}

.text-block-13 {
  margin-top: -10px;
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  color: #3a3a3a;
  font-size: 15px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .nav-bar-div {
    padding-right: 5%;
    padding-left: 5%;
  }

  .div-block-2 {
    width: 220px;
  }

  .kickback-header {
    font-weight: 700;
  }

  .kickback-header.underneath-text {
    margin-top: 6px;
    font-weight: 600;
  }

  .kickback-header.underneath-text.bottom-cta-text {
    font-weight: 700;
  }

  .kickback-header.underneath-text.bottom-cta-text.under-text {
    font-weight: 600;
  }

  .kickback-header.bottom-cta-text.under-text {
    line-height: 44px;
  }

  .header-subtitle {
    margin-top: 20px;
    line-height: 28px;
  }

  .signup-button-green {
    margin-top: 40px;
  }

  .header-right {
    padding-left: 3%;
  }

  .header-left {
    max-width: 90%;
  }

  .top-section {
    padding-top: 80px;
    padding-right: 8%;
    padding-left: 8%;
  }

  .props-section-header {
    padding-left: 30px;
  }

  .props-header {
    font-size: 28px;
    line-height: 40px;
  }

  .props-description {
    font-size: 18px;
  }

  .props-illustration {
    max-height: 250px;
    max-width: 400px;
  }

  .props-section {
    padding-right: 7%;
    padding-left: 7%;
  }

  .props-section.grey {
    padding-bottom: 30px;
  }

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

  .double-cta-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-block-6 {
    margin-top: 10px;
  }

  .lower-section-div {
    width: 100%;
    max-width: none;
  }

  .more-about-section {
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .left-more-detail-section {
    height: 350px;
    max-width: 450px;
    min-width: 0px;
    margin-right: 0px;
    margin-bottom: 90px;
    padding-right: 4%;
    padding-left: 4%;
  }

  .right-more-detail-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    max-width: none;
    min-width: 0px;
    padding: 4% 4% 8%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .paywalll-section {
    padding-top: 90px;
  }

  .footer-section-for-creator {
    padding-top: 90px;
  }

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

  .text-block-11 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .props-grid {
    padding-right: 0px;
    padding-left: 0px;
  }

  .props-grid.cactus {
    padding-right: 0px;
    padding-left: 0px;
  }

  .kickback-header {
    font-weight: 700;
  }

  .kickback-header.green-underlay {
    font-weight: 600;
  }

  .header-subtitle {
    margin-top: 30px;
    line-height: 28px;
  }

  .product-image {
    margin-top: 20px;
  }

  .header-right {
    max-width: none;
    padding-top: 30px;
  }

  .header-left {
    max-width: none;
  }

  .top-section {
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .props-section-header {
    margin-bottom: 70px;
    padding-left: 0px;
  }

  .props-header {
    line-height: 34px;
  }

  .props-illustration {
    max-width: 200px;
  }

  .props-illustration.gem {
    max-width: 180px;
  }

  .props-illustration.cactus-image {
    max-width: 140px;
  }

  .props-illustration.sitting-girl {
    max-width: 240px;
  }

  .div-block-4 {
    margin-top: 40px;
  }

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

  .text-block-7 {
    font-size: 16px;
  }

  .left-more-detail-section {
    padding-bottom: 30px;
  }

  .right-more-detail-section {
    width: auto;
    padding-top: 5%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block-11 {
    font-size: 18px;
  }

  .break-even-text {
    margin-bottom: 3px;
  }
}

@media screen and (max-width: 479px) {
  .props-grid {
    margin-bottom: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .props-grid.cactus {
    margin-bottom: 0px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .props-grid.fan-paid-prop {
    margin-bottom: 70px;
  }

  .div-block-2 {
    width: auto;
  }

  .kickback-header {
    font-size: 30px;
    line-height: 32px;
    font-weight: 600;
  }

  .kickback-header.underneath-text {
    font-weight: 600;
  }

  .kickback-header.underneath-text.bottom-cta-text {
    font-weight: 600;
    text-align: center;
  }

  .kickback-header.underneath-text.bottom-cta-text.under-text {
    line-height: 40px;
    font-weight: 500;
  }

  .kickback-header.bottom-cta-text {
    text-align: center;
  }

  .kickback-header.bottom-cta-text.under-text {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
  }

  .kickback-header.green-underlay {
    margin-top: 10px;
    font-size: 30px;
    line-height: 32px;
  }

  .header-subtitle {
    line-height: 115%;
    font-weight: 400;
  }

  .proof-subtitle {
    margin-top: 20px;
    font-size: 15px;
  }

  .product-image {
    display: none;
    overflow: visible;
  }

  .header-right {
    padding-left: 0%;
  }

  .top-section {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 5%;
  }

  .props-section-header {
    margin-bottom: 30px;
  }

  .props-header {
    margin-top: 10px;
    font-size: 30px;
    line-height: 38px;
    font-weight: 500;
  }

  .props-illustration {
    margin-top: 20px;
  }

  .props-illustration.gift.top-gift {
    display: none;
  }

  .props-illustration.gift.bottom-gift {
    display: block;
  }

  .props-illustration.cactus-image.top-cactus {
    display: none;
  }

  .props-illustration.cactus-image.bottom-cactus {
    display: block;
  }

  .div-block-4 {
    margin-top: 20px;
  }

  .share-button {
    display: none;
  }

  .text-block-5 {
    font-size: 16px;
  }

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

  .div-block-6 {
    margin-top: 10px;
  }

  .double-cta-section {
    padding: 40px 0% 70px;
  }

  .div-block-9 {
    width: 300px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .profile-image-and-socials {
    height: 300px;
  }

  .more-about-section {
    height: 740px;
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .left-more-detail-section {
    height: 400px;
    max-width: none;
    margin-bottom: 30px;
  }

  .subscribe-button-text {
    font-size: 19px;
  }

  .right-more-detail-section {
    height: 380px;
  }

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

  .footer-section-for-creator {
    padding-top: 100px;
  }

  .body-3 {
    padding-right: 3%;
    padding-left: 3%;
  }

  .creator-section-title {
    margin-bottom: 10px;
  }

  .creator-image {
    width: 200px;
  }

  .early-access-button {
    width: 250px;
  }

  .text-block-11 {
    font-size: 17px;
    line-height: 110%;
    font-weight: 400;
  }

  .break-even-text {
    font-size: 18px;
  }

  .bold-details-text {
    font-size: 17px;
  }

  .regular-text {
    font-size: 17px;
  }

  .early-bird-text-div {
    width: 140px;
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .blue-checkmark {
    left: 15px;
    bottom: 15px;
    width: 55px;
  }
}

