    html {
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        font-family: sans-serif;
    }
    
    .rf-main {
        margin-top: 830px;
    }
    
    .cursor {
        z-index: 999;
        background: #2696e8;
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        pointer-events: none;
        box-shadow: 0 0 20px #2696e8, 0 0 60px #2696e8, 0 0 100px #2696e8;
        animation: colorss 4s infinite;
        display: none;
    }
    
    @keyframes colorss {
        0% {
            filter: hue-rotate(0deg) brightness(203%);
        }
        50% {
            filter: brightness(-2000%);
        }
        100% {
            filter: hue-rotate(360deg) brightness(400%);
        }
    }
    
    .slideshow-containe {
        max-width: 1000px;
        position: relative;
        margin: auto;
    }
    /* Hide the images by default */
    
    .mySlides {
        display: none;
    }
    /* Next & previous buttons */
    
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    /* Position the "next button" to the right */
    
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
    
    .slideshow-container {
        max-width: 1000px;
        margin-top: 260px;
        position: relative;
        margin: auto;
    }
    /* Hide the images by default */
    
    .mySlides {
        display: none;
    }
    /* Next & previous buttons */
    
    .prev,
    .next {
        cursor: pointer;
        position: absolute;
        top: 50%;
        width: auto;
        margin-top: -22px;
        padding: 16px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        transition: 0.6s ease;
        border-radius: 0 3px 3px 0;
        user-select: none;
    }
    /* Position the "next button" to the right */
    
    .next {
        right: 0;
        border-radius: 3px 0 0 3px;
    }
    /* On hover, add a black background color with a little bit see-through */
    
    .prev:hover,
    .next:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }
    /* Caption text */
    
    .text {
        color: #f2f2f2;
        font-size: 15px;
        padding: 8px 12px;
        position: absolute;
        bottom: 8px;
        width: 100%;
        text-align: center;
    }
    /* Number text (1/3 etc) */
    
    .numbertext {
        color: #f2f2f2;
        font-size: 12px;
        padding: 8px 12px;
        position: absolute;
        top: 0;
    }
    /* The dots/bullets/indicators */
    
    .dot {
        cursor: pointer;
        height: 15px;
        width: 15px;
        margin: 0 2px;
        background-color: #bbb;
        /* border-radius: 50%; */
        display: inline-block;
        transition: background-color 0.6s ease;
    }
    
    .active,
    .dot:hover {
        /* background-color: #717171; */
    }
    /* Fading animation */
    
    .fade {
        animation-name: fade;
        animation-duration: 0.3s;
    }
    
    @keyframes fade {
        from {
            opacity: .7
        }
        to {
            opacity: 1
        }
    }
    
    .cursor::before {
        content: '';
        position: absolute;
        background: #2696e8;
        width: 50px;
        height: 50px;
        opacity: 0.2;
        transform: translate(-30%, -30%);
        border-radius: 50%;
    }
    
    .curso {
        z-index: 999;
        background: #2696e8;
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        pointer-events: none;
        box-shadow: 0 0 20px #2696e8, 0 0 60px #2696e8, 0 0 100px #2696e8;
        animation: colorss 3s infinite;
        display: none;
    }
    
    @keyframes colorss {
        0% {
            filter: hue-rotate(0deg) brightness(100%);
        }
        50% {
            filter: hue-rotate(180deg) brightness(300%);
        }
        100% {
            filter: hue-rotate(360deg) brightness(500%);
        }
    }
    
    .curso::before {
        content: '';
        position: absolute;
        background: #2696e8;
        width: 50px;
        height: 50px;
        opacity: 0.2;
        transform: translate(-30%, -30%);
        border-radius: 50%;
    }
    
    .center {
        background-color: white;
    }
    
    .page-title {
        font-size: 48px;
        font-weight: 700;
        line-height: 56px;
        margin-bottom: 5px;
        color: #ffffff;
        text-align: center;
    }
    
    .form-control {
        width: 190px;
    }
    
    .form-group {
        text-align: center;
        display: inline-flex;
        border-radius: 40%;
    }
    
    .form-group input {
        background: #fff;
        color: #060c22;
        border: 0;
        outline: none;
        margin: 0;
        padding: 9px 20px;
        border-radius: 50px;
        font-size: 14px;
    }
    
    .arrow-1 {
        height: 20px;
        width: 20px;
        margin-left: -20px;
    }
    
    .arrow-2 {
        height: 20px;
        width: 20px;
        margin-left: -200px;
    }
    
    .arrow-3 {
        height: 20px;
        width: 20px;
        margin-left: -200px;
    }
    
    .arrow-4 {
        height: 20px;
        width: 20px;
        margin-left: -200px;
    }
    
    .arrow-5 {
        height: 20px;
        width: 20px;
        margin-left: -20px;
    }
    
    .arrow-6 {
        height: 20px;
        width: 20px;
        margin-left: -20px;
    }
    
    .arrow-7 {
        height: 20px;
        width: 20px;
    }
    
    .arrow-8 {
        height: 20px;
        width: 20px;
    }
    
    .dot {
        height: 20px;
        width: 20px;
        border-radius: 50%;
        position: absolute;
    }
    
     :root {
        --glow-rgb: 239 42 201;
    }
    
    .glow-point {
        position: absolute;
        box-shadow: 0rem 0rem 1.2rem 0.6rem rgb(var(--glow-rgb));
        pointer-events: none;
    }
    
    .star {
        position: absolute;
        z-index: 2;
        color: white;
        font-size: 1rem;
        animation-duration: 1500ms;
        animation-fill-mode: forwards;
        pointer-events: none;
    }
    
    @keyframes fall-1 {
        0% {
            transform: translate(0px, 0px) rotateX(45deg) rotateY(30deg) rotateZ(0deg) scale(0.25);
            opacity: 0;
        }
        5% {
            transform: translate(10px, -10px) rotateX(45deg) rotateY(30deg) rotateZ(0deg) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(25px, 200px) rotateX(180deg) rotateY(270deg) rotateZ(90deg) scale(1);
            opacity: 0;
        }
    }
    
    @keyframes fall-2 {
        0% {
            transform: translate(0px, 0px) rotateX(-20deg) rotateY(10deg) scale(0.25);
            opacity: 0;
        }
        10% {
            transform: translate(-10px, -5px) rotateX(-20deg) rotateY(10deg) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(-10px, 160px) rotateX(-90deg) rotateY(45deg) scale(0.25);
            opacity: 0;
        }
    }
    
    @keyframes fall-3 {
        0% {
            transform: translate(0px, 0px) rotateX(0deg) rotateY(45deg) scale(0.5);
            opacity: 0;
        }
        15% {
            transform: translate(7px, 5px) rotateX(0deg) rotateY(45deg) scale(1);
            opacity: 1;
        }
        100% {
            transform: translate(20px, 120px) rotateX(-180deg) rotateY(-90deg) scale(0.5);
            opacity: 0;
        }
    }
    
    .form-group button {
        border: 0;
        padding: 9px 25px;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
        color: #fff;
        transition: all 0.3s ease;
        outline: none;
        font-size: 14px;
        border-radius: 50px;
    }
    
    .form-group button:hover {
        background: #e0072f;
    }
    
    .page-list {
        display: inline-flex;
        left: 50%;
        margin-left: 45%;
    }
    
    .bar-graph .year {
        -webkit-animation: fade-in-text 2.2s 0.1s forwards;
        -moz-animation: fade-in-text 2.2s 0.1s forwards;
        animation: fade-in-text 2.2s 0.1s forwards;
    }
    
    .bar-graph-vertical {
        margin-top: -240px;
        margin-left: 8px;
        max-width: 1280px;
    }
    
    .bar-graph-vertical .bar-container {
        float: left;
        height: 200px;
        margin-right: 10px;
        margin-left: 10px;
        position: relative;
        text-align: center;
        width: 20px;
    }
    
    .bar-graph-vertical .bar {
        border-radius: 3px;
        bottom: 10px;
        position: absolute;
        width: 20px;
    }
    
    .bar-graph-vertical .year {
        bottom: 0;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .bar-graph-two .bar::after {
        -webkit-animation: fade-in-text 2.2s 0.1s forwards;
        -moz-animation: fade-in-text 2.2s 0.1s forwards;
        animation: fade-in-text 2.2s 0.1s forwards;
        color: #fff;
        content: attr(data-percentage);
        font-weight: 700;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        text-align: left;
        top: 0px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    
    .rf-smp-head:hover {
        transform: scale(1.1);
    }
    
    .rf-jsd-head:hover {
        transform: scale(1.1);
    }
    
    .rfc-head:hover {
        transform: scale(1.1);
    }
    
    .rf-ons-head:hover {
        transform: scale(1.1);
    }
    
    .rf-gpst-head:hover {
        transform: scale(1.1);
    }
    
    .rf-ios-head:hover {
        transform: scale(1.1);
    }
    
    .rf-yt-head:hover {
        transform: scale(1.1);
    }
    
    .rf-gl-head:hover {
        transform: scale(1.1);
    }
    
    .bar-graph-two .bar-one .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-one-vertical 2s 0.1s forwards infinite;
        -moz-animation: show-bar-one-vertical 2s 0.1s forwards infinite;
        animation: show-bar-one-vertical 2s 0.1s forwards infinite;
    }
    
    .bar-graph-two .bar-two .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-two-vertical 2s 0.2s forwards infinite;
        -moz-animation: show-bar-two-vertical 2s 0.2s forwards infinite;
        animation: show-bar-two-vertical 2s 0.2s forwards infinite;
    }
    
    .bar-graph-two .bar-three .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-three-vertical 2s 0.3s forwards infinite;
        -moz-animation: show-bar-three-vertical 2s 0.3s forwards infinite;
        animation: show-bar-three-vertical 2s 0.3s forwards infinite;
    }
    
    .bar-graph-two .bar-four .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-four-vertical 2s 0.4s forwards infinite;
        -moz-animation: show-bar-four-vertical 2s 0.4s forwards infinite;
        animation: show-bar-four-vertical 2s 0.4s forwards infinite;
    }
    
    .bar-graph-two .bar-five .bar {
        background: indigo;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-five-vertical 2s 0.5s forwards infinite;
        -moz-animation: show-bar-five-vertical 2s 0.5s forwards infinite;
        animation: show-bar-five-vertical 2s 0.5s forwards infinite;
    }
    
    .bar-graph-two .bar-six .bar {
        background: indigo;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-six-vertical 2s 0.6s forwards infinite;
        -moz-animation: show-bar-six-vertical 2s 0.6s forwards infinite;
        animation: show-bar-six-vertical 2s 0.6s forwards infinite;
    }
    
    .bar-graph-two .bar-seven .bar {
        background: indigo;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-seven-vertical 2s 0.7s forwards infinite;
        -moz-animation: show-bar-seven-vertical 2s 0.7s forwards infinite;
        animation: show-bar-seven-vertical 2s 0.7s forwards infinite;
    }
    
    .bar-graph-two .bar-eight .bar {
        background: indigo;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-eight-vertical 2s 0.8s forwards infinite;
        -moz-animation: show-bar-eight-vertical 2s 0.8s forwards infinite;
        animation: show-bar-eight-vertical 2s 0.8s forwards infinite;
    }
    
    .bar-graph-two .bar-nine .bar {
        background: blue;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-nine-vertical 2s 0.9s forwards infinite;
        -moz-animation: show-bar-nine-vertical 2s 0.9s forwards infinite;
        animation: show-bar-nine-vertical 2s 0.9s forwards infinite;
    }
    
    .bar-graph-two .bar-ten .bar {
        background: blue;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-ten-vertical 2s 1s forwards infinite;
        -moz-animation: show-bar-ten-vertical 2s 1s forwards infinite;
        animation: show-bar-ten-vertical 2s 1s forwards infinite;
    }
    
    .bar-graph-two .bar-eleven .bar {
        background: blue;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-eleven-vertical 2s 1.1s forwards infinite;
        -moz-animation: show-bar-eleven-vertical 2s 1.1s forwards infinite;
        animation: show-bar-eleven-vertical 2s 1.1s forwards infinite;
    }
    
    .bar-graph-two .bar-twelve .bar {
        background: blue;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twelve-vertical 2s 1.1s forwards infinite;
        -moz-animation: show-bar-twelve-vertical 2s 1.1s forwards infinite;
        animation: show-bar-twelve-vertical 2s 1.1s forwards infinite;
    }
    
    .bar-graph-two .bar-thirteen .bar {
        background: green;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-thirteen-vertical 2s 1s forwards infinite;
        -moz-animation: show-bar-thirteen-vertical 2s 1s forwards infinite;
        animation: show-bar-thirteen-vertical 2s 1s forwards infinite;
    }
    
    .bar-graph-two .bar-fourteen .bar {
        background: green;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-fourteen-vertical 2s 0.9s forwards infinite;
        -moz-animation: show-bar-fourteen-vertical 2s 0.9s forwards infinite;
        animation: show-bar-fourteen-vertical 2s 0.9s forwards infinite;
    }
    
    .bar-graph-two .bar-fifteen .bar {
        background: green;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-fifteen-vertical 2s 0.8s forwards infinite;
        -moz-animation: show-bar-fifteen-vertical 2s 0.8s forwards infinite;
        animation: show-bar-fifteen-vertical 2s 0.8s forwards infinite;
    }
    
    .bar-graph-two .bar-sixteen .bar {
        background: green;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-sixteen-vertical 2s 0.7s forwards infinite;
        -moz-animation: show-bar-sixteen-vertical 2s 0.7s forwards infinite;
        animation: show-bar-sixteen-vertical 2s 0.7s forwards infinite;
    }
    
    .bar-graph-two .bar-seventeen .bar {
        background: yellow;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-seventeen-vertical 2s 0.6s forwards infinite;
        -moz-animation: show-bar-seventeen-vertical 2s 0.6s forwards infinite;
        animation: show-bar-seventeen-vertical 2s 0.6s forwards infinite;
    }
    
    .bar-graph-two .bar-eighteen .bar {
        background: yellow;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-eighteen-vertical 2s 0.5s forwards infinite;
        -moz-animation: show-bar-eighteen-vertical 2s 0.5s forwards infinite;
        animation: show-bar-eighteen-vertical 2s 0.5s forwards infinite;
    }
    
    .bar-graph-two .bar-nineteen .bar {
        background: yellow;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-nineteen-vertical 2s 0.4s forwards infinite;
        -moz-animation: show-bar-nineteen-vertical 2s 0.4s forwards infinite;
        animation: show-bar-nineteen-vertical 2s 0.4s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty .bar {
        background: yellow;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-vertical 2s 0.3s forwards infinite;
        -moz-animation: show-bar-twenty-vertical 2s 0.3s forwards infinite;
        animation: show-bar-twenty-vertical 2s 0.3s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-one .bar {
        background: orange;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-one-vertical 2s 0.2s forwards infinite;
        -moz-animation: show-bar-twenty-one-vertical 2s 0.2s forwards infinite;
        animation: show-bar-twenty-one-vertical 2s 0.2s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-two .bar {
        background: orange;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-two-vertical 2s 0.1s forwards infinite;
        -moz-animation: show-bar-twenty-two-vertical 2s 0.1s forwards infinite;
        animation: show-bar-twenty-two-vertical 2s 0.1s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-three .bar {
        background: orange;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-three-vertical 2s 0.8s forwards infinite;
        -moz-animation: show-bar-twenty-three-vertical 2s 0.8s forwards infinite;
        animation: show-bar-twenty-three-vertical 2s 0.8s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-four .bar {
        background: orange;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-four-vertical 2s 0.7s forwards infinite;
        -moz-animation: show-bar-twenty-four-vertical 2s 0.7s forwards infinite;
        animation: show-bar-twenty-four-vertical 2s 0.7s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-five .bar {
        background: red;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-five-vertical 2s 0.6s forwards infinite;
        -moz-animation: show-bar-twenty-five-vertical 2s 0.6s forwards infinite;
        animation: show-bar-twenty-five-vertical 2s 0.6s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-six .bar {
        background: red;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-six-vertical 2s 0.5s forwards infinite;
        -moz-animation: show-bar-twenty-six-vertical 2s 0.5s forwards infinite;
        animation: show-bar-twenty-six-vertical 2s 0.5s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-seven .bar {
        background: red;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-seven-vertical 2s 0.4s forwards infinite;
        -moz-animation: show-bar-twenty-seven-vertical 2s 0.4s forwards infinite;
        animation: show-bar-twenty-seven-vertical 2s 0.4s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-eight .bar {
        background: red;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-eight-vertical 2s 0.3s forwards infinite;
        -moz-animation: show-bar-twenty-eight-vertical 2s 0.3s forwards infinite;
        animation: show-bar-twenty-eight-vertical 2s 0.3s forwards infinite;
    }
    
    .bar-graph-two .bar-twenty-nine .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-twenty-nine-vertical 2s 0.2s forwards infinite;
        -moz-animation: show-bar-twenty-nine-vertical 2s 0.2s forwards infinite;
        animation: show-bar-twenty-nine-vertical 2s 0.2s forwards infinite;
    }
    
    .bar-graph-two .bar-thirty .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-thirty-vertical 2s 0.1s forwards infinite;
        -moz-animation: show-bar-thirty-vertical 2s 0.1s forwards infinite;
        animation: show-bar-thirty-vertical 2s 0.1s forwards infinite;
    }
    
    .bar-graph-two .bar-thirty-one .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-thirty-one-vertical 2s 0.2s forwards infinite;
        -moz-animation: show-bar-thirty-one-vertical 2s 0.2s forwards infinite;
        animation: show-bar-thirty-one-vertical 2s 0.2s forwards infinite;
    }
    
    .bar-graph-two .bar-thirty-two .bar {
        background: violet;
        /* background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%); */
        -webkit-animation: show-bar-thirty-two-vertical 2s 0.1s forwards infinite;
        -moz-animation: show-bar-thirty-two-vertical 2s 0.1s forwards infinite;
        animation: show-bar-thirty-two-vertical 2s 0.1s forwards infinite;
    }
    /* Bar Graph Vertical Animations */
    
    @-webkit-keyframes show-bar-one-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 5%;
        }
    }
    
    @-webkit-keyframes show-bar-two-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-three-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    
    @-webkit-keyframes show-bar-four-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-five-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 25%;
        }
    }
    
    @-webkit-keyframes show-bar-six-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-seven-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    
    @-webkit-keyframes show-bar-eight-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-nine-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 5%;
        }
    }
    
    @-webkit-keyframes show-bar-ten-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-eleven-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    
    @-webkit-keyframes show-bar-twelve-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-thirteen-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 25%;
        }
    }
    
    @-webkit-keyframes show-bar-fourteen-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-fifteen-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    
    @-webkit-keyframes show-bar-sixteen-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-seventeen-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 5%;
        }
    }
    
    @-webkit-keyframes show-bar-eighteen-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-nineteen-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-one-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 25%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-two-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-three-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-four-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-five-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 5%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-six-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-seven-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-eight-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-twenty-nine-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 25%;
        }
    }
    
    @-webkit-keyframes show-bar-thirty-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 20%;
        }
    }
    
    @-webkit-keyframes show-bar-thirty-one-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 15%;
        }
    }
    /*     
    @-webkit-keyframes show-bar-thirty-two-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 10%;
        }
    }
    
    @-webkit-keyframes show-bar-thirty-three-vertical {
        0% {
            height: 0;
        }
        100% {
            height: 5%;
        }
    } */
    
    .logo-image:hover {
        transform: scale(1.1);
    }
    
    @-webkit-keyframes fade-in-text {
        0% {
            opacity: 0;
        }
        100% {
            opacity: 1;
        }
    }
    
    .line-image {
        padding: 10px;
        opacity: 30%;
    }
    
    .logo-ima {
        height: 80px;
    }
    
    .rf-head {
        margin-left: 280px;
        margin-top: -275px;
    }
    
    .ali {
        position: relative;
    }
    
    .navbar-brand-2.w-nav-brand.w--current {
        background-color: white;
        transition: all 0.3s ease-in-out;
    }
    
    .nav-logo:hover {
        transform: scale(1.1);
        padding-left: 10px;
    }
    
    .nu {
        font-family: Sora, sans-serif;
        font-size: 39px;
        line-height: 46px;
        font-weight: bold;
        animation: color 3s infinite;
    }
    
    .testimonial-block:hover {
        border-color: white;
    }
    
    .step-button.active:hover {
        border-color: 2px solid orangered;
    }
    
    body {
        margin: 10px;
    }
    
    .get-start-button-group {
        border-color: 2px solid white;
    }
    
    .bottom-grid {
        color: white;
    }
    
    .bottom-first {
        color: white;
    }
    
    .offer-counter {
        color: white;
        margin-left: -200px;
    }
    
    .counter-box.counter-box.footer-counter {
        color: white;
    }
    
    .low {
        background-color: orangered;
    }
    
    .testimonial-wrapper:hover {
        border-color: white;
    }
    
    .yes {
        background-color: orangered;
    }
    
    .btn-orange-start:hover {
        .yes {
            background-color: #333;
        }
    }
    
    .btn-orange-start.w-inline-block {
        background-color: orangered;
    }
    
    .learn-box {
        border: 2px solid firebrick;
        border-radius: 10px;
    }
    
    .learn-section {
        margin-top: -800px;
    }
    
    .main {
        background-color: black;
        border-color: 2px solid orangered;
    }
    
    .main:hover {
        border-color: orangered;
    }
    
    .llh_capsule._5.active {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._5.active:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._1.active {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._1.active:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._2:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._18 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._18:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._3 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._3:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._4 {
        transition: all 0.3s ease-in-out;
        left: 0px;
        right: 50px;
    }
    
    .llh_capsule._4:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._6 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._6:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._7 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._7:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._8.active {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._8.active:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._9 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._9:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._10 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._10:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._11.active {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._11.active:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._12 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._12:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._13 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._13:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._14.active {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._14.active:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._15.active {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._15.active:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._16 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._16:hover {
        transform: scale(1.1);
    }
    
    .llh_capsule._17 {
        transition: all 0.3s ease-in-out;
    }
    
    .llh_capsule._17:hover {
        transform: scale(1.1);
    }
    
    .achivement-box:hover {
        transform: scale(1.1);
    }
    
    .achivement-icons {
        font-family: Sora, sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 32px;
        background-color: orangered;
    }
    
    .ornage-numbers {
        font-family: Sora, sans-serif;
        font-size: 31px;
        font-weight: 700;
        line-height: 40px;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 100%);
    }
    
    .text-block-46.btn-text {
        color: white;
        z-index: 99;
    }
    
    .benefit-title-button.w-inline-block {
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
    }
    
    .benefit-title-button.w-inline-block:hover {
        transform: scale(1.1);
    }
    
    * {
        color: #f7f5f5;
        /*background: rgb(39, 143, 215);
    background: linear-gradient(135deg, rgba(39, 143, 215, 1) 5%, rgba(39, 181, 215, 1) 23%, rgba(63, 77, 228, 1) 23%, rgba(49, 194, 224, 1) 24%, rgba(70, 224, 188, 1) 26%, rgba(213, 72, 225, 1) 60%, rgba(136, 113, 219, 1) 90%, rgba(169, 75, 227, 0.9810049019607843) 100%);
    */
        background-color: black;
        background-attachment: fixed;
    }
    
    .tab-data-left {
        opacity: 100%;
        /* background: rgb(35, 207, 28);
        background: linear-gradient(135deg, rgba(35, 207, 28, 1) 5%, rgba(28, 205, 58, 1) 24%, rgba(30, 205, 57, 1) 27%, rgba(55, 205, 49, 1) 100%);
   */
    }
    
    .learning-icon {
        border: 10px solid black;
    }
    
    .main:hover {
        .learn-box {
            transform: scale(0.9);
            filter: brightness(120%);
        }
        .learning-icon {
            z-index: 99;
            transform: scale(1.3);
        }
    }
    
    .topic-check {
        border: 2px solid firebrick;
        border-radius: 10px;
    }
    
    .h3 {
        background-color: rgb(12, 10, 10);
    }
    
    .scroll {
        color: white;
        text-decoration-color: #00abe4;
    }
    
    .topic-check:hover {
        border-color: white;
        /* width: 240px;
        height: 45px; */
        transform: scale(1.1);
    }
    
    .tab-data-left img {
        height: 400px;
        width: 585px;
        border-radius: 10px;
    }
    
    .client-name {
        color: rgb(210, 42, 42);
    }
    
    .testimonial-block {
        border-color: midnightblue;
    }
    
    .testimonial-block.a {
        height: 30px;
        width: 30px;
    }
    
    .test {
        height: 370px;
        width: 340px;
    }
    
    .client-details {
        color: white;
        background-color: rgb(12, 10, 10);
    }
    
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    main,
    menu,
    nav,
    section,
    summary {
        display: block;
    }
    
    audio,
    canvas,
    progress,
    video {
        vertical-align: baseline;
        display: inline-block;
    }
    
    audio:not([controls]) {
        height: 0;
        display: none;
    }
    
    [hidden],
    template {
        display: none;
    }
    
    a {
        background-color: black;
    }
    
    a:active,
    a:hover {
        border: #e62a00;
    }
    
    abbr[title] {
        border-bottom: 1px dotted;
    }
    
    b,
    strong {
        font-weight: bold;
    }
    
    dfn {
        font-style: italic;
    }
    
    h1 {
        margin: .67em 0;
        font-size: 2em;
    }
    
    mark {
        color: #fbf9f9;
        background: rgb(12, 10, 10);
    }
    
    small {
        font-size: 80%;
    }
    
    sub,
    sup {
        vertical-align: baseline;
        font-size: 75%;
        line-height: 0;
        position: relative;
    }
    
    sup {
        top: -.5em;
    }
    
    legend {
        border: 0;
        padding: 0;
    }
    
    textarea {
        overflow: auto;
    }
    
    sub {
        bottom: -.25em;
    }
    
    img {
        border: 0;
    }
    
    svg:not(:root) {
        overflow: hidden;
    }
    
    figure {
        margin: 1em 40px;
    }
    
    hr {
        box-sizing: content-box;
        height: 0;
    }
    
    pre {
        overflow: auto;
    }
    
    code,
    kbd,
    pre,
    samp {
        font-family: monospace;
        font-size: 1em;
    }
    
    button,
    input,
    optgroup,
    select,
    textarea {
        color: inherit;
        font: inherit;
        margin: 0;
    }
    
    button {
        overflow: visible;
    }
    
    button,
    select {
        text-transform: none;
    }
    
    button,
    html input[type="button"],
    input[type="reset"] {
        -webkit-appearance: button;
    }
    
    button[disabled],
    html input[disabled] {}
    
    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }
    
    input {
        line-height: normal;
    }
    
    input[type="checkbox"],
    input[type="radio"] {
        box-sizing: border-box;
        padding: 0;
    }
    
    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }
    
    input[type="search"] {
        -webkit-appearance: none;
    }
    
    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }
    
    .w-webflow-badge {
        white-space: nowrap;
        box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .1);
        visibility: visible !important;
        z-index: 2147483647 !important;
        color: #f4f3f3 !important;
        opacity: 1 !important;
        width: auto !important;
        height: auto !important;
        background-color: #060606 !important;
        border-radius: 3px !important;
        margin: 0 !important;
        padding: 6px 8px 6px 6px !important;
        font-size: 12px !important;
        line-height: 14px !important;
        text-decoration: none !important;
        display: inline-block !important;
        position: fixed !important;
        top: auto !important;
        bottom: 12px !important;
        left: auto !important;
        right: 12px !important;
        overflow: visible !important;
        transform: none !important;
    }
    
    .w-webflow-badge>img {
        visibility: visible !important;
        opacity: 1 !important;
        vertical-align: middle !important;
        display: inline-block !important;
    }
    
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin-bottom: 10px;
        font-weight: bold;
    }
    
    h1 {
        margin-top: 20px;
        font-size: 38px;
        line-height: 44px;
    }
    
    h2 {
        margin-top: 20px;
        font-size: 32px;
        line-height: 36px;
    }
    
    h3 {
        margin-top: 20px;
        font-size: 24px;
        line-height: 30px;
    }
    
    h4 {
        margin-top: 10px;
        font-size: 18px;
        line-height: 24px;
    }
    
    h5 {
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    
    h6 {
        margin-top: 10px;
        font-size: 12px;
        line-height: 18px;
    }
    
    p {
        margin-top: 0;
        margin-bottom: 10px;
    }
    
    blockquote {
        border-left: 5px solid #df7878;
        margin: 0 0 10px;
        padding: 10px 20px;
        font-size: 18px;
        line-height: 22px;
    }
    
    figure {
        margin: 0 0 10px;
    }
    
    figcaption {
        text-align: center;
        margin-top: 5px;
    }
    
    ul,
    ol {
        margin-top: 0;
        margin-bottom: 10px;
        padding-left: 40px;
    }
    
    .w-list-unstyled {
        padding-left: 0;
        list-style: none;
    }
    
    .w-embed:before,
    .w-embed:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-embed:after {
        clear: both;
    }
    
    .w-video {
        width: 100%;
        padding: 0;
        position: relative;
    }
    
    .w-video iframe,
    .w-video object,
    .w-video embed {
        width: 100%;
        height: 100%;
        border: none;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .text-span-2 {
        animation: color 3s infinite;
    }
    
    @keyframes color {
        0% {
            color: rgb(44, 207, 38);
        }
        10% {
            color: rgb(69, 206, 65);
        }
        20% {
            color: rgb(117, 199, 114);
        }
        30% {
            color: rgba(136, 113, 219, 1);
        }
        40% {
            color: rgb(168, 113, 219);
        }
        50% {
            color: rgb(113, 127, 219);
        }
        60% {
            color: #68c7c7;
        }
        70% {
            color: #4e82b7;
        }
        80% {
            color: #b35457;
        }
        90% {
            color: #b9a04d;
        }
        100% {
            color: rgb(152, 71, 87);
        }
    }
    
    fieldset {
        border: 0;
        margin: 0;
        padding: 0;
    }
    
    button,
    [type="button"],
    [type="reset"] {
        -webkit-appearance: button;
        border: 0;
    }
    
    .w-form {
        margin: 0 0 15px;
    }
    
    .w-form-done {
        text-align: center;
        background-color: #0a0909;
        padding: 20px;
        display: none;
    }
    
    .w-form-fail {
        background-color: #030303;
        margin-top: 10px;
        padding: 10px;
        display: none;
    }
    
    label {
        margin-bottom: 5px;
        font-weight: bold;
        display: block;
    }
    
    .w-input,
    .w-select {
        width: 100%;
        height: 38px;
        color: #080606;
        vertical-align: middle;
        background-color: #030303;
        border: 1px solid #f43939;
        margin-bottom: 10px;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 1.42857;
        display: block;
    }
    
    .w-input:-moz-placeholder,
    .w-select:-moz-placeholder {
        color: #fefbfb;
    }
    
    .w-input::-moz-placeholder,
    .w-select::-moz-placeholder {
        color: #f9f6f6;
        opacity: 1;
    }
    
    .w-input::-webkit-input-placeholder,
    .w-select::-webkit-input-placeholder {
        color: #f7f5f5;
    }
    
    .w-input:focus,
    .w-select:focus {
        border-color: #f23434;
        outline: 0;
    }
    
    .w-input[disabled],
    .w-select[disabled],
    .w-input[readonly],
    .w-select[readonly],
    fieldset[disabled] .w-input,
    fieldset[disabled] .w-select {
        cursor: not-allowed;
    }
    
    .w-input[disabled]:not(.w-input-disabled),
    .w-select[disabled]:not(.w-input-disabled),
    .w-input[readonly],
    .w-select[readonly],
    fieldset[disabled]:not(.w-input-disabled) .w-input,
    fieldset[disabled]:not(.w-input-disabled) .w-select {
        background-color: #050505;
    }
    
    textarea.w-input,
    textarea.w-select {
        height: auto;
    }
    
    .w-select {
        background-color: #060606;
    }
    
    .w-select[multiple] {
        height: auto;
    }
    
    .w-form-label {
        margin-bottom: 0;
        font-weight: normal;
        display: inline-block;
    }
    
    .w-radio {
        margin-bottom: 5px;
        padding-left: 20px;
        display: block;
    }
    
    .w-radio:before,
    .w-radio:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-radio:after {
        clear: both;
    }
    
    .w-radio-input {
        float: left;
        margin: 3px 0 0 -20px;
        line-height: normal;
    }
    
    .w-file-upload {
        margin-bottom: 10px;
        display: block;
    }
    
    .w-file-upload-input {
        width: .1px;
        height: .1px;
        opacity: 0;
        z-index: -100;
        position: absolute;
        overflow: hidden;
    }
    
    .w-file-upload-default,
    .w-file-upload-uploading,
    .w-file-upload-success {
        color: #f8f5f5;
        display: inline-block;
    }
    
    .w-file-upload-error {
        margin-top: 10px;
        display: block;
    }
    
    .w-file-upload-default.w-hidden,
    .w-file-upload-uploading.w-hidden,
    .w-file-upload-error.w-hidden,
    .w-file-upload-success.w-hidden {
        display: none;
    }
    
    .w-file-upload-uploading-btn {
        background-color: #0a0a0a;
        border: 1px solid #f40e0e;
        margin: 0;
        padding: 8px 12px;
        font-size: 14px;
        font-weight: normal;
        display: flex;
    }
    
    .w-file-upload-file {
        background-color: #050404;
        border: 1px solid #ec3737;
        flex-grow: 1;
        justify-content: space-between;
        margin: 0;
        padding: 8px 9px 8px 11px;
        display: flex;
    }
    
    .w-file-upload-file-name {
        font-size: 14px;
        font-weight: normal;
        display: block;
    }
    
    .w-file-remove-link {
        width: auto;
        height: auto;
        margin-top: 3px;
        margin-left: 10px;
        padding: 3px;
        display: block;
    }
    
    .w-icon-file-upload-remove {
        margin: auto;
        font-size: 10px;
    }
    
    .w-file-upload-error-msg {
        color: #f8f7f7;
        padding: 2px 0;
        display: inline-block;
    }
    
    .w-file-upload-info {
        padding: 0 12px;
        line-height: 38px;
        display: inline-block;
    }
    
    .w-file-upload-label {
        cursor: pointer;
        background-color: #060606;
        border: 1px solid #f53838;
        margin: 0;
        padding: 8px 12px;
        font-size: 14px;
        font-weight: normal;
        display: inline-block;
    }
    
    .w-icon-file-upload-icon,
    .w-icon-file-upload-uploading {
        width: 20px;
        margin-right: 8px;
        display: inline-block;
    }
    
    .w-icon-file-upload-uploading {
        height: 20px;
    }
    
    .w-container {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .w-container:before,
    .w-container:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-container:after {
        clear: both;
    }
    
    .w-container .w-row {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .w-row:before,
    .w-row:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-row:after {
        clear: both;
    }
    
    .w-row .w-row {
        margin-left: 0;
        margin-right: 0;
    }
    
    .w-col {
        float: left;
        width: 100%;
        min-height: 1px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
    }
    
    .w-col .w-col {
        padding-left: 0;
        padding-right: 0;
    }
    
    .w-col-1 {
        width: 8.33333%;
    }
    
    .w-col-2 {
        width: 16.6667%;
    }
    
    .w-col-3 {
        width: 25%;
    }
    
    .w-col-4 {
        width: 33.3333%;
    }
    
    .w-col-5 {
        width: 41.6667%;
    }
    
    .w-col-6 {
        width: 50%;
    }
    
    .w-col-7 {
        width: 58.3333%;
    }
    
    .w-col-8 {
        width: 66.6667%;
    }
    
    .w-col-9 {
        width: 75%;
    }
    
    .w-col-10 {
        width: 83.3333%;
    }
    
    .w-col-11 {
        width: 91.6667%;
    }
    
    .w-col-12 {
        width: 100%;
    }
    
    .w-hidden-main {
        display: none !important;
    }
    
    @media screen and (max-width: 991px) {
        .w-container {
            max-width: 728px;
        }
        .w-hidden-main {
            display: inherit !important;
        }
        .w-hidden-medium {
            display: none !important;
        }
        .w-col-medium-1 {
            width: 8.33333%;
        }
        .w-col-medium-2 {
            width: 16.6667%;
        }
        .w-col-medium-3 {
            width: 25%;
        }
        .w-col-medium-4 {
            width: 33.3333%;
        }
        .w-col-medium-5 {
            width: 41.6667%;
        }
        .w-col-medium-6 {
            width: 50%;
        }
        .w-col-medium-7 {
            width: 58.3333%;
        }
        .w-col-medium-8 {
            width: 66.6667%;
        }
        .w-col-medium-9 {
            width: 75%;
        }
        .w-col-medium-10 {
            width: 83.3333%;
        }
        .w-col-medium-11 {
            width: 91.6667%;
        }
        .w-col-medium-12 {
            width: 100%;
        }
        .w-col-stack {
            width: 100%;
            left: auto;
            right: auto;
        }
    }
    
    @media screen and (max-width: 767px) {
        .w-hidden-main,
        .w-hidden-medium {
            display: inherit !important;
        }
        .w-hidden-small {
            display: none !important;
        }
        .w-row,
        .w-container .w-row {
            margin-left: 0;
            margin-right: 0;
        }
        .w-col {
            width: 100%;
            left: auto;
            right: auto;
        }
        .w-col-small-1 {
            width: 8.33333%;
        }
        .w-col-small-2 {
            width: 16.6667%;
        }
        .w-col-small-3 {
            width: 25%;
        }
        .w-col-small-4 {
            width: 33.3333%;
        }
        .w-col-small-5 {
            width: 41.6667%;
        }
        .w-col-small-6 {
            width: 50%;
        }
        .w-col-small-7 {
            width: 58.3333%;
        }
        .w-col-small-8 {
            width: 66.6667%;
        }
        .w-col-small-9 {
            width: 75%;
        }
        .w-col-small-10 {
            width: 83.3333%;
        }
        .w-col-small-11 {
            width: 91.6667%;
        }
        .w-col-small-12 {
            width: 100%;
        }
    }
    
    @media screen and (max-width: 479px) {
        .w-container {
            max-width: none;
        }
        .w-hidden-main,
        .w-hidden-medium,
        .w-hidden-small {
            display: inherit !important;
        }
        .w-hidden-tiny {
            display: none !important;
        }
        .w-col {
            width: 100%;
        }
        .w-col-tiny-1 {
            width: 8.33333%;
        }
        .w-col-tiny-2 {
            width: 16.6667%;
        }
        .w-col-tiny-3 {
            width: 25%;
        }
        .w-col-tiny-4 {
            width: 33.3333%;
        }
        .w-col-tiny-5 {
            width: 41.6667%;
        }
        .w-col-tiny-6 {
            width: 50%;
        }
        .w-col-tiny-7 {
            width: 58.3333%;
        }
        .w-col-tiny-8 {
            width: 66.6667%;
        }
        .w-col-tiny-9 {
            width: 75%;
        }
        .w-col-tiny-10 {
            width: 83.3333%;
        }
        .w-col-tiny-11 {
            width: 91.6667%;
        }
        .w-col-tiny-12 {
            width: 100%;
        }
    }
    
    .w-widget {
        position: relative;
    }
    
    .w-widget-map {
        width: 100%;
        height: 400px;
    }
    
    .w-widget-map label {
        width: auto;
        display: inline;
    }
    
    .w-widget-map img {
        max-width: inherit;
    }
    
    .w-widget-map .gm-style-iw {
        text-align: center;
    }
    
    .w-widget-map .gm-style-iw>button {
        display: none !important;
    }
    
    .w-widget-twitter {
        overflow: hidden;
    }
    
    .w-widget-twitter-count-shim {
        vertical-align: top;
        width: 28px;
        height: 20px;
        text-align: center;
        background: #060606;
        border: 1px solid #f33a3a;
        border-radius: 3px;
        display: inline-block;
        position: relative;
    }
    
    .w-widget-twitter-count-shim * {
        pointer-events: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    
    .w-widget-twitter-count-shim .w-widget-twitter-count-inner {
        text-align: center;
        color: #f8f4f4;
        font-family: serif;
        font-size: 15px;
        line-height: 12px;
        position: relative;
    }
    
    .w-widget-twitter-count-shim .w-widget-twitter-count-clear {
        display: block;
        position: relative;
    }
    
    .w-widget-twitter-count-shim.w--large {
        width: 36px;
        height: 28px;
    }
    
    .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 18px;
    }
    
    .w-widget-twitter-count-shim:not(.w--vertical) {
        margin-left: 5px;
        margin-right: 8px;
    }
    
    .w-widget-twitter-count-shim:not(.w--vertical).w--large {
        margin-left: 6px;
    }
    
    .w-widget-twitter-count-shim:not(.w--vertical):before,
    .w-widget-twitter-count-shim:not(.w--vertical):after {
        content: " ";
        height: 0;
        width: 0;
        pointer-events: none;
        border: solid rgba(240, 54, 54, 0);
        position: absolute;
        top: 50%;
        left: 0;
    }
    
    .w-widget-twitter-count-shim:not(.w--vertical):before {
        border-width: 4px;
        border-color: rgba(234, 58, 58, 0) #030303 rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        margin-top: -4px;
        margin-left: -9px;
    }
    
    .w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
        border-width: 5px;
        margin-top: -5px;
        margin-left: -10px;
    }
    
    .w-widget-twitter-count-shim:not(.w--vertical):after {
        border-width: 4px;
        border-color: rgba(235, 78, 78, 0) #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        margin-top: -4px;
        margin-left: -8px;
    }
    
    .w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
        border-width: 5px;
        margin-top: -5px;
        margin-left: -9px;
    }
    
    .w-widget-twitter-count-shim.w--vertical {
        width: 61px;
        height: 33px;
        margin-bottom: 8px;
    }
    
    .w-widget-twitter-count-shim.w--vertical:before,
    .w-widget-twitter-count-shim.w--vertical:after {
        content: " ";
        height: 0;
        width: 0;
        pointer-events: none;
        border: solid rgba(231, 50, 65, 0);
        position: absolute;
        top: 100%;
        left: 50%;
    }
    
    .w-widget-twitter-count-shim.w--vertical:before {
        border-width: 5px;
        border-color: #f0555f rgba(117, 134, 150, 0) rgba(117, 134, 150, 0);
        margin-left: -5px;
    }
    
    .w-widget-twitter-count-shim.w--vertical:after {
        border-width: 4px;
        border-color: #ef5858 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
        margin-left: -4px;
    }
    
    .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
        font-size: 18px;
        line-height: 22px;
    }
    
    .w-widget-twitter-count-shim.w--vertical.w--large {
        width: 76px;
    }
    
    .w-background-video {
        height: 500px;
        color: white;
        position: relative;
        overflow: hidden;
    }
    
    .w-background-video>video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -100;
        background-position: 50%;
        background-size: cover;
        margin: auto;
        position: absolute;
        top: -100%;
        bottom: -100%;
        left: -100%;
        right: -100%;
    }
    
    .w-background-video>video::-webkit-media-controls-start-playback-button {
        -webkit-appearance: none;
        display: none !important;
    }
    
    .w-background-video--control {
        background-color: rgba(14, 13, 13, 0);
        padding: 0;
        position: absolute;
        bottom: 1em;
        right: 1em;
    }
    
    .w-background-video--control>[hidden] {
        display: none !important;
    }
    
    .w-slider {
        height: 300px;
        text-align: center;
        clear: both;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        tap-highlight-color: rgba(0, 0, 0, 0);
        background: #0c0c0c;
        position: relative;
    }
    
    .w-slider-mask {
        z-index: 1;
        height: 100%;
        white-space: nowrap;
        display: block;
        position: relative;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    
    .w-slide {
        vertical-align: top;
        width: 100%;
        height: 100%;
        white-space: normal;
        text-align: left;
        display: inline-block;
        position: relative;
    }
    
    .w-slider-nav {
        z-index: 2;
        height: 40px;
        text-align: center;
        -webkit-tap-highlight-color: rgba(232, 60, 60, 0);
        tap-highlight-color: rgba(245, 113, 113, 0);
        margin: auto;
        padding-top: 10px;
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .w-slider-nav.w-round>div {
        border-radius: 100%;
    }
    
    .w-slider-nav.w-num>div {
        width: auto;
        height: auto;
        font-size: inherit;
        line-height: inherit;
        padding: .2em .5em;
    }
    
    .w-slider-nav.w-shadow>div {
        box-shadow: 0 0 3px rgba(7, 7, 7, 0.4);
    }
    
    .w-slider-nav-invert {
        color: #f9f7f7;
    }
    
    .w-slider-nav-invert>div {
        background-color: rgba(10, 10, 10, 0.4);
    }
    
    .w-slider-nav-invert>div.w-active {
        background-color: #080808;
    }
    
    .w-slider-dot {
        width: 1em;
        height: 1em;
        cursor: pointer;
        background-color: rgba(5, 5, 5, 0.4);
        margin: 0 3px .5em;
        transition: background-color .1s, color .1s;
        display: inline-block;
        position: relative;
    }
    
    .w-slider-dot.w-active {
        background-color: #090909;
    }
    
    .w-slider-dot:focus {
        outline: none;
        box-shadow: 0 0 0 2px #fff;
    }
    
    .w-slider-dot:focus.w-active {
        box-shadow: none;
    }
    
    .w-slider-arrow-left,
    .w-slider-arrow-right {
        width: 80px;
        cursor: pointer;
        color: #f9f7f7;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin: auto;
        font-size: 40px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    
    .w-slider-arrow-left [class^="w-icon-"],
    .w-slider-arrow-right [class^="w-icon-"],
    .w-slider-arrow-left [class*=" w-icon-"],
    .w-slider-arrow-right [class*=" w-icon-"] {
        position: absolute;
    }
    
    .w-slider-arrow-left:focus,
    .w-slider-arrow-right:focus {
        outline: 0;
    }
    
    .w-slider-arrow-left {
        z-index: 3;
        right: auto;
    }
    
    .w-slider-arrow-right {
        z-index: 4;
        left: auto;
    }
    
    .w-icon-slider-left,
    .w-icon-slider-right {
        width: 1em;
        height: 1em;
        margin: auto;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .w-slider-aria-label {
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        border: 0;
        margin: -1px;
        padding: 0;
        position: absolute;
        overflow: hidden;
    }
    
    .w-slider-force-show {
        display: block !important;
    }
    
    .w-dropdown {
        text-align: left;
        z-index: 900;
        margin-left: auto;
        margin-right: auto;
        display: inline-block;
        position: relative;
    }
    
    .w-dropdown-btn,
    .w-dropdown-toggle,
    .w-dropdown-link {
        vertical-align: top;
        color: #eeecec;
        text-align: left;
        white-space: nowrap;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-decoration: none;
        position: relative;
    }
    
    .w-dropdown-toggle {
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer;
        padding-right: 40px;
        display: inline-block;
    }
    
    .w-dropdown-toggle:focus {
        outline: 0;
    }
    
    .w-icon-dropdown-toggle {
        width: 1em;
        height: 1em;
        margin: auto 20px auto auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
    }
    
    .w-dropdown-list {
        min-width: 100%;
        background: #060505;
        display: none;
        position: absolute;
    }
    
    .w-dropdown-list.w--open {
        display: block;
    }
    
    .w-dropdown-link {
        color: #f2ecec;
        padding: 10px 20px;
        display: block;
    }
    
    .w-dropdown-link.w--current {
        color: #f3f5f5;
    }
    
    .w-dropdown-link:focus {
        outline: 0;
    }
    
    @media screen and (max-width: 767px) {
        .w-nav-brand {
            padding-left: 10px;
        }
    }
    /*
.w-lightbox-backdrop {
    cursor: auto;
    letter-spacing: normal;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    color: #f2ecec;
    text-align: center;
    z-index: 2000;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-tap-highlight-color: transparent;
    background: rgba(2, 2, 2, 0.9);
    outline: 0;
    font-family: Helvetica Neue, Helvetica, Ubuntu, Segoe UI, Verdana, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
    list-style: disc;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translate(0);
}

.w-lightbox-backdrop,
.w-lightbox-container {
    height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

.w-lightbox-content {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.w-lightbox-view {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    position: absolute;
}

.w-lightbox-view:before {
    content: "";
    height: 100vh;
}

.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
    height: 86vh;
}

.w-lightbox-frame,
.w-lightbox-view:before {
    vertical-align: middle;
    display: inline-block;
}

.w-lightbox-figure {
    margin: 0;
    position: relative;
}

.w-lightbox-group .w-lightbox-figure {
    cursor: pointer;
}

.w-lightbox-img {
    width: auto;
    height: auto;
    max-width: none;
}

.w-lightbox-image {
    float: none;
    max-width: 100vw;
    max-height: 100vh;
    display: block;
}

.w-lightbox-group .w-lightbox-image {
    max-height: 86vh;
}

.w-lightbox-caption {
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(9, 9, 9, 0.4);
    padding: .5em 1em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.w-lightbox-embed {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.w-lightbox-control {
    width: 4em;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    transition: all .3s;
    position: absolute;
    top: 0;
}

.w-lightbox-left {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
    display: none;
    bottom: 0;
    left: 0;
}

.w-lightbox-right {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
    display: none;
    bottom: 0;
    right: 0;
}

.w-lightbox-close {
    height: 2.6em;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
    background-size: 18px;
    right: 0;
}

.w-lightbox-strip {
    white-space: nowrap;
    padding: 0 1vh;
    line-height: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    overflow-x: auto;
    overflow-y: hidden;
}

.w-lightbox-item {
    width: 10vh;
    box-sizing: content-box;
    cursor: pointer;
    padding: 2vh 1vh;
    display: inline-block;
    -webkit-transform: translate3d(0, 0, 0);
}

.w-lightbox-active {
    opacity: .3;
}

.w-lightbox-thumbnail {
    height: 10vh;
    background: #0c0c0c;
    position: relative;
    overflow: hidden;
}

.w-lightbox-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
}

.w-lightbox-thumbnail .w-lightbox-tall {
    width: 100%;
    top: 50%;
    transform: translate(0, -50%);
}

.w-lightbox-thumbnail .w-lightbox-wide {
    height: 100%;
    left: 50%;
    transform: translate(-50%);
}

.w-lightbox-spinner {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 5px solid rgba(0, 0, 0, .4);
    border-radius: 50%;
    margin-top: -20px;
    margin-left: -20px;
    animation: .8s linear infinite spin;
    position: absolute;
    top: 50%;
    left: 50%;
}

.w-lightbox-spinner:after {
    content: "";
    border: 3px solid rgba(0, 0, 0, 0);
    border-bottom-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
}

.w-lightbox-hide {
    display: none;
}

.w-lightbox-noscroll {
    overflow: hidden;
}
*/
    
    @media (min-width: 768px) {
        .w-lightbox-content {
            height: 96vh;
            margin-top: 2vh;
        }
        .w-lightbox-view,
        .w-lightbox-view:before {
            height: 96vh;
        }
        .w-lightbox-group,
        .w-lightbox-group .w-lightbox-view,
        .w-lightbox-group .w-lightbox-view:before {
            height: 84vh;
        }
        .w-lightbox-image {
            max-width: 96vw;
            max-height: 96vh;
        }
        .w-lightbox-group .w-lightbox-image {
            max-width: 82.3vw;
            max-height: 84vh;
        }
        .w-lightbox-left,
        .w-lightbox-right {
            opacity: .5;
            display: block;
        }
        .w-lightbox-close {
            opacity: .8;
        }
        .w-lightbox-control:hover {
            opacity: 1;
        }
    }
    
    .w-lightbox-inactive,
    .w-lightbox-inactive:hover {
        opacity: 0;
    }
    
    .w-richtext:before,
    .w-richtext:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-richtext:after {
        clear: both;
    }
    
    .w-richtext[contenteditable="true"]:before,
    .w-richtext[contenteditable="true"]:after {
        white-space: initial;
    }
    
    .w-richtext ol,
    .w-richtext ul {
        overflow: hidden;
    }
    
    .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
    .w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after,
    .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
    .w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
        outline: 2px solid #2895f7;
    }
    
    .w-richtext figure.w-richtext-figure-type-video>div:after,
    .w-richtext figure[data-rt-type="video"]>div:after {
        content: "";
        display: none;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
    
    .w-richtext figure {
        max-width: 60%;
        position: relative;
    }
    
    .w-richtext figure>div:before {
        cursor: default !important;
    }
    
    .w-richtext figure img {
        width: 100%;
    }
    
    .w-richtext figure figcaption.w-richtext-figcaption-placeholder {
        opacity: .6;
    }
    
    .w-richtext figure div {
        color: white;
        font-size: 0;
    }
    
    .w-richtext figure.w-richtext-figure-type-image,
    .w-richtext figure[data-rt-type="image"] {
        display: table;
    }
    
    .w-richtext figure.w-richtext-figure-type-image>div,
    .w-richtext figure[data-rt-type="image"]>div {
        display: inline-block;
    }
    
    .w-richtext figure.w-richtext-figure-type-image>figcaption,
    .w-richtext figure[data-rt-type="image"]>figcaption {
        caption-side: bottom;
        display: table-caption;
    }
    
    .w-richtext figure.w-richtext-figure-type-video,
    .w-richtext figure[data-rt-type="video"] {
        width: 60%;
        height: 0;
    }
    
    .w-richtext figure.w-richtext-figure-type-video iframe,
    .w-richtext figure[data-rt-type="video"] iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .w-richtext figure.w-richtext-figure-type-video>div,
    .w-richtext figure[data-rt-type="video"]>div {
        width: 100%;
    }
    
    .w-richtext figure.w-richtext-align-center {
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
    
    .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,
    .w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div {
        max-width: 100%;
    }
    
    .w-richtext figure.w-richtext-align-normal {
        clear: both;
    }
    
    .w-richtext figure.w-richtext-align-fullwidth {
        width: 100%;
        max-width: 100%;
        text-align: center;
        clear: both;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .w-richtext figure.w-richtext-align-fullwidth>div {
        padding-bottom: inherit;
        display: inline-block;
    }
    
    .w-richtext figure.w-richtext-align-fullwidth>figcaption {
        display: block;
    }
    
    .w-richtext figure.w-richtext-align-floatleft {
        float: left;
        clear: none;
        margin-right: 15px;
    }
    
    .w-richtext figure.w-richtext-align-floatright {
        float: right;
        clear: none;
        margin-left: 15px;
    }
    
    .w-nav {
        z-index: 1000;
        background: rgb(253, 253, 253);
        position: relative;
    }
    
    .w-nav:before,
    .w-nav:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-nav:after {
        clear: both;
    }
    
    .w-nav-brand {
        float: left;
        color: #f8f6f6;
        text-decoration: none;
        position: relative;
    }
    
    .w-nav-link {
        vertical-align: top;
        color: #fefcfc;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        text-decoration: none;
        display: inline-block;
        position: relative;
    }
    
    .w-nav-link.w--current {
        color: #0d0d0e;
    }
    
    .w-nav-menu {
        float: right;
        position: relative;
    }
    
    [data-nav-menu-open] {
        text-align: center;
        min-width: 200px;
        background: rgb(252, 251, 251);
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow: visible;
        display: block !important;
    }
    
    .w--nav-link-open {
        display: block;
        position: relative;
    }
    
    .w-nav-overlay {
        width: 100%;
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        overflow: hidden;
    }
    
    .w-nav-overlay [data-nav-menu-open] {
        top: 0;
    }
    
    .w-nav[data-animation="over-left"] .w-nav-overlay {
        width: auto;
    }
    
    .w-nav[data-animation="over-left"] .w-nav-overlay,
    .w-nav[data-animation="over-left"] [data-nav-menu-open] {
        z-index: 1;
        top: 0;
        right: auto;
    }
    
    .w-nav[data-animation="over-right"] .w-nav-overlay {
        width: auto;
    }
    
    .w-nav[data-animation="over-right"] .w-nav-overlay,
    .w-nav[data-animation="over-right"] [data-nav-menu-open] {
        z-index: 1;
        top: 0;
        left: auto;
    }
    
    .w-nav-button {
        float: right;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        tap-highlight-color: rgba(0, 0, 0, 0);
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
        padding: 18px;
        font-size: 24px;
        display: none;
        position: relative;
    }
    
    .w-nav-button:focus {
        outline: 0;
    }
    
    .w-nav-button.w--open {
        color: #070707;
        background-color: rgb(247, 242, 242);
    }
    
    .w-nav[data-collapse="all"] .w-nav-menu {
        display: none;
    }
    
    .w-nav[data-collapse="all"] .w-nav-button,
    .w--nav-dropdown-open,
    .w--nav-dropdown-toggle-open {
        display: block;
    }
    
    .w--nav-dropdown-list-open {
        position: static;
    }
    
    @media screen and (max-width: 991px) {
        .w-nav[data-collapse="medium"] .w-nav-menu {
            display: none;
        }
        .w-nav[data-collapse="medium"] .w-nav-button {
            display: block;
        }
    }
    
    @media screen and (max-width: 767px) {
        .w-nav[data-collapse="small"] .w-nav-menu {
            display: none;
        }
        .w-nav[data-collapse="small"] .w-nav-button {
            display: block;
        }
        .w-nav-brand {
            padding-left: 10px;
        }
    }
    
    @media screen and (max-width: 479px) {
        .w-nav[data-collapse="tiny"] .w-nav-menu {
            display: none;
        }
        .w-nav[data-collapse="tiny"] .w-nav-button {
            display: block;
        }
    }
    
    .w-tabs {
        position: relative;
    }
    
    .w-tabs:before,
    .w-tabs:after {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-tabs:after {
        clear: both;
    }
    
    .w-tab-menu {
        position: relative;
    }
    
    .w-tab-link {
        vertical-align: top;
        text-align: left;
        cursor: pointer;
        color: rgb(245, 243, 243);
        background-color: rgb(5, 5, 5);
        padding: 9px 30px;
        text-decoration: none;
        display: inline-block;
        position: relative;
    }
    
    .w-tab-link:focus {
        outline: 0;
    }
    
    .w-tab-content {
        display: block;
        position: relative;
        overflow: hidden;
    }
    
    .w-tab-pane {
        display: none;
        position: relative;
    }
    
    .w--tab-active {
        display: block;
    }
    
    @media screen and (max-width: 479px) {
        .w-tab-link {
            display: block;
        }
    }
    
    .w-ix-emptyfix:after {
        content: "";
    }
    
    @keyframes spin {
        0% {
            transform: rotate(0);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    
    .w-dyn-empty {
        background-color: rgb(8, 3, 3);
        padding: 10px;
    }
    
    .w-dyn-hide,
    .w-dyn-bind-empty,
    .w-condition-invisible {
        display: none !important;
    }
    
    .wf-layout-layout {
        display: grid;
    }
    
     :root {
        --white: white;
        --black: #050505;
        --orange-red: #fa513a;
        --theme-grey: #cfcac9;
        --dim-grey: #6b6b6b;
        --dark-cyan: #17d8d8;
        --black-2: #333;
        --orange: #fe9903;
        --goldenrod: #c09712;
        --dark-grey: #313131;
        --cyan: #03ffff;
        --deep-sky-blue: #00abe4;
    }
    
    .w-layout-grid {
        grid-row-gap: 16px;
        grid-column-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .w-layout-blockcontainer {
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .w-checkbox {
        margin-bottom: 5px;
        padding-left: 20px;
        display: block;
    }
    
    .w-checkbox:before {
        content: " ";
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-checkbox:after {
        content: " ";
        clear: both;
        grid-area: 1 / 1 / 2 / 2;
        display: table;
    }
    
    .w-checkbox-input {
        float: left;
        margin: 4px 0 0 -20px;
        line-height: normal;
    }
    
    .w-checkbox-input--inputType-custom {
        width: 12px;
        height: 12px;
        border: 1px solid #ccc;
        border-radius: 2px;
    }
    
    .w-checkbox-input--inputType-custom.w--redirected-checked {
        background-color: #000202;
        background-image: url("../../static/custom-checkbox-checkmark.589d534424.svg");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-color: #ec3838;
    }
    
    .w-checkbox-input--inputType-custom.w--redirected-focus {
        box-shadow: 0 0 3px 1px #3898ec;
    }
    
    .w-form-formradioinput--inputType-custom {
        width: 12px;
        height: 12px;
        border: 1px solid #f11919;
        border-radius: 50%;
    }
    
    .w-form-formradioinput--inputType-custom.w--redirected-focus {
        box-shadow: 0 0 3px 1px #3898ec;
    }
    
    .w-form-formradioinput--inputType-custom.w--redirected-checked {
        border-width: 4px;
        border-color: #3898ec;
    }
    
    @media screen and (max-width: 991px) {
        .w-layout-blockcontainer {
            max-width: 728px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .w-layout-blockcontainer {
            max-width: none;
        }
    }
    
    body {
        background-color: rgb(12, 10, 10);
        color: #fefafa;
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 180%;
    }
    
    h1 {
        margin-top: 20px;
        margin-bottom: 10px;
        font-size: 48px;
        font-weight: 700;
        line-height: 110%;
    }
    
    h2 {
        margin-top: 0;
        margin-bottom: 0;
        font-family: Sora, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 58px;
    }
    
    h4 {
        margin-top: 0;
        margin-bottom: 0;
        font-family: Sora, sans-serif;
        font-size: 31px;
        font-weight: 700;
        line-height: 43px;
    }
    
    h5 {
        margin-top: 0;
        margin-bottom: 0;
        font-family: Sora, sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 32px;
    }
    
    h6 {
        color: black;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
    }
    
    p {
        margin-bottom: 10px;
    }
    
    .wloffer {
        width: 100%;
        background-color: rgb(8, 0, 0);
        justify-content: center;
        padding-top: 12px;
        padding-bottom: 12px;
        display: none;
        position: static;
    }
    
    .wlheader {
        z-index: 9;
        background-color: black;
        padding-top: 8px;
        padding-bottom: 8px;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        box-shadow: 3px 0 10px rgba(0, 0, 0, .12);
    }
    
    .wlcontainer {
        width: auto;
        max-width: 1170px;
        justify-content: space-between;
        align-items: center;
        padding-left: 16px;
        padding-right: 16px;
        display: flex;
    }
    
    .wlheaderlogo {
        width: auto;
        grid-column-gap: 10px;
        flex-direction: row;
        align-items: center;
        padding-bottom: 0;
        display: flex;
    }
    
    .wlheaderlogo.w--current {
        width: auto;
        grid-column-gap: 10px;
        cursor: auto;
        align-items: center;
        display: flex;
    }
    
    .nav-link {
        color: rgb(247, 244, 244);
        text-transform: none;
        border-bottom: 2px solid rgba(0, 0, 0, 0);
        padding: 8px 6px;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 160%;
        text-decoration: none;
        display: block;
    }
    
    .nav-link:hover {
        border-bottom: 2px solid var(--orange-red);
    }
    
    .nav-link.w--current {
        border-bottom-color: var(--orange-red);
    }
    
    .loginbutton {
        background-color: #040404;
        border-radius: 6px;
        margin-left: 20px;
        padding-left: 32px;
        padding-right: 32px;
        font-size: 13px;
        font-weight: 600;
        transition: background-color .2s;
    }
    
    .loginbutton:hover {
        background-color: #070707;
        transform: translate(0);
    }
    
    .loginbutton.setloginurl {
        background-color: var(--black);
        color: #fbf8f8;
    }
    
    .nav-link-2 {
        color: white;
        padding-top: 0;
        padding-bottom: 0;
        font-family: Poppins, sans-serif;
        transition: color .2s;
        display: none;
    }
    
    .nav-link-2.w--current {
        color: var(--black);
        font-weight: 500;
        display: none;
    }
    
    .wlheadernavmenu {
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        display: flex;
    }
    
    .wlhero {
        background-color: rgb(12, 12, 12);
        background-image: linear-gradient(to bottom, var(--theme-grey), white 40%);
        padding-top: 80px;
        padding-bottom: 48px;
        transition: background-color .2s;
        display: none;
    }
    
    .text-block-2 {
        color: white;
        letter-spacing: .025em;
        font-size: 17px;
    }
    
    .bold-text-2 {
        font-weight: 600;
    }
    
    .heading {
        width: 100%;
        max-width: 450px;
        color: var(--black);
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 30px;
        font-weight: 600;
        line-height: 48px;
    }
    
    .paragraph {
        width: 100%;
        max-width: 575px;
        color: var(--black);
        margin-bottom: 32px;
        font-size: 14px;
        line-height: 26px;
    }
    
    .list {
        grid-column-gap: 24px;
        grid-row-gap: 0px;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 0;
        padding-left: 0;
        display: flex;
    }
    
    .list-item {
        grid-column-gap: 6px;
        grid-row-gap: 6px;
        grid-template-rows: auto;
        grid-template-columns: 16px 1fr;
        grid-auto-columns: 1fr;
        align-items: center;
        display: grid;
    }
    
    .text-block-3 {
        color: #f5f5f5;
        font-size: 13px;
    }
    
    .div-block {
        width: 100%;
        max-width: 464px;
        background-color: #050505;
        border: 2px solid rgba(28, 52, 151, .24);
        border-radius: 6px;
        padding: 6px;
        display: none;
    }
    
    .form {
        grid-column-gap: 12px;
        align-items: center;
        display: flex;
    }
    
    .form-block {
        width: 100%;
        margin-bottom: 0;
    }
    
    .text-field {
        border: 1px #e33535;
        margin-bottom: 0;
    }
    
    .submit-button {
        background-color: #040405;
        border-radius: 6px;
        transition: background-color .2s;
    }
    
    .container {
        width: 100%;
        max-width: 1548px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .container.hero {
        max-width: 1456px;
        padding-left: 20px;
        padding-right: 20px;
        position: relative;
    }
    
    .img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }
    
    .wlcourseblock {
        width: 32%;
        background-color: #0a0a0a;
        border-radius: 10px;
        flex-direction: column;
        text-decoration: none;
        transition: transform .2s;
        display: flex;
        overflow: hidden;
        box-shadow: 1px 1px 12px 2px rgba(99, 82, 192, .12);
    }
    
    .wlcourseblock:hover {
        transform: scale(1.05);
        box-shadow: 1px 1px 12px 2px rgba(99, 82, 192, .24);
    }
    
    .getcourse {
        color: var(--dim-grey);
        text-align: center;
        border-top: 1px solid #ebedf2;
        justify-content: center;
        margin-top: auto;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        display: flex;
    }
    
    .coursepricewrapper {
        grid-column-gap: 8px;
        grid-row-gap: 0px;
        justify-content: flex-start;
        align-items: flex-end;
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .courseprice {
        color: white;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 26px;
        font-weight: 700;
        line-height: 26px;
    }
    
    .list-item-2 {
        margin-bottom: -4px;
        margin-left: -6px;
        display: block;
    }
    
    .wlfeatures {
        padding-top: 43px;
        padding-bottom: 75px;
        padding-right: 0;
        display: none;
    }
    
    .container-3 {
        max-width: 1170px;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .heading-3 {
        text-align: center;
        margin-top: 0;
        margin-bottom: 16px;
    }
    
    .text-block-9 {
        color: #f4f6fa;
        text-align: center;
        margin-bottom: 48px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .text-block-10 {
        color: white;
        text-align: center;
        padding-top: 32px;
        padding-bottom: 16px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .wlfeatureblock {
        border-radius: 12px;
        padding: 24px 16px;
        box-shadow: 1px 1px 12px 2px rgba(99, 82, 192, .12);
    }
    
    .grid {
        grid-row-gap: 0px;
        grid-template-rows: auto;
        grid-template-columns: 64px 1fr;
        align-items: center;
    }
    
    .heading-4 {
        color: var(--black);
        margin-top: 0;
        margin-bottom: 0;
        font-size: 17px;
        font-weight: 600;
        line-height: 24px;
    }
    
    .paragraph-3 {
        color: #fafbfe;
        margin-top: 20px;
        margin-bottom: 0;
        font-size: 15px;
        line-height: 23px;
    }
    
    .grid-2 {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .list-3 {
        grid-column-gap: 8px;
        align-items: center;
        margin-bottom: 12px;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .div-block-4 {
        height: 20px;
        background-color: rgba(28, 52, 151, .12);
        border-radius: 4px;
        justify-content: center;
        align-items: center;
        padding-left: 8px;
        padding-right: 8px;
        display: flex;
    }
    
    .wltestimonial {
        padding-top: 75px;
        padding-bottom: 75px;
        padding-right: 0;
        display: none;
    }
    
    .text-block-12 {
        color: rgb(248, 244, 244);
        text-align: center;
        padding-bottom: 16px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .grid-3 {
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
    }
    
    .testimonial-block {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #0c0c0c;
        border-radius: 12px;
        flex-direction: column;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-start;
        display: flex;
        box-shadow: 1px 1px 12px 2px rgba(99, 82, 192, .12);
    }
    
    .container-4 {
        max-width: 1170px;
        padding-left: 16px;
        padding-right: 16px;
    }
    
    .list-4 {
        grid-column-gap: 4px;
        align-items: center;
        margin-bottom: 16px;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .paragraph-4 {
        color: #f9f8f8;
        margin-bottom: 24px;
        font-size: 15px;
        line-height: 23px;
    }
    
    .div-block-6 {
        justify-content: space-between;
        align-items: center;
        margin-top: auto;
        display: flex;
    }
    
    .text-block-14 {
        color: white;
        margin-bottom: 4px;
        font-size: 15px;
        font-weight: 500;
    }
    
    .text-block-15 {
        color: #faf3f3;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
    }
    
    .columns-3 {
        grid-column-gap: 0px;
        justify-content: space-around;
        align-items: center;
        display: flex;
    }
    
    .heading-5 {
        margin-top: 0;
        margin-bottom: 16px;
    }
    
    .div-block-7 {
        padding-right: 48px;
    }
    
    .image-3 {
        width: 100%;
        border-radius: 16px;
    }
    
    .wlfooter {
        background-color: #0f0d0d;
        padding-bottom: 32px;
        display: none;
    }
    
    .container-6 {
        max-width: 1170px;
        outline-offset: 0px;
        mix-blend-mode: normal;
        background-color: #040404;
        outline: 3px #333;
        padding-left: 16px;
        padding-right: 16px;
        display: block;
    }
    
    .footercontent {
        background-color: black;
        border-radius: 16px;
        margin-top: -190px;
        padding: 48px 24px;
    }
    
    .column {
        flex-direction: column;
        display: flex;
    }
    
    .columns-4 {
        grid-column-gap: 24px;
        align-items: center;
        display: flex;
    }
    
    .paragraph-6 {
        color: white;
        margin-top: 24px;
        margin-bottom: 32px;
    }
    
    .text-block-18 {
        color: white;
        margin-bottom: 16px;
        font-size: 20px;
        font-weight: 500;
        display: block;
    }
    
    .text-block-19 {
        color: #fef8f8;
        margin-bottom: 6px;
        font-weight: 500;
    }
    
    .grid-6 {
        grid-column-gap: 12px;
        grid-template-rows: auto;
        align-items: center;
        display: flex;
    }
    
    .link-2 {
        color: white;
        font-size: 16px;
        font-weight: 500;
        transition: color .2s;
    }
    
    .link-2:hover {
        color: rgb(240, 235, 235);
    }
    
    .div-block-9 {
        margin-bottom: 32px;
    }
    
    .div-block-9.mb-0 {
        margin-bottom: 0;
    }
    
    .list-6 {
        margin-top: 12px;
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .list-item-7 {
        margin-right: 12px;
    }
    
    .list-7 {
        grid-column-gap: 16px;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .link-3 {
        color: var(--black);
        font-size: 15px;
        font-weight: 500;
        text-decoration: none;
    }
    
    .link-3:hover {
        color: #f0e9e9;
    }
    
    .text-block-20 {
        color: white;
        text-align: center;
        margin-top: 32px;
    }
    
    .image-5 {
        border-radius: 16px;
        margin-top: 0;
        margin-left: auto;
        margin-right: 0;
    }
    
    .column-2 {
        display: flex;
    }
    
    .columns-5 {
        align-items: center;
        display: flex;
    }
    
    .div-block-10 {
        justify-content: center;
        margin-top: 48px;
        display: flex;
    }
    
    .grid-7 {
        flex-wrap: wrap;
        grid-template-columns: 1fr 1fr 1fr;
        align-content: stretch;
        justify-content: center;
        display: none;
    }
    
    .wlcourselist {
        grid-row-gap: 16px;
        flex-wrap: wrap;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: stretch;
        display: flex;
    }
    
    .column-4 {
        justify-content: center;
        display: flex;
    }
    
    .link-block-4 {
        justify-content: center;
        align-items: center;
        transition: filter .2s;
        display: flex;
    }
    
    .link-block-4:hover {
        filter: brightness(84%);
    }
    
    .link-block-5 {
        transition: filter .2s;
    }
    
    .link-block-5:hover {
        filter: brightness(84%);
    }
    
    .button-4 {
        display: none;
    }
    
    .list-8 {
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .image-6 {
        width: 60px;
        border-radius: 8px;
    }
    
    .text-block-23 {
        color: white;
        font-family: Poppins, sans-serif;
        font-size: 20px;
        font-weight: 700;
    }
    
    .getstartedbutton {
        background-color: #eff0f5;
        border: 2px solid #1c3497;
        border-radius: 6px;
        padding-top: 16px;
        padding-bottom: 16px;
        text-decoration: none;
    }
    
    .getstartedbutton:hover {
        background-color: #1f3385;
    }
    
    .getstartedbutton.setloginurl {
        border-style: solid;
        border-color: var(--black);
        background-color: var(--black);
        color: #f3eded;
        transition: background-color .2s;
    }
    
    .getstartedbutton.setloginurl:hover {
        border-color: var(--theme-grey);
        background-color: var(--theme-grey);
        color: var(--black);
    }
    
    .getstartedbutton.setloginurl {
        border-color: var(--black);
        background-color: white;
    }
    
    .getstartedbutton.setloginurl:hover {
        border-color: var(--theme-grey);
        background-color: var(--theme-grey);
        color: var(--black);
        text-transform: capitalize;
    }
    
    .originalprice-2 {
        color: #f3eeee;
        font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
        font-size: 26px;
        line-height: 26px;
        text-decoration: line-through;
    }
    
    .coursetitle-2 {
        color: #fbf7f7;
        margin-top: 0;
        margin-bottom: 6px;
        font-size: 17px;
        font-weight: 600;
        line-height: 24px;
    }
    
    .wlcourseblockinfo-2 {
        border: 1px #ebedf2;
        padding: 20px 16px 30px;
    }
    
    .text-block-27 {
        color: #faf5f5;
        text-transform: uppercase;
        font-size: 11px;
        font-weight: 500;
    }
    
    .paragraph-7 {
        color: #f8f5f5;
        margin-bottom: 24px;
        font-size: 15px;
    }
    
    .privacy {
        background-color: var(--white);
        font-family: Poppins, sans-serif;
    }
    
    .privacyblock {
        background-color: #fff;
        border: 4px solid rgba(28, 52, 151, .16);
        border-radius: 12px;
        margin-top: 64px;
        margin-bottom: 64px;
        padding: 48px;
        display: block;
    }
    
    .container-8 {
        color: white;
    }
    
    .heading-6 {
        margin-top: 0;
        margin-bottom: 16px;
    }
    
    .paragraph-8 {
        color: var(--black);
        line-height: 22px;
    }
    
    .heading-7 {
        margin-top: 32px;
        margin-bottom: 12px;
        font-weight: 600;
    }
    
    .bold-text-5 {
        color: var(--black);
        text-transform: none;
        font-weight: 600;
    }
    
    .list-9 {
        grid-row-gap: 10px;
        flex-direction: column;
        margin-bottom: 16px;
        list-style-type: square;
        display: flex;
    }
    
    .paragraph-9,
    .paragraph-10,
    .paragraph-11 {
        color: var(--black);
        line-height: 22px;
    }
    
    .paragraph-12,
    .paragraph-13 {
        line-height: 22px;
    }
    
    .bold-text-6 {
        font-weight: 600;
    }
    
    .bold-text-8 {
        font-weight: 700;
    }
    
    .link-block-9 {
        justify-content: center;
        align-items: center;
        text-decoration: none;
        display: flex;
    }
    
    .text-block-29 {
        color: #0b0b0b;
        padding-right: 12px;
        font-family: Poppins, sans-serif;
    }
    
    .image-9 {
        width: 32px;
    }
    
    .text-block-30 {
        color: #050505;
        padding-left: 6px;
        font-family: Poppins, sans-serif;
        font-size: 17px;
        font-weight: 700;
    }
    
    .text-block-32 {
        color: #030303;
        text-align: center;
        margin-bottom: 48px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .gallery-wrapper {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: start;
        display: grid;
    }
    
    .container-10 {
        margin-top: 0;
    }
    
    .gallery-grid {
        grid-row-gap: 40px;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .text-block-36 {
        color: #050505;
        text-align: center;
        margin-bottom: 48px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .container-9 {
        width: 100%;
        max-width: 940px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .gallery-overview {
        background-color: #fff;
        border-bottom: 1px solid #e4ebf3;
        justify-content: center;
        align-items: center;
        padding: 43px 0 70px;
        display: none;
        position: relative;
    }
    
    .gallery-image {
        width: 100%;
    }
    
    .gallery-image.shadow-two {
        padding-top: 0;
        padding-bottom: 15px;
    }
    
    .text-block-37 {
        color: var(--orange-red);
        text-align: center;
        padding-top: 0;
        padding-bottom: 16px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .checkicon {
        width: 18px;
        height: 18px;
        color: var(--black);
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .offericonwrapper {
        width: 64px;
        height: 64px;
        background-color: white;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .offericonincircle {
        width: 40px;
        height: 40px;
        color: #0c0b0b;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        display: flex;
    }
    
    .quoteicon {
        width: 56px;
        height: 56px;
        color: var(--dim-grey);
        justify-content: center;
        align-items: center;
        font-size: 64px;
        line-height: 64px;
        display: flex;
    }
    
    .div-block-12 {
        width: 64px;
        height: 64px;
    }
    
    .socialicons {
        width: 25px;
        height: 30px;
        color: #0c0b0b;
        justify-content: center;
        align-items: center;
        line-height: 14px;
        display: flex;
    }
    
    .text-block-39 {
        color: var(--dim-grey);
        padding-bottom: 16px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .paragraph-15 {
        color: #0b0c0e;
        white-space: normal;
        object-fit: fill;
        margin-bottom: 12px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .wlmeetcreator-2 {
        background-color: #fff;
        padding-top: 75px;
        padding-bottom: 275px;
        display: none;
    }
    
    .socialicondiv {
        width: 40px;
        height: 40px;
        background-color: var(--black);
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .text-block-40 {
        color: var(--black);
        line-height: 14px;
    }
    
    .wlcourses-3 {
        background-color: #ebedf2;
        background-image: linear-gradient(to bottom, var(--theme-grey), white 40%);
        padding-top: 96px;
        padding-bottom: 275px;
        display: block;
    }
    
    .text-block-41 {
        color: var(--dim-grey);
        text-align: center;
        padding-bottom: 16px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .text-block-42 {
        color: var(--dim-grey);
    }
    
    .wlfeaturedservice-2 {
        padding-top: 75px;
        padding-bottom: 75px;
        display: none;
        position: relative;
    }
    
    .wlfeaturedbg-2 {
        z-index: -1;
        width: 971px;
        height: 78%;
        background-color: var(--theme-grey);
        border-radius: 16px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 50%;
        bottom: 0%;
        left: 50%;
        right: 0%;
        transform: translate(-50%, -52%);
    }
    
    .container-14 {
        max-width: 1170px;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
    }
    
    .text-block-43 {
        color: var(--black);
        text-align: center;
        text-shadow: none;
        margin-top: 0;
        margin-bottom: 0;
        padding-top: 32px;
        padding-bottom: 32px;
        font-size: 20px;
        font-weight: 500;
    }
    
    .button-6 {
        background-color: var(--black);
        border-radius: 6px;
        padding: 16px 36px;
        font-size: 16px;
        font-weight: 500;
        transition: background-color .2s;
    }
    
    .button-6:hover {
        background-color: #5e5e5e;
    }
    
    .list-item-11 {
        color: var(--dark-cyan);
    }
    
    .grid-10 {
        width: 100%;
        max-width: 475px;
        grid-column-gap: 12px;
        grid-template-rows: auto;
    }
    
    .text-block-44 {
        text-align: center;
        padding: 0;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        text-decoration: none;
    }
    
    .link-block-10 {
        border: 2px solid #050505;
        border-radius: 6px;
        justify-content: center;
        align-items: center;
        padding-top: 16px;
        padding-bottom: 16px;
        text-decoration: none;
        display: block;
    }
    
    .text-block-45 {
        color: #050505;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
    }
    
    .bold-text-9 {
        font-weight: 500;
    }
    
    .margin-xhuge {
        margin: 8rem;
    }
    
    .text-weight-bold {
        font-weight: 700;
    }
    
    .text-weight-bold.text-size-medium {
        color: #0b0a0a;
        line-height: 130%;
    }
    
    .icon-height-small {
        height: 1rem;
    }
    
    .background-color-black {
        color: #0a0a0a;
        background-color: #fbf9f9;
    }
    
    .heading-style-h4 {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
    }
    
    .form_message-error {
        margin-top: .75rem;
        padding: .75rem;
    }
    
    .align-center {
        margin-left: auto;
        margin-right: auto;
    }
    
    .text-size-small {
        font-size: .875rem;
    }
    
    .padding-vertical {
        padding-left: 0;
        padding-right: 0;
    }
    
    .container-large {
        width: 100%;
        max-width: 80rem;
        margin-left: auto;
        margin-right: auto;
        padding-left: 50px;
        padding-right: 50px;
    }
    
    .margin-0 {
        margin: 0;
    }
    
    .text-weight-xbold {
        font-weight: 800;
    }
    
    .fs-styleguide_header-block {
        grid-column-gap: 2rem;
        grid-row-gap: 2rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        align-items: center;
        justify-items: start;
        display: grid;
    }
    
    .text-weight-normal {
        font-weight: 400;
    }
    
    .padding-0 {
        padding: 0;
    }
    
    .text-size-tiny {
        font-size: .75rem;
    }
    
    .padding-section-medium {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    
    .background-color-white {
        background-color: #fff;
    }
    
    .icon-1x1-small {
        width: 1rem;
        height: 1rem;
        flex: none;
    }
    
    .text-align-right {
        text-align: right;
    }
    
    .fs-styleguide_item-header {
        width: 100%;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-bottom: 2rem;
    }
    
    .overflow-visible {
        overflow: visible;
    }
    
    .text-weight-medium {
        font-weight: 500;
    }
    
    .fs-styleguide_background {
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .1);
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        display: flex;
    }
    
    .form_checkbox-icon {
        width: .875rem;
        height: .875rem;
        border-radius: .125rem;
        margin: 0 .5rem 0 0;
    }
    
    .form_checkbox-icon.w--redirected-checked {
        width: .875rem;
        height: .875rem;
        background-size: 90%;
        border-radius: .125rem;
        margin: 0 .5rem 0 0;
    }
    
    .form_checkbox-icon.w--redirected-focus {
        width: .875rem;
        height: .875rem;
        border-radius: .125rem;
        margin: 0 .5rem 0 0;
        box-shadow: 0 0 .25rem 0 #3898ec;
    }
    
    .fs-styleguide_2-col {
        width: 100%;
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .fs-styleguide_2-col.is-align-start {
        align-items: start;
    }
    
    .icon-height-large {
        height: 3rem;
    }
    
    .fs-styleguide_classes {
        grid-column-gap: 1px;
        grid-row-gap: 1px;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .max-width-xxlarge {
        width: 100%;
        max-width: 80rem;
    }
    
    .padding-xxlarge {
        padding: 5rem;
    }
    
    .fs-styleguide_4-col {
        width: 100%;
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .fs-styleguide_background-space {
        width: 1px;
        height: 1px;
        margin: 5rem;
    }
    
    .padding-custom1 {
        padding: 1.5rem;
    }
    
    .fs-styleguide_section-header {
        width: 100%;
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        border-bottom: 1px solid #000;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        padding-bottom: 3rem;
        line-height: 1.4;
        display: grid;
    }
    
    .margin-small {
        margin: 1rem;
    }
    
    .text-size-regular {
        font-size: 1rem;
    }
    
    .padding-xsmall {
        padding: .5rem;
    }
    
    .padding-xhuge {
        padding: 8rem;
    }
    
    .icon-height-medium {
        height: 2rem;
    }
    
    .form_radio-icon {
        width: .875rem;
        height: .875rem;
        margin-top: 0;
        margin-left: 0;
        margin-right: .5rem;
    }
    
    .form_radio-icon.w--redirected-checked {
        width: .875rem;
        height: .875rem;
        border-width: .25rem;
    }
    
    .form_radio-icon.w--redirected-focus {
        width: .875rem;
        height: .875rem;
        box-shadow: 0 0 .25rem 0 #3898ec;
    }
    
    .padding-custom3 {
        padding: 3.5rem;
    }
    
    .margin-xxhuge {
        margin: 12rem;
    }
    
    .max-width-xxsmall {
        width: 100%;
        max-width: 12rem;
    }
    
    .margin-huge {
        margin: 6rem;
    }
    
    .fs-styleguide_section {
        grid-column-gap: 6rem;
        grid-row-gap: 6rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        align-items: start;
        justify-items: start;
        display: grid;
    }
    
    .fs-styleguide_section.is-vertical {
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        grid-template-columns: 1fr;
    }
    
    .fs-styleguide_heading-large {
        font-size: 6rem;
    }
    
    .padding-left {
        padding-top: 0;
        padding-bottom: 0;
        padding-right: 0;
    }
    
    .fs-styleguide_item {
        grid-column-gap: 1.125rem;
        grid-row-gap: 1.125rem;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        align-content: start;
        justify-content: start;
        align-items: start;
        justify-items: start;
        padding-bottom: 3rem;
        display: grid;
        position: relative;
    }
    
    .fs-styleguide_item.is-stretch {
        justify-items: stretch;
    }
    
    .margin-medium {
        margin: 2rem;
    }
    
    .text-color-white {
        color: #0a0a0a;
    }
    
    .fs-styleguide_spacing {
        grid-column-gap: .5rem;
        grid-row-gap: .5rem;
        background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        align-content: start;
        justify-content: start;
        align-items: start;
        justify-items: stretch;
        display: grid;
        position: relative;
    }
    
    .margin-xxlarge {
        margin: 5rem;
    }
    
    .margin-xlarge {
        margin: 4rem;
    }
    
    .margin-horizontal {
        margin-top: 0;
        margin-bottom: 0;
    }
    
    .text-weight-semibold {
        font-weight: 600;
    }
    
    .padding-small {
        padding: 1rem;
    }
    
    .text-color-black {
        color: #000;
    }
    
    .text-color-grey {
        color: rgb(8, 4, 4);
    }
    
    .heading-style-h2 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1.2;
    }
    
    .max-width-large {
        width: 100%;
        max-width: 48rem;
    }
    
    .padding-bottom {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .global-styles {
        display: block;
        position: fixed;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: auto;
    }
    
    .text-align-center {
        text-align: center;
    }
    
    .text-style-link {
        color: #000;
        text-decoration: underline;
    }
    
    .margin-xsmall {
        margin: .5rem;
    }
    
    .heading-style-h3 {
        font-size: 2rem;
        font-weight: 700;
        line-height: 1.2;
    }
    
    .fs-styleguide_label {
        color: #fff;
        background-color: #0073e6;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: .25rem .75rem;
        font-weight: 600;
        line-height: 1.4;
        display: flex;
    }
    
    .fs-styleguide_label.is-tag {
        background-color: #f9f6f9;
    }
    
    .fs-styleguide_label.is-hex {
        color: #000;
        background-color: #f5f5f5;
    }
    
    .text-style-strikethrough {
        text-decoration: line-through;
    }
    
    .text-style-quote {
        border-left: .25rem solid #e2e2e2;
        margin-bottom: 0;
        padding: 0 1.25rem;
        font-size: 1.25rem;
        line-height: 1.5;
    }
    
    .text-style-italic {
        font-style: italic;
    }
    
    .layer {
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    
    .max-width-full {
        width: 100%;
        max-width: none;
    }
    
    .fs-styleguide_3-col {
        width: 100%;
        grid-column-gap: 4rem;
        grid-row-gap: 4rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        align-items: stretch;
        display: grid;
    }
    
    .fs-styleguide_3-col.is-align-start {
        align-items: start;
    }
    
    .z-index-1 {
        z-index: 1;
        position: relative;
    }
    
    .text-size-medium {
        font-size: 1.25rem;
    }
    
    .padding-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
    
    .text-align-left {
        text-align: left;
    }
    
    .overflow-hidden {
        overflow: hidden;
    }
    
    .overflow-scroll {
        overflow: scroll;
    }
    
    .max-width-xsmall {
        width: 100%;
        max-width: 16rem;
    }
    
    .margin-custom2 {
        margin: 2.5rem;
    }
    
    .margin-custom3 {
        margin: 3.5rem;
    }
    
    .overflow-auto {
        overflow: auto;
    }
    
    .margin-right {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
    }
    
    .margin-xxsmall {
        margin: .25rem;
    }
    
    .padding-custom2 {
        padding: 2.5rem;
    }
    
    .icon-1x1-medium {
        width: 2rem;
        height: 2rem;
    }
    
    .icon-1x1-large {
        width: 2.5rem;
        height: 2.5rem;
    }
    
    .padding-xlarge {
        padding: 4rem;
    }
    
    .fs-styleguide_item-wrapper {
        width: 100%;
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    
    .max-width-medium {
        width: 100%;
        max-width: 32rem;
    }
    
    .form_component {
        margin-bottom: 0;
    }
    
    .fs-styleguide_row {
        grid-column-gap: .75rem;
        grid-row-gap: .75rem;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: auto;
        grid-auto-columns: auto;
        grid-auto-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    
    .spacing-clean {
        margin: 0;
        padding: 0;
    }
    
    .form_input {
        min-height: 3rem;
        background-color: rgba(245, 243, 243, 0.979);
        margin-bottom: .75rem;
        padding: .5rem 1rem;
    }
    
    .form_input.is-text-area {
        min-height: 8rem;
        padding-top: .75rem;
    }
    
    .button-group {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-flow: wrap;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    
    .margin-tiny {
        margin: .125rem;
    }
    
    .padding-global {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    
    .padding-global.padding-section-large {
        padding-top: 7.5rem;
        padding-bottom: 7.5rem;
    }
    
    .padding-large {
        padding: 3rem;
    }
    
    .padding-section-small {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .margin-top {
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .padding-top {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }
    
    .margin-left {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
    }
    
    .fs-styleguide_version {
        z-index: 5;
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }
    
    .text-weight-light {
        font-weight: 300;
    }
    
    .padding-horizontal {
        padding-top: 0;
        padding-bottom: 0;
    }
    
    .z-index-2 {
        z-index: 2;
        position: relative;
    }
    
    .form_checkbox {
        flex-direction: row;
        align-items: center;
        margin-bottom: .5rem;
        padding-left: 0;
        display: flex;
    }
    
    .padding-xxsmall {
        padding: .25rem;
    }
    
    .text-style-nowrap {
        white-space: nowrap;
    }
    
    .fs-styleguide_heading-medium {
        font-size: 4rem;
    }
    
    .container-medium {
        width: 100%;
        max-width: 64rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .background-color-grey {
        background-color: #f5f5f5;
    }
    
    .text-style-muted {
        opacity: .6;
    }
    
    .heading-style-h6 {
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.5;
    }
    
    .padding-medium {
        padding: 2rem;
    }
    
    .padding-section-large {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }
    
    .fs-styleguide_header {
        background-color: rgba(254, 251, 251, 0.986);
    }
    
    .margin-bottom {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    
    .fs-styleguide_1-col {
        width: 100%;
        grid-column-gap: 3rem;
        grid-row-gap: 3rem;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .heading-style-h5 {
        font-size: 1.25rem;
        font-weight: 700;
        line-height: 1.5;
    }
    
    .form_message-success {
        padding: 1.25rem;
    }
    
    .fs-styleguide_empty-box {
        z-index: -1;
        height: 3rem;
        min-width: 3rem;
        background-color: rgba(245, 246, 248, 0.982);
        border: 1px dashed #0073e6;
        position: relative;
    }
    
    .padding-huge {
        padding: 6rem;
    }
    
    .container-small {
        width: 100%;
        max-width: 48rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .fs-styleguide_color.is-3 {
        background-color: #fff;
    }
    
    .fs-styleguide_color.is-1 {
        background-color: #f9f5f5;
    }
    
    .fs-styleguide_color.is-2 {
        background-color: #f5f5f5;
    }
    
    .main-wrapper {
        grid-row-gap: 160px;
        flex-direction: column;
    }
    
    .button {
        color: #0e0c0c;
        text-align: center;
        background-color: #f8f3f3;
        padding: .75rem 1.5rem;
        font-weight: 600;
    }
    
    .button.is-secondary {
        color: #000;
        background-color: rgba(245, 242, 242, 0.977);
        border: 2px solid #000;
        border-bottom-width: .125rem;
    }
    
    .button.is-text {
        color: #000;
        background-color: rgba(245, 244, 244, 0.975);
        border: 2px solid rgba(248, 247, 247, 0.991);
    }
    
    .button.is-icon {
        grid-column-gap: 1rem;
        grid-row-gap: 1rem;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        display: flex;
    }
    
    .button.is-large {
        padding: 1rem 2rem;
    }
    
    .button.is-small {
        padding: .5rem 1.25rem;
    }
    
    .margin-custom1 {
        margin: 1.5rem;
    }
    
    .form_radio {
        flex-direction: row;
        align-items: center;
        margin-bottom: .5rem;
        padding-left: 0;
        display: flex;
    }
    
    .margin-large {
        margin: 3rem;
    }
    
    .padding-tiny {
        padding: .125rem;
    }
    
    .fs-styleguide_spacing-all {
        display: none;
    }
    
    .max-width-xlarge {
        width: 100%;
        max-width: 64rem;
    }
    
    .heading-style-h1 {
        font-size: 4rem;
        font-weight: 700;
        line-height: 1.1;
    }
    
    .hide {
        display: none;
    }
    
    .text-style-allcaps {
        text-transform: uppercase;
    }
    
    .navbar-wrapper-2 {
        width: 100%;
        border: 1px #fff;
        justify-content: space-between;
        align-items: center;
        margin-top: 0;
        padding: 10px 0;
        display: flex;
    }
    
    .navbar-logo-left.custom-header {
        width: 100%;
        position: static;
        left: 0;
    }
    
    .navbar-brand-2 {
        object-fit: contain;
    }
    
    .nav-logo {
        width: 200px;
        height: auto;
        background-color: white;
    }
    
    .navbar-brand-2.w-nav-brand.w--current {
        background-color: white;
        color: white;
    }
    
    .header {
        background-color: white;
    }
    
    .navbar-logo-left.custom-header {
        background-color: white;
    }
    
    .navbar-wrapper-2 {
        background-color: white;
    }
    
    .nav-menu-two-2 {
        grid-column-gap: 44px;
        grid-row-gap: 44px;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 0;
        display: flex;
    }
    
    .icon-title {
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 24px;
        display: flex;
    }
    
    .footer-left {
        max-width: 581px;
    }
    
    .btn-yellow {
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
        text-align: center;
        cursor: pointer;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        padding: 16px 36px;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        text-decoration: none;
        display: flex;
        margin-bottom: 5px;
    }
    
    .btn-yellow:hover {
        background-color: #fcfafa;
    }
    
    .banner-heading {
        width: 90%;
        text-transform: capitalize;
        margin-top: 16px;
        margin-bottom: 16px;
        font-weight: 800;
    }
    
    .text-block-46 {
        color: #f8f6f6;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 95%, rgba(75, 201, 227, 0.98) 100%);
    }
    
    .text-block-46.btn-text {
        cursor: pointer;
        background-color: var(--orange-red);
        font-size: 20px;
        font-weight: 600;
    }
    
    .btn-yellow.w-inline-block:hover {
        .text-block-46 {
            color: #000;
        }
    }
    
    .banner-content {
        padding-bottom: 100px;
    }
    
    .footer-link {
        color: #f7f7f7;
        margin-bottom: 0;
        font-weight: 400;
        text-decoration: none;
        display: block;
        background-color: black;
    }
    
    .footer-link:hover {
        color: var(--orange-red);
    }
    
    .banner-grid {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
        grid-template-rows: auto;
        grid-template-columns: 1.25fr 1fr;
        grid-auto-columns: 1fr;
        align-items: center;
        padding-top: 5px;
        display: grid;
    }
    
    .text-white {
        color: #080808;
        font-weight: 400;
    }
    
    .flex-group {
        display: flex;
    }
    
    .flex-group.banner {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        align-items: center;
    }
    
    .footer {
        background-color: black;
        background-image: url("../6496d6bad50cd97a8fc7dbbb_footer-bg.png");
        background-position: 50%;
        background-size: cover;
        border: 1px #000;
        padding-top: 80px;
    }
    
    .paragraph-sm {
        font-size: .88rem;
    }
    
    .paragraph-sm.text-white.font-sll {
        font-size: 12px;
        margin-left: -300px;
    }
    
    .btn-header {
        border: 1px solid var(--white);
        color: black;
        cursor: pointer;
        background-color: rgba(248, 247, 247, 0.991);
        border-radius: 50px;
        padding: 8px 24px;
        font-size: 16px;
        font-weight: 600;
    }
    
    .btn-header:hover {
        color: #000;
        background-color: #fff;
    }
    
    .text-orange {
        animation: color 3s infinite;
    }
    
    .text-orange_1 {
        animation: color 3s infinite;
    }
    
    .text-oranges {
        animation: colors 3s infinite;
    }
    
    @keyframes colors {
        0% {
            color: rgb(37, 216, 243)
        }
        20% {
            color: rgb(69, 237, 64);
        }
        40% {
            color: rgb(202, 55, 55);
        }
        50% {
            color: rgb(54, 76, 218);
        }
        60% {
            color: #25c5c5;
        }
        80% {
            color: rgb(213, 75, 144), 78, 143;
        }
        100% {
            color: rgb(234, 42, 218);
        }
    }
    
    .banner-paragraph {
        margin-bottom: 40px;
    }
    
    .banner-tag {
        color: black;
        text-align: right;
        background-color: rgba(255, 255, 255, 0.984);
        border-radius: 4px;
        margin-bottom: 18px;
        padding: 2px 12px;
        font-weight: 400;
        line-height: 160%;
        display: inline-block;
    }
    
    .bold-text-10 {
        color: var(--black);
        text-align: left;
        justify-content: center;
        align-items: stretch;
        display: flex;
    }
    
    .banner-image {
        z-index: 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .sid-image {
        z-index: 3;
        height: 650px;
        margin-bottom: 100px;
        object-fit: cover;
        position: relative;
    }
    
    .sid-image:hover {
        transform: scale(1.1);
    }
    
    .sid-image1 {
        z-index: 3;
        height: 350px;
        margin-bottom: 290px;
        object-fit: cover;
        position: relative;
    }
    
    .sid-image1:hover {
        transform: scale(1.1);
    }
    
    .sid-image-get-start:hover {
        transform: scale(1.1);
    }
    
    .navbar {
        background-color: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }
    
    .navbar.is-path {
        position: static;
    }
    
    .watch-text {
        z-index: 3;
        align-items: center;
        display: flex;
        position: absolute;
        top: 250px;
        bottom: auto;
        left: 80px;
        right: auto;
    }
    
    .line-image {
        z-index: 3;
        position: absolute;
        top: 270px;
        left: 128px;
    }
    
    .play-icon {
        z-index: 4;
        position: absolute;
        top: 380px;
        bottom: auto;
        left: 265px;
    }
    
    .banner-review {
        flex-direction: column;
        justify-content: center;
        align-self: flex-start;
        align-items: flex-start;
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
    }
    
    .rating-text {
        font-family: Sora, sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 32px;
    }
    
    .flex {
        display: flex;
    }
    
    .flex.review {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        align-items: center;
    }
    
    .logos-wrapper {
        z-index: 10;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        height: 155px;
        position: absolute;
        bottom: 0;
        overflow: hidden;
    }
    
    .logos-wrappe {
        z-index: 10;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
        display: flex;
        /* position: absolute; */
        bottom: 0;
        overflow: hidden;
    }
    
    .logo-wrap {
        width: 100%;
        grid-column-gap: 50px;
        flex: none;
        align-items: center;
        display: flex;
        -webkit-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -moz-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        -ms-transform: translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
        transform: translate3d(0%, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);
    }
    
    .gradient-logo {
        z-index: 0;
        width: 100%;
        height: 150px;
        background-image: linear-gradient(to top, rgba(6, 17, 58, .8), rgba(6, 17, 58, 0)), linear-gradient(to top, #000, rgba(0, 0, 0, 0));
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    
    .marquee-logo {
        grid-column-gap: 54px;
        justify-content: flex-start;
        margin-left: 64px;
        display: flex;
        overflow: hidden;
    }
    
    .marquee-loo {
        grid-column-gap: 54px;
        justify-content: flex-start;
        margin-left: 64px;
        display: flex;
        overflow: hidden;
    }
    
    .small-text {
        flex: none;
    }
    
    .small-tex {
        flex: none;
        padding-left: 20px;
    }
    
    .hero-section {
        background-image: url("../64940a1b35852fa0739b96b1_hero-bg.png");
        background-position: 50%;
        background-size: cover;
        position: relative;
        overflow: hidden;
    }
    
    .title-wrapper {
        margin-bottom: 64px;
    }
    
    .title-wrapper.center {
        text-align: center;
    }
    
    .learn-box-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .learn-box {
        border: 2px solid var(--midnight-blue-2);
        border-radius: 24px;
        padding: 32px;
        background: linear-gradient(135deg, rgba(35, 207, 28, 1) 5%, rgba(28, 205, 58, 1) 24%, rgba(30, 205, 57, 1) 27%, rgba(55, 205, 49, 1) 100%);
    }
    
    .learning-icon {
        width: 100px;
        height: 100px;
        background-color: rgb(61, 162, 76);
        border-radius: 16px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .topic-wrapper {
        grid-column-gap: 64px;
        /* grid-row-gap: 16px; */
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .topic-image {
        width: 100%;
        max-width: none;
        background-image: url("../6495cbc5745f530fb805ab7d_bg-gradient.png");
        background-position: 50%;
        background-size: cover;
        border-radius: 32px;
        justify-content: center;
        align-items: center;
        display: flex;
        overflow: hidden;
    }
    
    .topic-check-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .topic-check {
        width: 100%;
        grid-column-gap: 16px;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
        border-radius: 8px;
        padding: 8px;
        font-weight: 400;
        display: flex;
        color: black;
    }
    
    .topic-title {
        margin-bottom: 40px;
    }
    
    .testimonial-wrapper {
        grid-column-gap: 32px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .testimonial-block {
        border-radius: 24px;
        padding: 10px;
    }
    
    .testimonial-block:hover {
        transform: scale(0.9);
    }
    
    .client-image {
        width: 120px;
        height: 120px;
        border: 2px solid rgb(3, 3, 3);
        border-radius: 100%;
        margin-bottom: 16px;
        overflow: hidden;
    }
    
    .client-details {
        margin-bottom: 32px;
    }
    
    .client-name {
        margin-bottom: 4px;
    }
    
    .client-quote {
        grid-row-gap: 16px;
        flex-direction: column;
        align-items: flex-start;
        display: flex;
    }
    
    .llh_capsule._1.active:hover,
    .llh_capsule._2:hover,
    .llh_capsule._18:hover,
    .llh_capsule._3:hover,
    .llh_capsule._4:hover,
    .llh_capsule._5.active:hover,
    .llh_capsule._6:hover,
    .llh_capsule._7:hover,
    .llh_capsule._8.active:hover {
        .capsule_vector.w-embed {
            animation: squarerotation 10s linear;
        }
    }
    
    .llh_left-point.left {
        border-radius: 20px;
    }
    
    .llh_capsule._9:hover,
    .llh_capsule._10:hover,
    .llh_capsule._11.active:hover,
    .llh_capsule._12:hover,
    .llh_capsule._13:hover,
    .llh_capsule._14.active:hover,
    .llh_capsule._15.active:hover,
    .llh_capsule._16:hover,
    .llh_capsule._17:hover {
        .capsule_vectorr-2.w-embed {
            animation: squarerotation 10s linear;
        }
    }
    
    @keyframes squarerotation {
        0% {
            transform: rotate(13deg);
        }
        100% {
            transform: rotate(373deg);
        }
    }
    
    .image-61:hover {
        border-color: white;
        border-radius: 50%;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
    }
    
    .client-quote-text {
        border-left-style: none;
        margin-bottom: 0;
        padding: 0;
        font-size: 16px;
        line-height: 25px;
    }
    
    .cta-section {
        padding-top: 92px;
        padding-bottom: 92px;
    }
    
    .cta-image {
        border-radius: 24px;
        overflow: hidden;
    }
    
    .footer-wrapper {
        justify-content: space-between;
        align-items: center;
        margin-bottom: 80px;
        display: flex;
    }
    
    .footer-logo {
        margin-bottom: 12px;
    }
    
    .footer-logo:hover {
        transform: scale(1.1);
        margin-left: 10px;
    }
    
    .footer-right {
        width: 100%;
        max-width: 555px;
        justify-content: space-between;
        display: flex;
        color: black;
    }
    
    .link-group {
        grid-row-gap: 16px;
        flex-direction: column;
        display: flex;
    }
    
    .copyright-wrapper {
        border-top: 1px solid rgba(239, 240, 243, 0.4);
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        padding-top: 33px;
        padding-bottom: 90px;
        display: flex;
    }
    
    .copyright-text {
        margin-bottom: 0;
        font-size: 11.2px;
        font-weight: 400;
    }
    
    .social-link-2 {
        margin-left: 16px;
    }
    
    .image-55 {
        width: 140px;
        object-position: 50% 0%;
        position: absolute;
        top: 20px;
        left: 0;
    }
    
    .offer-counter {
        grid-column-gap: .63rem;
        grid-row-gap: .63rem;
        display: flex;
        position: relative;
    }
    
    .container-large-4 {
        width: 100%;
        max-width: 1416px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .font-smll {
        margin-bottom: 0;
        font-size: 14px;
        font-weight: 400;
        margin-right: 300px;
        margin-left: -200px;
    }
    
    .bottom-content {
        z-index: 999;
        justify-content: space-between;
        display: flex;
        position: relative;
    }
    
    .bottom-bar {
        z-index: 999;
        width: 100%;
        background-position: 50%;
        background-size: auto;
        align-items: center;
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
    }
    
    .bottom-first {
        display: flex;
    }
    
    .counter-box {
        width: 80px;
        height: 80px;
        border: 1px solid #fff;
        border-radius: 12px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .counter-box.footer-counter {
        width: 40px;
        height: 40px;
    }
    
    .counter-value {
        color: #dfef4e;
        font-family: Sora, sans-serif;
        font-size: 40px;
        font-weight: 700;
        line-height: 1.2;
    }
    
    .counter-value.secs {
        color: #090909;
    }
    
    .counter-value.secs.footer-18 {
        font-size: 18px;
    }
    
    .counter-value.hrs {
        color: #050505;
    }
    
    .counter-value.hrs.footer-18 {
        font-size: 18px;
    }
    
    .counter-value.days {
        color: #0d0d0d;
        text-align: right;
    }
    
    .counter-value.days.footer-18 {
        font-size: 18px;
    }
    
    .counter-value.mins {
        color: #010000;
    }
    
    .counter-value.mins.footer-18 {
        font-size: 18px;
    }
    
    .bottom-grid {
        height: 82px;
        grid-column-gap: 78px;
        grid-row-gap: 10px;
        justify-content: flex-end;
        align-items: center;
        display: flex;
        position: relative;
    }
    
    .btn-white {
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
        color: white;
        text-align: center;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        padding: 12px 24px;
        font-family: Sora, sans-serif;
        font-size: 16px;
        width: 300px;
        font-weight: 700;
        line-height: 28px;
        margin-left: -300px;
        text-decoration: none;
        display: flex;
    }
    
    .btn-white:hover {
        background-color: rgba(251, 249, 249, 0);
        color: #0b0b0b;
        transform: scale(1.1);
    }
    
    .benifit-wrapper {
        grid-column-gap: 64px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 460px 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .tab-button {
        grid-row-gap: 24px;
        flex-direction: column;
    }
    
    .tab-button.mobile {
        display: none;
    }
    
    .benefit-title-button {
        grid-column-gap: 24px;
        background-color: white;
        color: black;
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 12px;
        flex-direction: row;
        align-items: center;
        padding: 16px 24px;
        text-decoration: none;
        display: flex;
    }
    
    .benefit-title-button.w--current {
        border-color: var(--cornflower-blue);
        background-color: var(--midnight-blue-2);
        color: var(--orange-red);
    }
    
    .ornage-number {
        font-family: Sora, sans-serif;
        font-size: 31px;
        font-weight: 700;
        line-height: 40px;
    }
    
    .blue {
        background-color: var(--midnight-blue-3);
    }
    
    .tab-content {
        grid-row-gap: 24px;
        flex-direction: column;
        display: flex;
        overflow: auto;
    }
    
    .benefit-tab-data {
        grid-column-gap: 24px;
        background-color: var(--midnight-blue-2);
        border: 1px solid rgba(0, 0, 0, 0);
        display: flex;
    }
    
    .tab-button-group {
        grid-row-gap: 24px;
        flex-direction: column;
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
    }
    
    .vector-frame {
        width: 100%;
        max-width: 300px;
        background-color: var(--midnight-blue);
        border-radius: 16px;
        align-self: flex-start;
        padding: 50px 24px;
    }
    
    .tab-content-title {
        margin-bottom: 24px;
    }
    
    .design-list {
        grid-row-gap: 16px;
        flex-direction: column;
        margin-top: 24px;
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .design-list.second {
        margin-top: 32px;
    }
    
    .design-list-item {
        background-image: url("../6496f6f759aa2ce25f5ab8d0_list-icon.svg");
        background-position: 0%;
        background-repeat: no-repeat;
        background-size: auto;
        padding-left: 24px;
    }
    
    .design-list-item.second {
        background-image: url("../6496ff4b7bb1deca26fe0994_list-icon-two.svg");
        padding-left: 28px;
    }
    
    .tab-data-left {
        width: 100%;
        max-width: 488px;
    }
    
    .section-spacing {
        grid-column-gap: 160px;
        grid-row-gap: 160px;
        flex-direction: column;
        display: flex;
    }
    
    .why-join-wrapper {
        width: 100%;
        max-width: 1176px;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    
    .numbers-wrapper {
        width: 100%;
        max-width: 240px;
        grid-row-gap: .9em;
        flex-direction: column;
        display: flex;
    }
    
    .join-cta {
        width: 100%;
        max-width: 875px;
        background-image: url("../6496fe602070d51bf7555850_cta-bg.png");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 32px;
        justify-content: space-between;
        display: flex;
        position: relative;
    }
    
    .price_card-button {
        width: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #f9fafc;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        padding: 24px 48px;
        display: flex;
    }
    
    .price_card-button.btn_text-white {
        cursor: pointer;
    }
    
    .price_card-button.btn_text-white:hover {
        background-color: var(--black-2);
    }
    
    .btn_text-white {
        color: #0e0e0e;
        text-align: center;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
    }
    
    .price_para {
        color: #121111;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 160%;
    }
    
    .pricing_card-wrapper-2 {
        width: 100%;
        height: 1096px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        background-color: #09143e;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        justify-content: flex-start;
        align-items: flex-start;
        padding-bottom: 64px;
        display: flex;
    }
    
    .pricing_card-orange {
        width: 100%;
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        background-color: #fa513a;
        border-radius: 32px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding: 24px 40px 40px;
        display: flex;
        box-shadow: 0 20px 50px rgba(250, 81, 58, .25);
    }
    
    .pricing_card-3 {
        width: 100%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        border: 0 solid rgba(0, 0, 0, .2);
        border-bottom-width: 1px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-end;
        padding-bottom: 24px;
        display: flex;
    }
    
    .recommended_badge {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: rgba(0, 0, 0, .2);
        border-radius: 20px;
        flex: 0 auto;
        justify-content: center;
        align-items: center;
        padding: 8px 12px;
        display: flex;
    }
    
    .badge_text {
        color: #fff;
        text-align: center;
        letter-spacing: .05em;
        text-transform: uppercase;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-weight: 300;
    }
    
    .text-5 {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 160%;
    }
    
    .price-point {
        width: 100%;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    
    .vectors-wrapper {
        width: 11.9972px;
        height: 12px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        object-fit: cover;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .started_button-orange {
        width: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #fff;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        padding: 24px 48px;
        display: flex;
    }
    
    .started_button-orange.button_orange-text {
        cursor: pointer;
    }
    
    .started_button-orange.button_orange-text:hover {
        background-color: var(--black-2);
        color: #fff;
    }
    
    .button_orange-text {
        color: #fa513a;
        text-align: center;
        letter-spacing: .1em;
        text-transform: uppercase;
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
    }
    
    .price_card-3 {
        width: 100%;
        height: 1032px;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background-color: #09143e;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 40px 40px 64px;
        display: flex;
    }
    
    .ilh-icons-gold-small {
        object-fit: cover;
    }
    
    .price_card-4 {
        width: 100%;
        height: 1032px;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background-color: #09143e;
        border-top-right-radius: 32px;
        border-bottom-right-radius: 32px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 40px 40px 64px;
        display: flex;
    }
    
    .section_pricing {
        height: 890px;
        background-image: url("https://assets.website-files.com/642719c304d76b8a9e6ae94f/649c8f5f822ee8345ff3c001_Frame%20237821%20(1).png");
        background-position: 0 0;
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 160px;
        overflow: visible;
    }
    
    .section_club {
        z-index: 11;
        width: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #0d0a2c;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 724px;
        display: block;
    }
    
    .container-15 {
        width: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-left: 92px;
        padding-right: 92px;
        display: flex;
    }
    
    .club_content-wrapper {
        width: 100%;
        grid-column-gap: 80px;
        grid-row-gap: 80px;
        background-color: #122056;
        background-image: linear-gradient(to right, #122056, rgba(18, 32, 86, 0));
        border-radius: 32px;
        justify-content: flex-start;
        align-items: center;
        padding: 80px;
        display: flex;
        position: relative;
    }
    
    .vectors-wrapper-2 {
        z-index: 1;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        object-fit: cover;
        flex: 0 auto;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 0;
        left: 0;
    }
    
    .club_content_wrapper {
        z-index: 2;
        width: 100%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        position: relative;
    }
    
    .club_para {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 160%;
    }
    
    .club_button {
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-color: #fa513a;
        border-radius: 50px;
        flex: 0 auto;
        justify-content: center;
        align-items: center;
        padding: 24px 48px;
        display: flex;
        box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    }
    
    .club_button.button_text-shadow {
        cursor: pointer;
    }
    
    .club_button.button_text-shadow:hover {
        background-color: var(--black-2);
    }
    
    .button_text-shadow {
        color: #fff;
        text-align: center;
        letter-spacing: .1em;
        text-transform: uppercase;
        text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 130%;
    }
    
    .club_image-wrapper {
        z-index: 2;
        width: 100%;
        height: 377px;
        max-width: 664px;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        position: relative;
    }
    
    .club_image {
        width: 100%;
        min-height: 377px;
        min-width: 664px;
        background-color: rgba(0, 0, 0, .2);
        background-image: url("../649cfd757143aeb338cb37b7_Frame 237863.png");
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 16px;
        position: relative;
    }
    
    .vectors-wrapper-3 {
        width: 64px;
        height: 64px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        cursor: pointer;
        object-fit: cover;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 38%;
        bottom: auto;
        left: 47%;
        right: auto;
    }
    
    .llh-section {
        background-image: none;
        background-repeat: repeat;
        padding-top: 100px;
        padding-bottom: 100px;
    }
    
    .llh-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        padding-top: 100px;
        padding-bottom: 100px;
        display: grid;
    }
    
    .image-61 {
        width: 372px;
        height: 303px;
        margin-top: 0px;
        border-radius: 55%;
        z-index: -10;
    }
    
    .body-4 {
        background-color: #0d0a2c;
    }
    
    .offer-counter-2 {
        grid-column-gap: 17px;
        grid-row-gap: 17px;
        align-items: center;
        display: flex;
    }
    
    .offer {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        align-content: center;
        justify-content: center;
        align-items: center;
        justify-items: center;
        padding: 0;
        display: flex;
    }
    
    .button-7 {
        width: 100%;
        color: #fff;
        text-align: center;
        background-color: #c13438;
        border-radius: 16px;
        padding: 24px 1.5rem;
        font-family: Sora, sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 130%;
    }
    
    .button-7.is-secondary {
        width: auto;
        color: #000;
        background-color: #fff;
    }
    
    .button-7.is-secondary.text-color-red {
        color: #c13438;
    }
    
    .container-large-5 {
        width: 100%;
        max-width: 90rem;
        margin-left: auto;
        margin-right: auto;
    }
    
    .div-block-3 {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }
    
    .results_card-wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        display: flex;
    }
    
    .line-height-180 {
        font-family: Inter, sans-serif;
        line-height: 180%;
    }
    
    .text-size-large {
        font-size: 48px;
    }
    
    .section_results {
        display: block;
    }
    
    .results_info {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        align-items: center;
        display: flex;
    }
    
    .text-size-regular-2 {
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: 1.5;
    }
    
    .text-size-regular-2.text-align-center {
        display: none;
    }
    
    .results_img {
        width: 72px;
        height: 72px;
        object-fit: cover;
        background-color: #122056;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .section-offer-pr {
        text-align: center;
        display: none;
    }
    
    .results_wrapper {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        margin-top: 160px;
        margin-bottom: 68px;
        display: grid;
    }
    
    .text-block {
        color: rgba(16, 16, 21, .5);
        font-size: 31px;
        font-weight: 700;
        line-height: 1.3;
    }
    
    .results_card {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        background-color: #09143e;
        border: 2px solid #122056;
        border-radius: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        padding: 32px;
        display: flex;
    }
    
    .results_card:hover {
        background-color: #122056;
        border: 2px solid #6b8ff1;
    }
    
    .results_card.secondary {
        background-color: rgba(0, 0, 0, 0);
        border: 2px solid #433048;
        align-items: center;
    }
    
    .counter-value-2 {
        color: #dfef4e;
        font-family: Sora, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 57px;
    }
    
    .counter-value-2.secs {
        color: #fff;
        font-size: 48px;
    }
    
    .counter-value-2.hrs {
        color: #fff;
    }
    
    .counter-value-2.days {
        color: #fff;
        font-size: 48px;
    }
    
    .counter-value-2.mins {
        color: #fff;
    }
    
    .section-offer {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        background-color: #c13438;
        border-radius: 24px;
        flex-direction: column;
        margin-top: 64px;
        padding: 60px;
        display: flex;
    }
    
    .heading-v1 {
        color: #fff;
        padding-bottom: 8px;
        font-size: 48px;
        font-weight: 700;
        line-height: 120%;
    }
    
    .testimonial_card-text {
        color: #fff;
        margin-bottom: 0;
        font-family: Inter, sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
    }
    
    .results_img-2 {
        width: 48px;
        height: 48px;
        object-fit: cover;
        background-color: #c13438;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .text-block-47 {
        color: #6b8ff1;
        margin-bottom: 0;
        font-size: 30px;
        font-weight: 700;
        line-height: 1.3;
    }
    
    .llh_left-point {
        grid-column-gap: 30px;
        grid-row-gap: 18px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        justify-items: end;
        display: grid;
    }
    
    .llh_left-point.left {
        justify-items: start;
    }
    
    .llh_right-point {
        width: 100%;
        text-align: right;
    }
    
    .llh_capsule {
        max-width: none;
        grid-column-gap: 5px;
        grid-row-gap: 0px;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
        border: 1px solid #122056;
        border-radius: 12px;
        flex-direction: row-reverse;
        flex: 0 auto;
        justify-content: space-between;
        align-items: center;
        padding: 16px 24px;
        display: flex;
        position: relative;
    }
    
    .llh_capsule.active {
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
        border-color: #6b8ff1;
    }
    
    .llh_capsule._1.active {
        top: -15px;
        left: 375px;
    }
    
    .llh_capsule._2 {
        cursor: pointer;
        transition: all 0.3s ease-in-out;
        top: -7px;
        left: 206px;
    }
    
    .llh_capsule._3 {
        left: 95px;
        bottom: 70px;
    }
    
    .llh_capsule._4 {
        left: 50px;
        left: 5px;
        top: 90px;
    }
    
    .llh_capsule._5.active {
        left: 35px;
        top: -95px;
    }
    
    .llh_capsule._6 {
        top: 4px;
        right: 8px;
        left: 35px;
        top: 35px;
    }
    
    .llh_capsule._7 {
        left: 22px;
        left: 65px;
        top: 90px;
    }
    
    .llh_capsule._8.active {
        left: 55px;
        bottom: 10px;
        left: 215px;
        top: 100px;
    }
    
    .llh_capsule._9 {
        top: 72px;
        right: 210px;
    }
    
    .llh_capsule._10 {
        top: 83px;
        right: 79px;
    }
    
    .llh_capsule._11.active {
        top: 129px;
        right: 35px;
    }
    
    .llh_capsule._12 {
        top: 155px;
        bottom: 17px;
        right: 9px;
    }
    
    .llh_capsule._13 {
        right: 35px;
        top: 180px;
    }
    
    .llh_capsule._14.active {
        top: 245px;
        right: 90px;
    }
    
    .llh_capsule._15 {
        bottom: 14px;
        right: 390px;
        top: 170px;
    }
    
    .llh_capsule._16 {
        right: 205px;
        top: 180px;
    }
    
    .llh_capsule._17 {
        bottom: 15px;
        right: 95px;
        right: 392px;
        top: 190px;
    }
    
    .llh_capsule._18 {
        top: 4px;
        left: 395px;
    }
    
    .capsule_text {
        width: 100%;
        color: #fff;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 100%);
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
    }
    
    .capsule_vector {
        width: 48px;
        height: 48px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        object-fit: cover;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: -12.29px;
        left: auto;
        right: -31px;
    }
    
    .typography-is-h4-2 {
        color: #fff;
        font-family: Sora, sans-serif;
        font-size: 31px;
        font-weight: 700;
        line-height: 140%;
    }
    
    .typography-is-h4-3 {
        color: #fa513a;
        font-family: Sora, sans-serif;
        font-size: 31px;
        font-weight: 700;
        line-height: 140%;
    }
    
    .text-block-48 {
        font-family: Sora, sans-serif;
    }
    
    .text-block-49 {
        text-align: center;
        z-index: 200;
        margin-top: 250px;
        font-family: Sora, sans-serif;
        font-size: 31px;
        font-weight: 700;
        line-height: 140%;
        border-radius: 50%;
        border: 10px solid white;
        animation: squarerotation 9s linear;
    }
    
    #myBtn {
        display: none;
        /* Hidden by default */
        position: fixed;
        /* Fixed/sticky position */
        bottom: 70px;
        /* Place the button at the bottom of the page */
        right: 30px;
        /* Place the button 30px from the right */
        z-index: 99;
        /* Make sure it does not overlap */
        /* Remove borders */
        /* Remove outline */
        color: white;
        /* Text color */
        cursor: pointer;
        /* Add a mouse pointer on hover */
        /* Some padding */
        border-radius: 50%;
        /* Rounded corners */
        /* Increase font size */
    }
    
    .btnimg {
        overflow: hidden;
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    
    #myBtn:hover {
        background-color: rgb(56, 55, 55);
        /* Add a dark-grey background on hover */
    }
    
    .capsule_vectorr-2 {
        width: 48px;
        height: 48px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        object-fit: cover;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: -15.29px;
        left: -31px;
        right: auto;
    }
    
    .div-block-13 {
        background-image: url("../649d49beb236ccb10bc89b3f_Frame 237876.png");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: auto;
    }
    
    .text-span {
        color: var(--orange-red);
    }
    
    .text-block-50 {
        cursor: pointer;
    }
    
    .play-button {
        position: absolute;
    }
    
    .play-button._1 {
        display: block;
    }
    
    .poweredby {
        width: 100%;
        opacity: 1;
        color: rgba(255, 255, 255, .75);
        text-align: center;
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 11px;
    }
    
    .text-span-3 {
        object-fit: fill;
        font-size: 30px;
    }
    
    .grid-11 {
        grid-column-gap: 12px;
        grid-template-rows: auto;
        align-items: center;
        margin-top: 20px;
        display: flex;
    }
    
    .counter-text {
        font-family: Sora, sans-serif;
        font-size: 11px;
        font-weight: 300;
        line-height: 1.2;
    }
    
    .counter-text.secs {
        color: #fff;
    }
    
    .counter-text.secs.footer-18 {
        font-size: 18px;
    }
    
    .counter-text.hrs {
        color: #fff;
    }
    
    .counter-text.hrs.footer-18 {
        font-size: 18px;
    }
    
    .counter-text.days {
        color: #fff;
        text-align: right;
    }
    
    .counter-text.days.footer-18 {
        font-size: 18px;
    }
    
    .counter-text.mins {
        color: #fff;
    }
    
    .counter-text.mins.footer-18 {
        font-size: 18px;
    }
    
    .text-block-51 {
        font-size: 14px;
    }
    
    .image-63 {
        box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    }
    
    .image-63:hover {
        transform: scale(1.1);
        background-color: blue;
        border-radius: 50%;
    }
    
    .img-64:hover {
        transform: scale(1.1);
        background-color: red;
        border-radius: 50%;
    }
    
    .img-65:hover {
        transform: scale(1.1);
        background-color: rgb(221, 42, 123);
        border-radius: 50%;
    }
    
    .link-4 {
        opacity: 1;
        color: #fff;
        font-weight: 400;
        text-decoration: none;
    }
    
    .container-large-2 {
        width: 100%;
        max-width: 88.5rem;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    
    .footer_section-bottom {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    
    .main-wrapper-2 {
        background-color: #101015;
        overflow: visible;
    }
    
    .padding-global-3 {
        padding: 2.5rem 2.5rem 0;
    }
    
    .padding-global-3.is {
        z-index: 100;
        position: relative;
    }
    
    .padding-global-3.is.pb-0 {
        padding-bottom: 0;
    }
    
    .section.banner.bg-gradiant {
        background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 12%), url("../64a1d35b0cf476b49eb7c7dd_bg-1.jpeg");
        background-position: 0 0, 0 0;
        background-size: auto, 100% 100%;
        border: 15px #f74848;
        padding-top: 2rem;
        padding-bottom: 0;
        position: relative;
    }
    
    .section.banner.bg-gradiant.old {
        height: 100vh;
        background-image: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0) 12%), url("../64a1d4b2d189c61e5798bc27_Frame 237821.webp");
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-top: 15rem;
        padding-bottom: 25rem;
        display: flex;
    }
    
    .banner-heading-copy {
        color: #fff;
        text-align: center;
        font-size: 3.5rem;
        font-weight: 700;
    }
    
    .footer_link {
        color: rgba(220, 220, 220, .8);
        font-size: .875rem;
        text-decoration: none;
    }
    
    .footer_section-top {
        border-bottom: 1px solid #25304d;
        flex-direction: column;
        align-items: center;
        padding-bottom: 2.5rem;
        display: flex;
    }
    
    .footer_footer-links {
        grid-column-gap: 4rem;
        align-items: center;
        margin-top: 2.5rem;
        display: flex;
    }
    
    .cominssoontext {
        color: #fff;
        text-align: center;
        font-size: 3.5rem;
        font-weight: 700;
    }
    
    .banner-item-text {
        justify-content: center;
        align-items: center;
        display: flex;
    }
    
    .banner-image-block {
        display: none;
    }
    
    .section-join-internal-bg {
        background-image: linear-gradient(to right, #122056, rgba(18, 32, 86, 0));
        border-radius: 32px;
    }
    
    .hero-banner-grid {
        position: absolute;
        top: auto;
        bottom: -7.5%;
        left: 65%;
        right: -12%;
    }
    
    .content-goal-text {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 16px;
        display: flex;
    }
    
    .goal-text-wrapper {
        flex: 1;
        align-self: auto;
    }
    
    .footer-copyright-socialmedia {
        border-top: 1px solid rgba(255, 255, 255, .2);
        justify-content: space-between;
        align-items: center;
        padding-top: 24px;
        padding-bottom: 24px;
        display: flex;
    }
    
    .section-starter {
        padding-top: 80px;
    }
    
    .content-link-item {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: column;
        display: flex;
    }
    
    .section-grid-internal {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex: 0 auto;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: center;
        display: grid;
    }
    
    .navbar-2 {
        background-color: rgba(0, 0, 0, 0);
    }
    
    .learn-text {
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
        font-size: 1.563rem;
        line-height: 2.031rem;
        display: block;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    
    .learn-image {
        align-self: auto;
        position: relative;
    }
    
    .footer-text-txt {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: 1.6rem;
    }
    
    .implement-text {
        text-align: center;
        font-size: 1.563rem;
        font-weight: 700;
        line-height: 2.031rem;
    }
    
    .section-join-button {
        margin-top: 48px;
    }
    
    .navbar-btn {
        color: #fff;
        text-transform: none;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 50px;
        padding: 8px 24px;
        font-family: Sora, sans-serif;
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.8;
        text-decoration: none;
        transition: all .6s;
        display: inline-block;
    }
    
    .navbar-btn:hover {
        background-color: #fa513a;
        border-color: #ff5765;
    }
    
    .content-vector-img {
        flex: none;
        transform: translate(0, 50px);
    }
    
    .section-starter-internal {
        height: 490px;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        display: flex;
        position: relative;
    }
    
    .content-goal-wrapper {
        flex: 0 auto;
        justify-content: flex-start;
        align-items: center;
        display: flex;
        position: absolute;
    }
    
    .hero-banner-item-icon {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        margin-top: 48px;
        display: grid;
    }
    
    .hero-banner {
        background-image: url("../64f9d22b0cb6f4ca36c93a6e_Hero Banner.webp");
        background-position: 50% 0;
        background-size: 100% 100%;
    }
    
    .content-listing {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    
    .goal-txt {
        font-family: Sora, sans-serif;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2.713rem;
    }
    
    .learn-txt {
        text-align: center;
        font-size: 1.563rem;
        font-weight: 700;
        line-height: 2.031rem;
    }
    
    .footer-content-link {
        grid-column-gap: 100px;
        grid-row-gap: 100px;
        display: flex;
    }
    
    .content-listing-wrapper {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: column;
        display: flex;
    }
    
    .join-item-grid-left {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-left: 80px;
    }
    
    .content-goal-listing {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        flex-direction: column;
        display: flex;
    }
    
    .join-item-grid-right {
        position: relative;
    }
    
    .container-s {
        width: 100%;
        max-width: 1600px;
        padding-left: 30px;
        padding-right: 30px;
        transform: translate(0);
    }
    
    .logo-icon-hd {
        display: none;
    }
    
    .section-logo-image {
        width: 100%;
        height: 100px;
        max-width: 100%;
        object-position: 50% 50%;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        position: static;
        bottom: auto;
        right: auto;
    }
    
    .section-logo-imaget {
        width: 100%;
        height: 100%;
        max-width: 100%;
        object-position: 50% 50%;
        flex-direction: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
        position: static;
        bottom: auto;
        right: auto;
    }
    
    .section-logo-image.align-top {
        align-items: flex-start;
    }
    
    .section-logo-img {
        object-fit: fill;
        flex: none;
        order: 0;
        align-self: auto;
        padding-bottom: 0;
        position: relative;
        top: auto;
    }
    
    .section-goal-content {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        border: 1px solid #fff;
        border-radius: 12px;
        flex-direction: row;
        flex: 1;
        justify-content: flex-start;
        padding: 24px;
        display: flex;
    }
    
    .implement-img-bg,
    .section-logo-bg {
        display: block;
    }
    
    .footer-internal-content {
        justify-content: space-between;
        align-items: flex-end;
        margin-bottom: 80px;
        display: flex;
    }
    
    .section-banner-grid-item {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        background-color: #122056;
        border: 1px solid #6b8ff1;
        border-radius: 16px;
        padding: 16px;
        display: flex;
    }
    
    .implement-image-wrapper {
        flex: none;
        align-self: flex-start;
        position: relative;
    }
    
    .section-content-internal {
        display: flex;
        position: absolute;
    }
    
    .section-content-internal._2 {
        margin-bottom: 62px;
    }
    
    .logo-block-hd {
        flex-direction: column;
        align-self: auto;
        align-items: center;
        display: flex;
    }
    
    .section-join-grid {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .statter-logo-txt {
        color: #fff;
        font-family: Sora, sans-serif;
        font-size: 1.563rem;
        font-weight: 700;
        line-height: 2.031;
    }
    
    .section-join-btn-link {
        color: #fff;
        letter-spacing: 1.6px;
        text-transform: uppercase;
        background-color: #fa513a;
        border-radius: 50px;
        padding: 24px 48px;
        font-family: Sora, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 1.3rem;
        text-decoration: none;
        transition: all .9s;
        display: inline-block;
    }
    
    .section-join-btn-link:hover {
        background-color: #24378f;
    }
    
    .join {
        font-family: Sora, sans-serif;
        font-size: 3rem;
        font-weight: 700;
        line-height: 3.6rem;
    }
    
    .implement-image-txt {
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }
    
    .implement {
        display: none;
    }
    
    .banner-grid-item-txt {
        color: #fff;
        text-align: left;
        text-transform: uppercase;
        font-family: Sora, sans-serif;
        font-size: 1rem;
        font-weight: 700;
        line-height: 2.031rem;
    }
    
    .goal-icon-pr {
        font-family: Sora, sans-serif;
        font-size: .9rem;
        line-height: 1.62rem;
    }
    
    .arrow-vector-image {
        flex: none;
        order: 1;
        justify-content: flex-end;
        align-self: flex-end;
        align-items: flex-start;
        display: flex;
        position: absolute;
        top: auto;
        bottom: 5%;
        left: auto;
        right: 31%;
    }
    
    .join-right-grid-image {
        position: absolute;
        top: auto;
        bottom: 0%;
        left: -55%;
        right: 0%;
    }
    
    .learn-bg {
        flex-direction: column;
        flex: none;
        justify-content: flex-end;
        align-items: center;
        display: block;
    }
    
    .footer-dark {
        background-color: rgba(0, 0, 0, 0);
        background-image: url("https://assets.website-files.com/642719c304d76b8a9e6ae94f/64f9d22b0cb6f4ca36c93a94_Footer%20(2).webp");
        background-position: 50%;
        background-size: 100% 100%;
        border-bottom: 1px solid #e4ebf3;
        padding: 40px 0 0;
        display: block;
        position: relative;
    }
    
    .goal-content-txt {
        font-family: Sora, sans-serif;
        font-size: .9rem;
        line-height: 1.62rem;
    }
    
    .stater-logo-txt-img {
        width: 100%;
        max-width: 100%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        position: absolute;
        top: 20%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }
    
    .stater-logo-txt-img.align-up {
        top: 23%;
    }
    
    .section-starter-implement {
        padding-top: 12px;
        position: relative;
    }
    
    .learn-image-dark-wrapper {
        flex-direction: column;
        flex: none;
        justify-content: flex-end;
        display: flex;
        position: relative;
    }
    
    .banner-item-txt {
        color: #fff;
        font-family: Sora, sans-serif;
        font-size: 1.938rem;
        font-weight: 700;
        line-height: 2.713rem;
    }
    
    .section-banner-grid {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        grid-template-rows: auto auto auto auto auto auto;
        grid-template-columns: 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .implement-txt {
        text-align: center;
        font-family: Sora, sans-serif;
        font-size: 1.563rem;
        font-weight: 700;
        line-height: 2.031rem;
    }
    
    .learn-text-dark {
        padding-bottom: 32px;
        padding-left: 16px;
        padding-right: 16px;
        position: absolute;
        top: auto;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    
    .implement-image-bg {
        flex: none;
        margin-top: 28px;
    }
    
    .content-goal-internal {
        border: 1px solid #fff;
        border-radius: 12px;
        padding: 24px;
    }
    
    .content-goal-internal._w-100 {
        width: 100%;
    }
    
    .goal-listing-txt {
        text-align: left;
        font-size: .7rem;
    }
    
    .footer-content-ink {
        color: #fff;
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: 1.6rem;
        text-decoration: none;
        transition: all .8s;
    }
    
    .footer-content-ink:hover {
        color: #fa513a;
    }
    
    .section-internal-wrapper {
        height: 418px;
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        display: flex;
        position: relative;
    }
    
    .section-internal-wrapper._2 {
        height: 432px;
    }
    
    .section-internal-wrapper._3 {
        height: 438px;
    }
    
    .crore-champianship-logo-text {
        display: none;
    }
    
    .section-content-wrapper {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        margin-left: 10px;
        display: flex;
    }
    
    .section-content-wrapper.no-mg {
        width: 100%;
        margin-left: 0;
        position: static;
    }
    
    .banner-grid-item-txtt {
        color: #fff;
        margin-top: 0;
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: 1.6rem;
        display: block;
    }
    
    .main-wrapper-3 {
        padding-top: 0;
    }
    
    .arrow-vector-icon {
        position: absolute;
        top: 57%;
        bottom: auto;
        left: 33%;
        right: auto;
    }
    
    .arrow-vector-icon._3 {
        top: 47%;
    }
    
    .arrow-vector-icon._2 {
        top: 60%;
    }
    
    .banner-grid-img {
        width: 100%;
        height: 100%;
    }
    
    .nav-menu {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        align-items: center;
        display: flex;
    }
    
    .join-grid-left-icon {
        margin-left: 10px;
    }
    
    .banner-grid-item-image {
        background-color: rgba(0, 0, 0, 0);
        flex: none;
        padding: 0;
    }
    
    .section-icon-text {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 0;
        display: flex;
        position: absolute;
        top: 10%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }
    
    .section-icon-text.absolute-center {
        top: 42%;
    }
    
    .nav-link-3 {
        color: #fff;
        text-transform: none;
        padding: 0 12px;
        font-family: Inter, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.6;
        transition: all .9s;
    }
    
    .nav-link-3:hover {
        color: #fa513a;
    }
    
    .implement-image-background {
        padding-top: 68px;
        position: relative;
    }
    
    .section-content-internal-wrapper {
        flex: 1;
    }
    
    .hero-banner-grid-image {
        position: static;
        top: auto;
        bottom: 0%;
        left: 62%;
        right: -5%;
    }
    
    .freedom-listing-txt {
        font-family: Sora, sans-serif;
        font-size: .9rem;
        line-height: 1.62rem;
    }
    
    .social-link-3 {
        transition: all 1s;
        position: relative;
        top: 0;
    }
    
    .social-link-3:hover {
        top: 5px;
    }
    
    .section-implement-wrapper {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        margin-top: 12px;
        display: flex;
    }
    
    .implement-grid {
        flex: 1;
        padding-top: 68px;
        padding-bottom: 0;
    }
    
    .section-logo-background {
        position: relative;
    }
    
    .grid-item-text {
        margin-top: 16px;
    }
    
    .implement-img {
        display: block;
    }
    
    .learn-txtx {
        text-align: center;
        font-family: Sora, sans-serif;
        font-weight: 700;
    }
    
    .section-hero-banner-grid {
        grid-column-gap: 100px;
        grid-row-gap: 100px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .section-grid-item {
        background-color: #122056;
        border: 1px solid #7aa5fc;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 16px;
        display: flex;
        transform: translate(0);
    }
    
    .section-grid-item.bg-color-dark {
        background-color: #09143e;
        border-color: #1d2e72;
        padding: 16px 10px;
    }
    
    .banner-grid-item-text {
        flex-direction: column;
        align-self: center;
        margin-left: 0;
        display: flex;
    }
    
    .navbar-content-wrapper {
        justify-content: space-between;
        align-items: center;
        margin-top: 16px;
        margin-bottom: 16px;
        display: flex;
    }
    
    .logo-txt {
        font-family: Inter, sans-serif;
        font-size: 1rem;
        line-height: 1.6rem;
    }
    
    .content-goal-listing-item {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        margin-top: 0;
        display: flex;
    }
    
    .logo-bg {
        display: none;
    }
    
    .content-goal-icon-text {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        border: 1px solid #fff;
        border-radius: 16px;
        justify-content: center;
        align-items: center;
        margin-left: 32px;
        padding: 16px 24px;
        display: flex;
    }
    
    .implement-img-text {
        padding-top: 32px;
        padding-left: 16px;
        padding-right: 16px;
        position: absolute;
        top: 0%;
        bottom: auto;
        left: 0%;
        right: 0%;
    }
    
    .page-wrapper-2 {
        overflow: hidden;
    }
    
    .join-right-grid-img {
        background-image: none;
        background-position: 0 0;
        background-size: auto;
    }
    
    .implement-imge {
        max-width: 100%;
        display: block;
    }
    
    .learn-image-wrapper {
        flex-direction: column;
        flex: none;
        justify-content: flex-end;
        align-self: auto;
        display: flex;
        position: relative;
        transform: translate(0);
    }
    
    .implement-img-wrapper {
        position: relative;
    }
    
    .social-media-group {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        display: flex;
    }
    
    .section-logo-icon-heading {
        margin-top: 24px;
        margin-bottom: 16px;
        display: block;
    }
    
    .section-hero-banner {
        padding-top: 215px;
        padding-bottom: 50px;
        position: relative;
    }
    
    .logo-heading {
        text-align: center;
        text-transform: uppercase;
        font-size: 1.563rem;
        font-weight: 700;
        line-height: 2.031rem;
    }
    
    .section-stater-implement-internal {
        grid-column-gap: 12px;
        grid-row-gap: 12px;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    
    .section-grid-wrapper {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 207px;
    }
    
    .section-grid-wrapper._2 {
        margin-top: 223px;
    }
    
    .section-grid-wrapper._3 {
        margin-top: 230px;
    }
    
    .section-join {
        margin-top: 0;
        padding-top: 80px;
        padding-bottom: 80px;
        display: block;
    }
    
    .banner-item-logo-text {
        display: flex;
    }
    
    .goal-icon-txt {
        font-family: Sora, sans-serif;
        font-size: 1.25rem;
        font-weight: 700;
        display: flex;
    }
    
    .footer-logo-img {
        max-width: 20em;
    }
    
    .footer-text {
        color: #fff;
        margin-top: 12px;
    }
    
    .image-64 {
        display: none;
    }
    
    .footer-copyright-text {
        color: #fefff3;
        font-family: Inter, sans-serif;
        font-size: .7rem;
        line-height: 1.12rem;
    }
    
    .hero-banner-grid-item {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
    }
    
    .vector-image {
        flex: none;
        justify-content: flex-end;
        align-self: auto;
        align-items: flex-start;
        display: block;
        transform: translate(0, 2px);
    }
    
    .section-logo-img-bg {
        width: 100%;
        max-width: 100%;
        flex: auto;
        align-self: auto;
        display: block;
        position: static;
        top: auto;
        right: auto;
    }
    
    .section-logo-img-bg.height-nrm {
        height: auto;
    }
    
    .grid-item-txt {
        text-align: center;
        font-family: Sora, sans-serif;
        font-size: .6rem;
        line-height: 1.1rem;
    }
    
    .content-goal-sell-text {
        line-height: 1.625rem;
    }
    
    .starter-implement-grid {
        flex: 1;
        padding-top: 86px;
    }
    
    .joingrid-text {
        font-family: Sora, sans-serif;
        font-size: 3rem;
        font-weight: 700;
        line-height: 3.6rem;
    }
    
    .content-goal-sell-par {
        margin-top: 12px;
    }
    
    .implement-image-backgraound {
        display: block;
    }
    
    .section-join-internal {
        background-image: url("https://assets.website-files.com/642719c304d76b8a9e6ae94f/64f9d22b0cb6f4ca36c93a87_Frame%20237869%20(2).webp");
        background-position: 50%;
        background-size: 100% 100%;
    }
    
    .learn {
        display: none;
    }
    
    .join-grid-left-text {
        display: flex;
    }
    
    .freedom-goal-text-pr {
        margin-top: 16px;
    }
    
    .container-16 {
        width: 100%;
        max-width: 1600px;
        background-color: rgba(0, 0, 0, 0);
        padding-left: 46px;
        padding-right: 46px;
    }
    
    .section-grid-content {
        width: 100%;
        margin-top: auto;
        margin-bottom: 67px;
    }
    
    .navbar-3 {
        background-color: rgba(0, 0, 0, 0);
        display: none;
    }
    
    .nav-link-4 {
        color: #fff;
        text-transform: none;
        padding: 0 12px;
        font-family: Inter, sans-serif;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.6;
        transition: all .9s;
    }
    
    .nav-link-4:hover {
        color: #fa513a;
    }
    
    .container-17 {
        width: 100%;
        max-width: 1600px;
        background-color: rgba(0, 0, 0, 0);
        padding-left: 46px;
        padding-right: 46px;
    }
    
    .html-embed {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .google-form {
        max-width: 640px;
        margin: 2em auto;
    }
    
    .google-form-info {
        max-width: 640px;
        color: var(--black);
        text-align: center;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto;
        line-height: 22px;
    }
    
    .review-box {
        justify-content: center;
        margin-top: 2em;
        margin-bottom: 2em;
        display: flex;
    }
    
    .image-65 {
        width: 12em;
    }
    
    .otherlinks-box {
        grid-column-gap: .5em;
        grid-row-gap: .5em;
        justify-content: center;
        align-items: center;
        margin-bottom: 1em;
        display: flex;
    }
    
    .otherlink {
        color: var(--black-2);
        font-size: 14px;
        font-weight: 500;
        text-decoration: none;
    }
    
    .otherlink.other-color {
        color: var(--orange-red);
    }
    
    .disclaimer {
        color: var(--dim-grey);
        text-align: center;
        margin-bottom: 3em;
        font-size: 12px;
        line-height: 19px;
    }
    
    .copyright {
        color: var(--black);
        text-align: center;
        font-size: 14px;
        line-height: 22px;
    }
    
    .refundpolicy {
        background-color: #fff;
        border: 4px solid rgba(28, 52, 151, .16);
        border-radius: 12px;
        flex-direction: column;
        align-items: center;
        margin-top: 64px;
        margin-bottom: 64px;
        padding: 48px;
        display: flex;
    }
    
    .image-66 {
        width: 8em;
        margin-bottom: 2em;
    }
    
    @media screen and (min-width: 1280px) {
        .container-large-4 {
            max-width: 1416px;
        }
        .get-start-block {
            justify-content: center;
            align-items: center;
            display: flex;
        }
        .sid-image-get-start {
            width: auto;
            height: 759px;
        }
        .youcan_content {
            padding-top: 64px;
            padding-bottom: 64px;
            padding-left: 64px;
        }
        .youcan_heading {
            line-height: 120%;
        }
        .youcan_image-wrapper {
            background-repeat: no-repeat;
            background-size: cover;
        }
        .hero-banner-grid {
            bottom: -6%;
            right: -5%;
        }
        .content-goal-text {
            grid-column-gap: 10px;
            grid-row-gap: 10px;
        }
        .goal-txt {
            font-size: 1.1rem;
        }
        .section-logo-image {
            height: 200px;
        }
        .section-banner-grid-item {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
        }
        .implement-image-wrapper {
            flex: none;
        }
        .banner-grid-item-txt {
            font-size: 1rem;
        }
        .goal-icon-pr {
            font-size: .7rem;
        }
        .join-right-grid-image {
            left: -60%;
        }
        .goal-listing-txt {
            font-size: .7rem;
        }
        .banner-grid-item-txtt {
            margin-top: 0;
        }
        .implement-image-background {
            padding-top: 68px;
        }
        .hero-banner-grid-image {
            bottom: -12%;
            right: -9%;
        }
        .section-grid-item._140px {
            height: 140px;
        }
        .goal-icon-txt {
            font-size: 1.1rem;
        }
        .container-16,
        .container-17 {
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media screen and (min-width: 1440px) {
        .text-block-46.btn-text {
            font-size: 20px;
        }
        .container-large-4 {
            max-width: 1416px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .get-start-image {
            height: 100%;
            max-width: none;
        }
        .get-start-block {
            width: 100%;
            height: 100%;
            background-image: url("../6495cbc5745f530fb805ab7d_bg-gradient.png");
            background-position: 0 0;
            background-size: cover;
            border-radius: 32px;
            overflow: visible;
        }
        .sid-image-get-start {
            height: 100%;
            object-fit: cover;
        }
        .youcan_content-wrapper {
            grid-template-columns: 1fr 1fr;
        }
        .youcan_conte {
            padding-right: 0;
        }
        .youcan_image-wrapper {
            background-size: contain;
        }
        .image-56 {
            width: 612px;
            height: 548px;
        }
        .image-58 {
            top: 36px;
            bottom: 0%;
            left: -10%;
            right: auto;
        }
        .ilh-icons-silver,
        .ilh-icons-gold-small {
            box-shadow: none;
        }
        .club_image {
            position: relative;
        }
        .vectors-wrapper-3 {
            position: absolute;
            top: 38%;
            bottom: 0%;
            left: 46%;
            right: auto;
        }
        .llh-section {
            background-position: 0 0;
            background-size: auto;
            padding-top: 63px;
            padding-bottom: 63px;
        }
        .llh-wrapper {
            padding-top: 160px;
            padding-bottom: 160px;
        }
        .image-61 {
            margin-top: 2px;
            margin-left: 21px;
        }
        .section.banner.bg-gradiant.old {
            background-image: url("../64a1d4b2d189c61e5798bc27_Frame 237821.webp");
            background-position: 0 0;
            background-size: 100% 100%;
        }
        .learn-img {
            display: block;
        }
        .hero-banner-grid {
            position: absolute;
            top: auto;
            left: 62%;
            right: -3%;
        }
        .goal-text-wrapper {
            flex: none;
        }
        .learn-image {
            flex: none;
            align-self: stretch;
        }
        .section-starter-internal._2 {
            height: 510px;
        }
        .goal-txt {
            font-size: 1.5rem;
        }
        .content-listing-wrapper {
            margin-left: 0;
            margin-right: 120px;
        }
        .section-logo-img {
            object-fit: fill;
        }
        .section-goal-content {
            justify-content: space-between;
        }
        .section-banner-grid-item {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
        }
        .banner-grid-item-txt {
            font-size: 1.3rem;
        }
        .join-right-grid-image {
            left: -27%;
        }
        .learn-bg {
            flex: none;
        }
        .goal-listing-txt {
            font-size: .7rem;
        }
        .section-internal-wrapper._4 {
            height: 430px;
        }
        .section-internal-wrapper._3 {
            height: 458px;
        }
        .implement-image-background {
            padding-top: 86px;
        }
        .implement-image-background._2 {
            padding-top: 70px;
        }
        .hero-banner-grid-image {
            bottom: 0%;
            right: -3%;
        }
        .implement-grid {
            padding-top: 86px;
        }
        .implement-grid._2 {
            padding-top: 69px;
        }
        .section-grid-item._140px {
            height: auto;
        }
        .section-grid-item.bg-color-dark {
            padding: 16px;
        }
        .section-hero-banner {
            overflow: hidden;
        }
        .section-grid-wrapper._4 {
            margin-top: 223px;
        }
        .section-grid-wrapper._3 {
            margin-top: 249px;
        }
        .starter-implement-grid {
            flex: 1;
            align-self: auto;
        }
        .container-16 {
            margin-left: auto;
            margin-right: auto;
        }
        .section-grid-content._2 {
            margin-bottom: 85px;
        }
        .container-17 {
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media screen and (min-width: 1920px) {
        .image-55 {
            object-fit: contain;
        }
        .container-large-4 {
            max-width: 1416px;
        }
        .bottom-first {
            padding-left: 0px;
        }
        .image-61 {
            margin-left: 26px;
        }
        .section.banner.bg-gradiant {
            border-style: none;
        }
        .cominssoontext {
            line-height: 180%;
        }
        .hero-banner-grid {
            justify-content: flex-start;
            align-items: flex-start;
            display: block;
            top: auto;
            bottom: -7%;
            left: 64%;
            right: -4%;
        }
        .goal-text-wrapper,
        .learn-image {
            flex: none;
        }
        .section-starter-internal {
            justify-content: space-between;
        }
        .goal-txt {
            font-size: 1.938rem;
        }
        .content-listing-wrapper {
            margin-left: auto;
            margin-right: 140px;
        }
        .section-goal-content {
            flex: 1;
            justify-content: flex-start;
            align-items: center;
        }
        .section-banner-grid-item {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
        }
        .banner-grid-item-txt {
            font-size: 1.563rem;
        }
        .join-right-grid-image {
            left: -27%;
        }
        .implement-image-bg {
            margin-top: 10px;
        }
        .goal-listing-txt {
            font-size: .79rem;
        }
        .section-internal-wrapper._4 {
            height: 417px;
        }
        .section-internal-wrapper._3 {
            height: 439px;
        }
        .banner-grid-img {
            width: 80%;
            position: static;
            top: auto;
            bottom: 0%;
            left: 0%;
            right: 0%;
        }
        .implement-image-background,
        .implement-grid {
            padding-top: 67px;
        }
        .learn-image-wrapper {
            flex: none;
        }
        .section-hero-banner {
            align-items: stretch;
            display: flex;
            position: relative;
        }
        .section-grid-wrapper._4 {
            margin-top: 205px;
        }
        .section-grid-wrapper._3 {
            margin-top: 230px;
        }
        .grid-item-txt {
            font-size: .9rem;
        }
        .starter-implement-grid {
            padding-top: 70px;
        }
        .container-16,
        .container-17 {
            margin-left: auto;
            margin-right: auto;
        }
    }
    
    @media screen and (max-width: 991px) {
        h6 {
            font-size: 18px;
        }
        .nav-link {
            padding-left: 12px;
            padding-right: 12px;
            font-size: 13px;
        }
        .loginbutton {
            margin-left: 12px;
            padding-left: 24px;
            padding-right: 24px;
        }
        .nav-link-2 {
            padding-left: 12px;
            padding-right: 12px;
        }
        .nav-link-2.w--current {
            padding-left: 12px;
            padding-right: 12px;
            font-size: 13px;
        }
        .wlhero {
            padding-top: 64px;
            padding-bottom: 0;
        }
        .container {}
        .container.hero {
            padding-left: 30px;
        }
        .wlcourseblock {
            width: 48%;
        }
        .grid-2 {
            grid-template-columns: 1fr 1fr;
        }
        .columns-3 {
            align-items: flex-start;
        }
        .div-block-7 {
            padding-right: 0;
        }
        .list-7 {
            grid-column-gap: 12px;
        }
        .grid-7 {
            grid-template-columns: 1fr 1fr;
        }
        .column-8 {
            display: none;
        }
        .image-6 {
            width: 48px;
        }
        .text-block-23 {
            font-size: 17px;
        }
        .gallery-wrapper {
            grid-template-columns: 1fr 1fr;
        }
        .container-9 {
            max-width: 728px;
        }
        .wlmeetcreator-2 {
            padding-bottom: 248px;
        }
        .margin-xhuge {
            margin: 6rem;
        }
        .padding-vertical {
            padding-left: 0;
            padding-right: 0;
        }
        .container-large {
            padding-left: 20px;
            padding-right: 20px;
        }
        .padding-section-medium {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
        .max-width-full-tablet {
            width: 100%;
            max-width: none;
        }
        .fs-styleguide_2-col {
            grid-column-gap: 2rem;
            grid-row-gap: 2rem;
            grid-template-columns: 1fr;
        }
        .padding-xxlarge {
            padding: 4rem;
        }
        .fs-styleguide_4-col {
            grid-template-columns: 1fr;
        }
        .hide-tablet {
            display: none;
        }
        .padding-xhuge {
            padding: 6rem;
        }
        .margin-xxhuge {
            margin: 8rem;
        }
        .margin-huge {
            margin: 5rem;
        }
        .fs-styleguide_section {
            grid-column-gap: 2.5rem;
            grid-template-columns: 1fr;
        }
        .padding-left {
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
        }
        .margin-medium {
            margin: 1.5rem;
        }
        .margin-xxlarge {
            margin: 4rem;
        }
        .margin-xlarge {
            margin: 3rem;
        }
        .margin-horizontal {
            margin-top: 0;
            margin-bottom: 0;
        }
        .padding-bottom {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .fs-styleguide_3-col {
            grid-template-columns: 1fr;
        }
        .padding-right {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0;
        }
        .margin-right {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 0;
        }
        .padding-xlarge {
            padding: 3rem;
        }
        .padding-global.padding-section-large {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
        .padding-large {
            padding: 2.5rem;
        }
        .margin-top {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }
        .padding-top {
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .margin-left {
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 0;
        }
        .padding-horizontal {
            padding-top: 0;
            padding-bottom: 0;
        }
        .fs-styleguide_heading-medium {
            font-size: 3rem;
        }
        .padding-xxhuge {
            padding: 8rem;
        }
        .margin-vertical {
            margin-left: 0;
            margin-right: 0;
        }
        .padding-medium {
            padding: 1.5rem;
        }
        .padding-section-large {
            padding-top: 6rem;
            padding-bottom: 6rem;
        }
        .margin-bottom {
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
        }
        .fs-styleguide_1-col {
            grid-column-gap: 2rem;
            grid-row-gap: 2rem;
        }
        .padding-huge {
            padding: 5rem;
        }
        .margin-large {
            margin: 2.5rem;
        }
        .navbar-wrapper-2,
        .navbar-logo-left.custom-header {
            position: relative;
        }
        .nav-menu-wrapper {
            background-color: rgba(0, 0, 0, 0);
        }
        .nav-menu-two-2 {
            background-color: #212264;
            border-radius: 0;
            flex-wrap: wrap;
            justify-content: space-around;
            align-items: center;
            margin-top: 10px;
            padding: 20px;
            display: flex;
            box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
        }
        .menu-button-2 {
            background-color: rgba(0, 0, 0, 0);
            padding: 12px;
        }
        .menu-button-2.w--open {
            color: #fff;
            background-color: rgba(0, 0, 0, 0);
        }
        .icon-title {
            color: #fff;
        }
        .text-block-46 {
            font-size: 14px;
        }
        .banner-content {
            padding-bottom: 0;
        }
        .banner-grid {
            grid-template-columns: 1.75fr;
            padding-top: 140px;
        }
        .flex-group.banner {
            justify-content: center;
        }
        .bannet-content_grid {
            text-align: center;
        }
        .play-icon {
            left: 280px;
        }
        .logos-wrapper {
            width: 95%;
            margin-left: auto;
            margin-right: auto;
            position: absolute;
            left: 0;
            right: 0;
        }
        .marquee-logo {
            margin-left: 20px;
        }
        .learn-box-wrapper {
            flex-wrap: wrap;
            grid-template-columns: 1fr 1fr;
        }
        .topic-wrapper {
            grid-row-gap: 30px;
            flex-direction: column;
            grid-template-columns: 1fr;
            align-items: center;
        }
        .topic-title {
            text-align: center;
        }
        .testimonial-wrapper {
            grid-row-gap: 32px;
            grid-template-columns: 1fr;
        }
        .cta-section {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .footer-wrapper {
            flex-direction: column;
            align-items: flex-start;
        }
        .offer-counter {
            display: none;
        }
        .counter-box {
            width: 50px;
            height: 50px;
        }
        .counter-value {
            font-size: 25px;
        }
        .benifits-section {
            background-color: var(--midnight-blue-3);
        }
        .benifit-wrapper {
            flex-direction: column;
            display: flex;
        }
        .tab-button {
            background-color: var(--midnight-blue-3);
            display: none;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
        }
        .tab-button.mobile {
            display: block;
        }
        .ornage-number {
            font-size: 20px;
        }
        .tab-content {
            display: none;
            position: static;
        }
        .tab-button-group {
            grid-column-gap: 20px;
            flex-flow: column wrap;
            justify-content: flex-start;
        }
        .why-join-wrapper {
            grid-row-gap: 30px;
            flex-direction: column-reverse;
        }
        .numbers-wrapper {
            max-width: 100%;
            grid-column-gap: 16px;
            grid-row-gap: .9em;
            grid-template-rows: auto auto;
            grid-template-columns: 1fr 1fr;
            grid-auto-columns: 1fr;
            display: grid;
        }
        .join-cta {
            flex-direction: column;
            justify-content: center;
        }
        .left-arrow-cta {
            margin-bottom: -30px;
            display: none;
            top: auto;
            left: auto;
            transform: rotate(-90deg);
        }
        .youcan_content-wrapper {
            flex-direction: column;
            display: flex;
        }
        .youcan_content {
            padding: 32px;
        }
        .youcan_heading-wrapper {
            flex-direction: column;
            align-items: center;
        }
        .image-57 {
            width: auto;
            height: 645px;
        }
        .image-58 {
            top: -30px;
            left: 0%;
        }
        .pricing_heading-wrapper {
            flex-direction: column;
            align-items: center;
        }
        .pricing_content {
            grid-column-gap: 60px;
            grid-row-gap: 60px;
            flex-direction: column;
        }
        .pricing_card-wrapper {
            height: auto;
            grid-column-gap: 10px;
            grid-row-gap: 10px;
            padding-top: 0;
        }
        .pricing_card {
            border-radius: 32px;
        }
        .pricing_card-wrapper-2 {
            background-color: rgba(0, 0, 0, 0);
            padding-bottom: 0;
        }
        .price_card-3,
        .price_card-4 {
            border-radius: 32px;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .section_pricing {
            height: auto;
            padding-top: 160px;
            padding-bottom: 60px;
        }
        .section_club {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .club_content-wrapper {
            grid-column-gap: 60px;
            grid-row-gap: 60px;
            flex-direction: column;
            padding: 40px;
        }
        .vectors-wrapper-2 {
            flex-direction: column;
        }
        .club_image {
            min-width: auto;
        }
        .image-61 {
            object-fit: contain;
        }
        .offer-counter-2 {
            display: none;
        }
        .offer {
            padding-top: 30px;
        }
        .button-7 {
            font-size: 18px;
        }
        .section_results {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .results_wrapper {
            grid-template-columns: 1fr;
            margin-top: 0;
            margin-bottom: 0;
        }
        .counter-value-2 {
            font-size: 25px;
        }
        .section-offer {
            grid-column-gap: 32px;
            grid-row-gap: 32px;
        }
        .llh_capsule._3 {
            left: 0px;
            bottom: 250px;
        }
        .llh_capsule._4 {
            left: 45px;
        }
        .llh_capsule._6 {
            left: 155px;
        }
        .llh_capsule._7 {
            left: auto;
        }
        .llh_capsule._18 {
            left: 260px;
        }
        .div-block-13 {
            background-position: 50% 70%;
            background-size: contain;
        }
        .poweredby {
            margin-top: 24px;
        }
        .counter-text {
            font-size: 25px;
        }
        .footer_section-bottom {
            margin-bottom: 5rem;
        }
        .padding-global-3 {
            padding: 0 2rem;
        }
        .section.banner.bg-gradiant {
            padding-top: 30px;
            padding-bottom: 0;
        }
        .banner-heading-copy,
        .cominssoontext {
            font-size: 3.5rem;
        }
        .learn-img {
            width: 100%;
            display: none;
        }
        .banner-image-block {
            justify-content: center;
            align-items: stretch;
            display: none;
            position: relative;
        }
        .hero-banner-grid {
            object-fit: contain;
            position: static;
            top: auto;
            bottom: 0%;
            left: 50%;
            right: 0%;
        }
        .logo-bg-im {
            width: 100%;
        }
        .content-goal-text {
            flex-direction: column;
            align-items: flex-start;
        }
        .section-starter {
            padding-top: 40px;
        }
        .content-link-item {
            text-align: center;
        }
        .section-grid-internal {
            grid-template-rows: auto auto auto auto auto;
            grid-template-columns: 1fr;
            justify-items: stretch;
        }
        .navbar-2 {
            background-color: rgba(0, 0, 0, 0);
        }
        .learn-text {
            display: block;
            bottom: 21%;
        }
        .learn-image {
            flex: 1;
            align-self: stretch;
            align-items: stretch;
            display: flex;
        }
        .footer-text-txt {
            text-align: center;
        }
        .content-vector-img {
            display: none;
        }
        .section-starter-internal {
            height: auto;
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            flex-direction: column;
        }
        .content-goal-wrapper {
            flex-direction: column;
            flex: none;
            justify-content: center;
            align-self: stretch;
            align-items: center;
            margin-bottom: 16px;
            display: flex;
            position: static;
        }
        .hero-banner-item-icon {
            align-content: stretch;
            justify-content: center;
            align-items: stretch;
            justify-items: center;
        }
        .hero-banner {
            background-position: 50%;
            background-size: cover;
        }
        .section-fame {
            padding-top: 40px;
        }
        .section-hero-banner-internal {
            flex-direction: column;
            display: flex;
        }
        .footer-content-link {
            margin-top: 40px;
        }
        .menu-button-3 {
            -webkit-text-stroke-color: #f49f08;
            background-color: #142460;
            border-radius: 10px;
            margin-top: 0;
        }
        .menu-button-3.w--open {
            background-color: #142460;
        }
        .join-item-grid-left {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            padding-top: 40px;
            padding-bottom: 40px;
            padding-left: 0;
            display: flex;
        }
        .join-item-grid-right {
            position: static;
        }
        .container-s {
            margin-top: 0;
            padding-left: 30px;
            padding-right: 30px;
        }
        .section-logo-image {
            display: none;
        }
        .section-logo-img {
            align-self: stretch;
        }
        .logo-icon-text {
            flex: 0 auto;
            margin-left: 24px;
        }
        .section-goal-content {
            flex-direction: column;
            margin-top: 32px;
        }
        .implement-img-bg,
        .section-logo-bg {
            display: none;
        }
        .footer-internal-content {
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
        }
        .implement-image-wrapper {
            order: -1;
            align-self: stretch;
        }
        .section-content-internal {
            margin-bottom: 40px;
            position: static;
        }
        .logo-block-hd {
            flex-direction: row;
            flex: 1;
            justify-content: flex-start;
            align-items: center;
            display: flex;
        }
        .section-join-grid {
            grid-template-rows: auto auto;
            grid-template-columns: 1fr;
        }
        .implement-image-txt {
            top: 19%;
            bottom: auto;
            left: 0%;
            right: 0%;
        }
        .footer-logo-text {
            flex-direction: column;
            align-items: center;
            display: flex;
        }
        .implement {
            flex-direction: column;
            align-items: stretch;
            display: flex;
        }
        .arrow-vector-image {
            display: none;
            position: static;
        }
        .join-right-grid-image {
            margin-left: auto;
            margin-right: auto;
            position: static;
        }
        .learn-bg {
            display: none;
        }
        .footer-dark {
            padding-top: 40px;
        }
        .stater-logo-txt-img {
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
            padding-left: 16px;
            padding-right: 0;
            top: 20%;
            bottom: 0;
        }
        .learn-text-dark {
            bottom: 24%;
        }
        .implement-image-bg {
            display: none;
        }
        .content-goal-internal {
            flex-direction: column;
            flex: none;
            align-self: stretch;
            margin-top: 32px;
            display: flex;
        }
        .content-goal-internal._w-100 {
            margin-top: 0;
        }
        .section-internal-wrapper {
            height: auto;
            flex-direction: column;
        }
        .section-internal-wrapper._2,
        .section-internal-wrapper._3 {
            height: auto;
        }
        .crore-champianship-logo-text {
            margin-left: 30px;
            margin-right: 30px;
            display: block;
            position: relative;
        }
        .section-content-wrapper.no-mg {
            flex: 1;
            padding-bottom: 0;
        }
        .implement-image {
            display: none;
        }
        .main-wrapper-3 {
            background-color: #0a113a;
        }
        .arrow-vector-icon {
            display: none;
        }
        .nav-menu {
            text-align: center;
            -webkit-text-stroke-color: #f49f08;
            background-color: #08113c;
            padding-top: 20px;
            padding-bottom: 20px;
        }
        .section-icon-text {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
            flex-direction: row;
            justify-content: flex-start;
            padding-left: 16px;
            top: 40%;
        }
        .section-icon-text.absolute-l {
            top: 27%;
        }
        .nav-link-3 {
            text-align: center;
            margin-bottom: 10px;
        }
        .implement-image-background {
            display: none;
        }
        .section-content-internal-wrapper {
            padding-bottom: 40px;
        }
        .section-implement-wrapper {
            flex-direction: column;
        }
        .implement-grid {
            padding-top: 40px;
        }
        .grid-item-text {
            margin-top: 0;
        }
        .learn-txtx {
            display: block;
        }
        .section-hero-banner-grid {
            grid-column-gap: 50px;
            grid-row-gap: 50px;
            grid-template-rows: auto auto auto;
            grid-template-columns: 1fr;
            align-items: baseline;
            justify-items: center;
        }
        .section-grid-item {
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            border-radius: 16px;
            flex-direction: row;
            justify-content: flex-start;
            align-items: center;
        }
        .icon {
            -webkit-text-fill-color: transparent;
            background-color: #fff;
            -webkit-background-clip: text;
            background-clip: text;
        }
        .logo-bg {
            margin-top: 40px;
            display: block;
        }
        .content-goal-icon-text {
            flex-direction: row;
            justify-content: flex-start;
            align-self: stretch;
            align-items: center;
            margin-top: 32px;
            margin-left: 0;
        }
        .implement-img-text {
            top: 18%;
        }
        .join-right-grid-img {
            max-width: 110%;
            background-image: none;
            background-size: auto;
            margin-left: -71px;
        }
        .learn-image-wrapper {
            flex-direction: column;
            align-self: stretch;
        }
        .implement-img-wrapper {
            order: -1;
            align-self: stretch;
        }
        .section-crore-champion {
            padding-top: 40px;
        }
        .section-hero-banner {
            padding-top: 8rem;
            position: static;
        }
        .section-stater-implement-internal {
            flex-direction: column;
        }
        .section-grid-wrapper,
        .section-grid-wrapper._2,
        .section-grid-wrapper._3 {
            margin-top: auto;
        }
        .section-join {
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .section-champion {
            padding-top: 40px;
        }
        .image-64 {
            width: 100%;
            display: block;
        }
        .vector-image,
        .implement-image-bckground {
            display: none;
        }
        .grid-item-txt {
            display: block;
        }
        .implement-img-b {
            width: 100%;
        }
        .starter-implement-grid {
            align-self: stretch;
            padding-top: 40px;
        }
        .implement-image-backgraound {
            display: none;
        }
        .section-join-internal {
            background-size: cover;
            border-radius: 32px;
        }
        .learn {
            display: block;
        }
        .learn-img-b {
            width: 100%;
        }
        .container-16 {
            background-color: rgba(0, 0, 0, 0);
            padding-left: 30px;
            padding-right: 30px;
        }
        .section-grid-content {
            align-self: stretch;
        }
        .section-freedom {
            padding-top: 40px;
        }
        .menu-button-4 {
            -webkit-text-stroke-color: #f49f08;
            border-radius: 10px;
            margin-top: 0;
        }
        .menu-button-4.w--open {
            background-color: #142460;
        }
        .navbar-3 {
            background-color: rgba(0, 0, 0, 0);
        }
        .nav-link-4 {
            text-align: center;
            margin-bottom: 10px;
        }
        .container-17 {
            background-color: rgba(0, 0, 0, 0);
            padding-left: 30px;
            padding-right: 30px;
        }
    }
    
    @media screen and (max-width: 767px) {
        .gallery-overview {
            padding: 60px 15px;
        }
        .margin-xhuge {
            margin: 4rem;
        }
        .heading-style-h4 {
            font-size: 1rem;
        }
        .padding-vertical {
            padding-left: 0;
            padding-right: 0;
        }
        .padding-section-medium {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }
        .padding-xxlarge {
            padding: 3rem;
        }
        .fs-styleguide_section-header {
            font-size: .875rem;
        }
        .padding-xhuge {
            padding: 4rem;
        }
        .margin-xxhuge {
            margin: 4.5rem;
        }
        .margin-huge {
            margin: 3.5rem;
        }
        .fs-styleguide_heading-large {
            font-size: 3rem;
        }
        .padding-left {
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
        }
        .hide-mobile-landscape {
            display: none;
        }
        .margin-medium {
            margin: 1.25rem;
        }
        .margin-xxlarge {
            margin: 3rem;
        }
        .margin-xlarge {
            margin: 2rem;
        }
        .margin-horizontal {
            margin-top: 0;
            margin-bottom: 0;
        }
        .heading-style-h2 {
            font-size: 2rem;
        }
        .padding-bottom {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .heading-style-h3 {
            font-size: 1.5rem;
        }
        .padding-right {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0;
        }
        .margin-right {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 0;
        }
        .padding-xlarge {
            padding: 2rem;
        }
        .padding-global {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }
        .padding-global.padding-section-large {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }
        .padding-large {
            padding: 1.5rem;
        }
        .padding-section-small {
            padding-top: 2rem;
            padding-bottom: 2rem;
        }
        .margin-top {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }
        .padding-top {
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .padding-top.padding-xxlarge {
            padding-top: 0;
        }
        .max-width-full-mobile-landscape {
            width: 100%;
            max-width: none;
        }
        .margin-left {
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 0;
        }
        .fs-styleguide_version {
            font-size: .875rem;
        }
        .padding-horizontal {
            padding-top: 0;
            padding-bottom: 0;
        }
        .text-style-nowrap {
            white-space: normal;
        }
        .fs-styleguide_heading-medium {
            font-size: 2rem;
        }
        .padding-xxhuge {
            padding: 4.5rem;
        }
        .margin-vertical {
            margin-left: 0;
            margin-right: 0;
        }
        .heading-style-h6 {
            font-size: .75rem;
        }
        .padding-medium {
            padding: 1.25rem;
        }
        .padding-section-large {
            padding-top: 4rem;
            padding-bottom: 4rem;
        }
        .margin-bottom {
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
        }
        .heading-style-h5 {
            font-size: .875rem;
        }
        .padding-huge {
            padding: 3.5rem;
        }
        .margin-large {
            margin: 1.5rem;
        }
        .heading-style-h1 {
            font-size: 2.5rem;
        }
        .navbar-wrapper-2 {
            position: relative;
            left: 0;
        }
        .navbar-logo-left.custom-header {
            position: relative;
        }
        .navbar-brand-2 {
            padding-left: 0;
        }
        .nav-menu-two-2 {
            border-radius: 0;
            flex-direction: column;
            padding-bottom: 30px;
        }
        .menu-button-2 {
            background-color: rgba(0, 0, 0, 0);
        }
        .icon-title {
            margin-bottom: 0;
        }
        .mobile-margin-top-10 {
            margin-top: 10px;
        }
        .footer-left {
            margin-bottom: 20px;
        }
        .btn-yellow {
            padding: 10px 20px;
        }
        .banner-heading {
            font-size: 30px;
        }
        .text-block-46 {
            font-size: 12px;
        }
        .text-block-46.btn-text {
            flex: none;
        }
        .banner-content {
            padding-bottom: 0;
        }
        .banner-grid {
            padding-top: 60px;
        }
        .flex-group.banner {
            flex-wrap: wrap;
            justify-content: flex-start;
        }
        .paragraph-sm.text-white {
            font-size: .9rem;
            line-height: 1.5rem;
        }
        .watch-text {
            top: 220px;
            left: 60px;
        }
        .line-image {
            top: 240px;
            left: 100px;
        }
        .play-icon {
            width: 50px;
            left: 230px;
        }
        .banner-review {
            text-align: left;
            font-size: 12px;
        }
        .learn-box {
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            flex-direction: column;
            display: flex;
        }
        .learning-icon {
            width: 64px;
            height: 64px;
        }
        .image-55 {
            height: 90px;
            display: none;
        }
        .offer-counter {
            display: none;
        }
        .container-large-4 {
            padding-left: 20px;
            padding-right: 20px;
        }
        .bottom-bar {
            height: auto;
        }
        .bottom-grid {
            height: 100%;
            flex-direction: column;
            padding-bottom: 10px;
        }
        .benefit-tab-data {
            grid-column-gap: 32px;
            grid-row-gap: 32px;
            flex-direction: column;
        }
        .vector-frame {
            max-width: none;
            justify-content: center;
            display: flex;
        }
        .section-spacing {
            grid-column-gap: 60px;
            grid-row-gap: 60px;
        }
        .achivement-wrapper {
            flex-direction: column;
            justify-content: center;
        }
        .achivement-box {
            align-self: center;
        }
        .btn-orange-start {
            cursor: pointer;
        }
        .btn-orange-start:hover {
            background-color: #333;
        }
        .youcan_button.button_text {
            cursor: pointer;
        }
        .youcan_button.button_text:hover {
            background-color: #333;
        }
        .heading-9 {
            font-size: 32px;
        }
        .pricing_card {
            height: auto;
            grid-column-gap: 60px;
            grid-row-gap: 60px;
        }
        .pricing_card-wrapper-2 {
            height: auto;
        }
        .pricing_card-orange {
            grid-column-gap: 60px;
            grid-row-gap: 60px;
        }
        .price_card-3,
        .price_card-4 {
            height: auto;
            grid-column-gap: 60px;
            grid-row-gap: 60px;
        }
        .club_image-wrapper {
            height: auto;
        }
        .club_image {
            height: auto;
            min-height: 250px;
            min-width: auto;
        }
        .vectors-wrapper-3 {
            width: 40px;
            height: 40px;
        }
        .offer-counter-2 {
            display: flex;
        }
        .offer {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
            flex-direction: column;
            padding-top: 20px;
            padding-bottom: 20px;
            display: flex;
        }
        .text-size-large {
            font-size: 1.25rem;
        }
        .text-size-large.text-align-center {
            font-size: 2rem;
        }
        .counter-value-2.secs,
        .counter-value-2.days {
            font-size: 25px;
        }
        .section-offer {
            padding: 60px;
        }
        .heading-v1 {
            font-size: 2rem;
        }
        .llh_capsule {
            padding: 10px;
            top: 15px;
        }
        .capsule_text {
            font-size: 12px;
        }
        .capsule_vector {
            width: 30px;
        }
        .text-block-49 {
            font-size: 20px;
        }
        .capsule_vectorr-2 {
            width: 30px;
        }
        .div-block-13 {
            background-position: 50%;
        }
        .footer_section {
            padding-top: 40px;
        }
        .footer_section-bottom {
            margin-bottom: 4.5rem;
        }
        .padding-global-3 {
            padding-left: 1.25rem;
            padding-right: 1.25rem;
        }
        .banner-heading-copy {
            font-size: 3rem;
        }
        .footer_footer-links {
            grid-column-gap: 1.5rem;
            grid-row-gap: 1rem;
            flex-wrap: wrap;
            justify-content: center;
        }
        .cominssoontext {
            font-size: 3rem;
        }
        .footer-copyright-socialmedia {
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin-bottom: 20px;
        }
        .section-starter {
            padding-top: 0;
        }
        .section-fame {
            margin-top: 54px;
            padding-top: 0;
        }
        .navbar-logo {
            padding-left: 0;
        }
        .footer-content-link {
            grid-column-gap: 20px;
            grid-row-gap: 20px;
            flex-direction: column;
            margin-top: 30px;
        }
        .menu-button-3 {
            background-color: #254e89;
        }
        .container-s {
            padding-left: 16px;
            padding-right: 16px;
        }
        .section-goal-content {
            margin-top: 0;
        }
        .footer-internal-content {
            margin-bottom: 40px;
        }
        .section-content-internal {
            margin-bottom: 1rem;
        }
        .footer-dark {
            padding-left: 15px;
            padding-right: 15px;
        }
        .stater-logo-txt-img {
            justify-content: flex-start;
            margin-left: 0;
            top: 22%;
        }
        .section-banner-grid {
            width: 100%;
            grid-column-gap: 16px;
            grid-row-gap: 16px;
        }
        .content-goal-internal {
            margin-top: 20px;
        }
        .crore-champianship-logo-text {
            padding-top: 16px;
        }
        .section-content-wrapper.no-mg {
            padding-bottom: 0;
        }
        .section-icon-text {
            top: 50%;
            right: auto;
            transform: translate(0%, -50%);
        }
        .section-icon-text.absolute-l {
            top: 50%;
        }
        .section-content-internal-wrapper {
            padding-bottom: 0;
        }
        .implement-grid {
            padding-top: 0;
        }
        .section-hero-banner-grid {
            grid-column-gap: 50px;
            grid-row-gap: 50px;
        }
        .logo-bg {
            width: 100%;
            margin-top: 0;
        }
        .content-goal-icon-text {
            margin-top: 20px;
        }
        .section-crore-champion {
            margin-top: 54px;
            padding-top: 0;
        }
        .logo-heading {
            font-size: 1.3rem;
        }
        .banner-item-logo-text {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .section-champion {
            margin-top: 54px;
            padding-top: 0;
        }
        .footer-copyright-text {
            margin-bottom: 20px;
        }
        .starter-implement-grid {
            padding-top: 0;
        }
        .section-freedom {
            margin-top: 54px;
            padding-top: 0;
        }
    }
    
    @media screen and (max-width: 479px) {
        h5 {
            font-size: 20px;
        }
        .arrow-1 {
            margin-top: -744px;
            margin-left: 277px;
            height: 99px;
            width: 80px;
        }
        .arrow-2 {
            margin-top: -419px;
            margin-left: 277px;
            height: 99px;
            width: 80px;
        }
        .arrow-3 {
            margin-top: -61px;
            margin-left: 277px;
            height: 99px;
            width: 80px;
        }
        .arrow-4 {
            margin-top: 7px;
            margin-left: 277px;
            height: 99px;
            width: 80px;
        }
        .arrow-5 {
            margin-top: -583px;
            margin-left: 38px;
            height: 99px;
            width: 80px;
        }
        .arrow-6 {
            margin-top: -233px;
            margin-left: 38px;
            height: 99px;
            width: 80px;
        }
        .arrow-7 {
            margin-top: 31px;
            margin-left: 38px;
            height: 99px;
            width: 80px;
        }
        .iii {
            width: 300px;
        }
        .banner-image {
            margin-top: -70px;
        }
        .sid-image1 {
            z-index: 3;
            height: 220px;
            object-fit: cover;
            margin-left: 30px;
            position: relative;
        }
        .dashed-svg.svg-1 {
            z-index: -90;
            width: 0;
            height: 0;
        }
        .rf-animate.rf-ios-store {
            height: 96px;
            width: 191px;
            margin-top: 1120px;
            margin-left: -140px;
        }
        .rf-animate.rf-gp-store {
            margin-left: -424px;
            margin-top: 380px;
            height: 96px;
            width: 191px;
        }
        .rf-animate.rf-online-store {
            margin-top: 745px;
            margin-left: -45px;
            height: 96px;
            width: 191px;
        }
        .rf-animate.rf-js-dial {
            margin-left: -714px;
            margin-top: 766px;
            height: 96px;
            width: 191px;
        }
        .rf-animate.rf-youtube {
            margin-left: -805px;
            margin-top: 508px;
            height: 96px;
            width: 191px;
        }
        .rf-animate.rf-sm-page {
            margin-left: -138px;
            margin-top: 720px;
            height: 96px;
            width: 191px;
        }
        .rf-animate.rf-google {
            margin-left: -711px;
            margin-top: 251px;
            height: 96px;
            width: 191px;
        }
        .rf-animate.rf-glassdoor {
            margin-left: -424px;
            margin-top: 35px;
            height: 96px;
            width: 191px;
        }
        .llh_capsule._1.active {
            top: -15px;
            left: 80px;
        }
        .llh_capsule._2 {
            cursor: pointer;
            transition: all 0.3s ease-in-out;
            top: 47px;
            left: 98px;
        }
        .llh_capsule._3 {
            left: 100px;
            top: 505px;
            padding-left: 30px;
            padding-right: 30px;
        }
        .llh_capsule._4 {
            left: 0px;
            left: 98px;
            top: 233px;
        }
        .llh_capsule._5.active {
            left: 80px;
            top: 59px;
        }
        .llh_capsule._6 {
            top: 4px;
            right: 8px;
            left: 98px;
            top: 455px;
        }
        .llh_capsule._7 {
            left: 0px;
            left: 122px;
            top: 510px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .llh_capsule._8.active {
            left: 80px;
            bottom: 10px;
            top: 122px;
        }
        .llh_capsule._9 {
            top: 42px;
            right: 245px;
        }
        .llh_capsule._10 {
            top: 106px;
            right: 268px;
            padding-left: 30px;
            padding-right: 30px;
        }
        .llh_capsule._11.active {
            top: 156px;
            right: 225px;
        }
        .llh_capsule._12 {
            top: 228px;
            bottom: 17px;
            right: 235px;
        }
        .llh_capsule._13 {
            right: 225px;
            top: 730px;
        }
        .llh_capsule._14.active {
            top: 334px;
            right: 238px;
            padding-left: 20px;
            padding-right: 20px;
        }
        .llh_capsule._15 {
            bottom: 14px;
            right: 253px;
            top: 170px;
        }
        .llh_capsule._16 {
            right: 239px;
            top: 340px;
        }
        .llh_capsule._17 {
            bottom: 15px;
            right: 95px;
            right: 217px;
            top: 399px;
        }
        .llh_capsule._18 {
            top: 104px;
            left: 98px;
        }
        .text-block-49 {
            padding: 0px;
            border-radius: 0%;
            border-style: none;
            margin-left: -194px;
            margin-right: -50px;
            margin-top: -119px;
            margin-bottom: 30px;
        }
        .get-started-section {
            margin-top: 100px;
        }
        .get-start-block {
            margin-top: 200px;
        }
        .small-text {
            margin-left: 10%;
        }
        .client-image {
            width: 90px;
            height: 90px;
            border: 2px solid rgb(3, 3, 3);
            border-radius: 100%;
            margin-bottom: 16px;
            overflow: hidden;
        }
        .client-i {
            margin-left: -20px;
        }
        .rf-animate {
            position: relative;
            padding: 1%;
            top: 1340px;
            left: -1820px;
            width: 177px;
            height: 70px;
            border-radius: 10px;
            z-index: 3;
            overflow: hidden;
        }
        .rf-animate::before {
            content: '';
            position: relative;
            z-index: -2;
            left: -90%;
            top: -50%;
            width: 200%;
            height: 400%;
            background-color: #FD660A;
            background-repeat: no-repeat;
            background-size: 50% 50%, 50% 50%;
            background-position: 0 0, 100% 0, 100% 100%, 0 100%;
            background-image: linear-gradient(#FD660A, #FD660A), linear-gradient(#F30876, #F30876), linear-gradient(#13E1AF, #13E1AF), linear-gradient(#780FDA, #780FDA);
            animation: rotate 4s linear infinite;
        }
        .rf-animate::after {
            content: '';
            position: absolute;
            z-index: -1;
            left: 4px;
            top: 4px;
            width: calc(100% - 9px);
            height: calc(100% - 9px);
            background: white;
            border-radius: 10px;
        }
        .logo-wrap {
            width: 100%;
            grid-column-gap: 20px;
            flex: none;
            align-items: center;
            display: flex;
        }
        .banner-heading {
            padding-right: 20px;
        }
        .banner-paragraph {
            padding-right: 20px;
        }
        .learn-section {
            margin-top: 300px;
        }
        .flex-group.banner {
            padding-right: 10px;
        }
        .bottom-second {
            margin-left: -50px;
        }
        .bottom-third {
            margin-left: -750px;
        }
        .bar-graph-vertical .bar-container {
            float: left;
            height: 200px;
            margin-right: 0px;
            margin-left: 0px;
            position: relative;
            text-align: center;
            width: 13px;
        }
        .rf-center {
            position: absolute;
            top: 1340px;
            left: 198px;
            padding: 2%;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            transform: translate(-50%, -40%);
            z-index: 3;
            margin-left: -430px;
            overflow: hidden;
        }
        .bar-graph-vertical .bar {
            border-radius: 2px;
            bottom: 10px;
            position: absolute;
            width: 10px;
        }
        .rf-head {
            margin-left: -800px;
            margin-top: -900px;
            float: left;
        }
        .rfc-head {
            top: 10px;
            margin-top: 39px;
        }
        .rf-main {
            float: left;
            top: 100px;
            left: -900px;
        }
        .wlheader {
            margin-left: auto;
            margin-right: auto;
            padding-top: 0;
            padding-bottom: 0;
        }
        .wlcontainer.pr-0 {
            padding-right: 0;
            position: static;
            top: 0;
        }
        .wlheaderlogo {
            margin-right: auto;
            padding-left: 0;
        }
        .wlheaderlogo.w--current {
            width: auto;
            grid-column-gap: 6px;
            flex: 0 auto;
            margin-right: auto;
            padding-left: 0;
            display: flex;
        }
        .nav-link {
            color: #fff;
        }
        .loginbutton {
            display: none;
        }
        .nav-link-2 {
            color: #fff;
            padding-top: 8px;
            padding-bottom: 8px;
        }
        .nav-link-2:hover,
        .nav-link-2.w--current {
            color: #fff;
        }
        .wlheadernavmenu {
            background-color: rgba(5, 5, 5, .89);
            padding-top: 16px;
            padding-bottom: 16px;
        }
        .wlhero {
            padding-top: 64px;
            padding-bottom: 0;
        }
        .heading {
            margin-top: 12px;
        }
        .list {
            grid-column-gap: 10px;
        }
        .text-block-3 {
            font-size: 12px;
        }
        .div-block {
            width: 100%;
            max-width: 464px;
        }
        .form {
            display: block;
        }
        .submit-button {
            width: 100%;
            margin-top: 6px;
            font-size: 14px;
        }
        .container.hero {
            padding-left: 20px;
        }
        .wlcourseblock {
            width: 100%;
            margin-bottom: 16px;
        }
        .wlfeatures {
            padding-top: 0;
        }
        .text-block-10 {
            padding-top: 0;
            padding-bottom: 12px;
        }
        .wlfeatureblock {
            margin-bottom: 16px;
        }
        .grid {
            grid-column-gap: 12px;
            grid-template-columns: 64px 1fr;
        }
        .grid-2 {
            display: block;
        }
        .text-block-12 {
            padding-bottom: 12px;
        }
        .grid-3 {
            display: block;
        }
        .testimonialblock {
            margin-bottom: 16px;
        }
        .testimonialblock.mb-0 {
            margin-bottom: 0;
        }
        .paragraph-4 {
            direction: ltr;
            text-align: left;
            white-space: normal;
        }
        .columns-3 {
            display: block;
        }
        .div-block-7 {
            margin-bottom: 32px;
            padding-right: 0;
        }
        .footercontent {
            padding: 24px 16px 12px;
        }
        .column {
            padding-left: 0;
            padding-right: 0;
        }
        .columns-4 {
            display: block;
        }
        .paragraph-6 {
            margin-top: 16px;
            margin-bottom: 16px;
        }
        .text-block-18 {
            margin-bottom: 8px;
            font-size: 16px;
        }
        .text-block-19 {
            margin-bottom: 2px;
            font-size: 12px;
        }
        .link-2 {
            font-size: 14px;
        }
        .div-block-9 {
            margin-bottom: 16px;
        }
        .list-6 {
            margin-top: 6px;
        }
        .list-7 {
            grid-column-gap: 12px;
            display: flex;
        }
        .link-3,
        .text-block-20 {
            font-size: 12px;
        }
        .column-2 {
            display: none;
        }
        .columns-5 {
            display: block;
        }
        .grid-7 {
            display: none;
        }
        .wlcourselist {
            grid-template-rows: auto;
            grid-template-columns: 1fr 1fr 1fr;
            grid-auto-flow: row;
            display: block;
        }
        .menu-button {
            margin-left: 0;
        }
        .menu-button.w--open {
            background-color: rgba(5, 5, 5, .89);
        }
        .column-3 {
            padding-left: 0;
            padding-right: 0;
        }
        .column-4 {
            display: none;
        }
        .column-7 {
            flex-direction: column;
            padding-left: 0;
            padding-right: 0;
            display: block;
        }
        .column-8 {
            padding-top: 16px;
            padding-bottom: 16px;
            padding-left: 0;
            display: block;
        }
        .list-item-8 {
            font-size: 14px;
        }
        .column-9 {
            padding-left: 0;
            padding-right: 0;
        }
        .button-4 {
            background-color: #1c3497;
            border-radius: 6px;
            padding-top: 6px;
            padding-bottom: 6px;
            font-size: 12px;
            font-weight: 600;
            display: block;
        }
        .button-4.setloginurl {
            background-color: var(--black);
            color: #fff;
            transition: background-color .2s;
        }
        .button-4.setloginurl:hover {
            background-color: var(--dim-grey);
            color: #fff;
        }
        .list-8 {
            flex-direction: column;
        }
        .image-6 {
            width: 40px;
        }
        .text-block-23 {
            font-size: 15px;
        }
        .text-block-27 {
            font-size: 10px;
        }
        .privacyblock {
            margin-top: 24px;
            margin-bottom: 24px;
            padding: 24px 16px;
        }
        .container-8 {
            padding: 0 16px;
        }
        .creatoremail {
            font-weight: 600;
            display: block;
        }
        .link-block-9 {
            padding-left: 16px;
            padding-right: 16px;
        }
        .text-block-29 {
            font-size: 13px;
        }
        .gallery-wrapper {
            grid-template-columns: 1fr;
        }
        .container-9 {
            max-width: none;
        }
        .text-block-37 {
            padding-top: 0;
            padding-bottom: 12px;
        }
        .text-block-39 {
            padding-bottom: 12px;
        }
        .wlmeetcreator-2 {
            padding-bottom: 250px;
        }
        .wlcourses-3 {
            padding-top: 64px;
            padding-bottom: 250px;
        }
        .text-block-41 {
            padding-bottom: 12px;
        }
        .wlfeaturedbg-2 {
            width: 100%;
            height: 90%;
            max-width: 971px;
            transform: translate(-50%, -51%);
        }
        .padding-vertical {
            padding-left: 0;
            padding-right: 0;
        }
        .hide-mobile-portrait {
            display: none;
        }
        .padding-left {
            padding-top: 0;
            padding-bottom: 0;
            padding-right: 0;
        }
        .max-width-full-mobile-portrait {
            width: 100%;
            max-width: none;
        }
        .margin-horizontal {
            margin-top: 0;
            margin-bottom: 0;
        }
        .padding-bottom {
            padding-top: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .padding-right {
            padding-top: 0;
            padding-bottom: 0;
            padding-left: 0;
        }
        .margin-right {
            margin-top: 0;
            margin-bottom: 0;
            margin-left: 0;
        }
        .margin-top {
            margin-bottom: 0;
            margin-left: 0;
            margin-right: 0;
        }
        .padding-top {
            padding-bottom: 0;
            padding-left: 0;
            padding-right: 0;
        }
        .margin-left {
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 0;
        }
        .padding-horizontal {
            padding-top: 0;
            padding-bottom: 0;
        }
        .margin-vertical {
            margin-left: 0;
            margin-right: 0;
        }
        .margin-bottom {
            margin-top: 0;
            margin-left: 0;
            margin-right: 0;
        }
        .navbar-wrapper-2 {
            margin-top: 10px;
            padding-left: 10px;
            padding-right: 10px;
            position: static;
        }
        .navbar-logo-left.custom-header {
            position: relative;
        }
        .navbar-brand-2 {
            height: auto;
        }
        .nav-menu-wrapper {
            top: 90px;
        }
        .nav-logo {
            width: 120px;
        }
        .nav-menu-two-2 {
            z-index: 3;
            flex-direction: column;
            margin-top: 0;
            position: relative;
        }
        .menu-button-2 {
            background-color: rgba(0, 0, 0, 0);
        }
        .btn-yellow {
            max-width: 100%;
            min-width: 340px;
        }
        .banner-heading {
            width: 100%;
            font-size: 30px;
        }
        .text-block-46 {
            font-size: 14px;
        }
        .banner-content {
            text-align: center;
            padding: 50px 10px 20px;
        }
        .footer-link {
            margin-bottom: 10px;
        }
        .banner-grid {
            padding-top: 40px;
        }
        .flex-group.banner {
            justify-content: center;
        }
        .footer {
            padding-top: 64px;
        }
        .paragraph-sm {
            text-align: left;
        }
        .paragraph-sm.text-white {
            font-size: 10px;
            line-height: 15px;
        }
        .sid-image {
            bottom: 28px;
            height: 300px;
        }
        .sid-image-get-start {
            height: 300px;
        }
        .watch-text {
            top: 6px;
            left: -12px;
        }
        .line-image {
            top: 29px;
            left: 4px;
        }
        .play-icon {
            margin-left: auto;
            margin-right: auto;
            display: flex;
            position: absolute;
            top: auto;
            bottom: 65.9vw;
            left: 0;
            right: 0;
        }
        .logos-wrapper {
            flex-direction: row;
        }
        .logo-wrap {
            margin-right: 50px;
        }
        .logo-wrap.last {
            margin-right: 0;
        }
        .marquee-logo {
            margin-top: 80px;
            grid-column-gap: 20px;
            grid-row-gap: 20px;
            margin-left: -80px;
        }
        .title-wrapper,
        .title-wrapper.center {
            margin-bottom: 40px;
        }
        .learn-box-wrapper,
        .topic-wrapper,
        .topic-check-wrapper {
            grid-template-columns: 1fr;
        }
        .topic-title {
            margin-top: 120;
            font-size: 32px;
        }
        .testimonial-block {
            padding-left: 24px;
            padding-right: 24px;
        }
        .client-name {
            font-size: 18px;
        }
        .cta-section {
            padding-top: 32px;
            padding-bottom: 32px;
        }
        .footer-wrapper {
            flex-direction: column;
            margin-bottom: 32px;
        }
        .footer-right {
            flex-direction: column;
        }
        .copyright-wrapper {
            flex-direction: column;
            padding-bottom: 164px;
        }
        .social-flex {
            width: 100%;
            height: 100%;
            justify-content: center;
            margin-top: 12px;
            display: flex;
        }
        .social-link-2 {
            width: 36px;
            margin-left: 8px;
            margin-right: 8px;
        }
        .offer-counter {
            justify-content: center;
            align-items: center;
            display: flex;
        }
        .container-large-4 {
            max-width: 100%;
            padding: 10px;
        }
        .font-smll {
            width: 336px;
            text-align: center;
            justify-content: center;
            align-items: center;
            margin-left: auto;
            margin-right: auto;
            padding-left: 0;
            padding-right: 0;
            display: block;
        }
        .bottom-second {
            align-self: auto;
        }
        .bottom-first {
            display: none;
        }
        .counter-box {
            width: 35px;
            height: 35px;
        }
        .counter-box.first {
            margin-left: 1rem;
        }
        .counter-value {
            font-size: 18px;
        }
        .bottom-grid {
            grid-column-gap: 6px;
            grid-row-gap: 16px;
            flex-flow: column wrap;
            justify-content: center;
            padding-bottom: 0;
        }
        .btn-white {
            max-width: none;
            min-width: 100%;
        }
        .benefit-tab-data {
            padding: 32px 24px;
        }
        .tab-button-group {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
        }
        .section-spacing {
            grid-column-gap: 32px;
            grid-row-gap: 32px;
            flex-direction: column;
        }
        .numbers-wrapper {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
            margin-top: 16px;
            display: flex;
        }
        .join-cta-left {
            padding: 32px 24px;
        }
        .join-title {
            font-size: 32px;
        }
        .number-wrap {
            margin-bottom: 0;
        }
        .number-big {
            margin-top: 0;
            margin-bottom: 0;
            font-size: 32px;
            font-weight: bold;
        }
        .achivement-wrapper {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
            flex-direction: column;
        }
        .achivement-box {
            padding: 32px;
        }
        .achivement-box.middle {
            margin-top: 0;
        }
        .achivement-icon {
            max-width: 100px;
        }
        .step-button.active {
            grid-column-gap: 24px;
            grid-row-gap: 24px;
            flex-direction: column;
            justify-content: flex-start;
        }
        .stork-number {
            font-size: 32px;
        }
        .btn-orange-start {
            width: 100%;
            padding: 12px 24px;
        }
        .youcan_content {
            padding-left: 24px;
            padding-right: 24px;
        }
        .youcan_heading {
            white-space: nowrap;
            font-size: 32px;
        }
        .youcan_card {
            width: 100%;
        }
        .youcan_card-text {
            font-size: 14px;
        }
        .white-text,
        .orange-text {
            font-size: 32px;
        }
        .youcan_button.button_text {
            padding: 12px 24px;
            font-size: 16px;
        }
        .image-57 {
            height: 277px;
        }
        .image-58 {
            width: 100px;
            height: 100px;
            top: -44px;
        }
        .heading-8 {
            font-size: 32px;
        }
        .heading-9 {
            text-align: center;
            margin-bottom: -21px;
            font-size: 32px;
        }
        .heading-10 {
            margin-bottom: -21px;
            font-size: 32px;
        }
        .image-60 {
            width: 100px;
        }
        .heading-11 {
            font-size: 22px;
        }
        .pricing_content-wrapper {
            grid-column-gap: 32px;
            grid-row-gap: 32px;
        }
        .pricing_heading {
            font-size: 32px;
        }
        .pricing_subheading {
            font-size: 14px;
        }
        .pricing_content {
            grid-column-gap: 32px;
            grid-row-gap: 32px;
        }
        .pricing_card {
            padding: 32px 16px;
        }
        .price-bold {
            font-size: 32px;
        }
        .price_card-text,
        .price_para {
            font-size: 14px;
        }
        .pricing_card-orange,
        .price_card-3,
        .price_card-4 {
            grid-column-gap: 32px;
            grid-row-gap: 32px;
            padding: 32px 16px;
        }
        .section_pricing {
            padding-top: 100px;
        }
        .club_content-wrapper {
            grid-column-gap: 32px;
            grid-row-gap: 32px;
            padding: 32px 16px;
        }
        .club_image {
            min-height: 150px;
        }
        .vectors-wrapper-3 {
            width: 32px;
        }
        .logo-image {
            width: 90px;
        }
        .llh-section {
            padding-top: 60px;
            padding-bottom: 60px;
        }
        .llh-wrapper {
            padding-top: 60px;
            padding-bottom: 60px;
            display: flex;
        }
        .image-61 {
            width: 300px;
        }
        .offer-counter-2 {
            grid-column-gap: .5rem;
            grid-row-gap: .5rem;
            justify-content: center;
            align-items: center;
            padding-bottom: 20px;
            display: flex;
        }
        .offer {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            flex-direction: column;
            padding: 20px 0;
            display: flex;
        }
        .button-7 {
            font-size: 16px;
        }
        .results_card-wrapper,
        .results_wrapper {
            grid-column-gap: 1.25rem;
            grid-row-gap: 1.25rem;
        }
        .results_card {
            padding-left: 16px;
            padding-right: 16px;
        }
        .counter-value-2,
        .counter-value-2.secs,
        .counter-value-2.days,
        .counter-value-2.mins {
            font-size: 18px;
        }
        .section-offer {
            margin-top: 32px;
            padding: 32px;
        }
        .heading-v1 {
            text-align: left;
        }
        .llh_left-point {
            grid-template-columns: 1fr;
            align-items: center;
        }
        .llh_capsule._10 {
            bottom: -5px;
        }
        .llh_capsule._12 {
            bottom: 2px;
        }
        .capsule_text {
            white-space: nowrap;
            font-size: 9px;
        }
        .capsule_text.right-align {
            width: 100%;
            white-space: nowrap;
        }
        .capsule_vector {
            width: 24px;
            height: 48px;
            top: -24.29px;
            right: -20px;
        }
        .text-block-49 {
            font-size: 16px;
        }
        .capsule_vectorr-2 {
            width: 24px;
            left: -22px;
        }
        .div-block-13 {
            background-position: 50% 61%;
            background-size: contain;
        }
        .play-button {
            width: 60px;
            display: flex;
            border-radius: 50%;
        }
        .poweredby {
            margin-top: 16px;
        }
        .counter-text {
            font-size: 18px;
        }
        .footer_section {
            margin-top: 40px;
        }
        .footer_section-bottom {
            margin-bottom: 8rem;
        }
        .padding-global-3 {
            padding-top: 1rem;
            padding-bottom: .5rem;
        }
        .padding-global-3.is {
            padding-bottom: 0;
        }
        .section.banner.bg-gradiant {
            background-image: url("../64a1d35b0cf476b49eb7c7d9_64364c81e1743d074ca19c6e_WhatsApp Image 2023-04-12 at 10.38.57 AM.webp");
            background-position: 0 0;
            background-size: cover;
            padding-top: 2rem;
        }
        .banner-heading-copy {
            padding-right: 3rem;
            font-size: 2.5rem;
        }
        .footer_link {
            text-decoration: none;
        }
        .footer_section-top {
            padding-bottom: 1.5rem;
        }
        .footer_footer-links {
            grid-column-gap: 1.5rem;
            grid-row-gap: 1rem;
            flex-direction: column;
            grid-template-rows: auto auto;
            grid-template-columns: 1fr 1fr;
            grid-auto-columns: 1fr;
            align-items: center;
            display: grid;
        }
        .cominssoontext {
            padding-right: 3rem;
            font-size: 2.5rem;
        }
        .footer-copyright-socialmedia {
            grid-column-gap: 0px;
            grid-row-gap: 0px;
            flex-direction: column;
            margin-bottom: 0;
        }
        .section-grid-internal {
            margin-top: 0;
        }
        .navbar-2 {
            justify-content: space-between;
            display: flex;
        }
        .learn-text {
            padding-bottom: 10px;
        }
        .footer-text-txt {
            text-align: center;
        }
        .section-champion-internal {
            margin-top: 16px;
        }
        .content-goal-icon-image {
            flex: none;
        }
        .hero-banner {
            background-image: url("../64f9d22b0cb6f4ca36c93a6e_Hero Banner.webp");
            background-size: cover;
        }
        .navbar-logo {
            width: 200px;
            padding-left: 0;
        }
        .section-logo-icon {
            flex: none;
        }
        .footer-content-link {
            grid-column-gap: 16px;
            grid-row-gap: 16px;
            flex-direction: column;
            display: flex;
        }
        .section-logo-img {
            justify-content: flex-start;
            align-self: stretch;
            align-items: flex-start;
            display: flex;
        }
        .logo-icon-text {
            align-self: auto;
        }
        .footer-internal-content {
            flex-direction: column;
            display: flex;
        }
        .logo-block-hd {
            align-items: center;
            font-size: .8rem;
            line-height: 1.1rem;
        }
        .starter-logo-img {
            max-width: 75%;
        }
        .statter-logo-txt {
            font-size: 1.2rem;
        }
        .join {
            text-align: center;
            font-size: 1.9rem;
        }
        .implement-image-txt {
            padding-top: 10px;
        }
        .banner-grid-item-txt {
            font-size: 1rem;
        }
        .section-logo-icon-img {
            max-width: 75%;
        }
        .stater-logo-txt-img {
            justify-content: flex-start;
            align-items: center;
            margin-left: 0;
            margin-right: 0;
            padding: 16px;
            top: 33%;
        }
        .stater-logo-txt-img.align-up {
            top: 0%;
        }
        .banner-item-txt {
            text-align: center;
            font-size: 1.6rem;
        }
        .implement-txt {
            font-size: 1.3rem;
        }
        .learn-text-dark {
            padding-bottom: 10px;
            font-size: .6rem;
            bottom: 15%;
        }
        .stater-logo-image {
            flex: none;
        }
        .crore-champianship-logo-text {
            margin-top: 16px;
            padding-top: 0;
        }
        .section-icon-text {
            grid-column-gap: 12px;
            grid-row-gap: 12px;
            justify-content: flex-start;
            align-items: center;
            padding-top: 0;
            padding-left: 16px;
            padding-right: 16px;
            top: 50%;
        }
        .section-icon-text.absolute-l {
            padding-left: 30px;
            padding-right: 30px;
            top: 50%;
            left: 0%;
        }
        .section-icon-text.absolute-l.top-pos {
            transform: translate(0%, -65%);
        }
        .section-content-internal-wrapper {
            padding-bottom: 0;
        }
        .implement-grid {
            padding-top: 0;
        }
        .learn-txtx {
            font-size: 1.3rem;
        }
        .section-grid-item.bg-color-dark {
            margin-top: 0;
        }
        .stater-logo-text {
            flex: none;
        }
        .navbar-content-wrapper {
            width: 320px;
            flex: 1;
            justify-content: space-between;
            padding-left: 0;
        }
        .logo-txt {
            text-align: center;
            font-size: .7rem;
            line-height: 1rem;
        }
        .goal-icon-img,
        .logo-bg {
            width: 100%;
        }
        .implement-img-text {
            padding-top: 10px;
        }
        .join-right-grid-img {
            width: 120%;
            max-width: 120%;
            margin-left: -17vw;
        }
        .social-media-group {
            justify-content: center;
            align-items: center;
        }
        .section-logo-icon-heading {
            margin-top: 16px;
        }
        .section-hero-banner {
            padding-top: 7rem;
        }
        .logo-heading {
            font-size: .9rem;
            line-height: 1.1rem;
        }
        .goal-icon-txt {
            font-size: .9rem;
        }
        .footer-copyright-text {
            text-align: center;
        }
        .grid-item-txt {
            text-align: left;
            font-size: .8rem;
        }
        .starter-implement-grid {
            padding-top: 0;
        }
        .joingrid-text {
            font-size: 1.9rem;
        }
        .footer-internal-2 {
            padding-bottom: 0;
        }
        .join-grid-left-text {
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }
        .container-16 {
            justify-content: space-between;
            margin-left: auto;
            margin-right: auto;
            padding-left: 20px;
            padding-right: 20px;
            display: flex;
        }
        .section-freedom {
            padding-top: 16px;
        }
        .menu-button-4 {
            background-color: rgba(0, 0, 0, 0);
        }
        .navbar-3 {
            justify-content: space-between;
            display: none;
        }
        .container-17 {
            justify-content: space-between;
            margin-left: auto;
            margin-right: auto;
            padding-left: 20px;
            padding-right: 20px;
            display: flex;
        }
        .google-form {
            width: 104%;
            margin-left: 0;
            margin-right: 0;
        }
        .otherlinks-box {
            flex-wrap: wrap;
        }
        .refundpolicy {
            margin-top: 24px;
            margin-bottom: 24px;
            padding: 24px 16px;
        }
    }
    
    #w-node-_2008f074-bd25-d4e1-624d-fae21d4466c5-a06ae949 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: center;
        justify-self: auto;
    }
    
    #w-node-_2008f074-bd25-d4e1-624d-fae21d4466c8-a06ae949 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: center;
    }
    
    #w-node-_8bee682a-90e9-a30a-c253-93bfd844cfbc-a06ae949,
    #w-node-_60c3d55a-f097-aa32-c964-c343a1d1fdae-a06ae949,
    #w-node-_104a56b9-d8ef-3d31-8356-2fdecff3ec4d-a06ae949,
    #w-node-_42885555-e42c-ddad-e195-08cc2cb4d135-a06ae949,
    #w-node-_4be4efe7-32e6-9ebe-64c5-bc1bd7f9a088-a06ae949,
    #w-node-_63e29685-1c0a-59ba-c250-f897e39756a3-a06ae949 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-b72713c1-27ce-1c9c-1691-5b48b3ea397d-a06ae949 {
        grid-area: span 1 / span 1 / span 1 / span 1;
        align-self: auto;
        justify-self: auto;
    }
    
    #w-node-e6882178-4a40-cb8a-8ac4-96a353da0791-a06ae949,
    #w-node-_247ff122-1e0c-67fc-01d1-714730f9a6fb-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577a5-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577a6-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577a7-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577b9-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577ba-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577bb-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577cc-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577cd-a06ae949,
    #w-node-_04673069-36ae-8d03-b84d-adc3bdd577ce-a06ae949,
    #w-node-_3c5b38da-818c-793f-4ee6-2f38ebdf619d-a06ae949,
    #w-node-a7bb1148-0e9e-3272-e18f-e75971eec2a1-a06ae949,
    #w-node-_418652be-a853-5b07-54c9-76d4d23e8605-a06ae949,
    #w-node-b7a9ba51-a16c-da00-45fd-fde9d55dbeed-a06ae949,
    #w-node-_2533bedc-96fb-5db1-ffee-e912fb25f872-a06ae949,
    #w-node-_86acb598-2e7f-450d-4619-20b392a68d5a-a06ae949,
    #w-node-_74c9fe67-8b29-d910-0a80-b10569a34222-a06ae949,
    #w-node-_99aa1920-b0ef-7096-5f0b-caaf7ff28280-a06ae949,
    #w-node-_14221d7f-8949-806f-65eb-1bb45f641d70-a06ae949 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_759b4dba-c534-c5f6-b3f7-84bcb3c3d93f-a06ae949 {
        justify-self: end;
    }
    
    #w-node-_252886ae-1c53-6a90-3240-309308f6a7e0-a06ae949 {
        justify-self: start;
    }
    
    #w-node-a9430b8c-a99e-e994-b991-74653f9fcddc-a06ae949,
    #w-node-_73b7906e-6a25-58c0-45c6-5c1bd628e668-a06ae949,
    #w-node-c4cdc745-56e8-4127-ced7-d227649f3aa8-a06ae949,
    #w-node-_1ccfb3c9-361a-e1af-aa7b-f6e39dc70b5e-a06ae949 {
        justify-self: end;
    }
    
    #w-node-_0e0d1400-d154-a2b9-730b-fca6503d2878-a06ae949 {
        align-self: center;
    }
    
    #w-node-_4a47d776-3396-75ba-2899-36c7311d10b8-a06ae949 {
        justify-self: end;
    }
    
    #w-node-_46319e0c-0aa6-8cc6-575b-dd5f1025a0a7-a06ae949,
    #w-node-_36b27257-c3c9-d416-dc34-750da51a60dd-a06ae949,
    #w-node-a3ba9360-519e-769d-e347-246613f65fd3-a06ae949,
    #w-node-_6b5d643d-4eda-d180-7676-92896ccfc48d-a06ae949,
    #w-node-_77d2fde7-dd83-cb97-0b53-b7036401aefb-a06ae949 {
        justify-self: start;
    }
    
    #w-node-ca184baf-80a9-03f1-4e96-43cf1158df89-a06ae949,
    #w-node-_9aeb191a-30da-fc42-c490-f607cb6e0983-a06ae949,
    #w-node-_9aeb191a-30da-fc42-c490-f607cb6e098f-a06ae949,
    #w-node-_9aeb191a-30da-fc42-c490-f607cb6e099b-a06ae949,
    #w-node-ae23066c-06f8-a83d-73da-865e1f63118a-a06ae949,
    #w-node-ae23066c-06f8-a83d-73da-865e1f63118c-a06ae949,
    #w-node-ae23066c-06f8-a83d-73da-865e1f63118d-a06ae949,
    #w-node-_3562ab53-63a4-0bc4-67f9-d3d9f423a517-ad6ae94a,
    #w-node-_3562ab53-63a4-0bc4-67f9-d3d9f423a519-ad6ae94a,
    #w-node-_3562ab53-63a4-0bc4-67f9-d3d9f423a51a-ad6ae94a {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d418fa-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d418ff-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41904-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41909-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d4190f-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41915-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d4191b-b50ad55c {
        justify-self: start;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41a28-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41a41-b50ad55c {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41a44-b50ad55c {
        justify-self: start;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41a46-b50ad55c {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41a49-b50ad55c {
        justify-self: start;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41ab2-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41abc-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41abd-b50ad55c {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b2b-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b30-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b35-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b3a-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b3f-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b44-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b4e-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b53-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b58-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b5d-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b62-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b67-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b6c-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b71-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b76-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b7b-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b80-b50ad55c {
        justify-self: start;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b84-b50ad55c {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b85-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b8a-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b8f-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41b94-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41ba9-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bae-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bb3-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bb8-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bbd-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bc2-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bcc-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bd1-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bd6-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bdb-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41be0-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41be5-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bea-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bef-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bf4-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bf9-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41bfe-b50ad55c {
        justify-self: start;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41c02-b50ad55c {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41c03-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41c08-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41c0d-b50ad55c,
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41c12-b50ad55c {
        justify-self: start;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41c98-b50ad55c {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    #w-node-_9ca66d46-8688-c026-38bf-1db7f1d41cf4-b50ad55c {
        justify-self: start;
    }
    
    #w-node-f87b7d3f-48cb-189a-4816-ad8dc2b4353d-b50ad55c,
    #w-node-_2c4893bc-0d71-18b7-ee85-d3267b17cac2-b50ad55c,
    #w-node-c386cace-c2c1-02ad-c668-351e91828c71-cfb70124,
    #w-node-c386cace-c2c1-02ad-c668-351e91828c8a-cfb70124,
    #w-node-c386cace-c2c1-02ad-c668-351e91828cad-cfb70124,
    #w-node-_00d2ea6c-56a0-f0e1-482e-0731c1135b66-cfb70124,
    #w-node-_00d2ea6c-56a0-f0e1-482e-0731c1135b68-cfb70124,
    #w-node-_00d2ea6c-56a0-f0e1-482e-0731c1135b69-cfb70124,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c0992195f-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921967-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921969-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c0992196b-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c0992196d-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c0992196f-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921970-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921976-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c0992197e-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921986-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c0992198e-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921996-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c0992199e-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c099219db-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c099219e3-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c099219e9-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c099219ef-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c099219f7-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a10-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a16-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a1c-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a22-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a28-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a68-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a6e-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a74-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a7a-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a80-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a98-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a9e-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921aa4-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921aaa-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921ab0-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921af6-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921afc-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b02-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b08-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b10-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b28-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b2e-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b34-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b3a-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b40-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b84-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b8a-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b90-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b96-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b9c-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921bb4-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921bba-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921bc0-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921bc6-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921bcc-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c1a-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c20-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c26-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c2c-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c32-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c53-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c5b-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c61-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c67-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c6d-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c8f-aeda1156,
    #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c9d-aeda1156 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
    
    @media screen and (min-width: 1920px) {
        #w-node-_2cbe47ce-840d-6688-894e-1f9c0992199e-aeda1156 {
            grid-area: span 1 / span 1 / span 1 / span 1;
        }
    }
    
    @media screen and (min-width: 1440px) {
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a16-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a68-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a98-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921aaa-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921ab0-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921bc6-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921bcc-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c67-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c6d-aeda1156 {
            grid-area: span 1 / span 1 / span 1 / span 1;
        }
    }
    
    @media screen and (min-width: 1280px) {
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921a68-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921b28-aeda1156,
        #w-node-_2cbe47ce-840d-6688-894e-1f9c09921c32-aeda1156 {
            grid-area: span 1 / span 1 / span 1 / span 1;
        }
    }
    
    @media screen and (max-width: 991px) {
        #w-node-_8c5eabdb-3318-5733-d560-271137bdd4ae-a06ae949 {
            justify-self: center;
        }
        #w-node-_759b4dba-c534-c5f6-b3f7-84bcb3c3d93f-a06ae949,
        #w-node-a9430b8c-a99e-e994-b991-74653f9fcddc-a06ae949,
        #w-node-_73b7906e-6a25-58c0-45c6-5c1bd628e668-a06ae949,
        #w-node-c4cdc745-56e8-4127-ced7-d227649f3aa8-a06ae949,
        #w-node-_27b9fb4d-a97a-e14e-b631-d6d9c02661e3-a06ae949,
        #w-node-_1ccfb3c9-361a-e1af-aa7b-f6e39dc70b5e-a06ae949 {
            justify-self: start;
        }
        #w-node-_46319e0c-0aa6-8cc6-575b-dd5f1025a0a7-a06ae949,
        #w-node-_36b27257-c3c9-d416-dc34-750da51a60dd-a06ae949,
        #w-node-a3ba9360-519e-769d-e347-246613f65fd3-a06ae949,
        #w-node-_6b5d643d-4eda-d180-7676-92896ccfc48d-a06ae949,
        #w-node-_77d2fde7-dd83-cb97-0b53-b7036401aefb-a06ae949 {
            justify-self: end;
        }
        #w-node-_2cbe47ce-840d-6688-894e-1f9c0992196f-aeda1156 {
            grid-area: span 1 / span 1 / span 1 / span 1;
        }
    }
    
    @media screen and (max-width: 479px) {
        #w-node-d664761d-f044-7057-c3c9-5b4652ec30fb-a06ae949 {
            align-self: center;
        }
    }
    
    .benifit-wrapper {
        grid-column-gap: 64px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 460px 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .tab-button {
        grid-row-gap: 24px;
        flex-direction: column;
    }
    
    .tab-button.mobile {
        display: none;
    }
    
    .benefit-title-button {
        grid-column-gap: 24px;
        background-color: var(--midnight-blue);
        color: var(--cornflower-blue);
        border: 2px solid rgba(0, 0, 0, 0);
        border-radius: 12px;
        flex-direction: row;
        align-items: center;
        padding: 16px 24px;
        text-decoration: none;
        display: flex;
    }
    
    .benefit-title-button.w--current {
        border-color: var(--cornflower-blue);
        background-color: var(--midnight-blue-2);
        color: var(--orange-red);
    }
    
    .ornage-number {
        font-family: Sora, sans-serif;
        font-size: 31px;
        font-weight: 700;
        line-height: 40px;
    }
    
    .blue {
        background-color: var(--midnight-blue-3);
    }
    
    .tab-content {
        grid-row-gap: 24px;
        flex-direction: column;
        display: flex;
        overflow: auto;
    }
    
    .benefit-tab-data {
        grid-column-gap: 24px;
        background: rgb(35, 207, 28);
        background: linear-gradient(135deg, rgba(35, 207, 28, 1) 5%, rgba(28, 205, 58, 1) 24%, rgba(30, 205, 57, 1) 27%, rgba(55, 205, 49, 1) 60%, rgba(55, 150, 177, 1) 90%, rgba(75, 201, 227, 0.9810049019607843) 100%);
        border-radius: 20px;
        color: black;
        display: flex;
    }
    
    .tab-button-group {
        grid-row-gap: 24px;
        flex-direction: column;
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: 40px;
    }
    
    .vector-frame {
        width: 100%;
        max-width: 300px;
        background-color: var(--midnight-blue);
        border-radius: 16px;
        align-self: flex-start;
        padding: 50px 24px;
    }
    
    .tab-content-title {
        margin-bottom: 24px;
    }
    
    .design-list {
        grid-row-gap: 16px;
        flex-direction: column;
        margin-top: 24px;
        margin-bottom: 0;
        padding-left: 0;
        list-style-type: none;
        display: flex;
    }
    
    .design-list.second {
        margin-top: 32px;
    }
    
    .design-list-item {
        background-image: url("../6496f6f759aa2ce25f5ab8d0_list-icon.svg");
        background-position: 0%;
        background-repeat: no-repeat;
        background-size: auto;
        padding-left: 24px;
    }
    
    .design-list-item.second {
        background-image: url("../6496ff4b7bb1deca26fe0994_list-icon-two.svg");
        padding-left: 28px;
    }
    
    .tab-data-left {
        width: 100%;
        max-width: 488px;
    }
    
    .section-spacing {
        grid-column-gap: 160px;
        grid-row-gap: 120px;
        flex-direction: column;
        display: flex;
    }
    
    .why-join-wrapper {
        width: 100%;
        max-width: 1176px;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    
    .numbers-wrapper {
        width: 100%;
        max-width: 240px;
        grid-row-gap: .9em;
        flex-direction: column;
        display: flex;
    }
    
    .join-cta {
        width: 100%;
        max-width: 905px;
        background-image: url("../6496fe602070d51bf7555850_cta-bg.png");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 32px;
        justify-content: space-between;
        display: flex;
        position: relative;
    }
    
    .join-cta-left {
        z-index: 1;
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 64px;
        position: relative;
    }
    
    .join-title {
        margin-bottom: 32px;
    }
    
    .left-arrow-cta {
        z-index: 0;
        width: 68px;
        height: 68px;
        background-color: var(--midnight-blue-2);
        border-top-left-radius: 50px;
        border-bottom-left-radius: 50px;
        align-items: center;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: -30px;
        padding-left: 20px;
        display: flex;
        position: absolute;
        top: 0;
        bottom: 0;
    }
    
    .number-wrap {
        margin-bottom: 4px;
    }
    
    .number-big {
        font-family: Sora, sans-serif;
        font-size: 39px;
        line-height: 46px;
        animation: color 3s infinite;
    }
    
    .achivement-wrapper {
        width: 100%;
        max-width: 1176px;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        display: flex;
    }
    
    .achivement-box {
        width: 100%;
        max-width: 365px;
        border: 2px solid red;
        background-color: orangered;
        color: var(--white);
        text-align: center;
        border-radius: 32px;
        align-self: flex-start;
        padding: 60px 40px;
        text-decoration: none;
    }
    
    .achivement-box:hover {
        background-color: orangered;
        border-color: #f7f8f9;
    }
    
    .achivement-box.middle {
        margin-top: 64px;
    }
    
    .achivement-box.active {
        border-color: red;
        background-color: orangered;
    }
    
    .achivement-icon {
        width: 100%;
        max-height: 200px;
        max-width: 200px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .get-start-image {
        width: 100%;
        max-width: 550px;
        object-fit: cover;
        background-image: url("../6495cbc5745f530fb805ab7d_bg-gradient.png");
        background-position: 50%;
        background-size: cover;
        border-radius: 32px;
        margin-left: auto;
        margin-right: auto;
        position: absolute;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    
    .get-start-block {
        width: 100%;
        height: 100%;
        background-image: url("../6495cbc5745f530fb805ab7d_bg-gradient.png");
        background-position: 0 0;
        background-size: cover;
        border-radius: 32px;
        align-self: flex-start;
        position: relative;
        overflow: visible;
    }
    
    .sid-image-get-start {
        z-index: 9;
        width: 200px;
        height: 350px;
        object-fit: cover;
        position: relative;
        overflow: visible;
    }
    
    .step-button {
        grid-column-gap: 24px;
        border: 2px solid var(--midnight-blue-2);
        background-color: var(--midnight-blue);
        border-radius: 16px;
        align-items: center;
        padding: 24px;
        display: flex;
    }
    
    .step-button.active {
        border-color: var(--cornflower-blue);
        background-color: var(--midnight-blue-2);
    }
    
    .stork-number {
        color: rgba(0, 0, 0, 0);
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: var(--cornflower-blue);
    }
    
    .btn-orange-start {
        color: black;
        text-align: center;
        cursor: pointer;
        background-color: #fa513a;
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        margin-left: auto;
        padding: 24px 78px;
        font-family: Sora, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 26px;
        text-decoration: none;
        display: flex;
    }
    
    .btn-orange-start:hover {
        background-color: #333;
    }
    
    .youcan_content-wrapper {
        grid-column-gap: 64px;
        grid-row-gap: 64px;
        background-color: black;
        border-radius: 32px;
        grid-template-rows: auto;
        grid-template-columns: 612px 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }
    
    .youcan_conte {
        padding: 64px 0 64px 64px;
    }
    
    .youcan_content {
        width: 100%;
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 64px;
        padding-bottom: 64px;
        padding-left: 64px;
        display: flex;
    }
    
    .header {
        width: 100%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    
    .youcan_card {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        background-color: rgba(255, 255, 255, .1);
        border-radius: 4px;
        flex: 0 auto;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 2px 12px;
        display: flex;
    }
    
    .youcan_card-text {
        color: #fcf9f9;
        letter-spacing: .05em;
        text-transform: uppercase;
        margin-bottom: 0;
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
    }
    
    .youcan_para {
        color: #faf9f9;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 160%;
    }
    
    .frame-40136 {
        width: 100%;
        max-width: 372px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background-image: linear-gradient(#fa513a, #fa513a);
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        padding: 24px 48px;
        display: flex;
        box-shadow: 0 20px 50px rgba(0, 0, 0, .25);
    }
    
    .button_text {
        color: rgb(245, 243, 242);
        text-align: center;
        font-family: Sora, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 130%;
    }
    
    .white-text {
        color: #fbfbfb;
        font-family: Sora, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 120%;
    }
    
    .orange-text {
        color: orangered;
        font-family: Sora, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 120%;
    }
    
    .youcan_button {
        width: 100%;
        max-width: 372px;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        background: linear-gradient(135deg, rgb(35, 207, 28) 5%, rgb(28, 205, 58) 24%, rgb(30, 205, 57) 27%, rgb(55, 205, 49) 60%, rgba(75, 201, 227, 0.98) 100%);
        border-radius: 50px;
        justify-content: center;
        align-items: center;
        padding: 24px 48px;
        display: flex;
    }
    
    .youcan_button:hover {
        background-color: #333;
        color: #000;
    }
    
    .youcan_button.button_text.w-button :hover {
        background-color: #333;
    }
    
    .youcan_image-wrapper {
        background-image: url("../649c7abf2ace10533830fdfc_Frame 237609.png");
        background-position: 50% 0;
        background-repeat: repeat-y;
        background-size: cover;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        display: flex;
        position: relative;
    }
    
    .image-57 {
        width: 485px;
        height: 493px;
    }
    
    .image-58 {
        width: 200px;
        height: 200px;
        position: absolute;
        top: 36px;
        bottom: 0%;
        left: -25%;
        right: auto;
        border-radius: 50%;
    }
    
    .pricing_content-wrapper {
        width: 100%;
        grid-column-gap: 80px;
        grid-row-gap: 80px;
        border: 2px undefined undefined;
        border-radius: 40px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    
    .pricing_heading-wrap {
        width: 100%;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    
    .pricing_heading {
        color: #0a0909;
        text-align: center;
        font-family: Sora, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 120%;
    }
    
    .pricing_subheading {
        color: #040404;
        text-align: center;
        font-family: Inter, sans-serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 160%;
    }
    
    .pricing_content {
        width: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        border-radius: 32px;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    
    .pricing_card-wrapper {
        width: 100%;
        height: 1096px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 64px;
        display: flex;
    }
    
    .pricing_card {
        width: 100%;
        height: 1032px;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
        background-color: #09090a;
        border-top-left-radius: 32px;
        border-bottom-left-radius: 32px;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        padding: 40px 40px 64px;
        display: flex;
    }
    
    .pricing_card-content_wrapper {
        width: 100%;
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    
    .pricing_card-heading {
        width: 100%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        border: 0 solid #33436e;
        border-bottom-width: 1px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 24px;
        display: flex;
    }
    
    .price {
        width: 100%;
        grid-column-gap: 0px;
        grid-row-gap: 0px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }
    
    .price-bold {
        color: #070707;
        font-family: Sora, sans-serif;
        font-size: 48px;
        font-weight: 700;
        line-height: 130%;
    }
    
    .price_card-text {
        color: #020202;
        font-family: Sora, sans-serif;
        font-size: 16px;
        font-weight: 300;
        line-height: 160%;
    }
    
    .silver_wrapper {
        width: 100%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }
    
    .ilh-icons-silver {
        object-fit: cover;
    }
    
    .typography-is-h6 {
        color: #030303;
        font-family: Sora, sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 130%;
    }
    
    .price_point-wrapper {
        width: 100%;
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        display: flex;
    }