@import "../../../assets/css/general.css";

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 850px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1240px;
    }
}
.has-error input, #optin-inline .has-error select {
    border: #9E5DCF 1px solid !important;
}
.form-group {
    margin-bottom:0;
}
.form-group-email {
    flex-grow: 1;
}

.btn-cta {
    border-radius: 900px;
    background: #860F93;

    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

    position: relative;
    transition: all .5s ease-in-out;
    overflow: hidden;
}
.btn-cta-white {
    background: #FFFFFF;
    color: #262626;
}
.btn-cta-black {
    background: #262626;
    color: #FFFFFF;
}
.btn-cta:hover {
    color: #FFF;
    text-decoration: none;
}
.btn-cta:after {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    height: 100%;
    width: 150%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-98%);
    transform: translateX(-98%);
    border-radius: inherit;
}
.btn-cta:hover:after {
    -webkit-transform: translateX(-9%);
    transform: translateX(-9%);
    border-radius: inherit;
}
.btn-cta:after{
    background: #A923B8;
}
.btn-cta span {
    position: relative;
    z-index: 1;
}
header {

}
header section.navigation {
    border-bottom: 1px solid #F5F5F5;
    background: #FFF;
    display: flex;
    padding: 24px 0;
    justify-content: space-between;
    align-items: center;
}
header section.navigation img.logo {
    height: 28px;
}
main {

}
main section.hero {
    padding-top: 89px;
}
main section.hero .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    max-width: 816px;
    padding-bottom: 56px;
    margin: 0 auto;
}
main section.hero .content .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
}
main section.hero .content .section-header h1 {
    text-align: center;
    font-size: 57px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
main section.hero .content .section-header h2 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
}
main section.hero .video-billboard {
    background-image: url('../images/bg-main.jpg');
    background-position: center 220px;
    background-size: cover;
    background-repeat: no-repeat;
}
main section.hero .video-wrapper {
    max-width: 1028px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}
main section.hero .video-wrapper .video-container {
    border-radius: 10px;
    overflow: hidden;
}
main section.hero .video-wrapper .collective-icon {
    position: absolute;
    top: 220px;
    left: -125px;
}
main section.hero .video-wrapper .vip-icon {
    position: absolute;
    top: 95px;
    right: -125px;
}
main section.hero .trust {
    padding-top: 80px;
    padding-bottom: 80px;
}
main section.hero .trust .insights {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 32px;
    align-self: stretch;
    flex-wrap: wrap;
}
main section.hero .trust .insights .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}
main section.hero .trust .insights .item .title {
    color: #D460E1;
    font-size: 57px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 68.4px */
}
main section.hero .trust .insights .item .description {
    color: #FFF;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.7;
}
main section.benefits {
    background: #F5F5F5;
    padding-top: 120px;
    padding-bottom: 120px;
}
main section.benefits .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
}
main section.benefits h3 {
    color: #262626;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
main section.benefits .benefit-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 56px;
    align-self: stretch;
}
main section.benefits .benefit-wrapper .benefit-row {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 32px;
    align-self: stretch;
}
main section.benefits .item {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    background: #FFF;
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.03);
}
main section.benefits .item img.icon {

}
main section.benefits .item .description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
main section.features {
    padding-top: 120px;
}
main section.features .content {
    background-image: url('../images/bg-main.jpg');
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;

    padding-top: 80px;
}
main section.features .content .section-header {
    max-width: 816px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}
main section.features .content .section-header h3 {
    color: #FFF;
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
main section.features .content .section-header h4 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.7;
}
main section.features .content .feature {
    display: flex;
    height: 405px;
    padding: 40px 0 40px 80px;
    align-items: center;
    gap: 56px;
    align-self: stretch;

    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}
main section.features .content .feature > img {
    max-width: 311px;
}
main section.features .content .feature .description {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    letter-spacing: 0.25px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
}
main section.features .content .feature .description .title {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 32px */
}
main section.features .content .feature .description ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
main section.features .content .feature .description ul li {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.25px;
    padding-left: 30px;
    background-image: url(../../../assets/images/lists/check-partner-pink.svg);
    background-repeat: no-repeat;
    background-size: auto 12px;
    background-position: 0 8px;
    padding-bottom: 16px;
}
main section.features .content .feature .description ul li:last-of-type {
    padding-bottom: 0;
}
main section.features .content .feature .description ul li.list-none {
    background: none;
}
main section.features .features-slider-container {
    position: relative;
    overflow: hidden; /* Prevent slides from overflowing */
    padding-bottom: 90px; /* Add space for arrows below the slider */
    max-width: 1080px;
}
.slick-dots {
    list-style: none !important; /* Removes bullet points */
    padding: 0;
    margin: 0;
    display: flex !important; /* Ensures proper alignment */
    justify-content: center;
    margin-top:40px;
}
.slick-dots [tabindex="-1"]:focus:not(:focus-visible) {
    outline: 2px solid #A923B8 !important;
}
.slick-dots li button:before {
    content: '' !important; /* Removes the dot */
    display: none !important; /* Ensures it doesn't appear */
}
.slick-dots li button {
    font-size: 0; /* Hides default text */
    width: 14px; /* Adjust size */
    height: 14px;
    border-radius: 50%; /* Makes them circular */
    background: transparent; /* Default dot color */
    border: none;
    outline: 2px solid #A923B8;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #A923B8 !important; /* Change to your desired color */
}
.slick-dots li {
    margin: 0 8px; /* Adjust spacing */
}


section.user {
    padding-bottom: 80px;
}
section.user .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding-bottom: 32px;
}
section.user .content h2 {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}
section.user .user-slider-container {
    position: relative;
    overflow: hidden; /* Prevent slides from overflowing */
}
section.user .user-slider-container + .user-slider-container {
    margin-top: 24px;
}
section.user .item {
    display: flex;
    padding: 12px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 900px;
    border: 1px solid rgba(169, 35, 184, 0.10);
    background: rgba(169, 35, 184, 0.05);

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-right: 32px;
}
section.cta {
    background-image: url('../images/bg-main.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    padding: 56px 120px;

    border-radius: 4px;
    overflow: hidden;
}
section.cta .vip-icon {
    position: absolute;
    top: 0;
    left: 0;
}
section.cta .vip-icon img {
    width:87px;
}
section.cta .collective-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
section.cta .collective-icon img {
    width:87px;
}
section.cta .content {
    display: flex;
    align-items: center;
    gap: 50px;
    align-self: stretch;
}
section.cta .content .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}
section.cta .content .section-header h3 {
    color: #FFF;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
section.cta .content .section-header h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.7;
}

section.final-cta {
    height: 320px;
    background-image: url('../images/bg-main.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    padding: 80px 56px;
}
section.final-cta .vip-icon {
    position: absolute;
    top: 0;
    left: 0;
}
section.final-cta .vip-icon img {
    width: 130px;
}
section.final-cta .collective-icon {
    position: absolute;
    bottom: 0;
    right: 0;
}
section.final-cta .collective-icon img {
    width: 130px;
}
section.final-cta .content {
    max-width: 1020px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    gap: 80px;
    align-self: stretch;
}
section.final-cta .content .section-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    flex: 1 0 0;
}
section.final-cta .content .section-header h3 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
section.final-cta .content .section-header h4 {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.7;
}

main section.memberships {
    padding-top: 120px;
    padding-bottom: 120px;
}
main section.memberships .section-header {
    display: flex;
    max-width: 816px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
    padding-bottom: 94px;
}
main section.memberships .section-header h2 {
    text-align: center;
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%; /* 52.8px */
}
main section.memberships h3 {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
    opacity: 0.6;
}

main section.memberships .membership-table {
    padding-bottom: 60px;
}
/*
main section.memberships .membership-table .table-footer .collective {
    width: 292px;
}
main section.memberships .membership-table .table-header .collective {
    width: 292px;
}
main section.memberships .membership-table .collective {
    width: 290px;
}
main section.memberships .membership-table .insider {
    width: 290px;
}*/
main section.memberships .membership-table .description {
    width: 424px;
    min-height: 86px;
    display: flex;
    align-items: center !important;
}
main section.memberships .membership-table .table-header .collective {
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 40px 32px;
    position: relative;

    border-radius: 4px 4px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
}
main section.memberships .membership-table .table-header .insider {
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 40px 32px;
    margin-left: 24px;

    border-radius: 4px 4px 0px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
}
main section.memberships .membership-table .table-header .tag {
    position: absolute;
    top: -36px;
    left: 0;
    border-radius: 4px 4px 0 0;
    background: #A923B8;
    padding: 8px 24px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    width: 100%;
}
main section.memberships .membership-table .table-row {
    /*border:1px solid rgba(0, 0, 0, 0.05);
    border-bottom:0;*/
}
main section.memberships .membership-table .table-row.last-row {
    /*border:1px solid rgba(0, 0, 0, 0.05);
    border-bottom:1px solid rgba(0, 0, 0, 0.05);*/
}
main section.memberships .membership-table .table-row .description {
    background: #FFF;
    padding: 16px 24px 16px 0;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
main section.memberships .membership-table .table-row .description .value {
    position: absolute;
    top: 0;
    left:0;
    background: #F00;
    color: #FFF;
    font-size: 11px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 2px 8px;
}
main section.memberships .membership-table .table-row .description .value.black {
    background: #000;
}
main section.memberships .membership-table .table-row .description .value.magenta {
    background: #E74183;
}
main section.memberships .membership-table .table-row .collective {
    /*border-left: 2px solid #D8D8D8;*/
    padding: 16px 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
}
main section.memberships .membership-table .table-row .collective.stripe {
    background: #E3E9F0;
}
main section.memberships .membership-table .table-row .insider {
    /*border-left: 2px solid #D8D8D8;*/
    padding: 16px 24px;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
    margin-left: 24px;
}
main section.memberships .membership-table .table-row .insider.stripe {
    background: #E4EEED;
}
main section.memberships .membership-table .table-row .details {

    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    padding-top: 12px;
}
main section.memberships .membership-table .table-row .icon-info {
    cursor: pointer;
    margin-bottom: 3px;
}
main section.memberships .membership-table .table-row .more-info {
    padding-top:12px;
}
main section.memberships .membership-table .table-row .more-info p:last-child {
    margin-bottom:0;
}
main section.memberships .membership-table .table-footer .collective {
    padding: 40px 32px;

    border-radius: 4px 4px 0px 0px;
    border-top: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
}
main section.memberships .membership-table .table-footer .insider {
    padding: 40px 32px;

    border-radius: 4px 4px 0px 0px;
    border-top: none;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    background: #F5F5F5;
    margin-left: 24px;
}
main section.memberships .membership-table .total-value {
    width: fit-content;
    padding: 8px 24px 8px 24px;
    border-radius: 900px;
    border: 1px solid rgba(70, 124, 191, 0.09);
    background: rgba(70, 124, 191, 0.10);
    color: #467CBF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-align: center;
    margin: 0 auto 24px;
}
main section.memberships .membership-table .product {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom:20px;
}
main section.memberships .membership-table .promo {
    color: #000;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 4px;
}
main section.memberships .membership-table .price {
    text-align:center;
    font-size: 57px;
    font-style: normal;
    font-weight: 900;
    line-height: 140%;
}
main section.memberships .membership-table .collective .price {
    color: #467CBF;
}
main section.memberships .membership-table .insider .price {
    color: #4FB0AA;
}
main section.memberships .membership-table .price s {
    color: #E74183;
    font-size: 26px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
}
main section.memberships .membership-table .price s span {
    color: #6A6A6A;
}
main section.memberships .membership-table .billed {
    color: #262626;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    opacity: 0.6;
}
main section.memberships .membership-table .btn-cta-wrapper {
    padding-top:21px;
    padding-bottom: 25px;
}
/*main section.memberships .membership-table .table-footer .btn-cta {
    padding: 8px 40px;
}
main section.memberships .membership-table .table-footer .collective .btn-cta {
    background: #467CBF;
    border: 2px solid #467CBF;
}
main section.memberships .membership-table .table-footer .insider .btn-cta {
    background: #4FB0AA;
    border: 2px solid #4FB0AA;
}*/
main section.memberships .membership-table .monthly {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 28px */
}
main section.memberships .membership-table .monthly a {
    color: #467CBF;
    font-weight: 700;
    text-decoration: underline;
}
main section.memberships .membership-table .monthly a:hover {
    color: #262626;
    text-decoration: underline;
}
main section.memberships .membership-table .monthly-mrsp {
    color: #E74183;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
main section.memberships .membership-table .monthly-mrsp s span {
    color: #6A6A6A;
}
main section.memberships .mbg {
    width: 960px;
    margin: 0 auto;
    padding-top:68px;
}
main section.memberships .mbg h2 {
    text-align: left;
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 18px;
}
main section.memberships .mbg img.seal {
    padding-top: 15px;
}

footer {
    border-bottom: 1px solid #F5F5F5;
    background: #F5F5F5;
    padding-top: 24px;
    padding-bottom: 24px;
}
footer .container-lg {
    display: flex;
    gap: 8px;
    justify-content: space-between;
    align-items: center;
}
footer img.logo {
    height: 28px;
}
footer .legal {
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 19.6px */
    opacity: 0.6;
}
footer .footer-container {
    display: flex;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    justify-content: space-between;
}





/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

    header section.navigation img.logo {
        height: 25px;
    }
    main section.hero {
        padding-top: 57px;
    }
    main section.hero .content .section-header h1 {
        font-size: 46px;
    }
    main section.hero .content .section-header h2 {
        font-size: 18px;
    }
    main section.hero .video-wrapper {
        max-width: 850px;
    }
    main section.hero .video-wrapper .vip-icon {
        top: 129px;
        right: -91px;
    }
    main section.hero .video-wrapper .vip-icon img {
        width: 91px;
    }
    main section.hero .video-wrapper .collective-icon {
        left: -91px;
    }
    main section.hero .video-wrapper .collective-icon img {
        width: 91px;
    }
    main section.hero .trust {
        background: transparent;
        padding-top: 56px;
        padding-bottom: 56px;
    }

    main section.hero .trust .insights {
        max-width: 850px;
        margin: 0 auto;
    }
    main section.hero .trust .insights .item {
        flex: 1 1 calc(50% - 32px); /* 2 columns per row */
    }
    main section.hero .trust .insights .item .title {
        font-size: 46px;
    }
    main section.hero .trust .insights .item .description {
        font-size: 18px;
    }
    main section.benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    main section.benefits h3 {
        font-size: 38px;
    }
    main section.benefits .benefit-wrapper {
        gap: 32px;
        max-width: 850px;
        margin: 0 auto;
    }
    main section.benefits .item {
        gap: 24px;
        flex: 1 1 calc(50% - 32px);
    }
    main section.benefits .item .description {
        font-size: 18px;
    }
    main section.features {
        padding-top: 0;
    }
    main section.features .container-xl {
        padding:0;
    }
    main section.features .content {
        padding-top: 56px;
    }
    main section.features .content .section-header h3 {
        font-size: 38px;
    }
    main section.features .features-slider-container {
        max-width: 850px;
    }
    main section.features .content .feature {
        padding: 40px 0 40px 56px;
    }
    main section.features .content .feature .description .title {
        font-size: 26px;
    }
    section.user .content h2 {
        font-size: 36px;
    }
    section.cta {
        max-width: 850px;
        margin:0 auto;
        padding: 80px 56px;
    }
    section.cta .content {
        flex-direction: column;
        text-align: center;
    }
    section.cta .content .section-header h3 {
        font-size: 38px;
    }
    main section.memberships {
        padding-top: 80px;
        padding-bottom: 80px;

        max-width: 850px;
        margin:0 auto;
    }
    main section.memberships .section-header h2 {
        font-size: 38px;
    }
    main section.memberships h3 {
        font-size: 18px;
    }
    main section.memberships .membership-table .product {
        font-size: 26px;
    }
    main section.memberships .membership-table .price {
        font-size: 46px;
    }
    main section.memberships .membership-table .table-header .collective {
        padding: 24px 16px 40px;
    }
    main section.memberships .membership-table .table-header .insider {
        padding: 24px 16px 40px;
    }
    main section.memberships .membership-table .table-footer .collective {
        padding: 24px 16px 40px;
    }
    main section.memberships .membership-table .table-footer .insider {
        padding: 24px 16px 40px;
    }
}


/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {

    main section.hero .video-wrapper {
        max-width: calc(100% - 40px);
    }
    main section.hero .video-wrapper .collective-icon {
        display: none;
    }
    main section.hero .video-wrapper .vip-icon {
        display: none;
    }
    main section.benefits .item {
        flex-direction: row;
    }
    main section.features .features-slider-container {
        padding-left:40px;
        padding-right:40px;
    }
    main section.features .content .feature > img {
        /*max-width: 420px;*/
    }
    main section.memberships .membership-table {
        padding-bottom: 32px;
    }
    main section.memberships .membership-table + .membership-table {
        padding-bottom: 0;
    }
    main section.memberships .membership-table:last-of-type {
        margin-top:68px;
    }
    main section.memberships .membership-table .table-header .insider {
        margin-left: 0;
        background: #4FB0AA;
        padding: 32px 24px;
    }

    main section.memberships .membership-table .table-header .collective {
        margin-left: 0;
        background: #467CBF;
        padding: 32px 24px;
    }
    main section.memberships .membership-table .total-value {
        border: 1px solid rgba(255, 255, 255, 0.09);
        background: rgba(255, 255, 255, 0.10);
        color: #FFF;
    }
    main section.memberships .membership-table .product {
        font-size: 24px;
        color: #FFF;
        margin-bottom: 10px;
    }
    main section.memberships .membership-table .insider .price {
        color: #FFF;
    }
    main section.memberships .membership-table .collective .price {
        color: #FFF;
    }
    main section.memberships .membership-table .billed {
        color: #FFF;
    }
    main section.memberships .membership-table .monthly {
        color: #FFF;
        font-size: 14px;
        opacity: 0.6;
    }
    main section.memberships .membership-table .monthly a {
        color: #FFF;
    }


    main section.memberships .membership-table .table-footer .insider {
        margin-left: 0;
        border-radius: 0px 0px 4px 4px;
        border: 1px solid rgba(0, 0, 0, 0.05);

        background: #F5F5F5;
        padding: 32px 24px;
    }

    main section.memberships .membership-table .table-footer .collective {
        margin-left: 0;
        border-radius: 0px 0px 4px 4px;
        border: 1px solid rgba(0, 0, 0, 0.05);

        background: #F5F5F5;
        padding: 32px 24px;
    }
    main section.memberships .membership-table .table-footer .insider .plus {
        color: #4FB0AA;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 24px */
        margin-bottom: 16px;
    }
    main section.memberships .membership-table .table-footer ul {
        padding: 0;
        list-style: none;
        margin: 0;
    }
    main section.memberships .membership-table .table-footer ul li {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding-left: 36px;
        background-image: url(../images/icon-yes-collective.svg);
        background-repeat: no-repeat;
        background-size: auto 13px;
        background-position: 0 8px;
        padding-bottom: 16px;
    }
    main section.memberships .membership-table .table-footer .insider ul li {
        background-image: url(../images/icon-yes-insider.svg);
    }
    main section.memberships .membership-table .table-footer ul li:last-of-type {
        padding-bottom: 0;
    }
    section.final-cta {
        height: auto;
        padding: 56px 32px;
    }
    section.final-cta .vip-icon img {
        width: 60px;
    }
    section.final-cta .collective-icon img {
        width: 60px;
    }
    section.final-cta .content {
        gap: 32px;
        flex-direction: column;
    }
    section.final-cta .content .section-header h3 {
        font-size: 32px;
        text-align: center;
    }
    section.final-cta .content .section-header h4 {
        font-size: 18px;
        text-align: center;
    }
    .btn-cta-white {
        width: 100%;
    }
    footer img.logo {
        height: 22px;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {

    header section.navigation img.logo {
        height: 20px;
    }
    main section.hero .content .section-header h1 {
        font-size: 32px;
    }
    main section.hero .content .section-header h2 {
        font-size: 16px;
    }
    main section.hero .video-billboard {
        background-position: center 100px;
    }
    main section.hero .trust .insights .item .title {
        font-size: 40px;
    }
    main section.hero .trust .insights .item .description {
        font-size: 16px;
    }
    main section.benefits h3 {
        font-size: 32px;
    }
    main section.benefits .btn-cta {
        width: 100%;
    }
    main section.features .content {
        background-size: cover;
        background-position: center -200px;
    }
    main section.features .content .section-header {
        padding-left: 15px;
        padding-right: 15px;
    }
    main section.features .content .section-header h3 {
        font-size: 32px;
    }
    main section.features .content .section-header h4 {
        font-size: 16px;
    }
    main section.features .features-slider-container {
        width: 100%;
        padding-left:20px;
        padding-right:20px;
    }
    main section.features .content .feature {
        padding: 32px 24px;
        flex-direction: column;
        height: auto;
        gap: 32px;
    }
    main section.features .content .feature > img {
        max-width: 100%;
    }
    main section.features .content .description div p:last-of-type {
        margin:0;
        padding:0;
    }
    section.user .content h2 {
        font-size: 32px;
    }
    section.cta {
        padding: 56px 32px;
    }
    section.cta .content .section-header h3 {
        font-size: 32px;
    }
    section.cta .content .section-header h4 {
        font-size: 18px;
    }
    section.cta .vip-icon img {
        width: 60px;
    }
    section.cta .collective-icon img {
        width: 60px;
    }
    main section.memberships .section-header h2 {
        font-size: 32px;
    }


}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .benefit-row .item {
        flex: 1 1 100% !important; /* Full width - 1 column per row */
    }
}
