.button-_head-dark.books {
  background-color: #e48d34;
  padding-left: 15px;
  padding-right: 15px;
}

.button-_head-dark.books.pink {
  background-color: #de98c3;
}

.button-_head-dark.books.blue {
  background-color: #383d77;
}

.fs_modal-2_close {
  cursor: pointer;
  background-color: #f5f5f500;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-2_close:focus-visible,
.fs_modal-2_close[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_modal-2_close-icon {
  width: 1rem;
  height: 1rem;
}

.prost-navbar {
  background-color: var(--prost-blue);
  justify-content: center;
  align-items: center;
  height: 10vh;
  display: flex;
}

.pros-hero-section {
  background-color: var(--prost-blue);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.prost-hero-tag {
  font-family: var(--heldwig);
  color: var(--untitled-ui--white);
  text-align: center;
  margin-top: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 68px;
}

.prost-hero-subtag {
  font-family: var(--inter);
  color: var(--untitled-ui--white);
  text-align: center;
  width: 70%;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.star-1 {
  color: #e48d34;
}

.prost-hero-stars {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.prost-yellow-btn {
  font-family: var(--inter);
  color: #231a2b;
  background-color: #e48d34;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  display: flex;
}

.prost-trans-btn {
  font-family: var(--inter);
  color: #e0ddd1;
  background-color: #e48d3400;
  border: 1px solid #e0ddd1;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
}

.prost-hero-btns {
  z-index: 89;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.prost-hero-text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  display: flex;
}

.prost-hero-lottie-container {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  top: 0;
}

.prost-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 40px;
}

.prost-container.hero {
  justify-content: flex-end;
  align-items: center;
  padding: 40px;
  display: flex;
}

.prost-container.side {
  width: 100%;
  display: flex;
}

.prost-container.center {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.prost-container.moez {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.prost-floating-cta {
  background-color: #7391bb;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
  box-shadow:
    inset 0 2px 5px #fff3,
    0 4px 4px #00000040;
}

.prost-floating-cta-text {
  font-family: var(--inter);
  color: #fff;
  font-size: 24px;
  line-height: 27px;
}

.prost-floating-cta-text.strike {
  color: #ffffffb3;
  text-decoration: line-through;
}

.prost-floating-cta-text.center {
  text-align: center;
  width: 100%;
}

.prost-floating-cta-text.gold {
  color: #e48d34;
}

.button {
  font-family: var(--inter);
  background-color: #373a5a;
  border-radius: 10px;
  padding: 15px 40px;
  font-size: 20px;
}

.div-block-70 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  display: flex;
}

.prost-floating-container {
  z-index: 90;
  max-width: 1440px;
  position: fixed;
  inset: auto 0% 3%;
}

.section {
  background-color: var(--prost-blue);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section.z {
  z-index: 51;
  background-color: #fff;
  position: relative;
}

.prost-divider {
  background-image:
    linear-gradient(90deg, #231a2b00 22%, #e0ddd1 54%, #231a2b00 79%),
    linear-gradient(to bottom, var(--prost-blue), var(--prost-blue));
  height: 7px;
}

.heading-5 {
  color: #e48d34;
  text-align: center;
  font-family:
    Hedvig Letters Serif,
    sans-serif;
}

.heading-5.left {
  text-align: left;
}

.text-block-39 {
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 36px;
}

.text-block-39.strike {
  color: #ffffff9e;
  text-decoration: line-through;
}

.text-block-39.strike.left {
  text-align: left;
}

.tabs-menu {
  z-index: 25;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin-top: 2%;
  margin-bottom: 2%;
  padding: 20px 40px;
  display: flex;
  position: sticky;
  top: 20px;
  bottom: auto;
}

.tab-link-tab-2 {
  font-family: var(--heldwig);
  color: #434467;
  text-align: center;
  background-color: #fff;
  border: 1px solid #434467;
  border-radius: 25px;
  width: 100%;
  padding: 15px 40px;
  font-size: 24px;
  line-height: 26px;
  box-shadow: 0 4px 4px #00000040;
}

.tab-link-tab-2.w--current {
  color: #fff;
  background-color: #373a5a;
}

.tab-link-tab-3 {
  font-family: var(--heldwig);
  color: #434467;
  text-align: center;
  background-color: #fff;
  border: 1px solid #434467;
  border-radius: 25px;
  width: 100%;
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 400;
  line-height: 26px;
  box-shadow: 0 4px 4px #00000040;
}

.tab-link-tab-3.w--current {
  color: var(--untitled-ui--white);
  background-color: #7391bb;
}

.tab-link-tab-1 {
  font-family: var(--heldwig);
  color: #434467;
  text-align: center;
  background-color: #fff;
  border: 1px solid #434467;
  border-radius: 25px;
  width: 100%;
  padding: 15px 40px;
  font-size: 24px;
  line-height: 26px;
  box-shadow: 0 4px 4px #00000040;
}

.tab-link-tab-1.w--current {
  background-color: #d5a1d7;
}

.div-block-71 {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.tabs {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-content {
  width: 100%;
}

.tab-pane-tab-1 {
  background-image:
    linear-gradient(0deg, #0000 90%, #fff),
    linear-gradient(45deg, #fff, #ffedfd 25%, #fff 50%, #ffedfd 75%, #fff);
  height: 100%;
}

.container-7 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding: 0% 40px 40px;
  display: flex;
}

.heading-6 {
  font-family: var(--heldwig);
  color: #08050e;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.heading-6.white {
  color: #000;
}

.heading-6._1 {
  text-transform: uppercase;
  margin-top: 0;
}

.paragraph-5 {
  font-family: var(--inter);
  font-size: 20px;
  line-height: 24px;
}

.paragraph-5.highlight,
.paragraph-5.highlight-copy {
  margin-top: 25px;
  margin-bottom: 25px;
  font-style: italic;
  font-weight: 700;
}

.heading-7 {
  font-family: var(--inter);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.div-block-72 {
  background-color: var(--untitled-ui--white);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  box-shadow: 0 4px 4px #00000040;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  padding: 0;
}

.quick-stack-2 {
  width: 100%;
}

.quick-stack-2.combo {
  width: 70%;
}

.div-block-73 {
  background-color: #fff;
  border: 1px solid #7391bb;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
}

.div-block-73:hover {
  background-color: #fff;
}

.paragraph-6 {
  text-align: center;
  font-family:
    Instrument Sans,
    sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.heading-8 {
  text-align: center;
  margin-top: 10px;
  font-family:
    Instrument Sans,
    sans-serif;
  font-size: 32px;
  line-height: 35px;
}

.heading-9 {
  color: #08050e;
  margin-top: 0;
  margin-bottom: 10px;
  font-family:
    Instrument Sans,
    sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.heading-9.white {
  color: #fff;
}

.prost-key-features-icon {
  width: 15%;
}

.prost-key-features-icon.big {
  width: 20%;
}

.div-block-74 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: sticky;
}

.paragraph-5-copy {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  line-height: 24px;
}

.div-block-75 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 150vw;
  display: flex;
}

.section-3 {
  background-color: #7391bb;
}

.div-block-76 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #fff;
  display: flex;
}

.paragraph-7-copy {
  font-family:
    Instrument Sans,
    sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.section-4 {
  background-color: #e0ddd1;
}

.div-block-77 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 250px;
  display: flex;
}

.div-block-78 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.section-slider {
  width: 100%;
}

.marquee.is-marquee-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  font-family: var(--heldwig);
  background-color: #e48d34;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 32px;
  display: flex;
  overflow: clip;
}

.marquee-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: none;
  width: 100%;
  height: 100%;
  display: flex;
}

.marquee-wrapper.right-to-left {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.marquee-slide {
  flex: none;
}

.marquee-slide-text {
  color: #363636;
}

.section-5 {
  background-color: #7391bb;
  flex-flow: column;
  height: 900px;
  display: flex;
}

.prost-trans-btn-copy {
  font-family: var(--inter);
  color: #231a2b;
  background-color: #f3b4ee;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 4px 4px #00000040;
}

.prost-yellow-btn-copy {
  font-family: var(--inter);
  color: #231a2b;
  background-color: #3898ec00;
  border: 1px solid #08050e;
  border-radius: 10px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 600;
  box-shadow: 0 4px 4px #00000040;
}

.div-block-79 {
  color: #fff;
  width: 50%;
  height: 500px;
}

.image-588255476 {
  position: absolute;
  inset: 0% 15% auto auto;
}

.section-6 {
  background-color: #08050e;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.div-block-80 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.tab-pane-tab-2 {
  background-image:
    linear-gradient(0deg, #0000 90%, #fff),
    linear-gradient(45deg, #fff, #eeedff 25%, #fff 50%, #eeedff 75%, #fff);
}

.div-block-83 {
  padding-left: 40px;
  padding-right: 40px;
}

.quick-stack-3 {
  width: 100%;
}

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

.div-block-85 {
  overflow: hidden;
}

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

.lottie-animation-5 {
  width: 50%;
}

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

.submit-button {
  font-family: var(--inter);
  background-color: #373a5a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 20px;
  font-size: 20px;
  display: flex;
}

.submit-button.spacing {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-90 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  display: flex;
}

.div-block-91 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.comboicons {
  margin-bottom: 15px;
}

.book-purchase {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: row;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  display: flex;
  position: sticky;
  top: 5%;
}

.buy-book-btn {
  font-family: var(--inter);
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
  box-shadow: 4px 4px 12px #0003;
}

.buy-book-btn.starter {
  background-color: #d5a1d7;
}

.buy-book-btn.master {
  background-color: #24263a;
}

.paragraph-6-copy {
  text-align: center;
  font-family:
    Instrument Sans,
    sans-serif;
  font-size: 20px;
  line-height: 23px;
}

.image-588255477 {
  z-index: 50;
  max-height: 500px;
  position: absolute;
  bottom: -30%;
  left: 35%;
}

.star-2,
.star-3,
.star-4,
.star-5 {
  color: #e48d34;
}

.tab-key-features.combo {
  width: 70%;
}

.tab-key-features-dicgrid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.buy-btns {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.text-span-11 {
  text-align: justify;
  letter-spacing: 10px;
  font-size: 64px;
}

.fs_modal-2_content-copy {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border-radius: 35px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center start;
  place-items: center;
  max-width: 450px;
  height: auto;
  padding: 2rem;
  display: grid;
  position: relative;
}

.books-popup-copy {
  z-index: 999;
  background-color: #00000080;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs_modal-2_heading-copy {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.4rem;
}

.div-block-93-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

@media screen and (max-width: 991px) {
.pros-hero-section {
    min-height: 100vh;
  }

.prost-hero-tag {
    width: 50%;
    margin-left: 100px;
    font-size: 48px;
    line-height: 52px;
  }

.prost-hero-subtag {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.prost-yellow-btn,
  .prost-trans-btn {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

.prost-hero-btns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: row;
  }

.prost-hero-text-container {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 300px;
    position: relative;
    top: 150px;
  }

.prost-hero-lottie-container {
    width: 150%;
    max-width: 1000px;
    margin-left: 0;
    margin-right: 0;
    top: 0;
    left: 0;
  }

.prost-container.side {
    flex-flow: column;
  }

.prost-floating-cta {
    height: 100%;
  }

.prost-floating-cta-text.center {
    font-size: 20px;
    line-height: 24px;
  }

.prost-floating-cta-text.to-hide {
    display: none;
  }

.section {
    background-color: var(--prost-blue);
  }

.section.testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }

.section.z {
    background-color: #7391bb;
  }

.tab-link-tab-2,
  .tab-link-tab-3,
  .tab-link-tab-1,
  .tab-link-tab-1.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

.quick-stack-2 {
    padding: 0;
  }

.quick-stack-2.combo {
    width: 100%;
    margin-bottom: 40px;
  }

.div-block-73 {
    padding: 20px;
  }

.paragraph-6 {
    font-size: 16px;
    line-height: 20px;
  }

.heading-8 {
    font-size: 24px;
  }

.div-block-75 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

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

.div-block-78 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 100%;
    display: grid;
  }

.section-slider,
  .marquee.is-marquee-3 {
    overflow: clip;
  }

.image-588255476 {
    right: 5%;
  }

.buy-book-btn {
    border: 1px solid #434467;
  }

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

.paragraph-6-copy {
    font-size: 16px;
    line-height: 20px;
  }

.image-588255477 {
    bottom: -25%;
    left: auto;
  }

.tab-key-features.combo {
    width: 100%;
    margin-bottom: 40px;
  }

.buy-btns {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 767px) {
.fs_modal-2_close {
    padding: 1rem;
  }

.prost-hero-tag {
    font-size: 32px;
    line-height: 36px;
  }

.prost-hero-subtag {
    font-size: 16px;
    line-height: 20px;
  }

.prost-yellow-btn,
  .prost-trans-btn {
    font-size: 16px;
  }

.prost-hero-text-container {
    width: 100%;
  }

.prost-container.hero {
    flex-flow: column;
  }

.prost-floating-cta-text {
    font-size: 16px;
  }

.section.testimonials {
    padding-left: 40px;
    padding-right: 40px;
  }

.tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

.tab-link-tab-2,
  .tab-link-tab-3,
  .tab-link-tab-3.w--current,
  .tab-link-tab-1.w--current {
    height: auto;
  }

.container-7.combo {
    padding-bottom: 40px;
  }

.div-block-72 {
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

.heading-8 {
    font-size: 20px;
    line-height: 22px;
  }

.heading-9 {
    font-size: 28px;
    line-height: 32px;
  }

.div-block-74 {
    padding: 20px;
  }

.paragraph-5-copy {
    font-size: 16px;
    line-height: 18px;
  }

.div-block-75 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

.div-block-79 {
    height: 100%;
  }

.image-588255476 {
    max-width: 50%;
  }

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

.book-purchase {
    flex-flow: column;
    width: 100%;
  }

.buy-book-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

.text-block-40 {
    font-size: 18px;
    line-height: 22px;
  }

.fs_modal-2_content-copy {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding: 3rem 2rem;
  }

.books-popup-copy {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

.fs_modal-2_heading-copy {
    font-size: 2rem;
  }
}

@media screen and (max-width: 479px) {
.pros-hero-section {
    padding-bottom: 300px;
  }

.prost-hero-tag {
    width: 80%;
    margin-left: 0;
    font-size: 32px;
    line-height: 36px;
  }

.prost-hero-subtag {
    font-size: 16px;
    line-height: 20px;
  }

.prost-yellow-btn,
  .prost-trans-btn {
    font-size: 16px;
  }

.prost-hero-btns {
    flex-flow: column;
    margin-top: 10px;
    margin-bottom: 10px;
  }

.prost-hero-btns.body {
    padding-left: 20px;
    padding-right: 20px;
  }

.prost-hero-text-container {
    margin-bottom: 0;
    position: relative;
    top: 200px;
  }

.prost-hero-lottie-container {
    width: 210%;
    max-width: 750px;
    top: 0;
    left: 0;
  }

.prost-container {
    padding-left: 20px;
    padding-right: 20px;
  }

.prost-container.hero {
    padding: 20px;
  }

.prost-container.moez {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 40px;
  }

.prost-floating-cta {
    padding: 10px;
  }

.prost-floating-cta.float {
    justify-content: center;
    align-items: center;
  }

.prost-floating-cta-text.strike {
    display: none;
  }

.prost-floating-cta-text.center {
    font-size: 16px;
    line-height: 20px;
  }

.prost-floating-cta-text.gold,
  .div-block-70 {
    display: none;
  }

.section.testimonials {
    padding-left: 20px;
    padding-right: 20px;
  }

.prost-divider._1 {
    margin-top: 40px;
  }

.heading-5 {
    font-size: 28px;
    line-height: 32px;
  }

.heading-5.left {
    font-size: 32px;
  }

.text-block-39 {
    font-size: 24px;
    line-height: 30px;
  }

.text-block-39.strike.left {
    font-size: 24px;
  }

.tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    margin-top: 5%;
    margin-bottom: 5%;
    padding: 0 20px;
  }

.tab-link-tab-2 {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.tab-link-tab-2.w--current {
    padding: 10px 0;
  }

.tab-link-tab-3 {
    height: 100%;
    padding: 10px 0;
  }

.tab-link-tab-1 {
    padding: 10px 0;
  }

.tab-link-tab-1.w--current {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.container-7 {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

.container-7.combo {
    padding-bottom: 20px;
  }

.heading-6 {
    text-align: center;
    font-size: 32px;
    line-height: 36px;
  }

.heading-6._1 {
    text-transform: uppercase;
  }

.paragraph-5 {
    font-size: 16px;
    line-height: 20px;
  }

.paragraph-5.highlight-copy {
    text-align: center;
    line-height: 30px;
  }

.heading-7 {
    font-size: 14px;
    line-height: 18px;
  }

.div-block-72 {
    padding: 10px;
  }

.quick-stack-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

.quick-stack-2.combo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.div-block-73 {
    padding: 10px;
  }

.paragraph-6 {
    margin-bottom: 0;
    line-height: 18px;
    display: none;
  }

.heading-8 {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
  }

.heading-9 {
    font-size: 24px;
    line-height: 28px;
  }

.prost-key-features-icon {
    width: 50%;
  }

.div-block-75 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

.paragraph-7-copy {
    font-size: 16px;
    line-height: 20px;
  }

.div-block-77 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

.div-block-78 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

.section-5 {
    height: 100%;
  }

.div-block-79 {
    width: 100%;
    height: 100%;
  }

.image-588255476 {
    max-width: 80%;
    position: static;
  }

.div-block-80 {
    justify-content: center;
    align-items: center;
  }

.quick-stack-3 {
    padding: 0;
  }

.comboicons {
    max-width: 48px;
  }

.buy-book-btn {
    text-align: center;
    font-size: 18px;
    line-height: 21px;
  }

.quick-stack-4 {
    margin: 20px;
    padding: 0;
  }

.paragraph-6-copy {
    margin-bottom: 0;
    line-height: 18px;
  }

.image-588255477 {
    z-index: 50;
  }

.tab-key-features.combo {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

.tab-key-features-dicgrid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

.buy-btns {
    padding-left: 20px;
    padding-right: 20px;
  }

.text-span-11 {
    letter-spacing: 5px;
    font-size: 38px;
  }

.fs_modal-2_content-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    height: auto;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 1rem;
  }

.books-popup-copy {
    display: none;
  }

.fs_modal-2_heading-copy {
    margin-top: 1rem;
  }

.div-block-93-copy {
    flex-flow: column;
  }
}

#w-node-cff92a61-2b98-f71c-47a7-61f71cd15216-3e61acd5,
#w-node-_5b1df6ab-de1c-e3fc-0bc2-30075896a46d-3e61acd5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_696f50ff-4bcd-6d63-3ddb-68f2b89850fd-3e61acd5,
#w-node-_1d89ddc3-7394-6f2f-6c8f-cc738f7cde46-3e61acd5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_18cf7c5e-5ad7-4acb-ba7f-12c31525f08f-3e61acd5,
#w-node-_2ebf71aa-e83c-8304-ed9d-3e3d3f586904-3e61acd5,
#w-node-_0653b838-b5f3-996d-e412-a6a82a5388f9-3e61acd5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_080ec064-eba1-cfad-38e6-7bcef37993c2-3e61acd5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_436645c0-ee18-d61c-0a27-96bdc3415336-3e61acd5 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_57791561-ed4b-5d4e-39d3-1c32d2cd1633-3e61acd5 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c685448d-aa23-4a54-2d5d-7ee4450c4fdc-3e61acd5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c685448d-aa23-4a54-2d5d-7ee4450c4fdd-3e61acd5 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
#w-node-_436645c0-ee18-d61c-0a27-96bdc3415336-3e61acd5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
#w-node-_436645c0-ee18-d61c-0a27-96bdc3415336-3e61acd5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

#w-node-_57791561-ed4b-5d4e-39d3-1c32d2cd1633-3e61acd5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
#w-node-cff92a61-2b98-f71c-47a7-61f71cd15216-3e61acd5,
  #w-node-_5b1df6ab-de1c-e3fc-0bc2-30075896a46d-3e61acd5 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

#w-node-_696f50ff-4bcd-6d63-3ddb-68f2b89850fd-3e61acd5,
  #w-node-_1d89ddc3-7394-6f2f-6c8f-cc738f7cde46-3e61acd5 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

#w-node-_18cf7c5e-5ad7-4acb-ba7f-12c31525f08f-3e61acd5,
  #w-node-_2ebf71aa-e83c-8304-ed9d-3e3d3f586904-3e61acd5,
  #w-node-_0653b838-b5f3-996d-e412-a6a82a5388f9-3e61acd5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

#w-node-_080ec064-eba1-cfad-38e6-7bcef37993c2-3e61acd5 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

#w-node-_436645c0-ee18-d61c-0a27-96bdc3415336-3e61acd5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}
