* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}header,footer {
    width: 100%;
}.local_progress_bar {
    flex: 0 0 auto;
}::-webkit-scrollbar {
}::-webkit-scrollbar-track {
    box-shadow: inset -1px 4px 15px -2px rgba(0, 0, 0, 0.4);
    background: rgb(150,199,181,0.5);
}::-webkit-scrollbar-track:active {
    background: rgb(199,228,215);
}::-webkit-scrollbar-thumb {
    min-height: 57px;
    background: linear-gradient(252deg, #ffffff 88%, rgb(150,199,181) 3%, rgb(150,199,181,0.5) 96%, rgb(199,228,215) 74%);
    border-radius: 1rem;
}::-webkit-scrollbar-thumb:hover {
    box-shadow: -2px -3px 14px 8px rgba(0, 0, 0, 0.6);
    background: rgb(150,199,181,0.5);
}::-webkit-scrollbar-corner {
    background: rgb(100,166,150,0.5);
}* {
    scrollbar-color: rgb(150,199,181) rgb(150,199,181);
    scrollbar-width: thin;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    auto
contain
touch-action: none;
    color: #000000;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.container {
    max-width: 100%;
    width: 1242px;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}.local_nav_know {
    flex: 1 0 auto;
}.local_wrap-structure {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.local_overlayConsentSettings {
    z-index: 90;
    bottom: 0;
    width: 100%;
    border-top: 2px solid rgb(150,199,181);
    background: rgb(199,228,215);
    position: fixed;
}.local_user_alert {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}#local_cookie_popup_alert {
    display: none;
}#local_cookie_popup_alert:checked ~ .local_overlayConsentSettings {
    opacity: 0;
    visibility: hidden;
}.local_overlayConsentSettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.local_overlayConsentSettings p {
    font-size: 18px;
}.local_privacy_notify {
    flex-shrink: 0;
    margin-right: 10px;
}.local_privacy_notify svg, .local_privacy_notify svg path, .local_privacy_notify img {
    height: 100px;
    fill: rgb(150,199,181);
    width: 100px;
}.local_cookie_expand {
    border-bottom: 2px solid rgb(150,199,181);
    margin-left: 10px;
    min-width: 120px;
    white-space: nowrap;
    cursor: pointer;
    flex-shrink: 0;
    color: rgb(150,199,181);
    text-align: center;
    font-size: 24px;
    text-decoration: none;
    line-height: 35px;
}.local_overlayConsentSettings p a {
    text-decoration: none;
    color: rgb(150,199,181);
}
@media only screen and (max-width: 1200px) {.local_overlayConsentSettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.local_privacy_notify {
    display: none;
}.local_user_alert {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.local_overlayConsentSettings h5 {
    text-align: center;
}.local_overlayConsentSettings p {
    text-align: center;
}.local_track_cookies {
    margin-bottom: 20px;
}body .local_wrap-structure .local_cookie_expand {
    margin-bottom: 10px;
    margin-left: 0;
}}
.local_wrap-structure .local_overlayConsentSettings {
    background: #ffffff;
    border: none;
    box-shadow: rgb(150,199,181,0.5) 0px 0px 40px 39px;
}.local_wrap-structure .local_cookie_expand {
    background: rgb(150,199,181);
    color: #ffffff;
    font-weight: 400;
    padding: 10px;
    font-size: 20px;
    border: none;
    margin-left: 30px;
}.local_wrap-structure .local_privacy_notify {
    height: 80px;
    border-radius: 50%;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:rgb(150,199,181);
}.local_wrap-structure .local_privacy_notify svg, .local_wrap-structure .local_privacy_notify svg path, .local_wrap-structure .local_privacy_notify img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.local_wrap-structure .local_track_cookies h5, .local_wrap-structure .local_track_cookies p {
    color: #000000;
}
@media only screen and (max-width: 800px){.local_wrap-structure .local_privacy_notify {
    margin-bottom: 14px;
    margin: 0;
}}.local_about_this {
    background: linear-gradient(145deg, rgb(150,199,181) 0%, rgb(100,166,150) 100%);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 1;
}.local_about_this::before {
    z-index: -1;
    top: 0;
    position: absolute;
    background: 
        repeating-linear-gradient(135deg, transparent, transparent 30px, rgba(255, 255, 255, 0.02) 30px, rgba(255, 255, 255, 0.02) 60px);
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
}.local_about_this::after {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    opacity: 0.6;
    animation: shiftGlow 20s ease-in-out infinite alternate;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    width: 100%;
}.local_about_this .container {
    z-index: 2;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.local_about_this .local_skill_philo {
    animation: fadeIn 1s ease-in-out;
    position: relative;
    border-radius: 16px;
    gap: 40px;
    grid-template-areas: 
        "director logo"
        "text text";
    background: rgb(199,228,215);
    grid-template-rows: auto auto;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    display: grid;
    padding: 60px;
    grid-template-columns: 1fr 1fr;
}.local_about_this .local_skill_philo::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(150,199,181), rgb(100,166,150));
    top: 0;
    width: 5px;
    height: 100%;
    position: absolute;
}.local_about_this .local_learn_academy {
    transition: transform 0.6s ease;
    padding-right: 30px;
    grid-area: director;
    align-items: center;
    gap: 30px;
    transform: translateY(0);
    display: flex;
}.local_about_this .local_learn_academy:hover {
    transform: translateY(-5px);
}.local_about_this .local_learn_academy .local_img_stack {
    border: 3px solid #ffffff;
    width: 180px;
    transition: all 0.4s ease;
    border-radius: 10px;
    height: 220px;
    position: relative;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.local_about_this .local_learn_academy .local_img_stack:hover {
    transform: scale(1.05);
    border-color: rgb(150,199,181);
}.local_about_this .local_fast_track {
    flex: 1;
}.local_about_this .local_learn_experts {
    padding-bottom: 10px;
    position: relative;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #000000;
}.local_about_this .local_learn_experts::after {
    background: rgb(150,199,181);
    height: 2px;
    content: "";
    bottom: 0;
    transition: width 0.3s ease;
    width: 40px;
    left: 0;
    position: absolute;
}.local_about_this .local_learn_experts:hover::after {
    width: 60px;
}.local_about_this .local_guide_approach {
    color: #000000;
    font-weight: 300;
    font-size: 14px;
    margin: 0;
}.local_about_this .local_learn_legacy {
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
    display: flex;
    grid-area: logo;
    border-left: 1px solid rgba(rgb(150,199,181), 0.2);
}.local_about_this .local_learn_legacy svg {
    margin-right: 20px;
    height: 60px;
    transition: transform 0.4s ease;
    width: 60px;
    fill: rgb(150,199,181);
}.local_about_this .local_learn_legacy:hover svg {
    transform: rotate(5deg) scale(1.1);
}.local_about_this .local_learn_legacy svg path {
    fill: rgb(150,199,181);
    transition: fill 0.3s ease;
}.local_about_this .local_learn_legacy:hover svg path {
    fill: rgb(100,166,150);
}.local_about_this .local_text_column_wrap {
    animation-delay: 0.3s;
    border-top: 1px solid rgba(rgb(150,199,181), 0.2);
    grid-area: text;
    opacity: 0;
    transform: translateY(20px);
    animation: slideUp 0.8s ease-out forwards;
    padding-top: 30px;
}.local_about_this h2 {
    margin: 0 0 25px 0;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 32px;
}.local_about_this h2::after {
    background: rgb(150,199,181);
    animation: pulseWidth 3s ease-in-out infinite;
    left: 0;
    bottom: -10px;
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
}.local_about_this p {
    font-size: 14px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulseWidth {
    0%, 100% {
        width: 80px;
    }
    50% {
        width: 120px;
    }
}

@keyframes shiftGlow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 992px) {.local_about_this {
    padding: 80px 0;
}.local_about_this .local_skill_philo {
    gap: 30px;
    grid-template-areas: 
            "director"
            "logo"
            "text";
    grid-template-columns: 1fr;
    padding: 40px 30px;
}.local_about_this .local_learn_academy {
    padding-bottom: 30px;
    padding-right: 0;
    border-bottom: 1px solid rgba(rgb(150,199,181), 0.2);
}.local_about_this .local_learn_legacy {
    border-bottom: 1px solid rgba(rgb(150,199,181), 0.2);
    padding-left: 0;
    padding-bottom: 30px;
    border-left: none;
}.local_about_this .local_text_column_wrap {
    border-top: none;
    padding-top: 0;
}
}

@media screen and (max-width: 767px) {.local_about_this {
    padding: 60px 0;
}.local_about_this .local_skill_philo {
    padding: 30px 20px;
    gap: 25px;
}.local_about_this .local_learn_academy {
    align-items: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}.local_about_this .local_learn_experts::after {
    left: 50%;
    transform: translateX(-50%);
}.local_about_this .local_learn_experts:hover::after {
    width: 60px;
}.local_about_this .local_learn_legacy {
    justify-content: center;
}.local_about_this .local_text_column_wrap {
    text-align: center;
}.local_about_this h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media screen and (max-width: 480px) {.local_about_this {
    padding: 40px 0;
}.local_about_this .local_skill_philo {
    padding: 25px 15px;
    gap: 20px;
}.local_about_this .local_learn_academy .local_img_stack {
    width: 150px;
    height: 180px;
}.local_about_this .local_learn_experts {
    font-size: calc(18px * 0.9);
}.local_about_this .local_guide_approach {
    font-size: calc(14px * 0.9);
}.local_about_this .local_learn_legacy svg {
    width: 50px;
    margin-right: 15px;
    height: 50px;
}.local_about_this h2 {
    margin-bottom: 20px;
    font-size: calc(32px * 0.8);
}.local_about_this p {
    font-size: calc(14px * 0.9);
}}.local_sign_up_now {
    position: relative;
    z-index: 1;
    background: linear-gradient(125deg, rgb(100,166,150) 0%, rgb(150,199,181) 100%);
    overflow: hidden;
    padding: 120px 0;
}.local_sign_up_now::before {
    position: absolute;
    top: 0;
    left: 0;
    animation: rotatePortal 20s linear infinite;
    height: 100%;
    opacity: 0.05;
    width: 100%;
    content: '';
    z-index: -1;
    background: repeating-conic-gradient(
        from 0deg at 50% 50%,
        rgb(150,199,181,0.5) 0deg,
        transparent 5deg,
        transparent 55deg,
        rgb(150,199,181,0.5) 60deg
    );
}.local_sign_up_now::after {
    opacity: 0.1;
    height: 200%;
    position: absolute;
    width: 200%;
    z-index: -2;
    animation: rotatePortalReverse 30s linear infinite;
    top: -50%;
    content: '';
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(100,166,150) 0deg,
        rgb(150,199,181) 120deg,
        rgb(100,166,150) 240deg,
        rgb(150,199,181) 360deg
    );
    left: -50%;
}.local_sign_up_now .local_skill_philo {
    justify-content: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 2;
    overflow: hidden;
    padding: 60px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 1000px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}.local_sign_up_now .local_skill_philo::before {
    filter: blur(20px);
    bottom: -10px;
    position: absolute;
    animation: gradientFlow 8s ease infinite;
    z-index: -1;
    background: linear-gradient(45deg, 
        rgb(150,199,181,0.5), 
        rgb(100,166,150,0.5), 
        rgb(150,199,181,0.5)
    );
    content: '';
    right: -10px;
    left: -10px;
    opacity: 0.2;
    top: -10px;
}.local_sign_up_now .local_skill_philo::after {
    left: 0;
    content: '';
    background-size: 40px 40px;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: 
        linear-gradient(0deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%),
        linear-gradient(90deg, 
            transparent 49.5%, 
            rgba(255, 255, 255, 0.1) 50%, 
            transparent 50.5%);
    animation: gridScale 15s ease infinite;
    height: 100%;
    opacity: 0.2;
}.local_sign_up_now h3 {
    font-size: 36px;
    text-shadow: 0 0 10px #ffffff;
    text-transform: uppercase;
    text-align: center;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 60px;
}.local_sign_up_now h3::before {
    width: 100%;
    left: 0;
    filter: blur(15px);
    z-index: -1;
    height: 100%;
    top: 0;
    opacity: 0.1;
    content: '';
    animation: pulseGlow 4s ease-in-out infinite;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    position: absolute;
}.local_sign_up_now h3::after {
    bottom: -80px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    box-shadow: 0 0 20px #ffffff;
    content: '';
    position: absolute;
    animation: pulseCircle 4s ease-in-out infinite;
    height: 60px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    opacity: 0.1;
}.local_sign_up_now .local_edu_guide {
    padding: 20px 55px;
    letter-spacing: 3px;
    font-size: 19px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.15),
        0 0 15px #ffffff;
    text-decoration: none;
    transition: all 0.4s ease;
    overflow: hidden;
    background: #ffffff;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    font-weight: 700;
    margin-top: 30px;
    border-radius: 25px;
    z-index: 1;
    color: rgb(150,199,181);
    font-family: Arial, sans-serif;
}.local_sign_up_now .local_edu_guide::before {
    top: 0;
    opacity: 0;
    position: absolute;
    content: '';
    height: 100%;
    z-index: -1;
    width: 100%;
    background: radial-gradient(
        circle at center,
        #ffffff 0%,
        transparent 70%
    );
    left: 0;
    transition: opacity 0.4s ease;
}.local_sign_up_now .local_edu_guide::after {
    transform: translateX(-50%) rotate(20deg);
    left: 50%;
    content: '';
    top: -100%;
    z-index: -1;
    background: linear-gradient(
        to bottom,
        transparent,
        #ffffff,
        transparent
    );
    width: 15px;
    transition: all 0.6s ease;
    opacity: 0;
    position: absolute;
    height: 300%;
}.local_sign_up_now .local_edu_guide:hover {
    transform: translateY(-5px) scale(1.05);
    color: rgb(150,199,181);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 30px #ffffff;
}.local_sign_up_now .local_edu_guide:hover::before {
    animation: pulseGlow 2s ease-in-out infinite;
    opacity: 0.5;
}.local_sign_up_now .local_edu_guide:hover::after {
    opacity: 0.6;
    animation: lightBeam 1.5s ease-in-out;
}

@media screen and (max-width: 992px) {.local_sign_up_now {
    padding: 100px 0;
}.local_sign_up_now .local_skill_philo {
    padding: 50px 30px;
    max-width: 90%;
}.local_sign_up_now h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 50px;
}.local_sign_up_now h3::after {
    width: 50px;
    height: 50px;
    bottom: -70px;
}.local_sign_up_now .local_edu_guide {
    padding: 18px 50px;
    margin-top: 25px;
}
}

@media screen and (max-width: 768px) {.local_sign_up_now {
    padding: 80px 0;
}.local_sign_up_now .local_skill_philo {
    padding: 40px 25px;
}.local_sign_up_now h3 {
    margin-bottom: 45px;
    font-size: calc(36px * 0.8);
    letter-spacing: 3px;
}.local_sign_up_now h3::after {
    bottom: -60px;
    width: 40px;
    height: 40px;
}.local_sign_up_now .local_edu_guide {
    font-size: calc(19px * 0.95);
    margin-top: 20px;
    letter-spacing: 2px;
    padding: 16px 45px;
}
}

@media screen and (max-width: 576px) {.local_sign_up_now {
    padding: 60px 0;
}.local_sign_up_now .local_skill_philo {
    padding: 30px 20px;
}.local_sign_up_now h3 {
    letter-spacing: 2px;
    font-size: calc(36px * 0.7);
    margin-bottom: 40px;
}.local_sign_up_now h3::after {
    width: 30px;
    height: 30px;
    bottom: -50px;
}.local_sign_up_now .local_edu_guide {
    letter-spacing: 1px;
    margin-top: 15px;
    padding: 14px 35px;
    font-size: calc(19px * 0.9);
}}

@keyframes rotatePortal {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.05);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

@keyframes rotatePortalReverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gridScale {
    0% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
    50% {
        background-size: 45px 45px;
        opacity: 0.2;
    }
    100% {
        background-size: 40px 40px;
        opacity: 0.1;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        filter: blur(15px);
    }
    50% {
        opacity: 0.2;
        filter: blur(20px);
    }
    100% {
        opacity: 0.1;
        filter: blur(15px);
    }
}

@keyframes pulseCircle {
    0% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translateX(-50%) scale(1);
        opacity: 0.1;
    }
}

@keyframes lightBeam {
    0% {
        opacity: 0;
        transform: translateX(-50%) rotate(20deg);
    }
    25% {
        opacity: 0.6;
    }
    100% {
        opacity: 0;
        transform: translateX(300%) rotate(20deg);
    }
}.local_instructional_approach {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(199,228,215) 0%, rgba(rgb(150,199,181,0.5), 0.08) 100%);
    overflow: hidden;
}.local_instructional_approach::before {
    width: 100%;
    z-index: 1;
    top: 0;
    background: 
        radial-gradient(circle at 10% 30%, rgba(rgb(150,199,181,0.5), 0.1) 0%, transparent 50%),
        radial-gradient(circle at 90% 70%, rgba(rgb(100,166,150,0.5), 0.05) 0%, transparent 40%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
}.local_instructional_approach::after {
    content: "";
    height: 300px;
    width: 300px;
    background: linear-gradient(225deg, rgba(rgb(150,199,181,0.5), 0.1), transparent);
    top: -5%;
    position: absolute;
    right: -5%;
    z-index: 0;
    transform: rotate(15deg) translateZ(0);
    filter: blur(20px);
}.local_instructional_approach .container.local_skill_philo {
    padding: 0 25px;
    margin: 0 auto;
    position: relative;
    transform-style: preserve-3d;
    z-index: 2;
    max-width: 1200px;
    perspective: 1000px;
}.local_instructional_approach .container.local_skill_philo > div {
    box-shadow: 
        0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    transform: translateZ(0) rotateX(2deg);
    overflow: hidden;
    border-left: 5px solid rgb(150,199,181);
    background: #ffffff;
    padding: 40px;
    transition: transform 0.5s cubic-bezier(0.2, 0.85, 0.4, 1), 
                box-shadow 0.5s cubic-bezier(0.2, 0.85, 0.4, 1);
}.local_instructional_approach .container.local_skill_philo > div:hover {
    box-shadow: 
        0 30px 60px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
    transform: translateZ(20px) rotateX(0);
}.local_instructional_approach h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
    transform: translateZ(10px);
    font-size: 34px;
}.local_instructional_approach h3::after {
    width: 80px;
    transition: width 0.4s ease-out;
    position: absolute;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(150,199,181), rgba(rgb(150,199,181,0.5), 0.5));
    height: 4px;
    bottom: -12px;
    content: "";
}.local_instructional_approach .container.local_skill_philo > div:hover h3::after {
    width: 120px;
}.local_instructional_approach p {
    margin-bottom: 0;
    font-size: 13px;
    position: relative;
    color: #000000;
    transform: translateZ(5px);
    line-height: 1.7;
}.local_instructional_approach p span {
    position: relative;
    display: block;
    transition: transform 0.3s ease;
}.local_instructional_approach p span::before {
    height: 60px;
    border-radius: 50%;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                opacity 0.6s ease;
    opacity: 0;
    right: -20px;
    background: rgba(rgb(150,199,181,0.5), 0.05);
    position: absolute;
    width: 60px;
    transform: scale(0);
    content: "";
    top: -20px;
}.local_instructional_approach .container.local_skill_philo > div:hover p span::before {
    transform: scale(1);
    opacity: 1;
}.local_instructional_approach .container.local_skill_philo::before {
    left: 20px;
    opacity: 0.15;
    z-index: -1;
    height: 100px;
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    width: 100px;
    background: linear-gradient(-45deg, rgb(150,199,181) 0%, rgba(rgb(150,199,181,0.5), 0.6) 100%);
    position: absolute;
    content: "";
    transform: rotate(15deg) translateZ(-10px);
    top: -30px;
}.local_instructional_approach .container.local_skill_philo::after {
    right: 40px;
    background: linear-gradient(45deg, rgb(100,166,150) 0%, rgba(rgb(100,166,150,0.5), 0.6) 100%);
    content: "";
    z-index: -1;
    transform: rotate(-10deg) translateZ(-20px);
    width: 120px;
    bottom: -40px;
    opacity: 0.08;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    position: absolute;
    height: 120px;
}

@media (max-width: 991px) {.local_instructional_approach {
    padding: 80px 0;
}.local_instructional_approach .container.local_skill_philo > div {
    padding: 30px;
}.local_instructional_approach h3 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 767px) {.local_instructional_approach {
    padding: 60px 0;
}.local_instructional_approach .container.local_skill_philo {
    padding: 0 15px;
}.local_instructional_approach .container.local_skill_philo > div {
    transform: translateZ(0) rotateX(0);
    padding: 25px;
}.local_instructional_approach h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.8);
}.local_instructional_approach h3::after {
    height: 3px;
    width: 60px;
}.local_instructional_approach p {
    font-size: calc(13px * 0.95);
}.local_instructional_approach .container.local_skill_philo::before,
    .local_instructional_approach .container.local_skill_philo::after {
    height: 80px;
    width: 80px;
}
}

@media (max-width: 576px) {.local_instructional_approach {
    padding: 50px 0;
}.local_instructional_approach .container.local_skill_philo > div {
    padding: 20px;
    border-left-width: 3px;
}.local_instructional_approach h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 20px;
}.local_instructional_approach p {
    line-height: 1.6;
    font-size: calc(13px * 0.9);
}.local_instructional_approach .container.local_skill_philo::before,
    .local_instructional_approach .container.local_skill_philo::after {
    display: none;
}
}

@media (hover: none) {.local_instructional_approach .container.local_skill_philo > div,
    .local_instructional_approach .container.local_skill_philo > div:hover {
    transform: none;
    box-shadow: 0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.local_instructional_approach h3::after,
    .local_instructional_approach .container.local_skill_philo > div:hover h3::after {
    width: 70px;
}.local_instructional_approach p span::before {
    display: none;
}}.local_educational_yield {
    position: relative;
    background: rgb(199,228,215);
    background-size: 60px 60px;
    padding: 100px 0;
    overflow: hidden;
    background-image: 
        linear-gradient(135deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255,255,255,0.03) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255,255,255,0.03) 25%, transparent 25%);
    font-family: Arial, sans-serif;
}.local_educational_yield::before {
    z-index: 0;
    height: 300px;
    transform: translateZ(0);
    opacity: 0.6;
    content: "";
    filter: blur(80px);
    background: linear-gradient(145deg, rgb(150,199,181,0.5), rgb(100,166,150,0.5));
    top: -10%;
    position: absolute;
    width: 300px;
    right: -10%;
}.local_educational_yield::after {
    height: 400px;
    content: "";
    position: absolute;
    filter: blur(100px);
    bottom: -10%;
    left: -10%;
    transform: translateZ(0);
    width: 400px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(100,166,150,0.5), rgb(150,199,181,0.5));
    opacity: 0.5;
}.local_educational_yield .container {
    gap: 60px;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    max-width: 1200px;
    position: relative;
    flex-direction: column;
}.local_educational_yield .local_img_stack {
    border-radius: 5px;
    transition: all 0.5s cubic-bezier(0.33, 1, 0.68, 1);
    max-height: 500px;
    width: 100%;
    box-shadow: 
        15px 15px 30px rgba(0,0,0,0.1),
        -15px -15px 30px rgba(255,255,255,0.7),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    height: auto;
    object-fit: cover;
}.local_educational_yield .local_img_stack:hover {
    box-shadow: 
        20px 20px 40px rgba(0,0,0,0.15),
        -20px -20px 40px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.1),
        inset 0 0 0 rgba(255,255,255,0.7);
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.local_educational_yield .local_skill_philo {
    padding: 40px;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 5px;
    transform: translateZ(0);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.85));
    box-shadow: 
        10px 10px 20px rgba(0,0,0,0.05),
        -10px -10px 20px rgba(255,255,255,0.9),
        inset 2px 2px 3px rgba(255,255,255,0.9),
        inset -2px -2px 3px rgba(0,0,0,0.05);
}.local_educational_yield .local_text_column_wrap {
    position: relative;
}.local_educational_yield h1 {
    position: relative;
    color: #000000;
    margin-bottom: 30px;
    font-size: 39px;
    font-weight: 700;
    line-height: 1.3;
    transform: translateY(0);
    transition: transform 0.4s ease-out;
}.local_educational_yield h1::after {
    content: "";
    transition: width 0.4s ease-out;
    position: absolute;
    left: 0;
    width: 120px;
    bottom: -10px;
    transform-origin: left center;
    height: 4px;
    background: linear-gradient(90deg, rgb(150,199,181), rgb(100,166,150));
    border-radius: 2px;
}.local_educational_yield .local_skill_philo:hover h1 {
    transform: translateY(-5px);
}.local_educational_yield .local_skill_philo:hover h1::after {
    width: 180px;
}.local_educational_yield ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 0;
    list-style: none;
    display: grid;
    gap: 20px;
    padding: 0;
}.local_educational_yield li {
    transition: all 0.3s ease;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 4px;
    transform: translateZ(0);
    position: relative;
    padding: 20px;
    box-shadow: 
        5px 5px 10px rgba(0,0,0,0.03),
        -5px -5px 10px rgba(255,255,255,0.8),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.local_educational_yield li:hover {
    transform: translateY(-5px);
    box-shadow: 
        8px 8px 16px rgba(0,0,0,0.05),
        -8px -8px 16px rgba(255,255,255,0.9),
        inset 0 0 0 rgba(0,0,0,0.03),
        inset 0 0 0 rgba(255,255,255,0.8);
}.local_educational_yield li p {
    display: flex;
    line-height: 1.6;
    color: #000000;
    align-items: flex-start;
    font-size: 18px;
    gap: 15px;
    margin: 0;
}.local_educational_yield svg {
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.1));
    transition: transform 0.3s ease, filter 0.3s ease;
    transform: scale(0.9);
    flex-shrink: 0;
    margin-top: 2px;
}.local_educational_yield li:hover svg {
    filter: drop-shadow(3px 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1);
}.local_educational_yield svg path {
    transition: fill 0.3s ease;
}.local_educational_yield li:hover svg path {
    fill: rgb(150,199,181);
}

@media (min-width: 992px) {.local_educational_yield .container {
    align-items: center;
    flex-direction: row;
}.local_educational_yield .local_img_stack {
    max-height: 600px;
    width: 45%;
    height: auto;
}.local_educational_yield .local_skill_philo {
    width: 55%;
    margin-left: -50px;
}.local_educational_yield ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.local_educational_yield {
    padding: 80px 0;
}.local_educational_yield .container {
    padding: 0 20px;
}.local_educational_yield .local_skill_philo {
    padding: 30px;
}.local_educational_yield h1 {
    font-size: calc(39px * 0.85);
}.local_educational_yield ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {.local_educational_yield {
    padding: 60px 0;
}.local_educational_yield .local_img_stack {
    max-height: 350px;
}.local_educational_yield .local_skill_philo {
    padding: 25px;
}.local_educational_yield h1 {
    font-size: calc(39px * 0.7);
}.local_educational_yield li {
    padding: 15px;
}.local_educational_yield li p {
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.local_educational_yield {
    padding: 40px 0;
}.local_educational_yield .container {
    gap: 30px;
}.local_educational_yield .local_img_stack {
    max-height: 250px;
}.local_educational_yield .local_skill_philo {
    padding: 20px;
}.local_educational_yield h1 {
    margin-bottom: 20px;
    font-size: calc(39px * 0.6);
}.local_educational_yield h1::after {
    width: 80px;
    height: 3px;
}.local_educational_yield li {
    padding: 12px;
}.local_educational_yield svg {
    transform: scale(0.8);
}}.local_thanksWeb {
    background: linear-gradient(135deg, rgb(199,228,215) 0%, rgba(255,255,255,0.95) 100%);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.local_thanksWeb::before {
    content: "";
    animation: ambientGlow 15s infinite alternate ease-in-out;
    background: 
        radial-gradient(circle at 10% 10%, rgb(150,199,181,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 90%, rgb(100,166,150,0.5) 0%, transparent 50%);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: 0;
}.local_thanksWeb::after {
    z-index: 1;
    content: "";
    bottom: 0;
    left: 0;
    height: 3px;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(150,199,181), rgb(100,166,150), transparent);
}.local_thanksWeb .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.local_thanksWeb h2 {
    color: #000000;
    font-size: 34px;
    animation: fadeUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
    font-weight: 700;
    transform: translateY(20px);
    position: relative;
    text-align: center;
    margin-bottom: 40px;
}.local_thanksWeb h2::after {
    bottom: -15px;
    left: 50%;
    width: 80px;
    content: "";
    background: linear-gradient(90deg, rgb(150,199,181), rgb(100,166,150));
    position: absolute;
    height: 3px;
    transform: translateX(-50%);
}.local_thanksWeb .local_skill_philo {
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 
                0 5px 15px rgba(0,0,0,0.05);
    border-radius: 25px;
    position: relative;
    opacity: 0;
    background: #ffffff;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transform: translateY(30px);
    padding: 40px;
    animation: fadeUp 0.8s 0.4s forwards ease-out;
}.local_thanksWeb .local_skill_philo::before {
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(150,199,181), rgb(100,166,150));
    height: 100%;
    top: 0;
    position: absolute;
    width: 5px;
}.local_thanksWeb .local_skill_philo::after {
    background: linear-gradient(135deg, transparent 0%, rgba(245,247,250,0.6) 100%);
    height: 100%;
    content: "";
    width: 40%;
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 1;
}.local_thanksWeb .local_skill_philo:hover {
    box-shadow: 0 18px 35px rgba(0,0,0,0.1), 
                0 8px 20px rgba(0,0,0,0.07);
    transform: translateY(27px);
}.local_thanksWeb ul {
    margin: 0;
    z-index: 2;
    padding: 0;
    position: relative;
    list-style: none;
}.local_thanksWeb li {
    padding-left: 25px;
    position: relative;
}.local_thanksWeb li::before {
    background: rgb(150,199,181);
    top: 10px;
    height: 8px;
    position: absolute;
    content: "";
    border-radius: 50%;
    animation: scaleIn 0.4s 0.8s forwards ease-out;
    left: 0;
    width: 8px;
    transform: scale(0);
}.local_thanksWeb span {
    position: relative;
    animation: fadeIn 0.8s 0.6s forwards ease-out;
    color: #000000;
    transform: translateX(20px);
    font-size: 14px;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    opacity: 0;
}.local_thanksWeb span::after {
    bottom: -15px;
    background: linear-gradient(90deg, rgb(150,199,181,0.5), transparent);
    animation: lineExpand 1.2s 1s forwards ease-in-out;
    position: absolute;
    height: 1px;
    width: 0;
    content: "";
    left: 0;
}

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

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

@keyframes scaleIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes lineExpand {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes ambientGlow {
    0% {
        opacity: 0.05;
        background-position: 0% 0%, 100% 100%;
    }
    50% {
        opacity: 0.15;
    }
    100% {
        opacity: 0.05;
        background-position: 5% 5%, 95% 95%;
    }
}

@media (max-width: 991px) {.local_thanksWeb {
    padding: 90px 0;
}.local_thanksWeb h2 {
    margin-bottom: 35px;
    font-size: calc(34px * 0.9);
}.local_thanksWeb .local_skill_philo {
    padding: 35px;
}.local_thanksWeb .local_skill_philo::after {
    width: 30%;
}
}

@media (max-width: 767px) {.local_thanksWeb {
    padding: 70px 0;
}.local_thanksWeb h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.8);
}.local_thanksWeb h2::after {
    width: 60px;
    bottom: -12px;
}.local_thanksWeb .local_skill_philo {
    padding: 30px 25px;
}.local_thanksWeb .local_skill_philo::after {
    display: none;
}.local_thanksWeb span {
    font-size: calc(14px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.local_thanksWeb {
    padding: 50px 0;
}.local_thanksWeb h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.local_thanksWeb .local_skill_philo {
    border-radius: 10px;
    padding: 25px 20px;
}.local_thanksWeb li {
    padding-left: 20px;
}.local_thanksWeb li::before {
    width: 6px;
    height: 6px;
    top: 8px;
}.local_thanksWeb span {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.local_course_fit_for {
    overflow: hidden;
    background-color: rgb(199,228,215);
    z-index: 1;
    position: relative;
    padding: 6rem 0;
}.local_course_fit_for::before {
    height: 100%;
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    left: 0;
    z-index: -1;
}.local_course_fit_for::after {
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(150,199,181,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(100,166,150,0.5), 0.1) 0%, transparent 40%);
    left: 0;
    content: "";
    height: 100%;
    position: absolute;
    animation: cloudMove 25s infinite alternate ease-in-out;
    top: 0;
    z-index: -1;
    width: 100%;
}.local_course_fit_for .local_skill_philo {
    flex-direction: column;
    max-width: 1100px;
    align-items: center;
    display: flex;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.local_course_fit_for h3 {
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
    opacity: 0.9;
    color: rgb(150,199,181);
    margin-bottom: 4rem;
    position: relative;
    font-size: 41px;
}.local_course_fit_for h3::after {
    opacity: 0.6;
    left: 50%;
    width: 50px;
    background: rgb(150,199,181);
    transform: translateX(-50%);
    content: "";
    height: 2px;
    bottom: -15px;
    position: absolute;
}.local_course_fit_for ul {
    width: 100%;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    display: grid;
    margin: 0;
    gap: 2rem;
    list-style: none;
    padding: 0;
}.local_course_fit_for li {
    padding: 2rem;
    border: 1px solid rgba(#ffffff, 0.1);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    text-align: center;
    border-radius: 18px;
    display: flex;
    background: rgba(#ffffff, 0.08);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    overflow: hidden;
    align-items: center;
    flex-direction: column;
    position: relative;
}.local_course_fit_for li::before {
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
}.local_course_fit_for li:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
    border-color: rgba(rgb(150,199,181,0.5), 0.2);
}.local_course_fit_for li:hover::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        rgb(150,199,181) 0%,
        rgb(100,166,150) 100%
    );
    height: 4px;
    content: "";
    left: 0;
}.local_course_fit_for li svg {
    fill: rgb(100,166,150);
    opacity: 0.9;
    width: 50px;
    height: 50px;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
}.local_course_fit_for li svg path {
    transition: fill 0.5s ease;
    fill: rgb(100,166,150);
}.local_course_fit_for li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.local_course_fit_for li:hover svg path {
    fill: rgb(150,199,181);
}.local_course_fit_for li {
    font-size: 15px;
    font-weight: 400;
    color: #000000;
    line-height: 1.6;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.local_course_fit_for ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.local_course_fit_for {
    padding: 5rem 0;
}.local_course_fit_for h3 {
    margin-bottom: 3.5rem;
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.local_course_fit_for {
    padding: 4rem 0;
}.local_course_fit_for .local_skill_philo {
    padding: 0 1.5rem;
}.local_course_fit_for h3 {
    font-size: calc(41px * 0.8);
    margin-bottom: 3rem;
}.local_course_fit_for ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.local_course_fit_for li {
    padding: 1.5rem;
}.local_course_fit_for li svg {
    height: 45px;
    margin-bottom: 1.2rem;
    width: 45px;
}
}

@media (max-width: 480px) {.local_course_fit_for {
    padding: 3rem 0;
}.local_course_fit_for .local_skill_philo {
    padding: 0 1rem;
}.local_course_fit_for h3 {
    font-size: calc(41px * 0.7);
    margin-bottom: 2.5rem;
}.local_course_fit_for li {
    padding: 1.25rem;
}.local_course_fit_for li svg {
    margin-bottom: 1rem;
    width: 40px;
    height: 40px;
}}.local_primary_page {
    justify-content: center;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 80px 20px;
    width: 100%;
    position: relative;
    background-color: rgb(199,228,215);
}.local_primary_page > div {
    max-width: 1200px;
    width: 100%;
    position: relative;
    z-index: 1;
}.local_primary_page .local_knowledge_pro {
    position: relative;
    margin-bottom: 30px;
    transform: translateZ(20px);
    perspective: 1000px;
}.local_primary_page .local_edu_page {
    animation: titleFloat 6s ease-in-out infinite;
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    transform-style: preserve-3d;
    position: relative;
    color: rgb(150,199,181);
}.local_primary_page .local_edu_page::before {
    height: 4px;
    bottom: -10px;
    content: "";
    background: linear-gradient(90deg, rgb(150,199,181), rgb(100,166,150));
    left: 0;
    width: 60px;
    position: absolute;
    transform: translateZ(-5px);
}.local_primary_page .local_edu_page::after {
    background: linear-gradient(to bottom, rgb(150,199,181,0.5), transparent);
    width: 100%;
    filter: blur(10px);
    left: 0;
    height: 20px;
    position: absolute;
    bottom: -20px;
    opacity: 0.5;
    content: "";
    transform: translateZ(-10px);
}.local_primary_page .local_edu_begin {
    width: 100%;
    transform-style: preserve-3d;
    transform: perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    transition: transform 0.5s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.local_primary_page .local_edu_begin::before {
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(150,199,181,0.5), rgba(0, 0, 0, 0.5));
    position: absolute;
    opacity: 0.85;
    left: 0;
    width: 100%;
    top: 0;
    content: "";
}.local_primary_page .local_edu_begin:hover {
    transform: perspective(1000px) rotateX(0deg);
}.local_primary_page .local_edu_begin > div {
    color: #ffffff;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
    padding: 60px 40px;
    backdrop-filter: blur(5px);
}.local_primary_page .local_edu_begin p {
    margin-bottom: 30px;
    transform: translateZ(10px);
    font-size: calc(12px * 1.2);
    line-height: 1.6;
    opacity: 0;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    animation: fadeUp 0.6s ease-out 0.3s forwards;
}.local_primary_page .local_edu_begin h3 {
    animation: fadeUp 0.6s ease-out 0.6s forwards;
    font-weight: 600;
    line-height: 1.4;
    font-size: 29px;
    transform: translateZ(15px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    opacity: 0;
    position: relative;
}

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

@keyframes titleFloat {
  0%, 100% {
    transform: translateY(0) translateZ(20px);
  }
  50% {
    transform: translateY(-10px) translateZ(20px);
  }
}

@media (max-width: 1024px) {.local_primary_page {
    padding: 60px 20px;
}.local_primary_page .local_edu_page {
    font-size: calc(38px * 0.9);
}.local_primary_page .local_edu_begin > div {
    padding: 50px 30px;
}.local_primary_page .local_edu_begin h3 {
    font-size: calc(29px * 0.9);
}
}

@media (max-width: 768px) {.local_primary_page {
    padding: 50px 15px;
}.local_primary_page .local_edu_page {
    font-size: calc(38px * 0.8);
}.local_primary_page .local_edu_begin {
    transform: perspective(1000px) rotateX(1deg);
}.local_primary_page .local_edu_begin > div {
    padding: 40px 25px;
}.local_primary_page .local_edu_begin p {
    font-size: 12px;
    margin-bottom: 20px;
}.local_primary_page .local_edu_begin h3 {
    font-size: calc(29px * 0.8);
}
}

@media (max-width: 480px) {.local_primary_page {
    padding: 40px 10px;
    min-height: 85vh;
}.local_primary_page .local_edu_page {
    font-size: calc(38px * 0.7);
}.local_primary_page .local_edu_begin {
    transform: none;
}.local_primary_page .local_edu_begin > div {
    padding: 30px 20px;
}.local_primary_page .local_edu_begin p {
    margin-bottom: 15px;
    font-size: calc(12px * 0.9);
}.local_primary_page .local_edu_begin h3 {
    font-size: calc(29px * 0.7);
}.local_primary_page .local_edu_page::before {
    height: 3px;
    width: 40px;
}}.local_get_in_touchyWQk {
    background: linear-gradient(145deg, rgb(199,228,215) 0%, rgba(9, 19, 32, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.local_get_in_touchyWQk::before {
    left: 0;
    animation: gridMove 20s linear infinite;
    content: "";
    height: 100%;
    opacity: 0.05;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(150,199,181,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(150,199,181,0.5) 11px
    );
    pointer-events: none;
    top: 0;
    position: absolute;
}.local_get_in_touchyWQk::after {
    animation: pulseGlow 15s ease-in-out infinite;
    height: 200%;
    left: -50%;
    pointer-events: none;
    position: absolute;
    content: "";
    width: 200%;
    top: -50%;
    opacity: 0.1;
    background: radial-gradient(circle, rgb(150,199,181,0.5) 0%, transparent 60%);
}.local_get_in_touchyWQk .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.local_get_in_touchyWQk h2 {
    font-size: 38px;
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 60px;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.local_get_in_touchyWQk h2::after {
    left: 50%;
    bottom: 0;
    width: 80px;
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(to right, transparent, rgb(150,199,181), transparent);
}.local_get_in_touchyWQk .local_support_grid {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    overflow: hidden;
    border-radius: 17px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
}.local_get_in_touchyWQk .local_support_grid::before {
    left: 0;
    opacity: 0.03;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom right, rgb(150,199,181,0.5), transparent);
    height: 100%;
    pointer-events: none;
    position: absolute;
    content: "";
}.local_get_in_touchyWQk .local_img_stack {
    transition: transform 0.6s ease;
    flex: 1;
    transform: scale(1.01);
    min-height: 500px;
    position: relative;
}.local_get_in_touchyWQk .local_img_stack::after {
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
}.local_get_in_touchyWQk .local_message_list {
    position: relative;
    padding: 50px;
    flex: 1;
}.local_get_in_touchyWQk .local_message_list::before {
    border-top: 2px solid rgb(150,199,181,0.5);
    height: 50px;
    position: absolute;
    border-right: 2px solid rgb(150,199,181,0.5);
    width: 50px;
    right: 20px;
    opacity: 0.7;
    content: "";
    top: 20px;
}.local_get_in_touchyWQk .local_message_list::after {
    border-left: 2px solid rgb(150,199,181,0.5);
    height: 50px;
    border-bottom: 2px solid rgb(150,199,181,0.5);
    width: 50px;
    bottom: 20px;
    content: "";
    left: 20px;
    position: absolute;
    opacity: 0.7;
}.local_get_in_touchyWQk form {
    width: 100%;
}.local_get_in_touchyWQk form h3 {
    font-size: 23px;
    color: #ffffff;
    padding-left: 15px;
    font-family: Arial, sans-serif;
    font-weight: 600;
    margin-bottom: 30px;
    position: relative;
}.local_get_in_touchyWQk form h3::before {
    content: "";
    transform: translateY(-50%);
    background: rgb(150,199,181);
    left: 0;
    border-radius: 10px;
    position: absolute;
    height: 25px;
    width: 5px;
    top: 50%;
}.local_get_in_touchyWQk form input[type="text"] {
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 20px;
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.local_get_in_touchyWQk form input[type="text"]:focus {
    border-color: rgb(150,199,181);
    outline: none;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(150,199,181), 0.2);
}.local_get_in_touchyWQk form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.local_get_in_touchyWQk .local_reach_box {
    align-items: flex-start;
    position: relative;
    margin-bottom: 30px;
    display: flex;
}.local_get_in_touchyWQk .local_reach_box input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.local_get_in_touchyWQk .local_reach_box label {
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 35px;
    font-size: 16px;
}.local_get_in_touchyWQk .local_reach_box label::before {
    border-radius: 10px;
    position: absolute;
    transition: all 0.3s ease;
    width: 22px;
    height: 22px;
    left: 0;
    content: "";
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 2px;
}.local_get_in_touchyWQk .local_reach_box input[type="checkbox"]:checked + label::before {
    border-color: rgb(150,199,181);
    background: rgb(150,199,181);
}.local_get_in_touchyWQk .local_reach_box input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    width: 8px;
    left: 7px;
    position: absolute;
    content: "";
    height: 4px;
    transform: rotate(-45deg);
    top: 11px;
    border-bottom: 2px solid #ffffff;
}.local_get_in_touchyWQk .local_reach_box label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(150,199,181);
}.local_get_in_touchyWQk .local_reach_box label a:hover {
    text-decoration: underline;
}.local_get_in_touchyWQk form .local_connect_box {
    border-radius: 10px;
    padding: 15px 35px;
    display: inline-block;
    overflow: hidden;
    z-index: 1;
    border: none;
    position: relative;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, rgb(150,199,181), rgb(100,166,150));
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.4s ease;
}.local_get_in_touchyWQk form .local_connect_box::before {
    left: -100%;
    z-index: -1;
    position: absolute;
    content: "";
    transition: all 0.4s ease;
    width: 100%;
    background: linear-gradient(45deg, rgb(100,166,150), rgb(150,199,181));
    top: 0;
    height: 100%;
}.local_get_in_touchyWQk form .local_connect_box:hover::before {
    left: 0;
}.local_get_in_touchyWQk form .local_connect_box:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px);
}.local_get_in_touchyWQk svg {
    margin-right: 15px;
    fill: rgb(150,199,181);
    width: 24px;
    height: 24px;
}.local_get_in_touchyWQk svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {.local_get_in_touchyWQk {
    padding: 80px 0;
}.local_get_in_touchyWQk .local_support_grid {
    flex-direction: column;
}.local_get_in_touchyWQk .local_img_stack {
    order: 1;
    min-height: 300px;
}.local_get_in_touchyWQk .local_message_list {
    padding: 40px 30px;
    order: 2;
}
}

@media screen and (max-width: 767px) {.local_get_in_touchyWQk {
    padding: 60px 0;
}.local_get_in_touchyWQk h2 {
    margin-bottom: 40px;
}.local_get_in_touchyWQk .local_img_stack {
    min-height: 200px;
}.local_get_in_touchyWQk .local_message_list {
    padding: 30px 20px;
}.local_get_in_touchyWQk form .local_connect_box {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.local_get_in_touchyWQk {
    padding: 40px 0;
}.local_get_in_touchyWQk h2 {
    font-size: calc(38px * 0.8);
}.local_get_in_touchyWQk form h3 {
    font-size: calc(23px * 0.9);
}.local_get_in_touchyWQk .local_message_list::before,
    .local_get_in_touchyWQk .local_message_list::after {
    width: 30px;
    height: 30px;
}}.local_course_overview {
    padding: 100px 0 120px;
    background: linear-gradient(135deg, rgb(199,228,215) 0%, rgba(245, 247, 250, 1) 100%);
    position: relative;
    overflow: hidden;
}.local_course_overview::before {
    height: 100%;
    position: absolute;
    animation: patternFloat 60s linear infinite;
    background-size: 30px 30px;
    width: 100%;
    top: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgba(rgb(150,199,181,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(150,199,181,0.5), 0.03) 1px, transparent 1px);
    z-index: 0;
    left: 0;
}.local_course_overview::after {
    top: -50%;
    background: linear-gradient(135deg, rgba(rgb(150,199,181,0.5), 0.08) 0%, rgba(rgb(100,166,150,0.5), 0.05) 100%);
    content: "";
    width: 70%;
    z-index: 0;
    position: absolute;
    right: -20%;
    transform: rotate(-15deg);
    height: 200%;
}.local_course_overview .container {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 1;
}.local_course_overview h2 {
    position: relative;
    margin-right: auto;
    color: #000000;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    margin-bottom: 50px;
    margin-left: auto;
    transform: perspective(1000px) rotateX(0deg);
    text-align: center;
    font-size: 35px;
    max-width: 800px;
    font-weight: 700;
    line-height: 1.3;
}.local_course_overview h2::after {
    height: 3px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(150,199,181) 0%, rgb(100,166,150) 100%);
    transition: width 0.3s ease;
    position: absolute;
    left: 50%;
    bottom: -15px;
    width: 80px;
}.local_course_overview h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.local_course_overview h2:hover::after {
    width: 120px;
}.local_course_overview .local_career_learn {
    display: grid;
    perspective: 1000px;
    align-items: center;
    position: relative;
    gap: 40px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr 1.5fr;
}.local_course_overview .local_img_stack {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 500px;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.15);
    position: relative;
    border-radius: 3px;
    transform: translateZ(20px);
    overflow: hidden;
}.local_course_overview .local_img_stack::before {
    width: 100%;
    background: linear-gradient(
        to bottom,
        rgba(rgb(150,199,181,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    opacity: 0.7;
    left: 0;
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    position: absolute;
    transition: opacity 0.3s ease;
}.local_course_overview .local_img_stack:hover {
    transform: translateZ(30px) scale(1.02);
}.local_course_overview .local_img_stack:hover::before {
    opacity: 0.5;
}.local_course_overview .local_text_column_wrap {
    position: relative;
    transform: translateZ(10px);
    scrollbar-color: rgb(150,199,181) rgba(rgb(199,228,215), 0.5);
    padding-right: 15px;
    scrollbar-width: thin;
    max-height: 500px;
    overflow-y: auto;
}.local_course_overview .local_text_column_wrap::-webkit-scrollbar {
    width: 6px;
}.local_course_overview .local_text_column_wrap::-webkit-scrollbar-track {
    background: rgba(rgb(199,228,215), 0.5);
    border-radius: 3px;
}.local_course_overview .local_text_column_wrap::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgb(150,199,181);
}.local_course_overview .description {
    line-height: 1.8;
    position: relative;
    color: #000000;
    font-size: 17px;
    margin-bottom: 24px;
    transition: transform 0.3s ease;
}.local_course_overview .description:first-of-type {
    padding-left: 20px;
    border-left: 3px solid rgb(150,199,181);
    position: relative;
}.local_course_overview .description:last-of-type {
    padding-left: 20px;
    border-left: 3px solid rgb(100,166,150);
    position: relative;
}.local_course_overview .description:first-of-type::before {
    background: linear-gradient(to bottom, rgb(150,199,181), rgb(100,166,150));
    height: 0;
    top: 0;
    position: absolute;
    transition: height 1.5s ease;
    content: "";
    left: -3px;
    width: 3px;
}.local_course_overview .description:first-of-type:hover::before {
    height: 100%;
}

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media screen and (max-width: 992px) {.local_course_overview {
    padding: 80px 0 100px;
}.local_course_overview h2 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.9);
}.local_course_overview .local_career_learn {
    gap: 30px;
    grid-template-columns: 1fr;
}.local_course_overview .local_img_stack {
    order: -1;
    height: 400px;
}.local_course_overview .local_text_column_wrap {
    max-height: 450px;
}
}

@media screen and (max-width: 768px) {.local_course_overview {
    padding: 60px 0 80px;
}.local_course_overview h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 30px;
}.local_course_overview h2::after {
    bottom: -12px;
    width: 60px;
}.local_course_overview .local_img_stack {
    height: 320px;
}.local_course_overview .local_text_column_wrap {
    max-height: 400px;
}.local_course_overview .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.local_course_overview {
    padding: 50px 0 70px;
}.local_course_overview h2 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.7);
}.local_course_overview h2::after {
    width: 50px;
    bottom: -10px;
}.local_course_overview .local_img_stack {
    height: 250px;
}.local_course_overview .local_text_column_wrap {
    max-height: 350px;
}.local_course_overview .description {
    padding-left: 15px;
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}
}

@media (hover: none) {.local_course_overview h2:hover,
    .local_course_overview .local_img_stack:hover {
    transform: none;
}.local_course_overview h2:hover::after {
    width: 80px;
}}.local_teaching_history {
    background: rgb(199,228,215);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
    border-radius: 25px;
}.local_teaching_history::before {
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    content: "";
    background-image: linear-gradient(rgb(150,199,181,0.5) 1px, transparent 1px),
                      linear-gradient(90deg, rgb(150,199,181,0.5) 1px, transparent 1px);
    z-index: 1;
    position: absolute;
    background-size: 20px 20px;
    animation: grid-shift 30s linear infinite;
    left: 0;
}.local_teaching_history .local_feedback_stars {
    display: grid;
    gap: 0;
    grid-template-columns: 45% 55%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 900px;
}.local_teaching_history .local_img_stack {
    transition: filter 0.6s ease;
    height: 100%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    min-height: 400px;
    filter: grayscale(60%);
    z-index: 2;
}.local_teaching_history .local_img_stack::before {
    top: 20px;
    mix-blend-mode: overlay;
    border: 1px solid #ffffff;
    content: "";
    bottom: 20px;
    transition: all 0.5s ease;
    right: 20px;
    transform: scale(0.9);
    position: absolute;
    opacity: 0;
    left: 20px;
    z-index: 3;
}.local_teaching_history .local_feedback_stars:hover .local_img_stack {
    filter: grayscale(0%);
}.local_teaching_history .local_feedback_stars:hover .local_img_stack::before {
    opacity: 0.8;
    transform: scale(1);
}.local_teaching_history .local_exp_achievements {
    z-index: 3;
    display: flex;
    flex-direction: column;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    justify-content: center;
    margin-left: -10%;
    position: relative;
    padding: 2rem 2rem 2rem 4rem;
}.local_teaching_history .local_exp_achievements::before {
    content: "";
    background: linear-gradient(to bottom, rgb(150,199,181), rgb(100,166,150));
    position: absolute;
    width: 10px;
    transition: width 0.3s ease;
    top: 0;
    left: 0;
    height: 100%;
}.local_teaching_history .local_feedback_stars:hover .local_exp_achievements::before {
    width: 15px;
}.local_teaching_history .name {
    transition: all 0.4s ease;
    margin-bottom: 0.8rem;
    color: rgb(150,199,181);
    line-height: 1.1;
    font-size: calc(37px * 1.2);
    font-family: Arial, sans-serif;
    letter-spacing: -1px;
    font-weight: 700;
    transform: translateX(20px);
    opacity: 0.9;
}.local_teaching_history .local_feedback_stars:hover .name {
    opacity: 1;
    transform: translateX(0);
}.local_teaching_history .local_exp_achievements > div:nth-child(2) {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 15px;
    transition: all 0.4s ease 0.1s;
    opacity: 0.7;
    transform: translateX(15px);
    margin-bottom: 2rem;
    color: rgb(100,166,150);
    font-weight: 600;
}.local_teaching_history .local_feedback_stars:hover .local_exp_achievements > div:nth-child(2) {
    transform: translateX(0);
    opacity: 1;
}.local_teaching_history .local_experience_area {
    font-size: 15px;
    opacity: 0.8;
    line-height: 1.8;
    transform: translateX(10px);
    transition: all 0.4s ease 0.2s;
    color: #000000;
    position: relative;
}.local_teaching_history .local_experience_area::first-letter {
    color: rgb(150,199,181);
    font-weight: 700;
    font-size: 1.6em;
}.local_teaching_history .local_feedback_stars:hover .local_experience_area {
    opacity: 1;
    transform: translateX(0);
}

@keyframes grid-shift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@media (max-width: 768px) {.local_teaching_history .local_feedback_stars {
    grid-template-columns: 1fr;
}.local_teaching_history .local_img_stack {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    min-height: 300px;
}.local_teaching_history .local_exp_achievements {
    margin-left: 0;
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    padding: 3rem 2rem 2rem;
    margin-top: -50px;
}}.local_privacy_holdings {
    background: linear-gradient(135deg, rgb(199,228,215) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.local_privacy_holdings::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    top: 0;
    left: 0;
    height: 100%;
}.local_privacy_holdings::after {
    transform: rotate(-15deg);
    top: -50px;
    right: -50px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
    position: absolute;
    content: "";
    height: 180px;
    width: 180px;
    z-index: 0;
}.local_privacy_holdings .container {
    position: relative;
    padding: 0 15px;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 1;
}.local_privacy_holdings h1 {
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-size: 42px;
    display: inline-block;
    color: #000000;
    position: relative;
}.local_privacy_holdings h1::after {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    height: 3px;
    bottom: -12px;
    transform: scaleX(1);
    width: 70px;
    left: 0;
    background: rgb(150,199,181);
}.local_privacy_holdings h2 {
    position: relative;
    font-size: 31px;
    font-weight: 600;
    color: #000000;
    padding-left: 18px;
    margin: 3rem 0 1.5rem;
}.local_privacy_holdings h2::before {
    left: 0;
    content: "";
    position: absolute;
    background: rgb(150,199,181);
    width: 5px;
    height: 60%;
    top: 10px;
    transform: translateY(-50%);
}.local_privacy_holdings h3 {
    margin: 2.5rem 0 1.25rem;
    padding-left: 15px;
    font-weight: 600;
    position: relative;
    color: #000000;
    font-size: calc(31px * 0.8);
}.local_privacy_holdings h3::before {
    transform: translateY(-50%);
    background: rgb(100,166,150);
    height: 50%;
    left: 0;
    width: 3px;
    position: absolute;
    content: "";
    top: 10px;
}.local_privacy_holdings h4 {
    padding-left: 12px;
    margin: 2rem 0 1rem;
    position: relative;
    font-weight: 600;
    font-size: calc(31px * 0.7);
    color: #000000;
}.local_privacy_holdings h4::before {
    height: 40%;
    top: 10px;
    transform: translateY(-50%);
    background: rgba(var(--secondary-color-rgb), 0.7);
    content: "";
    left: 0;
    position: absolute;
    width: 2px;
}.local_privacy_holdings p {
    color: #000000;
    max-width: 90%;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}.local_privacy_holdings span {
    color: #000000;
    line-height: 1.8;
    font-size: 18px;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    padding-left: 1rem;
    margin-bottom: 1.5rem;
    display: block;
}.local_privacy_holdings ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2.5rem;
    position: relative;
}.local_privacy_holdings ul::before {
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
    bottom: 0;
    top: 0;
    left: 0;
    content: "";
}.local_privacy_holdings li {
    padding-left: 1.8rem;
    line-height: 1.7;
    transition: transform 0.3s ease;
    margin-bottom: 1.2rem;
    color: #000000;
    font-size: 18px;
    position: relative;
}.local_privacy_holdings li::before {
    background: rgb(150,199,181);
    position: absolute;
    transition: transform 0.3s ease;
    height: 8px;
    width: 8px;
    left: 0;
    top: 10px;
    transform: translateY(-50%) rotate(45deg);
    content: "";
}.local_privacy_holdings li:hover {
    transform: translateX(5px);
}.local_privacy_holdings li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}.local_privacy_holdings strong {
    font-weight: 600;
    position: relative;
    color: #000000;
    display: inline-block;
}.local_privacy_holdings strong::after {
    content: "";
    left: 0;
    height: 1px;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    width: 100%;
    position: absolute;
    transform-origin: left;
    bottom: -2px;
    background: rgb(150,199,181,0.5);
}.local_privacy_holdings strong:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.local_privacy_holdings {
    padding: 4rem 1.5rem;
}.local_privacy_holdings p {
    max-width: 100%;
}.local_privacy_holdings h1 {
    font-size: calc(42px * 0.9);
}.local_privacy_holdings h2 {
    font-size: calc(31px * 0.9);
}
}

@media (max-width: 767px) {.local_privacy_holdings {
    padding: 3rem 1rem;
}.local_privacy_holdings::after {
    height: 120px;
    width: 120px;
    right: -30px;
    top: -30px;
}.local_privacy_holdings h1 {
    margin-bottom: 2rem;
    font-size: calc(42px * 0.8);
}.local_privacy_holdings h1::after {
    bottom: -8px;
    width: 50px;
}.local_privacy_holdings h2 {
    margin: 2.5rem 0 1.2rem;
    padding-left: 15px;
    font-size: calc(31px * 0.8);
}.local_privacy_holdings h3 {
    padding-left: 12px;
    font-size: calc(31px * 0.7);
}.local_privacy_holdings h4 {
    padding-left: 10px;
    font-size: calc(31px * 0.6);
}.local_privacy_holdings ul {
    padding-left: 1rem;
}.local_privacy_holdings li {
    padding-left: 1.5rem;
}
}

@media (max-width: 575px) {.local_privacy_holdings {
    padding: 2.5rem 0.8rem;
}.local_privacy_holdings h1 {
    font-size: calc(42px * 0.7);
}.local_privacy_holdings h2 {
    padding-left: 12px;
    font-size: calc(31px * 0.7);
}.local_privacy_holdings h3 {
    padding-left: 10px;
    font-size: calc(31px * 0.6);
}.local_privacy_holdings h4 {
    padding-left: 8px;
    font-size: calc(31px * 0.55);
}.local_privacy_holdings p, 
    .local_privacy_holdings span, 
    .local_privacy_holdings li {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.local_privacy_holdings span {
    padding-left: 0.8rem;
}.local_privacy_holdings ul {
    margin: 1.2rem 0 2rem;
}.local_privacy_holdings li {
    margin-bottom: 1rem;
}}footer {
    position: relative;
    width: 100%;
}.local_progress_bar {
    padding: 100px 0 30px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    background-color: rgb(199,228,215);
}.local_progress_bar::before {
    top: 0;
    content: "";
    left: 0;
    background-size: 100px 100px;
    height: 120px;
    position: absolute;
    background-color: rgb(150,199,181,0.5);
    background: 
        linear-gradient(135deg, rgb(199,228,215) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(199,228,215) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(199,228,215) 25%, transparent 25%),
        linear-gradient(45deg, rgb(199,228,215) 25%, transparent 25%);
    width: 100%;
}footer .local_equity_pledge {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .local_edu_chat {
    display: flex;
    position: relative;
    border-radius: 16px;
    background-color: #ffffff;
    transform: translateY(-30px);
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 25px;
    margin-bottom: 60px;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}footer .info_item {
    transition: all 0.3s ease;
    margin: 10px;
    flex: 1 1 200px;
    padding: 10px 15px;
    border-radius: 10px;
    position: relative;
    background-color: rgb(199,228,215);
}footer .info_item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}footer .info_item::before {
    opacity: 0;
    top: 0;
    background-color: rgb(150,199,181);
    position: absolute;
    left: 0;
    content: "";
    border-radius: 3px 0 0 3px;
    transition: opacity 0.3s ease;
    width: 3px;
    height: 100%;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    margin-right: 10px;
    vertical-align: middle;
    width: 20px;
    fill: rgb(150,199,181);
    height: 20px;
}footer .info_item p,
footer .info_item a {
    display: inline-block;
    font-size: 13px;
    color: #000000;
    text-decoration: none;
    vertical-align: middle;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(150,199,181);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}footer .text_main_holder::before {
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    top: -40px;
    z-index: -1;
    width: 100%;
    position: absolute;
    height: calc(100% + 80px);
    content: "";
    left: 0;
    background-color: #ffffff;
}footer .local_head_lesson {
    position: relative;
    padding: 0 30px;
}footer .local_head_lesson::after {
    bottom: -15px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(150,199,181), transparent);
    right: 30px;
    height: 1px;
    left: 30px;
}footer .local_head_lesson svg {
    margin-bottom: 15px;
    height: 45px;
    width: auto;
}footer .local_press_room {
    font-size: 13px;
    line-height: 1.6;
    max-width: 330px;
    color: #000000;
}footer .local_main_train {
    margin-right: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    position: relative;
    z-index: 1;
    margin-left: 20px;
    padding: 30px;
    background-color: rgb(199,228,215);
    margin-top: -10px;
}footer .local_main_train h5 {
    margin-bottom: 20px;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    display: inline-block;
}footer .local_main_train h5::after {
    bottom: -7px;
    background-color: rgb(150,199,181);
    left: 0;
    height: 2px;
    position: absolute;
    width: 50px;
    content: "";
}footer .local_top_mainwrap {
    gap: 10px;
    grid-template-columns: 1fr;
    display: grid;
    margin-bottom: 20px;
}footer .local_top_mainwrap a {
    padding: 8px 0;
    display: inline-block;
    color: #000000;
    position: relative;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
}footer .local_top_mainwrap a::after {
    bottom: 5px;
    content: "";
    height: 2px;
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    background-color: rgb(150,199,181);
    left: 0;
}footer .local_top_mainwrap a:hover {
    transform: translateX(5px);
    color: rgb(150,199,181);
}footer .local_top_mainwrap a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    margin-left: 40px;
    margin-top: -10px;
    color: #ffffff;
    background-color: rgb(150,199,181);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    z-index: 0;
    margin-right: 40px;
    padding: 30px;
    border-radius: 16px;
}footer .subscribe_holder::before {
    z-index: -1;
    top: -15px;
    position: absolute;
    background-color: rgb(150,199,181);
    width: 30px;
    right: 30px;
    height: 30px;
    transform: rotate(45deg);
    content: "";
}footer .subscribe_holder h5 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
}footer .subscribe_holder p {
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.6;
}footer .input_holder {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}footer .input_holder input[type="email"] {
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 13px;
    color: #000000;
    transition: background-color 0.3s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.9);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
    background-color: #ffffff;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .local_sub_signup {
    font-weight: 600;
    font-size: 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 14px 20px;
    cursor: pointer;
    background-color: #000000;
    border: none;
    color: #ffffff;
}footer .local_sub_signup:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(100,166,150);
    transform: translateY(-3px);
}footer .local_eng_center {
    margin-top: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}footer .local_recycle_info {
    font-size: 13px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: inline-block;
    padding: 8px 20px;
    background-color: #ffffff;
    color: #000000;
    border-radius: 30px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .local_top_mainwrap {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .local_sub_signup {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .local_main_train {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .local_progress_bar {
    padding: 80px 0 30px;
}footer .local_edu_chat {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .local_main_train, footer .subscribe_holder {
    margin-right: 10px;
    margin-left: 10px;
    padding: 25px 20px;
}footer .local_eng_center {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .local_progress_bar {
    padding: 60px 0 20px;
}footer .local_edu_chat {
    transform: translateY(-20px);
    padding: 15px;
    margin-bottom: 40px;
}footer .text_main_holder::before {
    height: calc(100% + 60px);
    top: -30px;
}footer .local_head_lesson {
    padding: 0 20px;
}footer .local_head_lesson::after {
    left: 20px;
    right: 20px;
}footer .local_main_train h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .local_top_mainwrap a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .local_sub_signup {
    padding: 12px 15px;
}}header {
    margin-top: 0;
    background: linear-gradient(to right, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 0;
    z-index: 100;
    overflow: visible;
    position: relative;
}header::before {
    position: absolute;
    z-index: 0;
    width: 100%;
    background-size: 20px 20px;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    left: 0;
    content: '';
    top: 0;
}header::after {
    left: 0;
    content: '';
    animation: gradientSlide 5s linear infinite;
    background-size: 200% auto;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(150,199,181) 0%,
        rgb(100,166,150) 50%,
        rgb(150,199,181) 100%
    );
    bottom: 0;
    position: absolute;
    width: 100%;
}@keyframes gradientSlide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
}

header .local_head_lead {
    position: relative;
    padding: 1.3rem 2rem;
    justify-content: space-between;
    display: flex;
    z-index: 5;
    align-items: center;
}header .local_head_lesson {
    z-index: 5;
    position: relative;
    flex: 0 0 auto;
}header .local_site_prime {
    text-decoration: none;
    position: relative;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    z-index: 2;
}header .local_site_prime:hover {
    transform: translateY(-3px) scale(1.02);
}header .local_site_prime img {
    max-height: 40px;
    filter: brightness(1.2) drop-shadow(0 0 8px rgba(255, 255, 255, 0.3));
}header .local_head_lesson::before {
    left: -8px;
    transform: skew(-3deg);
    border-radius: 10px;
    content: '';
    opacity: 0.3;
    right: -8px;
    bottom: -8px;
    transition: all 0.3s ease;
    top: -8px;
    position: absolute;
    border: 1px solid rgb(150,199,181);
}header .local_head_lesson:hover::before {
    transform: skew(-5deg) scale(1.05);
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(150,199,181,0.5);
}header .local_main_train {
    margin: 0;
    position: relative;
    padding: 0;
    list-style: none;
    z-index: 5;
    display: flex;
}header .local_top_primary {
    perspective: 800px;
    margin: 0 0.3rem;
    position: relative;
}header .local_top_primary a {
    padding: 0.8rem 1.2rem;
    border: 1px solid transparent;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease;
    font-size: 16px;
    letter-spacing: 0.5px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-weight: 600;
}header .local_top_primary a::before {
    left: 10%;
    content: '';
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    opacity: 0.7;
    height: 1px;
    bottom: 5px;
    width: 80%;
    background: rgb(150,199,181);
}header .local_top_primary a:hover {
    transform: translateZ(10px);
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    color: rgb(150,199,181);
}header .local_top_primary a:hover::before {
    transform: scaleX(1);
}header .local_top_primary::after {
    background: radial-gradient(circle at center, rgb(150,199,181,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    transition: opacity 0.3s ease;
    content: '';
    opacity: 0;
    left: 0;
}header .local_top_primary:hover::after {
    opacity: 0.4;
}header .local_head_lead::before {
    background: linear-gradient(90deg, transparent, rgb(150,199,181), transparent);
    content: '';
    height: 1px;
    left: 35%;
    width: 30%;
    top: 0;
    position: absolute;
}header .local_head_lead::after {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    opacity: 0.1;
    height: 1px;
    left: 20%;
    width: 60%;
    bottom: 0;
    position: absolute;
    content: '';
}.local_nav_know {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    margin-top: 0;
    background: rgb(199,228,215);
}

@media (min-width: 1400px) {header .local_head_lead {
    margin: 0 auto;
    max-width: 1300px;
}header .local_top_primary {
    margin: 0 0.5rem;
}header .local_top_primary a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    padding: 0;
}header .local_head_lead {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 1.5rem;
}header .local_head_lesson {
    margin-bottom: 0;
}header .local_main_train {
    margin-top: 1rem;
    justify-content: center;
    flex: 1 0 100%;
}header .local_top_primary {
    margin: 0 0.2rem;
}header .local_top_primary a {
    font-size: calc(16px - 1px);
    padding: 0.6rem 0.8rem;
}header .local_head_lesson::before {
    left: -5px;
    bottom: -5px;
    top: -5px;
    right: -5px;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .local_head_lead {
    padding: 0.8rem 1.2rem;
}header .local_head_lesson {
    max-width: 130px;
}header .local_head_lesson::before {
    display: none;
}header .local_main_train {
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    overflow-x: auto;
}header .local_main_train::-webkit-scrollbar {
    height: 2px;
}header .local_main_train::-webkit-scrollbar-thumb {
    background: rgb(150,199,181);
    border-radius: 10px;
}header .local_top_primary {
    margin: 0 0.1rem;
    flex: 0 0 auto;
}header .local_top_primary a {
    white-space: nowrap;
    font-size: calc(16px - 2px);
    letter-spacing: 0;
    padding: 0.5rem 0.7rem;
}header .local_top_primary a::before {
    bottom: 3px;
}header::after {
    height: 2px;
}
}

@media (max-width: 479px) {header .local_head_lead {
    padding: 0.7rem 1rem;
}header .local_head_lesson {
    max-width: 110px;
}header .local_top_primary a {
    padding: 0.4rem 0.6rem;
    font-size: calc(16px - 3px);
}}.local_pricing_section {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(199,228,215), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    padding: 5rem 1rem;
}.local_pricing_section::before {
    z-index: 1;
    pointer-events: none;
    opacity: 0.1;
    background: linear-gradient(45deg, transparent 0%, rgb(150,199,181,0.5) 30%, transparent 70%);
    left: 0;
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.local_pricing_section .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1400px;
}.local_pricing_section .local_pro_fees {
    flex-direction: column;
    gap: 3rem;
    display: flex;
}.local_pricing_section .local_rate_panel {
    margin: 0 auto 2rem;
    max-width: 800px;
    order: -1;
    text-align: center;
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    transform: translateY(20px);
}.local_pricing_section .local_rate_panel h2 {
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 700;
    font-size: 37px;
    display: inline-block;
    position: relative;
}.local_pricing_section .local_rate_panel h2::after {
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    content: "";
    left: 50%;
    bottom: -10px;
    border-radius: 10px;
    position: absolute;
    background: linear-gradient(90deg, rgb(150,199,181), rgb(100,166,150));
}.local_pricing_section .local_cert_fees {
    color: #000000;
    line-height: 1.6;
    max-width: 90%;
    font-size: 17px;
    margin: 0 auto;
}.local_pricing_section .local_study_offers {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    gap: 2rem;
}.local_pricing_section .local_fee_pricing {
    transform: translateZ(0) scale(1);
    overflow: hidden;
    display: block;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    animation: fadeIn 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    text-decoration: none;
    border-radius: 22px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    opacity: 0;
    position: relative;
}.local_pricing_section .local_fee_pricing:nth-child(1) {
    animation-delay: 0.1s;
}.local_pricing_section .local_fee_pricing:nth-child(2) {
    animation-delay: 0.2s;
}.local_pricing_section .local_fee_pricing:nth-child(3) {
    animation-delay: 0.3s;
}.local_pricing_section .local_fee_pricing:nth-child(4) {
    animation-delay: 0.4s;
}.local_pricing_section .local_fee_pricing::before {
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(150,199,181), rgb(100,166,150));
    width: 100%;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
    transform-origin: left;
    left: 0;
}.local_pricing_section .local_fee_pricing:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.local_pricing_section .local_fee_pricing:hover::before {
    transform: scaleX(1);
}.local_pricing_section .local_cert_cost {
    height: 100%;
    flex-direction: column;
    display: flex;
}.local_pricing_section .local_plan_options {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 2rem;
}.local_pricing_section .local_plan_options h3 {
    font-size: 22px;
    transition: color 0.3s ease;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin: 0 0 1rem;
}.local_pricing_section .local_fee_pricing:hover .local_plan_options h3 {
    color: rgb(150,199,181);
}.local_pricing_section .local_cost_fee {
    margin-bottom: 1.5rem;
    color: rgb(150,199,181);
    display: inline-block;
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
}.local_pricing_section .local_cost_fee::after {
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    bottom: -8px;
    background-color: rgb(100,166,150);
    left: 0;
    height: 2px;
    content: "";
}.local_pricing_section .local_fee_pricing:hover .local_cost_fee {
    transform: translateY(-3px);
}.local_pricing_section .local_fee_pricing:hover .local_cost_fee::after {
    width: 80px;
}.local_pricing_section .local_plan_options p {
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: calc(17px - 2px);
    color: #000000;
    line-height: 1.6;
    flex-grow: 1;
}.local_pricing_section .local_img_stack {
    position: relative;
    width: 100%;
    height: 200px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    overflow: hidden;
}.local_pricing_section .local_img_stack::after {
    opacity: 0.7;
    transition: opacity 0.5s ease;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 50%);
    content: "";
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}.local_pricing_section .local_fee_pricing:hover .local_img_stack {
    transform: scale(1.05);
}.local_pricing_section .local_fee_pricing:hover .local_img_stack::after {
    opacity: 0.4;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

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

@media (min-width: 768px) {.local_pricing_section {
    padding: 7rem 2rem;
}.local_pricing_section .local_pro_fees {
    align-items: flex-start;
    flex-direction: row;
}.local_pricing_section .local_rate_panel {
    margin: 0;
    text-align: left;
    flex: 0 0 30%;
    display: flex;
    padding-right: 2rem;
    order: 0;
    justify-content: center;
    flex-direction: column;
}.local_pricing_section .local_rate_panel h2 {
    text-align: left;
}.local_pricing_section .local_rate_panel h2::after {
    transform: none;
    left: 0;
}.local_pricing_section .local_cert_fees {
    margin: 0;
    max-width: 100%;
}.local_pricing_section .local_study_offers {
    flex: 0 0 70%;
    grid-template-columns: repeat(auto-fill, minmax(calc(50% - 1rem), 1fr));
}
}

@media (min-width: 992px) {.local_pricing_section .local_study_offers {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.local_pricing_section {
    padding: 8rem 2rem;
}.local_pricing_section .local_rate_panel {
    flex: 0 0 25%;
}.local_pricing_section .local_study_offers {
    flex: 0 0 75%;
}.local_pricing_section .local_plan_options {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.local_pricing_section .local_fee_pricing {
    margin: 0 auto;
    max-width: 400px;
}.local_pricing_section .local_rate_panel h2 {
    font-size: calc(37px * 0.9);
}.local_pricing_section .local_cert_fees {
    font-size: calc(17px * 0.95);
}
}