* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.container {
    width: 1147px;
    max-width: 100%;
    margin: auto;
}.outer-container_l {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}html,body {
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
    scroll-behavior: auto;
    height: 100%;
    scroll-snap-type: none;
    color: #000000;
}.head_lesson_g {
    flex: 1 0 auto;
}.footer_benefit_j {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.meet_us_B {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.meet_us_B::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(191,208,204,0.5), rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
    left: 0;
}.meet_us_B::after {
    width: 200px;
    animation: float 8s ease-in-out infinite;
    content: "";
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    background: rgb(152,173,169);
    right: -50px;
    opacity: 0.1;
    height: 200px;
    bottom: -50px;
}.meet_us_B h4 {
    transform: translateY(0);
    font-size: calc(33px * 1.2);
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
    opacity: 1;
    margin-bottom: 60px;
    font-weight: 700;
    z-index: 2;
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    text-transform: uppercase;
}.meet_us_B h4::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -15px;
    height: 4px;
    background: linear-gradient(90deg, rgb(152,173,169), rgb(191,208,204));
}.meet_us_B .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
}.meet_us_B .text_holder_wrap_a {
    background: rgba(255, 255, 255, 0.92);
    opacity: 1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.5s ease 0.2s, opacity 0.5s ease 0.2s;
    backdrop-filter: blur(10px);
    border-left: 5px solid rgb(191,208,204);
    padding: 40px 50px;
    transform: translateY(0);
}.meet_us_B .text_holder_wrap_a::before {
    top: 0;
    right: 0;
    height: 5px;
    content: "";
    position: absolute;
    width: 30%;
    background: linear-gradient(90deg, transparent, rgb(152,173,169));
}.meet_us_B .text_holder_wrap_a::after {
    background: linear-gradient(90deg, transparent, rgb(191,208,204,0.5));
    height: 2px;
    right: 0;
    bottom: 0;
    content: "";
    width: 50%;
    position: absolute;
}.meet_us_B .text_holder_wrap_a h6 {
    font-size: calc(20px * 1.2);
    position: relative;
    color: rgb(191,208,204);
    display: inline-block;
    margin-bottom: 25px;
    font-weight: 700;
}.meet_us_B .text_holder_wrap_a h6::after {
    width: 100%;
    transform: scaleX(0.3);
    height: 2px;
    bottom: -10px;
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.5s ease;
    background: rgb(152,173,169,0.5);
    left: 0;
}.meet_us_B .text_holder_wrap_a:hover h6::after {
    transform: scaleX(1);
}.meet_us_B .text_holder_wrap_a div {
    position: relative;
}.meet_us_B .text_holder_wrap_a span {
    color: #000000;
    font-size: 13px;
    font-family: Arial, sans-serif;
    text-align: justify;
    column-gap: 30px;
    hyphens: auto;
    column-count: 2;
    display: block;
    line-height: 1.8;
}


@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}


@media screen and (max-width: 1200px) {.meet_us_B {
    padding: 100px 0;
}.meet_us_B .text_holder_wrap_a {
    padding: 35px 40px;
}
}

@media screen and (max-width: 992px) {.meet_us_B {
    padding: 80px 0;
}.meet_us_B h4 {
    font-size: calc(33px * 1.1);
    margin-bottom: 50px;
}.meet_us_B .text_holder_wrap_a {
    padding: 30px 35px;
}.meet_us_B .text_holder_wrap_a h6 {
    font-size: 20px;
}
}

@media screen and (max-width: 768px) {.meet_us_B {
    padding: 70px 0;
}.meet_us_B h4 {
    margin-bottom: 40px;
    font-size: 33px;
}.meet_us_B h4::after {
    width: 60px;
    height: 3px;
}.meet_us_B .text_holder_wrap_a {
    padding: 25px 30px;
}.meet_us_B .text_holder_wrap_a span {
    line-height: 1.7;
    column-count: 1;
    font-size: calc(13px - 1px);
}
}

@media screen and (max-width: 576px) {.meet_us_B {
    padding: 60px 0;
}.meet_us_B h4 {
    margin-bottom: 35px;
    font-size: calc(33px * 0.9);
}.meet_us_B h4::after {
    width: 50px;
}.meet_us_B .text_holder_wrap_a {
    border-left-width: 3px;
    padding: 20px 25px;
}.meet_us_B .text_holder_wrap_a h6 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}.meet_us_B .text_holder_wrap_a span {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}
}

@media (hover: hover) and (pointer: fine) {.meet_us_B .text_holder_wrap_a:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}}.welcome_O {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,233,231), rgba(255, 255, 255, 0.95));
}.welcome_O::before {
    pointer-events: none;
    opacity: 0.15;
    top: 0;
    content: "";
    right: 0;
    background: 
        radial-gradient(circle at 30% 70%, rgb(191,208,204,0.5), transparent 30%),
        radial-gradient(circle at 70% 20%, rgb(152,173,169,0.5), transparent 35%);
    bottom: 0;
    z-index: 0;
    left: 0;
    position: absolute;
}.welcome_O::after {
    content: "";
    height: 200%;
    opacity: 0.05;
    pointer-events: none;
    position: absolute;
    top: -50%;
    width: 200%;
    background: repeating-linear-gradient(
        45deg,
        rgb(191,208,204,0.5) 0,
        rgb(191,208,204,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    animation: patternMove 120s linear infinite;
    left: -50%;
}.welcome_O .master_track_e {
    padding: 6rem 2rem;
    display: grid;
    gap: 2rem;
    max-width: 1400px;
    z-index: 1;
    position: relative;
    grid-template-columns: 1fr 1fr;
    height: 100%;
    margin: 0 auto;
}.welcome_O h1 {
    position: relative;
    color: #000000;
    font-weight: 700;
    transform: translateX(-1rem);
    opacity: 0;
    margin-bottom: 2rem;
    animation: slideInTitle 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.2s;
    font-size: clamp(2.5rem, 5vw, 45px);
    grid-column: 1 / -1;
}.welcome_O h1::after {
    left: 0;
    position: absolute;
    width: 8rem;
    transform-origin: left;
    bottom: -1rem;
    animation: scaleWidth 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.8s;
    transform: scaleX(0);
    content: "";
    background: linear-gradient(90deg, rgb(191,208,204), rgb(152,173,169));
    height: 0.3rem;
}.welcome_O .text_holder_wrap_a {
    display: flex;
    flex-direction: column;
    animation: fadeUpIn 1s ease-out forwards 0.6s;
    opacity: 0;
    transform: translateY(2rem);
    justify-content: center;
    position: relative;
    z-index: 2;
}.welcome_O .page_intro_A {
    transform: perspective(1000px) rotateY(-2deg);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    padding: 3rem;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
}.welcome_O .page_intro_A:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.12),
        0 15px 25px rgba(0, 0, 0, 0.07);
}.welcome_O .page_intro_A::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(191,208,204), rgb(152,173,169));
    left: 0;
    height: 0.3rem;
    content: "";
    top: 0;
    width: 100%;
}.welcome_O .page_intro_A p {
    margin-bottom: 2.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: clamp(1rem, 2vw, 1.25rem);
    position: relative;
}.welcome_O .page_intro_A p::first-letter {
    font-size: 150%;
    font-weight: 700;
    color: rgb(191,208,204);
}.welcome_O svg {
    margin: 1rem auto 2.5rem;
    filter: drop-shadow(0 10px 15px rgba(94, 170, 168, 0.2));
    width: 120px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    height: 120px;
    transform-origin: center;
}.welcome_O svg:hover {
    transform: scale(1.05) rotate(2deg);
}.welcome_O svg path {
    transition: fill 0.3s ease;
}.welcome_O svg:hover path {
    fill: rgb(191,208,204);
}.welcome_O svg text {
    transition: all 0.3s ease;
}.welcome_O svg:hover text {
    fill: #000000;
}.welcome_O .reach_query_V {
    font-size: 15px;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(191,208,204), rgb(152,173,169));
    padding: 1rem 2.5rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.3);
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}.welcome_O .reach_query_V::before {
    transition: opacity 0.3s ease;
    left: 0;
    top: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(152,173,169), rgb(191,208,204));
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
}.welcome_O .reach_query_V:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(94, 170, 168, 0.4);
}.welcome_O .reach_query_V:hover::before {
    opacity: 1;
}.welcome_O .reach_query_V:active {
    transform: translateY(-2px);
}.welcome_O .img_text_K {
    transition: transform 0.5s ease;
    opacity: 0;
    animation: fadePhotoIn 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 0.8s;
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 10px 20px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(2deg) translateY(2rem);
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}.welcome_O .img_text_K::after {
    mix-blend-mode: overlay;
    background: linear-gradient(
        to bottom right,
        rgba(var(--primary-color-rgb), 0.2),
        rgba(var(--secondary-color-rgb), 0.2)
    );
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    top: 0;
}.welcome_O .img_text_K:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(0);
}

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

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

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

@keyframes fadePhotoIn {
    from {
        transform: perspective(1000px) rotateY(2deg) translateY(2rem);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(2deg) translateY(0);
        opacity: 1;
    }
}

@keyframes patternMove {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(50%, 50%);
    }
}

@media (max-width: 992px) {.welcome_O .master_track_e {
    padding: 4rem 1.5rem;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.welcome_O h1 {
    text-align: center;
    font-size: 2.5rem;
}.welcome_O h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleWidth {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .welcome_O .page_intro_A {
    transform: perspective(1000px) rotateY(0);
    padding: 2rem;
}.welcome_O .reach_query_V {
    width: 100%;
    display: block;
}.welcome_O .img_text_K {
    height: 300px;
    transform: perspective(1000px) rotateY(0) translateY(1rem);
    order: -1;
}.welcome_O svg {
    height: 100px;
    margin: 0.5rem auto 2rem;
    width: 100px;
}
}

@media (max-width: 576px) {.welcome_O .master_track_e {
    padding: 3rem 1rem;
}.welcome_O h1 {
    font-size: 2rem;
}.welcome_O .page_intro_A {
    padding: 1.5rem;
}.welcome_O .page_intro_A p {
    font-size: 1rem;
}.welcome_O .img_text_K {
    height: 200px;
}.welcome_O .reach_query_V {
    padding: 0.8rem 1.5rem;
}.welcome_O svg {
    height: 80px;
    width: 80px;
}}.developer_experience_L {
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,231) 0%, rgb(152,173,169,0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.developer_experience_L::before {
    height: 40%;
    width: 40%;
    background: rgb(191,208,204,0.5);
    top: -5%;
    transform-origin: center;
    position: absolute;
    right: -5%;
    animation: floating 15s ease-in-out infinite;
    z-index: 0;
    content: "";
    opacity: 0.3;
    filter: blur(60px);
}.developer_experience_L::after {
    transform-origin: center;
    opacity: 0.2;
    z-index: 0;
    content: "";
    height: 30%;
    background: rgb(152,173,169,0.5);
    left: -5%;
    width: 30%;
    animation: floating 18s ease-in-out infinite reverse;
    bottom: -5%;
    filter: blur(50px);
    position: absolute;
}.developer_experience_L .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
}.developer_experience_L .student_glow_O {
    transform: perspective(1000px) rotateX(2deg);
    gap: 2rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    backdrop-filter: blur(10px);
    border-radius: 4px;
    transform-style: preserve-3d;
    background: rgba(255, 255, 255, 0.85);
    padding: 2.5rem;
    grid-template-columns: 1fr;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
}.developer_experience_L .student_glow_O:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(0deg);
}.developer_experience_L .student_glow_O > div:first-child {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 280px;
}.developer_experience_L .student_glow_O .img_text_K {
    width: 100%;
    opacity: 0;
    overflow: hidden;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    border-radius: 3px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    height: 280px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    transform: translateZ(30px);
}.developer_experience_L .student_glow_O .img_text_K::before {
    top: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(191,208,204), 0.2) 100%
    );
    content: "";
    width: 100%;
    left: 0;
}.developer_experience_L .student_glow_O .img_text_K::after {
    content: "";
    height: 120%;
    opacity: 0;
    transition: opacity 0.5s ease;
    left: -10%;
    z-index: 2;
    width: 120%;
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
    top: -10%;
}.developer_experience_L .student_glow_O .img_text_K:hover::after {
    opacity: 1;
}.developer_experience_L .student_glow_O > div:nth-child(2) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    opacity: 0;
    text-align: center;
}.developer_experience_L .student_glow_O .name {
    color: #000000;
    position: relative;
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 19px;
    font-weight: 700;
}.developer_experience_L .student_glow_O .name::after {
    content: "";
    background: rgb(191,208,204);
    bottom: -8px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
    width: 40px;
    position: absolute;
    border-radius: 1px;
}.developer_experience_L .student_glow_O > div:nth-child(2) > div {
    margin-top: 1rem;
    color: rgb(152,173,169);
    font-size: calc(15px - 0.1rem);
    font-weight: 600;
}.developer_experience_L .student_glow_O > div:nth-child(3) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
    opacity: 0;
}.developer_experience_L .student_glow_O .emp_achievements_E {
    position: relative;
    font-size: 15px;
    line-height: 1.7;
    padding-left: 1.5rem;
    margin: 0;
    border-left: 3px solid rgb(191,208,204,0.5);
    color: #000000;
}.developer_experience_L .student_glow_O .emp_achievements_E::before {
    opacity: 0.2;
    color: rgb(191,208,204,0.5);
    content: "";
    font-family: Georgia, serif;
    left: -15px;
    top: -20px;
    position: absolute;
    font-size: 5rem;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.developer_experience_L {
    padding: 7rem 0;
}.developer_experience_L .student_glow_O {
    column-gap: 3rem;
    grid-template-rows: auto 1fr;
    row-gap: 1.5rem;
    padding: 3rem;
    grid-template-columns: 280px 1fr;
}.developer_experience_L .student_glow_O > div:first-child {
    grid-row: 1 / span 2;
}.developer_experience_L .student_glow_O > div:nth-child(2) {
    align-self: flex-end;
    text-align: left;
}.developer_experience_L .student_glow_O .name::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 992px) {.developer_experience_L .student_glow_O {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.developer_experience_L .student_glow_O > div:first-child {
    max-width: 320px;
}.developer_experience_L .student_glow_O .img_text_K {
    height: 350px;
}.developer_experience_L .student_glow_O .emp_achievements_E {
    line-height: 1.8;
    font-size: calc(15px + 0.05rem);
}
}

@media (max-width: 767px) {.developer_experience_L {
    padding: 4rem 0;
}.developer_experience_L .container {
    padding: 0 1rem;
}.developer_experience_L .student_glow_O {
    padding: 2rem;
}.developer_experience_L .student_glow_O .img_text_K {
    height: 240px;
}}header {
    position: relative;
    width: 100%;
    overflow: visible;
    background: linear-gradient(to right, rgb(152,173,169) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 99;
}header::before {
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(191,208,204,0.5) 10px,
        rgb(191,208,204,0.5) 11px
    );
    height: 100%;
    left: 0;
    content: '';
    z-index: -1;
    opacity: 0.1;
    position: absolute;
    top: 0;
}header .site_head_H {
    align-items: center;
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding: 15px;
    display: flex;
}header .site_head_H::after {
    box-shadow: 0 0 10px rgb(152,173,169), 0 0 20px rgb(152,173,169,0.5);
    bottom: 0;
    content: '';
    height: 1px;
    width: 90%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(191,208,204),
        rgb(152,173,169),
        rgb(191,208,204),
        transparent
    );
    position: absolute;
    left: 5%;
}header .site_head_H .top_learning_e {
    z-index: 2;
    margin-right: 20px;
    position: relative;
    padding: 5px 10px;
}header .site_head_H .top_learning_e::before {
    border-radius: 10px;
    opacity: 0;
    width: 100%;
    position: absolute;
    border: 1px solid rgb(152,173,169,0.5);
    content: '';
    height: 100%;
    box-shadow: 0 0 15px rgb(152,173,169,0.5);
    transition: opacity 0.4s ease;
    left: 0;
    top: 0;
}header .site_head_H .top_learning_e:hover::before {
    opacity: 1;
}header .site_head_H .top_learning_e .nav_site_z {
    display: block;
    transition: transform 0.3s ease;
}header .site_head_H .top_learning_e:hover .nav_site_z {
    transform: scale(1.05);
}header .site_head_H .top_learning_e .nav_site_z svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 5px rgb(152,173,169,0.5));
}header .site_head_H .header_page_E {
    background: rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 10px;
    justify-content: flex-end;
    list-style: none;
    padding: 15px 20px;
    margin: 0;
    flex-wrap: wrap;
    position: relative;
}header .site_head_H .header_page_E::before {
    position: absolute;
    content: '';
    left: 0;
    opacity: 0.2;
    border-radius: 10px;
    background: radial-gradient(
        ellipse at center,
        rgb(152,173,169,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    width: 100%;
    top: 0;
}header .site_head_H .header_page_E .head_train_j {
    margin: 0;
    position: relative;
}header .site_head_H .header_page_E .head_train_j::after {
    background: rgb(191,208,204);
    box-shadow: 0 0 8px rgb(191,208,204);
    transition: width 0.3s ease, left 0.3s ease;
    height: 2px;
    content: '';
    bottom: -5px;
    left: 50%;
    width: 0;
    position: absolute;
}header .site_head_H .header_page_E .head_train_j:hover::after {
    left: 10%;
    width: 80%;
}header .site_head_H .header_page_E .head_train_j a {
    transition: color 0.3s ease, text-shadow 0.3s ease;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    font-size: 17px;
    display: block;
    color: #ffffff;
    padding: 10px 15px;
}header .site_head_H .header_page_E .head_train_j:hover a {
    color: rgb(191,208,204);
    text-shadow: 0 0 5px rgb(191,208,204,0.5);
}

@media (max-width: 992px) {header .site_head_H {
    flex-direction: column;
}header .site_head_H .top_learning_e {
    margin: 0 0 15px 0;
    align-self: center;
}header .site_head_H .header_page_E {
    justify-content: center;
    width: 100%;
}header .site_head_H .header_page_E .head_train_j a {
    padding: 10px 15px;
    font-size: calc(17px - 1px);
}}.sign_up_I {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(225,233,231) 0%, rgb(191,208,204,0.5) 100%);
    padding: 6rem 2rem;
    position: relative;
}.sign_up_I::before {
    background: rgb(191,208,204);
    height: 120%;
    position: absolute;
    width: 40%;
    content: '';
    top: -10%;
    transform: rotate(-15deg);
    opacity: 0.05;
    z-index: -1;
    left: -5%;
}.sign_up_I::after {
    content: '';
    transform: rotate(25deg);
    opacity: 0.08;
    position: absolute;
    bottom: -10%;
    width: 30%;
    background: rgb(152,173,169);
    z-index: -1;
    height: 60%;
    right: -5%;
}.sign_up_I .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.sign_up_I .master_track_e {
    padding: 3rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
    border-left: 4px solid rgb(191,208,204);
}.sign_up_I .master_track_e::before {
    width: 100%;
    opacity: 0.05;
    z-index: -1;
    top: 0;
    background: linear-gradient(45deg, rgb(191,208,204,0.5) 0%, transparent 15%);
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
}.sign_up_I h3 {
    font-family: Arial, sans-serif;
    position: relative;
    margin-bottom: 2rem;
    max-width: 90%;
    font-weight: 600;
    font-size: 21px;
    color: #000000;
    line-height: 1.4;
}.sign_up_I h3::after {
    bottom: -10px;
    transform-origin: left;
    position: absolute;
    height: 2px;
    width: 50px;
    content: '';
    left: 0;
    background: rgb(191,208,204);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: scaleX(1);
}.sign_up_I .master_track_e:hover h3::after {
    transform: scaleX(1.5);
}.sign_up_I .input_holder {
    flex-direction: column;
    margin-top: 1rem;
    gap: 1.5rem;
    display: flex;
    position: relative;
}.sign_up_I .input_holder div {
    position: relative;
    flex: 1;
}.sign_up_I input[type="email"] {
    font-family: Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1rem 1.5rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    transition: all 0.3s ease;
}.sign_up_I input[type="email"]:focus {
    border-color: rgb(191,208,204);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    outline: none;
}.sign_up_I input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.35);
}.sign_up_I input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.sign_up_I .upgrade_skills_Q {
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
    background: rgb(191,208,204);
    letter-spacing: 0.5px;
    font-weight: 600;
    position: relative;
    align-self: flex-start;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
    border: none;
    padding: 1rem 2rem;
}.sign_up_I .upgrade_skills_Q:hover {
    background: rgb(152,173,169);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.sign_up_I .upgrade_skills_Q::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    content: '';
    width: 100%;
    top: 0;
    transition: all 0.6s ease;
}.sign_up_I .upgrade_skills_Q:hover::before {
    left: 100%;
}.sign_up_I .input_holder div::after {
    transition: transform 0.5s ease;
    left: 0;
    bottom: -5px;
    transform: scaleX(0);
    content: '';
    transform-origin: left;
    background: linear-gradient(90deg, rgb(191,208,204) 0%, transparent 100%);
    height: 1px;
    width: 100%;
    position: absolute;
}.sign_up_I .input_holder div:focus-within::after {
    transform: scaleX(1);
}

@media (min-width: 768px) {.sign_up_I .input_holder {
    flex-direction: row;
    align-items: center;
}.sign_up_I .upgrade_skills_Q {
    white-space: nowrap;
}.sign_up_I h3 {
    font-size: calc(21px * 1.1);
    max-width: 80%;
}.sign_up_I .master_track_e {
    padding: 4rem;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (min-width: 992px) {.sign_up_I {
    padding: 8rem 2rem;
}.sign_up_I .master_track_e {
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    display: flex;
    padding: 4.5rem 5rem;
}.sign_up_I h3 {
    margin-bottom: 0;
    flex: 1;
    max-width: 50%;
}.sign_up_I .master_track_e > div {
    flex: 1;
}.sign_up_I h3::after {
    width: 70px;
}
}

@media (max-width: 767px) {.sign_up_I {
    padding: 4rem 1.5rem;
}.sign_up_I .master_track_e {
    transform: perspective(1000px) rotateX(0deg);
    padding: 2.5rem 2rem;
}.sign_up_I h3 {
    font-size: calc(21px * 0.9);
    max-width: 100%;
}.sign_up_I .upgrade_skills_Q {
    width: 100%;
    text-align: center;
}
}

@media (hover: none) {.sign_up_I .upgrade_skills_Q:hover {
    transform: none;
    box-shadow: none;
}.sign_up_I .upgrade_skills_Q:active {
    background: rgb(152,173,169);
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(191,208,204,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.sign_up_I .upgrade_skills_Q:focus {
    animation: pulse 1.5s infinite;
    outline: none;
}.privacy_unit_T {
    display: flex;
    height: auto;
    background: rgb(152,173,169);
    width: 100%;
    flex-direction: column;
    border: 2px solid rgb(191,208,204);
    color: #ffffff;
    box-shadow: 0 0 10px rgb(191,208,204,0.5), inset 0 0 15px rgba(0, 0, 0, 0.5);
    padding: 40px;
    gap: 25px;
}.privacy_unit_T h1 {
    font-size: 43px;
    margin: 0;
    letter-spacing: 2px;
    color: rgb(191,208,204);
    font-family: Arial, sans-serif;
    text-align: center;
    border-bottom: 2px solid rgb(152,173,169);
    padding-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
}.privacy_unit_T h2 {
    padding-left: 15px;
    text-transform: uppercase;
    margin: 0;
    color: rgb(152,173,169);
    font-size: 34px;
    letter-spacing: 1px;
    border-left: 4px solid rgb(191,208,204);
    font-family: Arial, sans-serif;
    font-weight: 600;
    text-align: left;
}.privacy_unit_T h3, .privacy_unit_T h4, .privacy_unit_T h5 {
    color: #ffffff;
    font-size: 18px;
}.privacy_unit_T ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}.privacy_unit_T li {
    border-radius: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
    font-family: Arial, sans-serif;
    background: rgb(152,173,169,0.5);
    line-height: 1.6;
    color: #ffffff;
    border: 1px solid rgb(191,208,204);
}.privacy_unit_T div {
    background: rgb(191,208,204,0.5);
    line-height: 1.8;
    border: 1px solid rgb(152,173,169);
    border-radius: 13px;
    padding: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 12px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.privacy_unit_T p, .privacy_unit_T span {
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy_unit_T {
    padding: 20px;
}.privacy_unit_T h1 {
    font-size: calc(18px - 4px);
    margin-bottom: 15px;
}.privacy_unit_T h2 {
    margin-bottom: 10px;
    font-size: calc(18px - 2px);
}.privacy_unit_T ul {
    padding-left: 15px;
}.privacy_unit_T li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy_unit_T div {
    padding: 15px;
}}.tariff_option_j {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.tariff_option_j::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(18, 36, 66, 0.92), rgba(39, 55, 89, 0.85));
    width: 100%;
    top: 0;
    z-index: 1;
    content: "";
    left: 0;
    position: absolute;
}.tariff_option_j .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1320px;
    z-index: 2;
    position: relative;
}.fee_board_y {
    position: relative;
}.tariff_option_j h2 {
    color: #ffffff;
    text-align: center;
    font-size: 37px;
    transform: translateY(0);
    margin-bottom: 20px;
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.tariff_option_j h2::after {
    position: absolute;
    background: rgb(191,208,204);
    bottom: -12px;
    left: 50%;
    height: 3px;
    width: 80px;
    transform: translateX(-50%);
    content: "";
}.tariff_option_j .discount_tier_g {
    text-align: center;
    opacity: 0.9;
    color: #ffffff;
    line-height: 1.6;
    max-width: 760px;
    margin: 0 auto 50px;
    font-size: 18px;
}.tariff_option_j .pricing_block_W {
    margin: 0;
    padding: 0;
    gap: 30px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.tariff_option_j .learn_pricing_f {
    overflow: hidden;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.tariff_option_j .cost_breakdown_i {
    min-height: 380px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    justify-content: space-between;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    flex-direction: column;
    height: 100%;
    transition: all 0.4s ease;
    height: 100%;
    padding: 30px;
}.tariff_option_j .cost_breakdown_i::before {
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to bottom right, 
        rgb(191,208,204,0.5), 
        transparent,
        rgba(255, 255, 255, 0.05));
}.tariff_option_j .pay_options_t {
    z-index: 2;
    flex-direction: column;
    display: flex;
    height: 100%;
    position: relative;
}.tariff_option_j .learn_pricing_f h4 {
    font-weight: 600;
    padding-bottom: 15px;
    position: relative;
    transition: transform 0.4s ease;
    margin-bottom: 20px;
    font-size: 22px;
    color: #ffffff;
}.tariff_option_j .learn_pricing_f h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgb(191,208,204);
    height: 2px;
    width: 40px;
    content: "";
    transition: width 0.4s ease;
}.tariff_option_j .learn_pricing_f p {
    opacity: 0.85;
    font-size: 15px;
    color: #ffffff;
    white-space: normal;
    flex-grow: 1;
    margin-bottom: 25px;
    line-height: 1.7;
    overflow-wrap: break-word;
    word-break: break-word;
}.tariff_option_j .lesson_rates_X {
    margin-top: auto;
    border-radius: 10px;
    align-self: flex-start;
    display: inline-block;
    background: linear-gradient(135deg, rgb(191,208,204), rgb(152,173,169));
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 10px 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
}.tariff_option_j .lesson_rates_X::before {
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    top: 0;
    left: 0;
    width: 100%;
    transition: transform 0.6s ease;
    height: 100%;
    transform: translateX(-100%);
    position: absolute;
    content: "";
}.tariff_option_j .learn_pricing_f:hover {
    transform: translateY(-10px);
}.tariff_option_j .learn_pricing_f:hover .cost_breakdown_i {
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.25);
}.tariff_option_j .learn_pricing_f:hover .cost_breakdown_i::before {
    opacity: 1;
}.tariff_option_j .learn_pricing_f:hover h4 {
    transform: translateX(5px);
}.tariff_option_j .learn_pricing_f:hover h4::after {
    width: 60px;
}.tariff_option_j .learn_pricing_f:hover .lesson_rates_X {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}.tariff_option_j .learn_pricing_f:hover .lesson_rates_X::before {
    transform: translateX(100%);
}

@media (max-width: 1200px) {.tariff_option_j {
    padding: 100px 0;
}.tariff_option_j .pricing_block_W {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}.tariff_option_j .cost_breakdown_i {
    padding: 25px;
    min-height: 360px;
}.tariff_option_j h2 {
    font-size: calc(37px - 2px);
}
}

@media (max-width: 992px) {.tariff_option_j {
    padding: 80px 0;
}.tariff_option_j .pricing_block_W {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.tariff_option_j .cost_breakdown_i {
    min-height: 340px;
    padding: 22px;
}.tariff_option_j .learn_pricing_f h4 {
    font-size: 20px;
}.tariff_option_j .learn_pricing_f p {
    line-height: 1.6;
    font-size: 14px;
}.tariff_option_j .lesson_rates_X {
    padding: 8px 16px;
    font-size: 24px;
}
}

@media (max-width: 768px) {.tariff_option_j {
    padding: 60px 0;
}.tariff_option_j .pricing_block_W {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.tariff_option_j .cost_breakdown_i {
    padding: 25px;
    min-height: auto;
}.tariff_option_j h2 {
    font-size: calc(37px - 4px);
}.tariff_option_j .discount_tier_g {
    font-size: 16px;
    margin-bottom: 40px;
}
}

@media (max-width: 576px) {.tariff_option_j {
    padding: 50px 0;
}.tariff_option_j h2 {
    font-size: calc(37px - 6px);
}.tariff_option_j .discount_tier_g {
    margin-bottom: 30px;
    font-size: 15px;
}.tariff_option_j .cost_breakdown_i {
    padding: 20px;
}.tariff_option_j .learn_pricing_f h4 {
    padding-bottom: 12px;
    margin-bottom: 15px;
    font-size: 18px;
}.tariff_option_j .learn_pricing_f p {
    font-size: 14px;
    margin-bottom: 20px;
}.tariff_option_j .lesson_rates_X {
    padding: 8px 14px;
    font-size: 22px;
}}.footer_benefit_j {
    background-color: rgb(152,173,169);
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0;
}.footer_benefit_j .container {
    position: relative;
    z-index: 2;
}.footer_benefit_j .converter_l {
    flex-direction: column;
    display: flex;
}.footer_benefit_j .get_assistance_x {
    position: relative;
    background-color: rgb(191,208,204);
    padding: 3rem 1.5rem 5rem;
    z-index: 3;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    display: grid;
    margin-bottom: -2rem;
    grid-template-columns: repeat(4, 1fr);
}.footer_benefit_j .get_assistance_x::before {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: '';
    top: 0;
}.footer_benefit_j .info_item {
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
    position: relative;
}.footer_benefit_j .info_item:hover {
    transform: translateX(10px);
}.footer_benefit_j .info_item p,
.footer_benefit_j .info_item a {
    display: flex;
    transition: all 0.3s ease;
    gap: 0.75rem;
    font-size: 18px;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}.footer_benefit_j .info_item svg {
    fill: #ffffff;
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}.footer_benefit_j .info_item:hover svg {
    transform: scale(1.2);
}.footer_benefit_j .text_main_holder {
    z-index: 2;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
}.footer_benefit_j .top_learning_e {
    gap: 1.5rem;
    display: flex;
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    position: relative;
    background-color: rgb(152,173,169);
    z-index: 4;
    padding: 4rem 2rem 3rem;
    flex-direction: column;
}.footer_benefit_j .top_learning_e svg {
    max-width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}.footer_benefit_j .top_learning_e:hover svg {
    transform: scale(1.05);
}.footer_benefit_j .telegram_ref_t {
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.6;
    color: #ffffff;
}.footer_benefit_j .header_page_E {
    z-index: 2;
    gap: 2rem;
    padding: 5rem 2rem 3rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    background-color: #000000;
    position: relative;
    display: flex;
    flex-direction: column;
}.footer_benefit_j .header_page_E::before {
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    content: '';
    height: 100%;
}.footer_benefit_j .header_page_E h5 {
    margin-bottom: 1.5rem;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    font-size: 22px;
    position: relative;
}.footer_benefit_j .header_page_E h5::after {
    width: 40px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: -0.5rem;
    content: '';
    background-color: rgb(191,208,204);
}.footer_benefit_j .first_section_z {
    gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.footer_benefit_j .first_section_z:not(:last-child) {
    margin-bottom: 1rem;
}.footer_benefit_j .first_section_z a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    padding: 0.5rem 0;
    position: relative;
    font-size: 18px;
    opacity: 0.8;
}.footer_benefit_j .first_section_z a::before {
    content: '';
    left: 0;
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    background-color: rgb(191,208,204);
    transition: width 0.3s ease;
}.footer_benefit_j .first_section_z a:hover {
    padding-left: 10px;
    opacity: 1;
}.footer_benefit_j .first_section_z a:hover::before {
    width: 30px;
}.footer_benefit_j .subscribe_holder {
    position: relative;
    background-color: rgb(152,173,169);
    gap: 1.5rem;
    z-index: 3;
    flex-direction: column;
    padding: 4rem 2rem 3rem;
    display: flex;
}.footer_benefit_j .subscribe_holder::before {
    z-index: -1;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}.footer_benefit_j .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 1rem;
}.footer_benefit_j .subscribe_holder p {
    margin-bottom: 1rem;
    color: #ffffff;
    opacity: 0.9;
    font-size: 18px;
    line-height: 1.6;
}.footer_benefit_j .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.footer_benefit_j .input_holder input[type="email"] {
    color: #ffffff;
    border-radius: 10px;
    padding: 1rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    font-size: 18px;
}.footer_benefit_j .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.footer_benefit_j .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.footer_benefit_j .upgrade_skills_Q {
    border: none;
    overflow: hidden;
    background-color: rgb(191,208,204);
    border-radius: 10px;
    position: relative;
    padding: 1rem 1.25rem;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    font-size: 15px;
}.footer_benefit_j .upgrade_skills_Q::before {
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    top: 0;
    left: -100%;
    width: 100%;
    transition: left 0.5s ease;
    content: '';
    position: absolute;
}.footer_benefit_j .upgrade_skills_Q:hover {
    background-color: rgb(191,208,204,0.5);
}.footer_benefit_j .upgrade_skills_Q:hover::before {
    left: 100%;
}.footer_benefit_j .cookie_ctrl_M {
    text-align: center;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    position: relative;
    background-color: rgb(152,173,169);
    margin-top: 0;
    z-index: 1;
    padding: 6rem 0 2rem;
}.footer_benefit_j .cookie_ctrl_M::before {
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    content: '';
    height: 100%;
    width: 100%;
}.footer_benefit_j .footer_clients_R {
    opacity: 0.7;
    color: #ffffff;
    font-size: 16px;
}

@media (max-width: 1200px) {.footer_benefit_j .get_assistance_x {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}.footer_benefit_j .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.footer_benefit_j .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.footer_benefit_j .text_main_holder {
    grid-template-columns: 1fr;
}.footer_benefit_j .top_learning_e,
    .footer_benefit_j .header_page_E,
    .footer_benefit_j .subscribe_holder {
    clip-path: none;
}.footer_benefit_j .header_page_E {
    padding: 3rem 2rem;
}.footer_benefit_j .top_learning_e {
    padding: 3rem 2rem;
    text-align: center;
    align-items: center;
}.footer_benefit_j .subscribe_holder {
    padding: 3rem 2rem;
}.footer_benefit_j .cookie_ctrl_M {
    clip-path: none;
    padding: 3rem 0 2rem;
}
}

@media (max-width: 768px) {.footer_benefit_j .get_assistance_x {
    margin-bottom: 0;
    padding: 2.5rem 1.5rem 3rem;
    clip-path: none;
    grid-template-columns: 1fr;
}.footer_benefit_j .first_section_z {
    grid-template-columns: 1fr;
}.footer_benefit_j .header_page_E h5,
    .footer_benefit_j .subscribe_holder h5 {
    text-align: center;
    display: block;
}.footer_benefit_j .header_page_E h5::after {
    left: 50%;
    transform: translateX(-50%);
}.footer_benefit_j .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.footer_benefit_j .top_learning_e,
    .footer_benefit_j .header_page_E,
    .footer_benefit_j .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.footer_benefit_j .cookie_ctrl_M {
    padding: 2.5rem 0 1.5rem;
}.footer_benefit_j .info_item {
    padding: 0.5rem 0;
}.footer_benefit_j .info_item p,
    .footer_benefit_j .info_item a {
    justify-content: center;
}}.access_now_y {
    overflow: hidden;
    z-index: 1;
    padding: 6rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(191,208,204), rgb(152,173,169));
}.access_now_y::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    content: "";
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
}.access_now_y::after {
    height: 10px;
    z-index: 2;
    width: 100%;
    background: rgb(255, 255, 255, 0.5);
    bottom: -5px;
    left: 0;
    position: absolute;
    content: "";
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
}.access_now_y .container {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    gap: 3rem;
    transform-origin: center bottom;
    z-index: 2;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    max-width: 1200px;
}.access_now_y h6 {
    line-height: 1.5;
    transform: translateZ(30px);
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0;
    font-size: calc(17px * 1.2);
    animation: float 6s ease-in-out infinite;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 0.02em;
}.access_now_y .container > div {
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
}.access_now_y .container > div::before {
    position: absolute;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: -1.5rem;
    width: 100%;
    content: "";
    max-width: 600px;
}.access_now_y .container > div span {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    display: inline-block;
    transform: translateZ(40px);
}.access_now_y .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}.access_now_y .reach_query_V {
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transform-style: preserve-3d;
    padding: 1.2rem 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    color: #000000;
    display: inline-block;
    font-size: 20px;
    overflow: hidden;
}.access_now_y .reach_query_V::before {
    transform: translateX(-100%);
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    content: "";
    top: 0;
    width: 100%;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 100%;
    z-index: 1;
    left: 0;
}.access_now_y .reach_query_V span {
    z-index: 2;
    position: relative;
}.access_now_y .reach_query_V:hover {
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
}.access_now_y .reach_query_V:hover::before {
    transform: translateX(100%);
}.access_now_y .reach_query_V:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(0.98);
}

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

@media screen and (min-width: 768px) {.access_now_y {
    padding: 8rem 4rem;
}.access_now_y .container {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 2fr 1fr;
}.access_now_y h6 {
    text-align: left;
    font-size: calc(17px * 1.5);
}.access_now_y .container > div {
    justify-content: flex-end;
}.access_now_y .container > div::before {
    height: 80%;
    left: -2rem;
    transform: translateY(-50%);
    width: 1px;
    top: 50%;
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    max-height: 100px;
}
}

@media screen and (min-width: 1200px) {.access_now_y {
    padding: 10rem 6rem;
}.access_now_y .container {
    grid-template-columns: 3fr 1fr;
}.access_now_y h6 {
    line-height: 1.6;
    font-size: calc(17px * 1.8);
}.access_now_y .reach_query_V {
    font-size: calc(20px * 1.2);
    padding: 1.5rem 3rem;
}
}

@media (hover: none) {.access_now_y .container {
    transform: none;
}.access_now_y h6 {
    animation: none;
    transform: none;
}.access_now_y .container > div span {
    transform: none;
}.access_now_y .container > div span:hover {
    transform: none;
}.access_now_y .reach_query_V:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: none;
}
}

@media (prefers-reduced-motion) {.access_now_y h6 {
    animation: none;
}.access_now_y .reach_query_V::before {
    transition: none;
}}.ty_block_Y {
    background: linear-gradient(135deg, hsl(210, 40%, 95%), hsl(210, 40%, 98%));
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.ty_block_Y::before {
    background: radial-gradient(circle at 20% 30%, rgb(191,208,204,0.5), transparent 60%);
    position: absolute;
    left: -20%;
    top: -50%;
    content: "";
    width: 120%;
    z-index: 0;
    height: 200%;
    opacity: 0.2;
    transform: rotate(-15deg);
}.ty_block_Y::after {
    right: -10%;
    position: absolute;
    height: 70%;
    width: 70%;
    z-index: 0;
    bottom: -10%;
    content: "";
    opacity: 0.15;
    background: radial-gradient(circle at 80% 80%, rgb(152,173,169,0.5), transparent 60%);
}.ty_block_Y .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.ty_block_Y .master_track_e {
    clip-path: polygon(
        0 0,
        100% 0,
        98% 98%,
        2% 100%
    );
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.9),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}.ty_block_Y .master_track_e:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.07),
        -25px -25px 70px rgba(255, 255, 255, 1),
        inset 5px 5px 10px rgba(255, 255, 255, 0.9),
        inset -5px -5px 10px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.ty_block_Y .master_track_e > div:first-child {
    position: relative;
    padding-bottom: 1.5rem;
    overflow: hidden;
    margin-bottom: 2rem;
}.ty_block_Y .master_track_e > div:first-child::after {
    background-size: 200% 100%;
    border-radius: 3px;
    background: linear-gradient(90deg, rgb(191,208,204), rgb(152,173,169), rgb(191,208,204));
    position: absolute;
    height: 3px;
    width: 100%;
    box-shadow: 0 2px 6px rgba(rgb(191,208,204,0.5), 0.2);
    left: 0;
    animation: gradientSlide 6s infinite ease-in-out;
    content: "";
    bottom: 0;
}.ty_block_Y h5 {
    transform: translateZ(0);
    position: relative;
    line-height: 1.4;
    font-size: calc(20px * 1.15);
    padding-left: 1.2rem;
    margin: 0;
    color: #000000;
    font-weight: 700;
}.ty_block_Y h5::before {
    position: absolute;
    border-radius: 3px;
    width: 6px;
    top: 0.1em;
    transform: translateZ(0);
    content: "";
    box-shadow: 
        1px 1px 3px rgba(0, 0, 0, 0.1),
        -1px -1px 3px rgba(255, 255, 255, 0.7);
    height: 90%;
    left: 0;
    background: rgb(191,208,204);
}.ty_block_Y .master_track_e > div:last-child {
    padding: 0.5rem 0;
    position: relative;
    transition: all 0.3s ease;
    transform: translateZ(0);
}.ty_block_Y a {
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.03),
        -4px -4px 8px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.5);
    border-radius: 12px;
    transition: all 0.3s ease;
    display: block;
    transform: translateZ(0);
    padding: 0.5rem 1.2rem;
    backdrop-filter: blur(8px);
    background: 
        linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(240, 245, 250, 0.5));
    text-decoration: none;
    position: relative;
}.ty_block_Y a:hover {
    transform: translateY(1px);
    box-shadow: 
        2px 2px 5px rgba(0, 0, 0, 0.02),
        -2px -2px 5px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(0, 0, 0, 0.03),
        inset -3px -3px 6px rgba(255, 255, 255, 0.7);
}.ty_block_Y a:active {
    transform: translateY(2px);
    box-shadow: 
        inset 4px 4px 8px rgba(0, 0, 0, 0.05),
        inset -4px -4px 8px rgba(255, 255, 255, 0.8);
}.ty_block_Y p {
    z-index: 1;
    font-size: 13px;
    line-height: 1.7;
    position: relative;
    margin: 0;
    transition: all 0.3s ease;
    color: #000000;
}

@keyframes gradientSlide {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

@media (max-width: 991px) {.ty_block_Y {
    padding: 5rem 0;
}.ty_block_Y .master_track_e {
    padding: 2.5rem;
    transform: perspective(800px) rotateX(1deg);
}.ty_block_Y h5 {
    font-size: calc(20px * 1.05);
}.ty_block_Y .master_track_e > div:first-child {
    margin-bottom: 1.5rem;
    padding-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.ty_block_Y {
    padding: 4rem 0;
}.ty_block_Y .master_track_e {
    clip-path: polygon(
            0 0,
            100% 0,
            97% 97%,
            3% 100%
        );
    transform: none;
    padding: 2rem;
}.ty_block_Y h5 {
    font-size: 20px;
    padding-left: 1rem;
}.ty_block_Y h5::before {
    width: 4px;
}.ty_block_Y a {
    padding: 0.5rem 1rem;
}.ty_block_Y p {
    font-size: calc(13px - 1px);
}
}

@media (max-width: 575px) {.ty_block_Y {
    padding: 3.5rem 0;
}.ty_block_Y .container {
    padding: 0 1.5rem;
}.ty_block_Y .master_track_e {
    border-radius: 12px;
    clip-path: polygon(
            0 0,
            100% 0,
            96% 96%,
            4% 100%
        );
    padding: 1.75rem;
}.ty_block_Y h5 {
    font-size: calc(20px - 2px);
    padding-left: 0.8rem;
}.ty_block_Y h5::before {
    width: 3px;
}.ty_block_Y .master_track_e > div:first-child {
    padding-bottom: 1rem;
    margin-bottom: 1.2rem;
}.ty_block_Y a {
    padding: 0.4rem 0.8rem;
    border-radius: 8px;
}.ty_block_Y p {
    font-size: calc(13px - 2px);
    line-height: 1.6;
}}.contact_us_k {
    position: relative;
    padding: 0;
}.contact_us_k::before {
    position: absolute;
    left: 0;
    height: 100%;
    background-color: rgb(225,233,231);
    top: 0;
    width: 100%;
    opacity: 0.92;
    content: '';
}.contact_us_k .container {
    margin: 0 auto;
    position: relative;
    padding: 0;
    max-width: 1200px;
}.contact_us_k .help_inquiry_Z {
    position: relative;
    display: flex;
}.contact_us_k .feedback_info_I {
    color: #ffffff;
    background-color: rgb(191,208,204);
    justify-content: center;
    flex-direction: column;
    padding: 80px 50px;
    width: 40%;
    display: flex;
}.contact_us_k .feedback_info_I h3 {
    margin-bottom: 50px;
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
    position: relative;
}.contact_us_k .feedback_info_I h3::after {
    width: 60px;
    position: absolute;
    bottom: -15px;
    height: 3px;
    left: 0;
    background: #ffffff;
    content: '';
}.contact_us_k .feedback_info_I div {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.contact_us_k .feedback_info_I div:last-child {
    border-bottom: none;
}.contact_us_k .feedback_info_I svg {
    margin-right: 20px;
    height: 25px;
    width: 25px;
}.contact_us_k .feedback_info_I svg path {
    fill: #ffffff;
}.contact_us_k .feedback_info_I span {
    font-size: 14px;
    color: #ffffff;
}.contact_us_k .feedback_info_I a {
    transition: opacity 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_us_k .feedback_info_I a:hover {
    opacity: 0.8;
}.contact_us_k .help_block_Q {
    padding: 100px 50px 100px 100px;
    width: 60%;
    align-items: center;
    display: flex;
    background-color: #ffffff;
}.contact_us_k form {
    width: 100%;
}.contact_us_k form h3 {
    position: relative;
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
}.contact_us_k form h3::after {
    width: 60px;
    bottom: -15px;
    background: rgb(191,208,204);
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
}.contact_us_k form input[type="text"],
.contact_us_k form input[type="email"] {
    margin-bottom: 25px;
    color: #000000;
    transition: all 0.3s ease;
    font-size: 14px;
    background: transparent;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    width: 100%;
    border: none;
}.contact_us_k form input[type="text"]:focus,
.contact_us_k form input[type="email"]:focus {
    border-bottom-color: rgb(191,208,204);
    outline: none;
}.contact_us_k form input::placeholder {
    color: #9e9e9e;
}.contact_us_k .request_list_U {
    display: flex;
    align-items: flex-start;
    margin: 30px 0;
}.contact_us_k .request_list_U input[type="checkbox"] {
    height: 20px;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    width: 20px;
    -webkit-appearance: none;
    flex-shrink: 0;
    margin-right: 15px;
    appearance: none;
    cursor: pointer;
    border: 1px solid #e0e0e0;
}.contact_us_k .request_list_U input[type="checkbox"]:checked {
    border-color: rgb(191,208,204);
    background-color: rgb(191,208,204);
}.contact_us_k .request_list_U input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    position: absolute;
    content: '';
    top: 2px;
    width: 6px;
    height: 10px;
    left: 6px;
    border: solid white;
    transform: rotate(45deg);
}.contact_us_k .request_list_U label {
    line-height: 1.6;
    font-size: 16px;
    color: #000000;
}.contact_us_k .request_list_U a {
    color: rgb(191,208,204);
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
}.contact_us_k .request_list_U a:hover {
    color: rgb(152,173,169);
}.contact_us_k .reach_query_V {
    transition: all 0.3s ease;
    font-size: 19px;
    padding: 15px 40px;
    position: relative;
    color: #ffffff;
    border: none;
    font-weight: 600;
    background: rgb(191,208,204);
    overflow: hidden;
    z-index: 1;
    display: inline-block;
    cursor: pointer;
}.contact_us_k .reach_query_V::after {
    content: '';
    transform-origin: right;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(152,173,169);
    transform: scaleX(0);
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
}.contact_us_k .reach_query_V:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

@media (max-width: 1024px) {.contact_us_k .feedback_info_I {
    padding: 60px 30px;
}.contact_us_k .help_block_Q {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact_us_k .help_inquiry_Z {
    flex-direction: column;
}.contact_us_k .feedback_info_I {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.contact_us_k .help_block_Q {
    padding: 50px 30px;
    width: 100%;
}.contact_us_k .feedback_info_I h3,
    .contact_us_k form h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.contact_us_k .feedback_info_I,
    .contact_us_k .help_block_Q {
    padding: 40px 25px;
}.contact_us_k .feedback_info_I h3,
    .contact_us_k form h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.contact_us_k .feedback_info_I div {
    margin-bottom: 20px;
}.contact_us_k .reach_query_V {
    width: 100%;
    padding: 15px 20px;
}}.program_offerings_L {
    background: linear-gradient(135deg, rgb(225,233,231) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.program_offerings_L::before {
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(45deg, rgb(191,208,204,0.5) 0%, transparent 70%);
    pointer-events: none;
    z-index: 1;
    top: 0;
    content: "";
}.program_offerings_L::after {
    width: 200px;
    filter: blur(50px);
    top: -50px;
    position: absolute;
    background: rgb(152,173,169,0.5);
    height: 200px;
    content: "";
    right: -50px;
    transform: rotate(45deg);
    z-index: 0;
}.program_offerings_L .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.program_offerings_L h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    animation: slideInTitle 0.8s 0.2s forwards;
    opacity: 0;
    transform: translateX(-10px);
    font-size: 28px;
}.program_offerings_L h2::after {
    transform: scaleX(0);
    background: rgb(191,208,204);
    width: 80px;
    content: "";
    transform-origin: left;
    left: 0;
    bottom: -15px;
    height: 4px;
    position: absolute;
    animation: expandUnderline 1s 0.6s forwards;
}.program_offerings_L .skill_track_a {
    opacity: 0;
    transform: translateY(30px);
    flex-direction: column;
    display: flex;
    animation: fadeInUp 0.8s 0.4s forwards;
    gap: 40px;
}.program_offerings_L .img_text_K {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    height: 300px;
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    z-index: 3;
}.program_offerings_L .img_text_K::before {
    opacity: 0.5;
    z-index: 2;
    position: absolute;
    transition: opacity 0.5s ease;
    content: "";
    border-radius: 10px;
    inset: 0;
    background: linear-gradient(45deg, rgb(152,173,169,0.5), transparent);
}.program_offerings_L .img_text_K:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) scale(1.02);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5);
}.program_offerings_L .img_text_K:hover::before {
    opacity: 0.3;
}.program_offerings_L .text_holder_wrap_a {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
    padding: 30px;
    background: #ffffff;
    z-index: 2;
    border-radius: 10px;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(0);
}.program_offerings_L .text_holder_wrap_a::before {
    animation: expandVertical 1s 0.8s forwards;
    height: 0;
    left: 0;
    position: absolute;
    background: rgb(191,208,204);
    width: 4px;
    content: "";
    top: 0;
}.program_offerings_L .description {
    opacity: 0.95;
    transform: translateY(0);
    color: #000000;
    font-size: calc(16px - 1px);
    line-height: 1.7;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
}.program_offerings_L .description:last-child {
    margin-bottom: 0;
}.program_offerings_L .description:nth-child(1) {
    animation: fadeInText 0.8s 0.6s forwards;
    opacity: 0;
}.program_offerings_L .description:nth-child(2) {
    animation: fadeInText 0.8s 0.8s forwards;
    opacity: 0;
}

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

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

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

@keyframes fadeInText {
    to {
        opacity: 0.95;
    }
}

@keyframes expandVertical {
    to {
        height: 100%;
    }
}

@media (min-width: 768px) {.program_offerings_L {
    padding: 150px 0;
}.program_offerings_L h2 {
    font-size: calc(28px + 0.5rem);
    max-width: 80%;
    margin-bottom: 60px;
}.program_offerings_L h2::after {
    width: 120px;
}.program_offerings_L .skill_track_a {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
}.program_offerings_L .img_text_K {
    transform: perspective(1000px) rotateX(3deg) rotateY(-5deg);
    min-height: 500px;
    height: auto;
    flex: 0 0 45%;
}.program_offerings_L .text_holder_wrap_a {
    transform: translateY(30px);
    flex: 1;
    padding: 40px;
}.program_offerings_L .description {
    font-size: 16px;
}
}

@media (min-width: 1024px) {.program_offerings_L {
    padding: 180px 0;
}.program_offerings_L h2 {
    max-width: 70%;
    font-size: calc(28px + 0.8rem);
}.program_offerings_L .skill_track_a {
    gap: 80px;
}.program_offerings_L .img_text_K {
    transform: perspective(1500px) rotateX(4deg) rotateY(-8deg);
    min-height: 600px;
}.program_offerings_L .text_holder_wrap_a {
    overflow-y: auto;
    scrollbar-color: rgb(191,208,204) rgb(225,233,231);
    scrollbar-width: thin;
    transform: translateY(50px);
    max-height: 600px;
    padding: 50px;
}.program_offerings_L .text_holder_wrap_a::-webkit-scrollbar {
    width: 6px;
}.program_offerings_L .text_holder_wrap_a::-webkit-scrollbar-track {
    background: rgb(225,233,231);
}.program_offerings_L .text_holder_wrap_a::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(191,208,204);
}
}

@media (max-width: 767px) {.program_offerings_L {
    padding: 80px 0;
}.program_offerings_L h2 {
    margin-bottom: 40px;
    font-size: calc(28px - 0.2rem);
}.program_offerings_L .img_text_K {
    height: 250px;
}.program_offerings_L .text_holder_wrap_a {
    padding: 25px 20px;
}.program_offerings_L .description {
    line-height: 1.6;
    font-size: calc(16px - 2px);
}}.cookieAgreementModal_T {
    z-index: 1000;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    background-color: rgb(225,233,231);
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
    bottom: 0;
    width: 100%;
    border-top: 1px solid rgb(191,208,204);
}.cookieAgreementModal_T .cookie_apply_Q {
    margin-right: 20px;
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    flex-shrink: 0;
}.cookieAgreementModal_T .cookie_apply_Q svg {
    fill: rgb(191,208,204);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookieAgreementModal_T .privacy_switch_D {
    flex-grow: 1;
}.cookieAgreementModal_T .privacy_switch_D h5 {
    margin-bottom: 6px;
    font-size: 22px;
    color: rgb(191,208,204);
}.cookieAgreementModal_T .privacy_switch_D p {
    line-height: 1.5;
    color: #000000;
    font-size: 12px;
    margin: 0;
}.cookieAgreementModal_T .track_cookies_b {
    font-size: 14px;
    display: inline-block;
    background-color: rgb(191,208,204);
    text-decoration: none;
    color: #ffffff;
    padding: 10px 20px;
    margin-right: 15px;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    border-radius: 5px;
}.cookieAgreementModal_T .track_cookies_b:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookieAgreementModal_T .track_cookies_b:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookieAgreementModal_T .cookie_apply_Q {
    margin-right: 0;
    margin-bottom: 15px;
}.cookieAgreementModal_T .track_cookies_b {
    margin-left: 0;
    text-align: center;
    width: 48%;
}}
#cookieNoticePopup_z {
    display: none;
}#cookieNoticePopup_z:checked ~ .cookieAgreementModal_T {
    opacity: 0;
    visibility: hidden;
}.statistical_report_I {
    padding: 120px 0;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}.statistical_report_I::before {
    width: 100%;
    opacity: 0.9;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(191,208,204) 0%, rgb(152,173,169) 100%);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 1;
}.statistical_report_I::after {
    z-index: 2;
    top: 0;
    animation: movePattern 30s linear infinite;
    height: 100%;
    background: radial-gradient(
        circle at 10px 10px,
        rgba(255, 255, 255, 0.1) 0,
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background-size: 20px 20px;
}@keyframes movePattern {
    0% { background-position: 0 0; }
    100% { background-position: 100px 100px; }
}

.statistical_report_I .container {
    position: relative;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    padding: 0 20px;
}.statistical_report_I .statistics_edge_r {
    grid-template-columns: 1fr 2fr;
    position: relative;
    gap: 40px;
    display: grid;
}.statistical_report_I .key_pros_u {
    margin: 0;
    display: flex;
    grid-column: 1;
    background: #000000;
    transform: rotate(-5deg);
    box-shadow: 0 0 0 2px rgb(191,208,204), 
                0 0 0 8px #000000, 
                0 0 30px -5px rgb(191,208,204,0.5);
    width: 120px;
    grid-row: 1;
    justify-content: center;
    align-items: center;
    height: 120px;
    border-radius: 10px;
}.statistical_report_I .key_pros_u svg {
    width: 60px;
    height: 60px;
    fill: rgb(191,208,204);
}.statistical_report_I .key_pros_u svg path {
    fill: rgb(191,208,204);
}.statistical_report_I .expert_pros_V {
    align-items: center;
    text-transform: uppercase;
    font-size: 38px;
    padding-left: 0;
    font-weight: 700;
    margin: 0;
    grid-row: 1;
    position: relative;
    grid-column: 2;
    display: flex;
    text-align: left;
    letter-spacing: 2px;
}.statistical_report_I .expert_pros_V::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    height: 80%;
    border-radius: 10px;
    width: 4px;
    background: rgb(191,208,204);
}.statistical_report_I .growth_statistics_u {
    grid-row: 2;
    border-left: 4px solid rgb(152,173,169);
    margin: 20px 0 50px;
    line-height: 1.7;
    border-radius: 12px;
    padding: 20px;
    font-size: calc(13px * 1.1);
    background: rgba(255, 255, 255, 0.05);
    text-align: left;
    grid-column: 1 / -1;
}.statistical_report_I .statistics_expert_r {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    grid-row: 3;
    position: relative;
    grid-column: 1 / -1;
    justify-content: flex-start;
}.statistical_report_I .statistics_expert_r::before {
    height: 1px;
    background: linear-gradient(90deg, 
                rgb(191,208,204) 0%, 
                transparent 100%);
    width: 100%;
    top: -30px;
    position: absolute;
    content: "";
    left: 0;
}.statistical_report_I .study_gain_z {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(25% - 30px);
    text-align: left;
    transition: all 0.3s ease;
    align-items: flex-start;
    padding: 0;
}.statistical_report_I .study_gain_z:hover {
    transform: translateX(10px);
}.statistical_report_I .expert_upgrade_Z {
    transform: rotate(-3deg);
    background: #000000;
    justify-content: center;
    box-shadow: 0 0 0 2px rgb(152,173,169,0.5);
    border-radius: 10px;
    width: 50px;
    display: flex;
    align-items: center;
    margin: 0 0 15px 0;
    height: 50px;
    order: 1;
}.statistical_report_I .expert_upgrade_Z svg {
    fill: rgb(152,173,169);
    height: 25px;
    width: 25px;
}.statistical_report_I .expert_upgrade_Z svg path {
    fill: rgb(152,173,169);
}.statistical_report_I .study_gain_z span {
    font-size: calc(35px * 1.5);
    font-weight: 700;
    order: 2;
    line-height: 1;
    color: #ffffff;
    margin: 0 0 5px 0;
    position: relative;
    display: inline-block;
}.statistical_report_I .study_gain_z span::after {
    border-radius: 10px;
    content: "";
    left: 0;
    width: 30px;
    height: 3px;
    position: absolute;
    background: rgb(191,208,204);
    bottom: -10px;
}.statistical_report_I .study_gain_z p {
    margin: 15px 0 0 0;
    line-height: 1.4;
    order: 3;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 1024px) {.statistical_report_I .study_gain_z {
    flex: 0 0 calc(33.33% - 30px);
}
}

@media screen and (max-width: 992px) {.statistical_report_I {
    padding: 90px 0;
}.statistical_report_I .statistics_edge_r {
    grid-template-columns: 1fr;
    gap: 30px;
}.statistical_report_I .key_pros_u {
    grid-column: 1;
    grid-row: 1;
    width: 100px;
    margin: 0 auto 20px;
    height: 100px;
}.statistical_report_I .expert_pros_V {
    grid-column: 1;
    font-size: calc(38px * 0.9);
    text-align: center;
    justify-content: center;
    grid-row: 2;
}.statistical_report_I .expert_pros_V::before {
    width: 80px;
    height: 3px;
    left: 0;
    top: auto;
    transform: none;
    bottom: -10px;
}.statistical_report_I .growth_statistics_u {
    border-top: 4px solid rgb(152,173,169);
    grid-row: 3;
    border-left: none;
    text-align: center;
}.statistical_report_I .study_gain_z {
    flex: 0 0 calc(50% - 30px);
}
}

@media screen and (max-width: 768px) {.statistical_report_I {
    padding: 70px 0;
}.statistical_report_I .key_pros_u {
    width: 80px;
    height: 80px;
}.statistical_report_I .key_pros_u svg {
    width: 40px;
    height: 40px;
}.statistical_report_I .expert_pros_V {
    font-size: calc(38px * 0.8);
}.statistical_report_I .growth_statistics_u {
    font-size: 13px;
    padding: 15px;
    margin: 10px 0 40px;
}.statistical_report_I .statistics_expert_r {
    justify-content: center;
}
}

@media screen and (max-width: 576px) {.statistical_report_I {
    padding: 60px 0;
}.statistical_report_I .statistics_edge_r {
    gap: 20px;
}.statistical_report_I .key_pros_u {
    height: 70px;
    width: 70px;
}.statistical_report_I .key_pros_u svg {
    width: 35px;
    height: 35px;
}.statistical_report_I .expert_pros_V {
    font-size: calc(38px * 0.7);
}.statistical_report_I .growth_statistics_u {
    font-size: calc(13px * 0.9);
    margin: 10px 0 30px;
}.statistical_report_I .study_gain_z {
    margin-bottom: 20px;
    text-align: center;
    flex: 0 0 100%;
    align-items: center;
}.statistical_report_I .study_gain_z span::after {
    transform: translateX(-50%);
    left: 50%;
}
}