.nav_bottom {
            transform: translateY(100%);
        }

.fs-rangeslider_handle:focus-visible {
            outline: 0rem solid transparent !important;
        }

body {
            visibility: visible !important;
        }

/*body .swiper-slide.is-wl-testi {
	display: block !important;
}*/

        /*.swiper-slide {
	filter: blur(2px);
}*/

        .swiper-slide .wl-testi_overlay {
            opacity: 1;
        }

        /*.swiper-slide-active {
	filter: blur(0px) !important;
}*/

        .swiper-slide-active .wl-testi_overlay {
            opacity: 0 !important;
        }

        [heading-underline],
        [heading-underline-auth] {
            visibility: hidden;
        }

body {
            visibility: visible !important;
        }

        [social-media-bonus-complete],
        [desktop-bonus-complete],
        [sms-bonus-complete] {
            display: none;
        }

        [stats-skeleton] {
            display: none !important;
        }

        [stats-wrap] {
            display: block !important;
        }

        [error-div] {
            display: none;
        }

        [social-media] {
            display: none;
        }

        [file-upload-loading],
        [file-upload-verified],
        [file-upload-failed] {
            display: none;
        }

        [file-validation-error] {
            display: none;
        }

        [webview-div] {
            display: none;
        }

        /* Odometer - prevent layout shift during animation */
        [social-proof-counter] {
            display: inline-block;
            font-variant-numeric: tabular-nums;
            font-feature-settings: 'tnum';
            vertical-align: baseline !important;
        }

        .odometer.odometer-auto-theme,
        .odometer.odometer-theme-default {
            font-family: inherit !important;
            line-height: inherit !important;
        }

        /* The spacer contains "8" (widest digit) and sets the width */
        /* The inner content is positioned absolutely over it */
        .odometer .odometer-digit {
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

        .odometer .odometer-digit-spacer {
            display: inline-block;
            visibility: hidden;
        }

        .odometer .odometer-digit-inner {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .odometer .odometer-ribbon-inner {
            text-align: center;
        }

        .odometer .odometer-value {
            text-align: center;
            width: 100%;
        }

        .odometer .odometer-formatting-mark {
            display: inline-block;
            vertical-align: middle;
        }

.tippy-box[data-theme~='light'] {
            padding: 6px;
            font-family: inherit;
            color: #1a1a1a;
            font-weight: 400;
            /* regular */
            line-height: 1.25;
            background-color: #ffa946 !important;
            /*border: 1px solid #e4e4d0;*/
            border-radius: 8px;
            /* (ii) */
        }

        /* Ensure text wraps properly on mobile */
        .tippy-box[data-theme~='light'] .tippy-content {
            word-wrap: break-word;
            overflow-wrap: break-word;
            white-space: normal;
        }

        /* (iii) arrow color for all placements */
        .tippy-box[data-theme~='light'][data-placement^='right']>.tippy-arrow::before {
            border-right-color: #ffa946 !important;
        }

        .tippy-box[data-theme~='light'][data-placement^='left']>.tippy-arrow::before {
            border-left-color: #ffa946 !important;
        }

        .tippy-box[data-theme~='light'][data-placement^='top']>.tippy-arrow::before {
            border-top-color: #ffa946 !important;
        }

        .tippy-box[data-theme~='light'][data-placement^='bottom']>.tippy-arrow::before {
            border-bottom-color: #ffa946 !important;
        }

/* Make text look crisper and more legible in all browsers */
                body {
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale;
                    font-smoothing: antialiased;
                    text-rendering: optimizeLegibility;
                }

                /* Focus state style for keyboard navigation for the focusable elements */
                *[tabindex]:focus-visible,
                input[type="file"]:focus-visible {
                    outline: 0.125rem solid #4d65ff;
                    outline-offset: 0.125rem;
                }

                /* Set color style to inherit */
                .inherit-color * {
                    color: inherit;
                }

                /* Get rid of top margin on first element in any rich text element */
                .w-richtext> :not(div):first-child,
                .w-richtext>div:first-child> :first-child {
                    margin-top: 0 !important;
                }

                /* Get rid of bottom margin on last element in any rich text element */
                .w-richtext>:last-child,
                .w-richtext ol li:last-child,
                .w-richtext ul li:last-child {
                    margin-bottom: 0 !important;
                }


                /* Make sure containers never lose their center alignment */
                .container-medium,
                .container-small,
                .container-large {
                    margin-right: auto !important;
                    margin-left: auto !important;
                }

                /* 
Make the following elements inherit typography styles from the parent and not have hardcoded values. 
Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
Uncomment this CSS to use it in the project. Leave this message for future hand-off.
*/
                /*
a,
.w-input,
.w-select,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  color: inherit;
  text-decoration: inherit;
  font-size: inherit;
}
*/

                /* Apply "..." after 3 lines of text */
                .text-style-3lines {
                    display: -webkit-box;
                    overflow: hidden;
                    -webkit-line-clamp: 3;
                    -webkit-box-orient: vertical;
                }

                /* Apply "..." after 2 lines of text */
                .text-style-2lines {
                    display: -webkit-box;
                    overflow: hidden;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                /* These classes are never overwritten */
                .hide {
                    display: none !important;
                }

                @media screen and (max-width: 991px) {

                    .hide,
                    .hide-tablet {
                        display: none !important;
                    }
                }

                @media screen and (max-width: 767px) {
                    .hide-mobile-landscape {
                        display: none !important;
                    }
                }

                @media screen and (max-width: 479px) {
                    .hide-mobile {
                        display: none !important;
                    }
                }

                .margin-0 {
                    margin: 0rem !important;
                }

                .padding-0 {
                    padding: 0rem !important;
                }

                .spacing-clean {
                    padding: 0rem !important;
                    margin: 0rem !important;
                }

                .margin-top {
                    margin-right: 0rem !important;
                    margin-bottom: 0rem !important;
                    margin-left: 0rem !important;
                }

                .padding-top {
                    padding-right: 0rem !important;
                    padding-bottom: 0rem !important;
                    padding-left: 0rem !important;
                }

                .margin-right {
                    margin-top: 0rem !important;
                    margin-bottom: 0rem !important;
                    margin-left: 0rem !important;
                }

                .padding-right {
                    padding-top: 0rem !important;
                    padding-bottom: 0rem !important;
                    padding-left: 0rem !important;
                }

                .margin-bottom {
                    margin-top: 0rem !important;
                    margin-right: 0rem !important;
                    margin-left: 0rem !important;
                }

                .padding-bottom {
                    padding-top: 0rem !important;
                    padding-right: 0rem !important;
                    padding-left: 0rem !important;
                }

                .margin-left {
                    margin-top: 0rem !important;
                    margin-right: 0rem !important;
                    margin-bottom: 0rem !important;
                }

                .padding-left {
                    padding-top: 0rem !important;
                    padding-right: 0rem !important;
                    padding-bottom: 0rem !important;
                }

                .margin-horizontal {
                    margin-top: 0rem !important;
                    margin-bottom: 0rem !important;
                }

                .padding-horizontal {
                    padding-top: 0rem !important;
                    padding-bottom: 0rem !important;
                }

                .margin-vertical {
                    margin-right: 0rem !important;
                    margin-left: 0rem !important;
                }

                .padding-vertical {
                    padding-right: 0rem !important;
                    padding-left: 0rem !important;
                }

                .text-wrap-balance {
                    text-wrap: balance !important;
                }

.footer_link-block .icon-embed-xxsmall {
                    opacity: 0;
                    transform: translateX(-10px);
                    transition: all 300ms
                }

                .footer_link-block:hover .icon-embed-xxsmall {
                    opacity: 1;
                    transform: translateX(0);
                }

.w-nav-overlay {
                    margin-top: -10px !important;
                    z-index: 1;
                }

@media screen and (max-width: 992px) {
                    .w-dropdown-toggle.w--open .nav_menu-dropdown-arrow {
                        transform: rotate(180deg);
                    }
                }

                .dropdown1_border-radius-wrap,
                .dropdown-border-right-overlay {
                    opacity: 0;
                }

                .dropdown-link:hover .dropdown-link-text {
                    color: #034f46;
                }

                @media (min-width: 992px) {

                    .nav_component:has([apple-icon]),
                    .nav_component:has([windows-icon]) {
                        max-width: 65rem;
                    }
                }

                @media (max-width: 991px) {
                    .nav_container-v2:has(.nav_button.w--open) {
                        border-bottom-color: transparent;
                        border-bottom-left-radius: 0;
                        border-bottom-right-radius: 0;
                    }

                    .nav_container-v2:has(.nav_button.w--open) .nav_left-line,
                    .nav_container-v2:has(.nav_button.w--open) .nav_right-line {
                        opacity: 1;
                    }
                }

                .text-link:hover .text-link-arrow {
                    transform: translateX(100%);
                }

                /* nav v2 */
                @media (min-width:992px) and (max-width:1199px) {
                    [nav-dropdown="resources"] .dropdown-link {
                        min-width: 13rem !important;
                    }
                }

                @media (min-width:992px) {
                    .nav-link-wrap.research {
                        padding-left: 0.5rem;
                        align-items: center;
                        gap: 3.5rem;
                    }
                }

/*@media (min-width:992px) and (max-width: 1175px) {
	.wl_group-card .wl_stat-h2 {
		font-size: 1.5rem;
	}
}*/

                .footer_social-link,
                .footer_link-block {
                    color: #FFFFEB !important;
                }

                .wl_group-card-v2.active .wl_group-top-div {
                    display: block;
                }

                .iti {
                    width: 100%;
                }

/* Smooth fade for slides entering/leaving view */
                .swiper.is-wl-testi .swiper-slide.slide-fade {
                    transition: opacity 100ms ease, transform 300ms ease;
                }

.swiper.is-wl-testi .swiper-slide {
                    -webkit-transform: translate3d(0, 0, 0);
                    transform: translate3d(0, 0, 0);
                }

                /* iOS Safari coverflow fix */
                .swiper.is-wl-testi {
                    -webkit-perspective: 1200px;
                    perspective: 1200px;
                }

                .swiper.is-wl-testi .swiper-wrapper {
                    -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
                    will-change: transform;
                }

                .swiper.is-wl-testi .swiper-slide {
                    -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    will-change: transform;
                }

.swiper {
                    will-change: transform;
                }

@keyframes sm-spin {
                    from {
                        transform: rotate(0deg);
                    }

                    to {
                        transform: rotate(360deg);
                    }
                }

.sm_info-card.verified .sm_info-success {
                    display: block;
                }

                .sm_info-card.verified .sm_info-btn-wrap {
                    display: none;
                }

                .sm_info-card.verified {
                    order: 2;
                }

.footer_link-block.is-legal:hover {
                    opacity: 0.5;
                }

                .footer_social-link:hover {
                    opacity: 0.5;
                }

[auth-section] .section_wl-testi {
                    background-color: transparent !important;
                }

                [auth-section] [first-spacer] {
                    display: none;
                }

.sk-page {
                                        min-height: 100vh;
                                        color: #ffffeb;
                                        font-family: inherit;
                                    }

                                    /* Layout helpers */
                                    .sk-padding-global {
                                        padding: 24px;
                                    }

                                    .sk-container {
                                        max-width: 1120px;
                                        margin: 0 auto;
                                    }

                                    .sk-center {
                                        text-align: center;
                                    }

                                    .sk-spacer-xxlarge {
                                        height: 48px;
                                    }

                                    .sk-spacer-large {
                                        height: 32px;
                                    }

                                    .sk-spacer-medium {
                                        height: 20px;
                                    }

                                    .sk-spacer-small {
                                        height: 12px;
                                    }

                                    .sk-spacer-xsmall {
                                        height: 8px;
                                    }

                                    .sk-max-md {
                                        max-width: 560px;
                                        margin: 0 auto;
                                    }

                                    .sk-max-lg {
                                        max-width: 920px;
                                        margin: 0 auto;
                                    }

                                    /* ===== SHIMMER (rock solid, always loops) ===== */
                                    .sk {
                                        position: relative;
                                        border-radius: 14px;

                                        /* base color */
                                        background: #1a1a1a;

                                        /* shimmer gradient */
                                        background-image: linear-gradient(90deg,
                                                #1a1a1a 0%,
                                                #242424 40%,
                                                #3a3a3a 50%,
                                                #242424 60%,
                                                #1a1a1a 100%);

                                        background-size: 200% 100%;
                                        background-repeat: no-repeat;

                                        animation: sk-shimmer 1.2s linear infinite;
                                    }

                                    @keyframes sk-shimmer {
                                        0% {
                                            background-position: 200% 0;
                                        }

                                        100% {
                                            background-position: -200% 0;
                                        }
                                    }

                                    /* Specific pieces */
                                    .sk-logo {
                                        width: 160px;
                                        height: 28px;
                                        border-radius: 10px;
                                    }

                                    /* Your H1 is 125px => make 2 big skeleton lines */
                                    .sk-h1-line {
                                        height: 125px;
                                        border-radius: 22px;
                                    }

                                    .sk-h1-line.sm {
                                        height: 110px;
                                        border-radius: 22px;
                                    }

                                    .sk-para-line {
                                        height: 18px;
                                        border-radius: 10px;
                                        opacity: 0.95;
                                    }

                                    .sk-para-line.lg {
                                        height: 22px;
                                        border-radius: 12px;
                                    }

                                    .sk-flag {
                                        width: 56px;
                                        height: 56px;
                                        border-radius: 18px;
                                        position: absolute;
                                        right: 0;
                                        top: 10px;
                                        opacity: 0.9;
                                    }

                                    /* Rank card: ~340px tall on site */
                                    .sk-rank-card {
                                        max-width: 860px;
                                        margin: 0 auto;
                                        height: 340px;
                                        border-radius: 18px;
                                        background: rgba(255, 255, 235, 0.06);
                                        border: 1px solid rgba(255, 255, 235, 0.08);
                                        padding: 22px;
                                        display: flex;
                                        flex-direction: column;
                                        justify-content: space-between;
                                    }

                                    .sk-rank-top {
                                        display: flex;
                                        justify-content: space-between;
                                        align-items: center;
                                        gap: 12px;
                                    }

                                    .sk-chip {
                                        width: 210px;
                                        height: 18px;
                                        border-radius: 10px;
                                    }

                                    .sk-icon {
                                        width: 36px;
                                        height: 36px;
                                        border-radius: 12px;
                                    }

                                    .sk-rank-mid {
                                        display: grid;
                                        gap: 14px;
                                        justify-items: center;
                                        padding-top: 8px;
                                    }

                                    .sk-big-number {
                                        width: 220px;
                                        height: 92px;
                                        border-radius: 20px;
                                    }

                                    .sk-subline {
                                        width: 420px;
                                        height: 18px;
                                        border-radius: 10px;
                                    }

                                    .sk-subline.sm {
                                        width: 320px;
                                    }

                                    .sk-rank-bottom {
                                        display: flex;
                                        justify-content: center;
                                    }

                                    .sk-bottom-pill {
                                        width: 260px;
                                        height: 34px;
                                        border-radius: 999px;
                                    }

                                    /* Boost your Rank heading + para */
                                    .sk-boost-h2 {
                                        width: 420px;
                                        height: 54px;
                                        border-radius: 18px;
                                        margin: 0 auto;
                                    }

                                    .sk-boost-p {
                                        width: 360px;
                                        height: 18px;
                                        border-radius: 10px;
                                        margin: 0 auto;
                                    }

                                    /* Responsive */
                                    @media (max-width: 767px) {
                                        .sk-padding-global {
                                            padding: 18px;
                                        }

                                        .sk-max-lg {
                                            max-width: 100%;
                                        }

                                        .sk-flag {
                                            display: none;
                                        }

                                        .sk-h1-line {
                                            height: 84px;
                                        }

                                        .sk-h1-line.sm {
                                            height: 74px;
                                        }

                                        .sk-rank-card {
                                            height: 340px;
                                            padding: 16px;
                                        }

                                        .sk-big-number {
                                            width: 180px;
                                            height: 84px;
                                        }

                                        .sk-subline {
                                            width: 92%;
                                        }

                                        .sk-subline.sm {
                                            width: 82%;
                                        }

                                        .sk-boost-h2 {
                                            width: 78%;
                                            height: 44px;
                                        }

                                        .sk-boost-p {
                                            width: 64%;
                                        }
                                    }

                                    /* Accessibility */
                                    @media (prefers-reduced-motion: reduce) {
                                        .sk::after {
                                            animation: none;
                                        }
                                    }
