* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.first_class {
    flex: 1 0 auto;
}

header,footer {
    width: 100%;
}

header {
    z-index: 100;
    margin-top: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: relative;
    background: linear-gradient(90deg, rgb(181,138,130) 0%, rgb(200,180,177) 100%);
    padding: 0;
    overflow: visible;
}

.privacy_section h2 {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    font-size: 34px;
    text-align: center;
}

.privacy_section p {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 1.8;
    font-size: 18px;
}

.privacy_section span {
    font-weight: 600;
}

.instructor_profile::before {
    position: absolute;
    transform: translateZ(0);
    content: "";
    width: 40vw;
    background: radial-gradient(circle, rgb(200,180,177,0.5) 0%, transparent 70%);
    top: -5%;
    opacity: 0.15;
    right: -10%;
    height: 40vw;
}

.instructor_profile .learner_feedback {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    transform: translateZ(0);
    padding: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(200,180,177), 0.03) inset;
    backdrop-filter: blur(10px);
}

.instructor_profile .name::after {
    content: "";
    transform: scaleX(0.8);
    transition: transform 0.4s ease;
    width: 60%;
    bottom: -8px;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(181,138,130) 0%, transparent 100%);
    left: 0;
    height: 3px;
}

.instructor_profile .work_items::before {
    left: -1rem;
    content: "";
    font-size: 6rem;
    z-index: -1;
    color: rgb(200,180,177,0.5);
    position: absolute;
    opacity: 0.15;
    top: -2rem;
    font-family: serif;
}

.operation_process h2 {
    transform: translateZ(5px);
    color: #000000;
    display: inline-block;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    font-size: 35px;
}

.operation_process:hover h2::after {
    transform: scaleX(1);
}

.operation_process .text_card_wrap {
    background: #ffffff;
    border-left: 4px solid rgb(200,180,177);
    transform: translateZ(0);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 1px 3px rgba(0, 0, 0, 0.02);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    overflow: hidden;
    padding: 2.5rem;
    position: relative;
}

.operation_process .text_card_wrap:hover::before {
    transform: translate(10%, -10%);
}

.operation_process .text_card_wrap:hover::after {
    transform: translateY(-10px);
}

.honor_cta::before {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(8px);
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(200,180,177,0.5) 100%);
    position: absolute;
    top: 0;
}

.honor_cta .contact_edu {
    opacity: 0.8;
    color: #ffffff;
    margin-top: 1rem;
    line-height: 1.6;
    font-size: 18px;
}

.honor_cta .head_skill {
    gap: 4rem;
    display: flex;
}

.honor_cta .main_site::after {
    width: 40px;
    content: "";
    opacity: 0.4;
    bottom: -10px;
    position: absolute;
    border-right: 1px solid rgb(200,180,177);
    height: 40px;
    right: -20px;
    border-bottom: 1px solid rgb(200,180,177);
}

.honor_cta .main_site .head_skill a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    padding-left: 1rem;
    font-size: 18px;
    position: relative;
    opacity: 0.8;
}

.honor_cta .main_site .head_skill a:hover::before {
    height: 7px;
    background-color: rgb(181,138,130);
    width: 7px;
}

.rating_stars .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing_suite {
    padding: 100px 0;
    background-color: rgb(227,222,221);
    position: relative;
    font-family: Arial, sans-serif;
    overflow: hidden;
}

.pricing_suite .price_view {
    flex-direction: column;
    display: flex;
}

.pricing_suite .cert_plans h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 20px;
    color: #000000;
    position: relative;
    text-transform: uppercase;
}

.pricing_suite .group_rates {
    margin-top: 20px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.pricing_suite .program_rate:nth-child(2) {
    --i: 2;
}

.pricing_suite .program_rate:nth-child(4) {
    --i: 4;
}

.pricing_suite .program_rate:hover .fee_package {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(200,180,177,0.5), 0.1);
}

.pricing_suite .payment_scheme {
    color: rgb(181,138,130);
    font-size: calc(21px + 4px);
    position: relative;
    transition: all 0.3s ease;
    font-weight: 700;
    margin: 20px 0;
    display: block;
}

.pricing_suite .cost_options p {
    font-size: 18px;
    margin-top: 15px;
    word-wrap: break-word;
    white-space: normal;
    transition: color 0.3s ease;
    word-break: normal;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    line-height: 1.6;
}

.pricing_suite .program_rate:hover .pic_strip::after {
    opacity: 0.3;
}

.thxBlock::before {
    z-index: 1;
    width: 200px;
    border-radius: 10px;
    top: -50px;
    content: "";
    transform: rotate(45deg);
    background: linear-gradient(225deg, rgb(200,180,177) 0%, rgb(181,138,130) 100%);
    height: 200px;
    right: -50px;
    position: absolute;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0.07;
}

.thxBlock .founders_team:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(#000000, 0.08);
}

.thxBlock .founders_team > div:first-child {
    position: relative;
}

.thxBlock .founders_team > div:first-child::after {
    left: 0;
    transform: scaleX(1);
    width: 60px;
    transform-origin: left;
    background: rgb(200,180,177);
    bottom: -15px;
    height: 3px;
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.thxBlock a::before {
    width: 100%;
    transform-origin: right;
    background: rgb(200,180,177);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
    transform: scaleX(0);
}

.course_offering::before {
    top: 0;
    background-size: 120px 120px;
    height: 100%;
    right: 0;
    animation: patternFloat 60s infinite linear;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(200,180,177,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(200,180,177,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(200,180,177,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(200,180,177,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(200,180,177,0.5) 1px, transparent 5px);
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    content: "";
}

.course_offering .pic_strip:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.course_offering .text_card_wrap {
    border-left: 4px solid rgb(200,180,177);
    padding: 20px;
    background: #ffffff;
    position: relative;
    transform: translateZ(0);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
}

.course_offering h3::after {
    position: absolute;
    background: rgb(181,138,130);
    width: 60px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 3px;
    transform: scaleX(1);
    transform-origin: left;
    bottom: -10px;
    left: 0;
}

.our_info {
    background: linear-gradient(120deg, rgb(227,222,221) 0%, rgb(200,180,177,0.5) 40%, rgb(227,222,221) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    isolation: isolate;
}



.our_info .container {
    margin: 0 auto;
    max-width: 1280px;
    padding: 0 2rem;
    position: relative;
}

.our_info .container::before {
    opacity: 0.1;
    content: "";
    width: 400px;
    background: rgb(181,138,130,0.5);
    right: -200px;
    filter: blur(100px);
    z-index: -1;
    height: 400px;
    top: -200px;
    position: absolute;
    border-radius: 50%;
}

.our_info .reach_section:nth-child(2) {
    border: none;
    padding: 0;
    aspect-ratio: 16/9;
    grid-column: 2 / 3;
    overflow: hidden;
    grid-row: 1 / 2;
    position: relative;
}

.our_info .reach_section::before {
    background: linear-gradient(to bottom, transparent, rgb(200,180,177), transparent);
    position: absolute;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: 0;
    content: "";
    transform: scaleY(0.6);
    height: 100%;
    left: 0;
    width: 2px;
}

.our_info .write_page {
    font-size: calc(14px * 1.3);
    color: rgb(181,138,130);
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    margin-bottom: 1.5rem;
}

.our_info .reach_section p {
    font-size: 14px;
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
    color: #000000;
}

.our_info .reach_section p:hover span::after {
    width: 100%;
}

.our_info .connect_experts {
    background: rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    margin-top: 2.5rem;
    position: relative;
    border-left: 3px solid rgb(181,138,130);
    border-radius: 10px;
}

.our_info .connect_experts h3 {
    margin-bottom: 1.2rem;
    font-size: 22px;
    align-items: center;
    color: rgb(181,138,130);
    font-weight: 600;
    display: flex;
}

.our_info .message_panel span {
    color: #000000;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.6rem 1rem;
    position: relative;
    border-radius: 10px;
    font-size: calc(14px * 0.85);
    overflow: hidden;
}

.our_info .message_panel span:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
}

.our_info .reach_section .pic_strip::before {
    bottom: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
    content: "";
    height: 50%;
    position: absolute;
}

.our_info .contact_now a::before {
    content: "";
    position: absolute;
    transition: width 0.3s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
    background: rgb(200,180,177);
}

.our_info .contact_now a:hover {
    transform: translateX(5px);
}

.our_info .contact_now a:hover::after {
    opacity: 0.05;
}

.our_info .contact_now a:hover p {
    transform: translateX(5px);
}

.our_info svg {
    transition: all 0.3s ease;
    width: 22px;
    margin-right: 1rem;
    height: 22px;
}

.our_info .contact_now a:hover svg path {
    fill: rgb(200,180,177);
}

.cookie_edu {
    padding: 20px;
    width: 90%;
    justify-content: space-between;
    border: 2px solid rgb(200,180,177);
    max-width: 1200px;
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    border-radius: 16px;
    margin: auto;
    display: flex;
}

.track_alert svg {
    height: 50px;
    fill: rgb(200,180,177);
    width: 50px;
}

.track_optin h5 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    color: rgb(200,180,177);
    letter-spacing: 1px;
    text-transform: uppercase;
}

#popupCookieConsent {
    display: none;
}


.our_mission {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(227,222,221) 0%, rgb(181,138,130,0.5) 100%);
}

.our_mission::after {
    position: absolute;
    opacity: 0.1;
    content: "";
    z-index: 0;
    right: -25%;
    top: -50%;
    height: 150%;
    width: 80%;
    transform: rotate(-15deg);
    background: radial-gradient(ellipse at center, rgb(200,180,177,0.5) 0%, transparent 70%);
}

.our_mission .digital_education {
    position: relative;
}

.our_mission .digital_education ul {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    list-style: none;
    gap: 3rem;
}

.our_mission .learning_zone:nth-child(1) {
    --i: 1;
}

.our_mission .learning_zone:nth-child(2) {
    --i: 2;
}

.our_mission .learning_zone::before {
    border-radius: 50%;
    width: 100px;
    right: 0;
    opacity: 0.1;
    transform: translate(50%, -50%);
    background: rgb(181,138,130,0.5);
    height: 100px;
    position: absolute;
    content: "";
    top: 0;
}

.learning_impact {
    background: linear-gradient(135deg, rgb(200,180,177,0.5), rgb(181,138,130) 120%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.learning_impact::after {
    top: -30%;
    content: "";
    right: -30%;
    width: 80%;
    background: radial-gradient(ellipse, rgb(181,138,130,0.5) 0%, transparent 70%);
    position: absolute;
    z-index: 0;
    height: 80%;
    transform: rotate(-15deg);
}

.learning_impact .pic_strip:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.learning_impact .text_card_wrap {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 2rem;
    backdrop-filter: blur(8px);
    transform: translateY(-20px);
    background: rgba(255, 255, 255, 0.9);
}

.learning_impact .text_card_wrap:hover h1::after {
    width: 6rem;
}

.learning_impact li {
    align-items: flex-start;
    transition: transform 0.3s ease;
    display: flex;
}

.learning_impact li p {
    display: flex;
    align-items: flex-start;
    margin: 0;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
    color: #000000;
}

.learning_impact li:hover svg path {
    fill: rgb(181,138,130);
}

.welcome_section .founders_team {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    width: 100%;
    max-width: 1400px;
    padding: 2rem;
    margin: 0 auto;
    z-index: 2;
}

.welcome_section .founders_team {
    grid-template-columns: 1fr;
    gap: 3rem;
}

.welcome_section .text_card_wrap {
    animation: fadeUp 0.8s ease-out forwards 0.4s;
    flex-direction: column;
    position: relative;
    z-index: 3;
    opacity: 0;
    display: flex;
    transform: translateY(20px);
    justify-content: center;
}

.welcome_section .virtual_school:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.welcome_section .virtual_school p::before {
    left: 0;
    background: rgb(181,138,130);
    opacity: 0.5;
    width: 3px;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
}

.welcome_section svg path {
    transition: fill 0.3s ease;
}

.welcome_section svg:hover path {
    fill: rgb(200,180,177);
}

.welcome_section svg text {
    transform-origin: center;
    transition: fill 0.3s ease, transform 0.3s ease;
}

.welcome_section .help_message {
    padding: 1rem 2rem;
    margin-top: 1rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    position: relative;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    font-size: 19px;
    transform: translateZ(0);
    background: rgb(200,180,177);
    z-index: 1;
    display: inline-block;
    transition: all 0.3s ease;
    font-weight: 600;
}

.contact_information {
    padding: 90px 0;
    background: linear-gradient(160deg, rgb(227,222,221) 0%, rgb(200,180,177,0.5) 100%);
    overflow: hidden;
    position: relative;
}

.contact_information::before {
    left: 0;
    opacity: 0.03;
    background: repeating-linear-gradient(
        -45deg,
        rgb(200,180,177,0.5),
        rgb(200,180,177,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
}

.contact_information .query_form {
    padding: 50px;
    width: 100%;
    position: relative;
}

.contact_information form h3::after {
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    background: rgb(200,180,177);
    bottom: -10px;
    height: 3px;
    border-radius: 1.5px;
}

.contact_information form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.35);
}

.contact_information .connect_query {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.contact_information .connect_query input[type="checkbox"]:checked + label::before {
    background: rgb(200,180,177);
}

.contact_information .connect_query label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(200,180,177);
}

.contact_information form .help_message {
    cursor: pointer;
    color: #ffffff;
    padding: 16px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-size: 20px;
    font-family: Arial, sans-serif;
    background: rgb(200,180,177);
    font-weight: 600;
    border-radius: 10px;
    border: none;
    text-align: center;
}

header .header_guide {
    position: relative;
    overflow: visible;
    padding: 0.5rem;
    flex: 0 0 auto;
    margin-right: 2rem;
}

header .header_guide::after {
    opacity: 0;
    position: absolute;
    transition: all 0.3s ease;
    transform: skew(-5deg);
    content: '';
    top: -5px;
    left: -5px;
    z-index: -1;
    border: 2px solid #ffffff;
    box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff;
    right: -5px;
    bottom: -5px;
}

header .site_nav {
    position: relative;
    margin: 0 0.4rem;
}

header .site_nav a::before {
    position: absolute;
    bottom: -2px;
    content: '';
    z-index: -1;
    top: -2px;
    left: -2px;
    background: #ffffff;
    transform: scale(0.9);
    right: -2px;
    opacity: 0;
    transition: opacity 0.3s ease;
}

header .site_nav::after {
    bottom: -10px;
    transition: all 0.3s ease;
    filter: blur(3px);
    position: absolute;
    width: 80%;
    opacity: 0;
    height: 5px;
    left: 10%;
    content: '';
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}

header .first_class {
    position: relative;
    padding-top: 2rem;
    background: rgb(227,222,221);
    z-index: 1;
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}


@media only screen and (max-width: 800px) {.privacy_section {
    padding: 30px 15px;
}.privacy_section h1 {
    font-size: calc(24px - 10px);
}.privacy_section h2 {
    font-size: calc(24px - 8px);
}.privacy_section p, .privacy_section li {
    font-size: calc(18px - 2px);
}}



@media (min-width: 1024px) {.instructor_profile .learner_feedback {
    grid-template-columns: auto 1fr;
    gap: 3rem 4rem;
    padding: 4rem;
}.instructor_profile .pic_strip {
    height: 300px;
    transform: rotate(-3deg) translateZ(0);
    width: 300px;
}.instructor_profile .name {
    font-size: calc(19px + 0.4rem);
}.instructor_profile .name::after {
    height: 4px;
}.instructor_profile .work_items {
    line-height: 1.7;
    font-size: calc(14px + 0.1rem);
}.instructor_profile .learner_feedback > div:nth-child(2) > div {
    font-size: 14px;
}
}



@media (max-width: 991px) {.operation_process {
    padding: 5rem 0;
}.operation_process h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.9);
}.operation_process .text_card_wrap {
    padding: 2rem;
}
}



@media (max-width: 480px) {.operation_process {
    padding: 3rem 0;
}.operation_process .founders_team {
    padding: 0 1rem;
}.operation_process h2 {
    font-size: calc(35px * 0.7);
    margin-bottom: 1.5rem;
}.operation_process .text_card_wrap {
    padding: 1.5rem;
    border-left-width: 3px;
}.operation_process p {
    font-size: calc(18px * 0.95);
}.operation_process .text_card_wrap::after {
    font-size: 6rem;
    right: 10px;
}
}



@media screen and (max-width: 768px) {.honor_cta {
    padding: 3rem 0 2rem;
}.honor_cta .head_skill {
    gap: 2rem;
    flex-direction: column;
}.honor_cta .main_site::before,
    .honor_cta .main_site::after {
    display: none;
}.honor_cta .main_site {
    margin-bottom: 1.5rem;
}.rating_stars {
    padding: 1rem 0;
}
}



@media (max-width: 1199px) {.pricing_suite {
    padding: 80px 0;
}.pricing_suite .cert_plans {
    margin: 0 auto 50px;
    max-width: 800px;
    text-align: center;
}.pricing_suite .cert_plans h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}



@media (min-width: 768px) {.thxBlock {
    padding: 100px 0;
}.thxBlock .founders_team {
    padding: 60px;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
}.thxBlock h5 {
    font-size: calc(23px * 1.1);
    margin-bottom: 15px;
}.thxBlock p {
    font-size: calc(17px * 1.05);
}.thxBlock .founders_team > div:first-child::after {
    width: 80px;
    bottom: -20px;
}
}



@media (max-width: 480px) {.thxBlock {
    padding: 40px 0;
}.thxBlock .founders_team {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    gap: 20px;
}.thxBlock h5 {
    font-size: calc(23px * 0.85);
}.thxBlock p {
    font-size: calc(17px * 0.95);
}.thxBlock .founders_team > div:first-child::after {
    width: 50px;
    bottom: -10px;
}
}



@media (max-width: 767px) {.course_offering {
    padding: 80px 0;
}.course_offering .pic_strip {
    height: 280px;
    transform: perspective(1000px) rotateY(3deg);
}.course_offering .text_card_wrap {
    padding: 25px 20px;
}.course_offering h3 {
    font-size: calc(20px * 1.05);
    margin-bottom: 20px;
}.course_offering h3::after {
    width: 50px;
    height: 2px;
}.course_offering p.description {
    line-height: 1.7;
    font-size: calc(14px * 0.95);
}
}



@media (max-width: 480px) {.our_info {
    padding: 3rem 0;
}.our_info .assist_form {
    gap: 1.2rem;
}.our_info .reach_section {
    padding: 1.5rem;
}.our_info .reach_section h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 1.5rem;
}.our_info .write_page {
    font-size: 14px;
}.our_info .ask_team {
    margin-bottom: 1.5rem;
}.our_info .connect_experts {
    padding: 1rem;
    margin-top: 1.5rem;
}.our_info .contact_now a {
    padding: 1rem;
}.our_info .contact_now a span {
    width: 60px;
    margin-right: 1rem;
}}



@media (min-width: 1024px) {.our_mission {
    padding: 10rem 0;
}.our_mission::before {
    background-size: 80px 80px;
}.our_mission .container {
    padding: 0 4rem;
}.our_mission h1 {
    font-size: calc(45px * 1.4);
    margin-bottom: 5rem;
}.our_mission h1::after {
    width: 140px;
}.our_mission .learning_zone {
    padding: 3rem;
}.our_mission .learning_zone h4 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.1);
}.our_mission .learning_zone div {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}



@media (min-width: 768px) {.learning_impact .container {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.learning_impact .pic_strip {
    transform: perspective(1000px) rotateY(-8deg);
    height: 100%;
}.learning_impact ul {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.learning_impact .text_card_wrap {
    padding: 2.5rem;
}
}



@media (max-width: 768px) {.welcome_section {
    padding: 4rem 0 2rem;
}.welcome_section .founders_team {
    gap: 2rem;
    padding: 1rem;
}.welcome_section h1 {
    font-size: calc(48px * 0.75);
    margin-bottom: 1rem;
}.welcome_section .virtual_school {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    padding: 1.5rem;
}.welcome_section .virtual_school p {
    margin-bottom: 1.5rem;
    font-size: 12px;
}.welcome_section svg {
    margin: 0.5rem auto 1.5rem;
    width: 90px;
    height: 90px;
}.welcome_section .help_message {
    padding: 0.8rem 1.5rem;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}.welcome_section .pic_strip {
    min-height: 280px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}



@media (max-width: 991px) {header .top_sitewrap {
    flex-wrap: wrap;
    padding: 1rem 2rem;
}header .header_guide {
    margin-right: 0;
    margin-bottom: 0;
}header .main_site {
    margin-top: 1rem;
    flex-basis: 100%;
    justify-content: flex-end;
}header .site_nav a {
    font-size: calc(15px - 1px);
    padding: 0 1rem;
    height: 36px;
}
}



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



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

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



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



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



@keyframes growSvg {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

