:root {
    --color-white: #fff;
    --color-gold: #c8a51a;
    --color-navy: #012a63;
    --color-deep-navy: #001b42;
    --wealth-trap-section-width: 1860px;
    --wealth-trap-container-width: 1150px;
    --wealth-trap-container-padding: 20px;
    --font-body: "Inter", Arial, sans-serif;
    --font-heading: "Zen Antique", Georgia, serif;
    --font-cta: "Poppins", Arial, sans-serif;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-body);
}

a {
    color: inherit;
    text-decoration: none;
}

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

button {
    font: inherit;
}

.wealth-trap-page {
    min-height: 100vh;
    overflow-x: hidden;
}

.wealth-trap-container {
    width: min(100% - calc(var(--wealth-trap-container-padding) * 2), var(--wealth-trap-container-width));
    margin-inline: auto;
}

.wealth-trap-hero,
.wealth-trap-testimonial,
.wealth-trap-fear,
.wealth-trap-framework,
.wealth-trap-three-step,
.wealth-trap-second-testimonials,
.wealth-trap-bonuses,
.wealth-trap-upcoming-event,
.wealth-trap-book-now,
.wealth-trap-about-authors,
.wealth-trap-help,
.wealth-trap-voices,
.wealth-trap-faq {
    width: min(100%, var(--wealth-trap-section-width));
    margin-inline: auto;
}

.wealth-trap-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 24px 0;
    background: transparent;
    transition: background-color 220ms ease, box-shadow 220ms ease, padding 220ms ease, backdrop-filter 220ms ease;
}

.wealth-trap-header.is-scrolled {
    padding: 14px 0;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px rgba(36, 60, 64, 0.2);
    backdrop-filter: blur(50px);
}

.wealth-trap-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.wealth-trap-header__logo-link {
    flex: 0 0 auto;
    line-height: 0;
}

.wealth-trap-header__logo {
    width: 122px;
    height: auto;
}

.wealth-trap-header__navigation {
    display: flex;
    align-items: center;
    gap: 28px;
}

.wealth-trap-header__menu {
    display: flex;
    align-items: center;
    gap: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wealth-trap-header__menu-link {
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: color 160ms ease;
}

.wealth-trap-header.is-scrolled .wealth-trap-header__menu-link {
    color: var(--color-white);
}

.wealth-trap-header__menu-link:hover,
.wealth-trap-header__menu-link:focus-visible {
    color: var(--color-gold);
}

.wealth-trap-header.is-scrolled .wealth-trap-header__menu-link:hover,
.wealth-trap-header.is-scrolled .wealth-trap-header__menu-link:focus-visible {
    color: var(--color-gold);
}

.wealth-trap-header__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 53px;
    padding: 0 30px;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    leading-trim: both;
    text-edge: cap;
    background: var(--color-gold);
    transition: transform 160ms ease, background-color 160ms ease;
    white-space: nowrap;
}

.wealth-trap-header__cta:hover,
.wealth-trap-header__cta:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-header__toggle {
    display: none;
    position: relative;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.36);
    border-radius: 50%;
    color: var(--color-white);
    background: transparent;
    cursor: pointer;
    transition: border-color 220ms ease, color 220ms ease;
}

.wealth-trap-header.is-scrolled .wealth-trap-header__toggle {
    border-color: rgba(255, 255, 255, 0.36);
    color: var(--color-white);
}

.wealth-trap-header__toggle-line,
.wealth-trap-header__toggle::before,
.wealth-trap-header__toggle::after {
    position: absolute;
    left: 13px;
    width: 18px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    content: "";
    transition: transform 180ms ease, opacity 180ms ease, top 180ms ease;
}

.wealth-trap-header__toggle::before {
    top: 15px;
}

.wealth-trap-header__toggle-line {
    top: 21px;
}

.wealth-trap-header__toggle::after {
    top: 27px;
}

.wealth-trap-header.is-menu-open .wealth-trap-header__toggle::before {
    top: 22px;
    transform: rotate(45deg);
}

.wealth-trap-header.is-menu-open .wealth-trap-header__toggle-line {
    opacity: 0;
}

.wealth-trap-header.is-menu-open .wealth-trap-header__toggle::after {
    top: 22px;
    transform: rotate(-45deg);
}

.wealth-trap-hero {
    min-height: 836px;
    padding: 100px 0 82px;
    border-radius: 0 0 10px 10px;
    background-image: url("../images/wealth-trap-hero-book-banner-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wealth-trap-hero__inner {
    display: grid;
    grid-template-columns: 430px 1fr;
    align-items: center;
    gap: 26px;
}

.wealth-trap-hero__media {
    display: flex;
    justify-content: flex-end;
}

.wealth-trap-hero__book {
    width: 770px;
    max-width: none;
    transform: translateX(190px);
}

.wealth-trap-hero__content {
    max-width: 690px;
    min-width: 0;
}

.wealth-trap-hero__title {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 90px;
    font-style: normal;
    font-weight: 400;
    line-height: 90px;
    letter-spacing: -2.7px;
    white-space: nowrap;
}

.wealth-trap-hero__title span {
    color: var(--color-gold);
}

.wealth-trap-hero__subtitle {
    margin: 20px 0 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 29.469px;
    font-style: normal;
    font-weight: 400;
    line-height: 37.757px;
    letter-spacing: -0.884px;
}

.wealth-trap-hero__description {
    margin: 22px 0 0;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-hero__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 442px;
    min-height: 53px;
    margin-top: 35px;
    padding: 0 50px;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    leading-trim: both;
    text-edge: cap;
    background: var(--color-gold);
    transition: transform 160ms ease, background-color 160ms ease;
    white-space: nowrap;
}

.wealth-trap-hero__cta:hover,
.wealth-trap-hero__cta:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-testimonial {
    margin-top: -130px;
    padding-bottom: 48px;
}

.wealth-trap-testimonial__card {
    min-height: 245px;
    margin: 0;
    padding: 50px 130px;
    border-radius: 10px;
    background-image: url("../images/wealth-trap-testimonial-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wealth-trap-testimonial__quote-icon {
    width: 49px;
    height: auto;
    margin-bottom: 14px;
}

.wealth-trap-testimonial__quote {
    margin: 0;
}

.wealth-trap-testimonial__quote p {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.wealth-trap-testimonial__author {
    margin-top: 20px;
    color: #2487d4;
    font-family: var(--font-body);
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.wealth-trap-bookstores {
    margin-top: 62px;
}

.wealth-trap-bookstores__text {
    margin: 0 0 17px;
    color: #061322;
    text-align: center;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-bookstores__list {
    display: grid;
    grid-template-columns: repeat(4, 194px);
    justify-content: center;
    gap: 17px;
    max-width: 1040px;
    margin-inline: auto;
}

.wealth-trap-bookstores__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    min-height: 53px;
    padding: 0 20px;
    border: 1px solid #cad7e2;
    border-radius: 77px;
    background: var(--color-white);
    transition: background-color 160ms ease, transform 160ms ease;
    overflow: hidden;
}

.wealth-trap-bookstores__link:hover,
.wealth-trap-bookstores__link:focus-visible {
    background: #e4f5ff;
    transform: translateY(-2px) scale(1.03);
}

.wealth-trap-bookstores__logo {
    width: auto;
    height: auto;
}

.wealth-trap-fear {
    padding: 90px 0;
    border-radius: 20px;
    background: #fdfbf9;
}

.wealth-trap-fear__inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 36px;
}

.wealth-trap-fear__image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.wealth-trap-fear__content {
    color: #061322;
}

.wealth-trap-fear__title {
    margin: 0 0 24px;
    color: #061322;
    font-family: var(--font-heading);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.5px;
}

.wealth-trap-fear__body {
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-fear__body p {
    margin: 0;
}

.wealth-trap-fear__body p + p {
    margin-top: 24px;
}

.wealth-trap-framework {
    padding-top: 105px;
    background-image: url("../images/wealth-trap-framework-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wealth-trap-framework__title {
    max-width: 920px;
    margin: 0 auto 32px;
    color: #061322;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.95px;
}

.wealth-trap-framework__body {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 442px) minmax(0, 1fr);
    align-items: start;
    max-width: 1138px;
    margin-inline: auto;
}

.wealth-trap-framework__content {
    padding-top: 36px;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-framework__content p {
    margin: 0;
}

.wealth-trap-framework__content p + p {
    margin-top: 24px;
}

.wealth-trap-framework__media {
    display: flex;
    justify-content: flex-start;
    align-self: start;
    min-width: 0;
}

.wealth-trap-framework__image {
    width: 762.275px;
    max-width: none;
}

.wealth-trap-three-step {
    margin-top: -80px;
    padding: 115px 0 300px;
    border-radius: 10px;
    background-image: url("../images/wealth-trap-three-step-framework-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    z-index: 2;
    position: relative;
}

.wealth-trap-three-step__title {
    margin: 0 0 50px;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-heading);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.95px;
}

.wealth-trap-three-step__cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr));
    gap: 24px;
    max-width: 1145px;
    margin: 0 auto 42px;
}

.wealth-trap-three-step-card {
    position: relative;
    display: grid;
    min-width: 0;
    isolation: isolate;
    overflow: hidden;
    border-radius: 8px;
    background-color: var(--color-white);
}

.wealth-trap-three-step-card--meaning {
    --three-step-card-image: url("../images/wealth-trap-three-step-framework-thumbnail-01.webp");
}

.wealth-trap-three-step-card--alignment {
    --three-step-card-image: url("../images/wealth-trap-three-step-framework-thumbnail-02.webp");
}

.wealth-trap-three-step-card--activation {
    --three-step-card-image: url("../images/wealth-trap-three-step-framework-thumbnail-03.webp");
}

.wealth-trap-three-step-card__media {
    aspect-ratio: 1 / 1;
    background-image: var(--three-step-card-image);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wealth-trap-three-step-card__fade {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    height: 135%;
    border-radius: 5px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12.82%, #fff 33.5%);
    pointer-events: none;
}
.wealth-trap-three-step-card--inverted .wealth-trap-three-step-card__media {
    margin-top: 0;
}
.wealth-trap-three-step-card--inverted .wealth-trap-three-step-card__fade {
    top: auto;
    bottom: 0;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 12.82%, #fff 33.5%);
}

.wealth-trap-three-step-card__content {
    position: relative;
    z-index: 2;
    width: 100%;
    min-width: 0;
    background: var(--color-white);
    margin-top: -85px;
    padding: 20px 20px 26px;
}

.wealth-trap-three-step-card--inverted .wealth-trap-three-step-card__content {
    margin-top: 0;
    margin-bottom: -85px;
}

.wealth-trap-three-step-card__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.wealth-trap-three-step-card__icon {
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
}

.wealth-trap-three-step-card__title {
    margin: 0;
    min-width: 0;
    color: #0a509d;
    font-family: var(--font-body);
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    overflow-wrap: anywhere;
}

.wealth-trap-three-step-card__text {
    margin: 0;
    min-width: 0;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    overflow-wrap: anywhere;
}

.wealth-trap-three-step-card__subheading {
    display: block;
    margin-bottom: 12px;
    color: #061322;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
}

.wealth-trap-three-step__note {
    margin: 0;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-three-step__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 442px;
    min-height: 53px;
    margin: 42px auto 0;
    padding: 0 50px;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    leading-trim: both;
    text-edge: cap;
    background: var(--color-gold);
    transition: transform 160ms ease, background-color 160ms ease;
    white-space: nowrap;
}

.wealth-trap-three-step__cta:hover,
.wealth-trap-three-step__cta:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-second-testimonials {
    position: relative;
    z-index: 2;
    margin-top: -210px;
    padding: 0 0 74px;
}

.wealth-trap-second-testimonials::before {
    position: absolute;
    left: 50%;
    top: 18px;
    z-index: 0;
    width: min(116vw, 1680px);
    height: 320px;
    border-radius: 50%;
    background: rgba(36, 135, 212, 0.52);
    filter: blur(140px);
    content: "";
    pointer-events: none;
    transform: translateX(-50%) rotate(-4deg);
}

.wealth-trap-second-testimonials__slider {
    position: relative;
    z-index: 1;
}

.wealth-trap-second-testimonials .splide__list {
    align-items: stretch;
}

.wealth-trap-second-testimonials .splide__slide {
    display: flex;
}

.wealth-trap-second-testimonials__card {
    width: 100%;
    min-height: 360px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: var(--wealth-trap-container-width);
    margin: 0;
    padding: 70px 84px 70px 465px;
    border-radius: 10px;
    background-image: url("../images/wealth-trap-testimonial-second-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wealth-trap-second-testimonials__card--garrett {
    background-image: url("../images/wealth-trap-testimonial-second-bg.webp");
}

.wealth-trap-second-testimonials__card--richard {
    background-image: url("../images/wealth-trap-testimonial-second-bg-02.webp");
}

.wealth-trap-second-testimonials__card--brian {
    background-image: url("../images/wealth-trap-testimonial-second-bg-03.webp");
}

.wealth-trap-second-testimonials__card--sam {
    background-image: url("../images/wealth-trap-testimonial-second-bg-04.webp");
}

.wealth-trap-second-testimonials__card--jeffrey {
    background-image: url("../images/wealth-trap-testimonial-second-bg-05.webp");
}

.wealth-trap-second-testimonials__quote {
    max-width: 610px;
    margin: 0 0 12px;
}

.wealth-trap-second-testimonials__quote p {
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-second-testimonials__caption {
    color: var(--color-white);
}

.wealth-trap-second-testimonials__author {
    display: block;
    color: var(--color-white);
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.wealth-trap-second-testimonials__role {
    display: block;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.wealth-trap-second-testimonials__arrows.splide__arrows {
    position: absolute;
    right: 30px;
    bottom: 48px;
    display: flex;
    gap: 15px;
}

.wealth-trap-second-testimonials__arrow.splide__arrow {
    position: static;
    width: 38px;
    height: 38px;
    padding: 0;
    transform: none;
    opacity: 1;
    background: transparent;
}

.wealth-trap-second-testimonials__arrow.splide__arrow:disabled {
    opacity: 0.27;
}

.wealth-trap-second-testimonials__arrow img {
    width: 100%;
    height: 100%;
}

.wealth-trap-second-testimonials .splide__pagination {
    display: none;
}

.wealth-trap-bonuses {
    padding: 90px 0;
    background: #fff;
}

.wealth-trap-bonuses__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 30px;
}

.wealth-trap-bonuses__title {
    margin: 0 0 47px;
    color: #061322;
    font-family: var(--font-heading);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.95px;
}

.wealth-trap-bonuses__tabs {
    display: grid;
    gap: 0;
}

.wealth-trap-bonuses__tab-item {
    border-bottom: 1px solid #e4f5ff;
}

.wealth-trap-bonuses__tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    width: 100%;
    padding: 0 0 25px;
    border: 0;
    color: #c3c9cf;
    text-align: left;
    font-family: var(--font-body);
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    background: transparent;
    cursor: pointer;
    transition: color 180ms ease;
}

.wealth-trap-bonuses__tab + .wealth-trap-bonuses__tab {
    padding-top: 25px;
}

.wealth-trap-bonuses__tab-item + .wealth-trap-bonuses__tab-item .wealth-trap-bonuses__tab {
    padding-top: 25px;
}

.wealth-trap-bonuses__tab.is-active {
    color: #061322;
}

.wealth-trap-bonuses__tab svg {
    width: 38px;
    height: 21px;
    flex: 0 0 auto;
    opacity: 0;
    transition: opacity 160ms ease;
}

.wealth-trap-bonuses__tab.is-active svg {
    opacity: 1;
}

.wealth-trap-bonuses__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-width: 325px;
    min-height: 53px;
    margin-top: 30px;
    padding: 0 30px;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    background: var(--color-gold);
    transition: transform 160ms ease, background-color 160ms ease;
}

.wealth-trap-bonuses__cta:hover,
.wealth-trap-bonuses__cta:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-bonuses-card {
    border: 2px solid #dbe9f2;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 9px 40.5px rgba(10, 80, 157, 0.11);
    overflow: hidden;
}

.wealth-trap-bonuses-card__image {
    width: 100%;
    height: auto;
}

.wealth-trap-bonuses-card__content {
    padding: 32px;
}

.wealth-trap-bonuses-card__content p {
    margin: 0;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-bonuses-card--accordion {
    display: none;
}

.wealth-trap-upcoming-event {
    position: relative;
    padding: 34px 0 0;
    background: #fff;
    overflow: hidden;
}

.wealth-trap-upcoming-event__panel {
    position: relative;
    min-height: 615px;
    padding: 108px 0 90px;
    border-radius: 10px;
    background-image: url("../images/wealth-trap-upcoming-event-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wealth-trap-upcoming-event__panel::before {
    position: absolute;
    left: -210px;
    top: -240px;
    width: 930px;
    height: 940px;
    border-radius: 50%;
    background: #021c4c;
    filter: blur(140px);
    content: "";
    pointer-events: none;
}

.wealth-trap-upcoming-event__image {
    display: none;
}

.wealth-trap-upcoming-event__content-wrap {
    position: relative;
    z-index: 1;
}

.wealth-trap-upcoming-event__content {
    position: relative;
    z-index: 1;
}

.wealth-trap-upcoming-event__title {
    margin: 0 0 40px;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.5px;
}

.wealth-trap-upcoming-event__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 393px;
    min-height: 53px;
    padding: 0 50px;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    background: var(--color-gold);
    transition: transform 160ms ease, background-color 160ms ease;
    white-space: nowrap;
}

.wealth-trap-upcoming-event__cta:hover,
.wealth-trap-upcoming-event__cta:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-book-now {
    padding: 76px 0 96px;
    background-image: url("../images/wealth-trap-book-now-bg.webp");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wealth-trap-book-now__title {
    margin: 0 0 60px;
    color: #061322;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.5px;
}

.wealth-trap-book-now__layout {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 20px;
}

.wealth-trap-book-now__media {
    position: relative;
    display: flex;
    justify-content: center;
    min-width: 0;
    padding-top: 18px;
}

.wealth-trap-book-now__media::after {
    position: absolute;
    left: 50%;
    bottom: -80px;
    z-index: 0;
    width: min(104vw, 980px);
    height: 270px;
    border-radius: 50%;
    background: rgba(10, 80, 157, 0.31);
    filter: blur(150px);
    content: "";
    pointer-events: none;
    transform: translateX(-50%) rotate(-3deg);
}

.wealth-trap-book-now__media::before {
    position: absolute;
    left: 32%;
    bottom: 45px;
    z-index: 0;
    width: min(82vw, 760px);
    height: 94px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(47px);
    content: "";
    pointer-events: none;
    transform: translateX(-50%) rotate(2deg);
}

.wealth-trap-book-now__image {
    position: relative;
    z-index: 1;
    width: 640px;
    max-width: none;
    height: auto;
}

.wealth-trap-book-now__steps {
    display: grid;
    gap: 15px;
    width: 100%;
    max-width: 522px;
    justify-self: end;
    z-index: 2;
}

.wealth-trap-book-now-step {
    padding: 14px 40px 30px;
    border: 1px solid #e4f5ff;
    border-radius: 10px;
    background: var(--color-white);
}

.wealth-trap-book-now-step__eyebrow {
    margin: 0;
    padding-bottom: 14px;
    border-bottom: 1px solid #cad7e2;
    color: #0a509d;
    font-family: var(--font-heading);
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 31px;
}

.wealth-trap-book-now-step__title {
    margin: 7px 0 18px;
    color: #061322;
    font-family: var(--font-heading);
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -1.05px;
}

.wealth-trap-book-now-step__stores {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px 12px;
}

.wealth-trap-store-link {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    min-height: 53px;
    padding: 0 20px;
    border: 1px solid #cad7e2;
    border-radius: 77px;
    background: var(--color-white);
    transition: background-color 160ms ease, transform 160ms ease;
    overflow: hidden;
}

.wealth-trap-store-link:hover,
.wealth-trap-store-link:focus-visible {
    background: #e4f5ff;
    transform: translateY(-2px) scale(1.03);
}

.wealth-trap-store-link__logo {
    width: auto;
    height: auto;
}

.wealth-trap-store-link:nth-child(1) {
    order: 1;
    width: 145px;
}

.wealth-trap-store-link:nth-child(2) {
    order: 2;
    width: 134px;
}

.wealth-trap-store-link:nth-child(3) {
    order: 3;
    width: 134px;
}

.wealth-trap-store-link:nth-child(4) {
    order: 5;
    width: 209px;
}

.wealth-trap-store-link:nth-child(5) {
    order: 6;
    width: 211px;
}

.wealth-trap-book-now-step__stores::after {
    order: 4;
    flex-basis: 100%;
    height: 0;
    content: "";
}

.wealth-trap-book-now-step__international {
    margin: 20px 0 0;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-book-now-step__international a,
.wealth-trap-book-now-form__privacy {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wealth-trap-book-now-step__description {
    margin: -8px 0 28px;
    color: #061322;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.wealth-trap-book-now-form {
    display: grid;
    gap: 12px;
}

.wealth-trap-book-now-form__row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
}

.wealth-trap-book-now-form__field {
    display: block;
    min-width: 0;
}

.wealth-trap-book-now-form__label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.wealth-trap-book-now-form__input {
    width: 100%;
    min-height: 53px;
    padding: 0 30px;
    border: 1px solid rgba(25, 45, 80, 0.29);
    border-radius: 67px;
    color: #2b323a;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background: var(--color-white);
}

.wealth-trap-book-now-form__input::placeholder {
    color: rgba(43, 50, 58, 0.58);
}

.wealth-trap-book-now-form__submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 53px;
    padding: 0 30px;
    border: 0;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    background: var(--color-gold);
    cursor: pointer;
    transition: background-color 160ms ease, transform 160ms ease;
}

.wealth-trap-book-now-form__submit:hover,
.wealth-trap-book-now-form__submit:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-book-now-form__privacy {
    justify-self: center;
    color: #061322;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.wealth-trap-about-authors {
    padding: 90px 0 110px;
    border-radius: 10px;
    background-image: url("../images/wealth-trap-about-authors-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wealth-trap-about-authors__title {
    margin: 0 0 80px;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-heading);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.95px;
}

.wealth-trap-about-authors__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 36px;
    margin-inline: auto;
}

.wealth-trap-author-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
}

.wealth-trap-author-card__header {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: end;
    min-height: 210px;
    background-image: url("../images/wealth-trap-about-the-author-top-card-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}

.wealth-trap-author-card__media {
    align-self: end;
    justify-self: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: calc(100% + 58px);
    margin-top: -58px;
    overflow: hidden;
}

.wealth-trap-author-card__image {
    max-height: 274px;
    width: auto;
    max-width: none;
}

.wealth-trap-author-card__name {
    align-self: center;
    margin: 0;
    color: var(--color-white);
    font-family: var(--font-heading);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.5px;
}

.wealth-trap-author-card__content {
    flex: 1;
    padding: 32px 42px 40px;
    border-radius: 0 0 10px 10px;
    background: var(--color-white);
}

.wealth-trap-author-card__content p {
    margin: 0;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-author-card__content p + p {
    margin-top: 24px;
}

.wealth-trap-author-card__content a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wealth-trap-help {
    padding: 120px 0;
    border-radius: 10px;
    background: #faf9f7;
}

.wealth-trap-help__intro {
    margin-bottom: 112px;
    text-align: center;
}

.wealth-trap-help__title {
    margin: 0 0 37px;
    color: #061322;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.95px;
}

.wealth-trap-help__intro p {
    margin: 0;
    color: #061322;
    text-align: center;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-help__items {
    display: grid;
    gap: 125px;
}

.wealth-trap-help-item {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    gap: 36px;
}

.wealth-trap-help-item--reverse {
    gap: 48px;
}

.wealth-trap-help-item__image {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.wealth-trap-help-item__title {
    margin: 0 0 12px;
    color: #061322;
    font-family: var(--font-heading);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.5px;
}

.wealth-trap-help-item__byline {
    margin: 0 0 24px;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-help-item__byline strong {
    font-weight: 700;
}

.wealth-trap-help-item__body {
    max-width: 528px;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-help-item__body p {
    margin: 0;
}

.wealth-trap-help-item__body p + p {
    margin-top: 24px;
}

.wealth-trap-help-item__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 53px;
    margin-top: 36px;
    padding: 0 50px;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    background: var(--color-gold);
    transition: background-color 160ms ease, transform 160ms ease;
}

.wealth-trap-help-item__cta:hover,
.wealth-trap-help-item__cta:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-voices {
    padding: 100px 0;
    border-radius: 10px;
    background-image: url("../images/wealth-trap-voices-of-transformation-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.wealth-trap-voices__title {
    margin: 0 0 80px;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-heading);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.95px;
}

.wealth-trap-voices__slider {
    position: relative;
}

.wealth-trap-voices .splide__track {
    overflow: visible;
}

.wealth-trap-voices .splide__list {
    align-items: stretch;
}

.wealth-trap-voices .splide__slide {
    display: flex;
    height: auto;
    opacity: 0.41;
    transition: opacity 180ms ease;
}

.wealth-trap-voices .splide__slide.is-active {
    opacity: 1;
}

.wealth-trap-voices-card {
    display: flex;
    align-items: flex-start;
    gap: 22px;
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 45px 40px;
    border-radius: 10px;
    background: var(--color-white);
}

.wealth-trap-voices-card__image {
    width: 153px;
    flex: 0 0 153px;
    height: auto;
    border-radius: 4px;
}

.wealth-trap-voices-card__content {
    display: block;
    min-width: 0;
}

.wealth-trap-voices-card__quote {
    margin: 0 0 15px;
}

.wealth-trap-voices-card__quote p {
    margin: 0;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-voices-card__name {
    display: block;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.wealth-trap-voices-card__role {
    display: block;
    color: #061322;
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}

.wealth-trap-voices__arrows.splide__arrows {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin-top: 45px;
}

.wealth-trap-voices__arrow.splide__arrow {
    position: static;
    width: 30px;
    height: 20px;
    padding: 0;
    color: var(--color-white);
    background: transparent;
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.wealth-trap-voices__arrow.splide__arrow--prev,
.wealth-trap-voices__arrow.splide__arrow.splide__arrow--prev {
    color: var(--color-white);
}

.wealth-trap-voices__arrow.splide__arrow--next,
.wealth-trap-voices__arrow.splide__arrow.splide__arrow--next {
    color: var(--color-white);
}

.wealth-trap-voices__arrow svg {
    width: 30px;
    height: 20px;
    transform: none;
}

.wealth-trap-voices .splide__arrow--prev svg {
    transform: none;
}

.wealth-trap-voices .splide__pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 0;
    margin: 0;
}

.wealth-trap-voices .splide__pagination__page {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 2px solid #cad7e2;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    transform: none;
}

.wealth-trap-voices .splide__pagination__page.is-active {
    width: 71px;
    height: 20.253px;
    border-color: #2487d4;
    border-radius: 22px;
    background: #2487d4;
    transform: none;
}

.wealth-trap-faq {
    padding: 110px 0;
    background: var(--color-white);
}

.wealth-trap-faq__title {
    margin: 0 0 50px;
    color: #061322;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
    letter-spacing: -1.95px;
}

.wealth-trap-faq__list {
    display: grid;
    gap: 32px;
    max-width: 652px;
    margin-inline: auto;
}

.wealth-trap-faq__item {
    padding-bottom: 20px;
    border-bottom: 1px solid #d8f0ff;
}

.wealth-trap-faq__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    min-height: 50px;
    padding: 0;
    border: 0;
    color: #061322;
    text-align: left;
    font-family: var(--font-heading);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px;
    letter-spacing: -0.78px;
    background: transparent;
    cursor: pointer;
}

.wealth-trap-faq__icon {
    position: relative;
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
}

.wealth-trap-faq__icon::before,
.wealth-trap-faq__icon::after {
    position: absolute;
    left: 0;
    top: 10.695px;
    width: 21.369px;
    height: 2px;
    background: #0a509d;
    content: "";
}

.wealth-trap-faq__icon::after {
    left: 10.689px;
    top: 0;
    width: 2px;
    height: 21.369px;
}

.wealth-trap-faq__item.is-open .wealth-trap-faq__icon::after {
    display: none;
}

.wealth-trap-faq__answer {
    display: grid;
    grid-template-rows: 0fr;
    opacity: 0;
    transition: grid-template-rows 260ms ease, opacity 220ms ease, margin-top 260ms ease;
    margin-top: 0;
}

.wealth-trap-faq__item.is-open .wealth-trap-faq__answer {
    grid-template-rows: 1fr;
    opacity: 1;
    margin-top: 10px;
}

.wealth-trap-faq__answer-inner {
    max-width: 560px;
    overflow: hidden;
}

.wealth-trap-faq__answer p {
    margin: 0;
    color: #061322;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-footer {
    width: min(100%, var(--wealth-trap-section-width));
    margin-inline: auto;
    border-radius: 10px;
    overflow: hidden;
}

.wealth-trap-footer__main {
    padding: 130px 0 108px;
    background-image: url("../images/wealth-trap-footer-bg.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wealth-trap-footer__logo-link {
    display: block;
    width: 250px;
    margin: 0 auto 50px;
    line-height: 0;
}

.wealth-trap-footer__logo {
    width: 250px;
    height: auto;
}

.wealth-trap-footer__text,
.wealth-trap-footer__description {
    margin: 0;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.wealth-trap-footer__stores {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 17px;
    margin-top: 17px;
    margin-bottom: 100px;
}

.wealth-trap-footer__store-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 53px;
    transition: transform 160ms ease;
}

.wealth-trap-footer__store-link:hover,
.wealth-trap-footer__store-link:focus-visible {
    transform: translateY(-2px) scale(1.04);
}

.wealth-trap-footer__store-logo {
    width: auto;
    height: auto;
}

.wealth-trap-footer__reward {
    max-width: 690px;
    margin-inline: auto;
    text-align: center;
}

.wealth-trap-footer__title {
    margin: 0 0 20px;
    color: var(--color-white);
    text-align: center;
    font-family: var(--font-heading);
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 55px;
    letter-spacing: -1.5px;
}

.wealth-trap-footer__description {
    margin-bottom: 20px;
}

.wealth-trap-footer__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 353px;
    min-height: 53px;
    padding: 0 50px;
    border-radius: 60px;
    color: var(--color-white);
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: -0.32px;
    background: var(--color-gold);
    transition: background-color 160ms ease, transform 160ms ease;
}

.wealth-trap-footer__cta:hover,
.wealth-trap-footer__cta:focus-visible {
    background: #d8b626;
    transform: translateY(-1px);
}

.wealth-trap-footer__copyright {
    padding: 15px 0;
    background: var(--color-white);
}

.wealth-trap-footer__copyright p {
    margin: 0;
    color: #061322;
    text-align: center;
    font-family: var(--font-cta);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.4;
}

.wealth-trap-footer__copyright a {
    text-decoration: none;
}

.wealth-trap-footer__copyright a:hover,
.wealth-trap-footer__copyright a:focus-visible {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.wealth-trap-back-to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    z-index: 30;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #f1f4f6;
    box-shadow: 0 10px 28px rgba(6, 19, 34, 0.18);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(16px);
    transition: opacity 180ms ease, transform 180ms ease, background-color 160ms ease;
}

.wealth-trap-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.wealth-trap-back-to-top:hover,
.wealth-trap-back-to-top:focus-visible {
    background: var(--color-white);
}

.wealth-trap-back-to-top span {
    width: 18px;
    height: 18px;
    border-top: 4px solid var(--color-gold);
    border-left: 4px solid var(--color-gold);
    transform: translateY(5px) rotate(45deg);
}

@media (max-width: 1200px) {
    .wealth-trap-hero {
        min-height: 760px;
        padding: 170px 0 96px;
    }

    .wealth-trap-hero__inner {
        grid-template-columns: minmax(300px, 38%) minmax(0, 1fr);
        gap: 28px;
    }

    .wealth-trap-hero__book {
        width: 640px;
        transform: translateX(145px);
    }

    .wealth-trap-hero__title {
        max-width: 640px;
        font-size: clamp(64px, 6vw, 76px);
        line-height: 1;
        letter-spacing: -2.28px;
        white-space: nowrap;
    }

    .wealth-trap-hero__title span {
        display: inline;
    }

    .wealth-trap-hero__subtitle {
        max-width: 620px;
        font-size: 26px;
        line-height: 34px;
    }

    .wealth-trap-hero__description {
        max-width: 620px;
    }

    .wealth-trap-testimonial {
        margin-top: -72px;
    }

    .wealth-trap-testimonial__card {
        padding: 46px 80px;
    }

    .wealth-trap-fear {
        padding: 72px 0;
    }

    .wealth-trap-fear__title {
        font-size: 44px;
        line-height: 49px;
        letter-spacing: -1.32px;
    }

    .wealth-trap-framework {
        min-height: auto;
    }

    .wealth-trap-framework__title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -1.74px;
    }


    .wealth-trap-framework__image {
        width: 680px;
    }

    .wealth-trap-three-step__title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -1.74px;
    }

    .wealth-trap-three-step-card__content {
        padding: 22px 20px 24px;
    }

    .wealth-trap-three-step-card__title {
        font-size: 15px;
        line-height: 22px;
        letter-spacing: 1.8px;
    }

    .wealth-trap-three-step-card__text {
        font-size: 16px;
        line-height: 25px;
    }

    .wealth-trap-three-step-card__subheading {
        font-size: 22px;
        line-height: 27px;
    }

    .wealth-trap-second-testimonials__card {
        padding: 60px 70px 60px 390px;
    }

    .wealth-trap-bonuses__title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -1.74px;
    }

    .wealth-trap-about-authors__title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -1.74px;
    }

    .wealth-trap-help__title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -1.74px;
    }

    .wealth-trap-help-item__title {
        font-size: 44px;
        line-height: 50px;
        letter-spacing: -1.32px;
    }

    .wealth-trap-voices__title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -1.74px;
    }

    .wealth-trap-voices-card {
        padding: 36px 32px;
    }

    .wealth-trap-faq__title {
        font-size: 58px;
        line-height: 64px;
        letter-spacing: -1.74px;
    }

    .wealth-trap-footer__title {
        font-size: 44px;
        line-height: 50px;
        letter-spacing: -1.32px;
    }

    .wealth-trap-bonuses__tab {
        font-size: 28px;
        line-height: 32px;
    }

    .wealth-trap-upcoming-event__panel::before {
        left: -300px;
    }

    .wealth-trap-book-now-step {
        padding-inline: 24px;
    }

}

@media (max-width: 1024px) {
    .wealth-trap-header {
        padding: 18px 0;
    }

    .wealth-trap-header.is-scrolled {
        padding: 12px 0;
    }

    .wealth-trap-header__inner {
        gap: 20px;
    }

    .wealth-trap-header__toggle {
        display: inline-flex;
        flex: 0 0 auto;
    }

    .wealth-trap-header__navigation {
        position: absolute;
        top: 100%;
        left: 0;
        display: grid;
        width: 100%;
        gap: 0;
        padding: 0 var(--wealth-trap-container-padding) 22px;
        background: rgba(0, 27, 66, 0.98);
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: 0 24px 40px rgba(0, 0, 0, 0.22);
        opacity: 0;
        pointer-events: none;
        transform: translateY(-12px);
        transition: opacity 180ms ease, transform 180ms ease;
    }

    .wealth-trap-header.is-scrolled .wealth-trap-header__navigation {
        background: rgba(0, 0, 0, 0.3);
        border-top-color: rgba(255, 255, 255, 0.14);
        box-shadow: 0 24px 40px rgba(0, 0, 0, 0.22);
        backdrop-filter: blur(50px);
    }

    .wealth-trap-header.is-menu-open .wealth-trap-header__navigation {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    .wealth-trap-header__menu {
        display: grid;
        width: min(100%, var(--wealth-trap-container-width));
        margin: 0 auto;
        gap: 0;
    }

    .wealth-trap-header__menu-item {
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .wealth-trap-header.is-scrolled .wealth-trap-header__menu-item {
        border-bottom-color: rgba(255, 255, 255, 0.14);
    }

    .wealth-trap-header__menu-link {
        display: block;
        padding: 16px 0;
    }

    .wealth-trap-header__cta {
        width: min(100%, var(--wealth-trap-container-width));
        margin: 20px auto 0;
    }

    .wealth-trap-hero {
        min-height: auto;
        padding: 126px 0 150px;
        text-align: center;
    }

    .wealth-trap-hero__inner {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .wealth-trap-hero__media {
        justify-content: center;
        order: 2;
    }

    .wealth-trap-hero__content {
        max-width: 720px;
        margin-inline: auto;
    }

    .wealth-trap-hero__book {
        width: min(620px, 88vw);
        transform: none;
    }

    .wealth-trap-hero__title {
        font-size: clamp(52px, 7vw, 72px);
        line-height: 0.9;
        letter-spacing: -2.16px;
        white-space: nowrap;
    }

    .wealth-trap-hero__title span {
        display: inline;
    }

    .wealth-trap-hero__subtitle {
        font-size: 25px;
        line-height: 32px;
        letter-spacing: -0.75px;
    }

    .wealth-trap-hero__description {
        max-width: 680px;
        margin-inline: auto;
        font-size: 17px;
        line-height: 27px;
    }

    .wealth-trap-testimonial {
        margin-top: -120px;
    }

    .wealth-trap-testimonial__card {
        padding: 42px 56px;
        background-position: 58% center;
    }

    .wealth-trap-bookstores__list {
        grid-template-columns: repeat(3, 194px);
    }

    .wealth-trap-fear {
        padding: 60px 0;
    }

    .wealth-trap-fear__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .wealth-trap-framework {
        min-height: auto;
        padding-top: 82px;
    }

    .wealth-trap-framework__title {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.44px;
    }

    .wealth-trap-framework__body {
        grid-template-columns: 1fr;
        gap: 28px;
        max-width: 680px;
        text-align: left;
    }

    .wealth-trap-framework__content {
        padding-top: 0;
        width: 100%;
        max-width: 100%;
        margin-inline: auto;
        padding-bottom: 42px;
        text-align: center;
        font-size: 17px;
        line-height: 27px;
    }

    .wealth-trap-framework__media {
        justify-content: center;
    }

    .wealth-trap-framework__image {
        width: min(620px, 100%);
        margin-inline: auto;
    }

    .wealth-trap-three-step {
        margin-top: -40px;
        padding: 82px 0 280px;
    }

    .wealth-trap-three-step__title {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.44px;
    }

    .wealth-trap-upcoming-event {
        padding: 0;
    }

    .wealth-trap-upcoming-event__panel {
        display: grid;
        min-height: 0;
        padding: 0;
        background-image: none;
    }

    .wealth-trap-upcoming-event__panel::before {
        display: none;
    }

    .wealth-trap-upcoming-event__image {
        display: block;
        min-height: 420px;
        background-image: url("../images/wealth-trap-upcoming-event-bg.webp");
        background-position: 85% center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .wealth-trap-upcoming-event__content {
        position: relative;
        max-width: none;
        padding: 70px 0 76px;
        text-align: center;
        overflow: hidden;
    }

    .wealth-trap-upcoming-event__content-wrap {
        width: 100%;
        max-width: none;
        padding-inline: 34px;
        background: #021c4c;
        overflow: hidden;
    }

    .wealth-trap-upcoming-event__title,
    .wealth-trap-upcoming-event__cta {
        position: relative;
        z-index: 1;
    }

    .wealth-trap-upcoming-event__title {
        max-width: 640px;
        margin-inline: auto;
        font-size: 46px;
        line-height: 52px;
        letter-spacing: -1.38px;
    }

    .wealth-trap-upcoming-event__cta {
        margin-inline: auto;
    }

    .wealth-trap-book-now {
        padding: 70px 0 82px;
    }

    .wealth-trap-book-now__layout {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .wealth-trap-book-now__media {
        padding-top: 0;
    }

    .wealth-trap-book-now__image {
        width: min(640px, 100%);
        max-width: 100%;
        transform: none;
    }

    .wealth-trap-book-now__media::before {
        left: 50%;
    }

    .wealth-trap-book-now__steps {
        width: 100%;
        max-width: 522px;
        justify-self: center;
        margin-inline: auto;
    }

    .wealth-trap-book-now-step {
        padding: 14px 30px 30px;
    }

    .wealth-trap-about-authors {
        padding: 78px 0 92px;
    }

    .wealth-trap-about-authors__title {
        margin-bottom: 80px;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.44px;
    }

    .wealth-trap-about-authors__cards {
        grid-template-columns: 1fr;
        gap: 100px;
    }

    .wealth-trap-help {
        padding: 110px 0;
    }

    .wealth-trap-help__intro {
        margin-bottom: 78px;
    }

    .wealth-trap-help__title {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.44px;
    }

    .wealth-trap-help__items {
        gap: 90px;
    }

    .wealth-trap-help-item,
    .wealth-trap-help-item--reverse {
        grid-template-columns: 1fr;
        gap: 36px;
        max-width: 720px;
        margin-inline: auto;
    }

    .wealth-trap-help-item--reverse .wealth-trap-help-item__media {
        order: -1;
    }

    .wealth-trap-voices {
        padding: 82px 0;
    }

    .wealth-trap-voices__title {
        margin-bottom: 58px;
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.44px;
    }

    .wealth-trap-faq {
        padding: 88px 0;
    }

    .wealth-trap-faq__title {
        font-size: 48px;
        line-height: 54px;
        letter-spacing: -1.44px;
    }

    .wealth-trap-footer__main {
        padding: 104px 0 88px;
    }

    .wealth-trap-footer__stores {
        margin-bottom: 78px;
    }

}

@media (max-width: 767px) {
    :root {
        --wealth-trap-container-padding: 18px;
    }

    .wealth-trap-header__logo {
        width: 112px;
    }

    .wealth-trap-hero {
        padding: 112px 0 150px;
        text-align: center;
    }

    .wealth-trap-hero__inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .wealth-trap-hero__media {
        justify-content: center;
        order: 2;
        overflow: hidden;
    }

    .wealth-trap-hero__content {
        max-width: none;
        min-width: 0;
    }

    .wealth-trap-hero__book {
        width: min(560px, 118vw);
        transform: none;
    }

    .wealth-trap-hero__title {
        font-size: 58px;
        line-height: 56px;
        letter-spacing: -1.74px;
        white-space: normal;
    }

    .wealth-trap-hero__title span {
        display: inline;
    }

    .wealth-trap-hero__subtitle {
        max-width: 100%;
        font-size: 23px;
        line-height: 31px;
        letter-spacing: -0.69px;
        overflow-wrap: anywhere;
    }

    .wealth-trap-hero__description br {
        display: none;
    }

    .wealth-trap-testimonial {
        margin-top: -150px;
        padding: 36px 0;
    }

    .wealth-trap-testimonial__card {
        min-height: 316px;
        padding: 36px 32px;
        background-position: 70% center;
    }

    .wealth-trap-testimonial__quote p {
        font-size: 22px;
        line-height: 29px;
    }

    .wealth-trap-testimonial__author {
        font-size: 22px;
        line-height: 26px;
    }

    .wealth-trap-bookstores {
        margin-top: 42px;
    }

    .wealth-trap-bookstores__list {
        grid-template-columns: repeat(2, 194px);
        max-width: 460px;
    }

    .wealth-trap-fear {
        padding: 44px 0;
    }

    .wealth-trap-fear__title {
        font-size: 38px;
        line-height: 43px;
        letter-spacing: -1.14px;
    }

    .wealth-trap-fear__body {
        font-size: 17px;
        line-height: 27px;
    }

    .wealth-trap-framework {
        min-height: auto;
        padding-top: 64px;
    }

    .wealth-trap-framework__title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-framework__body {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: left;
    }


    .wealth-trap-framework__image {
        width: min(600px, 100%);
    }

    .wealth-trap-three-step {
        padding: 64px 0 280px;
    }

    .wealth-trap-three-step__title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-three-step__note br {
        display: none;
    }

    .wealth-trap-three-step__cards {
        grid-template-columns: 1fr;
        max-width: 520px;
    }

    .wealth-trap-three-step-card--inverted {
        display: flex;
        flex-direction: column-reverse;
    }

    .wealth-trap-three-step-card--inverted .wealth-trap-three-step-card__media {
        margin-top: -20px;
    }

    .wealth-trap-three-step-card__content {
        margin-top: -42px;
    }

    .wealth-trap-three-step-card__fade {
        height: 185%;
    }

    .wealth-trap-three-step-card--inverted .wealth-trap-three-step-card__content {
        margin-top: -42px;
        margin-bottom: 0;
    }

    .wealth-trap-three-step-card--inverted .wealth-trap-three-step-card__fade {
        top: 0;
        bottom: auto;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 12.82%, #fff 33.5%);
    }

    .wealth-trap-second-testimonials {
        margin-top: -200px;
        padding-bottom: 56px;
    }

    .wealth-trap-second-testimonials::before {
        top: 48px;
        height: 280px;
    }

    .wealth-trap-second-testimonials__card {
        height: 100%;
        min-height: 420px;
        padding: 52px 42px 92px;
        background-color: #03081d;
        background-image: none;
    }

    .wealth-trap-second-testimonials__quote {
        max-width: 100%;
    }

    .wealth-trap-second-testimonials__arrows.splide__arrows {
        right: 34px;
        bottom: 34px;
    }

    .wealth-trap-bonuses {
        padding: 72px 0;
    }

    .wealth-trap-bonuses__inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .wealth-trap-bonuses__content {
        text-align: center;
    }

    .wealth-trap-bonuses__tab {
        text-align: left;
    }

    .wealth-trap-bonuses__panels {
        display: none;
    }

    .wealth-trap-bonuses-card--accordion {
        display: block;
        margin: 0 0 25px;
    }

    .wealth-trap-bonuses-card--accordion[hidden] {
        display: none;
    }

    .wealth-trap-bonuses__tab svg {
        opacity: 0;
        transform: rotate(90deg);
        transition: transform 160ms ease, opacity 160ms ease;
    }

    .wealth-trap-bonuses__tab.is-active svg {
        opacity: 1;
    }

    .wealth-trap-upcoming-event__image {
        min-height: 340px;
    }

    .wealth-trap-upcoming-event__content {
        padding: 56px 0 62px;
    }

    .wealth-trap-upcoming-event__content-wrap {
        padding-inline: 24px;
    }

    .wealth-trap-upcoming-event__title {
        font-size: 38px;
        line-height: 43px;
        letter-spacing: -1.14px;
    }

    .wealth-trap-book-now {
        padding: 58px 0 68px;
    }

    .wealth-trap-book-now__title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-book-now__steps {
        max-width: 522px;
    }

    .wealth-trap-book-now-form__row {
        grid-template-columns: 1fr;
    }

    .wealth-trap-store-link,
    .wealth-trap-store-link:nth-child(1),
    .wealth-trap-store-link:nth-child(2),
    .wealth-trap-store-link:nth-child(3),
    .wealth-trap-store-link:nth-child(4),
    .wealth-trap-store-link:nth-child(5) {
        width: calc((100% - 24px) / 3);
        padding-inline: 10px;
    }

    .wealth-trap-store-link:nth-child(4),
    .wealth-trap-store-link:nth-child(5) {
        width: calc((100% - 12px) / 2);
    }

    .wealth-trap-about-authors {
        padding: 64px 0 76px;
    }

    .wealth-trap-about-authors__title {
        margin-bottom: 80px;
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-author-card__header {
        min-height: 190px;
    }

    .wealth-trap-author-card__name {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-author-card__content {
        padding: 28px 28px 34px;
    }

    .wealth-trap-author-card__content p {
        font-size: 17px;
        line-height: 27px;
    }

    .wealth-trap-help {
        padding: 82px 0;
    }

    .wealth-trap-help__intro {
        margin-bottom: 58px;
    }

    .wealth-trap-help__title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-help__intro p br {
        display: none;
    }

    .wealth-trap-help-item__title {
        font-size: 38px;
        line-height: 43px;
        letter-spacing: -1.14px;
    }

    .wealth-trap-help-item__byline,
    .wealth-trap-help-item__body {
        font-size: 17px;
        line-height: 27px;
    }

    .wealth-trap-voices {
        padding: 68px 0;
    }

    .wealth-trap-voices__title {
        margin-bottom: 44px;
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-voices-card {
        display: grid;
        gap: 22px;
        padding: 32px 26px;
    }

    .wealth-trap-voices-card__image {
        width: 132px;
        flex-basis: 132px;
    }

    .wealth-trap-voices-card__quote p,
    .wealth-trap-voices-card__name {
        font-size: 17px;
        line-height: 27px;
    }

    .wealth-trap-faq {
        padding: 70px 0;
    }

    .wealth-trap-faq__title {
        font-size: 40px;
        line-height: 46px;
        letter-spacing: -1.2px;
    }

    .wealth-trap-faq__question {
        font-size: 22px;
        line-height: 32px;
    }

    .wealth-trap-faq__answer p {
        font-size: 17px;
        line-height: 27px;
    }

    .wealth-trap-footer__main {
        padding: 82px 0 72px;
    }

    .wealth-trap-footer__logo-link,
    .wealth-trap-footer__logo {
        width: 210px;
    }

    .wealth-trap-footer__stores {
        margin-bottom: 58px;
    }

    .wealth-trap-footer__title {
        font-size: 38px;
        line-height: 43px;
        letter-spacing: -1.14px;
    }

    .wealth-trap-footer__text,
    .wealth-trap-footer__description {
        font-size: 17px;
        line-height: 27px;
    }
}

@media (max-width: 479px) {
    :root {
        --wealth-trap-container-padding: 16px;
    }

    .wealth-trap-header__logo {
        width: 104px;
    }

    .wealth-trap-header__cta {
        min-height: 53px;
        padding: 0 24px;
        font-size: 15px;
        line-height: 24px;
    }

    .wealth-trap-hero {
        padding: 104px 0 150px;
    }

    .wealth-trap-hero__title {
        font-size: 46px;
        line-height: 47px;
        letter-spacing: -1.38px;
    }

    .wealth-trap-hero__subtitle {
        margin-top: 16px;
        max-width: 390px;
        margin-inline: auto;
        font-size: 20px;
        line-height: 28px;
        letter-spacing: -0.6px;
        overflow-wrap: normal;
    }

    .wealth-trap-hero__description {
        max-width: 390px;
        margin-inline: auto;
        margin-top: 18px;
        font-size: 16px;
        line-height: 26px;
        overflow-wrap: normal;
    }

    .wealth-trap-hero__cta {
        width: 100%;
        max-width: 442px;
        min-height: 53px;
        margin-top: 28px;
        padding: 0 22px;
        font-size: 15px;
        line-height: 24px;
        white-space: normal;
        text-align: center;
    }

    .wealth-trap-hero__book {
        width: min(520px, 128vw);
    }

    .wealth-trap-testimonial__card {
        padding: 32px 24px;
        background-position: 45% center;
    }

    .wealth-trap-testimonial__quote p {
        font-size: 20px;
        line-height: 27px;
    }

    .wealth-trap-testimonial__quote br {
        display: none;
    }

    .wealth-trap-testimonial__author {
        font-size: 20px;
        line-height: 25px;
    }

    .wealth-trap-bookstores__text {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-bookstores__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 100%;
    }

    .wealth-trap-bookstores__link {
        width: 100%;
        padding-inline: 12px;
    }

    .wealth-trap-fear {
        padding: 36px 0;
        border-radius: 16px;
    }

    .wealth-trap-fear__inner {
        gap: 28px;
    }

    .wealth-trap-fear__title {
        margin-bottom: 18px;
        font-size: 32px;
        line-height: 37px;
        letter-spacing: -0.96px;
    }

    .wealth-trap-fear__body {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-fear__body p + p {
        margin-top: 18px;
    }

    .wealth-trap-framework {
        padding-top: 52px;
    }

    .wealth-trap-framework__title {
        font-size: 34px;
        line-height: 39px;
        letter-spacing: -1.02px;
    }

    .wealth-trap-framework__content {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-framework__content p + p {
        margin-top: 18px;
    }

    .wealth-trap-framework__image {
        width: 100%;
    }

    .wealth-trap-three-step {
        padding: 52px 0 380px;
    }

    .wealth-trap-three-step__title {
        font-size: 34px;
        line-height: 39px;
        letter-spacing: -1.02px;
    }

    .wealth-trap-three-step-card__content {
        padding: 20px 18px 22px;
    }

    .wealth-trap-three-step-card__fade {
        height: 150%;
    }

    .wealth-trap-three-step-card__title {
        font-size: 14px;
        line-height: 21px;
        letter-spacing: 1.6px;
    }

    .wealth-trap-three-step-card__subheading {
        font-size: 21px;
        line-height: 26px;
    }

    .wealth-trap-three-step__note {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-three-step__cta {
        width: 100%;
        min-height: 53px;
        padding: 0 22px;
        font-size: 15px;
        line-height: 24px;
        white-space: normal;
        text-align: center;
    }

    .wealth-trap-second-testimonials {
        margin-top: -310px;
        padding-bottom: 44px;
    }

    .wealth-trap-second-testimonials::before {
        top: 32px;
        height: 240px;
    }

    .wealth-trap-second-testimonials__card {
        min-height: 520px;
        padding: 42px 24px 82px;
    }

    .wealth-trap-second-testimonials__quote p,
    .wealth-trap-second-testimonials__author {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-second-testimonials__role {
        font-size: 14px;
        line-height: 18px;
    }

    .wealth-trap-second-testimonials__arrows.splide__arrows {
        right: 24px;
        bottom: 28px;
    }

    .wealth-trap-bonuses {
        padding: 54px 0;
    }

    .wealth-trap-bonuses__title {
        font-size: 42px;
        line-height: 48px;
        letter-spacing: -1.26px;
    }

    .wealth-trap-bonuses__tab {
        gap: 18px;
        font-size: 22px;
        line-height: 28px;
    }

    .wealth-trap-bonuses__tab svg {
        width: 30px;
        height: auto;
    }

    .wealth-trap-bonuses__cta {
        width: 100%;
        min-height: 53px;
        font-size: 15px;
        line-height: 24px;
    }

    .wealth-trap-bonuses-card__content {
        padding: 32px;
    }

    .wealth-trap-bonuses-card__content p {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-upcoming-event__image {
        min-height: 280px;
    }

    .wealth-trap-upcoming-event__content {
        padding: 46px 0 52px;
    }

    .wealth-trap-upcoming-event__content-wrap {
        padding-inline: 20px;
    }

    .wealth-trap-upcoming-event__title {
        font-size: 32px;
        line-height: 37px;
        letter-spacing: -0.96px;
    }

    .wealth-trap-upcoming-event__cta {
        max-width: 393px;
        min-height: 53px;
        padding: 0 22px;
        font-size: 15px;
        line-height: 24px;
        white-space: normal;
        text-align: center;
    }

    .wealth-trap-book-now {
        padding: 48px 0 56px;
    }

    .wealth-trap-book-now__title {
        font-size: 34px;
        line-height: 39px;
        letter-spacing: -1.02px;
    }

    .wealth-trap-book-now-step {
        padding: 14px 18px 24px;
    }

    .wealth-trap-book-now-step__title {
        font-size: 30px;
        line-height: 38px;
        letter-spacing: -0.9px;
    }

    .wealth-trap-store-link,
    .wealth-trap-store-link:nth-child(1),
    .wealth-trap-store-link:nth-child(2),
    .wealth-trap-store-link:nth-child(3),
    .wealth-trap-store-link:nth-child(4),
    .wealth-trap-store-link:nth-child(5) {
        width: calc((100% - 24px) / 3);
        padding-inline: 10px;
    }

    .wealth-trap-store-link:nth-child(4),
    .wealth-trap-store-link:nth-child(5) {
        width: calc((100% - 12px) / 2);
    }

    .wealth-trap-book-now-step__international {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-book-now-form__input,
    .wealth-trap-book-now-form__submit {
        padding-inline: 22px;
        font-size: 15px;
        line-height: 24px;
    }

    .wealth-trap-about-authors {
        padding: 52px 0 62px;
    }

    .wealth-trap-about-authors__title {
        margin-bottom: 34px;
        font-size: 34px;
        line-height: 39px;
        letter-spacing: -1.02px;
    }

    .wealth-trap-about-authors__cards {
        gap: 60px;
    }

    .wealth-trap-author-card__header {
        grid-template-columns: 46% 54%;
        min-height: 170px;
    }

    .wealth-trap-author-card__image {
        max-height: 204px;
    }

    .wealth-trap-author-card__media {
        height: calc(100% + 42px);
        margin-top: -42px;
    }

    .wealth-trap-author-card__name {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.96px;
    }

    .wealth-trap-author-card__content {
        padding: 24px 22px 28px;
    }

    .wealth-trap-author-card__content p {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-help {
        padding: 62px 0;
    }

    .wealth-trap-help__intro {
        margin-bottom: 44px;
    }

    .wealth-trap-help__title {
        font-size: 34px;
        line-height: 39px;
        letter-spacing: -1.02px;
    }

    .wealth-trap-help__intro p,
    .wealth-trap-help-item__byline,
    .wealth-trap-help-item__body {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-help__items {
        gap: 68px;
    }

    .wealth-trap-help-item {
        gap: 28px;
    }

    .wealth-trap-help-item__title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.96px;
    }

    .wealth-trap-help-item__cta {
        width: 100%;
        padding: 0 22px;
        font-size: 15px;
        line-height: 24px;
        text-align: center;
    }

    .wealth-trap-voices {
        padding: 54px 0;
    }

    .wealth-trap-voices__title {
        margin-bottom: 34px;
        font-size: 34px;
        line-height: 39px;
        letter-spacing: -1.02px;
    }

    .wealth-trap-voices-card {
        padding: 28px 22px;
    }

    .wealth-trap-voices-card__image {
        width: 112px;
        flex-basis: 112px;
    }

    .wealth-trap-voices-card__quote p,
    .wealth-trap-voices-card__name {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-voices-card__role {
        font-size: 14px;
        line-height: 18px;
    }

    .wealth-trap-voices__arrows.splide__arrows {
        margin-top: 32px;
    }

    .wealth-trap-faq {
        padding: 56px 0;
    }

    .wealth-trap-faq__title {
        font-size: 34px;
        line-height: 39px;
        letter-spacing: -1.02px;
    }

    .wealth-trap-faq__list {
        gap: 24px;
    }

    .wealth-trap-faq__question {
        font-size: 20px;
        line-height: 30px;
    }

    .wealth-trap-faq__answer p {
        font-size: 16px;
        line-height: 26px;
    }

    .wealth-trap-footer__main {
        padding: 62px 0 54px;
    }

    .wealth-trap-footer__logo-link {
        margin-bottom: 36px;
    }

    .wealth-trap-footer__logo-link,
    .wealth-trap-footer__logo {
        width: 180px;
    }

    .wealth-trap-footer__stores {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        justify-content: center;
        margin-bottom: 44px;
    }

    .wealth-trap-footer__store-link {
        width: 100%;
        min-width: 0;
    }

    .wealth-trap-footer__title {
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.96px;
    }

    .wealth-trap-footer__text,
    .wealth-trap-footer__description,
    .wealth-trap-footer__copyright p {
        font-size: 15px;
        line-height: 24px;
    }

    .wealth-trap-footer__cta {
        padding: 0 22px;
        font-size: 15px;
        line-height: 24px;
    }

    .wealth-trap-back-to-top {
        right: 18px;
        bottom: 18px;
        width: 54px;
        height: 54px;
    }

    .wealth-trap-back-to-top span {
        width: 15px;
        height: 15px;
        border-width: 3px;
    }
}
