* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}@keyframes pulse_scrollbar { 0% { opacity: 1; } 50% { opacity: 0.7; } 100% { opacity: 1; } }

::-webkit-scrollbar {
    background: rgb(234,235,229);
    width: 13px;
}::-webkit-scrollbar-track {
    background: linear-gradient(47deg, #ffffff 5%, rgb(255, 255, 255, 0.5) 81%, rgb(159,182,114,0.5) 45%, rgb(199,207,176,0.5) 48%);
}::-webkit-scrollbar-thumb {
    border-radius: 0.8em;
    border: 1px groove rgb(255, 255, 255, 0.5);
    box-shadow: -3px -4px 13px 5px rgba(0, 0, 0, 0.5);
    background: rgb(234,235,229);
}::-webkit-scrollbar-thumb:hover {
    background: #ffffff;
    box-shadow: 1px -5px 12px -2px rgba(0, 0, 0, 0.4);
}

::-webkit-scrollbar-corner {
}* {
    scrollbar-width: none;
    scrollbar-color: rgb(255, 255, 255, 0.5) rgb(199,207,176);
}.mentor_ctaH {
    flex: 0 0 auto;
}.container {
    margin: auto;
    width: 1261px;
    max-width: 100%;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    auto
    scroll-behavior: auto;
    height: 100%;
    scroll-snap-type: none;
    min-height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.top_sitebarb {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.wrap-structureu {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course_program_infoV {
    position: relative;
    display: flex;
    overflow: hidden;
    align-items: center;
    background-color: rgb(234,235,229);
    min-height: 100vh;
}.course_program_infoV .skill_academyZ {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}.course_program_infoV .learn_trackZ {
    animation: slide-show 35s ease-in-out infinite;
    display: flex;
    width: 500%;
    height: 100%;
}.course_program_infoV .skill_academyZ:hover .learn_trackZ {
    animation-play-state: paused;
}.course_program_infoV .job_skillss {
    height: 100%;
    width: 20%;
    position: relative;
    overflow: hidden;
}.course_program_infoV .job_skillss img {
    object-fit: cover;
    transform-origin: center;
    width: 100%;
    filter: brightness(0.8) saturate(1.3);
    animation: zoom-flow 20s ease-in-out infinite alternate;
    height: 100%;
}.course_program_infoV .job_skillss::before {
    inset: 0;
    content: '';
    background: 
        linear-gradient(0deg, 
            rgb(199,207,176,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(159,182,114,0.5) 100%),
        linear-gradient(90deg, 
            rgb(199,207,176,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(159,182,114,0.5) 100%);
    position: absolute;
    opacity: 0.7;
    z-index: 2;
}.course_program_infoV .job_skillss::after {
    position: absolute;
    inset: 0;
    opacity: 0.3;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(199,207,176,0.5) 0px,
            rgb(199,207,176,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    mix-blend-mode: overlay;
    animation: slide-pattern 15s linear infinite;
    content: '';
    z-index: 3;
}.course_program_infoV .container {
    margin: 0 auto;
    width: 90%;
    position: relative;
    max-width: 1200px;
    z-index: 4;
}.course_program_infoV .edu_promisen {
    padding: 0.5rem;
    width: 100%;
    margin-left: 0;
    position: relative;
    background: linear-gradient(
        135deg,
        rgb(199,207,176,0.5) 0%,
        rgb(159,182,114,0.5) 100%
    );
    max-width: 600px;
    backdrop-filter: blur(8px);
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.course_program_infoV .training_flowO {
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    background: rgb(234,235,229);
    border-radius: 10px;
    overflow: hidden;
}.course_program_infoV .training_flowO::before {
    content: '';
    inset: 0;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(199,207,176,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(159,182,114,0.5) 0%,
            transparent 70%
        );
}.course_program_infoV .training_flowO h3 {
    font-weight: 700;
    display: inline-block;
    color: rgb(199,207,176);
    position: relative;
    margin-bottom: 1.5rem;
    font-size: 35px;
}.course_program_infoV .training_flowO h3::after {
    width: 60px;
    border-radius: 10px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -10px;
    background: linear-gradient(to right, 
        rgb(199,207,176), 
        rgb(159,182,114));
}.course_program_infoV .training_flowO:hover h3::after {
    transform: translateY(-3px);
    width: 100%;
}.course_program_infoV .training_flowO p {
    margin-bottom: 2rem;
    color: #000000;
    font-size: 14px;
    line-height: 1.7;
}.course_program_infoV .training_flowO .help_infoh {
    text-transform: uppercase;
    padding: 0.9rem 1.8rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    letter-spacing: 1px;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    background: linear-gradient(to right, 
        rgb(199,207,176), 
        rgb(159,182,114));
    box-shadow: 0 5px 15px rgb(199,207,176,0.5);
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    font-size: 20px;
}.course_program_infoV .training_flowO .help_infoh::before {
    content: '';
    opacity: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(to right, 
        rgb(159,182,114), 
        rgb(199,207,176));
    transition: opacity 0.4s ease;
    left: 0;
    position: absolute;
    top: 0;
}.course_program_infoV .training_flowO .help_infoh:hover {
    box-shadow: 0 8px 20px rgb(159,182,114,0.5);
    transform: translateY(-3px);
}.course_program_infoV .training_flowO .help_infoh:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_program_infoV .training_flowO {
    padding: 2.5rem;
}.course_program_infoV .edu_promisen {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_program_infoV .edu_promisen {
    max-width: 650px;
}.course_program_infoV .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_program_infoV {
    padding: 0;
    min-height: auto;
    flex-direction: column;
}.course_program_infoV .skill_academyZ {
    height: 350px;
    position: relative;
}.course_program_infoV .container {
    width: 100%;
    padding: 3rem 1.5rem;
}.course_program_infoV .edu_promisen {
    margin: 0 auto;
    max-width: 100%;
}.course_program_infoV .training_flowO {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_program_infoV .skill_academyZ {
    height: 300px;
}.course_program_infoV .learn_trackZ {
    animation-duration: 25s;
}.course_program_infoV .container {
    padding: 2.5rem 1rem;
}.course_program_infoV .training_flowO {
    padding: 1.8rem;
}.course_program_infoV .training_flowO h3 {
    font-size: calc(35px * 0.9);
}.course_program_infoV .training_flowO p {
    margin-bottom: 1.5rem;
    font-size: calc(14px * 0.95);
}
}

@media (max-width: 480px) {.course_program_infoV .skill_academyZ {
    height: 250px;
}.course_program_infoV .learn_trackZ {
    animation-duration: 20s;
}.course_program_infoV .container {
    padding: 2rem 0.8rem;
}.course_program_infoV .training_flowO {
    padding: 1.5rem;
}.course_program_infoV .training_flowO h3 {
    margin-bottom: 1rem;
    font-size: calc(35px * 0.8);
}.course_program_infoV .training_flowO p {
    font-size: calc(14px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}.course_program_infoV .training_flowO .help_infoh {
    padding: 0.8rem 1.5rem;
    width: 100%;
    text-align: center;
}
}

@media (prefers-reduced-motion) {.course_program_infoV .learn_trackZ,
    .course_program_infoV .job_skillss img,
    .course_program_infoV .job_skillss::after {
    animation: none;
}}.about_thise {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.about_thise::before {
    z-index: 1;
    content: "";
    left: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgb(199,207,176,0.5) 0%, 
        rgba(255, 255, 255, 0.9) 40%, 
        rgba(255, 255, 255, 0.85) 65%, 
        rgb(159,182,114,0.5) 100%);
    top: 0;
    backdrop-filter: blur(3px);
    right: 0;
    position: absolute;
}.about_thise::after {
    opacity: 0.05;
    content: "";
    z-index: 0;
    position: absolute;
    left: -10%;
    height: 200px;
    background: rgb(159,182,114);
    top: -100px;
    width: 120%;
    transform: rotate(-2deg);
}.about_thise .container {
    z-index: 2;
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: flex-end;
}.about_thise .abstract_box4 {
    position: relative;
    padding: 40px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08), 
                0 6px 20px rgba(0, 0, 0, 0.04),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    width: 70%;
    animation: slide-up 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
}.about_thise .abstract_box4::before {
    height: 85%;
    left: -20px;
    opacity: 0.1;
    content: "";
    position: absolute;
    transform: skewY(45deg);
    width: 40px;
    top: 40px;
    background: rgb(199,207,176);
}.about_thise h1 {
    animation: fade-in-right 0.5s ease forwards 0.3s;
    font-size: 40px;
    font-weight: 700;
    transform: translateX(-10px);
    margin-bottom: 30px;
    opacity: 0;
    color: rgb(199,207,176);
    position: relative;
}.about_thise h1::after {
    transform: scaleX(0);
    animation: scale-in 0.5s ease forwards 0.7s;
    content: "";
    width: 60px;
    height: 3px;
    left: 0;
    background: rgb(159,182,114);
    position: absolute;
    transform-origin: left;
    bottom: -10px;
}.about_thise ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.about_thise li {
    margin-bottom: 20px;
    opacity: 0;
    animation: fade-in-up 0.5s ease forwards 0.5s;
    transform: translateY(20px);
}.about_thise li:last-child {
    animation-delay: 0.7s;
}.about_thise h4 {
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    font-size: 21px;
    color: #000000;
    position: relative;
    margin-bottom: 15px;
}.about_thise h4::before {
    animation: scale-in 0.4s ease forwards 0.9s;
    border-radius: 50%;
    height: 8px;
    left: -15px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    content: "";
    background: rgb(159,182,114);
    position: absolute;
    width: 8px;
}.about_thise span {
    color: #000000;
    column-count: 2;
    display: block;
    line-height: 1.8;
    font-size: 17px;
    padding-left: 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    column-gap: 40px;
    position: relative;
}

@keyframes slide-up {
    0% {
        transform: translateY(40px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fade-in-right {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fade-in-up {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes scale-in {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@media screen and (max-width: 1200px) {.about_thise {
    padding: 100px 20px;
}.about_thise .container {
    max-width: 100%;
}.about_thise .abstract_box4 {
    width: 80%;
}
}

@media screen and (max-width: 992px) {.about_thise {
    padding: 80px 20px;
}.about_thise .container {
    justify-content: center;
}.about_thise .abstract_box4 {
    width: 90%;
    padding: 30px;
}.about_thise span {
    column-count: 1;
}
}

@media screen and (max-width: 768px) {.about_thise {
    padding: 60px 15px;
}.about_thise .abstract_box4 {
    padding: 25px;
    width: 100%;
}.about_thise .abstract_box4::before {
    display: none;
}.about_thise h1 {
    font-size: calc(40px * 0.85);
    margin-bottom: 25px;
}.about_thise h4 {
    font-size: calc(21px * 0.9);
}.about_thise span {
    padding-left: 10px;
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.about_thise {
    padding: 50px 10px;
}.about_thise .abstract_box4 {
    padding: 20px;
}.about_thise h1 {
    margin-bottom: 20px;
    font-size: calc(40px * 0.75);
}.about_thise h1::after {
    width: 50px;
    height: 2px;
}.about_thise h4 {
    font-size: calc(21px * 0.85);
}.about_thise span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}}.cookie_dialog_bannerd {
    background: #ffffff;
    position: fixed;
    bottom: 20px;
    font-family: Arial, sans-serif;
    z-index: 1050;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 21px;
    max-width: 500px;
    width: 90%;
}.cookie_allI {
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: center;
}.cookie_expandO {
    margin-bottom: 20px;
}.cookie_expandO svg, .cookie_expandO svg path, .cookie_expandO img {
    width: 60px;
    fill: rgb(199,207,176);
    height: 60px;
}.cookie_dialog_bannerd h5 {
    font-weight: 700;
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
    color: rgb(199,207,176);
}.cookie_dialog_bannerd p {
    text-align: center;
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
}.cookies_consentz {
    text-align: center;
    background: rgb(199,207,176);
    text-decoration: none;
    padding: 10px 20px;
    display: inline-block;
    width: calc(50% - 10px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-size: 16px;
    color: #ffffff;
    margin: 5px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out;
}.cookies_consentz:hover {
    background: rgb(159,182,114);
}.cookie_button.cookie_usert {
    background: rgb(159,182,114);
}.cookie_button.cookie_usert:hover {
    background: rgb(159,182,114,0.5);
}.cookie_dialog_bannerd p a {
    color: rgb(199,207,176);
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.cookie_dialog_bannerd p a:hover {
    color: rgb(159,182,114);
}#cookieInfoPromptBarv {
    display: none;
}#cookieInfoPromptBarv:checked ~ .cookie_dialog_bannerd {
    visibility: hidden;
    opacity: 0;
}.pricing_menuE {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 100px 0;
}.pricing_menuE::before {
    position: absolute;
    height: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
    top: 0;
    content: "";
    width: 100%;
}.pricing_menuE .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    z-index: 2;
}.pricing_menuE .indv_sub8 {
    position: relative;
}.pricing_menuE h2 {
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.3s;
    transform: translateY(10px);
    opacity: 0;
    position: relative;
    margin-bottom: 20px;
    font-size: calc(34px * 1.2);
}.pricing_menuE .pro_feeso {
    font-size: calc(14px * 1.1);
    max-width: 700px;
    opacity: 0;
    color: rgb(255, 255, 255, 0.5);
    animation: fadeInUp 0.8s forwards 0.5s;
    transform: translateY(10px);
    line-height: 1.6;
    text-align: center;
    margin: 0 auto 40px;
}.pricing_menuE .qtr_costM {
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    display: grid;
    list-style: none;
}.pricing_menuE .qtr_costM li {
    animation-delay: calc(0.6s + (0.15s * var(--i, 0)));
    transform: translateY(20px);
    opacity: 0;
    height: 100%;
    animation: fadeInUp 0.8s forwards;
}.pricing_menuE .qtr_costM li:nth-child(1) {
    --i: 1;
}.pricing_menuE .qtr_costM li:nth-child(2) {
    --i: 2;
}.pricing_menuE .qtr_costM li:nth-child(3) {
    --i: 3;
}.pricing_menuE .qtr_costM li:nth-child(4) {
    --i: 4;
}.pricing_menuE .cost_levels4 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    color: inherit;
    display: block;
    height: 100%;
}.pricing_menuE .cost_levels4:hover {
    transform: translateY(-10px);
}.pricing_menuE .fee_packageI {
    border-radius: 3px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.03) 0%, 
        rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
    height: 100%;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 3px solid rgb(199,207,176);
}.pricing_menuE .cost_levels4:hover .fee_packageI {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.05) 0%, 
        rgba(255,255,255,0.1) 100%);
}.pricing_menuE .fee_packageI::before {
    width: 100%;
    content: "";
    top: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
    transform: scaleX(0);
    height: 5px;
    transform-origin: left;
    left: 0;
    position: absolute;
    background: linear-gradient(to right, 
        rgb(199,207,176), 
        rgb(159,182,114));
}.pricing_menuE .cost_levels4:hover .fee_packageI::before {
    transform: scaleX(1);
}.pricing_menuE .value_ratesI {
    flex-direction: column;
    display: flex;
    height: 100%;
}.pricing_menuE .value_ratesI h4 {
    padding-bottom: 15px;
    position: relative;
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(23px * 1.1);
}.pricing_menuE .value_ratesI h4::after {
    content: "";
    height: 3px;
    position: absolute;
    transition: width 0.4s ease;
    width: 40px;
    left: 0;
    bottom: 0;
    background: rgb(199,207,176);
}.pricing_menuE .cost_levels4:hover .value_ratesI h4::after {
    width: 60px;
}.pricing_menuE .value_ratesI p {
    line-height: 1.6;
    font-size: 14px;
    word-break: break-word;
    flex-grow: 1;
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
}.pricing_menuE .study_ratesY {
    display: block;
    position: relative;
    transition: color 0.3s ease;
    font-weight: 700;
    color: rgb(159,182,114);
    padding-top: 15px;
    margin-top: auto;
    border-top: 1px solid rgba(255,255,255,0.1);
    font-size: calc(23px * 1.2);
}.pricing_menuE .cost_levels4:hover .study_ratesY {
    color: rgb(199,207,176);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.pricing_menuE {
    padding: 80px 0;
}.pricing_menuE h2 {
    font-size: 34px;
}.pricing_menuE .pro_feeso {
    margin-bottom: 30px;
    font-size: 14px;
}.pricing_menuE .qtr_costM {
    gap: 20px;
}.pricing_menuE .fee_packageI {
    padding: 25px;
}
}

@media (max-width: 767px) {.pricing_menuE {
    padding: 60px 0;
}.pricing_menuE .qtr_costM {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing_menuE .value_ratesI h4 {
    font-size: 23px;
}.pricing_menuE .study_ratesY {
    font-size: 23px;
}
}

@media (max-width: 480px) {.pricing_menuE {
    padding: 50px 0;
}.pricing_menuE h2 {
    font-size: calc(34px * 0.9);
}.pricing_menuE .pro_feeso {
    font-size: calc(14px * 0.9);
}.pricing_menuE .fee_packageI {
    padding: 20px;
}}.privacy_retreatW {
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
    background-color: var(--section-bg-color, #f8f9fa);
}.privacy_retreatW::before {
    z-index: 1;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(var(--primary-color_opacity, 0.03)), transparent 80%);
    left: 0;
}.privacy_retreatW::after {
    right: -10px;
    position: absolute;
    content: "";
    border-top: 1px solid var(--primary-color_opacity, rgba(0,100,255,0.1));
    height: 200px;
    transform: rotate(-15deg) translateY(30px);
    bottom: -10px;
    width: 200px;
    z-index: 0;
    background: linear-gradient(225deg, var(--primary-color_opacity, rgba(0,100,255,0.05)), transparent 70%);
}.privacy_retreatW .container {
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.privacy_retreatW h1 {
    transform: translateX(-0.5rem);
    padding-bottom: 1rem;
    font-size: var(--h1-font-size, 2.5rem);
    margin-bottom: 2rem;
    position: relative;
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-bold, 700);
}.privacy_retreatW h1::after {
    transition: width 0.3s ease-out;
    width: 80px;
    transform-origin: left center;
    left: 0;
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, var(--primary-color, #0066ff), transparent);
    bottom: 0;
}.privacy_retreatW h1:hover::after {
    width: 120px;
}.privacy_retreatW h2 {
    font-size: var(--h2-font-size, 1.75rem);
    transform: translateX(-1rem);
    font-weight: var(--font-weight-semibold, 600);
    padding-left: 1rem;
    color: var(--dark-color, #212529);
    margin: 2.5rem 0 1.25rem;
    position: relative;
}.privacy_retreatW h2::before {
    position: absolute;
    background: var(--primary-color, #0066ff);
    width: 4px;
    top: 0.25em;
    transform-origin: center;
    transition: transform 0.3s ease;
    left: 0;
    content: "";
    height: 70%;
}.privacy_retreatW h2:hover::before {
    transform: scaleY(1.2);
}.privacy_retreatW h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.85);
    padding-bottom: 0.5rem;
    color: var(--dark-color, #212529);
    margin: 2rem 0 1rem;
    border-bottom: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
    font-weight: var(--font-weight-semibold, 600);
}.privacy_retreatW h4 {
    color: var(--dark-color, #212529);
    margin: 1.75rem 0 0.75rem;
    position: relative;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.7);
}.privacy_retreatW p {
    margin-bottom: 1.5rem;
    font-size: var(--p-font-size, 1rem);
    max-width: 92%;
    color: var(--p-color, #495057);
    line-height: 1.7;
}.privacy_retreatW strong {
    color: var(--dark-color, #212529);
    font-weight: var(--font-weight-semibold, 600);
}.privacy_retreatW ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    padding-left: 1.25rem;
}.privacy_retreatW li {
    line-height: 1.6;
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    color: var(--p-color, #495057);
    position: relative;
    font-size: var(--p-font-size, 1rem);
}.privacy_retreatW li::before {
    content: "";
    width: 6px;
    background-color: var(--primary-color, #0066ff);
    position: absolute;
    left: 0;
    border-radius: 1px;
    height: 6px;
    transform: rotate(45deg);
    top: 0.65em;
    transition: transform 0.2s ease;
}.privacy_retreatW li:hover::before {
    transform: rotate(135deg) scale(1.1);
}.privacy_retreatW span {
    display: block;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: var(--p-color, #495057);
    font-size: var(--p-font-size, 1rem);
    padding-left: 0.75rem;
    border-left: 1px solid var(--secondary-color_opacity, rgba(108, 117, 125, 0.15));
}

@media (min-width: 768px) {.privacy_retreatW {
    padding: 5rem 0;
}.privacy_retreatW .container {
    padding: 0 4rem;
}.privacy_retreatW h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 1.2);
    margin-bottom: 3rem;
}.privacy_retreatW h2 {
    margin-top: 3.5rem;
}.privacy_retreatW p, 
    .privacy_retreatW span {
    font-size: calc(var(--p-font-size, 1rem) * 1.05);
    line-height: 1.8;
}.privacy_retreatW ul {
    padding-left: 2rem;
}.privacy_retreatW li {
    padding-left: 1.75rem;
}
}

@media (min-width: 992px) {.privacy_retreatW .container {
    padding: 0 5rem;
}.privacy_retreatW h1 {
    transform: translateX(-1rem);
}.privacy_retreatW h1::after {
    width: 100px;
}.privacy_retreatW h1:hover::after {
    width: 150px;
}.privacy_retreatW p {
    max-width: 85%;
}.privacy_retreatW p, 
    .privacy_retreatW span {
    font-size: calc(var(--p-font-size, 1rem) * 1.1);
}
}

@media (max-width: 767px) {.privacy_retreatW {
    padding: 3rem 0;
}.privacy_retreatW .container {
    padding: 0 1.5rem;
}.privacy_retreatW h1 {
    margin-bottom: 1.5rem;
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.85);
}.privacy_retreatW h2 {
    margin: 2rem 0 1rem;
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.9);
}.privacy_retreatW h3 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.75);
}.privacy_retreatW h4 {
    font-size: calc(var(--h2-font-size, 1.75rem) * 0.65);
}.privacy_retreatW ul {
    padding-left: 0.5rem;
}.privacy_retreatW li {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}.privacy_retreatW p, 
    .privacy_retreatW span {
    margin-bottom: 1.25rem;
}}.testimonialsQ {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,235,229) 0%, rgb(199,207,176,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.testimonialsQ::before {
    width: 100%;
    z-index: 1;
    pointer-events: none;
    background: repeating-linear-gradient(
        45deg,
        rgb(159,182,114,0.5) 0px,
        rgb(159,182,114,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.05;
    top: 0;
}.testimonialsQ::after {
    top: -100px;
    width: 300px;
    border-radius: 50%;
    background: rgb(159,182,114);
    content: "";
    position: absolute;
    right: -100px;
    opacity: 0.1;
    z-index: 0;
    filter: blur(80px);
    height: 300px;
}.testimonialsQ .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.testimonialsQ h2 {
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-size: 30px;
    font-weight: 700;
    transform-origin: center bottom;
    text-align: center;
    color: #000000;
    margin-bottom: 3rem;
}.testimonialsQ h2::after {
    width: 100px;
    z-index: -1;
    height: 4px;
    background: linear-gradient(90deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    bottom: -15px;
    content: "";
    transform: translateX(-50%) skewX(-20deg);
    position: absolute;
    left: 50%;
}.testimonialsQ .edu_promisen {
    perspective: 1000px;
    padding: 2rem 0;
}.testimonialsQ .user_feedbackz {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    transform-style: preserve-3d;
    gap: 2.5rem;
    display: grid;
}.testimonialsQ .rating_views5 {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateZ(0px);
    border-radius: 10px;
    z-index: 2;
}.testimonialsQ .rating_views5::before {
    top: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(159,182,114) 0%, rgb(199,207,176) 100%);
    width: 100%;
    height: 5px;
    transition: transform 0.5s ease;
    content: "";
    transform-origin: left;
    z-index: 1;
    left: 0;
    position: absolute;
}.testimonialsQ .rating_views5:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 
                0 10px 25px rgba(0, 0, 0, 0.05),
                0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateY(-10px);
}.testimonialsQ .rating_views5:hover::before {
    transform: scaleX(1);
}.testimonialsQ .rating_views5 h3 {
    font-weight: 600;
    color: rgb(199,207,176);
    font-size: 18px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
}.testimonialsQ .rating_views5 h3::after {
    background: rgb(159,182,114);
    width: 30px;
    left: 0;
    transition: width 0.3s ease;
    position: absolute;
    content: "";
    bottom: -5px;
    height: 2px;
}.testimonialsQ .rating_views5:hover h3::after {
    width: 100%;
}.testimonialsQ .rating_views5 .description {
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.6;
    color: #000000;
    font-size: 15px;
    z-index: 2;
}.testimonialsQ .rating_views5 div {
    width: 70px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
    border: 3px solid #ffffff;
    margin-top: 1.5rem;
    position: relative;
    border-radius: 50%;
    height: 70px;
}.testimonialsQ .rating_views5:hover div {
    transform: scale(1.1) rotate(5deg);
}.testimonialsQ .rating_views5 img {
    object-fit: cover;
    transition: transform 0.5s ease;
    width: 100%;
    height: 100%;
}.testimonialsQ .rating_views5:hover img {
    transform: scale(1.1);
}.testimonialsQ .rating_views5::after {
    z-index: 1;
    content: "";
    font-size: 6rem;
    right: 20px;
    opacity: 0.2;
    color: rgb(159,182,114,0.5);
    line-height: 1;
    top: 10px;
    font-family: serif;
    position: absolute;
}

@media (max-width: 1024px) {.testimonialsQ {
    padding: 5rem 0;
}.testimonialsQ .user_feedbackz {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.testimonialsQ {
    padding: 4rem 0;
}.testimonialsQ h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.9);
}.testimonialsQ .user_feedbackz {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.testimonialsQ .rating_views5 {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.testimonialsQ {
    padding: 3rem 0;
}.testimonialsQ h2 {
    margin-bottom: 2rem;
    font-size: calc(30px * 0.8);
    transform: none;
}.testimonialsQ .user_feedbackz {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.testimonialsQ .rating_views5 {
    padding: 1.25rem;
}.testimonialsQ .rating_views5:hover {
    transform: translateZ(10px) translateY(-5px);
}.testimonialsQ .container {
    padding: 0 1.5rem;
}
}

@media (hover: none) {.testimonialsQ .rating_views5:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                    0 5px 15px rgba(0, 0, 0, 0.05),
                    0 1px 3px rgba(0, 0, 0, 0.1);
    transform: none;
}.testimonialsQ .rating_views5:hover::before {
    transform: scaleX(0);
}.testimonialsQ .rating_views5:hover h3::after {
    width: 30px;
}.testimonialsQ .rating_views5:hover div {
    transform: none;
}.testimonialsQ .rating_views5:hover img {
    transform: none;
}}.quantitative_dataV {
    position: relative;
    background: rgb(234,235,229);
    overflow: hidden;
    padding: 100px 0;
}.quantitative_dataV::before {
    width: 100%;
    content: "";
    background-image: 
        linear-gradient(rgb(199,207,176,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(199,207,176,0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    left: 0;
    opacity: 0.1;
    background-size: 40px 40px;
}.quantitative_dataV::after {
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.2;
    right: -50%;
    width: 100%;
    top: -50%;
    height: 100%;
    transform: rotate(45deg);
    background: radial-gradient(ellipse at center, rgb(159,182,114,0.5) 0%, transparent 70%);
}.quantitative_dataV .container {
    z-index: 1;
    position: relative;
}.quantitative_dataV h2 {
    color: #000000;
    border-radius: 21px;
    text-align: center;
    position: relative;
    transform: translateX(-50%);
    background: #ffffff;
    padding: 15px 30px;
    margin-bottom: 80px;
    font-size: 31px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    display: inline-block;
    left: 50%;
}.quantitative_dataV h2::after {
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 60px;
    bottom: -20px;
    background: rgb(199,207,176);
    height: 4px;
    position: absolute;
}.quantitative_dataV ul {
    padding: 0;
    display: flex;
    list-style: none;
    position: relative;
    margin: 0;
    flex-direction: column;
}.quantitative_dataV ul::before {
    content: "";
    width: 2px;
    position: absolute;
    left: 50%;
    background: linear-gradient(to bottom, rgb(199,207,176,0.5), rgb(159,182,114,0.5));
    bottom: 0;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
}.quantitative_dataV .value_statisticso {
    margin-bottom: 40px;
    display: flex;
    transition: all 0.4s ease;
    position: relative;
    align-items: center;
}.quantitative_dataV .value_statisticso:nth-child(odd) {
    padding-right: calc(50% + 20px);
}.quantitative_dataV .value_statisticso:nth-child(even) {
    padding-left: calc(50% + 20px);
    justify-content: flex-end;
}.quantitative_dataV .value_statisticso::before {
    width: 40px;
    height: 2px;
    position: absolute;
    background: linear-gradient(to right, rgb(199,207,176,0.5), rgb(159,182,114,0.5));
    z-index: 0;
    transform: translateY(-50%);
    top: 50%;
    content: "";
}.quantitative_dataV .value_statisticso:nth-child(odd)::before {
    right: calc(50% + 8px);
}.quantitative_dataV .value_statisticso:nth-child(even)::before {
    left: calc(50% + 8px);
}.quantitative_dataV .value_statisticso::after {
    box-shadow: 0 0 0 5px rgb(234,235,229), 0 0 10px rgba(0, 0, 0, 0.1);
    height: 16px;
    transform: translate(-50%, -50%);
    z-index: 0;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    top: 50%;
    width: 16px;
    border: 3px solid rgb(199,207,176);
    left: 50%;
    content: "";
}.quantitative_dataV .value_statisticso:nth-child(5n+2)::after {
    border-color: rgb(159,182,114);
}.quantitative_dataV .value_statisticso:nth-child(5n+3)::after {
    border-color: rgb(199,207,176);
}.quantitative_dataV .value_statisticso:nth-child(5n+4)::after {
    border-color: rgb(159,182,114);
}.quantitative_dataV .value_statisticso:nth-child(5n+5)::after {
    border-color: rgb(199,207,176);
}.quantitative_dataV .value_statisticso p {
    border: 1px solid rgba(0, 0, 0, 0.03);
    padding: 10px 20px;
    font-size: calc(44px * 1.2);
    font-weight: 700;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    z-index: 2;
    line-height: 1;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    min-width: 120px;
    margin: 0;
    position: relative;
}.quantitative_dataV .value_statisticso:nth-child(even) p {
    padding-left: 20px;
    padding-right: 20px;
}.quantitative_dataV .value_statisticso:nth-child(5n+1) p {
    color: rgb(199,207,176);
}.quantitative_dataV .value_statisticso:nth-child(5n+2) p {
    color: rgb(159,182,114);
}.quantitative_dataV .value_statisticso:nth-child(5n+3) p {
    color: rgb(199,207,176);
}.quantitative_dataV .value_statisticso:nth-child(5n+4) p {
    color: rgb(159,182,114);
}.quantitative_dataV .value_statisticso:nth-child(5n+5) p {
    color: rgb(199,207,176);
}.quantitative_dataV .value_statisticso span {
    line-height: 1.4;
    flex: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    margin: 0 10px;
    font-size: 15px;
    padding: 10px 15px;
    z-index: 2;
    font-weight: 600;
    position: relative;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
}.quantitative_dataV .value_statisticso:hover {
    transform: translateY(-5px);
}

@media (max-width: 991px) {.quantitative_dataV {
    padding: 80px 0;
}.quantitative_dataV h2 {
    margin-bottom: 60px;
}.quantitative_dataV .value_statisticso {
    margin-bottom: 30px;
}.quantitative_dataV .value_statisticso p {
    min-width: 100px;
    font-size: 31px;
}.quantitative_dataV .value_statisticso:nth-child(odd) {
    padding-right: calc(50% + 15px);
}.quantitative_dataV .value_statisticso:nth-child(even) {
    padding-left: calc(50% + 15px);
}
}

@media (max-width: 767px) {.quantitative_dataV {
    padding: 60px 0;
}.quantitative_dataV h2 {
    margin-bottom: 50px;
}.quantitative_dataV ul::before {
    display: none;
}.quantitative_dataV .value_statisticso,
    .quantitative_dataV .value_statisticso:nth-child(odd),
    .quantitative_dataV .value_statisticso:nth-child(even) {
    padding-left: 0;
    justify-content: center;
    padding-right: 0;
}.quantitative_dataV .value_statisticso::before,
    .quantitative_dataV .value_statisticso::after {
    display: none;
}.quantitative_dataV .value_statisticso p,
    .quantitative_dataV .value_statisticso:nth-child(even) p {
    padding: 10px 15px;
    margin-bottom: 15px;
}.quantitative_dataV .value_statisticso span {
    margin: 0;
    text-align: center;
}
}

@media (min-width: 992px) {.quantitative_dataV .value_statisticso:last-child {
    margin-bottom: 0;
}
}

@media (prefers-reduced-motion: reduce) {.quantitative_dataV .value_statisticso,
    .quantitative_dataV .value_statisticso:hover {
    transform: none;
    transition: none;
}}.thanksFocusz {
    background: linear-gradient(135deg, rgb(234,235,229) 0%, rgb(199,207,176,0.5) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
}.thanksFocusz::before {
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(159,182,114,0.5) 49.5%, rgb(159,182,114,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(159,182,114,0.5) 49.5%, rgb(159,182,114,0.5) 50.5%, transparent 50.5%);
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0.1;
    z-index: 1;
    pointer-events: none;
    background-size: 60px 60px;
    width: 100%;
}.thanksFocusz::after {
    z-index: 0;
    content: "";
    opacity: 0.03;
    width: 50%;
    position: absolute;
    height: 70%;
    transform: rotate(-15deg) skewX(-15deg);
    background: rgb(199,207,176);
    right: -10%;
    top: 20%;
}.thanksFocusz .container {
    padding: 0 20px;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.thanksFocusz h2 {
    font-size: 30px;
    text-align: left;
    margin-bottom: 40px;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    transform: translateZ(30px);
    position: relative;
    color: #000000;
    font-weight: 700;
}.thanksFocusz h2::after {
    position: absolute;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(199,207,176), rgb(159,182,114));
    content: "";
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    left: 0;
    height: 4px;
    width: 80px;
    transform-origin: left;
}.thanksFocusz .edu_promisen {
    opacity: 0;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    overflow: hidden;
    border-radius: 10px;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: #ffffff;
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
    padding: 50px 40px;
    position: relative;
}.thanksFocusz .edu_promisen::before {
    width: 100%;
    opacity: 0.07;
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
    background: linear-gradient(135deg, rgb(199,207,176,0.5) 0%, transparent 80%);
    left: 0;
    height: 100%;
}.thanksFocusz .edu_promisen::after {
    position: absolute;
    width: 300%;
    left: -100%;
    z-index: 0;
    transform: scale(0.8);
    content: "";
    background: radial-gradient(circle, rgb(199,207,176,0.5) 0%, transparent 70%);
    transition: opacity 1.5s ease, transform 1.5s ease;
    height: 300%;
    pointer-events: none;
    top: -100%;
    opacity: 0;
}.thanksFocusz .edu_promisen:hover::after {
    transform: scale(1);
    opacity: 0.05;
}.thanksFocusz ul {
    z-index: 2;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
}.thanksFocusz li {
    padding-left: 30px;
    position: relative;
    z-index: 2;
}.thanksFocusz li::before {
    width: 10px;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 10px;
    left: 0;
    content: "";
    top: 12px;
    background: linear-gradient(135deg, rgb(199,207,176) 0%, rgb(159,182,114) 100%);
    transform: scale(0);
    border-radius: 50%;
    position: absolute;
}.thanksFocusz li span {
    transform: translateY(20px);
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    font-family: Arial, sans-serif;
    opacity: 0;
}.thanksFocusz .edu_promisen:hover {
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

@keyframes expandLine {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes fadeUp {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}


@media screen and (max-width: 1200px) {.thanksFocusz {
    padding: 100px 0 80px;
}.thanksFocusz h2 {
    font-size: calc(30px - 2px);
}
}

@media screen and (max-width: 992px) {.thanksFocusz {
    padding: 80px 0 60px;
}.thanksFocusz h2 {
    font-size: calc(30px - 4px);
}.thanksFocusz .edu_promisen {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.thanksFocusz {
    padding: 60px 0 50px;
}.thanksFocusz h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.thanksFocusz .edu_promisen {
    padding: 30px 25px;
    transform: translateZ(0) perspective(1000px) rotateX(0);
}.thanksFocusz h2::after {
    width: 60px;
    height: 3px;
}.thanksFocusz li {
    padding-left: 25px;
}.thanksFocusz li::before {
    width: 8px;
    height: 8px;
}
}

@media screen and (max-width: 576px) {.thanksFocusz {
    padding: 50px 0 40px;
}.thanksFocusz h2 {
    margin-bottom: 25px;
    font-size: calc(30px - 8px);
}.thanksFocusz .edu_promisen {
    padding: 25px 20px;
}.thanksFocusz li {
    padding-left: 22px;
}.thanksFocusz li span {
    line-height: 1.6;
    font-size: calc(12px - 1px);
}.thanksFocusz li::before {
    top: 10px;
    height: 7px;
    width: 7px;
}
}

@media (hover: none) {.thanksFocusz .edu_promisen:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.thanksFocusz .edu_promisen:hover::after {
    opacity: 0;
}}.test_driveO {
    position: relative;
    background: rgb(234,235,229);
    overflow: hidden;
    padding: 120px 0;
}.test_driveO::before {
    background: linear-gradient(135deg, rgb(199,207,176,0.5) 0%, transparent 50%, rgb(159,182,114,0.5) 100%);
    content: '';
    z-index: 1;
    top: 0;
    opacity: 0.15;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}.test_driveO::after {
    content: '';
    width: 200%;
    z-index: 1;
    height: 200%;
    top: -50%;
    left: -50%;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    animation: rotate-bg 120s linear infinite;
    opacity: 0.05;
    position: absolute;
}.test_driveO .edu_promisen {
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    padding: 60px;
    -webkit-backdrop-filter: blur(10px);
    justify-content: space-between;
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    backdrop-filter: blur(10px);
}.test_driveO .container p {
    text-shadow: 0 0 10px rgba(rgb(199,207,176,0.5), 0.5);
    color: #ffffff;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.4;
    z-index: 5;
    width: 60%;
    margin: 0;
}.test_driveO .help_infoh {
    font-weight: 700;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    position: relative;
    width: 200px;
    color: #ffffff;
    background: transparent;
    z-index: 5;
    align-items: center;
    height: 200px;
    isolation: isolate;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    font-size: 19px;
}.test_driveO .help_infoh::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    content: '';
    border-radius: 50%;
    background: conic-gradient(
        rgb(199,207,176),
        rgb(159,182,114),
        rgb(199,207,176)
    );
    animation: rotate-border 8s linear infinite;
}.test_driveO .help_infoh::after {
    border-radius: 50%;
    inset: 3px;
    position: absolute;
    z-index: -1;
    background: rgb(159,182,114);
    content: '';
}.test_driveO .help_infoh:hover {
    transform: scale(1.05);
}.test_driveO .help_infoh:hover::after {
    background: linear-gradient(135deg, rgb(159,182,114) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.test_driveO {
    padding: 90px 0;
}.test_driveO .edu_promisen {
    padding: 40px;
}.test_driveO .container p {
    font-size: calc(18px * 1.2);
}.test_driveO .help_infoh {
    width: 160px;
    height: 160px;
}
}

@media (max-width: 767px) {.test_driveO {
    padding: 70px 0;
}.test_driveO .edu_promisen {
    gap: 40px;
    flex-direction: column;
    padding: 30px;
}.test_driveO .container p {
    width: 100%;
    text-align: center;
    font-size: 18px;
}.test_driveO .help_infoh {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 480px) {.test_driveO {
    padding: 50px 0;
}.test_driveO .edu_promisen {
    padding: 25px 20px;
}.test_driveO .container p {
    font-size: calc(15px * 1.2);
}.test_driveO .help_infoh {
    height: 120px;
    font-size: calc(19px * 0.9);
    width: 120px;
}}.learning_systemi {
    position: relative;
    background: rgb(234,235,229);
    overflow: hidden;
    padding: 7rem 0;
    isolation: isolate;
}.learning_systemi::before {
    position: absolute;
    animation: shiftPattern 60s linear infinite;
    left: -50%;
    background-image: 
        radial-gradient(
            rgb(159,182,114,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(199,207,176,0.5) 20%, 
            transparent 21%
        );
    top: -50%;
    background-position: 0 0, 30px 30px;
    height: 200%;
    transform: rotate(15deg);
    background-size: 60px 60px;
    width: 200%;
    opacity: 0.3;
    z-index: 0;
    content: "";
}.learning_systemi::after {
    z-index: 1;
    width: 100%;
    background: linear-gradient(to top, 
        rgb(234,235,229), 
        transparent
    );
    bottom: 0;
    position: absolute;
    content: "";
    height: 40%;
    left: 0;
}.learning_systemi .edu_promisen {
    margin: 0 auto;
    border-radius: 15px;
    align-items: center;
    background: #ffffff;
    z-index: 2;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 0;
    max-width: 900px;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    animation: appearFromBottom 1s ease-out forwards;
}.learning_systemi h3 {
    background: linear-gradient(135deg, rgb(199,207,176), rgb(159,182,114));
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2.5rem;
    padding-bottom: 4rem;
    font-size: 37px;
    font-weight: 700;
    color: #ffffff;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    text-align: center;
}.learning_systemi h3::before {
    animation: moveGrid 20s linear infinite;
    left: 0;
    right: 0;
    content: "";
    opacity: 0.3;
    top: 0;
    background-size: 20px 20px;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    bottom: 0;
    position: absolute;
}.learning_systemi h3::after {
    left: 0;
    right: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    height: 5px;
    animation: shimmer 5s infinite linear;
    top: 0;
    content: "";
    position: absolute;
}.learning_systemi span {
    color: #000000;
    font-size: 14px;
    position: relative;
    margin-top: -30px;
    padding: 3rem 2.5rem 2.5rem;
    box-sizing: border-box;
    line-height: 1.8;
    z-index: 1;
    background: #ffffff;
    width: 100%;
    border-radius: 0 0 15px 15px;
}.learning_systemi span::before {
    z-index: -1;
    content: "";
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    left: 50%;
    width: 70px;
    position: absolute;
    background: #ffffff;
    top: -35px;
    border-radius: 50%;
    transform: translateX(-50%);
    height: 70px;
}.learning_systemi span::after {
    height: 20px;
    animation: pulse 3s infinite;
    background: rgb(199,207,176);
    top: -20px;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgb(199,207,176,0.5);
    content: "";
    position: absolute;
    width: 20px;
    left: 50%;
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.learning_systemi {
    padding: 5rem 1.5rem;
}.learning_systemi::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.learning_systemi h3 {
    font-size: calc(37px * 0.9);
    padding: 2rem;
    padding-bottom: 3.5rem;
}.learning_systemi span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.learning_systemi {
    padding: 4rem 1rem;
}.learning_systemi::before {
    background-position: 0 0, 20px 20px;
    background-size: 40px 40px;
}.learning_systemi h3 {
    padding: 1.5rem;
    font-size: calc(37px * 0.8);
    padding-bottom: 3rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
}.learning_systemi span {
    padding: 2.5rem 1.5rem 1.5rem;
    font-size: calc(14px * 0.95);
}.learning_systemi span::before {
    top: -30px;
    width: 60px;
    height: 60px;
}.learning_systemi span::after {
    height: 16px;
    top: -18px;
    width: 16px;
}}.leadership_experienceo {
    overflow: hidden;
    background: rgb(234,235,229);
    position: relative;
    padding: 140px 0;
}.leadership_experienceo::before {
    inset: 0;
    opacity: 0.1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(199,207,176,0.5) 100%),
        repeating-linear-gradient(45deg, rgb(159,182,114,0.5) 0, rgb(159,182,114,0.5) 1px, transparent 1px, transparent 15px);
    position: absolute;
    z-index: 0;
    animation: backgroundShift 30s linear infinite;
    content: "";
}.leadership_experienceo::after {
    opacity: 0.3;
    filter: blur(60px);
    height: 200%;
    top: -50%;
    z-index: 0;
    left: -50%;
    content: "";
    width: 200%;
    animation: pulseBackground 15s ease-in-out infinite alternate;
    background: 
        radial-gradient(circle at 30% 30%, rgb(199,207,176,0.5) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgb(159,182,114,0.5) 0%, transparent 40%);
    position: absolute;
}.leadership_experienceo .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    padding: 0 40px;
    max-width: 1200px;
}.leadership_experienceo .rating_views5 {
    display: grid;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 15px 25px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 1000px;
    grid-template-columns: 1fr 1fr;
    transform: perspective(1200px) rotateY(0deg);
    position: relative;
    border-radius: 23px;
    background: #ffffff;
    grid-template-rows: auto auto;
    margin: 0 auto;
    overflow: hidden;
}.leadership_experienceo .rating_views5:hover {
    transform: perspective(1200px) rotateY(2deg);
}.leadership_experienceo .img_fiti {
    grid-row: 1 / span 2;
    min-height: 450px;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 100%;
    grid-column: 1;
    z-index: 1;
}.leadership_experienceo .img_fiti::before {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    background: linear-gradient(135deg, rgb(199,207,176,0.5) 0%, transparent 100%);
    transition: opacity 0.5s ease;
    content: "";
    mix-blend-mode: multiply;
}.leadership_experienceo .rating_views5:hover .img_fiti::before {
    opacity: 0.4;
}.leadership_experienceo .name {
    z-index: 2;
    grid-column: 2;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    grid-row: 1;
    color: #000000;
    font-weight: 700;
    font-size: 18px;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0 50px 5px 70px;
    margin: 0;
    transform: translateY(0);
    align-self: end;
}.leadership_experienceo .rating_views5:hover .name {
    transform: translateY(-5px);
}.leadership_experienceo .rating_views5 span:not(.name) {
    grid-row: 1;
    align-self: end;
    z-index: 2;
    transform: translateY(0);
    color: rgb(159,182,114);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.05s;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    grid-column: 2;
    padding: 35px 50px 40px 70px;
    font-family: Arial, sans-serif;
    position: relative;
}.leadership_experienceo .rating_views5:hover span:not(.name) {
    transform: translateY(-5px);
}.leadership_experienceo .rating_views5 span:not(.name)::after {
    content: "";
    height: 2px;
    bottom: 30px;
    transform: scaleX(0);
    width: 40px;
    transform-origin: left;
    left: 70px;
    position: absolute;
    background: rgb(199,207,176);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}.leadership_experienceo .rating_views5:hover span:not(.name)::after {
    transform: scaleX(1);
}.leadership_experienceo .exp_projectsN {
    grid-row: 2;
    position: relative;
    margin: 0;
    color: #000000;
    line-height: 1.8;
    font-weight: 400;
    z-index: 2;
    grid-column: 2;
    padding: 0 50px 50px 70px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    font-family: Arial, sans-serif;
    font-size: 13px;
    transform: translateY(0);
}.leadership_experienceo .rating_views5:hover .exp_projectsN {
    transform: translateY(-5px);
}

@keyframes backgroundShift {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@keyframes pulseBackground {
    0% {
        opacity: 0.2;
        transform: scale(1);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 992px) {.leadership_experienceo {
    padding: 120px 0;
}.leadership_experienceo .rating_views5 {
    grid-template-columns: 1fr 1.2fr;
}.leadership_experienceo .img_fiti {
    min-height: 400px;
}.leadership_experienceo .name {
    font-size: calc(18px * 0.9);
    padding: 0 40px 5px 50px;
}.leadership_experienceo .rating_views5 span:not(.name) {
    padding: 30px 40px 35px 50px;
}.leadership_experienceo .rating_views5 span:not(.name)::after {
    bottom: 25px;
    left: 50px;
}.leadership_experienceo .exp_projectsN {
    padding: 0 40px 40px 50px;
}
}

@media (max-width: 768px) {.leadership_experienceo {
    padding: 100px 0;
}.leadership_experienceo .container {
    padding: 0 30px;
}.leadership_experienceo .rating_views5 {
    grid-template-rows: 300px auto auto auto;
    grid-template-columns: 1fr;
}.leadership_experienceo .img_fiti {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 300px;
    grid-column: 1;
    grid-row: 1;
}.leadership_experienceo .name {
    grid-column: 1;
    padding: 40px 30px 5px 30px;
    text-align: left;
    grid-row: 2;
}.leadership_experienceo .rating_views5 span:not(.name) {
    grid-column: 1;
    text-align: left;
    padding: 10px 30px 40px 30px;
    grid-row: 3;
}.leadership_experienceo .rating_views5 span:not(.name)::after {
    left: 30px;
    bottom: 30px;
}.leadership_experienceo .exp_projectsN {
    padding: 0 30px 40px 30px;
    grid-row: 4;
    grid-column: 1;
}
}

@media (max-width: 480px) {.leadership_experienceo {
    padding: 80px 0;
}.leadership_experienceo .container {
    padding: 0 20px;
}.leadership_experienceo .img_fiti {
    min-height: 250px;
}.leadership_experienceo .name {
    font-size: calc(18px * 0.85);
    padding: 30px 25px 5px 25px;
}.leadership_experienceo .rating_views5 span:not(.name) {
    font-size: calc(13px * 0.95);
    padding: 10px 25px 30px 25px;
}.leadership_experienceo .rating_views5 span:not(.name)::after {
    bottom: 20px;
    width: 30px;
    left: 25px;
}.leadership_experienceo .exp_projectsN {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
    padding: 0 25px 30px 25px;
}}footer {
    width: 100%;
    position: relative;
}footer .mentor_ctaH {
    padding: 80px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
    background-color: rgb(159,182,114);
    color: #ffffff;
    overflow: hidden;
}footer .mentor_ctaH::before {
    position: absolute;
    transform: skewY(-3deg);
    top: -50px;
    content: "";
    right: 0;
    background-color: rgb(159,182,114);
    height: 100px;
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    left: 0;
    z-index: 0;
}footer .mentor_netk {
    z-index: 1;
    position: relative;
}footer .request_supportL {
    gap: 15px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}footer .info_item {
    position: relative;
    max-width: 300px;
    transition: all 0.3s ease;
    padding: 15px 20px 15px 25px;
    overflow: hidden;
    background-color: rgb(159,182,114,0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    flex: 1 1 200px;
    border-radius: 0 5px 5px 0;
}footer .info_item::before {
    left: 0;
    background-color: rgb(199,207,176);
    height: 100%;
    position: absolute;
    width: 5px;
    top: 0;
    content: "";
}footer .info_item::after {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    left: 0;
    top: 0;
    z-index: -1;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
}footer .info_item:nth-child(even) {
    background-color: rgb(199,207,176,0.5);
}footer .info_item:hover {
    transform: translateY(-5px) translateX(5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}footer .info_item svg {
    margin-right: 12px;
    height: 20px;
    vertical-align: middle;
    width: 20px;
    position: relative;
    fill: rgb(199,207,176);
    top: -1px;
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    vertical-align: middle;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
    display: inline-block;
}footer .info_item a:hover {
    color: rgb(199,207,176);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .top_sitewrapv {
    background-color: rgb(159,182,114,0.5);
    position: relative;
    border-radius: 14px;
    padding: 30px;
}footer .top_sitewrapv::before {
    border: 1px dashed rgba(255, 255, 255, 0.1);
    bottom: 15px;
    right: 15px;
    pointer-events: none;
    top: 15px;
    position: absolute;
    border-radius: calc(14px - 8px);
    content: "";
    left: 15px;
}footer .top_sitewrapv svg {
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
    height: 45px;
    display: block;
}footer .music_edud {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
}footer .head_trainF {
    position: relative;
}footer .head_trainF h5 {
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #ffffff;
    padding-left: 15px;
    font-size: 24px;
    margin-bottom: 25px;
}footer .head_trainF h5::before {
    background-color: rgb(199,207,176);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
}footer .main_pagee {
    margin-bottom: 25px;
    position: relative;
}footer .main_pagee a {
    display: inline-block;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    margin: 0 10px 10px 0;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
    background-color: rgb(159,182,114,0.5);
    padding: 10px 15px;
}footer .main_pagee a::before {
    background-color: rgb(199,207,176);
    position: absolute;
    width: 3px;
    transition: width 0.3s ease;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
}footer .main_pagee a:hover {
    background-color: rgb(199,207,176,0.5);
    color: #ffffff;
    transform: translateX(5px);
}footer .main_pagee a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    background-color: rgb(159,182,114,0.5);
    position: relative;
    border-radius: 14px;
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    top: 15px;
    bottom: 15px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
    left: 15px;
    right: 15px;
    border-radius: calc(14px - 8px);
    pointer-events: none;
}footer .subscribe_holder h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
}footer .subscribe_holder h5::before {
    width: 3px;
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background-color: rgb(199,207,176);
}footer .subscribe_holder p {
    line-height: 1.6;
    font-size: 14px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 14px;
    color: #ffffff;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(199,207,176);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .email_ctaE {
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    background-color: rgb(199,207,176);
    font-weight: 600;
    padding: 14px 20px;
    position: relative;
}footer .email_ctaE::after {
    height: 200%;
    transition: all 0.5s ease;
    transform: rotate(30deg);
    position: absolute;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    left: -100%;
    top: -50%;
    width: 200%;
}footer .email_ctaE:hover {
    background-color: rgb(159,182,114);
}footer .email_ctaE:hover::after {
    left: 100%;
}footer .trade_markY {
    margin-top: 50px;
    position: relative;
    text-align: center;
}footer .trade_markY::before {
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    top: -25px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 50px;
    content: "";
}footer .pledge_blockW {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 12px;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .email_ctaE {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .mentor_ctaH {
    padding: 60px 0 30px;
}footer .request_supportL {
    margin-bottom: 40px;
}footer .top_sitewrapv, footer .subscribe_holder {
    padding: 25px 20px;
}footer .main_pagee a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .trade_markY {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .mentor_ctaH {
    padding: 50px 0 20px;
}footer .head_trainF h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(24px - 2px);
}footer .top_sitewrapv::before, footer .subscribe_holder::before {
    bottom: 10px;
    right: 10px;
    top: 10px;
    left: 10px;
}footer .input_holder input[type="email"],
    footer .email_ctaE {
    padding: 12px;
}}header {
    width: 100%;
    z-index: 100;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 1.2rem 0;
    background: linear-gradient(to bottom, rgb(234,235,229), #ffffff);
}header::before {
    position: absolute;
    z-index: 0;
    top: 0;
    opacity: 0.5;
    width: 100%;
    content: '';
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(199,207,176,0.5) 65%, 
        rgb(199,207,176,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(159,182,114,0.5) 75%, 
        rgb(159,182,114,0.5) 80%, 
        transparent 80%);
    left: 0;
    height: 100%;
}header .container {
    max-width: 100%;
    margin: 0;
    padding: 0 3%;
    position: relative;
    width: 100%;
    z-index: 1;
}header .head_tops {
    gap: 2rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}header .head_mentorA {
    align-items: center;
    background: linear-gradient(135deg, rgb(199,207,176,0.5), rgb(159,182,114,0.5));
    display: flex;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    border-radius: 23px;
    position: relative;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}header .head_mentorA::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    content: '';
    width: 200%;
    top: -50%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    left: -50%;
    height: 200%;
}header .head_mentorA:hover::before {
    opacity: 1;
}header .head_mentorA svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    height: auto;
    width: 150px;
    transition: all 0.3s ease;
}header .head_mentorA:hover svg {
    transform: scale(1.03);
}header .head_trainF {
    margin-top: 0.5rem;
    max-width: 800px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 0.6rem;
    flex-wrap: wrap;
}header .top_studyV {
    font-weight: 600;
    text-align: center;
    position: relative;
    padding: 0.6rem 1.2rem;
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    background: #ffffff;
    z-index: 1;
    color: #000000;
    font-family: Arial, sans-serif;
}header .top_studyV::before {
    width: 100%;
    transition: transform 0.3s ease;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    height: 3px;
    background: linear-gradient(to right, rgb(199,207,176), rgb(159,182,114));
}header .top_studyV:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
    color: rgb(199,207,176);
}header .top_studyV:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_mentorA {
    padding: 0.5rem 1.2rem;
}header .head_mentorA svg {
    width: 140px;
}header .head_trainF {
    gap: 0.5rem;
}header .top_studyV {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .head_tops {
    gap: 1.5rem;
}header .head_mentorA {
    padding: 0.4rem 1rem;
}header .head_mentorA svg {
    width: 130px;
}header .head_trainF {
    gap: 0.5rem;
}header .top_studyV {
    padding: 0.5rem 0.9rem;
    font-size: calc(15px - 1px);
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .head_tops {
    gap: 1rem;
}header .head_mentorA svg {
    width: 120px;
}header .head_trainF {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
    gap: 0.4rem;
}header .head_trainF::-webkit-scrollbar {
    height: 3px;
}header .head_trainF::-webkit-scrollbar-thumb {
    background: rgb(199,207,176);
    border-radius: 10px;
}header .top_studyV {
    flex-shrink: 0;
    white-space: nowrap;
    margin-right: 2px;
}}.contact_usC {
    background: rgb(234,235,229);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.contact_usC::before {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(180deg, rgb(159,182,114,0.5) 0%, transparent 100%);
    z-index: 1;
    height: 100%;
    opacity: 0.4;
    width: 100%;
    top: 0;
}.contact_usC::after {
    left: 0;
    content: "";
    height: 200px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(0deg, rgb(234,235,229) 0%, transparent 100%);
    width: 100%;
    z-index: 2;
}.contact_usC .img_fiti {
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.12;
    filter: grayscale(100%) contrast(120%);
    width: 100%;
}.contact_usC .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    position: relative;
}.contact_usC h3 {
    font-weight: 700;
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    margin-bottom: 60px;
}.connect_queryc {
    display: flex;
    z-index: 10;
    gap: 0;
    position: relative;
}.connect_queryc .request_mapO {
    padding: 60px;
    flex: 0 0 58%;
    position: relative;
    background: #ffffff;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
}.connect_queryc .request_mapO h3 {
    color: #000000;
    text-align: left;
    font-size: 19px;
    font-weight: 600;
    text-transform: none;
    margin-bottom: 40px;
}.connect_queryc .request_mapO h3::before,
.connect_queryc .request_mapO h3::after {
    content: none;
}.connect_queryc .request_mapO form {
    display: flex;
    flex-direction: column;
}.connect_queryc .request_mapO input[type="text"],
.connect_queryc .request_mapO textarea {
    font-size: 16px;
    background: rgba(245, 245, 245, 0.5);
    transition: all 0.3s ease;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
    border: none;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    width: 100%;
}.connect_queryc .request_mapO input[type="text"]:focus,
.connect_queryc .request_mapO textarea:focus {
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(199,207,176);
    outline: none;
}.connect_queryc .request_mapO textarea {
    min-height: 150px;
    resize: vertical;
}.connect_queryc .request_mapO .support_widget2 {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.connect_queryc .request_mapO .support_widget2 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_queryc .request_mapO .support_widget2 label {
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    font-size: calc(16px - 2px);
    cursor: pointer;
}.connect_queryc .request_mapO .support_widget2 label::before {
    transition: all 0.3s ease;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    left: 0;
    width: 22px;
    position: absolute;
    content: "";
    top: 2px;
    background: rgba(245, 245, 245, 0.5);
    height: 22px;
}.connect_queryc .request_mapO .support_widget2 input[type="checkbox"]:checked + label::before {
    background: rgb(199,207,176);
    border-bottom-color: rgb(199,207,176);
}.connect_queryc .request_mapO .support_widget2 input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    content: "";
    width: 6px;
    top: 4px;
    height: 12px;
    left: 8px;
}.connect_queryc .request_mapO .support_widget2 a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(199,207,176);
    transition: all 0.3s ease;
    border-bottom: 1px dashed rgb(199,207,176);
}.connect_queryc .request_mapO .support_widget2 a:hover {
    color: rgb(159,182,114);
    border-bottom-color: rgb(159,182,114);
}.connect_queryc .request_mapO .help_infoh {
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    padding: 15px 35px;
    font-size: 18px;
    position: relative;
    background: transparent;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #000000;
    border-bottom: 2px solid rgb(199,207,176);
    align-self: flex-start;
    text-transform: uppercase;
}.connect_queryc .request_mapO .help_infoh::before {
    z-index: -1;
    background: rgb(199,207,176);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    content: "";
    transition: all 0.3s ease;
}.connect_queryc .request_mapO .help_infoh:hover {
    color: #ffffff;
}.connect_queryc .request_mapO .help_infoh:hover::before {
    height: 100%;
}.connect_queryc .request_listn {
    color: #ffffff;
    margin-left: -40px;
    background: rgba(0, 0, 0, 0.5);
    flex: 0 0 42%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    padding: 60px;
    z-index: 0;
}.connect_queryc .request_listn::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    content: "";
    height: 100%;
}.connect_queryc .request_listn h4 {
    font-size: 19px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
    margin-bottom: 40px;
    color: #ffffff;
    position: relative;
}.connect_queryc .request_listn .help_feedbacku {
    padding: 0;
    margin: 0;
    list-style: none;
}.connect_queryc .request_listn .help_feedbacku li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
    margin-bottom: 30px;
    align-items: center;
    z-index: 1;
    display: flex;
    padding-bottom: 30px;
}.connect_queryc .request_listn .help_feedbacku li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}.connect_queryc .request_listn .help_feedbacku li svg {
    height: 24px;
    margin-right: 20px;
    width: 24px;
    flex-shrink: 0;
}.connect_queryc .request_listn .help_feedbacku li svg path {
    transition: all 0.3s ease;
    fill: rgb(199,207,176);
}.connect_queryc .request_listn .help_feedbacku li:hover svg path {
    fill: #ffffff;
}.connect_queryc .request_listn .help_feedbacku li span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}.connect_queryc .request_listn .help_feedbacku li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.9);
}.connect_queryc .request_listn .help_feedbacku li a:hover {
    color: rgb(199,207,176);
}

@media screen and (max-width: 992px) {.contact_usC {
    padding: 80px 0;
}.connect_queryc {
    flex-direction: column;
}.connect_queryc .request_mapO {
    width: 100%;
    clip-path: none;
}.connect_queryc .request_listn {
    margin-left: 0;
    clip-path: none;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.contact_usC {
    padding: 60px 0;
}.contact_usC h3 {
    font-size: calc(36px - 4px);
}.connect_queryc .request_mapO,
    .connect_queryc .request_listn {
    padding: 40px 30px;
}.connect_queryc .request_mapO .help_infoh {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.contact_usC {
    padding: 40px 0;
}.connect_queryc .request_mapO,
    .connect_queryc .request_listn {
    padding: 30px 20px;
}.connect_queryc .request_mapO h3,
    .connect_queryc .request_listn h4 {
    font-size: calc(19px - 2px);
}}.opening_pageu {
    overflow: hidden;
    position: relative;
    width: 100%;
}.opening_pageu .skill_upfaste {
    align-items: center;
    min-height: 650px;
    justify-content: center;
    height: 100vh;
    display: flex;
    position: relative;
}.opening_pageu .skill_upfaste::before {
    backdrop-filter: blur(3px);
    z-index: 1;
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.85) 0%, 
    rgba(var(--secondary-color-rgb), 0.75) 100%);
    left: 0;
}.opening_pageu .skill_upfaste::after {
    content: "";
    height: 100%;
    top: 0;
    pointer-events: none;
    background: 
    linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.05) 25%, transparent 50%),
    linear-gradient(180deg, transparent 0%, rgba(255,255,255,0.03) 25%, transparent 50%);
    z-index: 2;
    position: absolute;
    left: 0;
    width: 100%;
}.opening_pageu .proof_statsJ {
    padding: 3rem;
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.2),
    0 5px 15px rgba(0,0,0,0.1),
    0 0 0 1px rgba(255,255,255,0.1);
    z-index: 3;
    transform: perspective(1000px) rotateX(2deg);
    max-width: 800px;
    border-left: 4px solid rgb(199,207,176);
    position: relative;
    animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    background: linear-gradient(145deg, 
    rgba(var(--dark-color-rgb), 0.8) 0%, 
    rgba(var(--dark-color-rgb), 0.6) 100%);
    width: 90%;
}.opening_pageu .proof_statsJ::before {
    right: 20px;
    bottom: 20px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.3);
    transform: translateZ(-10px);
    left: -10px;
    z-index: -1;
    top: -10px;
    content: "";
    pointer-events: none;
    position: absolute;
}.opening_pageu .proof_statsJ::after {
    left: 0;
    background: linear-gradient(135deg, 
    rgba(255,255,255,0.1) 0%, 
    rgba(255,255,255,0) 50%,
    rgba(255,255,255,0.05) 100%);
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    height: 100%;
    content: "";
}.opening_pageu h1 {
    line-height: 1.2;
    font-weight: 700;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transform: translateY(20px);
    color: #ffffff;
    opacity: 0;
    position: relative;
    font-size: 39px;
    letter-spacing: -0.5px;
    margin-bottom: 1.5rem;
}.opening_pageu h1::after {
    left: 0;
    content: "";
    background: rgb(199,207,176);
    transform: scaleX(0);
    height: 3px;
    transform-origin: left center;
    bottom: -12px;
    animation: lineGrow 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.8s forwards;
    position: absolute;
    width: 80px;
}.opening_pageu h3 {
    margin-bottom: 1.5rem;
    line-height: 1.5;
    color: rgba(var(--white-color-rgb), 0.9);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
    transform: translateY(20px);
    font-weight: 600;
    opacity: 0;
    font-size: calc(20px + 0.1rem);
}.opening_pageu p {
    margin-top: 2rem;
    line-height: 1.6;
    opacity: 0;
    font-size: 14px;
    font-weight: 400;
    transform: translateY(20px);
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.7s forwards;
    color: rgba(var(--white-color-rgb), 0.8);
    position: relative;
}.opening_pageu p::before {
    content: "";
    background: rgb(159,182,114);
    width: 30px;
    position: absolute;
    top: -12px;
    height: 1px;
    left: 0;
}

@keyframes slideUp {
  from {
    transform: perspective(1000px) rotateX(2deg) translateY(50px);
    opacity: 0;
  }
  to {
    transform: perspective(1000px) rotateX(2deg) translateY(0);
    opacity: 1;
  }
}

@keyframes fadeSlideIn {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes lineGrow {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

@media screen and (max-width: 992px) {.opening_pageu .skill_upfaste {
    min-height: 550px;
}.opening_pageu .proof_statsJ {
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.opening_pageu h1 {
    font-size: calc(39px - 0.5rem);
}.opening_pageu h3 {
    font-size: 20px;
}
}

@media screen and (max-width: 768px) {.opening_pageu .skill_upfaste {
    min-height: 500px;
}.opening_pageu .proof_statsJ {
    transform: none;
    width: 95%;
    padding: 2rem;
}.opening_pageu h1 {
    font-size: calc(39px - 1rem);
}.opening_pageu h3 {
    font-size: calc(20px - 0.1rem);
}.opening_pageu p {
    font-size: calc(14px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.opening_pageu .skill_upfaste {
    min-height: 450px;
}.opening_pageu .proof_statsJ {
    padding: 1.5rem;
}.opening_pageu h1 {
    font-size: calc(39px - 1.5rem);
    margin-bottom: 1rem;
}.opening_pageu h1::after {
    height: 2px;
    width: 60px;
    bottom: -8px;
}.opening_pageu h3 {
    margin-bottom: 1rem;
    font-size: calc(20px - 0.2rem);
}.opening_pageu p {
    font-size: calc(14px - 0.2rem);
    margin-top: 1.5rem;
}
}