﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.rscontent-wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.lctop_learn {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.hbcookie_ctrl {
    flex: 0 0 auto;
}.container {
    width: 1119px;
    max-width: 100%;
    margin: auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.hgcourse_methodology {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(148,185,164) 0%, rgb(77,113,93,0.5) 100%);
    overflow: hidden;
}.hgcourse_methodology::before {
    left: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(113,149,129,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(77,113,93,0.5) 0%, transparent 40%);
    content: "";
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.7;
    width: 100%;
}.hgcourse_methodology::after {
    width: 200px;
    transform: rotate(22.5deg);
    position: absolute;
    opacity: 0.1;
    height: 200px;
    content: "";
    right: -50px;
    animation: rotate 30s ease-in-out infinite alternate;
    top: -50px;
    background: rgb(113,149,129);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}.hgcourse_methodology .container {
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.hgcourse_methodology .ehmethod_ped {
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.08),
        0 5px 15px rgba(0,0,0,0.05);
    padding: calc(2rem + 2vw);
    transform: perspective(1000px) rotateY(-2deg);
    background: #ffffff;
    clip-path: polygon(
        0 0, 
        100% 0, 
        calc(100% - 20px) 100%, 
        20px 100%
    );
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    align-items: center;
    justify-content: center;
}.hgcourse_methodology .ehmethod_ped:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.hgcourse_methodology .ehmethod_ped > div {
    position: relative;
    max-width: 800px;
}.hgcourse_methodology h3 {
    font-size: calc(32px * 0.9);
    display: inline-block;
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    color: rgb(113,149,129);
    margin-bottom: 1.5rem;
}.hgcourse_methodology h3::after {
    left: 0;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    height: 3px;
    position: absolute;
    transition: transform 0.4s ease-out;
    width: 60%;
    background: linear-gradient(to right, rgb(77,113,93), transparent);
    bottom: -10px;
}.hgcourse_methodology .ehmethod_ped:hover h3::after {
    transform: scaleX(1.5);
}.hgcourse_methodology p {
    margin: 0;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    z-index: 2;
    font-size: 18px;
    color: #000000;
}.hgcourse_methodology p span {
    position: relative;
    z-index: 1;
    display: inline-block;
    transition: transform 0.3s ease;
}.hgcourse_methodology p span::before {
    top: 0;
    content: "";
    transform: scaleX(0.8);
    height: 100%;
    left: -10px;
    transform-origin: left;
    z-index: -1;
    background: linear-gradient(to right, rgb(77,113,93,0.5) 0%, transparent 100%);
    width: calc(100% + 20px);
    opacity: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
}.hgcourse_methodology .ehmethod_ped:hover p span::before {
    transform: scaleX(1);
    opacity: 0.1;
}

@keyframes rotate {
    0% { transform: rotate(22.5deg); }
    100% { transform: rotate(382.5deg); }
}

@media (max-width: 992px) {.hgcourse_methodology {
    padding: 4rem 0;
}.hgcourse_methodology .ehmethod_ped {
    transform: perspective(800px) rotateY(-1deg);
    padding: calc(1.5rem + 2vw);
}.hgcourse_methodology h3 {
    font-size: calc(32px * 0.8);
}
}

@media (max-width: 768px) {.hgcourse_methodology {
    padding: 3rem 0;
}.hgcourse_methodology .ehmethod_ped {
    transform: none;
    clip-path: polygon(
            0 0, 
            100% 0, 
            calc(100% - 10px) 100%, 
            10px 100%
        );
    padding: calc(1.25rem + 2vw);
}.hgcourse_methodology h3 {
    font-size: calc(20px * 1.2);
}.hgcourse_methodology::before {
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
}
}

@media (max-width: 576px) {.hgcourse_methodology {
    padding: 2.5rem 0;
}.hgcourse_methodology .ehmethod_ped {
    padding: calc(1rem + 2vw);
}.hgcourse_methodology h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}.hgcourse_methodology p {
    font-size: calc(18px * 0.95);
}.hgcourse_methodology::after {
    height: 100px;
    top: -25px;
    right: -25px;
    width: 100px;
}
}

@media (min-width: 1200px) {.hgcourse_methodology .ehmethod_ped {
    transform: perspective(1200px) rotateY(-3deg);
}.hgcourse_methodology h3 {
    font-size: 32px;
}
}

@media (hover: none) {.hgcourse_methodology .ehmethod_ped {
    transform: none;
}.hgcourse_methodology .ehmethod_ped:hover {
    transform: none;
}}.kmthanksNode {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(148,185,164) 0%, #ffffff 100%);
    position: relative;
}.kmthanksNode::before {
    filter: blur(80px);
    content: "";
    top: -50px;
    width: 300px;
    background: rgb(77,113,93,0.5);
    left: -50px;
    z-index: 0;
    height: 300px;
    animation: float 12s ease-in-out infinite;
    position: absolute;
}.kmthanksNode::after {
    animation: float 15s ease-in-out infinite reverse;
    background: rgb(113,149,129,0.5);
    filter: blur(70px);
    width: 280px;
    bottom: -80px;
    position: absolute;
    height: 280px;
    right: -80px;
    z-index: 0;
    content: "";
}.kmthanksNode .container {
    z-index: 2;
    position: relative;
}.kmthanksNode .ehmethod_ped {
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.8),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(15px);
    background: rgba(255, 255, 255, 0.85);
    grid-template-columns: 1fr;
    position: relative;
    gap: 2rem;
    clip-path: polygon(
        0% 0%, 
        97% 0%, 
        100% 3%, 
        100% 100%, 
        3% 100%, 
        0% 97%
    );
}.kmthanksNode .ehmethod_ped::before {
    position: absolute;
    width: 100%;
    opacity: 0.08;
    background-size: 10px 10px;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    background: linear-gradient(45deg, transparent 48%, rgb(77,113,93,0.5) 49%, transparent 51%);
}.kmthanksNode .ehmethod_ped > div:first-child {
    position: relative;
}.kmthanksNode .ehmethod_ped > div:first-child::after {
    bottom: -1rem;
    height: 4px;
    content: "";
    transform-origin: left center;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    transform: scaleX(1);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.kmthanksNode .ehmethod_ped:hover > div:first-child::after {
    transform: scaleX(1.5);
}.kmthanksNode h5 {
    transform: translateX(0);
    line-height: 1.3;
    font-size: 21px;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-bottom: 0.5rem;
    font-weight: 700;
}.kmthanksNode .ehmethod_ped:hover h5 {
    transform: translateX(10px);
}.kmthanksNode a {
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    transform: translateY(0);
    position: relative;
}.kmthanksNode a:hover {
    transform: translateY(-5px);
}.kmthanksNode a::before {
    width: 100%;
    left: 0;
    opacity: 0;
    background: linear-gradient(to top, rgb(113,149,129,0.5) 0%, transparent 100%);
    position: absolute;
    transition: height 0.5s ease, opacity 0.5s ease;
    z-index: -1;
    content: "";
    bottom: 0;
    height: 0;
}.kmthanksNode a:hover::before {
    opacity: 0.1;
    height: 100%;
}.kmthanksNode p {
    margin: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

@media (min-width: 768px) {.kmthanksNode {
    padding: 150px 0;
}.kmthanksNode .ehmethod_ped {
    padding: 4rem;
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.kmthanksNode h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 0;
}.kmthanksNode p {
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 992px) {.kmthanksNode {
    padding: 180px 0;
}.kmthanksNode .ehmethod_ped {
    padding: 5rem;
}.kmthanksNode h5 {
    font-size: calc(21px * 1.2);
}.kmthanksNode .ehmethod_ped > div:first-child::after {
    width: 100px;
}
}

@media (max-width: 767px) {.kmthanksNode {
    padding: 80px 0;
}.kmthanksNode .ehmethod_ped {
    padding: 2.5rem;
}.kmthanksNode h5 {
    font-size: calc(21px * 0.9);
}.kmthanksNode p {
    font-size: calc(14px * 0.95);
}.kmthanksNode .ehmethod_ped > div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.kmthanksNode {
    padding: 60px 0;
}.kmthanksNode .ehmethod_ped {
    clip-path: polygon(
            0% 0%, 
            95% 0%, 
            100% 5%, 
            100% 100%, 
            5% 100%, 
            0% 95%
        );
    padding: 2rem;
}.kmthanksNode h5 {
    font-size: calc(21px * 0.85);
}.kmthanksNode p {
    font-size: calc(14px * 0.9);
}}.ykexperience_trial {
    overflow: hidden;
    position: relative;
    background: 
        linear-gradient(140deg, 
            rgb(77,113,93) 0%, 
            rgb(113,149,129) 50%, 
            rgb(77,113,93) 100%);
    padding: 110px 0;
    background-size: 200% 200%;
    animation: gradientMove 15s ease infinite;
    z-index: 1;
}.ykexperience_trial::before {
    z-index: -1;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 49px,
            rgba(255, 255, 255, 0.03) 49px,
            rgba(255, 255, 255, 0.03) 50px
        );
    left: 0;
    content: '';
    opacity: 0.6;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}.ykexperience_trial::after {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(
            90deg,
            transparent 0%,
            rgba(0, 0, 0, 0.3) 50%,
            transparent 100%
        );
    z-index: -1;
    width: 100%;
    content: '';
    animation: shadowSweep 10s linear infinite alternate;
}.ykexperience_trial .ehmethod_ped {
    margin: 0 auto;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    max-width: 1000px;
    justify-content: center;
}.ykexperience_trial .ehmethod_ped::before {
    transform: perspective(800px) rotateX(60deg);
    border-radius: 50%;
    left: -10%;
    background: 
        linear-gradient(
            to right,
            transparent,
            rgba(0, 0, 0, 0.6),
            transparent
        );
    z-index: -1;
    position: absolute;
    transform-origin: center center;
    content: '';
    height: 70%;
    filter: blur(30px);
    width: 120%;
    top: 15%;
}.ykexperience_trial .ehmethod_ped::after {
    bottom: -20px;
    content: '';
    animation: glowLine 3s ease-in-out infinite alternate;
    filter: blur(1px);
    opacity: 0.3;
    height: 1px;
    width: 100%;
    position: absolute;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    left: 0;
}.ykexperience_trial h3 {
    position: relative;
    font-size: calc(38px * 1.2);
    font-family: Arial, sans-serif;
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: uppercase;
    margin-bottom: 70px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 6px;
}.ykexperience_trial h3::before {
    opacity: 0.1;
    background: 
        linear-gradient(
            to right,
            transparent,
            #ffffff,
            transparent
        );
    height: 10px;
    position: absolute;
    filter: blur(5px);
    content: '';
    width: 60%;
    animation: widthPulse 4s ease-in-out infinite alternate;
    bottom: -25px;
    left: 20%;
}.ykexperience_trial h3::after {
    height: 30px;
    top: -50px;
    transform: translateX(-50%);
    width: 30px;
    position: absolute;
    animation: pulseSphere 6s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: transparent;
    border-radius: 50%;
    left: 50%;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    content: '';
}.ykexperience_trial .Wtassist_form {
    color: rgb(113,149,129);
    padding: 20px 60px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    font-size: 19px;
    border: none;
    display: inline-block;
    border-radius: 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.2),
        0 0 0 2px rgba(0, 0, 0, 0.05);
}.ykexperience_trial .Wtassist_form::before {
    background: linear-gradient(
        45deg,
        rgb(113,149,129) 0%,
        rgb(77,113,93) 100%
    );
    position: absolute;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    transition: opacity 0.4s ease;
    opacity: 0;
    z-index: -1;
    left: 0;
}.ykexperience_trial .Wtassist_form::after {
    z-index: -2;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(113,149,129),
        rgb(77,113,93),
        rgb(113,149,129)
    );
    animation: borderGradient 3s linear infinite;
    top: -2px;
    background-size: 200% 200%;
    left: -2px;
    content: '';
    opacity: 0;
    right: -2px;
    clip-path: polygon(
        10px 0%, 
        calc(100% - 10px) 0%, 
        100% 10px, 
        100% calc(100% - 10px), 
        calc(100% - 10px) 100%, 
        10px 100%, 
        0% calc(100% - 10px), 
        0% 10px
    );
    bottom: -2px;
    transition: opacity 0.4s ease;
}.ykexperience_trial .Wtassist_form:hover {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgba(255, 255, 255, 0.1);
    transform: translateY(-5px) scale(1.05);
}.ykexperience_trial .Wtassist_form:hover::before {
    opacity: 1;
}.ykexperience_trial .Wtassist_form:hover::after {
    opacity: 1;
}

@media screen and (max-width: 992px) {.ykexperience_trial {
    padding: 90px 0;
}.ykexperience_trial h3 {
    font-size: calc(38px * 1.1);
    letter-spacing: 5px;
    margin-bottom: 60px;
}.ykexperience_trial h3::after {
    top: -40px;
    height: 25px;
    width: 25px;
}.ykexperience_trial .Wtassist_form {
    font-size: calc(19px * 0.95);
    padding: 18px 50px;
}
}

@media screen and (max-width: 768px) {.ykexperience_trial {
    padding: 80px 0;
}.ykexperience_trial h3 {
    font-size: calc(38px * 0.9);
    letter-spacing: 4px;
    margin-bottom: 50px;
}.ykexperience_trial h3::before {
    height: 8px;
    bottom: -20px;
}.ykexperience_trial h3::after {
    width: 20px;
    height: 20px;
    top: -35px;
}.ykexperience_trial .Wtassist_form {
    font-size: calc(19px * 0.9);
    letter-spacing: 2px;
    padding: 15px 40px;
}
}

@media screen and (max-width: 576px) {.ykexperience_trial {
    padding: 60px 0;
}.ykexperience_trial h3 {
    margin-bottom: 45px;
    font-size: calc(38px * 0.8);
    letter-spacing: 3px;
}.ykexperience_trial h3::before {
    height: 6px;
    bottom: -15px;
}.ykexperience_trial h3::after {
    height: 15px;
    top: -30px;
    width: 15px;
}.ykexperience_trial .Wtassist_form {
    padding: 12px 35px;
    font-size: calc(19px * 0.85);
    letter-spacing: 1.5px;
}}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes shadowSweep {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(50%);
    }
}

@keyframes glowLine {
    0% {
        opacity: 0.2;
        filter: blur(1px);
    }
    100% {
        opacity: 0.4;
        filter: blur(2px);
    }
}

@keyframes widthPulse {
    0% {
        width: 60%;
        opacity: 0.1;
    }
    100% {
        width: 70%;
        opacity: 0.2;
    }
}

@keyframes pulseSphere {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.2;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.4;
    }
}

@keyframes borderGradient {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}.Dbour_story {
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #ffffff;
    padding: 120px 0;
    position: relative;
}.Dbour_story::before {
    background: linear-gradient(135deg, rgba(42, 57, 80, 0.92), rgba(32, 42, 68, 0.85));
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.Dbour_story::after {
    background: linear-gradient(145deg, rgb(113,149,129,0.5), rgb(77,113,93,0.5));
    z-index: 0;
    content: "";
    height: 70%;
    top: -10%;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: -5%;
    animation: float 15s ease-in-out infinite;
    width: 40%;
    opacity: 0.15;
    position: absolute;
    transform: rotate(15deg);
}.Dbour_story h4 {
    position: relative;
    font-weight: 700;
    z-index: 2;
    transform: translateY(0);
    margin-bottom: 2.5rem;
    text-transform: uppercase;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
    font-size: calc(18px * 1.2);
    opacity: 1;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
}.Dbour_story h4::after {
    background: rgb(113,149,129);
    bottom: -12px;
    width: 60px;
    content: "";
    transition: width 0.4s ease;
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}.Dbour_story:hover h4::after {
    width: 100px;
}.Dbour_story .container {
    display: flex;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
    justify-content: center;
    position: relative;
}.Dbour_story .pNtext_frame_item {
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    max-width: 900px;
    position: relative;
    border-radius: 10px;
    transform: translateY(0);
    padding: 3.5rem;
}.Dbour_story .pNtext_frame_item::before {
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(113,149,129), rgb(77,113,93));
    transform-origin: center;
    position: absolute;
    width: 5px;
    height: 100%;
    transform: scaleY(0.6);
    transition: transform 0.5s ease;
}.Dbour_story .pNtext_frame_item:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.Dbour_story .pNtext_frame_item:hover::before {
    transform: scaleY(1);
}.Dbour_story h6 {
    font-size: calc(20px * 1.5);
    color: #000000;
    font-weight: 700;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    transform: translateX(0);
    transition: transform 0.4s ease;
}.Dbour_story h6::after {
    transition: width 0.4s ease;
    bottom: 0;
    width: 40px;
    content: "";
    height: 2px;
    position: absolute;
    background: rgb(77,113,93);
    left: 0;
}.Dbour_story .pNtext_frame_item:hover h6 {
    transform: translateX(10px);
}.Dbour_story .pNtext_frame_item:hover h6::after {
    width: 80px;
}.Dbour_story span {
    column-count: 1;
    transition: opacity 0.4s ease, transform 0.4s ease;
    line-height: 1.8;
    font-size: 14px;
    display: block;
    transform: translateY(0);
    column-gap: 2.5rem;
    position: relative;
    text-align: justify;
    hyphens: auto;
    opacity: 0.9;
    color: #000000;
}.Dbour_story .pNtext_frame_item:hover span {
    opacity: 1;
    transform: translateY(-5px);
}

@keyframes float {
    0%, 100% { transform: rotate(15deg) translateY(0); }
    50% { transform: rotate(15deg) translateY(-20px); }
}

@media screen and (min-width: 768px) {.Dbour_story span {
    column-count: 2;
}.Dbour_story h4 {
    font-size: calc(18px * 1.4);
}.Dbour_story h6 {
    font-size: calc(20px * 1.8);
}.Dbour_story .pNtext_frame_item {
    padding: 4rem;
}
}

@media screen and (min-width: 992px) {.Dbour_story {
    padding: 150px 0;
}.Dbour_story .pNtext_frame_item {
    padding: 4.5rem 5rem;
}.Dbour_story h4 {
    font-size: calc(18px * 1.6);
}.Dbour_story h4::after {
    height: 4px;
}.Dbour_story h6 {
    margin-bottom: 2rem;
}
}

@media screen and (max-width: 767px) {.Dbour_story {
    padding: 80px 0;
}.Dbour_story h4 {
    margin-bottom: 1.5rem;
    font-size: calc(18px * 1.1);
}.Dbour_story .pNtext_frame_item {
    padding: 2rem;
}.Dbour_story h6 {
    font-size: 20px;
    margin-bottom: 1rem;
}.Dbour_story span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}.Dbour_story .pNtext_frame_item::before {
    width: 3px;
}
}

@media screen and (max-width: 480px) {.Dbour_story {
    padding: 60px 0;
}.Dbour_story .pNtext_frame_item {
    padding: 1.5rem;
}.Dbour_story h4 {
    letter-spacing: 1px;
}.Dbour_story h4::after {
    width: 40px;
    height: 2px;
}.Dbour_story:hover h4::after {
    width: 60px;
}.Dbour_story h6 {
    padding-bottom: 0.5rem;
}.Dbour_story span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}header .top_plank {
    background: rgb(113,149,129);
    color:  #ffffff;
}header .top_plank .Qtedu_toolbar div svg, header .top_plank .Qtedu_toolbar div svg path {
    fill: #ffffff;
}header .top_plank .Qtedu_toolbar div span {
    color: #ffffff;
}header .top_plank .Qtedu_toolbar {
    justify-content: flex-start;
    display: flex;
    font-size: 13px;
    width: 100%;
    flex-wrap: wrap;
    line-height: 21px;
    padding: 15px 0 10px 0;
    align-items: center;
}header .top_plank .Qtedu_toolbar div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .Qtedu_toolbar div img, header .top_plank .Qtedu_toolbar div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}footer {
    position: relative;
    z-index: 1;
}footer::before {
    right: 0;
    animation: gradientFlow 20s ease infinite;
    left: 0;
    background-size: 300% 300%;
    content: "";
    z-index: -1;
    opacity: 0.75;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(113,149,129,0.5) 35%, rgb(77,113,93,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    top: 0;
    bottom: 0;
    position: absolute;
}footer::after {
    background-size: 50px 50px;
    left: 0;
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgb(113,149,129,0.5) 25%, rgb(113,149,129,0.5) 26%, transparent 27%, transparent 74%, rgb(77,113,93,0.5) 75%, rgb(77,113,93,0.5) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgb(113,149,129,0.5) 25%, rgb(113,149,129,0.5) 26%, transparent 27%, transparent 74%, rgb(77,113,93,0.5) 75%, rgb(77,113,93,0.5) 76%, transparent 77%, transparent);
    right: 0;
    opacity: 0.15;
    bottom: 0;
}.hbcookie_ctrl {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.hbcookie_ctrl::before {
    box-shadow: 0 0 20px rgb(113,149,129,0.5);
    background: linear-gradient(90deg, transparent, rgb(113,149,129), rgb(77,113,93), transparent);
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 2px;
    opacity: 0.8;
    left: 0;
}.hbcookie_ctrl .container {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    position: relative;
    gap: 3rem;
}.hbcookie_ctrl .company_holder {
    position: relative;
    backdrop-filter: blur(8px);
    transition: all 0.4s ease;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    overflow: hidden;
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    border-radius: 24px;
    flex: 1 1 350px;
}.hbcookie_ctrl .company_holder::before {
    left: -50%;
    transform: translateY(-1px);
    content: "";
    width: 200%;
    top: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(113,149,129), transparent);
}.hbcookie_ctrl .company_holder::after {
    transform: translateY(1px);
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(77,113,93), transparent);
    left: 0;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
}.hbcookie_ctrl .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(113,149,129,0.5);
}.hbcookie_ctrl .company_holder h3 {
    margin: 0 0 1.5rem;
    position: relative;
    text-shadow: 0 0 15px rgb(113,149,129,0.5);
    font-weight: 700;
    font-size: 32px;
    color: #ffffff;
    letter-spacing: 1px;
    display: inline-block;
}.hbcookie_ctrl .company_holder h3::after {
    content: "";
    border-radius: 10px;
    bottom: -8px;
    width: 50px;
    box-shadow: 0 0 10px rgb(113,149,129);
    left: 0;
    height: 3px;
    transition: width 0.3s ease-out;
    position: absolute;
    background: linear-gradient(90deg, rgb(113,149,129), rgb(77,113,93));
}.hbcookie_ctrl .company_holder:hover h3::after {
    width: 100%;
}.hbcookie_ctrl .zDmod_tools {
    text-shadow: 0 0 10px #000000;
    line-height: 1.6;
    max-width: 100%;
    color: #ffffff;
    font-size: 18px;
    opacity: 0.85;
}.hbcookie_ctrl .zYdonate_btn {
    min-width: 400px;
    flex: 1 1 calc(100% - 450px);
}.hbcookie_ctrl .Cmnav_start {
    gap: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}.hbcookie_ctrl .mFtop_lead {
    flex: 1 1 calc(50% - 1.25rem);
    border-radius: 24px;
    min-width: 250px;
    overflow: hidden;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    transition: all 0.4s ease;
    position: relative;
    backdrop-filter: blur(8px);
    padding: 2rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
}.hbcookie_ctrl .mFtop_lead::before {
    left: -50%;
    background: linear-gradient(90deg, transparent, rgb(77,113,93), transparent);
    transform: translateY(-1px);
    top: 0;
    position: absolute;
    height: 1px;
    content: "";
    width: 200%;
}.hbcookie_ctrl .mFtop_lead::after {
    position: absolute;
    content: "";
    width: 100%;
    transform: translateY(1px);
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(113,149,129), transparent);
    left: 0;
    height: 1px;
}.hbcookie_ctrl .mFtop_lead:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(77,113,93,0.5);
    transform: translateY(-5px);
}.hbcookie_ctrl .mFtop_lead h5 {
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 22px;
    text-shadow: 0 0 15px rgb(77,113,93,0.5);
    display: inline-block;
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
}.hbcookie_ctrl .mFtop_lead h5::after {
    height: 3px;
    border-radius: 10px;
    left: 0;
    background: linear-gradient(90deg, rgb(77,113,93), rgb(113,149,129));
    position: absolute;
    box-shadow: 0 0 10px rgb(77,113,93);
    bottom: -8px;
    content: "";
    width: 40px;
    transition: width 0.3s ease-out;
}.hbcookie_ctrl .mFtop_lead:hover h5::after {
    width: 100%;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start {
    flex-direction: column;
    gap: 1rem;
    display: flex;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a {
    border-radius: 10px;
    position: relative;
    display: block;
    color: #ffffff;
    text-shadow: 0 0 5px #000000;
    z-index: 1;
    font-size: 18px;
    opacity: 0.8;
    transition: all 0.3s ease;
    text-decoration: none;
    padding: 0.5rem 1rem;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a::before {
    top: 0;
    transition: all 0.3s ease;
    position: absolute;
    background: linear-gradient(180deg, rgb(113,149,129), rgb(77,113,93));
    height: 100%;
    border-radius: 10px;
    z-index: -1;
    width: 3px;
    opacity: 0.5;
    content: "";
    left: 0;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a::after {
    z-index: -1;
    transition: all 0.3s ease;
    width: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    left: 0;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a:hover {
    text-shadow: 0 0 10px rgb(77,113,93,0.5);
    padding-left: 1.5rem;
    opacity: 1;
    color: #ffffff;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a:hover::before {
    box-shadow: 0 0 10px rgb(113,149,129);
    width: 5px;
    opacity: 1;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a:hover::after {
    opacity: 0.2;
    width: 100%;
}.rCgrade_help {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 2rem;
    padding: 2rem 0;
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}.rCgrade_help::before {
    content: "";
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(113,149,129), rgb(77,113,93), transparent);
    top: 0;
    width: 100%;
    height: 1px;
    position: absolute;
    opacity: 0.5;
}.rCgrade_help .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.rCgrade_help .nZqna_board {
    color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
    text-align: center;
    opacity: 0.7;
    font-size: 15px;
    text-shadow: 0 0 5px #000000;
    letter-spacing: 0.5px;
}.rCgrade_help .nZqna_board:hover {
    opacity: 1;
    text-shadow: 0 0 8px rgb(77,113,93,0.5);
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 1200px) {.hbcookie_ctrl .container {
    gap: 2rem;
}.hbcookie_ctrl .company_holder {
    flex: 1 1 320px;
}.hbcookie_ctrl .zYdonate_btn {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}

@media (max-width: 992px) {.hbcookie_ctrl {
    padding: 3.5rem 0 2rem;
}.hbcookie_ctrl .container {
    flex-direction: column;
    gap: 2rem;
}.hbcookie_ctrl .company_holder,
    .hbcookie_ctrl .zYdonate_btn {
    min-width: 100%;
    flex: 1 1 100%;
}.hbcookie_ctrl .mFtop_lead {
    flex: 0 1 calc(50% - 1.25rem);
    min-width: 220px;
}
}

@media (max-width: 768px) {.hbcookie_ctrl {
    padding: 3rem 0 1.5rem;
}.hbcookie_ctrl .company_holder,
    .hbcookie_ctrl .mFtop_lead {
    padding: 1.5rem;
}.hbcookie_ctrl .Cmnav_start {
    gap: 1.5rem;
}.hbcookie_ctrl .company_holder h3 {
    font-size: calc(32px - 2px);
}.hbcookie_ctrl .mFtop_lead h5 {
    font-size: calc(22px - 1px);
}.hbcookie_ctrl .company_holder:hover,
    .hbcookie_ctrl .mFtop_lead:hover {
    transform: translateY(-3px);
}
}

@media (max-width: 576px) {.hbcookie_ctrl {
    padding: 2.5rem 0 1rem;
}.hbcookie_ctrl .Cmnav_start {
    gap: 1rem;
}.hbcookie_ctrl .mFtop_lead {
    flex: 1 1 100%;
    min-width: 100%;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a {
    padding: 0.4rem 0.8rem;
}.hbcookie_ctrl .mFtop_lead .Cmnav_start a:hover {
    padding-left: 1.2rem;
}.rCgrade_help {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.hbcookie_ctrl .company_holder:hover,
    .hbcookie_ctrl .mFtop_lead:hover {
    transform: translateY(-2px);
}}header {
    position: fixed;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    left: 0;
    background: linear-gradient(120deg, 
        rgb(113,149,129) 0%, 
        rgb(113,149,129,0.5) 100%
    );
}header:before {
    opacity: 0.1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    pointer-events: none;
    position: absolute;
}header:after {
    position: absolute;
    background-size: 100px 100px;
    top: 0;
    height: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    content: '';
    pointer-events: none;
    width: 100%;
}header .tkmain_skill {
    position: relative;
}header .tkmain_skill:before {
    content: '';
    opacity: 0.3;
    width: 100%;
    position: absolute;
    left: 0;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    bottom: -1px;
}header .tkmain_skill:after {
    top: 50%;
    opacity: 0.5;
    pointer-events: none;
    transform: translateY(-50%);
    height: 60px;
    left: 0;
    filter: blur(8px);
    width: 60px;
    content: '';
    position: absolute;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
}header .container {
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    background-size: 6px 2px, 6px 2px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    width: 50px;
    opacity: 0.5;
    top: 50%;
    position: absolute;
    right: 20px;
    background-repeat: repeat-x;
    pointer-events: none;
    transform: translateY(-50%);
    content: '';
    height: 30px;
    background-position: 0 0, 0 10px;
}header .AKheader_base {
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
}header .AKheader_base:before {
    top: 50%;
    height: 20px;
    transform: translateY(-50%) translateX(-40px);
    border-radius: 50%;
    content: '';
    left: 0;
    opacity: 0.5;
    width: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .AKheader_base:after {
    content: '';
    opacity: 0.5;
    position: absolute;
    transform: translateY(-50%) translateX(40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    height: 20px;
    width: 20px;
    right: 0;
}header .mFtop_lead {
    position: relative;
    align-items: center;
    display: flex;
    gap: 30px;
}header .mFtop_lead:before {
    content: '';
    left: 0;
    height: 2px;
    bottom: -10px;
    position: absolute;
    width: 100%;
    opacity: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    transition: opacity 0.4s ease;
}header .mFtop_lead:hover:before {
    opacity: 0.7;
}header .nKhead_pro {
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    padding: 8px 0;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 17px;
}header .nKhead_pro:before {
    height: 6px;
    opacity: 0;
    width: 6px;
    position: absolute;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
    border-radius: 50%;
    left: -12px;
    background: #ffffff;
    content: '';
}header .nKhead_pro:after {
    height: 1px;
    transform-origin: right;
    position: absolute;
    left: -30px;
    width: 20px;
    transition: all 0.3s ease;
    content: '';
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    background: rgba(255, 255, 255, 0.5);
}header .nKhead_pro:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .nKhead_pro:hover:before {
    left: -20px;
    opacity: 1;
}header .nKhead_pro:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .OVpage_head {
    padding: 5px;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
}header .OVpage_head:before {
    top: -10px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: calc(100% + 20px);
    opacity: 0;
    width: calc(100% + 20px);
    border-radius: 10px;
    transition: all 0.3s ease;
    left: -10px;
    content: '';
}header .OVpage_head:after {
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    opacity: 0;
    left: -5px;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    content: '';
    background: #ffffff;
    top: -5px;
}header .OVpage_head:hover:before {
    opacity: 1;
}header .OVpage_head:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .OVpage_head svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}header .OVpage_head:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .mFtop_lead {
    gap: 20px;
}header .OVpage_head svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .mFtop_lead {
    width: 80%;
    gap: 25px;
    padding: 80px 30px 30px;
    height: 100vh;
    flex-direction: column;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    max-width: 320px;
    position: fixed;
    top: 0;
    background: rgb(113,149,129);
    z-index: 1001;
    right: -100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header .mFtop_lead:before {
    top: 60px;
    width: 80%;
    bottom: auto;
    left: 10%;
}header .mFtop_lead:after {
    top: 20px;
    pointer-events: none;
    height: 30px;
    right: 20px;
    position: absolute;
    width: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    border-radius: 50%;
}header .menu.active {
    right: 0;
}header .nKhead_pro {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .nKhead_pro:hover {
    transform: translateX(0);
}header .nKhead_pro:last-child {
    border-bottom: none;
}header .OVpage_head {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .OVpage_head svg {
    height: 30px;
}}.sPstatistics_information {
    position: relative;
    overflow: hidden;
    background: rgb(148,185,164);
    padding: 120px 0;
}.sPstatistics_information::before {
    top: 0;
    opacity: 0.6;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
    background: 
        linear-gradient(120deg, rgb(113,149,129,0.5) 0%, transparent 30%),
        linear-gradient(240deg, rgb(77,113,93,0.5) 0%, transparent 30%);
    left: 0;
}.sPstatistics_information .container {
    padding: 0;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.sPstatistics_information h2 {
    margin-bottom: 80px;
    text-align: center;
    font-size: 38px;
    position: relative;
    color: #000000;
    font-weight: 700;
}.sPstatistics_information h2::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    background: rgb(113,149,129);
    width: 60px;
}.sPstatistics_information ul {
    justify-content: center;
    display: flex;
    margin: 0;
    padding: 0;
    perspective: 1000px;
    list-style: none;
    flex-wrap: wrap;
}.sPstatistics_information .Nhcareer_benefits {
    height: 200px;
    transition: transform 0.4s ease;
    margin: 0 20px 80px;
    flex: 0 0 calc(50% - 100px);
    perspective: 1000px;
    border-radius: 18px;
    transform-style: preserve-3d;
    position: relative;
}.sPstatistics_information .Nhcareer_benefits:hover {
    transform: scale(1.05);
}.sPstatistics_information .Nhcareer_benefits::before {
    height: 100%;
    position: absolute;
    width: 100%;
    transform: rotate(-2deg);
    background: #ffffff;
    z-index: -1;
    transition: transform 0.4s ease;
    content: "";
    left: 0;
    top: 0;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.sPstatistics_information .Nhcareer_benefits:hover::before {
    transform: rotate(0deg);
}.sPstatistics_information .Nhcareer_benefits::after {
    transition: transform 0.4s ease;
    position: absolute;
    top: -20px;
    opacity: 0.2;
    background: rgb(113,149,129,0.5);
    content: "";
    z-index: -1;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    right: -20px;
}.sPstatistics_information .Nhcareer_benefits:hover::after {
    transform: scale(1.2);
}.sPstatistics_information .Nhcareer_benefits:nth-child(even)::after {
    background: rgb(77,113,93,0.5);
    right: auto;
    left: -20px;
}.sPstatistics_information .Nhcareer_benefits p {
    position: absolute;
    margin: 0;
    line-height: 1;
    color: rgb(113,149,129);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
    font-weight: 700;
    font-size: calc(45px * 1.5);
    right: 30px;
    top: 30px;
}.sPstatistics_information .Nhcareer_benefits:nth-child(even) p {
    color: rgb(77,113,93);
    left: 30px;
    right: auto;
}.sPstatistics_information .Nhcareer_benefits span {
    font-size: 16px;
    bottom: 30px;
    left: 30px;
    line-height: 1.5;
    color: #000000;
    position: absolute;
    max-width: 70%;
}.sPstatistics_information .Nhcareer_benefits:nth-child(even) span {
    right: 30px;
    left: auto;
    text-align: right;
}.sPstatistics_information .Nhcareer_benefits:nth-child(1) {
    animation: fadeInUp 0.8s 0.1s both;
}.sPstatistics_information .Nhcareer_benefits:nth-child(2) {
    animation: fadeInUp 0.8s 0.3s both;
}.sPstatistics_information .Nhcareer_benefits:nth-child(3) {
    animation: fadeInUp 0.8s 0.5s both;
}.sPstatistics_information .Nhcareer_benefits:nth-child(4) {
    animation: fadeInUp 0.8s 0.7s both;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.sPstatistics_information .Nhcareer_benefits:nth-child(1)::before {
    animation: float 6s ease-in-out infinite;
}.sPstatistics_information .Nhcareer_benefits:nth-child(2)::before {
    animation: float 7s ease-in-out infinite;
}.sPstatistics_information .Nhcareer_benefits:nth-child(3)::before {
    animation: float 8s ease-in-out infinite;
}.sPstatistics_information .Nhcareer_benefits:nth-child(4)::before {
    animation: float 9s ease-in-out infinite;
}.sPstatistics_information .Nhcareer_benefits::before {
    animation-delay: calc(var(--i) * 0.2s);
}.sPstatistics_information .Nhcareer_benefits:nth-child(1) {
    --i: 1;
}.sPstatistics_information .Nhcareer_benefits:nth-child(2) {
    --i: 2;
}.sPstatistics_information .Nhcareer_benefits:nth-child(3) {
    --i: 3;
}.sPstatistics_information .Nhcareer_benefits:nth-child(4) {
    --i: 4;
}

@media (max-width: 1200px) {.sPstatistics_information .Nhcareer_benefits {
    margin: 0 20px 60px;
    flex: 0 0 calc(50% - 40px);
}
}

@media (max-width: 1024px) {.sPstatistics_information {
    padding: 80px 0;
}.sPstatistics_information h2 {
    margin-bottom: 60px;
}.sPstatistics_information .Nhcareer_benefits {
    height: 180px;
    flex: 0 0 calc(50% - 30px);
    margin: 0 15px 50px;
}.sPstatistics_information .Nhcareer_benefits p {
    top: 25px;
    right: 25px;
    font-size: calc(45px * 1.3);
}.sPstatistics_information .Nhcareer_benefits:nth-child(even) p {
    left: 25px;
}.sPstatistics_information .Nhcareer_benefits span {
    left: 25px;
    bottom: 25px;
}.sPstatistics_information .Nhcareer_benefits:nth-child(even) span {
    right: 25px;
}
}

@media (max-width: 767px) {.sPstatistics_information {
    padding: 60px 0;
}.sPstatistics_information .container {
    padding: 0 15px;
}.sPstatistics_information h2 {
    margin-bottom: 50px;
    font-size: calc(38px * 0.9);
}.sPstatistics_information ul {
    flex-direction: column;
    align-items: center;
}.sPstatistics_information .Nhcareer_benefits {
    margin: 0 0 40px;
    height: 160px;
    flex: 0 0 100%;
    max-width: 320px;
    width: 100%;
}.sPstatistics_information .Nhcareer_benefits p,
    .sPstatistics_information .Nhcareer_benefits:nth-child(even) p {
    left: auto;
    font-size: calc(45px * 1.2);
    top: 20px;
    right: 20px;
}.sPstatistics_information .Nhcareer_benefits span,
    .sPstatistics_information .Nhcareer_benefits:nth-child(even) span {
    right: auto;
    bottom: 20px;
    text-align: left;
    left: 20px;
}.sPstatistics_information .Nhcareer_benefits::before {
    transform: rotate(-1deg);
}
}

@media (min-width: 768px) and (max-width: 1023px) {.sPstatistics_information .Nhcareer_benefits {
    height: 170px;
}.sPstatistics_information .Nhcareer_benefits p {
    font-size: calc(45px * 1.3);
}
}

@media (prefers-reduced-motion: reduce) {.sPstatistics_information .Nhcareer_benefits,
    .sPstatistics_information .Nhcareer_benefits::before {
    animation: none;
}}.hXcourse_summary {
    position: relative;
    background: linear-gradient(45deg, rgb(148,185,164) 0%, rgb(77,113,93,0.5) 40%, rgb(148,185,164) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.hXcourse_summary::before {
    position: absolute;
    content: "";
    opacity: 0.1;
    width: 100%;
    top: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, rgb(77,113,93,0.5) 0px, rgb(77,113,93,0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgb(113,149,129,0.5) 0px, rgb(113,149,129,0.5) 1px, transparent 1px, transparent 10px);
    z-index: 1;
    left: 0;
}.hXcourse_summary .container {
    z-index: 2;
    position: relative;
}.hXcourse_summary .ehmethod_ped {
    min-height: 480px;
    flex-direction: column;
    display: flex;
    position: relative;
}.hXcourse_summary .EZphoto_cell {
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
}.hXcourse_summary .EZphoto_cell::after {
    mix-blend-mode: multiply;
    background: linear-gradient(135deg, rgb(113,149,129,0.5) 0%, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}.hXcourse_summary .SElesson_route {
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    margin-left: auto;
    padding: 2.5rem;
    z-index: 3;
    margin-top: auto;
    width: 60%;
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: -15px -15px 30px rgba(0, 0, 0, 0.1);
}.hXcourse_summary .SElesson_route::before {
    content: "";
    width: 50px;
    top: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.8));
    left: -50px;
    position: absolute;
    height: 100%;
}.hXcourse_summary .Twhead_teach {
    border-radius: 50%;
    padding: 15px;
    z-index: 4;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    top: -35px;
    left: 2.5rem;
    transition: transform 0.3s ease-in-out;
}.hXcourse_summary .Twhead_teach:hover {
    transform: translateY(-5px) rotate(5deg);
}.hXcourse_summary .Twhead_teach svg {
    height: 45px;
    width: 45px;
    filter: drop-shadow(0 3px 5px rgb(113,149,129,0.5));
    display: block;
}.hXcourse_summary .Twhead_teach svg path {
    transition: fill 0.3s ease;
    fill: rgb(113,149,129);
}.hXcourse_summary .Twhead_teach:hover svg path {
    fill: rgb(77,113,93);
}.hXcourse_summary .SElesson_route h3 {
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    position: relative;
    margin-bottom: 1.5rem;
}.hXcourse_summary .SElesson_route h3::after {
    width: 60px;
    bottom: -0.5rem;
    content: "";
    border-radius: 10px;
    left: 0;
    background: rgb(113,149,129);
    position: absolute;
    height: 3px;
}.hXcourse_summary .SElesson_route p {
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
}.hXcourse_summary .ehmethod_ped::before {
    animation: floatAnimation 8s infinite ease-in-out;
    content: "";
    width: 120px;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: absolute;
    height: 120px;
    right: 65%;
    top: 10%;
    border: 2px solid rgb(113,149,129,0.5);
    z-index: 0;
}.hXcourse_summary .ehmethod_ped::after {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    width: 80px;
    bottom: 20%;
    content: "";
    position: absolute;
    border: 2px solid rgb(77,113,93,0.5);
    animation: floatAnimation 12s infinite ease-in-out reverse;
    height: 80px;
    z-index: 0;
    left: 10%;
}

@keyframes floatAnimation {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(10px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(5px, 10px) rotate(-5deg);
    }
    75% {
        transform: translate(-10px, -5px) rotate(3deg);
    }
}

@media screen and (max-width: 991px) {.hXcourse_summary .ehmethod_ped {
    min-height: 420px;
}.hXcourse_summary .SElesson_route {
    padding: 2rem;
    width: 75%;
}.hXcourse_summary .Twhead_teach {
    top: -30px;
    padding: 12px;
    left: 2rem;
}.hXcourse_summary .Twhead_teach svg {
    width: 40px;
    height: 40px;
}.hXcourse_summary .SElesson_route h3 {
    font-size: calc(32px - 0.2rem);
}
}

@media screen and (max-width: 767px) {.hXcourse_summary {
    padding: 4rem 0;
}.hXcourse_summary .ehmethod_ped {
    min-height: auto;
}.hXcourse_summary .EZphoto_cell {
    margin-bottom: -50px;
    position: relative;
    height: 250px;
}.hXcourse_summary .SElesson_route {
    margin-right: auto;
    width: 90%;
    margin-left: auto;
    padding: 2rem 1.5rem;
    border-radius: 24px;
}.hXcourse_summary .SElesson_route::before {
    display: none;
}.hXcourse_summary .SElesson_route::after {
    width: 70px;
    height: 70px;
}.hXcourse_summary .Twhead_teach {
    transform: translateX(-50%);
    left: 50%;
}.hXcourse_summary .Twhead_teach:hover {
    transform: translateX(-50%) translateY(-5px);
}.hXcourse_summary .SElesson_route h3 {
    font-size: calc(32px - 0.3rem);
    margin-top: 1rem;
}.hXcourse_summary .ehmethod_ped::before,
    .hXcourse_summary .ehmethod_ped::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.hXcourse_summary {
    padding: 3rem 0;
}.hXcourse_summary .EZphoto_cell {
    height: 200px;
}.hXcourse_summary .SElesson_route {
    padding: 1.5rem 1.25rem;
    width: 100%;
}.hXcourse_summary .Twhead_teach {
    padding: 10px;
}.hXcourse_summary .Twhead_teach svg {
    width: 35px;
    height: 35px;
}.hXcourse_summary .SElesson_route h3 {
    font-size: calc(32px - 0.5rem);
    margin-top: 0.75rem;
}.hXcourse_summary .SElesson_route p {
    font-size: calc(14px - 0.1rem);
}}.Wsreach_out_info {
    position: relative;
    border-top: 4px solid rgb(113,149,129);
    padding: 80px 0;
    background: rgb(113,149,129,0.5);
    overflow: hidden;
}.Wsreach_out_info::before {
    top: 0;
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
    background-image: 
    repeating-linear-gradient(90deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    ),
    repeating-linear-gradient(0deg, 
      rgba(255, 255, 255, 0.03) 0px, 
      rgba(255, 255, 255, 0.03) 1px, 
      transparent 1px, 
      transparent 30px
    );
}.Wsreach_out_info .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.Wsreach_out_info .pLmessage_request {
    position: relative;
    padding: 0;
    border-left: 1px solid rgb(113,149,129);
    background: rgb(77,113,93);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.Wsreach_out_info h2 {
    margin: 0;
    letter-spacing: 2px;
    padding: 30px;
    color: #ffffff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.Wsreach_out_info p {
    color: rgba(255, 255, 255, 0.7);
    padding: 30px;
    font-size: 13px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6;
}.Wsreach_out_info .qFwrite_form {
    padding: 30px;
    justify-content: space-between;
    display: flex;
}.Wsreach_out_info .Wtassist_form {
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    align-items: center;
    transition: all 0.3s ease;
    background: #2a2a2a;
    width: 70px;
    color: #ffffff;
    display: flex;
    text-decoration: none;
    height: 70px;
}.Wsreach_out_info .Wtassist_form::before {
    width: 100%;
    position: absolute;
    border-radius: 50%;
    top: 0;
    content: "";
    height: 100%;
    transition: transform 0.3s ease;
    left: 0;
    z-index: -1;
    background: rgb(113,149,129);
    transform: scale(0);
}.Wsreach_out_info .Wtassist_form:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 0 10px rgb(113,149,129,0.5);
    border-color: rgb(113,149,129);
    transform: translateY(-5px);
}.Wsreach_out_info .Wtassist_form:hover::before {
    transform: scale(0.9);
}.Wsreach_out_info .Wtassist_form svg {
    height: 28px;
    width: 28px;
    transition: transform 0.3s ease;
}.Wsreach_out_info .Wtassist_form:hover svg {
    transform: scale(1.2);
}.Wsreach_out_info .Wtassist_form svg path {
    transition: fill 0.3s ease;
    fill: rgb(113,149,129);
}.Wsreach_out_info .Wtassist_form:hover svg path {
    fill: #ffffff;
}.Wsreach_out_info p svg {
    width: 22px;
    height: 22px;
    margin-right: 15px;
}.Wsreach_out_info p svg path {
    fill: rgb(113,149,129);
}.Wsreach_out_info p:nth-last-child(2) {
    padding: 25px 30px;
    display: flex;
    border-bottom: none;
    align-items: center;
}.Wsreach_out_info .pLmessage_request::after {
    background: #1a1a1a;
    height: 20px;
    z-index: -1;
    width: calc(100% - 40px);
    bottom: -20px;
    right: 20px;
    content: "";
    position: absolute;
}.Wsreach_out_info .pLmessage_request::before {
    width: 15px;
    right: 15px;
    z-index: 1;
    position: absolute;
    content: "";
    top: 15px;
    height: 15px;
    background: rgb(113,149,129);
}

@media (max-width: 991px) {.Wsreach_out_info {
    padding: 60px 0;
}.Wsreach_out_info h2 {
    padding: 25px;
    font-size: calc(36px * 0.9);
}.Wsreach_out_info p,
  .Wsreach_out_info p:nth-last-child(2) {
    padding: 20px 25px;
}.Wsreach_out_info .qFwrite_form {
    padding: 25px;
}.Wsreach_out_info .Wtassist_form {
    width: 60px;
    height: 60px;
}.Wsreach_out_info .Wtassist_form svg {
    height: 24px;
    width: 24px;
}
}

@media (max-width: 767px) {.Wsreach_out_info {
    padding: 50px 0;
}.Wsreach_out_info h2 {
    font-size: calc(36px * 0.85);
    padding: 20px;
}.Wsreach_out_info p {
    padding: 20px;
    font-size: calc(13px * 0.95);
}.Wsreach_out_info p:nth-last-child(2) {
    padding: 18px 20px;
}.Wsreach_out_info .qFwrite_form {
    padding: 20px;
}.Wsreach_out_info .Wtassist_form {
    height: 50px;
    width: 50px;
}.Wsreach_out_info .Wtassist_form svg {
    width: 20px;
    height: 20px;
}.Wsreach_out_info p svg {
    width: 20px;
    margin-right: 12px;
    height: 20px;
}.Wsreach_out_info .pLmessage_request::after {
    height: 10px;
    bottom: -10px;
}.Wsreach_out_info .pLmessage_request::before {
    height: 10px;
    top: 10px;
    width: 10px;
    right: 10px;
}}

.Wsreach_out_info .Wtassist_form:active {
    transform: translateY(0);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 0 5px rgb(113,149,129,0.5);
}@keyframes pulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(113,149,129,0.5);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0);
  }
}

.Wsreach_out_info .Wtassist_form:hover {
    animation: pulse 1.5s infinite;
}@keyframes blink {
  0%, 100% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.7;
  }
}

.Wsreach_out_info .container::before {
    border-radius: 50%;
    height: 8px;
    animation: blink 2s ease-in-out infinite;
    position: absolute;
    top: 15px;
    width: 8px;
    content: "";
    background: rgb(113,149,129);
    right: 45px;
}.Wsreach_out_info .container::after {
    letter-spacing: 1px;
    font-size: 12px;
    color: rgb(113,149,129);
    text-transform: uppercase;
    top: -10px;
    left: 15px;
    position: absolute;
    content: attr(data-text);
}.Wsreach_out_info .Wtassist_form:nth-child(1) {
    transition-delay: 0.1s;
}.Wsreach_out_info .Wtassist_form:nth-child(2) {
    transition-delay: 0.2s;
}.Wsreach_out_info .Wtassist_form:nth-child(3) {
    transition-delay: 0.3s;
}.fJwelcome {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: rgb(148,185,164);
}.fJwelcome .qEmain_intro {
    height: 100vh;
    box-sizing: border-box;
    padding: 2rem;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}.fJwelcome .sVstart_open {
    box-sizing: border-box;
    transform: perspective(1000px) rotateX(2deg);
    min-height: 70vh;
    max-width: 1200px;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 10px 15px rgba(0, 0, 0, 0.1);
    justify-content: center;
    display: flex;
    overflow: hidden;
    padding: 5rem 3rem;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}.fJwelcome .sVstart_open::before {
    z-index: 1;
    left: 0;
    background: linear-gradient(
    135deg,
    rgb(113,149,129,0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.fJwelcome .sVstart_open::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(0, 0, 0, 0.5) 100%
  );
    width: 100%;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
}.fJwelcome .sVstart_open span {
    opacity: 0;
    margin-bottom: 2rem;
    max-width: 85%;
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    position: relative;
    transform: translateX(-1rem);
    z-index: 10;
}.fJwelcome .sVstart_open h3 {
    font-weight: 600;
    line-height: 1.4;
    color: #ffffff;
    border-left: 5px solid #ffffff;
    padding: 1rem 1.5rem;
    font-family: Arial, sans-serif;
    background: linear-gradient(
    120deg,
    rgb(113,149,129) 0%,
    rgb(77,113,93) 100%
  );
    transform: skewX(-5deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-size: clamp(1rem, 2.5vw, 1.4rem);
}.fJwelcome .sVstart_open h1 {
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: clamp(2.5rem, 6vw, 42px);
    opacity: 0;
    z-index: 10;
    margin: 1rem 0 2rem;
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.7s;
    transform: translateY(2rem);
    font-weight: 700;
    position: relative;
}.fJwelcome .sVstart_open div {
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    z-index: 10;
    transform: translateY(2rem);
    opacity: 0;
    position: relative;
}.fJwelcome .sVstart_open div div {
    opacity: 1;
    transform: none;
    animation: none;
    max-width: 600px;
}.fJwelcome .sVstart_open p {
    line-height: 1.6;
    margin-top: 0.5rem;
    color: #ffffff;
    font-size: clamp(1rem, 3vw, 1.2rem);
    padding: 1.2rem 1.5rem;
    background: linear-gradient(
    90deg,
    rgb(77,113,93,0.5) 0%,
    transparent 100%
  );
    position: relative;
    border-left: 3px solid rgb(77,113,93);
    font-family: Arial, sans-serif;
}.fJwelcome .sVstart_open:hover {
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@media screen and (max-width: 992px) {.fJwelcome .qEmain_intro {
    padding: 1.5rem;
}.fJwelcome .sVstart_open {
    padding: 4rem 2.5rem;
    min-height: 65vh;
}.fJwelcome .sVstart_open span {
    max-width: 95%;
}.fJwelcome .sVstart_open h3 {
    font-size: 1.1rem;
    padding: 0.8rem 1.2rem;
}
}

@media screen and (max-width: 768px) {.fJwelcome .qEmain_intro {
    min-height: 100vh;
    height: auto;
    padding: 1rem;
}.fJwelcome .sVstart_open {
    padding: 3rem 1.5rem;
    min-height: 60vh;
}.fJwelcome .sVstart_open span {
    max-width: 100%;
}.fJwelcome .sVstart_open h3 {
    padding: 0.7rem 1rem;
    font-size: 1rem;
    transform: skewX(-3deg);
}.fJwelcome .sVstart_open h1 {
    margin: 0.8rem 0 1.5rem;
}.fJwelcome .sVstart_open p {
    padding: 1rem;
    font-size: 1rem;
}
}

@media screen and (max-width: 480px) {.fJwelcome .sVstart_open {
    padding: 2.5rem 1rem;
    transform: perspective(1000px) rotateX(1deg);
}.fJwelcome .sVstart_open h3 {
    font-size: 0.9rem;
    transform: skewX(-2deg);
    padding: 0.6rem 0.8rem;
}.fJwelcome .sVstart_open h1 {
    font-size: 2rem;
    margin: 0.6rem 0 1.2rem;
}}.Mhacademic_experience {
    padding: 80px 0;
    overflow: hidden;
    background-color: rgb(148,185,164);
    position: relative;
}.Mhacademic_experience::before {
    height: 120%;
    z-index: 1;
    top: -10%;
    width: 120%;
    content: "";
    position: absolute;
    left: -5%;
    opacity: 0.07;
    background: linear-gradient(135deg, rgb(113,149,129,0.5) 0%, transparent 70%);
    transform: rotate(-3deg);
}.Mhacademic_experience::after {
    bottom: -5%;
    z-index: 1;
    width: 50%;
    background: radial-gradient(circle at bottom right, rgb(77,113,93,0.5) 0%, transparent 70%);
    opacity: 0.05;
    height: 70%;
    content: "";
    position: absolute;
    right: -5%;
}.Mhacademic_experience .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.Mhacademic_experience .Wwrating_views {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(1deg);
    gap: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(to right, rgba(255,255,255,0.95), rgba(255,255,255,0.98));
    padding: 40px;
}.Mhacademic_experience .Wwrating_views::before {
    opacity: 0.04;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, rgb(113,149,129,0.5) 0%, transparent 100%);
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
}.Mhacademic_experience .Wwrating_views > div:first-child {
    transform: translateY(-10px);
    margin: 0 auto;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    width: 180px;
    height: 180px;
}.Mhacademic_experience .Wwrating_views > div:first-child:hover {
    transform: translateY(-15px) scale(1.02);
}.Mhacademic_experience .EZphoto_cell {
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1), 0 5px 10px rgba(0,0,0,0.05);
    width: 100%;
    height: 100%;
}.Mhacademic_experience .EZphoto_cell::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0,0,0,0.2));
}.Mhacademic_experience .Wwrating_views > div:nth-child(2) {
    text-align: center;
    animation: fadeIn 0.8s ease-out forwards;
    position: relative;
}.Mhacademic_experience .name {
    display: inline-block;
    position: relative;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    letter-spacing: 0.4px;
    margin-bottom: 8px;
    color: rgb(113,149,129);
}.Mhacademic_experience .name::after {
    left: 50%;
    width: 40%;
    height: 2px;
    content: "";
    bottom: -5px;
    position: absolute;
    transition: width 0.3s ease;
    opacity: 0.7;
    background: linear-gradient(to right, rgb(113,149,129,0.5), rgb(77,113,93,0.5));
    transform: translateX(-50%);
}.Mhacademic_experience .Wwrating_views > div:nth-child(2):hover .name::after {
    width: 70%;
}.Mhacademic_experience .Wwrating_views > div:nth-child(2) > div {
    color: #000000;
    font-size: calc(14px * 0.95);
    opacity: 0.9;
    font-style: italic;
    margin-top: 10px;
}.Mhacademic_experience .Wwrating_views > div:nth-child(3) {
    position: relative;
    margin-top: 15px;
}.Mhacademic_experience .ZRcareer_area {
    padding: 0 15px;
    position: relative;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
}.Mhacademic_experience .ZRcareer_area::before,
.Mhacademic_experience .ZRcareer_area::after {
    opacity: 0.1;
    position: absolute;
    content: "";
    font-family: Georgia, serif;
    font-size: 60px;
    color: rgb(113,149,129);
}.Mhacademic_experience .ZRcareer_area::before {
    left: -15px;
    top: -20px;
}.Mhacademic_experience .ZRcareer_area::after {
    content: "";
    right: -15px;
    bottom: -50px;
}

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

@media (min-width: 768px) {.Mhacademic_experience {
    padding: 100px 0;
}.Mhacademic_experience .Wwrating_views {
    grid-template-rows: auto 1fr;
    padding: 60px;
    grid-template-columns: 200px 1fr;
}.Mhacademic_experience .Wwrating_views > div:first-child {
    width: 200px;
    height: 200px;
    margin: 0;
    grid-row: 1 / 3;
}.Mhacademic_experience .Wwrating_views > div:nth-child(2) {
    padding-left: 30px;
    text-align: left;
}.Mhacademic_experience .name::after {
    transform: none;
    left: 0;
}.Mhacademic_experience .Wwrating_views > div:nth-child(3) {
    padding-left: 30px;
    margin-top: 0;
    grid-column: 2;
}
}

@media (min-width: 992px) {.Mhacademic_experience .Wwrating_views {
    gap: 40px;
    grid-template-columns: 250px 1fr;
    padding: 70px;
}.Mhacademic_experience .Wwrating_views > div:first-child {
    width: 250px;
    height: 300px;
}.Mhacademic_experience .name {
    font-size: calc(18px * 1.2);
}.Mhacademic_experience .ZRcareer_area {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}
}

@media (min-width: 1200px) {.Mhacademic_experience .Wwrating_views {
    transform: perspective(1200px) rotateX(1deg) rotateY(-0.5deg);
    margin: 0 auto;
    max-width: 1100px;
}.Mhacademic_experience .ZRcareer_area {
    padding: 0 25px;
}
}

@media (max-width: 767px) {.Mhacademic_experience {
    padding: 60px 0;
}.Mhacademic_experience .Wwrating_views {
    padding: 30px;
}.Mhacademic_experience .ZRcareer_area {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}}.Ylcookie_popup_display {
    border-top: 2px solid rgb(113,149,129);
    z-index: 90;
    padding: 20px 0;
    position: fixed;
    background: rgb(77,113,93);
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    bottom: 0;
}.OQcookie_eductrl {
    margin: auto;
    justify-content: space-between;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
}.Ylcookie_popup_display h5 {
    font-weight: 700;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 20px;
    transition: color 0.3s ease-in-out;
}.Ylcookie_popup_display p {
    font-size: 14px;
    color: #ffffff;
    max-width: 500px;
}.Aacookie_lock {
    flex-shrink: 0;
    margin-right: 20px;
}.Aacookie_lock svg, .Aacookie_lock svg path {
    transition: transform 0.3s ease-in-out;
    fill: rgb(113,149,129);
    width: 80px;
    height: 80px;
}.Aacookie_lock:hover svg {
    transform: rotate(10deg);
}.LKprivacy_opt {
    padding: 10px 20px;
    margin-left: 20px;
    box-shadow: rgb(113,149,129,0.5) 0px 4px 10px 0px;
    font-size: 15px;
    line-height: 35px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border-radius: 25px;
    color: #ffffff;
    text-decoration: none;
    background: rgb(113,149,129);
}.cookie_button.kWtrack_settings {
    background: rgb(113,149,129);
}.cookie_button.lLcookie_compl {
    background: rgb(77,113,93);
}.LKprivacy_opt:hover {
    box-shadow: rgb(113,149,129,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.Ylcookie_popup_display p a {
    color: rgb(113,149,129);
    font-weight: 600;
    transition: color 0.3s ease-in-out;
    text-decoration: none;
}.Ylcookie_popup_display p a:hover {
    color: rgb(77,113,93);
}.rscontent-wrapper .Ylcookie_popup_display {
    background: rgb(77,113,93);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    padding: 40px 0;
}.rscontent-wrapper .LKprivacy_opt {
    font-size: 15px;
    border-radius: 10px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px;
    font-weight: 400;
    background: rgb(113,149,129);
    color: #ffffff;
    margin-left: 30px;
    border: none;
}.rscontent-wrapper .fzcookie_all h5, .rscontent-wrapper .fzcookie_all p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.Ylcookie_popup_display {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.Aacookie_lock {
    display: none;
}.OQcookie_eductrl {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.Ylcookie_popup_display h5 {
    text-align: center;
}.Ylcookie_popup_display p {
    text-align: center;
}.fzcookie_all {
    margin-bottom: 20px;
    text-align: center;
}.LKprivacy_opt {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
    max-width: 300px;
}}
#Mlcookie_banner_box {
    display: none;
}#Mlcookie_banner_box:checked ~ .Ylcookie_popup_display {
    visibility: hidden;
    opacity: 0;
}.Eypricing_option {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.Eypricing_option::before {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    z-index: 1;
}.Eypricing_option .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1320px;
}.Eypricing_option .mrlearn_price {
    align-items: center;
    flex-direction: column;
    display: flex;
}.Eypricing_option h2 {
    text-align: center;
    transform: translateY(20px);
    animation: fadeInUp 0.8s ease-out forwards;
    font-size: 29px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
    opacity: 0;
}.Eypricing_option .MLgroup_rates {
    max-width: 800px;
    color: rgb(255, 255, 255, 0.5);
    font-size: 15px;
    margin-bottom: 50px;
    opacity: 0;
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    transform: translateY(20px);
}.Eypricing_option .fBprogram_fees {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    width: 100%;
    display: grid;
    padding: 0;
    list-style: none;
}.Eypricing_option .fBprogram_fees li {
    animation: fadeInUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    animation-delay: calc(0.3s + (0.15s * var(--li-index, 0)));
    transform: translateY(30px);
    opacity: 0;
}.Eypricing_option .fBprogram_fees li:nth-child(1) {
    --li-index: 0;
}.Eypricing_option .fBprogram_fees li:nth-child(2) {
    --li-index: 1;
}.Eypricing_option .fBprogram_fees li:nth-child(3) {
    --li-index: 2;
}.Eypricing_option .fBprogram_fees li:nth-child(4) {
    --li-index: 3;
}.Eypricing_option .Dwtrial_offers {
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    will-change: transform;
    display: block;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
}.Eypricing_option .Dwtrial_offers:hover {
    transform: perspective(1000px) rotateX(5deg) translateY(-10px);
}.Eypricing_option .hrlesson_rates {
    border-radius: 8px;
    height: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    overflow: hidden;
}.Eypricing_option .Dwtrial_offers:hover .hrlesson_rates {
    border-color: rgba(255,255,255,0.2);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3), 0 0 15px rgba(rgb(113,149,129,0.5), 0.5);
}.Eypricing_option .hrlesson_rates::before {
    opacity: 0.1;
    transform: rotate(-45deg);
    width: 40%;
    position: absolute;
    transition: all 0.6s ease;
    height: 50%;
    top: -10%;
    content: "";
    left: -10%;
    background: linear-gradient(135deg, rgb(113,149,129,0.5) 0%, transparent 70%);
}.Eypricing_option .Dwtrial_offers:hover .hrlesson_rates::before {
    opacity: 0.15;
    transform: rotate(-45deg) translateY(-20%);
}.Eypricing_option .ZTstudy_rates {
    height: 100%;
    padding: 35px 30px;
    min-height: 280px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
}.Eypricing_option .ZTstudy_rates h4 {
    margin-top: 0;
    padding-bottom: 15px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    font-size: calc(24px * 1.1);
    font-weight: 600;
}.Eypricing_option .ZTstudy_rates h4::after {
    background: rgb(113,149,129);
    bottom: 0;
    width: 40px;
    height: 3px;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
}.Eypricing_option .Dwtrial_offers:hover .ZTstudy_rates h4::after {
    width: 60px;
}.Eypricing_option .ZTstudy_rates p {
    white-space: normal;
    font-size: calc(15px * 0.9);
    overflow-wrap: break-word;
    flex-grow: 1;
    margin-bottom: 25px;
    word-wrap: break-word;
    line-height: 1.7;
    hyphens: auto;
    color: rgb(255, 255, 255, 0.5);
}.Eypricing_option .DUpricing_options {
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    background: rgba(255,255,255,0.05);
    position: relative;
    color: rgb(113,149,129);
    align-self: flex-start;
    overflow: hidden;
    font-size: calc(24px * 1.2);
}.Eypricing_option .DUpricing_options::before {
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    height: 100%;
    content: "";
}.Eypricing_option .Dwtrial_offers:hover .DUpricing_options::before {
    left: 100%;
}

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

@media (max-width: 1200px) {.Eypricing_option {
    padding: 100px 0;
}.Eypricing_option .fBprogram_fees {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.Eypricing_option {
    padding: 80px 0;
}.Eypricing_option h2 {
    font-size: calc(29px * 0.9);
}.Eypricing_option .fBprogram_fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.Eypricing_option .ZTstudy_rates {
    padding: 25px 20px;
}
}

@media (max-width: 768px) {.Eypricing_option {
    padding: 70px 0;
}.Eypricing_option h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 15px;
}.Eypricing_option .MLgroup_rates {
    margin-bottom: 35px;
    font-size: calc(15px * 0.95);
}.Eypricing_option .fBprogram_fees {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 450px;
}.Eypricing_option .ZTstudy_rates {
    min-height: auto;
}
}

@media (max-width: 576px) {.Eypricing_option {
    padding: 60px 0;
}.Eypricing_option h2 {
    font-size: calc(29px * 0.7);
}.Eypricing_option .MLgroup_rates {
    font-size: calc(15px * 0.9);
}.Eypricing_option .ZTstudy_rates {
    padding: 20px 15px;
}.Eypricing_option .ZTstudy_rates h4 {
    font-size: 24px;
}.Eypricing_option .ZTstudy_rates p {
    font-size: calc(15px * 0.85);
}.Eypricing_option .DUpricing_options {
    font-size: 24px;
    padding: 8px 15px;
}}.kJprivacy_hub {
    background: linear-gradient(135deg, rgb(148,185,164), rgba(245, 245, 250, 0.98));
    overflow: hidden;
    padding: 4rem 1.5rem;
    position: relative;
}.kJprivacy_hub::before {
    background: radial-gradient(circle at 90% 10%, rgb(113,149,129,0.5), transparent 60%),
              radial-gradient(circle at 10% 90%, rgb(77,113,93,0.5), transparent 60%);
    content: "";
    position: absolute;
    pointer-events: none;
    width: 100%;
    opacity: 0.15;
    left: 0;
    top: 0;
    z-index: 0;
    height: 100%;
}.kJprivacy_hub::after {
    opacity: 0.1;
    width: 200px;
    background: radial-gradient(circle, rgb(113,149,129,0.5) 10%, transparent 70%);
    z-index: 0;
    height: 200px;
    transform: rotate(-15deg);
    content: "";
    pointer-events: none;
    position: absolute;
    top: -20px;
    right: -20px;
}.kJprivacy_hub .container {
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(0.5deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    padding: 3rem;
    max-width: 1140px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 20px 40px rgba(rgb(113,149,129,0.5), 0.03);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0 auto;
    z-index: 1;
}.kJprivacy_hub .container:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
              0 1px 4px rgba(0, 0, 0, 0.03),
              0 25px 50px rgba(rgb(113,149,129,0.5), 0.05);
}.kJprivacy_hub h1 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 1rem;
    color: rgb(113,149,129);
    transform: translateX(-5px);
    border-bottom: 2px solid rgba(rgb(113,149,129,0.5), 0.1);
    font-size: 47px;
}.kJprivacy_hub h1::after {
    left: 0;
    height: 2px;
    background: rgb(113,149,129);
    content: "";
    width: 70px;
    bottom: -2px;
    transition: width 0.5s ease;
    position: absolute;
}.kJprivacy_hub h2 {
    position: relative;
    color: #000000;
    border-left: 3px solid rgb(77,113,93);
    font-size: 31px;
    font-weight: 600;
    margin: 2.5rem 0 1rem;
    padding-left: 15px;
}.kJprivacy_hub h3 {
    font-weight: 600;
    margin: 2rem 0 1rem;
    padding-left: 12px;
    position: relative;
    font-size: calc(31px * 0.8);
    color: #000000;
    border-left: 2px solid rgb(77,113,93,0.5);
}.kJprivacy_hub h4 {
    font-size: calc(31px * 0.65);
    padding-left: 10px;
    color: #000000;
    margin: 1.75rem 0 0.75rem;
    border-left: 1px solid rgb(77,113,93,0.5);
    position: relative;
    font-weight: 600;
}.kJprivacy_hub p {
    max-width: 95%;
    line-height: 1.8;
    color: #000000;
    font-size: 17px;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
    position: relative;
}.kJprivacy_hub p:hover {
    transform: translateX(5px);
}.kJprivacy_hub p strong {
    font-weight: 600;
    color: rgb(113,149,129);
    display: inline-block;
    position: relative;
}.kJprivacy_hub p strong::after {
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgb(113,149,129,0.5);
    transform: scaleX(0);
    left: 0;
    bottom: -2px;
    transform-origin: left;
}.kJprivacy_hub p:hover strong::after {
    transform: scaleX(1);
}.kJprivacy_hub ul {
    padding-left: 1.5rem;
    position: relative;
    margin: 1.5rem 0 2rem;
    list-style: none;
}.kJprivacy_hub ul::before {
    position: absolute;
    width: 2px;
    top: 0;
    left: 0;
    content: "";
    bottom: 0;
    background: linear-gradient(to bottom, rgb(77,113,93,0.5), rgba(rgb(77,113,93,0.5), 0.2));
}.kJprivacy_hub li {
    font-size: 17px;
    margin-bottom: 1rem;
    line-height: 1.7;
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    transition: transform 0.3s ease;
}.kJprivacy_hub li:hover {
    transform: translateX(5px);
}.kJprivacy_hub li::before {
    background: rgb(77,113,93);
    left: 0;
    top: 10px;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 0.3s ease;
    content: "";
    height: 8px;
    position: absolute;
    width: 8px;
}.kJprivacy_hub li:hover::before {
    transform: scale(1.3);
    background: rgb(113,149,129);
}.kJprivacy_hub span {
    border-left: 1px dashed rgb(77,113,93,0.5);
    color: #000000;
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    font-size: 17px;
    transition: all 0.3s ease;
    line-height: 1.8;
    display: block;
}.kJprivacy_hub span:hover {
    transform: translateX(5px);
    border-left-color: rgb(113,149,129);
    background: linear-gradient(to right, rgba(rgb(113,149,129,0.5), 0.05), transparent);
}

@media (max-width: 1200px) {.kJprivacy_hub .container {
    padding: 2.5rem;
    max-width: 960px;
}.kJprivacy_hub h1 {
    font-size: calc(47px * 0.9);
}.kJprivacy_hub h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 992px) {.kJprivacy_hub {
    padding: 3rem 1.25rem;
}.kJprivacy_hub .container {
    transform: perspective(1000px) rotateY(0deg);
    max-width: 720px;
    padding: 2rem;
}.kJprivacy_hub h1 {
    margin-bottom: 1.25rem;
}.kJprivacy_hub p, 
  .kJprivacy_hub li, 
  .kJprivacy_hub span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 768px) {.kJprivacy_hub {
    padding: 2.5rem 1rem;
}.kJprivacy_hub .container {
    padding: 1.75rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    max-width: 540px;
}.kJprivacy_hub h1 {
    transform: translateX(0);
    font-size: calc(47px * 0.8);
}.kJprivacy_hub h2 {
    font-size: calc(31px * 0.85);
    margin: 2rem 0 0.75rem;
}.kJprivacy_hub h3 {
    font-size: calc(31px * 0.7);
}.kJprivacy_hub h4 {
    font-size: calc(31px * 0.6);
}.kJprivacy_hub p, 
  .kJprivacy_hub li {
    max-width: 100%;
}.kJprivacy_hub p:hover,
  .kJprivacy_hub li:hover,
  .kJprivacy_hub span:hover {
    transform: translateX(0);
}
}

@media (max-width: 576px) {.kJprivacy_hub {
    padding: 2rem 0.75rem;
}.kJprivacy_hub .container {
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.kJprivacy_hub h1 {
    font-size: calc(47px * 0.7);
    padding-bottom: 0.75rem;
}.kJprivacy_hub h2 {
    padding-left: 10px;
    font-size: calc(31px * 0.75);
}.kJprivacy_hub h3 {
    font-size: calc(31px * 0.65);
    padding-left: 8px;
}.kJprivacy_hub h4 {
    padding-left: 6px;
    font-size: calc(31px * 0.55);
}.kJprivacy_hub ul {
    padding-left: 0.75rem;
}.kJprivacy_hub li {
    padding-left: 1.25rem;
}.kJprivacy_hub p, 
  .kJprivacy_hub li, 
  .kJprivacy_hub span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.kJprivacy_hub span {
    padding-left: 0.75rem;
}}.IEconnect_form {
    padding: 90px 0;
    position: relative;
    background: rgb(148,185,164);
    overflow: hidden;
}.IEconnect_form::before {
    width: 400px;
    right: -150px;
    background: linear-gradient(45deg, rgb(113,149,129,0.5), rgb(77,113,93,0.5));
    height: 400px;
    z-index: 1;
    position: absolute;
    top: -150px;
    content: "";
    border-radius: 50%;
    filter: blur(70px);
}.IEconnect_form::after {
    left: -100px;
    height: 300px;
    width: 300px;
    filter: blur(60px);
    border-radius: 50%;
    background: linear-gradient(225deg, rgb(77,113,93,0.5), rgb(113,149,129,0.5));
    bottom: -100px;
    z-index: 1;
    position: absolute;
    content: "";
}.IEconnect_form .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 30px;
}.IEconnect_form h2 {
    color: #000000;
    text-align: center;
    position: relative;
    font-size: 29px;
    margin-bottom: 60px;
    font-weight: 700;
}.IEconnect_form h2::before {
    left: calc(50% - 120px);
    background: rgb(113,149,129,0.5);
    z-index: -1;
    position: absolute;
    width: 50px;
    height: 50px;
    top: -25px;
    border-radius: 50%;
    content: "";
}.IEconnect_form h2::after {
    bottom: -15px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    content: "";
    background: rgb(77,113,93,0.5);
    right: calc(50% - 100px);
    width: 30px;
}.IEconnect_form .XEquery_links {
    background: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}.IEconnect_form .XEquery_links::before {
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(113,149,129,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(77,113,93,0.5) 99%
    );
    z-index: 0;
    inset: 0;
    content: "";
    position: absolute;
    pointer-events: none;
}.IEconnect_form .EZphoto_cell {
    transition: transform 0.5s ease;
    min-height: 500px;
    position: relative;
    flex: 0 0 45%;
}.IEconnect_form .EZphoto_cell::before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    z-index: 1;
}.IEconnect_form .EZphoto_cell::after {
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    bottom: 20px;
    content: "";
    right: 20px;
    left: 20px;
    top: 20px;
    z-index: 2;
    pointer-events: none;
}.IEconnect_form .dQfeedback_inquiry {
    flex: 0 0 55%;
    justify-content: center;
    flex-direction: column;
    position: relative;
    padding: 60px;
    display: flex;
}.IEconnect_form form {
    z-index: 3;
    position: relative;
}.IEconnect_form form h3 {
    font-size: 21px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
}.IEconnect_form form input[type="text"] {
    border: none;
    margin-bottom: 25px;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 18px 25px;
    color: #000000;
    background: rgb(148,185,164);
    width: 100%;
    border-radius: 12px;
}.IEconnect_form form input[type="text"]:focus {
    background: linear-gradient(rgb(148,185,164), rgb(148,185,164)) padding-box,
                linear-gradient(to right, rgb(113,149,129), rgb(77,113,93)) border-box;
    outline: none;
    border: 1px solid transparent;
    box-shadow: 0 5px 15px rgba(rgb(113,149,129), 0.1);
}.IEconnect_form form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.IEconnect_form .tfinquiry_list {
    position: relative;
    margin-bottom: 30px;
}.IEconnect_form .tfinquiry_list input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.IEconnect_form .tfinquiry_list label {
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    font-size: 14px;
    align-items: center;
    display: flex;
}.IEconnect_form .tfinquiry_list label::before {
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    content: "";
    width: 22px;
    height: 22px;
    background: rgb(148,185,164);
}.IEconnect_form .tfinquiry_list input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(113,149,129), rgb(77,113,93));
}.IEconnect_form .tfinquiry_list input[type="checkbox"]:checked + label::after {
    left: 8px;
    height: 12px;
    transform: rotate(45deg);
    top: 4px;
    border-width: 0 2px 2px 0;
    position: absolute;
    width: 6px;
    border: solid #ffffff;
    content: "";
}.IEconnect_form .tfinquiry_list label a {
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(113,149,129);
}.IEconnect_form .tfinquiry_list label a:hover {
    color: rgb(77,113,93);
}.IEconnect_form .ifconnect_request {
    cursor: pointer;
    padding: 20px;
    border-radius: 12px;
    position: relative;
    width: 100%;
    font-weight: 600;
    transition: all 0.5s ease;
    background: linear-gradient(135deg, rgb(113,149,129), rgb(77,113,93));
    border: none;
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
}.IEconnect_form .ifconnect_request::before {
    z-index: -1;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, rgb(77,113,93), rgb(113,149,129));
    transform-origin: right;
    transform: scaleX(0);
    position: absolute;
    content: "";
    transition: transform 0.5s ease;
}.IEconnect_form .ifconnect_request:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.IEconnect_form svg {
    margin-right: 12px;
    transition: all 0.3s ease;
    height: 24px;
    fill: none;
    width: 24px;
    stroke: rgb(113,149,129);
}.IEconnect_form svg path {
    stroke-width: 2;
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(113,149,129);
}.IEconnect_form svg:hover,
.IEconnect_form svg:hover path {
    stroke: rgb(77,113,93);
}

@media (max-width: 1024px) {.IEconnect_form {
    padding: 70px 0;
}.IEconnect_form .dQfeedback_inquiry {
    padding: 45px;
}.IEconnect_form .EZphoto_cell {
    min-height: 450px;
}
}

@media (max-width: 768px) {.IEconnect_form {
    padding: 60px 0;
}.IEconnect_form h2 {
    margin-bottom: 40px;
}.IEconnect_form .XEquery_links {
    flex-direction: column;
}.IEconnect_form .EZphoto_cell {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.IEconnect_form .dQfeedback_inquiry {
    padding: 40px 30px;
    flex: 0 0 auto;
}.IEconnect_form form h3 {
    margin-bottom: 25px;
}.IEconnect_form form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.IEconnect_form {
    padding: 50px 0;
}.IEconnect_form h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 0.9);
}.IEconnect_form .EZphoto_cell {
    min-height: 220px;
}.IEconnect_form .dQfeedback_inquiry {
    padding: 30px 20px;
}.IEconnect_form form h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 0.9);
}.IEconnect_form form input[type="text"] {
    font-size: calc(15px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.IEconnect_form .ifconnect_request {
    padding: 16px;
}.IEconnect_form .tfinquiry_list label {
    font-size: calc(14px * 0.95);
}}.SOlearning_profits {
    background: linear-gradient(135deg, rgb(148,185,164) 0%, #ffffff 100%);
    padding: 120px 0 100px;
    overflow: hidden;
    position: relative;
}.SOlearning_profits::before {
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(113,149,129,0.5) 5%, transparent 15%),
        radial-gradient(circle at 90% 80%, rgb(77,113,93,0.5) 5%, transparent 15%),
        radial-gradient(circle at 50% 50%, #ffffff 25%, transparent 35%);
    width: 100%;
    opacity: 0.1;
    top: 0;
}.SOlearning_profits::after {
    transform: rotate(15deg);
    filter: blur(20px);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    top: -50%;
    z-index: -1;
    opacity: 0.05;
    height: 80%;
    animation: floatBackground 15s ease-in-out infinite alternate;
    background: linear-gradient(45deg, rgb(113,149,129,0.5) 0%, rgb(77,113,93,0.5) 100%);
    content: "";
    right: -50%;
    width: 80%;
    position: absolute;
}.SOlearning_profits h5 {
    letter-spacing: 0.5px;
    animation: fadeInUp 0.8s ease-out forwards 0.2s;
    margin-bottom: 50px;
    opacity: 0;
    position: relative;
    margin-right: auto;
    text-align: center;
    color: #000000;
    transform: translateY(0);
    line-height: 1.4;
    font-weight: 700;
    font-size: 18px;
    max-width: 800px;
    z-index: 1;
    margin-left: auto;
}.SOlearning_profits h5::after {
    animation: scaleIn 1s ease-out forwards 0.6s;
    width: 80px;
    margin: 20px auto 0;
    display: block;
    content: "";
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    height: 3px;
    transform: scaleX(0);
}.SOlearning_profits .container {
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
}.SOlearning_profits .ehmethod_ped {
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 12px;
    animation: fadeInUp 0.8s ease-out forwards 0.4s;
    gap: 40px;
    box-shadow: 0 15px 50px -15px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: translateY(20px);
    flex-direction: column;
    opacity: 0;
    display: flex;
    background: #ffffff;
    align-items: center;
    padding: 30px;
}.SOlearning_profits .ehmethod_ped::before {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(113,149,129) 0%, rgb(77,113,93) 100%);
    position: absolute;
    transform: scaleX(0);
    width: 100%;
    transform-origin: left;
    height: 5px;
    top: 0;
}.SOlearning_profits .ehmethod_ped:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px -10px rgba(0, 0, 0, 0.15);
}.SOlearning_profits .ehmethod_ped:hover::before {
    transform: scaleX(1);
}.SOlearning_profits .EZphoto_cell {
    height: auto;
    width: 100%;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 85% 100%, 0 100%);
    filter: brightness(1.02) contrast(1.05);
    max-width: 450px;
    transform: perspective(800px) rotateY(-2deg);
    border-radius: 10px;
    object-fit: cover;
}.SOlearning_profits .EZphoto_cell:hover {
    transform: perspective(800px) rotateY(0);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.2);
}.SOlearning_profits .pNtext_frame_item {
    max-width: 100%;
    flex: 1;
}.SOlearning_profits ul {
    grid-template-columns: 1fr;
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
    gap: 16px;
}.SOlearning_profits li {
    animation: fadeInRight 0.5s ease forwards;
    transform: translateX(20px);
    background: linear-gradient(135deg, rgba(rgb(148,185,164), 0.5) 0%, rgba(#ffffff, 0.5) 100%);
    position: relative;
    animation-delay: calc(0.1s * var(--i, 1));
    border-radius: 8px;
    padding: 14px 20px 14px 60px;
    opacity: 0;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.SOlearning_profits li:nth-child(1) {
    --i: 1;
}.SOlearning_profits li:nth-child(2) {
    --i: 2;
}.SOlearning_profits li:nth-child(3) {
    --i: 3;
}.SOlearning_profits li:nth-child(4) {
    --i: 4;
}.SOlearning_profits li:nth-child(5) {
    --i: 5;
}.SOlearning_profits li:hover {
    background: linear-gradient(135deg, rgba(rgb(148,185,164), 0.7) 0%, rgba(#ffffff, 0.7) 100%);
    transform: translateY(-3px) translateX(0);
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.1);
}.SOlearning_profits li div {
    position: relative;
}.SOlearning_profits li p {
    letter-spacing: 0.2px;
    margin: 0;
    position: relative;
    font-size: calc(16px - 1px);
    line-height: 1.5;
    color: #000000;
}.SOlearning_profits li:nth-child(odd) p {
    font-weight: 600;
}.SOlearning_profits li svg {
    position: absolute;
    left: -40px;
    width: 28px;
    height: 28px;
    transform: translateY(-2px);
    transition: transform 0.3s ease;
    top: 0;
}.SOlearning_profits li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.SOlearning_profits li svg path {
    fill: rgb(113,149,129);
    transition: fill 0.3s ease;
}.SOlearning_profits li:hover svg path {
    fill: rgb(77,113,93);
}

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

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@keyframes floatBackground {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(20deg) translate(-20px, 20px);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

@media (min-width: 768px) {.SOlearning_profits {
    padding: 150px 0 120px;
}.SOlearning_profits .ehmethod_ped {
    flex-direction: row;
    padding: 50px;
    gap: 60px;
}.SOlearning_profits ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}.SOlearning_profits .EZphoto_cell {
    transform: perspective(1000px) rotateY(-5deg);
    max-width: 350px;
}.SOlearning_profits h5 {
    font-size: calc(18px + 2px);
}
}

@media (min-width: 992px) {.SOlearning_profits .EZphoto_cell {
    max-width: 450px;
}.SOlearning_profits h5 {
    font-size: calc(18px + 4px);
}.SOlearning_profits li p {
    font-size: 16px;
}
}

@media (max-width: 767px) {.SOlearning_profits {
    padding: 80px 0 60px;
}.SOlearning_profits h5 {
    margin-bottom: 30px;
    padding: 0 15px;
}.SOlearning_profits .ehmethod_ped {
    padding: 25px 20px;
}.SOlearning_profits li {
    padding: 12px 15px 12px 50px;
}.SOlearning_profits li svg {
    height: 24px;
    left: -35px;
    width: 24px;
}.SOlearning_profits .EZphoto_cell {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 90% 100%, 0 100%);
    max-width: 100%;
}
}

@media (max-width: 480px) {.SOlearning_profits h5 {
    font-size: calc(18px - 2px);
}.SOlearning_profits li p {
    font-size: calc(16px - 2px);
}.SOlearning_profits .ehmethod_ped {
    padding: 20px 15px;
}
}

@media (hover: hover) {.SOlearning_profits .ehmethod_ped {
    transform: translateY(0);
}
}