﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    width: 30px;
    height: 30px;
}html,body {
    height: 100%;
    scroll-behavior: auto;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.nav_pagebar {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.student_aid {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    width: 1125px;
    margin: auto;
}.wrapper-holder {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    font-family: Arial, sans-serif;
    color: #ffffff;
    perspective: 1000px;
    position: relative;
}footer::before {
    content: "";
    height: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(183,206,175,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    opacity: 0.85;
    left: 0;
}footer::after {
    content: "";
    animation: scanline 10s linear infinite;
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    height: 100%;
}.student_aid {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.student_aid::before {
    animation: glowPulse 3s ease-in-out infinite alternate;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(148,171,134) 50%, 
                transparent 100%);
    left: 0;
    top: 0;
    height: 2px;
    content: "";
}.student_aid .container {
    gap: 3rem;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
}.student_aid .company_holder {
    border-radius: 19px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    background: rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(183,206,175);
    position: relative;
}.student_aid .company_holder:hover {
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    border-left: 3px solid #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(183,206,175,0.5);
}.student_aid .company_holder h3 {
    padding-bottom: 0.75rem;
    text-transform: uppercase;
    font-size: calc(38px * 0.9);
    margin-bottom: 1.75rem;
    color: #ffffff;
    letter-spacing: 1px;
    font-weight: 700;
    position: relative;
}.student_aid .company_holder h3::after {
    background: rgb(183,206,175);
    bottom: 0;
    transition: width 0.4s ease-in-out;
    position: absolute;
    width: 60px;
    height: 3px;
    content: "";
    left: 0;
}.student_aid .company_holder:hover h3::after {
    width: 100%;
}.student_aid .eng_center {
    position: relative;
    max-width: 100%;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    padding-left: 1rem;
    line-height: 1.7;
}.student_aid .eng_center::before {
    left: 0;
    width: 2px;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(183,206,175) 0%, 
                transparent 100%);
    position: absolute;
    content: "";
}.student_aid .event_cal {
    position: relative;
}.student_aid .main_page {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    height: 100%;
}.student_aid .top_train {
    padding: 2rem;
    position: relative;
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.03);
    transform-style: preserve-3d;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
}.student_aid .top_train::before {
    z-index: -1;
    left: -50%;
    content: "";
    width: 200%;
    transition: all 0.6s ease;
    height: 200%;
    position: absolute;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    transform: rotate(45deg);
    top: -50%;
}.student_aid .top_train:hover::before {
    top: -100%;
    left: -100%;
}.student_aid .top_train::after {
    transform: translateZ(5px);
    transform-style: preserve-3d;
    position: absolute;
    border-style: solid;
    content: "";
    transition: all 0.4s ease;
    right: 0;
    border-width: 0 25px 25px 0;
    width: 0;
    top: 0;
    height: 0;
    border-color: transparent rgb(183,206,175) transparent transparent;
}.student_aid .top_train:hover::after {
    border-color: transparent rgb(148,171,134) transparent transparent;
    border-width: 0 35px 35px 0;
}.student_aid .top_train:hover {
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}.student_aid .top_train h5 {
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
    font-size: 23px;
}.student_aid .top_train h5::before {
    content: "";
    bottom: -8px;
    background: rgb(148,171,134);
    position: absolute;
    height: 1px;
    left: 0;
    width: 100%;
}.student_aid .top_train h5::after {
    transition: width 0.4s ease-in-out;
    bottom: -8px;
    width: 30%;
    left: 0;
    background: rgb(183,206,175);
    content: "";
    position: absolute;
    height: 3px;
}.student_aid .top_train:hover h5::after {
    width: 100%;
}.student_aid .top_train .main_page {
    flex-direction: column;
    gap: 0.875rem;
    display: flex;
}.student_aid .top_train a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 18px;
    transition: all 0.3s ease;
    padding: 0.5rem 0;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    position: relative;
}.student_aid .top_train a::before {
    position: absolute;
    content: "→";
    transition: all 0.3s ease;
    opacity: 0;
    left: -20px;
    transform: translateZ(5px);
}.student_aid .top_train a:hover {
    color: #ffffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
}.student_aid .top_train a:hover::before {
    opacity: 1;
    left: 0;
}.gift_card {
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    padding: 1.5rem 0;
    margin-top: 3rem;
}.gift_card::before {
    position: absolute;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(183,206,175) 30%, 
                #ffffff 50%, 
                rgb(148,171,134) 70%, 
                transparent 100%);
    top: 0;
}.gift_card .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.gift_card .scholar_cta {
    position: relative;
    padding: 0.5rem 1.5rem;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}.gift_card .scholar_cta:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(183,206,175), 0.3);
}@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(148,171,134,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(148,171,134);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.student_aid .company_holder::before,
.student_aid .top_train::before {
    z-index: -1;
    transition: opacity 0.5s ease;
    filter: blur(30px);
    border-radius: 50%;
    width: 100px;
    background: radial-gradient(circle, rgb(183,206,175,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0;
    height: 100px;
    content: "";
}.student_aid .company_holder::before {
    bottom: -20px;
    right: -20px;
}.student_aid .top_train::before {
    top: -20px;
    left: -20px;
}.student_aid .company_holder:hover::before,
.student_aid .top_train:hover::before {
    opacity: 0.5;
}.student_aid .company_holder::after {
    transition: all 0.4s ease;
    width: 30px;
    position: absolute;
    top: 20px;
    height: 30px;
    border-top: 2px solid rgb(183,206,175);
    opacity: 0.7;
    content: "";
    right: 20px;
    border-right: 2px solid rgb(183,206,175);
}.student_aid .company_holder:hover::after {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.student_aid {
    padding: 4rem 0 2rem;
}.student_aid .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.student_aid .company_holder,
    .student_aid .event_cal {
    width: 100%;
}.student_aid .main_page {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.student_aid {
    padding: 3.5rem 0 1.5rem;
}.student_aid .main_page {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.student_aid .company_holder,
    .student_aid .top_train {
    padding: 1.5rem;
}.student_aid .company_holder h3,
    .student_aid .top_train h5 {
    margin-bottom: 1.25rem;
}.gift_card {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.student_aid {
    padding: 3rem 0 1rem;
}.student_aid .company_holder {
    padding: 1.25rem;
}.student_aid .company_holder h3 {
    font-size: calc(38px * 0.8);
}.student_aid .top_train h5 {
    font-size: calc(23px * 0.9);
}.student_aid .top_train a,
    .student_aid .eng_center {
    font-size: calc(18px * 0.9);
}.gift_card .scholar_cta {
    padding: 0.4rem 1rem;
    font-size: calc(13px * 0.9);
}}

.student_aid .company_holder .eng_center::after {
    position: absolute;
    height: 3px;
    width: 70px;
    bottom: -10px;
    transition: width 0.4s ease;
    left: 1rem;
    content: "";
    background: linear-gradient(to right, rgb(183,206,175), transparent);
}.student_aid .company_holder:hover .eng_center::after {
    width: calc(100% - 1rem);
}.student_aid::after {
    height: 100%;
    top: 0;
    background-size: 40px 40px;
    opacity: 0.3;
    left: 0;
    position: absolute;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    content: "";
    z-index: -2;
    width: 100%;
}.student_aid .top_train:nth-child(1)::before {
    background: radial-gradient(circle, rgb(183,206,175,0.5) 0%, transparent 70%);
}.student_aid .top_train:nth-child(2)::before {
    background: radial-gradient(circle, rgb(148,171,134,0.5) 0%, transparent 70%);
}.student_aid .main_page a::after {
    left: 0;
    position: absolute;
    width: 0;
    background: linear-gradient(to right, rgb(183,206,175), rgb(148,171,134));
    height: 1px;
    bottom: 0;
    content: "";
    transition: width 0.3s ease;
}.student_aid .main_page a:hover::after {
    width: 100%;
}.contact_section {
    position: relative;
    background: rgb(219,233,214);
    padding: 100px 0;
    overflow: hidden;
}.contact_section::before {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    content: '';
}.contact_section .image_box {
    top: 0;
    left: 0;
    height: 50%;
    width: 100%;
    z-index: 0;
    position: absolute;
}.contact_section .image_box::after {
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgb(219,233,214) 100%);
    top: 0;
    height: 100%;
    width: 100%;
}.contact_section .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.contact_section h3 {
    margin-bottom: 70px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    text-align: center;
    letter-spacing: 2px;
    font-size: 47px;
}.contact_section .support_query {
    background: #ffffff;
    display: flex;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}.contact_section .help_list {
    position: relative;
    padding: 60px 50px;
    flex: 2;
}.contact_section form h3 {
    font-weight: 700;
    text-align: left;
    letter-spacing: normal;
    margin-bottom: 30px;
    text-transform: none;
    font-size: 19px;
    text-shadow: none;
    color: #000000;
}.contact_section input[type="text"],
.contact_section textarea {
    border-radius: 0;
    background: #ffffff;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 13px;
    color: #000000;
    border: none;
    width: 100%;
    margin-bottom: 30px;
    padding: 15px 0;
    border-bottom: 2px solid rgb(148,171,134,0.5);
}.contact_section input[type="text"]::placeholder,
.contact_section textarea::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_section input[type="text"]:focus,
.contact_section textarea:focus {
    outline: none;
    border-color: rgb(183,206,175);
}.contact_section textarea {
    resize: none;
    height: 120px;
}.contact_section .inquiry_widget {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}.contact_section .inquiry_widget input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_section .inquiry_widget label {
    line-height: 1.5;
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    color: #000000;
    font-size: 16px;
}.contact_section .inquiry_widget label::before {
    left: 0;
    content: '';
    border: 2px solid rgb(148,171,134);
    height: 22px;
    width: 22px;
    top: 0;
    position: absolute;
    background: #ffffff;
    transition: all 0.3s ease;
}.contact_section .inquiry_widget input[type="checkbox"]:checked + label::before {
    border-color: rgb(183,206,175);
    background: rgb(183,206,175);
}.contact_section .inquiry_widget input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 12px;
    width: 6px;
    left: 8px;
    position: absolute;
    border: solid #ffffff;
    top: 4px;
    border-width: 0 2px 2px 0;
    content: '';
}.contact_section .inquiry_widget a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(183,206,175);
    font-weight: 600;
}.contact_section .inquiry_widget a:hover {
    color: #000000;
}.contact_section .contact_request {
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 16px 40px;
    font-size: 17px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    border-radius: 50px;
    background: rgb(183,206,175);
}.contact_section .contact_request:hover {
    background: #000000;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.contact_section .help_form {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    color: #ffffff;
    display: flex;
    padding: 60px 40px;
    background: #000000;
    position: relative;
}.contact_section .help_form::before {
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
}.contact_section .help_form h4 {
    letter-spacing: 1px;
    font-size: 19px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: uppercase;
}.contact_section .help_form h4::after {
    background: rgb(183,206,175);
    bottom: -15px;
    height: 3px;
    width: 50px;
    content: '';
    position: absolute;
    left: 0;
}.contact_section .message_feedback {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_section .message_feedback li {
    align-items: center;
    transition: transform 0.3s ease;
    margin-bottom: 30px;
    display: flex;
}.contact_section .message_feedback li:last-child {
    margin-bottom: 0;
}.contact_section .message_feedback li:hover {
    transform: translateX(5px);
}.contact_section .message_feedback svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    transition: transform 0.3s ease;
}.contact_section .message_feedback svg path {
    fill: rgb(183,206,175);
}.contact_section .message_feedback li:hover svg {
    transform: scale(1.2);
}.contact_section .message_feedback span {
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.6;
    font-size: 13px;
}.contact_section .message_feedback a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_section .message_feedback a:hover {
    color: rgb(183,206,175);
}

@media (max-width: 992px) {.contact_section .image_box {
    height: 30%;
}.contact_section h3 {
    margin-bottom: 50px;
}.contact_section .support_query {
    flex-direction: column;
    margin: 0 auto;
    max-width: 700px;
}.contact_section .help_list,
    .contact_section .help_form {
    padding: 40px;
    width: 100%;
}
}

@media (max-width: 768px) {.contact_section {
    padding: 80px 0;
}.contact_section .image_box {
    height: 25%;
}.contact_section h3 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.contact_section .help_list,
    .contact_section .help_form {
    padding: 30px;
}.contact_section form h3,
    .contact_section .help_form h4 {
    font-size: calc(19px * 0.9);
    margin-bottom: 25px;
}.contact_section .contact_request {
    padding: 14px 30px;
}
}

@media (max-width: 576px) {.contact_section {
    padding: 60px 0;
}.contact_section .image_box {
    height: 20%;
}.contact_section h3 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.contact_section .help_list,
    .contact_section .help_form {
    padding: 25px 20px;
}.contact_section input[type="text"],
    .contact_section textarea {
    margin-bottom: 20px;
    padding: 12px 0;
}.contact_section .contact_request {
    width: 100%;
    padding: 14px 20px;
}.contact_section .message_feedback li {
    margin-bottom: 20px;
}.contact_section .message_feedback svg {
    margin-right: 15px;
    width: 20px;
    height: 20px;
}}.privacy_hideout {
    background: linear-gradient(135deg, rgb(219,233,214) 0%, rgba(var(--primary-color-rgb), 0.05) 100%);
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
}.privacy_hideout::before {
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(var(--primary-color-rgb), 0.03) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(var(--primary-color-rgb), 0.04) 0%, transparent 60%);
    position: absolute;
    z-index: 0;
}.privacy_hideout::after {
    top: -50px;
    position: absolute;
    content: "";
    border: 1px solid rgba(var(--primary-color-rgb), 0.1);
    right: -50px;
    z-index: 0;
    transform: rotate(-15deg);
    height: 180px;
    width: 180px;
}.privacy_hideout .container {
    max-width: 1140px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.privacy_hideout h1 {
    position: relative;
    margin-bottom: 2.5rem;
    display: inline-block;
    color: #000000;
    font-size: 39px;
    font-weight: 700;
}.privacy_hideout h1::after {
    content: "";
    position: absolute;
    transform: scaleX(1);
    bottom: -12px;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 70px;
    background: rgb(183,206,175);
    left: 0;
    transform-origin: left;
    height: 3px;
}.privacy_hideout h2 {
    color: #000000;
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    padding-left: 18px;
    position: relative;
    font-size: 29px;
}.privacy_hideout h2::before {
    width: 5px;
    left: 0;
    height: 60%;
    background: rgb(183,206,175);
    transform: translateY(-50%);
    position: absolute;
    top: 10px;
    content: "";
}.privacy_hideout h3 {
    padding-left: 15px;
    margin: 2.5rem 0 1.25rem;
    font-weight: 600;
    color: #000000;
    font-size: calc(29px * 0.8);
    position: relative;
}.privacy_hideout h3::before {
    transform: translateY(-50%);
    left: 0;
    content: "";
    top: 10px;
    height: 50%;
    position: absolute;
    background: rgb(148,171,134);
    width: 3px;
}.privacy_hideout h4 {
    padding-left: 12px;
    color: #000000;
    margin: 2rem 0 1rem;
    font-size: calc(29px * 0.7);
    position: relative;
    font-weight: 600;
}.privacy_hideout h4::before {
    transform: translateY(-50%);
    left: 0;
    top: 10px;
    height: 40%;
    width: 2px;
    background: rgba(var(--secondary-color-rgb), 0.7);
    content: "";
    position: absolute;
}.privacy_hideout p {
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    max-width: 90%;
}.privacy_hideout span {
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: 12px;
    border-left: 1px solid rgba(var(--primary-color-rgb), 0.2);
    display: block;
    line-height: 1.8;
    padding-left: 1rem;
}.privacy_hideout ul {
    position: relative;
    list-style: none;
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
}.privacy_hideout ul::before {
    content: "";
    left: 0;
    width: 1px;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, 
        rgba(var(--primary-color-rgb), 0.1),
        rgba(var(--primary-color-rgb), 0.3),
        rgba(var(--primary-color-rgb), 0.1));
}.privacy_hideout li {
    line-height: 1.7;
    transition: transform 0.3s ease;
    padding-left: 1.8rem;
    color: #000000;
    font-size: 12px;
    position: relative;
    margin-bottom: 1.2rem;
}.privacy_hideout li::before {
    content: "";
    transition: transform 0.3s ease;
    height: 8px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    left: 0;
    width: 8px;
    background: rgb(183,206,175);
    top: 10px;
}.privacy_hideout li:hover {
    transform: translateX(5px);
}.privacy_hideout li:hover::before {
    transform: translateY(-50%) rotate(225deg);
}.privacy_hideout strong {
    display: inline-block;
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy_hideout strong::after {
    transform: scaleX(0.7);
    height: 1px;
    left: 0;
    background: rgb(183,206,175,0.5);
    bottom: -2px;
    width: 100%;
    transition: transform 0.3s ease;
    content: "";
    transform-origin: left;
    position: absolute;
}.privacy_hideout strong:hover::after {
    transform: scaleX(1);
}

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

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

@media (max-width: 575px) {.privacy_hideout {
    padding: 2.5rem 0.8rem;
}.privacy_hideout h1 {
    font-size: calc(39px * 0.7);
}.privacy_hideout h2 {
    font-size: calc(29px * 0.7);
    padding-left: 12px;
}.privacy_hideout h3 {
    padding-left: 10px;
    font-size: calc(29px * 0.6);
}.privacy_hideout h4 {
    padding-left: 8px;
    font-size: calc(29px * 0.55);
}.privacy_hideout p, 
    .privacy_hideout span, 
    .privacy_hideout li {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.privacy_hideout span {
    padding-left: 0.8rem;
}.privacy_hideout ul {
    margin: 1.2rem 0 2rem;
}.privacy_hideout li {
    margin-bottom: 1rem;
}}.pricing_row_item {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.pricing_row_item::before {
    right: 0;
    bottom: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgba(0,0,0,0.85) 0%, rgba(20,30,50,0.95) 100%);
    content: "";
    z-index: 1;
    left: 0;
}.pricing_row_item .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
}.pricing_row_item .deal_opts {
    align-items: center;
    display: flex;
    flex-direction: column;
}.pricing_row_item h2 {
    position: relative;
    text-align: center;
    animation: float 6s ease-in-out infinite;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    transform: translateY(0);
    color: #ffffff;
}.pricing_row_item h2::after {
    position: absolute;
    width: 80px;
    bottom: -10px;
    content: "";
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(183,206,175), rgb(148,171,134));
}.pricing_row_item .price_sheet {
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    text-align: center;
    font-size: 12px;
    margin: 0 auto 50px;
    max-width: 800px;
}.pricing_row_item .pro_fees {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    margin: 0;
    gap: 30px;
    width: 100%;
    display: grid;
    list-style: none;
}.pricing_row_item .pro_fees li {
    perspective: 1000px;
}.pricing_row_item .cost_deals {
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    box-sizing: border-box;
}.pricing_row_item .cost_deals:hover {
    transform: translateY(-10px) rotateY(2deg);
}.pricing_row_item .pricing_catalog {
    position: relative;
    backdrop-filter: blur(5px);
    height: 100%;
    flex-direction: column;
    padding: 35px 30px;
    border: 1px solid rgba(255,255,255,0.1);
    box-sizing: border-box;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(135deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.08) 100%);
    transition: all 0.4s ease;
    overflow: hidden;
    border-radius: 8px;
    display: flex;
}.pricing_row_item .pricing_catalog::before {
    transform-origin: left;
    background: linear-gradient(90deg, rgb(183,206,175), rgb(148,171,134));
    position: absolute;
    width: 100%;
    top: 0;
    transition: transform 0.4s ease;
    left: 0;
    content: "";
    transform: scaleX(0.5);
    height: 5px;
}.pricing_row_item .cost_deals:hover .pricing_catalog::before {
    transform: scaleX(1);
}.pricing_row_item .learn_offers {
    display: flex;
    box-sizing: border-box;
    height: 100%;
    flex-direction: column;
}.pricing_row_item .cost_deals h4 {
    font-size: calc(19px * 1.2);
    font-weight: 700;
    margin: 0 0 20px;
    color: #ffffff;
    position: relative;
}.pricing_row_item .cost_deals h4::after {
    position: absolute;
    height: 2px;
    width: 40px;
    bottom: -10px;
    left: 0;
    content: "";
    background-color: rgb(183,206,175);
}.pricing_row_item .cost_deals p {
    flex-grow: 1;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 25px;
    word-wrap: break-word;
    color: rgb(255, 255, 255, 0.5);
    white-space: normal;
    font-size: 12px;
}.pricing_row_item .value_fees {
    background: linear-gradient(135deg, rgb(183,206,175,0.5) 0%, rgb(148,171,134,0.5) 100%);
    font-size: calc(19px * 1.4);
    font-weight: 700;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    transform: translateZ(10px);
    display: inline-block;
    border-radius: 6px;
    align-self: flex-start;
    padding: 10px 20px;
}.pricing_row_item .cost_deals:hover .value_fees {
    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_row_item {
    padding: 100px 0;
}.pricing_row_item .pro_fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
}

@media (max-width: 992px) {.pricing_row_item {
    padding: 80px 0;
}.pricing_row_item .pro_fees {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
}.pricing_row_item h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 768px) {.pricing_row_item {
    padding: 60px 0;
}.pricing_row_item .pro_fees {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.pricing_row_item .price_sheet {
    margin-bottom: 40px;
}.pricing_row_item h2 {
    font-size: calc(32px * 0.8);
}.pricing_row_item .pricing_catalog {
    padding: 30px 25px;
}
}

@media (max-width: 576px) {.pricing_row_item {
    padding: 50px 0;
}.pricing_row_item h2 {
    font-size: calc(32px * 0.7);
}.pricing_row_item .price_sheet {
    margin-bottom: 30px;
    font-size: calc(12px * 0.9);
}.pricing_row_item .pricing_catalog {
    padding: 25px 20px;
}.pricing_row_item .cost_deals h4 {
    font-size: calc(19px * 1.1);
}.pricing_row_item .cost_deals p {
    font-size: calc(12px * 0.9);
}.pricing_row_item .value_fees {
    font-size: calc(19px * 1.2);
    padding: 8px 16px;
}}.training_specialist {
    position: relative;
    background: linear-gradient(
        125deg,
        rgb(219,233,214) 0%,
        rgb(219,233,214) 60%,
        rgb(183,206,175,0.5) 120%
    );
    padding: 100px 0;
    overflow: hidden;
}.training_specialist::before {
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    position: absolute;
    background-size: 60px 60px;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    height: 100%;
    opacity: 0.03;
    background-image: 
        linear-gradient(45deg, rgb(183,206,175,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(183,206,175,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(183,206,175,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(183,206,175,0.5) 75%);
}.training_specialist::after {
    background: 
        radial-gradient(
            ellipse at center,
            rgb(183,206,175,0.5) 0%,
            transparent 60%
        );
    content: "";
    animation: pulse-subtle 15s infinite alternate ease-in-out;
    top: -50%;
    position: absolute;
    width: 200%;
    opacity: 0.2;
    left: -50%;
    height: 200%;
}@keyframes pulse-subtle {
    0% {
        transform: scale(1);
        opacity: 0.15;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.25;
    }
}

.training_specialist .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
}.training_specialist .client_ratings {
    padding: 0;
    border-radius: 26px;
    flex-direction: column;
    display: flex;
    position: relative;
    background: transparent;
    overflow: visible;
    align-items: center;
}.training_specialist .image_box {
    margin-bottom: 30px;
    transform: rotate(-5deg);
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.12),
        -25px -25px 50px rgba(255, 255, 255, 0.7),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    z-index: 3;
    width: 260px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    height: 260px;
}.training_specialist .image_box::before {
    position: absolute;
    transform: rotate(5deg);
    content: "";
    z-index: -1;
    inset: -10px;
    transition: all 0.5s ease;
    opacity: 0.3;
    border-radius: 30px;
    background: linear-gradient(
        135deg,
        rgb(183,206,175,0.5) 0%,
        transparent 50%,
        rgb(148,171,134,0.5) 100%
    );
}.training_specialist .image_box::after {
    border-radius: 40px;
    content: "";
    opacity: 0.05;
    z-index: -2;
    transform: rotate(10deg);
    transition: all 0.5s ease;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(183,206,175,0.5) 10px,
            rgb(183,206,175,0.5) 11px
        );
    inset: -20px;
    position: absolute;
}.training_specialist .name {
    -webkit-background-clip: text !important;
    z-index: 2;
    text-fill-color: transparent;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(183,206,175) 100%
    );
    background-clip: text !important;
    position: relative;
    color: #000000;
    padding: 0 20px 15px;
    font-size: 46px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 700;
}.training_specialist .name::after {
    background: linear-gradient(
        to right,
        rgb(183,206,175) 0%,
        rgb(148,171,134) 100%
    );
    width: 80px;
    height: 3px;
    left: 50%;
    bottom: 0;
    content: "";
    position: absolute;
    border-radius: 3px;
    transform: translateX(-50%);
}.training_specialist .client_ratings span:not(.name) {
    text-transform: uppercase;
    color: rgb(148,171,134);
    opacity: 0.8;
    margin-bottom: 40px;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 2;
    letter-spacing: 3px;
}.training_specialist .career_area {
    z-index: 1;
    line-height: 1.9;
    max-width: 700px;
    color: #000000;
    border-radius: 26px;
    padding: 40px 50px;
    background: #ffffff;
    position: relative;
    width: 80%;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.06),
        0 1px 1px rgba(0, 0, 0, 0.04);
    font-size: 12px;
    text-align: center;
    margin: 0;
}.training_specialist .career_area::before {
    width: 35px;
    border-radius: 0 0 10px 0;
    height: 35px;
    top: 25px;
    opacity: 0.2;
    background: 
        linear-gradient(45deg, rgb(183,206,175,0.5) 0%, transparent 100%);
    left: 25px;
    position: absolute;
    content: "";
}.training_specialist .career_area::after {
    opacity: 0.2;
    content: "";
    border-radius: 0 0 0 10px;
    position: absolute;
    height: 35px;
    right: 25px;
    width: 35px;
    bottom: 25px;
    background: 
        linear-gradient(225deg, rgb(148,171,134,0.5) 0%, transparent 100%);
}.training_specialist .client_ratings::before {
    background: 
        linear-gradient(
            135deg,
            rgb(183,206,175,0.5) 0%,
            transparent 100%
        );
    height: 300px;
    left: 50%;
    content: "";
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: translateX(-50%) rotate(45deg);
    z-index: 0;
    animation: morphing 15s infinite alternate ease-in-out;
    opacity: 0.1;
    position: absolute;
    width: 300px;
    top: -70px;
}@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% {
        border-radius: 70% 30% 50% 50% / 40% 60% 40% 60%;
    }
    50% {
        border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
    }
    75% {
        border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

.training_specialist .client_ratings::after {
    width: 350px;
    position: absolute;
    opacity: 0.08;
    transform: translateX(-50%) rotate(-45deg);
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(148,171,134,0.5) 100%
        );
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    left: 50%;
    content: "";
    z-index: 0;
    height: 350px;
    top: -50px;
}.training_specialist .client_ratings:hover .image_box {
    box-shadow: 
        30px 30px 60px rgba(0, 0, 0, 0.15),
        -30px -30px 60px rgba(255, 255, 255, 0.8),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: rotate(0deg) translateY(-10px);
}.training_specialist .client_ratings:hover .image_box::before {
    opacity: 0.5;
    transform: rotate(0deg);
}.training_specialist .client_ratings:hover .image_box::after {
    transform: rotate(5deg);
}.training_specialist .client_ratings:hover span:not(.name) {
    letter-spacing: 5px;
    opacity: 1;
}

@media (max-width: 991px) {.training_specialist {
    padding: 80px 0;
}.training_specialist .image_box {
    width: 220px;
    margin-bottom: 25px;
    height: 220px;
}.training_specialist .name {
    font-size: calc(46px * 0.9);
    margin-bottom: 12px;
}.training_specialist .career_area {
    padding: 35px 40px;
    width: 85%;
}.training_specialist .client_ratings::before,
    .training_specialist .client_ratings::after {
    width: 250px;
    height: 250px;
}
}

@media (max-width: 767px) {.training_specialist {
    padding: 60px 0;
}.training_specialist .image_box {
    height: 180px;
    margin-bottom: 20px;
    width: 180px;
}.training_specialist .name {
    font-size: calc(46px * 0.8);
    padding: 0 15px 12px;
    margin-bottom: 10px;
}.training_specialist .client_ratings span:not(.name) {
    font-size: calc(24px * 0.9);
    letter-spacing: 2px;
    margin-bottom: 30px;
}.training_specialist .career_area {
    font-size: calc(12px * 0.95);
    padding: 30px 35px;
    width: 90%;
}.training_specialist .career_area::before,
    .training_specialist .career_area::after {
    height: 25px;
    width: 25px;
}.training_specialist .client_ratings::before,
    .training_specialist .client_ratings::after {
    height: 200px;
    width: 200px;
}.training_specialist .client_ratings:hover span:not(.name) {
    letter-spacing: 3px;
}
}

@media (max-width: 575px) {.training_specialist {
    padding: 50px 0;
}.training_specialist .image_box {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
    border-radius: 15px;
}.training_specialist .image_box::before {
    inset: -8px;
    border-radius: 22px;
}.training_specialist .image_box::after {
    inset: -15px;
    border-radius: 30px;
}.training_specialist .name {
    margin-bottom: 8px;
    padding: 0 10px 10px;
    font-size: calc(46px * 0.7);
}.training_specialist .name::after {
    height: 2px;
    width: 60px;
}.training_specialist .client_ratings span:not(.name) {
    font-size: calc(24px * 0.85);
    margin-bottom: 25px;
    letter-spacing: 1px;
}.training_specialist .career_area {
    padding: 25px 20px;
    width: 100%;
    font-size: calc(12px * 0.9);
    border-radius: 10px;
}.training_specialist .career_area::before,
    .training_specialist .career_area::after {
    left: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
}.training_specialist .career_area::after {
    bottom: 15px;
    right: 15px;
}.training_specialist .client_ratings::before,
    .training_specialist .client_ratings::after {
    height: 150px;
    width: 150px;
}.training_specialist .client_ratings:hover span:not(.name) {
    letter-spacing: 2px;
}}.welcome {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(219,233,214), rgba(0, 0, 0, 0.5));
    overflow: hidden;
    justify-content: center;
}.welcome::before {
    height: 100%;
    opacity: 0.6;
    content: "";
    left: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(148,171,134,0.5) 0%, transparent 35%),
    radial-gradient(circle at 80% 70%, rgb(183,206,175,0.5) 0%, transparent 40%);
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: 1;
}.welcome::after {
    position: absolute;
    content: "";
    width: 40%;
    opacity: 0.07;
    transform: rotate(-15deg) skew(20deg);
    right: -5%;
    background: rgb(183,206,175);
    height: 40%;
    filter: blur(60px);
    z-index: 0;
    bottom: -5%;
    animation: floatEffect 12s infinite alternate ease-in-out;
}.welcome .edu_expert {
    gap: 2.5rem;
    width: 90%;
    z-index: 2;
    transform: translateY(-2%);
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
    position: relative;
}.welcome .edu_expert > div:first-child {
    padding: 2rem;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    backdrop-filter: blur(8px);
    transform: translateX(-10px);
    animation: slideIn 0.8s ease-out forwards;
    border-left: 3px solid rgb(183,206,175);
}.welcome .edu_expert > div:first-child::before {
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    background: linear-gradient(to right, rgb(183,206,175,0.5), transparent);
    opacity: 0.1;
}.welcome p {
    color: #ffffff;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(15px * 1.2);
    line-height: 1.6;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    margin: 0;
    letter-spacing: 0.5px;
}.welcome .learn_study {
    opacity: 0;
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.3);
    position: relative;
    transform: translateY(20px);
    overflow: hidden;
    clip-path: polygon(
    0 0, 
    100% 0, 
    100% 85%, 
    95% 100%, 
    0 100%
  );
    animation: fadeUpIn 1s 0.3s ease-out forwards;
}.welcome .learn_study > div {
    flex-direction: column;
    justify-content: space-between;
    padding: 3.5rem 2.5rem;
    min-height: 350px;
    position: relative;
    display: flex;
    z-index: 1;
}.welcome .learn_study > div::before {
    background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0.4) 50%,
    rgba(0, 0, 0, 0.75) 100%
  );
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
}.welcome .learn_study > div::after {
    height: 100%;
    left: 0;
    mix-blend-mode: overlay;
    opacity: 0.2;
    z-index: -1;
    content: "";
    position: absolute;
    background: linear-gradient(
    90deg,
    rgb(183,206,175) 0%,
    transparent 100%
  );
    top: 0;
    width: 100%;
}.welcome h3 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.5;
    position: relative;
    max-width: 90%;
    font-size: calc(22px * 1.1);
    color: #ffffff;
    font-weight: 600;
    margin: 0 0 2rem 0;
}.welcome h3::before {
    background: rgb(183,206,175);
    left: 0;
    animation: lineGrow 1.2s 0.8s forwards cubic-bezier(0.17, 0.67, 0.4, 1);
    transform: scaleX(0);
    content: "";
    height: 3px;
    width: 60px;
    transform-origin: left;
    top: -15px;
    position: absolute;
}.welcome .title_style_header {
    margin: 0;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 
              0 4px 20px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    transform: translateY(15px);
    line-height: 1.2;
    opacity: 0;
    animation: fadeUpIn 1s 0.6s ease-out forwards;
    font-size: 46px;
    font-weight: 700;
}.welcome .title_style_header::after {
    left: 0;
    opacity: 0.7;
    transform-origin: left;
    background: linear-gradient(to right, rgb(183,206,175), transparent);
    height: 10px;
    animation: lineExtend 1.5s 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: scaleX(0.3);
    bottom: -20px;
    content: "";
    width: 100%;
    position: absolute;
}

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

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

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

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

@keyframes floatEffect {
  0% {
    transform: rotate(-15deg) skew(20deg) translate(0, 0);
  }
  100% {
    transform: rotate(-12deg) skew(18deg) translate(-20px, -20px);
  }
}

@media (min-width: 768px) {.welcome .edu_expert {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.welcome .edu_expert > div:first-child {
    padding: 3rem;
    display: flex;
    align-items: center;
}.welcome p {
    font-size: calc(15px * 1.4);
}.welcome .learn_study {
    clip-path: polygon(
      0 0, 
      100% 0, 
      100% 90%, 
      85% 100%, 
      0 100%
    );
}.welcome .learn_study > div {
    min-height: 400px;
    padding: 4rem 3rem;
}.welcome h3 {
    max-width: 80%;
    font-size: 22px;
}.welcome .title_style_header {
    font-size: calc(46px * 1.2);
}
}

@media (min-width: 992px) {.welcome {
    height: 100vh;
}.welcome .edu_expert {
    width: 85%;
    gap: 4rem;
}.welcome .edu_expert > div:first-child {
    transform: translateY(2rem);
    padding: 3.5rem;
}.welcome p {
    font-size: calc(15px * 1.5);
}.welcome .learn_study > div {
    min-height: 450px;
    padding: 5rem 4rem;
}.welcome h3 {
    max-width: 70%;
    font-size: calc(22px * 1.1);
}.welcome .title_style_header {
    font-size: calc(46px * 1.4);
}.welcome .title_style_header::after {
    height: 12px;
    bottom: -24px;
}
}

@media (min-width: 1200px) {.welcome .edu_expert {
    width: 80%;
    max-width: 1400px;
}.welcome .learn_study > div {
    min-height: 500px;
}.welcome h3 {
    max-width: 60%;
}.welcome .title_style_header {
    font-size: calc(46px * 1.5);
}
}

@media (max-width: 767px) {.welcome {
    padding: 4rem 0;
}.welcome .learn_study > div {
    padding: 2.5rem 1.5rem;
}.welcome h3 {
    font-size: 21px;
    margin-bottom: 1.5rem;
}.welcome .title_style_header {
    font-size: calc(33px * 0.9);
}.welcome .title_style_header::after {
    bottom: -12px;
    height: 6px;
}}.ty_modal {
    position: relative;
    background: linear-gradient(135deg, rgb(219,233,214), rgb(219,233,214) 60%, rgb(148,171,134,0.5) 140%);
    padding: 5rem 0;
    overflow: hidden;
}.ty_modal::before {
    z-index: 1;
    height: 70%;
    width: 50%;
    filter: blur(20px);
    top: -5%;
    right: -10%;
    opacity: 0.8;
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    transform: rotate(15deg) skew(5deg);
    content: "";
    background: linear-gradient(145deg, rgb(183,206,175,0.5) 10%, transparent 70%);
}.ty_modal::after {
    bottom: -8%;
    background: linear-gradient(215deg, rgb(148,171,134,0.5) 15%, transparent 65%);
    opacity: 0.7;
    width: 40%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    position: absolute;
    transform: rotate(-10deg) skew(-5deg);
    left: -5%;
    z-index: 1;
    content: "";
    filter: blur(15px);
    height: 60%;
}.ty_modal .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    z-index: 2;
}.ty_modal h2 {
    line-height: 1.3;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-weight: 700;
    max-width: 90%;
    transform: translateY(0);
    font-size: 33px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.ty_modal h2::after {
    content: "";
    left: 0;
    transform-origin: left center;
    transform: scaleX(1);
    position: absolute;
    width: 80px;
    bottom: -0.8rem;
    transition: transform 0.6s ease-out;
    height: 4px;
    background: linear-gradient(90deg, rgb(183,206,175), rgb(148,171,134));
}.ty_modal:hover h2 {
    transform: translateY(-5px);
}.ty_modal:hover h2::after {
    transform: scaleX(1.2);
}.ty_modal .teach_style {
    border-radius: calc(22px / 1.5);
    margin-top: 1rem;
    backdrop-filter: blur(8px);
    transform: translateZ(0);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    position: relative;
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
}.ty_modal .teach_style::before {
    animation: gradientMove 8s ease infinite;
    width: 100%;
    left: 0;
    background-size: 200% 100%;
    content: "";
    height: 4px;
    background: linear-gradient(90deg, rgb(183,206,175), rgb(148,171,134), rgb(183,206,175));
    top: 0;
    position: absolute;
}.ty_modal .teach_style:hover {
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) translateZ(0);
}.ty_modal ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}.ty_modal li {
    margin-bottom: 0.5rem;
    position: relative;
    padding-left: 2rem;
}.ty_modal li::before {
    transition: transform 0.3s ease, background-color 0.3s ease;
    position: absolute;
    left: 0;
    height: 10px;
    top: 0.5rem;
    background: rgb(183,206,175);
    content: "";
    transform: scale(0.8);
    border-radius: 50%;
    width: 10px;
}.ty_modal li:hover::before {
    transform: scale(1.1);
    background: rgb(148,171,134);
}.ty_modal li span {
    font-family: Arial, sans-serif;
    transition: transform 0.3s ease;
    line-height: 1.7;
    display: block;
    color: #000000;
    font-size: calc(12px * 1.05);
}.ty_modal li:hover span {
    transform: translateX(5px);
}

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

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

@media (max-width: 992px) {.ty_modal {
    padding: 4rem 0;
}.ty_modal h2 {
    max-width: 100%;
    font-size: calc(33px * 0.9);
}.ty_modal .teach_style {
    padding: 2rem;
}
}

@media (max-width: 768px) {.ty_modal {
    padding: 3.5rem 0;
}.ty_modal h2 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.5rem;
}.ty_modal h2::after {
    width: 60px;
    height: 3px;
}.ty_modal .teach_style {
    padding: 1.8rem;
}.ty_modal li {
    padding-left: 1.8rem;
}.ty_modal li span {
    font-size: 12px;
}
}

@media (max-width: 576px) {.ty_modal {
    padding: 3rem 0;
}.ty_modal h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.ty_modal h2::after {
    width: 50px;
    height: 3px;
}.ty_modal .teach_style {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.ty_modal li {
    padding-left: 1.5rem;
}.ty_modal li::before {
    top: 0.4rem;
    height: 8px;
    width: 8px;
}.ty_modal li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.our_background {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    color: #ffffff;
}.our_background::before {
    backdrop-filter: blur(2px);
    z-index: 1;
    right: 0;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(145deg, rgba(0,0,0,0.9), rgba(0,0,0,0.5), rgba(0,0,0,0.85));
    bottom: 0;
}.our_background::after {
    right: -20%;
    transform: rotate(-15deg);
    opacity: 0.15;
    animation: shine 15s infinite alternate ease-in-out;
    height: 200%;
    content: "";
    background: rgb(183,206,175,0.5);
    z-index: 0;
    width: 80%;
    top: -50%;
    position: absolute;
}.our_background .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 20px;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.our_background h2 {
    font-weight: 700;
    color: #ffffff;
    transform: translateX(-10px);
    animation: slideInTitle 0.8s ease-out forwards;
    display: inline-block;
    position: relative;
    margin-bottom: 2rem;
    font-size: calc(36px * 1.2);
}.our_background h2::after {
    width: 60px;
    transform: scaleX(0);
    height: 3px;
    position: absolute;
    transform-origin: left;
    bottom: -10px;
    animation: lineGrow 1s 0.6s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    background: linear-gradient(90deg, rgb(183,206,175), rgb(148,171,134));
    left: 0;
    content: "";
}.our_background .text_column_wrap {
    border-radius: 2px;
    backdrop-filter: blur(5px);
    padding: 40px;
    box-shadow: 0 10px 35px rgba(0,0,0,0.2);
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    animation: fadeSlideUp 1s 0.3s forwards cubic-bezier(0.16, 1, 0.3, 1);
    border-top: 1px solid rgba(255,255,255,0.1);
    position: relative;
    border-left: 1px solid rgba(255,255,255,0.1);
    opacity: 0;
    transform: translateY(20px);
}.our_background .text_column_wrap::before {
    content: "";
    width: 20px;
    z-index: -1;
    background: rgb(183,206,175);
    opacity: 0.6;
    height: 80px;
    left: -10px;
    position: absolute;
    top: 20px;
}.our_background .text_column_wrap > div {
    grid-template-columns: 1fr;
    display: grid;
    gap: 1.5rem;
}.our_background .text_column_wrap p {
    opacity: 0;
    position: relative;
    color: #ffffff;
    animation: fadeIn 0.5s 0.8s forwards;
    transform: translateX(-10px);
    font-weight: 600;
    font-size: calc(14px * 1.5);
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0 0 10px;
}.our_background .text_column_wrap p::after {
    bottom: -5px;
    transform-origin: left;
    height: 2px;
    animation: lineGrow 0.6s 1s forwards cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    transform: scaleX(0);
    background: rgb(148,171,134);
}.our_background .text_column_wrap div div {
    column-count: 1;
    animation: fadeSlideUp 0.8s 1s forwards cubic-bezier(0.16, 1, 0.3, 1);
    font-size: 14px;
    position: relative;
    line-height: 1.8;
    column-gap: 40px;
    opacity: 0;
    transform: translateY(10px);
    opacity: 0.9;
    color: #ffffff;
}.our_background .text_column_wrap div div::first-letter {
    color: rgb(183,206,175);
    line-height: 1;
    padding-right: 8px;
    float: left;
    font-size: 1.5em;
    font-weight: 700;
}

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

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

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

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

@keyframes shine {
    0% {
        opacity: 0.1;
        transform: rotate(-15deg) translateX(5%);
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 0.15;
        transform: rotate(-15deg) translateX(-5%);
    }
}


@media (min-width: 768px) {.our_background {
    padding: 150px 0;
}.our_background .container {
    grid-template-columns: 1fr;
}.our_background h2 {
    font-size: calc(36px * 1.4);
    margin-bottom: 3rem;
}.our_background .text_column_wrap {
    padding: 50px;
}.our_background .text_column_wrap::before {
    height: 120px;
}.our_background .text_column_wrap div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_background {
    padding: 180px 0;
}.our_background::after {
    width: 60%;
}.our_background .container {
    padding: 0 40px;
}.our_background h2 {
    font-size: calc(36px * 1.6);
}.our_background h2::after {
    width: 80px;
}.our_background .text_column_wrap {
    padding: 60px 70px;
}.our_background .text_column_wrap::before {
    height: 150px;
    width: 25px;
}.our_background .text_column_wrap div div {
    column-count: 2;
    column-gap: 60px;
}
}

@media (min-width: 1200px) {.our_background .container {
    padding: 0 60px;
}.our_background h2 {
    margin-left: 30px;
}.our_background .text_column_wrap {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-left: 30px;
}.our_background .text_column_wrap:hover {
    box-shadow: 0 15px 45px rgba(0,0,0,0.3);
    transform: translateY(-5px);
}
}

@media (max-width: 767px) {.our_background {
    padding: 80px 0;
}.our_background::after {
    opacity: 0.1;
}.our_background h2 {
    font-size: calc(36px * 1.1);
    margin-bottom: 1.5rem;
}.our_background h2::after {
    width: 50px;
    height: 2px;
}.our_background .text_column_wrap {
    padding: 30px 25px;
}.our_background .text_column_wrap::before {
    width: 10px;
    height: 60px;
}.our_background .text_column_wrap p {
    font-size: calc(14px * 1.2);
}.our_background .text_column_wrap div div {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.learning_profits {
    padding: 5rem 1.5rem;
    background: linear-gradient(135deg, rgb(219,233,214) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}.learning_profits::before {
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(183,206,175,0.5) 0%, transparent 60%);
    pointer-events: none;
}.learning_profits::after {
    bottom: -5%;
    position: absolute;
    content: "";
    background: radial-gradient(circle, rgb(148,171,134,0.5) 0%, transparent 70%);
    right: -5%;
    z-index: 0;
    width: 40%;
    pointer-events: none;
    height: 40%;
}.learning_profits h5 {
    transform: perspective(1000px) translateZ(0);
    text-align: center;
    position: relative;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 3rem;
    transition: transform 0.5s ease;
}.learning_profits h5::after {
    left: 50%;
    width: 80px;
    background: linear-gradient(to right, rgb(183,206,175), rgb(148,171,134));
    height: 3px;
    position: absolute;
    bottom: -12px;
    border-radius: 10px;
    transform: translateX(-50%);
    content: "";
}.learning_profits .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.learning_profits .teach_style {
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    gap: 2rem;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    transform: translateY(0);
    border-radius: 30px;
    display: flex;
}.learning_profits .teach_style:hover {
    transform: translateY(-10px);
}.learning_profits .image_box {
    height: auto;
    object-fit: cover;
    aspect-ratio: 16/9;
    transition: transform 1.2s ease;
    width: 100%;
    object-position: center;
}.learning_profits .teach_style:hover .image_box {
    transform: scale(1.05);
}.learning_profits .text_column_wrap {
    padding: 2rem;
    position: relative;
}.learning_profits .text_column_wrap::before {
    width: calc(100% - 40px);
    background: linear-gradient(to right, transparent, rgb(148,171,134,0.5), transparent);
    height: 1px;
    top: 0;
    position: absolute;
    left: 20px;
    content: "";
}.learning_profits ul {
    gap: 1.2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}.learning_profits li {
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease-out;
    position: relative;
    transform: translateX(0);
    padding-left: 2.5rem;
}.learning_profits li:hover {
    transform: translateX(5px);
}.learning_profits li p {
    font-size: 12px;
    align-items: flex-start;
    line-height: 1.6;
    gap: 0.5rem;
    display: flex;
    color: #000000;
    margin: 0;
}.learning_profits li svg {
    position: absolute;
    left: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
    top: 3px;
}.learning_profits li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.learning_profits li svg path {
    fill: rgb(183,206,175);
    transition: fill 0.3s ease;
}.learning_profits li:hover svg path:first-child {
    fill: rgb(148,171,134);
}.learning_profits li:nth-child(odd) {
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInFromLeft 0.5s forwards;
    transform: translateY(0);
    opacity: 0;
}.learning_profits li:nth-child(even) {
    transform: translateY(0);
    animation-delay: calc(0.1s * var(--i, 0));
    animation: fadeInFromRight 0.5s forwards;
    opacity: 0;
}

@keyframes fadeInFromLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

@media (min-width: 768px) {.learning_profits {
    padding: 7rem 2rem;
}.learning_profits h5 {
    font-size: calc(19px * 1.2);
    margin-bottom: 4rem;
}.learning_profits h5::after {
    width: 120px;
}.learning_profits .teach_style {
    flex-direction: row;
    align-items: stretch;
}.learning_profits .teach_style > div:first-child {
    overflow: hidden;
    flex: 0 0 40%;
}.learning_profits .image_box {
    aspect-ratio: auto;
    height: 100%;
}.learning_profits .text_column_wrap {
    align-items: center;
    flex: 0 0 60%;
    padding: 3rem;
    display: flex;
}.learning_profits .text_column_wrap::before {
    height: calc(100% - 40px);
    width: 1px;
    left: 0;
    background: linear-gradient(to bottom, transparent, rgb(148,171,134,0.5), transparent);
    top: 20px;
}.learning_profits ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.learning_profits {
    padding: 8rem 3rem;
}.learning_profits h5 {
    font-size: calc(19px * 1.4);
}.learning_profits .teach_style {
    gap: 0;
}.learning_profits .teach_style > div:first-child {
    flex: 0 0 45%;
}.learning_profits .text_column_wrap {
    padding: 4rem;
    flex: 0 0 55%;
}.learning_profits li {
    padding-left: 3rem;
}.learning_profits li p {
    font-size: calc(12px * 1.05);
    line-height: 1.7;
}.learning_profits li svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 767px) {.learning_profits {
    padding: 4rem 1rem;
}.learning_profits h5 {
    margin-bottom: 2rem;
    font-size: calc(19px * 0.9);
}.learning_profits ul {
    gap: 1rem;
}.learning_profits li {
    margin-bottom: 0.5rem;
}.learning_profits li p {
    line-height: 1.5;
    font-size: calc(12px * 0.95);
}.learning_profits li svg {
    top: 2px;
    height: 20px;
    width: 20px;
}}header {
    z-index: 100;
    margin-top: 0;
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
    background: linear-gradient(135deg, rgb(183,206,175,0.5) 0%, rgb(148,171,134,0.5) 100%);
}header::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(183,206,175,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(148,171,134,0.5) 0%, transparent 30%);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    content: '';
    opacity: 0.5;
    left: 0;
}header .top_master {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
    padding: 1.2rem 2.5rem;
}header .page_header {
    border-radius: 28px;
    padding: 0.8rem 1.2rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    backdrop-filter: blur(5px);
    z-index: 2;
    flex: 0 0 auto;
    -webkit-backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.4s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}header .page_header:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .nav_core {
    transition: all 0.3s ease;
    display: block;
}header .nav_core img {
    max-height: 40px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .top_train {
    list-style: none;
    position: relative;
    display: flex;
    margin: 0;
    z-index: 2;
    padding: 0;
}header .header_know {
    position: relative;
    margin: 0 0.3rem;
}header .header_know a {
    font-size: 12px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 0.8rem 1.2rem;
    border-radius: 28px;
    color: #ffffff;
    -webkit-backdrop-filter: blur(5px);
    z-index: 1;
    position: relative;
    display: block;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.1);
}header .header_know a:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .header_know a::before {
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    left: 0;
    content: '';
    top: 0;
    border-radius: 28px;
    position: absolute;
    z-index: -1;
    height: 100%;
}header .header_know a:hover::before {
    opacity: 1;
}header .header_know::after {
    left: 50%;
    height: 3px;
    content: '';
    border-radius: 10px;
    opacity: 0.7;
    background: #ffffff;
    width: 0;
    position: absolute;
    transform: translateX(-50%);
    bottom: -3px;
    transition: width 0.3s ease;
}header .header_know:hover::after {
    width: 70%;
}header .top_master::before {
    height: 100px;
    background: rgb(183,206,175,0.5);
    width: 100px;
    top: -20px;
    opacity: 0.5;
    border-radius: 50%;
    content: '';
    right: -20px;
    z-index: -1;
    position: absolute;
    filter: blur(40px);
}header .top_master::after {
    opacity: 0.5;
    bottom: -20px;
    z-index: -1;
    height: 80px;
    left: -20px;
    width: 80px;
    border-radius: 50%;
    background: rgb(148,171,134,0.5);
    position: absolute;
    content: '';
    filter: blur(30px);
}header .nav_pagebar {
    z-index: 1;
    background: rgb(219,233,214);
    padding-top: 2rem;
    position: relative;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .page_header::after {
    width: 100%;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    bottom: -20px;
    left: 0;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0.5;
    height: 20px;
    content: '';
}header .page_header:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .top_master {
    margin: 0 auto;
    max-width: 1320px;
}header .header_know {
    margin: 0 0.5rem;
}header .header_know a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .top_master {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .page_header {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .top_train {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .header_know a {
    padding: 0.6rem 1rem;
    border-radius: 10px;
    font-size: calc(12px - 1px);
}header .top_master::before,
    header .top_master::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_master {
    padding: 0.8rem 1.2rem;
}header .page_header {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .nav_core img {
    max-height: 35px;
}header .top_train {
    -webkit-overflow-scrolling: touch;
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
    margin-top: 0.8rem;
    overflow-x: auto;
    justify-content: flex-start;
}header .top_train::-webkit-scrollbar {
    height: 3px;
}header .top_train::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.3);
}header .header_know {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .header_know a {
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
    white-space: nowrap;
}header .header_know::after {
    display: none;
}header .page_header::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_master {
    padding: 0.7rem 1rem;
}header .page_header {
    padding: 0.4rem 0.7rem;
    max-width: 120px;
}header .header_know a {
    padding: 0.4rem 0.6rem;
    font-size: calc(12px - 3px);
}}.popupPrivacySettings {
    bottom: 0;
    padding: 20px 0;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
    background-color: rgb(219,233,214);
    width: 100%;
    border-top: 1px solid rgb(183,206,175);
    animation: fadeInUp 0.5s ease-out;
    position: fixed;
    z-index: 1000;
}.popupPrivacySettings .cookie_alerts {
    transform-origin: center;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    margin-right: 20px;
    flex-shrink: 0;
}.popupPrivacySettings .cookie_alerts svg {
    fill: rgb(183,206,175);
    height: 60px;
    width: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.popupPrivacySettings .user_default {
    flex-grow: 1;
}.popupPrivacySettings .user_default h5 {
    margin-bottom: 6px;
    color: rgb(183,206,175);
    font-size: 21px;
}.popupPrivacySettings .user_default p {
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    color: #000000;
}.popupPrivacySettings .cookie_eductrl {
    transition: transform 0.3s, box-shadow 0.3s;
    color: #ffffff;
    margin-top: 20px;
    border-radius: 5px;
    background-color: rgb(183,206,175);
    font-size: 16px;
    margin-right: 15px;
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px;
}.popupPrivacySettings .cookie_eductrl:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.popupPrivacySettings .cookie_eductrl:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.popupPrivacySettings .cookie_alerts {
    margin-right: 0;
    margin-bottom: 15px;
}.popupPrivacySettings .cookie_eductrl {
    width: 48%;
    margin-left: 0;
    text-align: center;
}}
#cookie_info_popup {
    display: none;
}#cookie_info_popup:checked ~ .popupPrivacySettings {
    opacity: 0;
    visibility: hidden;
}.sign_up_for_updates {
    overflow: hidden;
    z-index: 1;
    position: relative;
    background: rgb(219,233,214);
    padding: 5rem 2rem;
}.sign_up_for_updates::before {
    z-index: -1;
    position: absolute;
    opacity: 0.08;
    width: 61.8%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 38.2% 100%);
    height: 100%;
    background: rgb(183,206,175,0.5);
    top: 0;
    right: 0;
}.sign_up_for_updates::after {
    position: absolute;
    background: rgb(148,171,134,0.5);
    content: "";
    height: 61.8%;
    left: 0;
    opacity: 0.08;
    bottom: 0;
    width: 38.2%;
    z-index: -1;
    clip-path: polygon(0 38.2%, 100% 0, 100% 100%, 0 100%);
}.sign_up_for_updates .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.sign_up_for_updates .teach_style {
    position: relative;
    display: grid;
    grid-template-columns: 38.2% 61.8%;
    gap: 0;
}.sign_up_for_updates .teach_style::before {
    z-index: -1;
    border: 15px solid rgb(148,171,134);
    content: "";
    right: -100px;
    top: -100px;
    border-radius: 50%;
    opacity: 0.05;
    width: 200px;
    position: absolute;
    height: 200px;
}.sign_up_for_updates .teach_style::after {
    opacity: 0.05;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    animation: rotateDiamond 15s linear infinite;
    width: 120px;
    height: 120px;
    bottom: -60px;
    left: 38.2%;
    z-index: -1;
    content: "";
    position: absolute;
    background: rgb(183,206,175);
}.sign_up_for_updates p {
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    align-items: center;
    position: relative;
    font-size: 35px;
    margin: 0;
    padding-right: 2rem;
    display: flex;
    font-family: Arial, sans-serif;
    height: 100%;
}.sign_up_for_updates p::before {
    left: -20px;
    background: rgb(183,206,175);
    position: absolute;
    animation: extendHeight 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    height: 61.8%;
    width: 3px;
    content: "";
}.sign_up_for_updates p::after {
    transform-origin: right;
    animation: extendWidth 1.5s cubic-bezier(0.215, 0.610, 0.355, 1.000) forwards;
    content: "";
    height: 3px;
    right: 0;
    background: rgb(148,171,134);
    position: absolute;
    width: 38.2%;
    bottom: -20px;
}.sign_up_for_updates .input_holder {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 2rem;
}.sign_up_for_updates .input_holder::before {
    background: transparent;
    pointer-events: none;
    z-index: -1;
    left: 8px;
    border: 1px solid #000000;
    transition: all 0.3s ease;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    height: 100%;
    top: -8px;
    content: "";
}.sign_up_for_updates .input_holder:hover::before {
    transform: translate(4px, -4px);
}.sign_up_for_updates .sub_block {
    font-size: 15px;
    background: #ffffff;
    width: 61.8%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    padding: 1.2rem 1.5rem;
    outline: none;
    border-right: none;
    color: #000000;
}.sign_up_for_updates .sub_block:focus {
    border-color: rgb(183,206,175);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}.sign_up_for_updates .contact_request {
    font-family: Arial, sans-serif;
    background: #000000;
    width: 38.2%;
    overflow: hidden;
    font-size: 16px;
    padding: 1.2rem 0;
    cursor: pointer;
    border: 1px solid #000000;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.sign_up_for_updates .contact_request::before {
    background: rgb(183,206,175);
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    z-index: -1;
    transition: all 0.3s ease;
    left: -100%;
    top: 0;
}.sign_up_for_updates .contact_request:hover {
    color: #ffffff;
    border-color: rgb(183,206,175);
}.sign_up_for_updates .contact_request:hover::before {
    left: 0;
}

@keyframes extendWidth {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes extendHeight {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

@keyframes rotateDiamond {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.sign_up_for_updates {
    padding: 4rem 1.5rem;
}.sign_up_for_updates .teach_style {
    grid-template-columns: 1fr;
    gap: 2rem;
}.sign_up_for_updates p {
    padding-left: 1.5rem;
    padding-right: 0;
    font-size: calc(35px * 0.9);
}.sign_up_for_updates p::before {
    left: 0;
    height: 80%;
}.sign_up_for_updates p::after {
    left: 0;
    right: auto;
    width: 50%;
}.sign_up_for_updates .input_holder {
    padding-left: 0;
}
}

@media (max-width: 768px) {.sign_up_for_updates {
    padding: 3.5rem 1.5rem;
}.sign_up_for_updates p {
    font-size: 20px;
}.sign_up_for_updates .input_holder {
    flex-direction: column;
    align-items: stretch;
}.sign_up_for_updates .sub_block {
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    width: 100%;
}.sign_up_for_updates .contact_request {
    width: 100%;
}.sign_up_for_updates::before,
    .sign_up_for_updates::after {
    opacity: 0.05;
}
}

@media (max-width: 576px) {.sign_up_for_updates {
    margin: 4rem 0;
    padding: 3rem 1rem;
}.sign_up_for_updates p {
    padding-left: 1rem;
}.sign_up_for_updates p::before {
    width: 2px;
}.sign_up_for_updates p::after {
    height: 2px;
}.sign_up_for_updates .sub_block,
    .sign_up_for_updates .contact_request {
    padding: 1rem;
}.sign_up_for_updates .teach_style::before,
    .sign_up_for_updates .teach_style::after {
    display: none;
}}.program_information {
    padding: 7rem 0;
    background: linear-gradient(120deg, #000000 20%, rgb(148,171,134,0.5) 100%);
    overflow: hidden;
    position: relative;
}.program_information::before {
    background: radial-gradient(ellipse at center, rgb(183,206,175,0.5) 0%, transparent 70%);
    right: -10%;
    width: 70%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    animation: floatGradient 20s ease-in-out infinite alternate;
    filter: blur(30px);
    height: 140%;
    top: -20%;
    content: "";
}.program_information::after {
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    opacity: 0.8;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(148,171,134,0.5) 0%, transparent 40%);
    left: 0;
    z-index: 1;
}.program_information .container {
    z-index: 2;
    position: relative;
}.program_information .teach_style {
    position: relative;
    display: grid;
    grid-template-areas: 
        "photo info"
        "photo info";
    grid-template-columns: 45% 55%;
    gap: 0;
    min-height: 500px;
}.program_information .lesson_path {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    backdrop-filter: blur(8px);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-radius: 0 13px 13px 0;
    position: relative;
    transform: translateX(-40px);
    grid-area: info;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 3.5rem 3rem 3.5rem 5rem;
}.program_information .lesson_path::before {
    opacity: 0.1;
    top: 0;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(183,206,175,0.5) 49.5%, rgb(183,206,175,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(183,206,175,0.5) 49.5%, rgb(183,206,175,0.5) 50.5%, transparent 50.5%);
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background-size: 30px 30px;
    z-index: -1;
}.program_information .lesson_path::after {
    transform-origin: center;
    height: 200%;
    background: radial-gradient(
        circle at center,
        rgb(183,206,175,0.5) 0%,
        transparent 60%
    );
    animation: rotateRadial 30s linear infinite;
    content: "";
    left: -50%;
    width: 200%;
    top: -50%;
    z-index: -1;
    position: absolute;
    opacity: 0.1;
}.program_information .page_header {
    transform: rotate(-5deg) skew(-5deg);
    position: relative;
    width: 90px;
    height: 90px;
    margin-bottom: 2rem;
}.program_information .page_header::before {
    inset: -5px;
    position: absolute;
    transform: rotate(5deg);
    content: "";
    animation: pulseLogo 4s ease-in-out infinite alternate;
    z-index: -1;
    border-radius: 12px;
    filter: blur(5px);
    background: linear-gradient(
        135deg,
        rgb(183,206,175) 0%,
        rgb(148,171,134) 100%
    );
}.program_information .page_header::after {
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    border-radius: 8px;
    z-index: -1;
    position: absolute;
}.program_information .page_header svg {
    filter: drop-shadow(0 0 8px rgb(183,206,175,0.5));
    animation: floatLogo 6s ease-in-out infinite;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    height: 50px;
    width: 50px;
}.program_information .page_header svg path {
    transition: fill 0.3s ease;
    fill: rgb(183,206,175);
}.program_information h3 {
    transform: skew(-2deg);
    margin-bottom: 1.8rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    position: relative;
    font-weight: 700;
    font-size: 28px;
    color: #ffffff;
    line-height: 1.3;
}.program_information h3::before {
    content: "";
    width: 40px;
    bottom: -10px;
    background: linear-gradient(to right, rgb(183,206,175), transparent);
    left: 0;
    height: 3px;
    position: absolute;
}.program_information h3::after {
    height: 1px;
    width: 80px;
    background: linear-gradient(to right, rgb(183,206,175), transparent);
    bottom: -15px;
    left: 0;
    position: absolute;
    content: "";
}.program_information p {
    font-size: 12px;
    color: #ffffff;
    max-width: 600px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
    position: relative;
    line-height: 1.8;
}.program_information .image_box {
    position: relative;
    border-radius: 13px 0 0 13px;
    height: 460px;
    grid-area: photo;
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.program_information .image_box::before {
    z-index: 2;
    mix-blend-mode: multiply;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    opacity: 0.6;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
}.program_information .image_box::after {
    content: "";
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    width: 100%;
    z-index: 2;
    opacity: 0.7;
    left: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
}.program_information .teach_style:hover .image_box {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.program_information .teach_style:hover .lesson_path {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.program_information .page_header:hover svg path {
    fill: rgb(148,171,134);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.program_information .teach_style {
    grid-template-columns: 42% 58%;
    min-height: 450px;
}.program_information .lesson_path {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.program_information h3 {
    font-size: calc(28px * 0.9);
}
}

@media screen and (max-width: 992px) {.program_information {
    padding: 5rem 0;
}.program_information .teach_style {
    grid-template-areas:
            "image_box"
            "help_form";
    grid-template-columns: 1fr;
    min-height: auto;
}.program_information .image_box {
    transform: perspective(1000px) rotateX(5deg);
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    border-radius: 13px 13px 0 0;
}.program_information .lesson_path {
    padding: 3rem 2.5rem;
    border-radius: 0 0 13px 13px;
    transform: translateY(-40px);
}.program_information .teach_style:hover .image_box {
    transform: perspective(1000px) rotateX(8deg);
}.program_information .teach_style:hover .lesson_path {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.program_information {
    padding: 4rem 0;
}.program_information .image_box {
    height: 300px;
}.program_information .lesson_path {
    padding: 2.5rem 2rem;
}.program_information .page_header {
    width: 80px;
    margin-bottom: 1.5rem;
    height: 80px;
}.program_information .page_header svg {
    height: 45px;
    width: 45px;
}.program_information h3 {
    margin-bottom: 1.5rem;
    font-size: calc(28px * 0.8);
}.program_information p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.program_information {
    padding: 3rem 0;
}.program_information .image_box {
    height: 250px;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
}.program_information .lesson_path {
    transform: translateY(-30px);
    padding: 2rem 1.5rem;
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}.program_information .page_header {
    height: 70px;
    width: 70px;
    margin-bottom: 1.2rem;
}.program_information .page_header svg {
    width: 40px;
    height: 40px;
}.program_information h3 {
    margin-bottom: 1.2rem;
    font-size: calc(28px * 0.7);
}.program_information h3::before {
    bottom: -8px;
    height: 2px;
    width: 30px;
}.program_information h3::after {
    width: 60px;
    bottom: -12px;
    height: 1px;
}.program_information p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}.program_information .teach_style:hover .lesson_path {
    transform: translateY(-35px);
}
}