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

@font-face {
  font-family: Futura book font;
  src: url('../fonts/Futura-Book-Italic-font.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Futura extra font;
  src: url('../fonts/Futura-Extra-Black-font.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Futura bt;
  src: url('../fonts/futura-light-bt.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Light-Italic-font.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura bt;
  src: url('../fonts/futura-medium-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura xblk bt;
  src: url('../fonts/Futura-XBlk-BT.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Futura condensed bt;
  src: url('../fonts/futura-medium-condensed-bt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Futura font;
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Unicode;
  src: url('../fonts/unicode.futurabb.ttf') format("truetype"), url('../fonts/unicode.futurab.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd;
  src: url('../fonts/AvenirLTStd-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd book;
  src: url('../fonts/AvenirLTStd-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Avenirltstd roman;
  src: url('../fonts/AvenirLTStd-Roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --color: #333;
  --goldenrod: #d2ad32;
  --red: #e13c33;
  --dark-goldenrod: #aa8300;
  --cobaltblue: #3257d2;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  mix-blend-mode: normal;
  background-color: #a0a0a0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  box-shadow: 1px 1px 3px #000;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.container {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  z-index: 1;
  background-color: var(--white);
  color: var(--color);
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 46px;
  position: static;
}

.hero-stack {
  z-index: 1;
  background-color: var(--white);
  border: 0 #000;
  margin-bottom: 0;
  padding: 0 30px;
  position: relative;
}

.container2 {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two.wrappertop {
  align-items: center;
}

.hero-wrapper-two.text-wrapper {
  max-width: 1200px;
}

.margin-bottom-24px {
  color: var(--color);
  letter-spacing: .4px;
  min-width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-right: 0;
  font-family: Futura bt, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.text-span {
  color: var(--goldenrod);
}

.hero-heading-center {
  background-color: #0000;
  border: 1px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px 80px;
  display: flex;
  position: relative;
}

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

.hero-split {
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split.splitmatter {
  text-align: left;
  flex-flow: column-reverse;
  align-items: center;
  width: auto;
  max-width: none;
}

.hero-split.splitmatter.splitmatterbelow {
  flex-flow: column;
  flex: 0 auto;
  width: 50%;
  max-width: 100%;
}

.hero-split.topbutton {
  text-align: left;
  align-items: center;
  width: 65%;
  max-width: 100%;
}

.shadow-two {
  order: 0;
  max-width: 100%;
  margin-top: 0;
  padding-top: 0;
}

.shadow-two.shadowmatter {
  margin-top: 0;
  margin-bottom: 40px;
  margin-left: 0;
  display: block;
}

.container-3 {
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
}

.primary-button {
  background-color: var(--red);
  text-align: center;
  letter-spacing: .8px;
  border-radius: 3px;
  width: auto;
  margin-bottom: 0;
  padding: 12px 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: block;
  box-shadow: 1px 1px 8px 4px #0009;
}

.primary-button.buy-button {
  opacity: 1;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  min-width: 280px;
  max-width: none;
  min-height: 40px;
  margin-top: 30px;
  padding: 15px 40px;
  position: relative;
  bottom: auto;
  box-shadow: 1px 1px 6px #0006;
}

.primary-button.large {
  width: 100%;
  box-shadow: 1px 1px 6px #0006;
}

.hero-heading-left {
  background-color: #fff;
  border: 0 #000;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.hero-heading-left.headingmatter {
  padding: 40px 0 0;
}

.hero-heading-left.headingtop {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 0 0;
  display: flex;
}

.hero-heading-left.darkbackground {
  background-color: var(--color);
}

.hero-wrapper-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-wrapper-2.right {
  max-width: none;
}

.hero-wrapper-2.wrappermatter {
  flex-flow: column;
  width: auto;
  margin-left: 0;
  position: static;
}

.paragraph-heading {
  color: var(--color);
  letter-spacing: .2px;
  text-transform: uppercase;
  width: auto;
  margin-right: 0;
  padding-right: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 45px;
}

.paragraph-heading.summary-heading {
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.paragraph-heading.includes {
  text-align: center;
  width: 550px;
  margin-bottom: -1px;
  display: block;
}

.paragraph-heading.includes.includes2 {
  width: auto;
  margin-top: 100px;
  margin-bottom: 0;
  font-size: 38px;
}

.paragraph-heading.includes.big-includes {
  text-align: center;
  width: 100%;
  margin-top: 140px;
  margin-bottom: 10px;
  font-size: 55px;
}

.paragraph-heading.includes.big-includes.big-includes-2 {
  text-align: left;
  margin-top: 60px;
  margin-bottom: 10px;
}

.paragraph-heading.includes.big-includes.main-includes {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  font-size: 60px;
}

.paragraph-heading.includes.big-includes.darkbackground {
  color: var(--white);
  width: auto;
}

.paragraph-heading.dark {
  color: var(--white);
  font-size: 45px;
  line-height: 50px;
}

.paragraph-heading.headingbig {
  font-size: 45px;
  line-height: 50px;
}

.section-paragraph1 {
  color: var(--color);
  text-align: left;
  letter-spacing: .5px;
  width: auto;
  margin-bottom: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 35px;
  position: static;
}

.section-paragraph1.small-paragraph {
  text-align: left;
  width: auto;
  max-width: none;
  margin: 15px 15px 15px 0;
  padding: 0;
  position: static;
}

.section-paragraph1.small-paragraph.small-paragraph-5 {
  text-align: left;
}

.section-paragraph1.extrabonus {
  margin-left: 100px;
}

.section-paragraph1.matter {
  width: auto;
  font-size: 20px;
  line-height: 25px;
}

.section-paragraph1.darkbackground {
  color: var(--white);
  background-color: #0000;
  font-size: 20px;
  line-height: 30px;
}

.section-paragraph1.darkbackground.bonusdescription {
  text-align: center;
}

.hero-without-image {
  background-color: var(--white);
  border: 0 #000;
  height: calc(100svh - 108px);
  padding: 0;
  position: relative;
}

.hero-without-image.summary {
  background-color: var(--white);
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-without-image.darkbackgorund {
  z-index: 1;
  background-color: var(--color);
  padding-top: 100px;
  padding-bottom: 100px;
}

.hero-without-image.darkbackgorund.text-wrapper {
  max-width: 100%;
  height: auto;
}

.hero-heading-right {
  background-color: var(--white);
  border: 0 #000;
  padding: 80px 30px;
  display: none;
  position: relative;
}

.hero-heading-right.darkbackground {
  background-color: var(--color);
}

.hero-stack-2 {
  background-color: var(--white);
  border: 0 #000;
  flex-flow: column;
  align-items: center;
  padding: 0 30px 80px;
  display: flex;
  position: relative;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.hero-image.shadow-two {
  width: 50%;
}

.hero-image.shadow-two.logo {
  padding-top: 0;
  padding-right: 0;
}

.small-paragraph-heading {
  text-align: left;
  min-width: 500px;
  padding-left: 0;
  font-size: 28px;
}

.small-paragraph-heading.small-paragraph-heading-5 {
  text-align: left;
  min-width: 0;
  padding-left: 0;
}

.small-paragraph-heading.accelerator-core {
  min-width: 700px;
  margin-top: 45px;
  margin-bottom: 0;
  margin-left: -53px;
}

.small-paragraph-heading.accelerator-core.timebonus {
  margin-left: 100px;
}

.columns {
  mix-blend-mode: normal;
  padding-left: 280px;
  padding-right: 280px;
  display: none;
}

.image {
  text-align: center;
  border-radius: 8px;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image.image2 {
  margin-left: -40px;
  padding-bottom: 10px;
}

.container-5 {
  text-align: center;
  padding-right: 0;
}

.container-5.number-5 {
  padding-left: 240px;
  padding-right: 240px;
}

.container-5.bonuses-row1 {
  padding-bottom: 50px;
}

.testimonial-column-light {
  border: 0 #000;
  padding: 80px 30px 20px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 131px;
  font-family: Avenirltstd, sans-serif;
  font-size: 40px;
}

.testimonial-grid-two {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  outline-offset: 0px;
  outline: 3px #333;
  grid-template: "Area Area-2 ." 1fr
                 ". Area-2 Area-3"
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.testimonial-card-two {
  border: 1px #e4ebf3;
  flex-direction: column;
  margin-top: -109px;
  padding: 32px 16px 16px;
  display: flex;
}

.testimonial-card-two.bottom-card {
  padding-top: 0;
}

.testimonial-card-two.card-two {
  margin-top: -140px;
}

.testimonial-text-two {
  margin-bottom: 52px;
}

.testimonial-info-three {
  background-color: #fff;
  align-items: center;
  margin-top: -27px;
  padding: 0 16px 24px;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-main-heading {
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Futura book font, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.paragraph, .paragraph-2 {
  font-size: 140px;
}

.quotation-marks {
  color: #d2ad32;
  margin-top: 80px;
  margin-left: 90px;
  font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
  font-size: 160px;
}

.bold-text {
  color: var(--dark-goldenrod);
}

.pricing-overview {
  background-image: url('../images/15276013_5570863.jpg');
  background-position: 0 0;
  background-size: cover;
  border: 0 #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: calc(100svh - 108px);
  min-height: 950px;
  padding: 60px 30px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.pricing-overview.pricing-overview-2 {
  display: block;
}

.centered-heading-2 {
  color: var(--color);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-family: Avenirltstd, sans-serif;
  font-size: 50px;
}

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 64px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
}

.pricing-card-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.pricing-container {
  background-color: var(--white);
  opacity: .95;
  flex-flow: column;
  align-items: flex-start;
  max-width: 360px;
  min-height: 580px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 0 6px 1px #525252;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Avenirltstd book, sans-serif;
}

.pricing-heading {
  color: var(--color);
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 35px;
}

.text-span-2 {
  margin-top: 0;
  padding-top: 0;
  font-size: 20px;
  display: inline-block;
  position: relative;
  top: -12px;
}

.text-span-3 {
  font-size: 18px;
}

.body {
  background-color: #000;
  max-width: 100%;
}

.heading-3 {
  font-family: Droid Sans, sans-serif;
  display: none;
}

.paragraph-3 {
  letter-spacing: .4px;
  font-size: 24px;
  line-height: 36px;
}

.paragraph-3.pricing-accelerator {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 36px;
}

.button-2 {
  background-color: var(--red);
  text-align: center;
  text-transform: uppercase;
  font-family: Futura xblk bt, sans-serif;
  display: block;
  position: relative;
  top: 107px;
}

.column, .column-2 {
  padding-left: 80px;
  padding-right: 80px;
}

.q-a-heading {
  margin-bottom: 20px;
  font-family: Avenirltstd, sans-serif;
  font-size: 45px;
}

.sub-heading-qa {
  letter-spacing: .4px;
  font-family: Avenirltstd, sans-serif;
  font-size: 22px;
}

.sub-heading-qa.sub-heading-below {
  margin-top: 80px;
}

.paragraph-4 {
  letter-spacing: .5px;
  border-top: 1px solid #000;
  padding-top: 9px;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.paragraph-4.sub-heading-imagine {
  text-align: center;
  border-top-style: none;
  margin-bottom: 56px;
  padding-top: 10px;
  font-family: Avenirltstd roman, sans-serif;
  font-size: 16px;
}

.section {
  border: 0 #000;
  border-radius: 0;
  margin-top: 10px;
  display: none;
}

.imagine {
  text-align: center;
  letter-spacing: .4px;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 50px;
}

.paragraph-5 {
  font-family: Avenirltstd book, sans-serif;
  font-size: 20px;
}

.message-time {
  color: #6d6d6d;
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.testimonial-name {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -237px;
  padding-left: 0;
  position: relative;
  top: -21px;
}

.column-3 {
  align-items: stretch;
  display: block;
}

.image-2 {
  border-radius: 5px;
  margin-left: 60px;
}

.paragraph-6 {
  letter-spacing: .3px;
  min-width: 300px;
  margin-left: 40px;
  margin-right: 0;
  padding-right: 0;
  font-family: Avenirltstd book, sans-serif;
  display: block;
  position: relative;
  top: -52px;
  left: 80px;
}

.grid {
  grid-template-rows: minmax(auto, 1fr) auto auto;
  grid-template-areas: ". ."
                       "Area Area"
                       "Area-2 Area-2";
  margin-bottom: -15px;
}

.container-7 {
  margin-top: 40px;
}

.footer-dark {
  background-color: #000;
  border-bottom: 1px #e4ebf3;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 40px 30px;
  display: flex;
  position: relative;
}

.container-8 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-8.footer-container {
  justify-content: flex-start;
  max-width: 1200px;
  margin-bottom: 24px;
}

.footer-wrapper {
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 50%;
  max-width: 900px;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-wrapper.bottom {
  align-items: flex-start;
  height: auto;
  margin-top: 0;
  padding-top: 20px;
}

.footer-brand {
  flex-flow: column;
  width: 50%;
  height: 100px;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: var(--white);
  text-align: left;
  margin-left: 0;
  font-family: Avenirltstd book, sans-serif;
  font-size: 14px;
  line-height: 16px;
  display: block;
}

.image-3 {
  margin-top: -73px;
  margin-left: 118px;
}

.section-2 {
  background-color: var(--white);
  padding-bottom: 10px;
  display: none;
}

.image-4 {
  margin-top: -73px;
  margin-left: 115px;
}

.image-5 {
  margin-top: -73px;
  margin-left: 120px;
}

.image-6 {
  margin-top: -74px;
  margin-left: 111px;
}

.link {
  color: var(--white);
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.image-7 {
  margin-left: 0;
}

.container-9 {
  max-width: 940px;
}

.container-10 {
  justify-content: space-between;
  align-items: stretch;
  max-width: 1500px;
  margin-bottom: 0;
  display: flex;
}

.title {
  z-index: 1;
  background-color: var(--white);
  position: relative;
}

.pricing-accent {
  background-color: var(--red);
  opacity: 1;
  object-fit: fill;
  border-radius: 10px;
  min-width: 362px;
  min-height: 5px;
  margin-left: 0;
  position: absolute;
  left: auto;
  transform: scale(1);
}

.section-3 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
  display: none;
}

.section-4 {
  margin-bottom: 71px;
  display: none;
}

.section-5 {
  text-align: center;
  margin-top: 378px;
  margin-bottom: 477px;
}

.container-11 {
  text-align: center;
  margin-top: 375px;
}

.top-title {
  font-size: 54px;
  line-height: 55px;
}

.text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  color: var(--goldenrod);
}

.button-subtitle {
  color: var(--color);
  text-align: center;
  margin-top: 4px;
  margin-bottom: 0;
  font-style: italic;
}

.section-6 {
  color: #333;
  background-color: #d2ad32;
  height: 40px;
}

.section-7 {
  z-index: 2;
  background-color: var(--goldenrod);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 35px;
  display: flex;
  position: relative;
}

.text-block {
  text-align: center;
  padding-top: 0;
}

.text-span-9 {
  color: var(--color);
  font-size: 14px;
  font-weight: 700;
}

.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;
}

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

.headercolor {
  background-color: var(--goldenrod);
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 30%;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  position: static;
}

.div-block-2 {
  width: 100%;
  margin-top: 10px;
}

.pricing-tag {
  color: var(--color);
  margin-bottom: 20px;
  font-family: Avenirltstd, sans-serif;
  font-size: 28px;
  line-height: 20px;
}

.text-span-10 {
  font-size: 10px;
  line-height: 5px;
}

.subscript {
  line-height: 15px;
}

.paragraph-8 {
  margin-bottom: 20px;
  margin-left: 20px;
  font-size: 20px;
  line-height: 30px;
}

.hero-heading-right-2 {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-12 {
  width: 100%;
  max-width: 1200px;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-3 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-height: 100%;
  margin-left: -83px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 60%;
  margin-right: 0;
  display: flex;
}

.hero-split-2.base {
  max-width: 60%;
}

.shadow-two-2 {
  width: auto;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  display: block;
}

.shadow-two-2.base {
  width: 350px;
  margin-left: 0;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.paragraph-heading-long {
  color: var(--color);
  letter-spacing: .2px;
  text-transform: uppercase;
  width: 800px;
  margin-right: 0;
  padding-right: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 50px;
  line-height: 44px;
}

.paragraph-heading-long.summary-heading {
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.paragraph-heading-long.includes {
  text-align: left;
  width: 550px;
  margin-bottom: -1px;
  display: block;
}

.paragraph-heading-long.includes.includes2 {
  width: 600px;
}

.paragraph-heading-long.darkbackground {
  color: var(--white);
}

.hero-heading-left-bonus {
  background-color: var(--white);
  border: 0 #000;
  align-items: center;
  min-width: 400px;
  height: 50%;
  min-height: 0;
  padding: 0 30px;
  display: block;
  position: relative;
}

.hero-heading-left-bonus.darkbackground {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-heading-right-bonus {
  text-align: left;
  background-color: #fff;
  border-bottom: 1px #e4ebf3;
  align-items: center;
  min-width: 400px;
  height: 50%;
  min-height: 0;
  margin-bottom: 0;
  padding: 0 30px;
  display: block;
  position: relative;
}

.hero-heading-right-bonus.darkbackground {
  padding-top: 60px;
  padding-bottom: 60px;
}

.image-8 {
  margin-top: 30px;
  margin-bottom: -40px;
  margin-left: 40px;
}

.container-copy {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-3 {
  flex-flow: column;
  align-items: center;
  max-width: 1300px;
  display: flex;
}

.columns-2 {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.columns-3 {
  align-self: auto;
  align-items: center;
  display: flex;
}

.column-4 {
  display: block;
}

.div-block-4 {
  color: var(--white);
  flex-flow: column;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.text-span-11 {
  color: var(--goldenrod);
}

.text-span-12, .text-span-13 {
  color: var(--cobaltblue);
}

.text-span-14 {
  color: var(--goldenrod);
}

.text-span-15 {
  color: var(--cobaltblue);
}

.text-span-16, .text-span-17 {
  color: var(--goldenrod);
}

.text-span-18, .bold-text-2 {
  color: var(--cobaltblue);
}

.bold-text-3 {
  color: var(--goldenrod);
}

.text-span-19, .text-span-20 {
  color: var(--cobaltblue);
}

.text-span-21 {
  color: var(--goldenrod);
}

.text-span-22 {
  color: var(--cobaltblue);
}

.bold-text-4 {
  color: var(--white);
}

.bold-text-5, .text-span-23, .text-span-24, .text-span-25 {
  color: var(--goldenrod);
}

.bold-text-6 {
  color: var(--cobaltblue);
}

.bold-text-7, .text-span-26, .bold-text-8, .text-span-27 {
  color: var(--goldenrod);
}

.bold-text-9 {
  color: var(--cobaltblue);
}

.bold-text-10, .bold-text-11 {
  color: var(--goldenrod);
}

.container-13 {
  color: var(--color);
  flex-flow: column;
  display: flex;
}

.text-span-28, .text-span-29, .text-span-30, .text-span-31, .text-span-32, .text-span-33 {
  font-size: 18px;
}

.code-embed {
  max-width: 100%;
  max-height: 60%;
  margin-top: -20px;
  margin-bottom: 0;
}

.container-14 {
  max-width: 65%;
}

.code-embed-2 {
  z-index: 0;
  position: relative;
}

.section-8 {
  background-color: var(--white);
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.content-wrapper {
  z-index: 1;
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.content-wrapper.right {
  flex-flow: row-reverse;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.text-side {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 40%;
  padding: 10px 60px 10px 100px;
  display: flex;
  position: static;
}

.text-side.drifters, .text-side.dominators {
  width: 60%;
}

.text-side.transformation {
  width: 50%;
}

.image-side {
  width: 60%;
  height: 100%;
  padding: 0;
}

.image-side.curry, .image-side.jebron {
  width: 40%;
}

.image-side.flex {
  width: 50%;
  max-width: 50%;
  max-height: 100%;
}

.we-help-wrappr {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  flex-flow: column;
  max-width: 100%;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.drifterscontainer {
  flex-flow: row-reverse;
  display: flex;
}

.dominateorscontainer {
  display: flex;
}

.darkbackground {
  background-color: var(--color);
  padding-top: 10px;
}

.uniquebonuses {
  background-color: var(--white);
}

.text-span-34 {
  color: var(--goldenrod);
}

.div-block-5 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-wrapper {
  box-shadow: none;
  background-color: #fff;
  flex-flow: row;
  justify-content: space-between;
  max-width: 100%;
  height: 70%;
  margin-top: 0;
  padding: 10px 40px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.logo-wrapper {
  width: 25%;
}

.button-wrapper {
  flex-flow: column;
  justify-content: center;
  width: 35%;
  display: flex;
}

.header-right-divider {
  flex-flow: row-reverse;
  width: 50%;
  display: flex;
}

.header-left-divider {
  justify-content: space-between;
  align-items: center;
  width: 50%;
  display: flex;
}

.header {
  z-index: 10;
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  height: 95px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 5px #0003;
}

.div-block-6 {
  justify-content: space-around;
  align-items: center;
  width: 70%;
  max-width: none;
  margin-right: 0;
  padding-left: 350px;
  padding-right: 50px;
  display: flex;
}

.headerlink {
  color: var(--color);
  font-family: Avenirltstd, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.header-link-wrapper {
  justify-content: space-around;
  width: 70%;
  padding-left: 60px;
  padding-right: 40px;
  display: flex;
}

.link-block {
  width: 50px;
  max-width: none;
}

.link-block-2 {
  width: 26px;
  max-width: 26px;
}

.div-block-7 {
  width: 100%;
}

.hero-section-wrapper {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  max-width: 100%;
  height: 100svh;
  display: flex;
}

.hero-without-header-wrapper {
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.bonus-image-wrapper {
  max-width: 40%;
  max-height: 100%;
}

.video-button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.image-11 {
  width: auto;
  max-height: 100%;
}

.bonus-height-wrapper {
  height: calc(100svh - 108px);
  min-height: 650px;
}

.text-span-35 {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .heading {
    margin-top: 140px;
  }

  .container2 {
    max-width: 728px;
  }

  .hero-wrapper-two.bonuses {
    flex-flow: column;
    align-items: flex-start;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split.splitmatter {
    max-width: 90%;
  }

  .hero-split.splitmatter.splitmatterbelow {
    width: 70%;
  }

  .shadow-two.shadowmatter {
    min-width: auto;
    max-width: 100%;
  }

  .primary-button {
    box-shadow: 1px 1px 6px 2px #0009;
  }

  .hero-wrapper-2 {
    flex-flow: column-reverse;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 0;
  }

  .hero-wrapper-2.right {
    flex-flow: column;
    align-items: center;
  }

  .hero-wrapper-2.wrappermatter {
    justify-content: center;
    align-items: center;
  }

  .hero-wrapper-2.base {
    margin-bottom: 0;
  }

  .paragraph-heading {
    font-size: 35px;
  }

  .paragraph-heading.includes.includes2 {
    text-align: left;
    width: auto;
    font-size: 36px;
  }

  .paragraph-heading.includes.big-includes {
    width: auto;
    font-size: 42px;
  }

  .paragraph-heading.includes.big-includes.main-includes {
    margin-bottom: 0;
    font-size: 40px;
  }

  .paragraph-heading.includes.big-includes.darkbackground {
    margin-top: 60px;
  }

  .paragraph-heading.dark {
    font-size: 45px;
  }

  .hero-stack-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    max-width: 728px;
  }

  .testimonial-grid-two {
    grid-column-gap: 30px;
  }

  .testimonial-info-three {
    flex-direction: column;
  }

  .centered-heading-2 {
    line-height: 55px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-8 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .pricing-accent {
    margin-top: -2px;
  }

  .container-12 {
    flex-flow: column;
    align-items: center;
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-2.base {
    max-width: 70%;
  }

  .shadow-two-2.base {
    width: auto;
    margin-left: 0;
  }

  .paragraph-heading-long {
    max-width: 100%;
    font-size: 40px;
  }

  .hero-heading-left-bonus {
    padding-bottom: 20px;
  }

  .hero-heading-left-bonus.darkbackground {
    padding-bottom: 140px;
  }

  .hero-heading-right-bonus {
    padding-bottom: 20px;
  }

  .hero-heading-right-bonus.darkbackground {
    padding-bottom: 100px;
  }

  .container-copy {
    max-width: 728px;
  }

  .content-wrapper {
    flex-flow: row;
  }

  .content-wrapper.right {
    flex-flow: column;
  }

  .content-wrapper.top {
    flex-flow: column-reverse;
  }

  .text-side {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 60px;
  }

  .text-side.drifters, .text-side.dominators {
    width: 100%;
  }

  .text-side.transformation {
    width: 100%;
    height: 30%;
    padding-top: 100px;
    padding-left: 60px;
  }

  .image-side, .image-side.curry, .image-side.jebron {
    width: 100%;
  }

  .image-side.flex {
    width: 100%;
    max-width: none;
    height: 70%;
  }

  .drifterscontainer {
    flex-flow: column;
    padding-bottom: 60px;
  }

  .dominateorscontainer {
    flex-flow: column;
    padding-bottom: 100px;
  }

  .timelimitedbonus {
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .uniquebonuses {
    padding-bottom: 60px;
  }

  .header-wrapper {
    background-color: var(--white);
  }

  .logo-wrapper {
    width: 40%;
  }

  .button-wrapper {
    width: 50%;
  }

  .header {
    height: 90px;
  }

  .div-block-6 {
    width: 50%;
    padding-left: 80px;
    padding-right: 20px;
  }

  .headerlink.login {
    display: none;
  }

  .header-link-wrapper {
    width: 60%;
    padding-left: 20px;
    padding-right: 0;
  }

  .bonus-image-wrapper {
    max-width: 50%;
  }

  .bonus-height-wrapper {
    height: calc(150svh - 108px);
    min-height: 1200px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu-block {
    flex-direction: column;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-wrapper-two.text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-center {
    max-width: 100%;
    padding: 60px 15px;
  }

  .hero-split {
    margin-bottom: 0;
  }

  .hero-split.splitmatter.splitmatterbelow {
    width: 85%;
  }

  .shadow-two {
    margin-top: 0;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .hero-wrapper-2 {
    flex-flow: column;
  }

  .hero-wrapper-2.right {
    flex-flow: column-reverse;
  }

  .paragraph-heading.includes.big-includes {
    margin-top: 60px;
    font-size: 39px;
  }

  .paragraph-heading.dark {
    font-size: 35px;
  }

  .hero-without-image {
    padding: 60px 0 0;
  }

  .hero-without-image.darkbackgorund.text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-heading-right {
    padding: 0 15px 60px;
  }

  .hero-stack-2 {
    padding: 60px 0;
  }

  .testimonial-column-light {
    padding: 60px 15px;
  }

  .testimonial-grid-two {
    grid-template-columns: 1fr;
  }

  .testimonial-info-three {
    flex-direction: row;
  }

  .pricing-overview {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .button-subtitle {
    font-size: 15px;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }

  .container-12, .hero-wrapper-3 {
    flex-flow: column-reverse;
  }

  .hero-split-2.base {
    max-width: 100%;
  }

  .paragraph-heading-long {
    width: auto;
  }

  .hero-heading-left-bonus, .hero-heading-right-bonus {
    padding: 0 15px 60px;
  }

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

  .div-block-4 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .text-side.transformation {
    height: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-side.flex {
    max-width: 100%;
    height: 50%;
  }

  .drifterscontainer, .dominateorscontainer {
    padding-bottom: 40px;
  }

  .timelimitedbonus.text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-wrapper {
    width: 80%;
  }

  .header-right-divider {
    width: 60%;
  }

  .header-left-divider {
    width: 40%;
  }

  .div-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .header-link-wrapper {
    display: none;
  }

  .bonus-image-wrapper {
    max-width: 100%;
  }

  .image-11 {
    width: auto;
    max-height: 100%;
  }

  .bonus-height-wrapper {
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu-three {
    flex-direction: column;
  }

  .container {
    max-width: none;
  }

  .heading {
    margin-top: 20px;
    padding-top: 10px;
    line-height: 35px;
  }

  .hero-stack {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .container2 {
    max-width: none;
  }

  .margin-bottom-24px {
    font-size: 21px;
  }

  .hero-heading-center {
    padding: 0;
  }

  .hero-split {
    order: 1;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-split.splitmatter {
    max-width: 90%;
    margin-bottom: 0;
  }

  .hero-split.splitmatter.splitmatterbelow {
    width: 90%;
    max-width: 100%;
    min-height: 300px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-split.topbutton {
    padding-left: 0;
    padding-right: 0;
  }

  .shadow-two {
    order: 0;
    width: auto;
    min-width: auto;
    max-width: 100%;
    margin-top: 20px;
  }

  .shadow-two.shadowmatter {
    width: auto;
    max-width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }

  .shadow-two.jebron {
    width: 100%;
    margin-top: 0;
  }

  .container-3 {
    align-self: center;
  }

  .primary-button {
    width: 100%;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
  }

  .primary-button.buy-button {
    width: auto;
    margin-top: 20px;
  }

  .primary-button.top {
    padding: 8px;
  }

  .hero-heading-left {
    padding-top: 20px;
    padding-bottom: 0;
    display: none;
  }

  .hero-heading-left.headingtop {
    padding-bottom: 0;
  }

  .hero-wrapper-2 {
    flex-flow: column-reverse;
    margin-bottom: 0;
    position: static;
  }

  .hero-wrapper-2.right {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-wrapper-2.wrappermatter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-wrapper-2.base {
    flex-flow: column-reverse;
  }

  .hero-wrapper-2.bonus1, .hero-wrapper-2.bonus1-copy {
    flex-flow: column;
  }

  .paragraph-heading {
    order: -1;
    width: auto;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-heading.summary-heading {
    text-align: left;
  }

  .paragraph-heading.includes.includes2 {
    text-align: left;
    width: auto;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 25px;
  }

  .paragraph-heading.includes.big-includes {
    text-align: left;
    width: auto;
    max-width: 100%;
    margin-top: 0;
    font-size: 35px;
  }

  .paragraph-heading.includes.big-includes.main-includes {
    max-width: 100%;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 35px;
    text-decoration: none;
  }

  .paragraph-heading.includes.big-includes.darkbackground {
    text-align: left;
  }

  .paragraph-heading.dark {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-heading.dark.work {
    font-size: 32px;
    line-height: 37px;
  }

  .paragraph-heading.headingbig {
    font-size: 35px;
    line-height: 40px;
  }

  .paragraph-heading.transformation {
    font-size: 30px;
  }

  .section-paragraph1 {
    align-self: auto;
    width: auto;
    max-width: 100%;
    font-size: 23px;
    line-height: 30px;
  }

  .section-paragraph1.extrabonus {
    margin-left: 0;
  }

  .section-paragraph1.matter {
    width: auto;
    font-size: 24px;
    line-height: 32px;
  }

  .section-paragraph1.darkbackground {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .section-paragraph1.darkbackground.bonusdescription {
    text-align: left;
  }

  .hero-without-image {
    height: calc(100svh - 90px);
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-without-image.darkbackgorund.text-wrapper {
    margin-bottom: 0;
    padding-bottom: 100px;
  }

  .hero-heading-right {
    padding-bottom: 0;
    display: none;
  }

  .hero-stack-2 {
    padding: 40px 15px 10px;
  }

  .small-paragraph-heading.accelerator-core.timebonus {
    min-width: auto;
    margin-left: 0;
    font-size: 26px;
    line-height: 26px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .bold-text {
    color: var(--goldenrod);
  }

  .pricing-overview {
    flex-flow: column;
    height: calc(100svh - 90px);
    min-height: 700px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .centered-heading-2 {
    color: var(--color);
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 35px;
  }

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

  .pricing-container {
    align-items: center;
    max-width: 320px;
    min-height: auto;
  }

  .pricing-heading {
    margin-top: 20px;
    font-size: 31px;
    line-height: 32px;
  }

  .paragraph-3 {
    font-size: 21px;
    line-height: 32px;
  }

  .paragraph-3.pricing-accelerator {
    font-size: 22px;
    line-height: 32px;
  }

  .container-8 {
    max-width: none;
  }

  .container-8.footer-container {
    justify-content: flex-start;
    align-items: stretch;
  }

  .footer-wrapper {
    flex-flow: column;
    align-self: center;
    align-items: flex-start;
    max-width: 100%;
    height: 120px;
    display: flex;
  }

  .footer-wrapper.bottom {
    width: 100%;
  }

  .footer-brand {
    justify-content: space-between;
    height: 120px;
  }

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

  .pricing-accent {
    width: 101%;
    min-width: auto;
    position: static;
  }

  .top-title {
    font-size: 45px;
    line-height: 45px;
  }

  .button-subtitle {
    margin-top: -10px;
    line-height: 14px;
  }

  .button-subtitle.bottom {
    margin-top: 0;
    padding-top: 5px;
  }

  .text-block {
    font-size: 7px;
    line-height: 12px;
  }

  .text-span-9 {
    font-family: Avenirltstd book, sans-serif;
    font-size: 14px;
  }

  .headercolor {
    height: 30px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    place-items: center;
    width: 100%;
    display: flex;
  }

  .pricing-tag {
    margin-top: 10px;
    font-size: 27px;
  }

  .paragraph-8 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 28px;
  }

  .container-12 {
    max-width: none;
  }

  .hero-wrapper-3 {
    margin-bottom: 0;
    margin-left: 0;
  }

  .hero-split-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-split-2.base {
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph-heading-long {
    width: auto;
    font-size: 32px;
    line-height: 37px;
  }

  .hero-heading-left-bonus {
    flex-flow: column-reverse;
    justify-content: center;
    min-width: auto;
    height: calc(100svh - 90px);
    min-height: 750px;
    padding: 10px 0;
    display: flex;
    position: static;
  }

  .hero-heading-right-bonus {
    min-width: auto;
    max-width: 100%;
    height: calc(100svh - 90px);
    min-height: 750px;
    padding: 10px 0;
    display: flex;
  }

  .image-8 {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-left: 20px;
    transform: translate(50px)scale(1.5);
  }

  .container-copy {
    max-width: none;
  }

  .columns-2, .columns-3 {
    flex-flow: column;
  }

  .column-4 {
    flex-flow: column;
    display: flex;
  }

  .div-block-4 {
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .content-wrapper.right {
    flex-flow: column;
    height: 100%;
    min-height: auto;
  }

  .content-wrapper.top {
    justify-content: center;
    height: auto;
  }

  .text-side {
    justify-content: center;
    height: 70%;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-side.drifters {
    height: 50%;
    padding-top: 20px;
    padding-bottom: 60px;
  }

  .text-side.dominators {
    padding-top: 40px;
  }

  .text-side.transformation {
    height: 60%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-side.matter {
    justify-content: flex-start;
  }

  .image-side {
    height: 30%;
    margin-top: 0;
  }

  .image-side.curry {
    width: auto;
    max-width: 100%;
    height: 50%;
    max-height: none;
    margin-top: 0;
  }

  .image-side.flex {
    width: auto;
    max-width: 100%;
    height: 40%;
    max-height: none;
  }

  .drifterscontainer {
    height: auto;
    max-height: 50%;
    padding-bottom: 0;
  }

  .dominateorscontainer {
    padding-bottom: 0;
  }

  .darkbackground {
    padding-top: 0;
  }

  .timelimitedbonus.text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .uniquebonuses {
    padding-top: 100px;
  }

  .image-10 {
    width: 100%;
    max-height: 100%;
    transform: none;
  }

  .header-wrapper {
    height: 60px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .logo-wrapper {
    width: 90%;
  }

  .button-wrapper {
    width: 80%;
  }

  .header {
    height: 90px;
  }

  .div-block-6 {
    padding-left: 0;
    display: flex;
  }

  .link-block {
    width: 40px;
  }

  .link-block-2 {
    width: 20.5px;
  }

  .bold-text-12 {
    font-size: .875rem;
  }

  .hero-section-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: var(--white);
    height: 100svh;
    min-height: 745px;
  }

  .hero-without-header-wrapper {
    flex-flow: column;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    display: flex;
  }

  .bonus-image-wrapper {
    max-width: 100%;
  }

  .image-11 {
    width: auto;
    max-width: none;
    max-height: 100%;
  }

  .image-12 {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
  }

  .bonus-height-wrapper {
    height: auto;
  }

  .text-span-35, .text-span-36, .text-span-37 {
    text-decoration: underline;
  }
}


@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-font.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-Italic-font.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura book font';
  src: url('../fonts/Futura-Book-font.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura extra font';
  src: url('../fonts/Futura-Extra-Black-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Bold-Italic-font.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-light-bt.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-font.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futur';
  src: url('../fonts/futur.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-font.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Light-Italic-font.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura bt';
  src: url('../fonts/futura-medium-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura xblk bt';
  src: url('../fonts/Futura-XBlk-BT.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Medium-Italic-font.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Futura condensed bt';
  src: url('../fonts/futura-medium-condensed-bt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Futura font';
  src: url('../fonts/Futura-Heavy-Italic-font.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Unicode';
  src: url('../fonts/unicode.futurabb.ttf') format('truetype'), url('../fonts/unicode.futurab.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd book';
  src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}