* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.content-wrapper-j {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    color: #000000;
    auto
contain
touch-action: none;
    scroll-snap-type: none;
    auto
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.container {
    max-width: 100%;
    width: 1174px;
    margin: auto;
}.access-help-j {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.main-nav-v {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meet-us-f {
    position: relative;
    background: linear-gradient(135deg, rgb(190,202,195) 0%, rgba(245, 245, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0 100px;
}.meet-us-f::before {
    z-index: 0;
    background: linear-gradient(45deg, rgb(145,177,158,0.5) 0%, transparent 70%);
    width: 300px;
    height: 300px;
    animation: float 15s infinite ease-in-out;
    transform: rotate(15deg);
    position: absolute;
    filter: blur(70px);
    right: -50px;
    opacity: 0.5;
    top: -50px;
    content: "";
}.meet-us-f::after {
    left: -80px;
    opacity: 0.4;
    bottom: -80px;
    transform: rotate(-20deg);
    animation: float 18s infinite ease-in-out reverse;
    position: absolute;
    width: 400px;
    filter: blur(90px);
    background: linear-gradient(225deg, rgb(84,146,115,0.5) 0%, transparent 70%);
    height: 400px;
    content: "";
    z-index: 0;
}.meet-us-f .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
}.meet-us-f h1 {
    transform: translateX(-10px);
    margin-bottom: 60px;
    font-size: 42px;
    animation: slideIn 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    color: #000000;
    opacity: 0;
    text-align: left;
    font-weight: 700;
}.meet-us-f h1::before {
    height: 4px;
    left: 0;
    animation: scaleIn 1.2s 0.6s forwards cubic-bezier(0.25, 1, 0.5, 1);
    width: 120px;
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(145,177,158) 0%, rgb(84,146,115) 100%);
    bottom: -15px;
    content: "";
}.meet-us-f .why-trust-d {
    position: relative;
}.meet-us-f .why-trust-d::before {
    height: 500px;
    opacity: 0.1;
    filter: blur(50px);
    content: "";
    background: radial-gradient(circle, rgb(84,146,115,0.5) 0%, transparent 70%);
    position: absolute;
    left: 50%;
    width: 500px;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}.meet-us-f .why-trust-d ul {
    margin: 0;
    grid-template-columns: 1fr;
    padding: 0;
    gap: 60px;
    list-style: none;
    display: grid;
}.meet-us-f .virtual-classes-s {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
    animation: fadeUp 1s 0.4s forwards cubic-bezier(0.25, 1, 0.5, 1);
}.meet-us-f .virtual-classes-s:nth-child(2) {
    animation-delay: 0.6s;
}.meet-us-f .virtual-classes-s:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}.meet-us-f .virtual-classes-s::before {
    top: 0;
    transition: height 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    background: linear-gradient(to bottom, rgb(145,177,158), rgb(84,146,115));
    height: 0;
    left: 0;
    position: absolute;
    width: 5px;
    content: "";
}.meet-us-f .virtual-classes-s:hover::before {
    height: 100%;
}.meet-us-f .virtual-classes-s h4 {
    transform: translateX(0);
    margin-bottom: 20px;
    position: relative;
    font-size: calc(21px + 2px);
    transition: transform 0.4s ease;
    font-weight: 600;
    padding-bottom: 15px;
    color: #000000;
}.meet-us-f .virtual-classes-s:hover h4 {
    transform: translateX(10px);
    color: rgb(145,177,158);
}.meet-us-f .virtual-classes-s h4::after {
    bottom: 0;
    background: rgb(84,146,115);
    width: 50px;
    content: "";
    transition: width 0.4s ease;
    position: absolute;
    height: 3px;
    left: 0;
}.meet-us-f .virtual-classes-s:hover h4::after {
    width: 80px;
}.meet-us-f .virtual-classes-s div {
    font-weight: 400;
    margin: 0;
    color: #000000;
    padding-right: 15px;
    height: 250px;
    opacity: 0.9;
    overflow-y: auto;
    line-height: 1.8;
    font-size: 14px;
    transition: opacity 0.3s ease;
}.meet-us-f .virtual-classes-s:hover div {
    opacity: 1;
}.meet-us-f .virtual-classes-s div::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.05);
    width: 6px;
}.meet-us-f .virtual-classes-s div::-webkit-scrollbar-thumb {
    background-color: rgb(84,146,115,0.5);
    border-radius: 10px;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@media (min-width: 768px) {.meet-us-f {
    padding: 150px 0 120px;
}.meet-us-f h1 {
    margin-bottom: 80px;
    font-size: calc(42px + 10px);
}.meet-us-f .why-trust-d ul {
    grid-template-columns: 1fr 1fr;
}.meet-us-f .virtual-classes-s {
    padding: 50px;
}.meet-us-f .virtual-classes-s div {
    height: 300px;
}.meet-us-f .virtual-classes-s:first-child {
    transform: translateY(40px) rotate(-1deg);
    z-index: 2;
}.meet-us-f .virtual-classes-s:last-child {
    z-index: 1;
    transform: translateY(20px) rotate(1deg);
}.meet-us-f .virtual-classes-s:first-child:hover,
    .meet-us-f .virtual-classes-s:last-child:hover {
    transform: translateY(-5px) rotate(0);
    z-index: 3;
}
}

@media (min-width: 992px) {.meet-us-f {
    padding: 180px 0 150px;
}.meet-us-f h1 {
    font-size: calc(42px + 16px);
}.meet-us-f .virtual-classes-s {
    padding: 60px;
}.meet-us-f .virtual-classes-s div {
    height: 350px;
}.meet-us-f .virtual-classes-s h4 {
    font-size: calc(21px + 4px);
}
}

@media (max-width: 767px) {.meet-us-f {
    padding: 80px 0 60px;
}.meet-us-f h1 {
    text-align: center;
    margin-bottom: 40px;
}.meet-us-f h1::before {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.meet-us-f .virtual-classes-s {
    padding: 30px 25px;
}.meet-us-f .virtual-classes-s div {
    height: 200px;
}}.program-outcomes-V {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: rgb(190,202,195);
}.program-outcomes-V::before {
    width: 70vw;
    position: absolute;
    top: -35vw;
    background: linear-gradient(135deg, rgb(145,177,158,0.5) 0%, rgb(84,146,115,0.5) 100%);
    z-index: 1;
    border-radius: 50%;
    opacity: 0.8;
    content: '';
    height: 70vw;
    right: -35vw;
}.program-outcomes-V::after {
    background: linear-gradient(135deg, rgb(84,146,115,0.5) 0%, rgb(145,177,158,0.5) 100%);
    width: 50vw;
    content: '';
    border-radius: 50%;
    opacity: 0.6;
    position: absolute;
    left: -25vw;
    height: 50vw;
    z-index: 1;
    bottom: -25vw;
}.program-outcomes-V .class-sessions-I {
    max-width: 1300px;
    display: flex;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0;
}.program-outcomes-V .img-overlay-A {
    position: relative;
    height: 550px;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.1);
    z-index: 3;
    width: 45%;
    border-radius: 50% 0 0 50%;
    margin-left: -5vw;
}.program-outcomes-V .img-overlay-A::before {
    border: 2px dashed rgb(145,177,158,0.5);
    position: absolute;
    width: 110%;
    animation: rotate 20s linear infinite;
    top: -5%;
    content: '';
    z-index: -1;
    height: 110%;
    left: -5%;
    border-radius: 50% 0 0 50%;
}.program-outcomes-V .img-overlay-A::after {
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(145,177,158,0.5) 0%, transparent 100%);
    z-index: 1;
    border-radius: 50% 0 0 50%;
    inset: 0;
}.program-outcomes-V .content-block-I {
    position: relative;
    width: 60%;
    padding: 3rem 2rem 3rem 5rem;
}.program-outcomes-V h2 {
    font-size: 38px;
    font-weight: 700;
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
}.program-outcomes-V h2::after {
    background: rgb(145,177,158);
    border-radius: 10px;
    width: 80px;
    bottom: -15px;
    position: absolute;
    height: 4px;
    left: 0;
    content: '';
}.program-outcomes-V .text_main_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 2rem;
}.program-outcomes-V .text_main_holder::before {
    content: '';
    left: -2rem;
    top: 0;
    width: 2px;
    background: linear-gradient(to bottom, rgb(145,177,158,0.5), transparent);
    height: 100%;
    position: absolute;
}.program-outcomes-V .text_main_holder > div {
    position: relative;
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
}.program-outcomes-V .text_main_holder > div::before {
    border: 2px solid rgb(145,177,158);
    transition: all 0.3s ease;
    height: 12px;
    width: 12px;
    left: -2.3rem;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    content: '';
}.program-outcomes-V .text_main_holder > div:hover::before {
    transform: scale(1.3);
    background: rgb(145,177,158);
}.program-outcomes-V .text_main_holder > div:hover {
    transform: translateX(10px);
}.program-outcomes-V .text_main_holder svg {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    flex-shrink: 0;
    margin-right: 1.5rem;
    border-radius: 50%;
    padding: 0.7rem;
    background: #ffffff;
    height: 3rem;
    width: 3rem;
}.program-outcomes-V .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    background: rgb(145,177,158,0.5);
}.program-outcomes-V .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(145,177,158);
}.program-outcomes-V .text_main_holder > div:hover svg path {
    fill: rgb(84,146,115);
}.program-outcomes-V .text_main_holder p {
    line-height: 1.6;
    color: #000000;
    margin: 0;
    font-size: 18px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.program-outcomes-V .img-overlay-A {
    height: 500px;
    width: 40%;
}.program-outcomes-V .content-block-I {
    padding-left: 4rem;
    width: 65%;
}
}

@media (max-width: 992px) {.program-outcomes-V .class-sessions-I {
    max-width: 90%;
    margin: 0 auto;
    flex-direction: column;
}.program-outcomes-V .img-overlay-A {
    height: 400px;
    border-radius: 14px;
    margin-left: 0;
    margin-bottom: 3rem;
    width: 100%;
}.program-outcomes-V .img-overlay-A::before {
    border-radius: 14px;
}.program-outcomes-V .img-overlay-A::after {
    border-radius: 14px;
}.program-outcomes-V .content-block-I {
    padding: 0;
    width: 100%;
}.program-outcomes-V .text_main_holder::before {
    left: -1.5rem;
}.program-outcomes-V .text_main_holder > div::before {
    left: -1.8rem;
}
}

@media (max-width: 768px) {.program-outcomes-V {
    padding: 5rem 0;
}.program-outcomes-V .img-overlay-A {
    height: 350px;
}.program-outcomes-V h2 {
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 576px) {.program-outcomes-V .class-sessions-I {
    max-width: 95%;
}.program-outcomes-V .img-overlay-A {
    height: 250px;
}.program-outcomes-V .text_main_holder {
    margin-left: 1.5rem;
}.program-outcomes-V .text_main_holder::before {
    left: -1rem;
}.program-outcomes-V .text_main_holder > div::before {
    left: -1.3rem;
}.program-outcomes-V .text_main_holder svg {
    padding: 0.5rem;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1rem;
}}.instructional-approach-u {
    padding: 170px 0 130px;
    position: relative;
    overflow: visible;
    background: linear-gradient(150deg, rgb(190,202,195) 0%, rgb(84,146,115,0.5) 100%);
}.instructional-approach-u::before {
    position: absolute;
    background-image: linear-gradient(45deg, rgb(145,177,158,0.5) 25%, transparent 25%, transparent 75%, rgb(145,177,158,0.5) 75%);
    background-size: 100px 100px;
    left: 0;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.03;
}.instructional-approach-u .class-sessions-I {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.instructional-approach-u .content-block-I {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    display: flex;
    width: 100%;
}.instructional-approach-u .content-block-I h2 {
    font-size: 29px;
    color: #ffffff;
    padding: 35px 40px;
    backdrop-filter: blur(10px);
    width: 45%;
    z-index: 4;
    font-weight: 700;
    border-radius: 23px 23px 0 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(145,177,158,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    position: relative;
}.instructional-approach-u .content-block-I p {
    border-radius: 0 0 23px 23px;
    font-size: 14px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.05);
    width: 65%;
    padding: 45px 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    align-self: flex-end;
    backdrop-filter: blur(15px);
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    margin-top: -20px;
}.instructional-approach-u .content-block-I::before {
    height: 0;
    position: absolute;
    top: 0;
    opacity: 0.3;
    right: 35%;
    border-top: 40px solid rgb(145,177,158);
    content: '';
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    width: 0;
    z-index: 5;
}.instructional-approach-u .content-block-I::after {
    bottom: 0;
    height: 0;
    position: absolute;
    border-right: 30px solid transparent;
    border-left: 30px solid transparent;
    left: 35%;
    border-bottom: 40px solid rgb(84,146,115);
    content: '';
    opacity: 0.3;
    z-index: 5;
    width: 0;
}.instructional-approach-u .content-block-I h2::before {
    width: 100%;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
    height: 5px;
    background: linear-gradient(90deg, rgb(145,177,158), transparent);
}.instructional-approach-u .content-block-I h2::after {
    top: 0;
    right: -30px;
    width: 30px;
    content: '';
    height: 100%;
    position: absolute;
    background: linear-gradient(to right, rgb(145,177,158,0.5), transparent);
    opacity: 0.3;
    z-index: -1;
}.instructional-approach-u .content-block-I p::before {
    content: '';
    left: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(84,146,115));
    opacity: 0.5;
}.instructional-approach-u .content-block-I p::after {
    z-index: -1;
    content: '';
    left: -30px;
    opacity: 0.3;
    background: linear-gradient(to left, rgb(84,146,115,0.5), transparent);
    width: 30px;
    height: 100%;
    top: 0;
    position: absolute;
}.instructional-approach-u::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(145,177,158));
    bottom: 50px;
    width: 400px;
    right: 0;
    content: '';
    position: absolute;
    z-index: 1;
    opacity: 0.3;
}.instructional-approach-u .class-sessions-I::before {
    background: linear-gradient(90deg, rgb(84,146,115), transparent);
    content: '';
    z-index: 1;
    height: 1px;
    position: absolute;
    opacity: 0.3;
    left: 0;
    width: 400px;
    top: 50px;
}.instructional-approach-u .class-sessions-I::after {
    height: 100px;
    width: 100px;
    top: -50px;
    left: 50%;
    filter: blur(50px);
    transform: translateX(-50%);
    position: absolute;
    content: '';
    opacity: 0.05;
    animation: pulse-subtle 10s infinite alternate;
    background: rgb(145,177,158);
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: translateX(-50%) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: translateX(-50%) scale(1.3);
    }
}

@media screen and (max-width: 1200px) {.instructional-approach-u .content-block-I h2 {
    width: 55%;
}.instructional-approach-u .content-block-I p {
    width: 70%;
}.instructional-approach-u .content-block-I::before {
    right: 30%;
}.instructional-approach-u .content-block-I::after {
    left: 30%;
}
}

@media screen and (max-width: 992px) {.instructional-approach-u {
    padding: 140px 0 110px;
}.instructional-approach-u .content-block-I h2 {
    width: 65%;
    padding: 30px 35px;
}.instructional-approach-u .content-block-I p {
    padding: 35px 40px;
    width: 75%;
}.instructional-approach-u .content-block-I::before {
    right: 25%;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 35px solid rgb(145,177,158);
}.instructional-approach-u .content-block-I::after {
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-bottom: 35px solid rgb(84,146,115);
    left: 25%;
}.instructional-approach-u::after {
    width: 300px;
}.instructional-approach-u .class-sessions-I::before {
    width: 300px;
}
}

@media screen and (max-width: 768px) {.instructional-approach-u {
    padding: 120px 0 90px;
    overflow: hidden;
}.instructional-approach-u .content-block-I {
    align-items: center;
}.instructional-approach-u .content-block-I h2 {
    width: 90%;
    margin-bottom: 20px;
    font-size: calc(29px * 0.9);
    border-radius: 23px 23px 23px 23px;
}.instructional-approach-u .content-block-I p {
    margin-top: 0;
    width: 90%;
    border-radius: 23px 23px 23px 23px;
}.instructional-approach-u .content-block-I::before,
    .instructional-approach-u .content-block-I::after,
    .instructional-approach-u::after,
    .instructional-approach-u .class-sessions-I::before,
    .instructional-approach-u .class-sessions-I::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.instructional-approach-u {
    padding: 100px 0 80px;
}.instructional-approach-u .content-block-I h2 {
    padding: 25px;
    font-size: calc(29px * 0.8);
    width: 100%;
}.instructional-approach-u .content-block-I p {
    width: 100%;
    padding: 25px;
    font-size: calc(14px * 0.9);
}}header {
    z-index: 1000;
    padding: 1.2rem 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
    background-color: rgb(190,202,195);
}header::before {
    animation: gridMove 40s linear infinite;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    content: '';
    left: 0;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(145,177,158,0.5) 49.5%, rgb(145,177,158,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(84,146,115,0.5) 49.5%, rgb(84,146,115,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    opacity: 0.15;
    height: 100%;
}header::after {
    z-index: 1;
    content: '';
    background: linear-gradient(90deg, 
        rgb(145,177,158) 0%, 
        rgb(84,146,115) 50%, 
        rgb(145,177,158) 100%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 4px;
    bottom: 0;
}header .container {
    padding: 0 1.5rem;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}header .header-master-P {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .header-lesson-W {
    display: flex;
    background: rgba(0, 0, 0, 0.2);
    gap: 0.5rem;
    backdrop-filter: blur(10px);
    position: relative;
    padding: 5px;
    border-radius: 22px;
}header .nav-sitebar-P {
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    font-size: 12px;
    position: relative;
    border-radius: 10px;
}header .nav-sitebar-P::before {
    transform: scale(0.95);
    border-radius: calc(10px + 2px);
    bottom: -2px;
    position: absolute;
    opacity: 0;
    top: -2px;
    z-index: -1;
    transition: all 0.3s ease;
    left: -2px;
    background: linear-gradient(45deg, rgb(145,177,158), rgb(84,146,115));
    right: -2px;
    content: '';
}header .nav-sitebar-P::after {
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    border-radius: 10px;
    bottom: 0;
    right: 0;
    content: '';
    background: rgb(145,177,158);
}header .nav-sitebar-P:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}header .nav-sitebar-P:hover::before {
    opacity: 1;
    transform: scale(1);
}header .nav-section-u {
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    transition: all 0.3s ease;
    overflow: hidden;
}header .nav-section-u::before {
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    left: -100%;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    transition: 0.5s;
}header .nav-section-u:hover::before {
    left: 100%;
}header .nav-section-u svg {
    z-index: 2;
    position: relative;
    width: 160px;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .header-lesson-W {
    gap: 0.3rem;
}header .nav-sitebar-P {
    font-size: calc(12px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav-section-u svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .header-master-P {
    flex-direction: column;
}header .header-lesson-W {
    margin-top: 1rem;
    justify-content: center;
    width: 100%;
    gap: 0.5rem;
    flex-wrap: wrap;
    order: 2;
    padding: 10px;
}header .nav-sitebar-P {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.7rem;
}header .nav-section-u {
    order: 1;
    margin-bottom: 0.5rem;
}header .nav-section-u svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .header-lesson-W {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
}header .header-lesson-W::-webkit-scrollbar {
    height: 3px;
}header .header-lesson-W::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(145,177,158);
}header .nav-sitebar-P {
    white-space: nowrap;
}header .nav-section-u svg {
    width: 110px;
}}.confidential-zone-F {
    color: #000000;
    background: rgb(190,202,195);
    padding: 5rem 2rem;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.confidential-zone-F::before {
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(rgb(84,146,115,0.5), 0.03) 0%,
        rgba(rgb(84,146,115,0.5), 0.08) 60%, 
        rgba(rgb(84,146,115,0.5), 0.15) 100%);
}.confidential-zone-F::after {
    right: -40px;
    height: 200px;
    width: 200px;
    top: -40px;
    filter: blur(20px);
    z-index: 1;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    opacity: 0.1;
    background: linear-gradient(to bottom right, 
        rgb(84,146,115) 0%, 
        transparent 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}.confidential-zone-F .container {
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0.5deg);
    z-index: 2;
    background: #ffffff;
    border-left: 4px solid rgb(145,177,158);
    transform-origin: left center;
    transition: transform 0.5s ease-out;
    padding: 3rem;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}.confidential-zone-F .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.confidential-zone-F h1 {
    font-size: 41px;
    letter-spacing: -0.02em;
    border-bottom: 1px solid rgba(rgb(84,146,115,0.5), 0.2);
    position: relative;
    color: #000000;
    font-weight: 700;
    margin: 0 0 2.5rem 0;
    padding-bottom: 1.5rem;
    line-height: 1.2;
}.confidential-zone-F h1::before {
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    bottom: -1px;
    transform: scaleX(1);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    width: 30%;
    position: absolute;
}.confidential-zone-F h1:hover::before {
    transform: scaleX(1.2);
}.confidential-zone-F h2 {
    margin: 3rem 0 1.5rem;
    font-size: 32px;
    font-weight: 600;
    position: relative;
    padding-left: 1.2rem;
    color: #000000;
}.confidential-zone-F h2::before {
    content: "";
    background: rgb(84,146,115);
    border-radius: 2px;
    position: absolute;
    height: calc(100% - 1rem);
    width: 4px;
    left: 0;
    top: 0.5rem;
}.confidential-zone-F h3 {
    font-size: calc(32px * 0.8);
    padding-bottom: 0.8rem;
    margin: 2.5rem 0 1.2rem;
    border-bottom: 1px dashed rgba(rgb(84,146,115,0.5), 0.2);
    color: #000000;
    font-weight: 600;
}.confidential-zone-F h4 {
    letter-spacing: 0.01em;
    color: #000000;
    font-weight: 400;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.7);
}.confidential-zone-F p {
    color: #000000;
    margin-bottom: 1.5rem;
    max-width: 95%;
    line-height: 1.8;
    font-size: 18px;
}.confidential-zone-F strong {
    font-weight: 600;
    color: rgb(145,177,158);
}.confidential-zone-F span {
    color: #000000;
    font-size: 18px;
    display: block;
    padding-left: 1rem;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    border-left: 2px solid rgba(rgb(84,146,115,0.5), 0.3);
}.confidential-zone-F ul {
    margin: 1.5rem 0 2.5rem;
    list-style-type: none;
    padding-left: 1.2rem;
}.confidential-zone-F li {
    font-size: 18px;
    margin-bottom: 1.2rem;
    color: #000000;
    line-height: 1.7;
    position: relative;
    padding-left: 1.5rem;
}.confidential-zone-F li::before {
    top: 0.7rem;
    content: "";
    width: 8px;
    left: 0;
    position: absolute;
    height: 8px;
    opacity: 0.8;
    transition: transform 0.3s ease, background 0.3s ease;
    transform: rotate(45deg);
    background: rgb(84,146,115);
}.confidential-zone-F li:hover::before {
    transform: rotate(135deg);
    background: rgb(145,177,158);
}

@media (max-width: 992px) {.confidential-zone-F {
    padding: 4rem 1.5rem;
}.confidential-zone-F .container {
    transform: perspective(800px) rotateY(0deg);
    padding: 2.5rem 2rem;
}.confidential-zone-F h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 2rem;
    padding-bottom: 1.2rem;
}.confidential-zone-F h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.confidential-zone-F {
    padding: 3rem 1rem;
}.confidential-zone-F .container {
    padding: 2rem 1.5rem;
    border-left: 3px solid rgb(145,177,158);
}.confidential-zone-F h1 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    font-size: calc(41px * 0.8);
}.confidential-zone-F h2 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.8);
}.confidential-zone-F h3 {
    margin: 2rem 0 1rem;
    font-size: calc(32px * 0.7);
}.confidential-zone-F h4 {
    font-size: calc(32px * 0.6);
}.confidential-zone-F p, 
    .confidential-zone-F span,
    .confidential-zone-F li {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.confidential-zone-F ul {
    padding-left: 0.5rem;
}.confidential-zone-F li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.confidential-zone-F {
    padding: 2rem 0.5rem;
}.confidential-zone-F .container {
    padding: 1.5rem 1.2rem;
    border-left: 2px solid rgb(145,177,158);
}.confidential-zone-F h1 {
    font-size: calc(41px * 0.7);
}.confidential-zone-F h2 {
    font-size: calc(32px * 0.7);
}.confidential-zone-F h2::before {
    top: 0.4rem;
    height: calc(100% - 0.8rem);
    width: 3px;
}.confidential-zone-F p, 
    .confidential-zone-F span,
    .confidential-zone-F li {
    max-width: 100%;
    font-size: calc(18px * 0.9);
}.confidential-zone-F span {
    padding-left: 0.8rem;
}.confidential-zone-F li::before {
    width: 6px;
    height: 6px;
}}.find-support-L {
    background: rgb(84,146,115,0.5);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.find-support-L::before {
    left: 0;
    top: 0;
    position: absolute;
    filter: blur(60px);
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(145,177,158,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(84,146,115,0.5) 0%, transparent 40%);
    height: 100%;
    z-index: 0;
    content: "";
}.find-support-L::after {
    z-index: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 11px);
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    content: "";
}.find-support-L .container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 1;
}.find-support-L .info-request-R {
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: visible;
}.find-support-L .inquire-now-W {
    padding: 0;
    display: flex;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 
        0 0 5px rgb(145,177,158),
        0 0 10px rgb(145,177,158),
        0 0 20px rgb(145,177,158);
    font-size: 43px;
    margin: 0 0 60px 0;
    text-align: left;
    align-items: center;
    font-weight: 700;
    position: relative;
    letter-spacing: 3px;
}.find-support-L .inquire-now-W svg {
    margin-right: 15px;
    width: 35px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    stroke: #ffffff;
    filter: drop-shadow(0 0 5px rgb(145,177,158)) 
           drop-shadow(0 0 10px rgb(145,177,158));
    stroke-width: 2;
    height: 35px;
}.find-support-L .content-wrapper {
    border-radius: 16px;
    box-shadow: 
        0 0 20px rgb(145,177,158,0.5),
        0 0 40px rgba(0, 0, 0, 0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(17, 55, 85, 0.7);
}.find-support-L .content-wrapper::before {
    width: 100%;
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(145,177,158), transparent);
    top: 0;
    content: "";
    left: 0;
}.find-support-L .content-wrapper::after {
    bottom: 0;
    position: absolute;
    right: 0;
    height: 2px;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(84,146,115), transparent);
    content: "";
}.find-support-L .img-overlay-A {
    object-fit: cover;
    height: 100%;
    clip-path: polygon(40% 0, 100% 0, 100% 100%, 20% 100%);
    position: absolute;
    right: 0;
    opacity: 0.7;
    top: 0;
    filter: grayscale(70%) contrast(120%) brightness(80%);
    mix-blend-mode: luminosity;
    width: 60%;
}.find-support-L .img-overlay-A::after {
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to right, rgba(10, 10, 20, 0.9), transparent);
}.find-support-L .support-center-e {
    position: relative;
    padding: 40px;
    width: 60%;
    z-index: 3;
}.find-support-L .support-center-e p {
    border-left: 2px solid rgb(145,177,158);
    transition: all 0.3s ease;
    padding: 15px 25px 15px 50px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 10px;
    font-size: 16px;
    position: relative;
    box-shadow: 
        0 0 10px rgba(0, 0, 0, 0.2),
        inset 0 0 1px rgba(255, 255, 255, 0.1);
    margin: 0 0 20px 0;
    align-items: center;
    display: flex;
}.find-support-L .support-center-e p:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 
        0 0 15px rgba(0, 0, 0, 0.3),
        0 0 5px rgb(145,177,158,0.5),
        inset 0 0 2px rgba(255, 255, 255, 0.2);
}.find-support-L .support-center-e p svg {
    top: 50%;
    filter: drop-shadow(0 0 3px rgb(145,177,158));
    height: 20px;
    width: 20px;
    fill: rgb(145,177,158);
    position: absolute;
    left: 15px;
    transition: all 0.3s ease;
    transform: translateY(-50%);
}.find-support-L .support-center-e p:hover svg {
    transform: translateY(-50%) scale(1.2);
    filter: drop-shadow(0 0 5px rgb(145,177,158));
}.find-support-L .support-center-e p:nth-child(even) {
    border-left: 2px solid rgb(84,146,115);
}.find-support-L .support-center-e p:nth-child(even) svg {
    filter: drop-shadow(0 0 3px rgb(84,146,115));
    stroke: rgb(84,146,115);
}.find-support-L .support-center-e p:nth-child(even):hover svg {
    filter: drop-shadow(0 0 5px rgb(84,146,115));
}.find-support-L .support-center-e p span {
    opacity: 0.9;
    margin-left: 10px;
}.find-support-L .support-center-e p a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
    overflow: hidden;
}.find-support-L .support-center-e p a::before {
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    transform-origin: right;
    background: rgb(145,177,158);
    left: 0;
    height: 1px;
    transform: scaleX(0);
    box-shadow: 0 0 5px rgb(145,177,158);
    bottom: -2px;
    width: 100%;
}.find-support-L .support-center-e p a:hover {
    text-shadow: 0 0 8px rgb(145,177,158,0.5);
    color: rgb(145,177,158);
}.find-support-L .support-center-e p a:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.find-support-L .support-center-e p:nth-child(even) a::before {
    background: rgb(84,146,115);
    box-shadow: 0 0 5px rgb(84,146,115);
}.find-support-L .support-center-e p:nth-child(even) a:hover {
    color: rgb(84,146,115);
    text-shadow: 0 0 8px rgb(84,146,115,0.5);
}.find-support-L .contact-list-j {
    border-top: 2px solid rgb(145,177,158);
    padding: 30px;
    margin-top: 40px;
    border-radius: 16px;
    box-shadow: 
        0 0 20px rgba(0, 0, 0, 0.3),
        inset 0 0 2px rgba(255, 255, 255, 0.1);
    width: 60%;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
}.find-support-L .team-contact-y {
    text-shadow: 0 0 10px rgb(145,177,158,0.5);
    padding-bottom: 15px;
    margin: 0 0 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 18px;
    display: flex;
    font-weight: 600;
    color: #ffffff;
    align-items: center;
}.find-support-L .team-contact-y svg {
    margin-right: 12px;
    fill: none;
    width: 22px;
    stroke-linejoin: round;
    filter: drop-shadow(0 0 5px rgb(145,177,158,0.5));
    stroke-linecap: round;
    height: 22px;
    stroke-width: 2;
    stroke: rgb(145,177,158);
}.find-support-L .help-now-v {
    gap: 15px;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    display: grid;
}.find-support-L .contact-question-W {
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 12px;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    border-radius: 10px;
}.find-support-L .contact-question-W:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    border-color: rgb(145,177,158,0.5);
    background: rgba(255, 255, 255, 0.1);
}.find-support-L .contact-question-W svg {
    transition: all 0.3s ease;
    stroke: rgb(145,177,158);
    fill: none;
    height: 14px;
    stroke-linejoin: round;
    margin-right: 8px;
    opacity: 0.7;
    filter: drop-shadow(0 0 2px rgb(145,177,158,0.5));
    width: 14px;
    stroke-width: 2;
    stroke-linecap: round;
}.find-support-L .contact-question-W:hover svg {
    opacity: 1;
    filter: drop-shadow(0 0 5px rgb(145,177,158));
    transform: rotate(30deg);
}.find-support-L .support-center-e p {
    opacity: 1;
}
@media (max-width: 1023px) {.find-support-L .img-overlay-A {
    position: relative;
    height: 300px;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
}.find-support-L .support-center-e,
    .find-support-L .contact-list-j {
    width: 100%;
}.find-support-L .content-wrapper {
    flex-direction: column;
    display: flex;
}.find-support-L .support-center-e {
    padding: 30px;
    order: 2;
}.find-support-L .contact-list-j {
    border-top: none;
    border-radius: 0 0 16px 16px;
    order: 3;
    margin-top: 0;
}.find-support-L .inquire-now-W svg {
    width: 30px;
    height: 30px;
}
}
@media (max-width: 767px) {.find-support-L {
    padding: 80px 0;
}.find-support-L .inquire-now-W {
    margin-bottom: 40px;
    font-size: calc(35px + 4px);
}.find-support-L .inquire-now-W svg {
    width: 25px;
    margin-right: 10px;
    height: 25px;
}.find-support-L .img-overlay-A {
    height: 250px;
}.find-support-L .support-center-e {
    padding: 25px;
}.find-support-L .support-center-e p {
    padding: 12px 20px 12px 45px;
}.find-support-L .support-center-e p svg {
    height: 18px;
    left: 12px;
    width: 18px;
}.find-support-L .contact-list-j {
    padding: 25px;
}.find-support-L .team-contact-y svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
}.find-support-L .help-now-v {
    grid-template-columns: repeat(2, 1fr);
}.find-support-L .contact-question-W svg {
    height: 12px;
    margin-right: 6px;
    width: 12px;
}}
.find-support-L .content-wrapper {
    position: relative;
}.landing-page-C {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgb(190,202,195);
}.landing-page-C .class-sessions-I {
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    height: 75vh;
    z-index: 2;
}.landing-page-C .start-first-l {
    height: 75vh;
    overflow: hidden;
    top: 0;
    width: 100%;
    left: 0;
    position: absolute;
}.landing-page-C .start-first-l::before {
    content: "";
    background: linear-gradient(
        to right,
        #000000 0%,
        transparent 20%
    );
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 3;
    left: 0;
    position: absolute;
    top: 0;
}.landing-page-C .start-first-l input {
    display: none;
}.landing-page-C .learn-intro-R {
    height: 100%;
    transition: transform 0.8s cubic-bezier(0.5, 0, 0.2, 1);
    width: 500%;
    display: flex;
}.landing-page-C .fast-school-b {
    overflow: hidden;
    width: 20%;
    position: relative;
    height: 100%;
}.landing-page-C .fast-school-b::before {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}.landing-page-C .fast-school-b img {
    transform: scale(1.1) translateX(0);
    filter: grayscale(0.3);
    object-fit: cover;
    transition: transform 1.2s ease, filter 0.6s ease;
    height: 100%;
    width: 100%;
}.landing-page-C .page-welcome-G {
    display: flex;
    z-index: 10;
    position: absolute;
    gap: 15px;
    flex-direction: column;
    bottom: 30px;
    left: 30px;
}.landing-page-C .page-welcome-G label {
    position: relative;
    background: #ffffff;
    height: 30px;
    width: 3px;
    cursor: pointer;
    opacity: 0.4;
    transition: all 0.3s ease;
}.landing-page-C .page-welcome-G label::before {
    top: 0;
    content: "";
    height: 0;
    background: rgb(84,146,115);
    transition: height 0.3s ease;
    position: absolute;
    width: 100%;
    left: 0;
}.landing-page-C .page-welcome-G label:hover {
    opacity: 0.7;
}.landing-page-C .content-block-I {
    z-index: 5;
    border-radius: 10px;
    width: 40%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    overflow: hidden;
    padding: 0;
    background: rgb(145,177,158);
    margin-left: 8%;
    position: relative;
}.landing-page-C .content-block-I::before {
    content: "";
    background: rgb(84,146,115);
    top: 0;
    position: absolute;
    height: 5px;
    width: 100%;
    left: 0;
}.landing-page-C .content-block-I .container {
    color: #ffffff;
    padding: 3rem;
    position: relative;
}.landing-page-C .content-block-I .container::before {
    border-top: 5px solid #ffffff;
    width: 80px;
    position: absolute;
    height: 80px;
    right: 15px;
    top: 15px;
    opacity: 0.15;
    border-right: 5px solid #ffffff;
    content: "";
}.landing-page-C .content-block-I .container::after {
    position: absolute;
    content: "";
    border-bottom: 5px solid #ffffff;
    height: 80px;
    border-left: 5px solid #ffffff;
    width: 80px;
    opacity: 0.15;
    bottom: 15px;
    left: 15px;
}.landing-page-C .content-block-I h1 {
    font-size: 47px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: #ffffff;
}.landing-page-C .content-block-I h3 {
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0.9;
    font-size: 19px;
    color: #ffffff;
}.landing-page-C .content-block-I p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    opacity: 0.8;
    font-weight: 400;
    color: #ffffff;
}.landing-page-C input:nth-of-type(1):checked ~ .learn-intro-R {
    transform: translateX(0);
}.landing-page-C input:nth-of-type(2):checked ~ .learn-intro-R {
    transform: translateX(-20%);
}.landing-page-C input:nth-of-type(3):checked ~ .learn-intro-R {
    transform: translateX(-40%);
}.landing-page-C input:nth-of-type(4):checked ~ .learn-intro-R {
    transform: translateX(-60%);
}.landing-page-C input:nth-of-type(5):checked ~ .learn-intro-R {
    transform: translateX(-80%);
}.landing-page-C input:nth-of-type(6):checked ~ .learn-intro-R {
    transform: translateX(-100%);
}.landing-page-C input:nth-of-type(7):checked ~ .learn-intro-R {
    transform: translateX(-120%);
}.landing-page-C input:nth-of-type(8):checked ~ .learn-intro-R {
    transform: translateX(-140%);
}.landing-page-C input:nth-of-type(9):checked ~ .learn-intro-R {
    transform: translateX(-160%);
}.landing-page-C input:nth-of-type(10):checked ~ .learn-intro-R {
    transform: translateX(-180%);
}.landing-page-C input:nth-of-type(1):checked ~ .page-welcome-G label:nth-child(1)::before,
.landing-page-C input:nth-of-type(2):checked ~ .page-welcome-G label:nth-child(2)::before,
.landing-page-C input:nth-of-type(3):checked ~ .page-welcome-G label:nth-child(3)::before,
.landing-page-C input:nth-of-type(4):checked ~ .page-welcome-G label:nth-child(4)::before,
.landing-page-C input:nth-of-type(5):checked ~ .page-welcome-G label:nth-child(5)::before,
.landing-page-C input:nth-of-type(6):checked ~ .page-welcome-G label:nth-child(6)::before,
.landing-page-C input:nth-of-type(7):checked ~ .page-welcome-G label:nth-child(7)::before,
.landing-page-C input:nth-of-type(8):checked ~ .page-welcome-G label:nth-child(8)::before,
.landing-page-C input:nth-of-type(9):checked ~ .page-welcome-G label:nth-child(9)::before,
.landing-page-C input:nth-of-type(10):checked ~ .page-welcome-G label:nth-child(10)::before {
    height: 100%;
}.landing-page-C input:nth-of-type(1):checked ~ .page-welcome-G label:nth-child(1),
.landing-page-C input:nth-of-type(2):checked ~ .page-welcome-G label:nth-child(2),
.landing-page-C input:nth-of-type(3):checked ~ .page-welcome-G label:nth-child(3),
.landing-page-C input:nth-of-type(4):checked ~ .page-welcome-G label:nth-child(4),
.landing-page-C input:nth-of-type(5):checked ~ .page-welcome-G label:nth-child(5),
.landing-page-C input:nth-of-type(6):checked ~ .page-welcome-G label:nth-child(6),
.landing-page-C input:nth-of-type(7):checked ~ .page-welcome-G label:nth-child(7),
.landing-page-C input:nth-of-type(8):checked ~ .page-welcome-G label:nth-child(8),
.landing-page-C input:nth-of-type(9):checked ~ .page-welcome-G label:nth-child(9),
.landing-page-C input:nth-of-type(10):checked ~ .page-welcome-G label:nth-child(10) {
    opacity: 1;
    width: 5px;
}.landing-page-C input:checked ~ .learn-intro-R .fast-school-b img {
    transform: scale(1) translateX(-10px);
    filter: grayscale(0);
}

@media (max-width: 1199px) {.landing-page-C .content-block-I {
    margin-left: 6%;
    max-width: 500px;
    width: 45%;
}.landing-page-C .content-block-I .container {
    padding: 2.5rem;
}
}

@media (max-width: 991px) {.landing-page-C .class-sessions-I {
    height: 70vh;
}.landing-page-C .start-first-l {
    height: 70vh;
}.landing-page-C .content-block-I {
    margin-left: 5%;
    width: 50%;
    max-width: 450px;
}.landing-page-C .content-block-I .container {
    padding: 2rem;
}.landing-page-C .content-block-I h1 {
    margin-bottom: 1.2rem;
    font-size: calc(47px * 0.9);
}.landing-page-C .content-block-I h3 {
    margin-bottom: 1.5rem;
    font-size: calc(19px * 0.9);
}.landing-page-C .content-block-I p {
    font-size: calc(14px * 0.95);
}.landing-page-C .page-welcome-G {
    gap: 12px;
    bottom: 25px;
    left: 25px;
}.landing-page-C .page-welcome-G label {
    height: 25px;
}
}

@media (max-width: 767px) {.landing-page-C .class-sessions-I {
    align-items: center;
    min-height: 90vh;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
}.landing-page-C .start-first-l {
    position: relative;
    height: 50vh;
}.landing-page-C .start-first-l::before {
    background: linear-gradient(
            to bottom,
            transparent 70%,
            rgb(190,202,195) 100%
        );
}.landing-page-C .content-block-I {
    max-width: 600px;
    margin: -50px 0 30px;
    width: 90%;
}.landing-page-C .content-block-I .container {
    padding: 2rem;
}.landing-page-C .content-block-I h1 {
    margin-bottom: 1rem;
    font-size: calc(47px * 0.85);
}.landing-page-C .content-block-I h3 {
    margin-bottom: 1.2rem;
    font-size: calc(19px * 0.85);
}.landing-page-C .page-welcome-G {
    flex-direction: row;
    left: 50%;
    gap: 10px;
    transform: translateX(-50%);
    bottom: 20px;
}.landing-page-C .page-welcome-G label {
    width: 25px;
    height: 3px;
}.landing-page-C input:nth-of-type(n):checked ~ .page-welcome-G label:nth-child(n) {
    width: 35px;
    height: 3px;
}
}

@media (max-width: 575px) {.landing-page-C .start-first-l {
    height: 45vh;
}.landing-page-C .content-block-I {
    margin: -40px 0 20px;
    width: 95%;
}.landing-page-C .content-block-I .container {
    padding: 1.5rem;
}.landing-page-C .content-block-I .container::before,
    .landing-page-C .content-block-I .container::after {
    width: 60px;
    height: 60px;
}.landing-page-C .content-block-I h1 {
    font-size: calc(47px * 0.8);
}.landing-page-C .content-block-I h3 {
    margin-bottom: 1rem;
    font-size: calc(20px * 1.1);
}.landing-page-C .content-block-I p {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}.landing-page-C .page-welcome-G {
    bottom: 15px;
    gap: 8px;
}.landing-page-C .page-welcome-G label {
    width: 20px;
}.landing-page-C input:nth-of-type(n):checked ~ .page-welcome-G label:nth-child(n) {
    width: 30px;
}
}

@media (max-width: 480px) {.landing-page-C .start-first-l {
    height: 40vh;
}.landing-page-C .content-block-I {
    margin: -30px 0 20px;
}
}

@media (orientation: landscape) and (max-height: 600px) and (min-width: 768px) {.landing-page-C .class-sessions-I {
    height: 85vh;
}.landing-page-C .start-first-l {
    height: 85vh;
}}.course-features-o {
    position: relative;
    background: linear-gradient(145deg, rgb(190,202,195) 0%, rgb(145,177,158,0.5) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.course-features-o::before {
    content: "";
    opacity: 0.04;
    position: absolute;
    width: 100%;
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(145,177,158,0.5),
        rgb(145,177,158,0.5) 2px,
        transparent 2px,
        transparent 12px
    );
    height: 100%;
    left: 0;
}.course-features-o .container {
    z-index: 2;
    position: relative;
}.course-features-o .job-ready-A {
    display: grid;
    gap: 0;
    position: relative;
    grid-template-columns: 1fr;
}.course-features-o .content-block-I {
    transition: transform 0.4s ease;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    padding: 2.5rem;
    z-index: 3;
    border-radius: 18px;
    background: #ffffff;
    position: relative;
}.course-features-o .content-block-I:hover {
    transform: translateY(-10px);
}.course-features-o .content-block-I::before {
    background: rgb(84,146,115,0.5);
    right: 3rem;
    border-radius: 50%;
    top: -4rem;
    content: "";
    width: 8rem;
    z-index: -1;
    opacity: 0.6;
    position: absolute;
    height: 8rem;
}.course-features-o .content-block-I h2 {
    color: rgb(145,177,158);
    font-size: 34px;
    position: relative;
    font-weight: 700;
    animation: fadeInUp 0.8s ease forwards;
    display: inline-block;
    margin-bottom: 2rem;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-features-o .content-block-I h2::after {
    bottom: -10px;
    border-radius: 10px;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    height: 4px;
    position: absolute;
    background: rgb(84,146,115);
    width: 3rem;
}.course-features-o .content-block-I:hover h2::after {
    width: 100%;
}.course-features-o .content-block-I .description {
    font-size: 14px;
    animation: fadeInUp 0.8s ease forwards;
    opacity: 0;
    color: #000000;
    animation-delay: 0.2s;
    line-height: 1.7;
    position: relative;
    padding-left: 1rem;
    margin-bottom: 1.2rem;
}.course-features-o .content-block-I .description:last-of-type {
    animation-delay: 0.4s;
    margin-bottom: 0;
    font-weight: 600;
}.course-features-o .content-block-I .description::before {
    left: 0;
    background: rgb(84,146,115);
    content: "";
    position: absolute;
    top: 0.5rem;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}.course-features-o .img-overlay-A {
    position: relative;
    height: 320px;
    clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%);
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateX(5deg) rotateY(-5deg);
    z-index: 2;
    margin-top: -2rem;
    border-radius: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.course-features-o .img-overlay-A:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}.course-features-o .img-overlay-A::after {
    background: linear-gradient(
        to bottom right,
        rgb(145,177,158,0.5) 0%,
        transparent 40%
    );
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
}

@media (min-width: 768px) {.course-features-o .job-ready-A {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
}.course-features-o .content-block-I {
    grid-column: 1 / 2;
    align-self: center;
    margin-right: -4rem;
}.course-features-o .img-overlay-A {
    margin-top: 0;
    transform: perspective(1000px) rotateX(8deg) rotateY(-8deg);
    grid-column: 2 / 3;
    height: 400px;
}.course-features-o .img-overlay-A::before {
    background: rgb(84,146,115);
    bottom: -20px;
    left: 20px;
    opacity: 0.4;
    content: "";
    height: 20px;
    width: 60%;
    filter: blur(15px);
    z-index: -1;
    position: absolute;
}
}

@media (min-width: 992px) {.course-features-o .job-ready-A {
    grid-template-columns: 1.2fr 0.8fr;
}.course-features-o .content-block-I {
    padding: 3rem;
}.course-features-o .img-overlay-A {
    margin-top: 3rem;
    height: 450px;
}.course-features-o .content-block-I::after {
    opacity: 0.4;
    height: 6rem;
    content: "";
    z-index: -1;
    left: 25%;
    bottom: -3rem;
    position: absolute;
    width: 6rem;
    border-radius: 50%;
    background: rgb(145,177,158,0.5);
}
}

@media (max-width: 767px) {.course-features-o {
    padding: 4rem 0;
}.course-features-o .img-overlay-A {
    margin-bottom: 2rem;
    transform: perspective(1000px) rotateX(3deg) rotateY(-3deg);
}}.teacher-profile-D {
    position: relative;
    background: linear-gradient(to bottom, #000000 0%, rgb(190,202,195) 100%);
    overflow: hidden;
    padding: 8rem 0;
}.teacher-profile-D::before {
    filter: blur(60px);
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(145,177,158,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(84,146,115,0.5) 0%, transparent 25%);
    content: "";
    animation: ambientLight 20s ease-in-out infinite alternate;
    left: 0;
    width: 100%;
    top: 0;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.teacher-profile-D .container {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
}.teacher-profile-D .learner-stories-c {
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(15px);
    position: relative;
    transform-style: preserve-3d;
    flex-wrap: wrap;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(84,146,115,0.5),
        inset 0 0 30px rgb(145,177,158,0.5);
    border-radius: 30px;
    transform: rotateX(5deg) rotateY(-5deg);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.teacher-profile-D .learner-stories-c:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(84,146,115,0.5),
        inset 0 0 50px rgb(145,177,158,0.5);
}.teacher-profile-D .img-overlay-A {
    height: 180px;
    position: absolute;
    top: -90px;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(145,177,158,0.5);
    transform: translateX(-50%) translateZ(30px);
    width: 180px;
    border: 3px solid #ffffff;
    left: 50%;
}.teacher-profile-D .learner-stories-c:hover .img-overlay-A {
    transform: translateX(-50%) translateZ(50px);
}.teacher-profile-D .name {
    font-weight: 700;
    width: 100%;
    transform: translateZ(20px);
    text-shadow: 0 0 10px rgb(145,177,158,0.5);
    margin-top: 100px;
    text-align: center;
    color: #ffffff;
    font-size: 29px;
    letter-spacing: 1px;
}.teacher-profile-D .learner-stories-c span:not(.name) {
    text-transform: uppercase;
    transform: translateZ(15px);
    letter-spacing: 2px;
    width: 100%;
    margin-top: 0.5rem;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: rgb(84,146,115);
}.teacher-profile-D .emp-back-L {
    border-left: 3px solid rgb(145,177,158);
    margin-top: 2rem;
    transition: transform 0.3s ease;
    transform: translateZ(10px);
    position: relative;
    line-height: 1.7;
    padding: 2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    color: #ffffff;
    font-size: 14px;
    width: 100%;
}.teacher-profile-D .emp-back-L::before {
    border-radius: 10px;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(145,177,158,0.5) 0%, transparent 70%);
    opacity: 0.1;
    content: "";
    position: absolute;
    mix-blend-mode: overlay;
}.teacher-profile-D .learner-stories-c:hover .emp-back-L {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.teacher-profile-D {
    padding: 7rem 0 5rem;
}.teacher-profile-D .learner-stories-c {
    padding: 2.5rem 2rem;
}.teacher-profile-D .img-overlay-A {
    top: -75px;
    width: 150px;
    height: 150px;
}.teacher-profile-D .name {
    margin-top: 80px;
}.teacher-profile-D .emp-back-L {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.teacher-profile-D {
    padding: 6rem 0 3rem;
}.teacher-profile-D .container {
    padding: 0 1rem;
}.teacher-profile-D .learner-stories-c {
    transform: none;
    padding: 2rem 1.5rem;
}.teacher-profile-D .img-overlay-A {
    width: 120px;
    height: 120px;
    top: -60px;
}.teacher-profile-D .name {
    font-size: calc(29px - 2px);
    margin-top: 70px;
}.teacher-profile-D .learner-stories-c span:not(.name) {
    font-size: calc(20px - 1px);
}.teacher-profile-D .emp-back-L {
    padding: 1.2rem;
    margin-top: 1.5rem;
    font-size: calc(14px - 1px);
}.teacher-profile-D .learner-stories-c:hover {
    transform: none;
}}.contact-box-c {
    background: rgb(190,202,195);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
}.contact-box-c::before {
    filter: blur(70px);
    width: 400px;
    z-index: 1;
    right: -150px;
    top: -150px;
    border-radius: 50%;
    height: 400px;
    content: "";
    background: linear-gradient(45deg, rgb(145,177,158,0.5), rgb(84,146,115,0.5));
    position: absolute;
}.contact-box-c::after {
    left: -100px;
    background: linear-gradient(225deg, rgb(84,146,115,0.5), rgb(145,177,158,0.5));
    z-index: 1;
    width: 300px;
    position: absolute;
    border-radius: 50%;
    bottom: -100px;
    content: "";
    height: 300px;
    filter: blur(60px);
}.contact-box-c .container {
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
    margin: 0 auto;
}.contact-box-c h2 {
    text-align: center;
    font-size: 28px;
    position: relative;
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
}.contact-box-c h2::before {
    position: absolute;
    width: 50px;
    left: calc(50% - 120px);
    background: rgb(145,177,158,0.5);
    height: 50px;
    top: -25px;
    z-index: -1;
    border-radius: 50%;
    content: "";
}.contact-box-c h2::after {
    position: absolute;
    z-index: -1;
    height: 30px;
    border-radius: 50%;
    right: calc(50% - 100px);
    bottom: -15px;
    background: rgb(84,146,115,0.5);
    width: 30px;
    content: "";
}.contact-box-c .feedback-request-j {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
}.contact-box-c .feedback-request-j::before {
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(145,177,158,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(84,146,115,0.5) 99%
    );
    pointer-events: none;
    inset: 0;
    z-index: 0;
}.contact-box-c .img-overlay-A {
    position: relative;
    min-height: 500px;
    flex: 0 0 45%;
    transition: transform 0.5s ease;
}.contact-box-c .img-overlay-A::before {
    position: absolute;
    content: "";
    z-index: 1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    inset: 0;
}.contact-box-c .img-overlay-A::after {
    z-index: 2;
    left: 20px;
    position: absolute;
    content: "";
    top: 20px;
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 20px;
    pointer-events: none;
}.contact-box-c .inquiry-query-B {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
}.contact-box-c form {
    position: relative;
    z-index: 3;
}.contact-box-c form h3 {
    font-size: 21px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #000000;
}.contact-box-c form input[type="text"] {
    color: #000000;
    border-radius: 12px;
    transition: all 0.3s ease;
    width: 100%;
    margin-bottom: 25px;
    border: none;
    padding: 18px 25px;
    background: rgb(190,202,195);
    font-size: 17px;
}.contact-box-c form input[type="text"]:focus {
    border: 1px solid transparent;
    background: linear-gradient(rgb(190,202,195), rgb(190,202,195)) padding-box,
                linear-gradient(to right, rgb(145,177,158), rgb(84,146,115)) border-box;
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(145,177,158), 0.1);
}.contact-box-c form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact-box-c .connect-panel-W {
    position: relative;
    margin-bottom: 30px;
}.contact-box-c .connect-panel-W input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-box-c .connect-panel-W label {
    cursor: pointer;
    color: #000000;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 35px;
    position: relative;
}.contact-box-c .connect-panel-W label::before {
    width: 22px;
    content: "";
    position: absolute;
    top: 0;
    height: 22px;
    border-radius: 6px;
    left: 0;
    background: rgb(190,202,195);
    transition: all 0.3s ease;
}.contact-box-c .connect-panel-W input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(145,177,158), rgb(84,146,115));
}.contact-box-c .connect-panel-W input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    height: 12px;
    left: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    width: 6px;
    top: 4px;
}.contact-box-c .connect-panel-W label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(145,177,158);
    transition: color 0.3s ease;
}.contact-box-c .connect-panel-W label a:hover {
    color: rgb(84,146,115);
}.contact-box-c .reach-panel-o {
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(145,177,158), rgb(84,146,115));
    position: relative;
    border: none;
    overflow: hidden;
    font-weight: 600;
    font-size: 18px;
    transition: all 0.5s ease;
    z-index: 1;
    width: 100%;
    padding: 20px;
    cursor: pointer;
    color: #ffffff;
}.contact-box-c .reach-panel-o::before {
    height: 100%;
    position: absolute;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    transform-origin: right;
    background: linear-gradient(135deg, rgb(84,146,115), rgb(145,177,158));
    width: 100%;
    content: "";
    left: 0;
    z-index: -1;
}.contact-box-c .reach-panel-o:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact-box-c svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(145,177,158);
}.contact-box-c svg path {
    transition: all 0.3s ease;
    fill: none;
    stroke: rgb(145,177,158);
    stroke-width: 2;
}.contact-box-c svg:hover,
.contact-box-c svg:hover path {
    stroke: rgb(84,146,115);
}

@media (max-width: 1024px) {.contact-box-c {
    padding: 70px 0;
}.contact-box-c .inquiry-query-B {
    padding: 45px;
}.contact-box-c .img-overlay-A {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact-box-c {
    padding: 60px 0;
}.contact-box-c h2 {
    margin-bottom: 40px;
}.contact-box-c .feedback-request-j {
    flex-direction: column;
}.contact-box-c .img-overlay-A {
    min-height: 300px;
    width: 100%;
    flex: 0 0 300px;
}.contact-box-c .inquiry-query-B {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact-box-c form h3 {
    margin-bottom: 25px;
}.contact-box-c form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}
}

@media (max-width: 480px) {.contact-box-c {
    padding: 50px 0;
}.contact-box-c h2 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.9);
}.contact-box-c .img-overlay-A {
    min-height: 220px;
}.contact-box-c .inquiry-query-B {
    padding: 30px 20px;
}.contact-box-c form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.contact-box-c form input[type="text"] {
    font-size: calc(17px * 0.95);
    padding: 14px 16px;
    margin-bottom: 16px;
}.contact-box-c .reach-panel-o {
    padding: 16px;
}.contact-box-c .connect-panel-W label {
    font-size: calc(14px * 0.95);
}}.thankPageID-H {
    background: linear-gradient(135deg, rgb(190,202,195) 0%, #ffffff 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}.thankPageID-H::before {
    top: 0;
    content: "";
    background: linear-gradient(215deg, rgb(145,177,158,0.5) 0%, transparent 70%);
    position: absolute;
    right: 0;
    height: 100%;
    transform: translateX(20%) skewX(-15deg);
    width: 40%;
    z-index: 1;
}.thankPageID-H::after {
    position: absolute;
    content: "";
    height: 70%;
    left: -2%;
    background: linear-gradient(125deg, rgb(84,146,115,0.5) 0%, transparent 80%);
    z-index: 1;
    width: 30%;
    bottom: -5%;
    transform: rotate(-10deg);
}.thankPageID-H .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 30px;
}.thankPageID-H h2 {
    font-size: 31px;
    transform: translateX(-20px);
    position: relative;
    color: #000000;
    font-weight: 700;
    max-width: 800px;
    line-height: 1.3;
    margin-bottom: 40px;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    font-family: Arial, sans-serif;
}.thankPageID-H h2::before {
    background: rgb(145,177,158);
    content: "";
    top: -15px;
    transform-origin: left;
    width: 80px;
    position: absolute;
    height: 4px;
    transform: scaleX(0);
    left: 0;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
}.thankPageID-H .class-sessions-I {
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    padding: 40px 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    transform-origin: top center;
    opacity: 0;
    overflow: hidden;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    background-color: #ffffff;
}.thankPageID-H .class-sessions-I::before {
    background: linear-gradient(to bottom, rgb(145,177,158), rgb(84,146,115));
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 5px;
}.thankPageID-H .class-sessions-I::after {
    width: 80%;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    position: absolute;
    right: 0;
    height: 100%;
    transform: translateX(100%);
    z-index: -1;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    content: "";
    top: 0;
}.thankPageID-H ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.thankPageID-H li {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
}.thankPageID-H li::before {
    position: absolute;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    width: 10px;
    transform: scale(0);
    height: 10px;
    left: -30px;
    content: "";
    background: rgb(145,177,158);
    top: 10px;
    border-radius: 50%;
}.thankPageID-H span {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
    font-family: Arial, sans-serif;
    letter-spacing: 0.02em;
    display: block;
    color: #000000;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

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

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.thankPageID-H {
    padding: 90px 0 60px;
}.thankPageID-H h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 30px;
}.thankPageID-H .class-sessions-I {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.thankPageID-H {
    padding: 70px 0 50px;
}.thankPageID-H::before {
    width: 50%;
}.thankPageID-H h2 {
    font-size: calc(31px * 0.8);
    max-width: 100%;
}.thankPageID-H .class-sessions-I {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 576px) {.thankPageID-H {
    padding: 60px 0 40px;
}.thankPageID-H::before,
    .thankPageID-H::after {
    opacity: 0.5;
}.thankPageID-H .container {
    padding: 0 20px;
}.thankPageID-H h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.7);
}.thankPageID-H h2::before {
    top: -10px;
    height: 3px;
    width: 60px;
}.thankPageID-H .class-sessions-I {
    transform: none;
    padding: 25px 20px;
}.thankPageID-H span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.thankPageID-H li::before {
    width: 8px;
    left: -20px;
    height: 8px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(145,177,158);
}header .top_plank .main-plank-c div svg, header .top_plank .main-plank-c div svg path {
    fill: #ffffff;
}header .top_plank .main-plank-c div span {
    color: #ffffff;
}header .top_plank .main-plank-c {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    display: flex;
    line-height: 21px;
    padding: 15px 0 10px 0;
    font-size: 14px;
    flex-wrap: wrap;
}header .top_plank .main-plank-c div {
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
}header .top_plank .main-plank-c div img, header .top_plank .main-plank-c div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.take-a-spin-I {
    background: linear-gradient(135deg, rgb(145,177,158,0.5), rgb(84,146,115,0.5) 70%);
    overflow: hidden;
    position: relative;
    padding: 7rem 2rem;
}.take-a-spin-I::before {
    right: 0;
    position: absolute;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    background: 
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.1) 0%, transparent 50%),
    radial-gradient(circle at 85% 85%, rgba(255,255,255,0.05) 0%, transparent 50%);
    z-index: 1;
    top: 0;
}.take-a-spin-I::after {
    top: -15vw;
    width: 30vw;
    filter: blur(60px);
    position: absolute;
    background: rgb(145,177,158);
    right: -15vw;
    height: 30vw;
    border-radius: 50%;
    opacity: 0.1;
    z-index: 0;
    content: "";
}.take-a-spin-I .container {
    flex-direction: column;
    z-index: 2;
    position: relative;
    display: flex;
    perspective: 1000px;
    transform-style: preserve-3d;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}.take-a-spin-I h2 {
    text-align: center;
    max-width: 800px;
    transform: translateZ(20px);
    text-shadow: 0 1px 3px rgba(0,0,0,0.05);
    font-weight: 700;
    letter-spacing: -0.01em;
    position: relative;
    font-size: clamp(1.75rem, 3vw, 37px);
    line-height: 1.4;
    color: #000000;
    margin-bottom: 3rem;
}.take-a-spin-I h2::after {
    content: "";
    position: absolute;
    transform: translateX(-50%) scaleX(0.6);
    bottom: -15px;
    height: 3px;
    left: 50%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 60px;
    background: rgb(84,146,115);
}.take-a-spin-I .container:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.take-a-spin-I .class-sessions-I {
    align-items: center;
    justify-content: center;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 1.5rem;
    transform: translateZ(40px) rotateX(2deg);
    box-shadow: 
    0 20px 40px rgba(0,0,0,0.08),
    0 5px 12px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    border-radius: 12px;
    display: flex;
    clip-path: polygon(
    3% 0%, 
    97% 0%, 
    100% 3%, 
    100% 97%, 
    97% 100%, 
    3% 100%, 
    0% 97%, 
    0% 3%
  );
    background: rgba(255, 255, 255, 0.85);
    padding: 2rem;
    backdrop-filter: blur(10px);
}.take-a-spin-I .class-sessions-I:hover {
    box-shadow: 
    0 25px 50px rgba(0,0,0,0.12),
    0 10px 15px rgba(0,0,0,0.07),
    0 0 0 1px rgba(255,255,255,0.3) inset;
    transform: translateZ(50px) rotateX(0deg);
}.take-a-spin-I svg {
    filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
    transition: transform 0.3s ease, filter 0.3s ease;
    height: 42px;
    transform-origin: center;
    width: 42px;
}.take-a-spin-I .class-sessions-I:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0,0,0,0.15));
    transform: scale(1.1) rotate(5deg);
}.take-a-spin-I svg path {
    fill: rgb(145,177,158);
    transition: fill 0.3s ease;
}.take-a-spin-I .class-sessions-I:hover svg path {
    fill: rgb(84,146,115);
}.take-a-spin-I .reach-panel-o {
    border-radius: 8px;
    position: relative;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    padding: 0.9rem 2rem;
    box-shadow: 
    0 4px 12px rgba(0,0,0,0.1),
    0 2px 4px rgba(0,0,0,0.06),
    0 0 0 1px rgba(255,255,255,0.1) inset;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(135deg, rgb(145,177,158), rgb(145,177,158,0.5) 130%);
    color: #ffffff;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    letter-spacing: 0.03em;
    align-items: center;
    overflow: hidden;
}.take-a-spin-I .reach-panel-o::before {
    transform: translateX(-100%);
    width: 100%;
    position: absolute;
    transition: transform 0.6s ease;
    height: 100%;
    top: 0;
    content: "";
    background: linear-gradient(135deg, transparent, rgba(255,255,255,0.2), transparent);
    left: 0;
}.take-a-spin-I .reach-panel-o:hover {
    box-shadow: 
    0 8px 20px rgba(0,0,0,0.15),
    0 4px 8px rgba(0,0,0,0.08),
    0 0 0 1px rgba(255,255,255,0.2) inset;
    background: linear-gradient(135deg, rgb(84,146,115), rgb(84,146,115) 130%);
    transform: translateY(-3px);
}.take-a-spin-I .reach-panel-o:hover::before {
    transform: translateX(100%);
}.take-a-spin-I .reach-panel-o:active {
    box-shadow: 
    0 3px 8px rgba(0,0,0,0.12),
    0 1px 3px rgba(0,0,0,0.05),
    0 0 0 1px rgba(255,255,255,0.15) inset;
    transform: translateY(-1px);
}

@media (max-width: 768px) {.take-a-spin-I {
    padding: 5rem 1.5rem;
}.take-a-spin-I h2 {
    margin-bottom: 2.5rem;
}.take-a-spin-I .class-sessions-I {
    padding: 1.5rem;
    transform: translateZ(20px) rotateX(1deg);
    flex-direction: column;
}.take-a-spin-I .reach-panel-o {
    width: 100%;
    padding: 0.8rem 1.8rem;
}
}

@media (max-width: 480px) {.take-a-spin-I {
    padding: 4rem 1rem;
}.take-a-spin-I h2 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}.take-a-spin-I .class-sessions-I {
    transform: translateZ(10px) rotateX(0deg);
    padding: 1.25rem;
}.take-a-spin-I svg {
    height: 36px;
    width: 36px;
}.take-a-spin-I .reach-panel-o {
    padding: 0.75rem 1.5rem;
    font-size: 0.95rem;
}
}

@media (prefers-reduced-motion: reduce) {.take-a-spin-I .class-sessions-I,
  .take-a-spin-I .reach-panel-o,
  .take-a-spin-I svg,
  .take-a-spin-I h2::after,
  .take-a-spin-I .reach-panel-o::before {
    animation: none;
    transform: none;
    transition: none;
}.take-a-spin-I .class-sessions-I:hover {
    transform: none;
}.take-a-spin-I .reach-panel-o:hover {
    transform: none;
}.take-a-spin-I .class-sessions-I:hover svg {
    transform: none;
}
}

@media (hover: hover) {.take-a-spin-I .container {
    cursor: default;
}.take-a-spin-I .reach-panel-o {
    cursor: pointer;
}}.statistical-details-F {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(190,202,195);
}.statistical-details-F::before {
    position: absolute;
    z-index: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(145,177,158,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(84,146,115,0.5) 0%, transparent 30%);
    content: "";
    opacity: 0.7;
    height: 100%;
    width: 100%;
    top: 0;
}.statistical-details-F .container {
    flex-direction: column;
    display: flex;
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.statistical-details-F h2 {
    font-size: 38px;
    align-self: flex-start;
    position: relative;
    color: #000000;
    font-weight: 700;
    margin-bottom: 80px;
}.statistical-details-F h2::before {
    width: 50px;
    content: "";
    left: 0;
    bottom: -15px;
    border-radius: 10px;
    height: 3px;
    background: rgb(145,177,158);
    position: absolute;
}.statistical-details-F ul {
    list-style: none;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    position: relative;
}.statistical-details-F .benefits-track-K {
    align-items: flex-start;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    margin: 20px;
    position: relative;
    padding: 40px 50px;
    flex: 1 0 calc(50% - 40px);
    border-left: 3px solid rgb(145,177,158);
    background: transparent;
}.statistical-details-F .benefits-track-K:nth-child(even) {
    margin-top: 80px;
}.statistical-details-F .benefits-track-K::before {
    left: -3px;
    content: "";
    z-index: 1;
    height: 0%;
    width: 3px;
    top: 0;
    background: rgb(84,146,115);
    position: absolute;
    transition: height 0.6s ease;
}.statistical-details-F .benefits-track-K:hover::before {
    height: 100%;
}.statistical-details-F .benefits-track-K::after {
    content: "";
    z-index: -1;
    border-radius: 24px;
    background: #ffffff;
    top: 0;
    left: 0;
    transform: scale(0.98);
    height: 100%;
    position: absolute;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
}.statistical-details-F .benefits-track-K:hover::after {
    transform: scale(1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.statistical-details-F .benefits-track-K p {
    line-height: 1;
    margin: 0 0 10px 0;
    font-weight: 700;
    color: rgb(145,177,158);
    position: relative;
    font-size: calc(43px * 1.5);
}.statistical-details-F .benefits-track-K:nth-child(even) p {
    color: rgb(84,146,115);
}.statistical-details-F .benefits-track-K span {
    font-weight: 400;
    position: relative;
    color: #000000;
    padding-right: 70px;
    font-size: 16px;
}.statistical-details-F .benefits-track-K span::after {
    position: absolute;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
    top: 50%;
    content: "";
    width: 50px;
    right: 0;
}@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.statistical-details-F .benefits-track-K:nth-child(odd) {
    animation: slideInLeft 0.7s forwards;
}.statistical-details-F .benefits-track-K:nth-child(even) {
    animation: slideInRight 0.7s forwards;
}.statistical-details-F .benefits-track-K:nth-child(1) {
    animation-delay: 0.1s;
}.statistical-details-F .benefits-track-K:nth-child(2) {
    animation-delay: 0.3s;
}.statistical-details-F .benefits-track-K:nth-child(3) {
    animation-delay: 0.5s;
}.statistical-details-F .benefits-track-K:nth-child(4) {
    animation-delay: 0.7s;
}

@media (max-width: 1024px) {.statistical-details-F {
    padding: 80px 0;
}.statistical-details-F h2 {
    align-self: center;
    margin-bottom: 60px;
    text-align: center;
}.statistical-details-F h2::before {
    left: 50%;
    transform: translateX(-50%);
}.statistical-details-F .benefits-track-K {
    flex: 1 0 calc(50% - 30px);
    padding: 30px 40px;
    margin: 15px;
}.statistical-details-F .benefits-track-K:nth-child(even) {
    margin-top: 50px;
}
}

@media (max-width: 767px) {.statistical-details-F {
    padding: 60px 0;
}.statistical-details-F .container {
    padding: 0 15px;
}.statistical-details-F h2 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.statistical-details-F ul {
    flex-direction: column;
}.statistical-details-F .benefits-track-K {
    margin: 10px 0;
    padding: 25px 30px;
    flex: 1 0 100%;
}.statistical-details-F .benefits-track-K:nth-child(even) {
    margin-top: 10px;
}.statistical-details-F .benefits-track-K p {
    font-size: calc(43px * 1.2);
}.statistical-details-F .benefits-track-K span {
    padding-right: 40px;
}.statistical-details-F .benefits-track-K span::after {
    width: 30px;
}.statistical-details-F .benefits-track-K:nth-child(odd),
    .statistical-details-F .benefits-track-K:nth-child(even) {
    animation: slideInLeft 0.5s forwards;
}
}

@media (min-width: 768px) and (max-width: 1023px) {.statistical-details-F .benefits-track-K {
    padding: 35px 40px;
}.statistical-details-F .benefits-track-K p {
    font-size: calc(43px * 1.3);
}.statistical-details-F .benefits-track-K span {
    font-size: calc(16px * 0.95);
}
}

@media (min-width: 1200px) {.statistical-details-F ul::before {
    content: "";
    top: 10%;
    width: 2px;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.1;
    background: rgba(0, 0, 0, 0.5);
    height: 80%;
    z-index: -1;
    position: absolute;
}.statistical-details-F ul::after {
    background: rgb(145,177,158,0.5);
    transform: translate(-50%, -50%);
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
    height: 20px;
    left: 50%;
    top: 50%;
    width: 20px;
}
}

@media (prefers-reduced-motion: reduce) {.statistical-details-F .benefits-track-K,
    .statistical-details-F .benefits-track-K:nth-child(odd),
    .statistical-details-F .benefits-track-K:nth-child(even) {
    animation: none;
}}footer {
    perspective: 1000px;
    color: #ffffff;
    position: relative;
    font-family: Arial, sans-serif;
}footer::before {
    position: absolute;
    left: 0;
    opacity: 0.85;
    z-index: -1;
    height: 100%;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(145,177,158,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
}footer::after {
    width: 100%;
    animation: scanline 10s linear infinite;
    top: 0;
    z-index: -1;
    position: absolute;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    content: "";
    left: 0;
    height: 100%;
}.access-help-j {
    position: relative;
    z-index: 1;
    padding: 5rem 0 3rem;
}.access-help-j::before {
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(84,146,115) 50%, 
                transparent 100%);
    animation: glowPulse 3s ease-in-out infinite alternate;
    left: 0;
    width: 100%;
    height: 2px;
    top: 0;
    content: "";
}.access-help-j .container {
    gap: 3rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}.access-help-j .company_holder {
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 16px;
    padding: 2rem;
    transform-style: preserve-3d;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(145,177,158);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}.access-help-j .company_holder:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(145,177,158,0.5);
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
}.access-help-j .company_holder h3 {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.75rem;
    font-size: calc(35px * 0.9);
    padding-bottom: 0.75rem;
}.access-help-j .company_holder h3::after {
    bottom: 0;
    width: 60px;
    content: "";
    height: 3px;
    background: rgb(145,177,158);
    position: absolute;
    left: 0;
    transition: width 0.4s ease-in-out;
}.access-help-j .company_holder:hover h3::after {
    width: 100%;
}.access-help-j .lang-learn-h {
    line-height: 1.7;
    max-width: 100%;
    position: relative;
    font-size: 14px;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.8);
}.access-help-j .lang-learn-h::before {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, 
                rgb(145,177,158) 0%, 
                transparent 100%);
    height: 100%;
    width: 2px;
    top: 0;
    position: absolute;
}.access-help-j .discount-cta-y {
    position: relative;
}.access-help-j .main-teach-o {
    gap: 2rem;
    height: 100%;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.access-help-j .header-lesson-W {
    transform-style: preserve-3d;
    overflow: hidden;
    backdrop-filter: blur(5px);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    position: relative;
    transition: all 0.4s ease;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.access-help-j .header-lesson-W::before {
    width: 200%;
    height: 200%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    content: "";
    transform: rotate(45deg);
    transition: all 0.6s ease;
    top: -50%;
    z-index: -1;
    position: absolute;
    left: -50%;
}.access-help-j .header-lesson-W:hover::before {
    top: -100%;
    left: -100%;
}.access-help-j .header-lesson-W::after {
    top: 0;
    height: 0;
    position: absolute;
    width: 0;
    content: "";
    transform-style: preserve-3d;
    right: 0;
    transition: all 0.4s ease;
    border-style: solid;
    transform: translateZ(5px);
    border-color: transparent rgb(145,177,158) transparent transparent;
    border-width: 0 25px 25px 0;
}.access-help-j .header-lesson-W:hover::after {
    border-color: transparent rgb(84,146,115) transparent transparent;
    border-width: 0 35px 35px 0;
}.access-help-j .header-lesson-W:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}.access-help-j .header-lesson-W h5 {
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
}.access-help-j .header-lesson-W h5::before {
    height: 1px;
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    background: rgb(84,146,115);
    width: 100%;
}.access-help-j .header-lesson-W h5::after {
    background: rgb(145,177,158);
    content: "";
    transition: width 0.4s ease-in-out;
    width: 30%;
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 3px;
}.access-help-j .header-lesson-W:hover h5::after {
    width: 100%;
}.access-help-j .header-lesson-W .main-teach-o {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}.access-help-j .header-lesson-W a {
    display: block;
    text-decoration: none;
    padding: 0.5rem 0;
    transform-style: preserve-3d;
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    position: relative;
    transition: all 0.3s ease;
}.access-help-j .header-lesson-W a::before {
    left: -20px;
    opacity: 0;
    content: "→";
    position: absolute;
    transition: all 0.3s ease;
    transform: translateZ(5px);
}.access-help-j .header-lesson-W a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
    color: #ffffff;
}.access-help-j .header-lesson-W a:hover::before {
    left: 0;
    opacity: 1;
}.report-abuse-q {
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
    margin-top: 3rem;
}.report-abuse-q::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    height: 1px;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(145,177,158) 30%, 
                #ffffff 50%, 
                rgb(84,146,115) 70%, 
                transparent 100%);
}.report-abuse-q .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.report-abuse-q .cert-block-q {
    text-align: center;
    border-radius: 30px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    background: rgba(0, 0, 0, 0.2);
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}.report-abuse-q .cert-block-q:hover {
    box-shadow: 0 0 15px rgba(rgb(145,177,158), 0.3);
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(84,146,115,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(84,146,115);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.access-help-j .company_holder::before,
.access-help-j .header-lesson-W::before {
    width: 100px;
    border-radius: 50%;
    position: absolute;
    opacity: 0;
    background: radial-gradient(circle, rgb(145,177,158,0.5) 0%, transparent 70%);
    filter: blur(30px);
    height: 100px;
    z-index: -1;
    transition: opacity 0.5s ease;
    content: "";
}.access-help-j .company_holder::before {
    bottom: -20px;
    right: -20px;
}.access-help-j .header-lesson-W::before {
    left: -20px;
    top: -20px;
}.access-help-j .company_holder:hover::before,
.access-help-j .header-lesson-W:hover::before {
    opacity: 0.5;
}.access-help-j .company_holder::after {
    opacity: 0.7;
    height: 30px;
    right: 20px;
    top: 20px;
    position: absolute;
    width: 30px;
    border-top: 2px solid rgb(145,177,158);
    border-right: 2px solid rgb(145,177,158);
    transition: all 0.4s ease;
    content: "";
}.access-help-j .company_holder:hover::after {
    transform: rotate(45deg);
    height: 40px;
    width: 40px;
}

@media (max-width: 992px) {.access-help-j {
    padding: 4rem 0 2rem;
}.access-help-j .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.access-help-j .company_holder,
    .access-help-j .discount-cta-y {
    width: 100%;
}.access-help-j .main-teach-o {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.access-help-j {
    padding: 3.5rem 0 1.5rem;
}.access-help-j .main-teach-o {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.access-help-j .company_holder,
    .access-help-j .header-lesson-W {
    padding: 1.5rem;
}.access-help-j .company_holder h3,
    .access-help-j .header-lesson-W h5 {
    margin-bottom: 1.25rem;
}.report-abuse-q {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.access-help-j {
    padding: 3rem 0 1rem;
}.access-help-j .company_holder {
    padding: 1.25rem;
}.access-help-j .company_holder h3 {
    font-size: calc(35px * 0.8);
}.access-help-j .header-lesson-W h5 {
    font-size: calc(22px * 0.9);
}.access-help-j .header-lesson-W a,
    .access-help-j .lang-learn-h {
    font-size: calc(14px * 0.9);
}.report-abuse-q .cert-block-q {
    padding: 0.4rem 1rem;
    font-size: calc(13px * 0.9);
}}

.access-help-j .company_holder .lang-learn-h::after {
    transition: width 0.4s ease;
    content: "";
    width: 70px;
    position: absolute;
    background: linear-gradient(to right, rgb(145,177,158), transparent);
    height: 3px;
    bottom: -10px;
    left: 1rem;
}.access-help-j .company_holder:hover .lang-learn-h::after {
    width: calc(100% - 1rem);
}.access-help-j::after {
    left: 0;
    position: absolute;
    height: 100%;
    background-size: 40px 40px;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    width: 100%;
    z-index: -2;
    opacity: 0.3;
    content: "";
    top: 0;
}.access-help-j .header-lesson-W:nth-child(1)::before {
    background: radial-gradient(circle, rgb(145,177,158,0.5) 0%, transparent 70%);
}.access-help-j .header-lesson-W:nth-child(2)::before {
    background: radial-gradient(circle, rgb(84,146,115,0.5) 0%, transparent 70%);
}.access-help-j .main-teach-o a::after {
    width: 0;
    content: "";
    background: linear-gradient(to right, rgb(145,177,158), rgb(84,146,115));
    height: 1px;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    left: 0;
}.access-help-j .main-teach-o a:hover::after {
    width: 100%;
}.pricing-card-list-n {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.pricing-card-list-n::before {
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    bottom: 0;
    z-index: 1;
}.pricing-card-list-n .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.pricing-card-list-n .fee-board-Q {
    flex-direction: column;
    align-items: center;
    display: flex;
}.pricing-card-list-n h2 {
    color: #ffffff;
    animation: float 6s ease-in-out infinite;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    transform: translateY(0);
    font-size: 28px;
    text-align: center;
}.pricing-card-list-n h2::after {
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    position: absolute;
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    width: 80px;
}.pricing-card-list-n .pricing-levels-O {
    text-align: center;
    margin: 0 auto 50px;
    font-size: 12px;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.6;
    max-width: 800px;
}.pricing-card-list-n .trial-pricing-l {
    margin: 0;
    width: 100%;
    gap: 30px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
}.pricing-card-list-n .trial-pricing-l li {
    perspective: 1000px;
}.pricing-card-list-n .cost-table-P {
    display: block;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    box-sizing: border-box;
    text-decoration: none;
}.pricing-card-list-n .cost-table-P:hover {
    transform: translateY(-10px) rotateY(2deg);
}.pricing-card-list-n .fee-plans-H {
    height: 100%;
    display: flex;
    transition: all 0.4s ease;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    padding: 35px 30px;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    flex-direction: column;
    border: 1px solid rgba(255,255,255,0.1);
}.pricing-card-list-n .fee-plans-H::before {
    transform: scaleX(0.5);
    transition: transform 0.4s ease;
    width: 100%;
    content: "";
    top: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(145,177,158), rgb(84,146,115));
    position: absolute;
    left: 0;
    transform-origin: left;
}.pricing-card-list-n .cost-table-P:hover .fee-plans-H::before {
    transform: scaleX(1);
}.pricing-card-list-n .value-deals-O {
    height: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
}.pricing-card-list-n .cost-table-P h4 {
    margin: 0 0 20px;
    font-weight: 700;
    font-size: calc(23px * 1.2);
    position: relative;
    color: #ffffff;
}.pricing-card-list-n .cost-table-P h4::after {
    bottom: -10px;
    left: 0;
    width: 40px;
    background-color: rgb(145,177,158);
    height: 2px;
    content: "";
    position: absolute;
}.pricing-card-list-n .cost-table-P p {
    margin: 0 0 25px;
    color: rgb(255, 255, 255, 0.5);
    overflow-wrap: break-word;
    line-height: 1.6;
    flex-grow: 1;
    word-wrap: break-word;
    white-space: normal;
    font-size: 12px;
}.pricing-card-list-n .promo-plans-f {
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-size: calc(23px * 1.4);
    border-radius: 6px;
    padding: 10px 20px;
    background: linear-gradient(135deg, rgb(145,177,158,0.5) 0%, rgb(84,146,115,0.5) 100%);
    transition: all 0.3s ease;
    display: inline-block;
    align-self: flex-start;
    color: #ffffff;
    transform: translateZ(10px);
}.pricing-card-list-n .cost-table-P:hover .promo-plans-f {
    transform: translateZ(15px) scale(1.05);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

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

@media (max-width: 1200px) {.pricing-card-list-n {
    padding: 100px 0;
}.pricing-card-list-n .trial-pricing-l {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing-card-list-n {
    padding: 80px 0;
}.pricing-card-list-n .trial-pricing-l {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.pricing-card-list-n h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 768px) {.pricing-card-list-n {
    padding: 60px 0;
}.pricing-card-list-n .trial-pricing-l {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-card-list-n .pricing-levels-O {
    margin-bottom: 40px;
}.pricing-card-list-n h2 {
    font-size: calc(28px * 0.8);
}.pricing-card-list-n .fee-plans-H {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.pricing-card-list-n {
    padding: 50px 0;
}.pricing-card-list-n h2 {
    font-size: calc(28px * 0.7);
}.pricing-card-list-n .pricing-levels-O {
    font-size: calc(12px * 0.9);
    margin-bottom: 30px;
}.pricing-card-list-n .fee-plans-H {
    padding: 25px 20px;
}.pricing-card-list-n .cost-table-P h4 {
    font-size: calc(23px * 1.1);
}.pricing-card-list-n .cost-table-P p {
    font-size: calc(12px * 0.9);
}.pricing-card-list-n .promo-plans-f {
    padding: 8px 16px;
    font-size: calc(23px * 1.2);
}}.privacySettingsModal-E {
    bottom: 0;
    background: rgb(190,202,195);
    padding: 20px 0;
    justify-content: center;
    border-top: 3px solid rgb(145,177,158);
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 100;
}.track-edu-Q {
    border: 2px solid rgb(145,177,158);
    align-items: center;
    display: flex;
    border-radius: 26px;
    margin: auto;
    width: 90%;
    max-width: 1200px;
    padding: 20px;
    background: rgba(0, 0, 0, 0.5);
    justify-content: space-between;
}.user-status-E {
    margin-right: 20px;
    flex-shrink: 0;
}.user-status-E svg {
    height: 50px;
    width: 50px;
    fill: rgb(145,177,158);
}.privacy-ctrl-S {
    color: #ffffff;
    flex-grow: 1;
    text-align: left;
}.privacy-ctrl-S h5 {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: rgb(145,177,158);
}.privacy-ctrl-S p {
    margin: 0;
    line-height: 1.5;
    color: #ffffff;
    font-size: 12px;
}.privacy-ctrl-S p a {
    text-decoration: underline;
    color: rgb(145,177,158);
}.cookie-all-k {
    min-width: 120px;
    color: #ffffff;
    text-align: center;
    padding: 10px 20px;
    flex-shrink: 0;
    background: rgb(145,177,158);
    text-decoration: none;
    cursor: pointer;
    border-radius: 10px;
    border: none;
    font-size: 15px;
}.cookie_button.web-cookies-f {
    margin-right: 10px;
}#privacyAlertPopup-h {
    display: none;
}#privacyAlertPopup-h:checked ~ .privacySettingsModal-E {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.track-edu-Q {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.user-status-E {
    margin-bottom: 20px;
    margin-right: 0;
}.cookie-all-k {
    max-width: 250px;
    width: 100%;
    margin: 10px 0;
}
}
