/* Stealth Selling */

.with-tm {
    margin-top: 75px;
}

.content-block-1.no-margin {
    margin-bottom: 0;
    margin-left: 0;
}


.paragraph-type-1.is-lrg {
    letter-spacing: 0.54px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}


.paragraph-type-1 {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 32px;
}

.center-big-text-block.with-tm {
    margin-top: 75px;
}

.center-big-text-block {
    border-top: 1px solid #383d3d;
    border-bottom: 1px solid #383d3d;
    text-align: center;
    padding: 36px 9%;
}

.center-big-text {
    letter-spacing: 0.45px;
    margin-bottom: 0;
    font-size: 50px;
    line-height: 65px;
}


.is-aligned-center {
    align-items: center;
}

.has-md-tm {
    margin-top: 30px;
}

.has-md-bm {
    margin-bottom: 30px;
}

.heading.stealth {
    letter-spacing: .54px;
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 56px;
}

.italic {
    font-style: italic;
}

.paragraph-type-1.is-lrg {
    letter-spacing: .54px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px;
}

.container.is-sm {
    max-width: 840px;
}


.section.is-light-blue {
    background-color: #ecf2f2;
    margin-top: -30px;
    padding-top: 50px;
    padding-bottom: 30px;
}


.h2-head-2.with-highlight-blue {
    box-shadow: 0 -20px 0 inset rgba(155, 208, 211, 0.5);
}


.stat-highlight-block {
    background-color: #038181;
    color: #fff;
    letter-spacing: .54px;
    align-items: center;
    margin-bottom: 40px;
    padding: 49px 50px 49px 90px;
    font-family: Cooper TL, sans-serif;
    font-size: 38px;
    font-weight: 300;
    line-height: 50px;
    display: flex;
    position: relative;
}

@media screen and (max-width: 768px) {
    .stat-highlight-block {
        padding: 50px 30px;
    }
}

.stat-highlight-line {
    background-color: #e2b65e;
    width: 5px;
    height: 60%;
    position: absolute;
    left: 50px;
    right: auto;
}

@media screen and (max-width: 768px) {
    .stat-highlight-line {
        display: none;
    }
}

.arrow-list-item {
    align-items: center;
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 700;
    line-height: 35px;
    display: flex;
}

.arrow-list-item-icon {
    height: 36px;
    margin-left: 12px;
    margin-right: 44px;
    transform: rotate(-90deg);
}

.h3-lrg-underline {
    border-bottom: 7px solid #e2b65e;
    font-size: 88px;
    line-height: 85px;
}

@media screen and (max-width: 768px) {
    .h3-lrg-underline {
        font-size: 36px;
        line-height: 38px;
    }
}

section.is-yellow {
    background-color: #fae9cd;
}

.h2-head-2.with-highlight-yellow {
    box-shadow: 0 -20px 0 inset rgb(226 182 94 / 50%);
}

.heading-with-highlight {
    margin-bottom: 24px;
}

.video.w-video {
    margin-bottom: 40px;
}

.stat-highlight-block.var-2 {
    padding-left: 50px;
    padding-right: 25%;
}

@media screen and (max-width: 768px) {
    .stat-highlight-block.var-2 {
        padding: 50px 30px;
    }
}

.stat-highlight-line.var-2 {
    width: 33.33%;
    height: 3px;
    bottom: 40px;
}

@media screen and (max-width: 768px) {
    .stat-highlight-line.var-2 {
        display: none;
    }
}

.stat-highlight-line.var-2 {
    background-color: #e2b65e;
}

/* Tab Styles */
.modules-tab-menu {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .modules-tab-menu {
        justify-content: flex-start;
        overflow: scroll;
    }
}

.w-tab-content {
    display: block;
    position: relative;
    overflow: hidden;
}

.module-block {
    color: #383d3d;
    background-color: #faf8f4;
    border-radius: 3px;
    padding: 44px 10%;
}

.module-block-head {
    text-align: center;
    border-bottom: 1px solid #c4c4c4;
    margin-bottom: 35px;
}

.checklist-item-2 {
    align-items: flex-start;
    margin-bottom: 26px;
    display: flex;
}

.check-icon-2 {
    flex: none;
    width: 14px;
    height: 11px;
    margin-top: 6px;
    margin-right: 12px;
    line-height: 0;
}

.w-tab-link {
    vertical-align: top;
    text-align: left;
    cursor: pointer;
    color: #222;
    background-color: #ddd;
    padding: 9px 30px;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

.w-tab-pane {
    display: none;
    position: relative;
}

.w-tab-pane.active {
    display: block;
}

.modules-tab-link {
    color: #fff;
    letter-spacing: .45px;
    background-color: #0000;
    border-bottom: 3px solid #0000;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 20px;
}

/* Additional styles for the tabs */
.modules-tab-link {
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.modules-tab-link.w--current {
    background-color: #0000;
    border-bottom-color: #e2b65e;
    font-weight: 700;
}

.module-subhead {
    color: #038181;
    letter-spacing: .25px;
    margin-bottom: 10px;
    font-family: Cooper TL, sans-serif;
    font-size: 29px;
    font-style: italic;
    font-weight: 300;
    line-height: 35px;
}

.h3-head-1 {
    margin-bottom: 40px;
    font-size: 46px;
    line-height: 48px;
}

.section.overflow-hidden {
    margin-top: 39px;
    padding-top: 54px;
    overflow: hidden;
}

.screen-play-block {
    width: 1046px;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.screen-play-thumb-block {
    margin-top: 40px;
}


.screen-video-1 {
    width: 570px;
    height: 328px;
    position: absolute;
    inset: 29px 0% auto 236px;
}

.screen-play-thumb-wrap {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
}

@media screen and (max-width: 768px) {
    .screen-play-thumb-wrap {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.screen-play-thumb-card {
    color: #383d3d;
    background-color: #fff;
    border-radius: 7px;
    width: 32%;
    text-decoration: none;
    overflow: hidden;
}

@media screen and (max-width: 768px) {
    .screen-play-thumb-card {
        width: 100%;
    }
}

.screen-play-thumb-img-block {
    justify-content: center;
    align-items: center;
    height: 170px;
    display: flex;
    position: relative;
}

.screen-play-thumb-content {
    text-align: center;
    padding: 20px;
}

.screen-play-thumb-name {
    margin-bottom: 0;
    font-size: 27px;
    font-weight: 700;
    line-height: 37px;
}

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

@media screen and (max-width: 768px) {
    .w-inline-block {
        white-space: nowrap;
    }
}

.screen-play-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.screen-play-thumb-play {
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.screen-play-thumb-card:hover .screen-play-thumb-play {
    transform: scale(1.1);
}

.screen-video-1, .screen-video-2, .screen-video-3 {
    display: none;
}

.screen-video-1, .screen-video-2, .screen-video-3 {
    display: none;
    position: absolute;
    top: 29px;
    left: 236px;
    width: 570px;
    height: 328px;
    z-index: 1;
}

.screen-video-1.active,
.screen-video-2.active,
.screen-video-3.active {
    display: block;
}

.screen-play-thumb-card {
    cursor: pointer;
    transition: all 0.3s ease;
}

.screen-play-thumb-card.active {
    border: 2px solid #038181;
}

.quote-card-2 {
    background-color: #fff;
    flex-direction: column;
    justify-content: space-between;
    width: 48%;
    margin-bottom: 4%;
    padding: 33px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .quote-card-2 {
        width: 100%;
        text-align: left;
    }
}

.md-inline-link {
    color: #383d3d;
    text-align: left;
    margin-right: 28px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.quote-card-meta {
    align-items: center;
    display: flex;
}

.quote-card-big-text {
    letter-spacing: .51px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
}

.testimonial-block-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    display: flex;
}

@media screen and (max-width: 768px) {
    .testimonial-block-wrap {
        flex-wrap: wrap;
    }
}

.quote-card-meta-img {
    object-fit: cover;
    border-radius: 50%;
    width: 68px;
    height: 68px;
    margin-right: 12px;
}

.multi-star-block {
    z-index: 1;
    width: 346px;
    height: 839px;
    position: absolute;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.multi-star-icon {
    width: 346px;
    min-width: 346px;
    height: 839px;
}


.section.is-grey.hidden {
    position: relative;
    overflow: hidden;
}

.zindex-2 {
    position: relative;
    z-index: 2;
}


.lp-price-block {
    align-items: center;
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 768px) {
    .lp-price-block {
        flex-wrap: wrap;
    }
}

.price-image {
    width: 340px;
    margin-left: -70px;
    margin-right: 50px;
}

@media screen and (max-width: 768px) {
    .price-image {
        margin: 0 auto;
    }
}

.price-caption {
    letter-spacing: .45px;
    font-size: 48px;
    font-weight: 700;
    line-height: 64px;
    position: relative;
    z-index: 2;
}

.btn-3 {
    background-color: #038181;
    color: #fff;
    text-align: center;
    letter-spacing: 1.3px;
    border-radius: 7px;
    width: 100%;
    max-width: 476px;
    padding: 29px 21px;
    font-size: 18px;
    font-weight: 700;
    line-height: 21px;
    text-decoration: none;
    display: inline-block;
}

.btn-3:hover {
    background-color: #038181;
    color: #fff;
}

.btn-3:active {
    background-color: #038181;
    color: #fff;
}

.jack-signature {
    width: 318px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.stat-highlight-line.is-grey {
    background-color: #faf8f4;
}

.laptop-star-2 {
    position: absolute;
    inset: auto auto 132px 121px;
}

.laptop-star-1 {
    position: absolute;
    top: -56px;
    right: 132px;
}

.laptop-mouse {
    position: absolute;
    inset: auto 52px 103px auto;
}

.top-center-content.max-840 {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
}


