* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    width: 1169px;
    margin: auto;
    max-width: 100%;
}svg {
    width: 30px;
    height: 30px;
}.segment-wrapper_K {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.main_edu_1 {
    flex: 1 0 auto;
}.student_aid_n {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookiePolicyContainer_1 {
    width: 100%;
    z-index: 90;
    background: rgb(219,233,214);
    border-top: 2px solid rgb(183,206,175);
    position: fixed;
    bottom: 0;
}#alertTrackingUsage_B {
    display: none;
}#alertTrackingUsage_B:checked ~ .cookiePolicyContainer_1 {
    opacity: 0;
    visibility: hidden;
}.edu_track_N {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.cookiePolicyContainer_1 h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookiePolicyContainer_1 p {
    font-size: 18px;
}.privacy_opt_B {
    flex-shrink: 0;
    margin-right: 10px;
}.privacy_opt_B svg, .privacy_opt_B svg path, .privacy_opt_B img {
    fill: rgb(183,206,175);
    height: 100px;
    width: 100px;
}.cookie_control_j {
    cursor: pointer;
    flex-shrink: 0;
    line-height: 35px;
    text-align: center;
    margin-left: 10px;
    white-space: nowrap;
    font-size: 24px;
    color: rgb(183,206,175);
    text-decoration: none;
    border-bottom: 2px solid rgb(183,206,175);
    min-width: 120px;
}.cookiePolicyContainer_1 p a {
    color: rgb(183,206,175);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookiePolicyContainer_1 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_opt_B {
    display: none;
}.edu_track_N {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookiePolicyContainer_1 h5 {
    text-align: center;
}.cookiePolicyContainer_1 p {
    text-align: center;
}.cookie_option_t {
    margin-bottom: 20px;
}body .segment-wrapper_K .cookie_control_j {
    margin-left: 0;
    margin-bottom: 10px;
}}
.segment-wrapper_K .cookiePolicyContainer_1 {
    box-shadow: rgb(148,171,134,0.5) 0px 0px 10px 10px;
    background: rgb(183,206,175);
}.segment-wrapper_K .edu_track_N {
    justify-content: space-between;
    padding: 40px 0;
}.segment-wrapper_K .cookie_control_j {
    padding: 10px;
    font-size: 20px;
    border: none;
    margin-left: 30px;
    background: #ffffff;
    color: rgb(183,206,175);
}.segment-wrapper_K .cookie_option_t {
    color: #ffffff;
    text-align: left;
}.segment-wrapper_K .cookie_option_t h5 {
    font-weight: 700;
}.segment-wrapper_K .cookie_option_t h5, .segment-wrapper_K .cookie_option_t p {
    color: #ffffff;
}.segment-wrapper_K .cookiePolicyContainer_1 p a {
    text-decoration: underline;
    color: rgb(148,171,134);
}.title_intro_a {
    background-color: #000000;
    width: 100%;
    min-height: 600px;
    position: relative;
    height: 100vh;
    overflow: hidden;
}.title_intro_a::before {
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.4;
    animation: grid-pulse 8s infinite alternate;
    content: "";
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 12px),
        linear-gradient(to bottom, rgb(183,206,175,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
}.title_intro_a::after {
    left: 0;
    content: "";
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at center, transparent 0%, #000000 100%);
    mix-blend-mode: multiply;
}@keyframes grid-pulse {
    0% {
        opacity: 0.3;
        background-size: 100% 100%, 100% 100%;
    }
    100% {
        opacity: 0.5;
        background-size: 110% 110%, 120% 120%;
    }
}

.title_intro_a .teach_style_Z {
    z-index: 3;
    height: 100%;
    align-items: center;
    display: flex;
    width: 100%;
    position: relative;
    padding-right: 8%;
    justify-content: flex-end;
}.title_intro_a .study_map_B {
    z-index: 0;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    overflow: hidden;
    position: absolute;
}.title_intro_a .learn_title_T {
    width: 100%;
    height: 100%;
}.title_intro_a .edu_space_x {
    height: 100%;
    animation: tech-slide 28s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    display: flex;
    width: max-content;
}.title_intro_a .tech_study_0 {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    width: 100vw;
    overflow: hidden;
}.title_intro_a .tech_study_0::before {
    height: 100%;
    mix-blend-mode: hard-light;
    background: 
        linear-gradient(135deg, rgb(183,206,175,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(148,171,134,0.5) 0%, transparent 50%);
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    position: absolute;
}.title_intro_a .tech_study_0::after {
    width: 100%;
    left: 0;
    background: repeating-linear-gradient(
        to bottom,
        transparent 0px,
        transparent 1px,
        rgba(0, 0, 0, 0.2) 1px,
        rgba(0, 0, 0, 0.2) 2px
    );
    opacity: 0.3;
    mix-blend-mode: overlay;
    content: "";
    height: 100%;
    pointer-events: none;
    z-index: 2;
    top: 0;
    position: absolute;
}.title_intro_a .tech_study_0 img {
    animation: glitch-zoom 10s infinite alternate ease-in-out;
    object-fit: cover;
    width: 100%;
    filter: contrast(1.1) saturate(0.9);
    transform-origin: center;
    height: 100%;
}@keyframes glitch-zoom {
    0%, 100% {
        transform: scale(1);
        filter: contrast(1.1) saturate(0.9);
    }
    20% {
        transform: scale(1.02) translate(-0.3%, 0.3%);
        filter: contrast(1.15) saturate(0.85);
    }
    40% {
        transform: scale(1.03) translate(0.3%, -0.3%);
        filter: contrast(1.2) saturate(0.8);
    }
    60% {
        transform: scale(1.04) translate(-0.2%, -0.2%);
        filter: contrast(1.15) saturate(0.85);
    }
    80% {
        transform: scale(1.02) translate(0.2%, 0.2%);
        filter: contrast(1.1) saturate(0.9);
    }
}

@keyframes tech-slide {
    0%, 16% {
        transform: translateX(0);
    }
    20%, 36% {
        transform: translateX(-100vw);
    }
    40%, 56% {
        transform: translateX(-200vw);
    }
    60%, 76% {
        transform: translateX(-300vw);
    }
    80%, 96% {
        transform: translateX(-400vw);
    }
    100% {
        transform: translateX(0);
    }
}

.title_intro_a .content_wrapper_I {
    padding: 3rem;
    box-shadow: 
        0 0 0 1px rgba(rgb(183,206,175), 0.2),
        0 15px 35px rgba(0, 0, 0, 0.3);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 30px),
        calc(100% - 30px) 100%,
        0 100%
    );
    max-width: 520px;
    backdrop-filter: blur(10px);
    z-index: 3;
    border-radius: 13px;
    background: linear-gradient(135deg, 
        rgba(5, 15, 25, 0.8) 0%, 
        rgba(15, 25, 35, 0.7) 100%);
    position: relative;
    animation: hud-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}@keyframes hud-appear {
    0% {
        opacity: 0;
        transform: translateX(30px);
        clip-path: polygon(
            0 0,
            0 0,
            0 calc(100% - 30px),
            0 100%,
            0 100%
        );
    }
    100% {
        opacity: 1;
        transform: translateX(0);
        clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 30px),
            calc(100% - 30px) 100%,
            0 100%
        );
    }
}

.title_intro_a .content_wrapper_I::before {
    left: 10px;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 20px),
        calc(100% - 20px) 100%,
        0 100%
    );
    content: "";
    border-radius: calc(13px - 5px);
    border: 1px solid rgba(rgb(148,171,134), 0.2);
    bottom: 10px;
    right: 10px;
    pointer-events: none;
    top: 10px;
    position: absolute;
}.title_intro_a .content_wrapper_I::after {
    z-index: 4;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(183,206,175), transparent);
    top: -2px;
    height: 5px;
    left: -2px;
    position: absolute;
    content: "";
    width: calc(60% + 4px);
}.title_intro_a .content_wrapper_I h1 {
    margin-bottom: 1.5rem;
    align-items: center;
    font-weight: 700;
    font-size: 38px;
    position: relative;
    color: #ffffff;
    display: flex;
    padding-bottom: 1rem;
}.title_intro_a .content_wrapper_I h1::before {
    width: 40px;
    height: 3px;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(183,206,175);
    border-radius: 10px;
}.title_intro_a .content_wrapper_I p {
    color: #000000;
    font-weight: 400;
    line-height: 1.7;
    margin-bottom: 2rem;
    position: relative;
    font-size: 12px;
}.title_intro_a .content_wrapper_I .message_box_D {
    color: #ffffff;
    font-size: 16px;
    background: rgb(183,206,175);
    font-weight: 600;
    text-decoration: none;
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    display: inline-block;
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        0 100%
    );
    border-radius: 10px;
}.title_intro_a .content_wrapper_I .message_box_D::before {
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    content: "";
    opacity: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(45deg, rgb(183,206,175), rgb(148,171,134));
}.title_intro_a .content_wrapper_I .message_box_D::after {
    top: 0;
    width: 20px;
    position: absolute;
    right: 0;
    height: 20px;
    pointer-events: none;
    background: linear-gradient(135deg, transparent 50%, rgb(183,206,175) 50%);
    content: "";
}.title_intro_a .content_wrapper_I .message_box_D:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}.title_intro_a .content_wrapper_I .message_box_D:hover::before {
    opacity: 1;
}

@media (max-width: 1200px) {.title_intro_a {
    height: 90vh;
}.title_intro_a .teach_style_Z {
    padding-right: 6%;
}.title_intro_a .content_wrapper_I {
    max-width: 480px;
    padding: 2.5rem;
}
}

@media (max-width: 992px) {.title_intro_a {
    height: 80vh;
}.title_intro_a .teach_style_Z {
    padding-right: 4%;
}.title_intro_a .content_wrapper_I {
    padding: 2rem;
    max-width: 420px;
}.title_intro_a .edu_space_x {
    animation-duration: 24s;
}
}

@media (max-width: 768px) {.title_intro_a {
    height: auto;
    min-height: unset;
}.title_intro_a .teach_style_Z {
    justify-content: center;
    padding: 4rem 2rem;
}.title_intro_a .content_wrapper_I {
    width: 90%;
    max-width: 90%;
}@keyframes hud-appear {
        0% {
            opacity: 0;
            transform: translateY(30px);
            clip-path: polygon(
                0 0,
                100% 0,
                100% 0,
                calc(100% - 30px) 0,
                0 0
            );
        }
        100% {
            opacity: 1;
            transform: translateY(0);
            clip-path: polygon(
                0 0,
                100% 0,
                100% calc(100% - 30px),
                calc(100% - 30px) 100%,
                0 100%
            );
        }
    }
    
    .title_intro_a .edu_space_x {
    animation-duration: 20s;
}
}

@media (max-width: 576px) {.title_intro_a .teach_style_Z {
    padding: 3rem 1rem;
}.title_intro_a .content_wrapper_I {
    padding: 1.8rem;
    max-width: 95%;
    width: 95%;
}.title_intro_a .content_wrapper_I h1 {
    margin-bottom: 1.2rem;
    font-size: calc(38px * 0.85);
}.title_intro_a .content_wrapper_I p {
    font-size: calc(12px * 0.9);
    margin-bottom: 1.5rem;
}.title_intro_a .content_wrapper_I .message_box_D {
    width: 100%;
    text-align: center;
    display: block;
    padding: 0.9rem 1.5rem;
}.title_intro_a .edu_space_x {
    animation-duration: 16s;
}
}

@media (max-height: 600px) {.title_intro_a {
    min-height: 500px;
}
}

@media (orientation: landscape) and (max-height: 500px) {.title_intro_a {
    min-height: 140vh;
    height: auto;
}.title_intro_a .teach_style_Z {
    padding: 5rem 2rem;
}}.pricing_section_2 {
    padding: 100px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(219,233,214) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
}.pricing_section_2::before {
    left: 0;
    pointer-events: none;
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
}.pricing_section_2 .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
}.pricing_section_2 .class_rates_s {
    flex-direction: column-reverse;
    display: flex;
}.pricing_section_2 .study_costs_j {
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    text-align: center;
}.pricing_section_2 .study_costs_j h2 {
    font-weight: 700;
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
}.pricing_section_2 .study_costs_j h2::after {
    left: 50%;
    bottom: -10px;
    background: rgb(183,206,175);
    transform: translateX(-50%);
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
}.pricing_section_2 .pricing_rates_N {
    font-size: 16px;
    margin: 0 auto;
    white-space: normal;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    max-width: 700px;
    color: #000000;
}.pricing_section_2 .pricing_card_G {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
}.pricing_section_2 .edu_deals_T {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    text-decoration: none;
    border-radius: 8px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    color: #000000;
    position: relative;
}.pricing_section_2 .edu_deals_T:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.pricing_section_2 .pricing_tiers_q {
    flex-direction: column;
    display: flex;
    background-color: #ffffff;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}.pricing_section_2 .learning_pricing_R {
    padding: 30px;
    flex-direction: column;
    overflow-wrap: break-word;
    position: relative;
    word-break: break-word;
    z-index: 2;
    flex: 1;
    white-space: normal;
    display: flex;
}.pricing_section_2 .learning_pricing_R h3 {
    font-weight: 600;
    position: relative;
    transition: transform 0.3s ease;
    margin-bottom: 8px;
    transform: translateX(0);
    color: #000000;
    font-size: calc(22px + 2px);
}.pricing_section_2 .edu_deals_T:hover .learning_pricing_R h3 {
    transform: translateX(5px);
}.pricing_section_2 .learning_package_b {
    margin: 15px 0;
    font-size: calc(22px + 4px);
    color: rgb(183,206,175);
    position: relative;
    font-weight: 700;
    display: inline-block;
}.pricing_section_2 .learning_package_b::before {
    height: 2px;
    background: rgb(183,206,175);
    position: absolute;
    transform: translateX(-10px);
    left: -20px;
    transition: all 0.3s ease;
    opacity: 0;
    top: 50%;
    content: "";
    width: 10px;
}.pricing_section_2 .edu_deals_T:hover .learning_package_b::before {
    opacity: 1;
    transform: translateX(0);
}.pricing_section_2 .learning_pricing_R p {
    font-size: 16px;
    margin-top: 15px;
    line-height: 1.6;
    overflow-wrap: break-word;
    word-break: break-word;
    flex: 1;
    white-space: normal;
    color: #000000;
}.pricing_section_2 .photo_gallery_c {
    transition: transform 0.6s ease;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}.pricing_section_2 .photo_gallery_c::after {
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(0deg, rgba(rgb(183,206,175,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
}.pricing_section_2 .edu_deals_T:hover .photo_gallery_c {
    transform: scale(1.05);
}.pricing_section_2 .edu_deals_T:nth-child(odd) .pricing_tiers_q {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing_section_2 .edu_deals_T:nth-child(even) .pricing_tiers_q {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing_section_2 .edu_deals_T:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing_section_2 .edu_deals_T:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing_section_2 .edu_deals_T:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing_section_2 .edu_deals_T:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing_section_2 .pricing_card_G {
    grid-template-columns: repeat(2, 1fr);
}.pricing_section_2 .study_costs_j {
    margin-bottom: 60px;
}.pricing_section_2 .learning_pricing_R h3 {
    font-size: 22px;
}.pricing_section_2 .learning_package_b {
    font-size: calc(22px + 2px);
}.pricing_section_2 .learning_pricing_R p {
    font-size: calc(16px - 1px);
}
}

@media (min-width: 992px) {.pricing_section_2 .class_rates_s {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.pricing_section_2 .study_costs_j {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.pricing_section_2 .study_costs_j h2::after {
    transform: none;
    left: 0;
}.pricing_section_2 .pricing_card_G {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.pricing_section_2 .learning_pricing_R {
    padding: 35px;
}
}

@media (min-width: 1200px) {.pricing_section_2 .pricing_card_G {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_section_2 .pricing_tiers_q {
    min-height: 500px;
}.pricing_section_2 .photo_gallery_c {
    height: 220px;
}.pricing_section_2 .learning_pricing_R h3 {
    font-size: calc(22px + 2px);
}.pricing_section_2 .learning_package_b {
    font-size: calc(22px + 6px);
}}.user_comments_Y {
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
    background: linear-gradient(to right, rgb(219,233,214), #ffffff);
}.user_comments_Y::before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgb(183,206,175,0.5) 0,
        rgb(183,206,175,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: 0;
    opacity: 0.2;
    top: 0;
    width: 100%;
}.user_comments_Y .teach_style_Z {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
}.user_comments_Y h4 {
    text-align: center;
    position: relative;
    display: block;
    font-weight: 700;
    transform: skewY(0);
    font-size: 42px;
    color: #000000;
    margin-bottom: 60px;
}.user_comments_Y h4::after {
    left: -10%;
    content: "";
    bottom: -20px;
    position: absolute;
    width: 120%;
    height: 10px;
    background: rgb(183,206,175);
    transform: skewX(0);
}.user_comments_Y .review_highlights_A {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}.user_comments_Y .user_opinions_7 {
    position: relative;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: calc(33.333% - 40px);
    flex-direction: column;
    padding: 30px 0;
    transform: translateY(0);
    margin: 0 20px 40px;
}.user_comments_Y .user_opinions_7:hover {
    transform: translateY(-15px);
}.user_comments_Y .user_opinions_7::before {
    background: rgb(183,206,175);
    position: absolute;
    content: "";
    transition: height 0.5s ease;
    width: 2px;
    height: 0;
    left: 0;
    top: 0;
}.user_comments_Y .user_opinions_7:hover::before {
    height: 100%;
}.user_comments_Y .user_opinions_7::after {
    background: rgb(183,206,175);
    height: 2px;
    position: absolute;
    transition: width 0.5s ease 0.2s;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
}.user_comments_Y .user_opinions_7:hover::after {
    width: 100%;
}.user_comments_Y .photo_gallery_c {
    border-radius: 12px;
    height: 80px;
    position: relative;
    transition: all 0.3s ease;
    width: 80px;
    transform: rotate(-3deg);
    overflow: hidden;
    box-shadow: 5px 5px 0 rgb(148,171,134,0.5);
    margin-bottom: 20px;
}.user_comments_Y .user_opinions_7:hover .photo_gallery_c {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(148,171,134,0.5);
}.user_comments_Y .user_opinions_7 span {
    transition: transform 0.3s ease;
    font-size: calc(16px * 1.1);
    margin: 10px 0;
    font-weight: 600;
    color: #000000;
    position: relative;
    padding-left: 15px;
    transform: translateX(0);
}.user_comments_Y .user_opinions_7:hover span {
    transform: translateX(10px);
    color: rgb(183,206,175);
}.user_comments_Y .user_opinions_7 p {
    transition: border-left-color 0.3s ease;
    color: #000000;
    border-left: 1px dashed rgb(148,171,134,0.5);
    position: relative;
    margin-top: 15px;
    line-height: 1.7;
    font-size: 16px;
    padding-left: 15px;
}.user_comments_Y .user_opinions_7:hover p {
    border-left-color: rgb(183,206,175);
}.user_comments_Y .user_opinions_7:nth-child(3n+1) {
    transform: translateY(20px);
}.user_comments_Y .user_opinions_7:nth-child(3n+2) {
    transform: translateY(40px);
}.user_comments_Y .user_opinions_7:nth-child(3n+1):hover {
    transform: translateY(5px);
}.user_comments_Y .user_opinions_7:nth-child(3n+2):hover {
    transform: translateY(25px);
}

@media (max-width: 1024px) {.user_comments_Y .user_opinions_7 {
    width: calc(50% - 40px);
}.user_comments_Y .user_opinions_7:nth-child(2n+1) {
    transform: translateY(20px);
}.user_comments_Y .user_opinions_7:nth-child(2n+2) {
    transform: translateY(40px);
}.user_comments_Y .user_opinions_7:nth-child(2n+1):hover {
    transform: translateY(5px);
}.user_comments_Y .user_opinions_7:nth-child(2n+2):hover {
    transform: translateY(25px);
}.user_comments_Y h4 {
    font-size: calc(42px * 0.9);
}
}

@media (max-width: 768px) {.user_comments_Y {
    padding: 70px 0 90px;
}.user_comments_Y .user_opinions_7 {
    width: 100%;
    transform: translateY(0) !important;
    margin: 0 0 50px;
}.user_comments_Y .user_opinions_7:hover {
    transform: translateY(-10px) !important;
}.user_comments_Y h4 {
    font-size: calc(42px * 0.8);
}.user_comments_Y h4::after {
    transform: skewX(0);
    width: 80%;
    left: 10%;
}}.prospective_members_a {
    overflow: hidden;
    position: relative;
    background-color: rgb(219,233,214);
    padding: 6rem 0;
    z-index: 1;
}.prospective_members_a::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    position: absolute;
    content: "";
    top: 0;
    z-index: -1;
    width: 100%;
    left: 0;
    height: 100%;
}.prospective_members_a::after {
    height: 100%;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(183,206,175,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(148,171,134,0.5), 0.1) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    left: 0;
    animation: cloudMove 25s infinite alternate ease-in-out;
    z-index: -1;
}.prospective_members_a .teach_style_Z {
    align-items: center;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1100px;
    display: flex;
    padding: 0 2rem;
}.prospective_members_a h3 {
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: center;
    color: rgb(183,206,175);
    opacity: 0.9;
    position: relative;
    margin-bottom: 4rem;
}.prospective_members_a h3::after {
    opacity: 0.6;
    bottom: -15px;
    height: 2px;
    transform: translateX(-50%);
    background: rgb(183,206,175);
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
}.prospective_members_a ul {
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    margin: 0;
    padding: 0;
    width: 100%;
    gap: 2rem;
    display: grid;
}.prospective_members_a li {
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border: 1px solid rgba(#ffffff, 0.1);
    padding: 2rem;
    overflow: hidden;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    border-radius: 29px;
    background: rgba(#ffffff, 0.08);
}.prospective_members_a li::before {
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    left: 0;
    z-index: -1;
}.prospective_members_a li:hover {
    border-color: rgba(rgb(183,206,175,0.5), 0.2);
    transform: translateY(-10px);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}.prospective_members_a li:hover::after {
    height: 4px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(
        90deg,
        rgb(183,206,175) 0%,
        rgb(148,171,134) 100%
    );
    content: "";
    width: 100%;
}.prospective_members_a li svg {
    height: 50px;
    margin-bottom: 1.5rem;
    width: 50px;
    transition: all 0.5s ease;
    fill: rgb(148,171,134);
    opacity: 0.9;
}.prospective_members_a li svg path {
    transition: fill 0.5s ease;
    fill: rgb(148,171,134);
}.prospective_members_a li:hover svg {
    transform: translateY(-3px);
    animation: float 3s infinite ease-in-out;
}.prospective_members_a li:hover svg path {
    fill: rgb(183,206,175);
}.prospective_members_a li {
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.prospective_members_a ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.prospective_members_a {
    padding: 5rem 0;
}.prospective_members_a h3 {
    margin-bottom: 3.5rem;
    font-size: calc(38px * 0.9);
}
}

@media (max-width: 768px) {.prospective_members_a {
    padding: 4rem 0;
}.prospective_members_a .teach_style_Z {
    padding: 0 1.5rem;
}.prospective_members_a h3 {
    margin-bottom: 3rem;
    font-size: calc(38px * 0.8);
}.prospective_members_a ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.prospective_members_a li {
    padding: 1.5rem;
}.prospective_members_a li svg {
    margin-bottom: 1.2rem;
    width: 45px;
    height: 45px;
}
}

@media (max-width: 480px) {.prospective_members_a {
    padding: 3rem 0;
}.prospective_members_a .teach_style_Z {
    padding: 0 1rem;
}.prospective_members_a h3 {
    font-size: calc(38px * 0.7);
    margin-bottom: 2.5rem;
}.prospective_members_a li {
    padding: 1.25rem;
}.prospective_members_a li svg {
    width: 40px;
    height: 40px;
    margin-bottom: 1rem;
}}.newsletter_signup_d {
    background: linear-gradient(135deg, rgb(183,206,175,0.5), rgb(148,171,134,0.5));
    padding: 4rem 0;
    overflow: hidden;
    position: relative;
}.newsletter_signup_d::before {
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 2px,
        transparent 2px,
        transparent 8px
    );
    left: 0;
}.newsletter_signup_d::after {
    top: -10%;
    background: rgb(183,206,175);
    opacity: 0.1;
    height: 120%;
    position: absolute;
    right: -5%;
    content: "";
    transform: rotate(15deg);
    z-index: 0;
    width: 35%;
}.newsletter_signup_d .container {
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.newsletter_signup_d .teach_style_Z {
    background: #ffffff;
    display: grid;
    padding: 2.5rem;
    transform: translateZ(0);
    gap: 2rem;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    overflow: hidden;
    position: relative;
}.newsletter_signup_d .teach_style_Z::before {
    top: 0;
    position: absolute;
    width: 6px;
    content: "";
    background: rgb(183,206,175);
    height: 100%;
    left: 0;
    z-index: 2;
}.newsletter_signup_d .teach_style_Z::after {
    bottom: 0;
    z-index: 2;
    transform-origin: right;
    position: absolute;
    height: 6px;
    background: rgb(148,171,134);
    content: "";
    right: 0;
    width: 40%;
}.newsletter_signup_d h4 {
    margin: 0 0 0.5rem;
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    line-height: 1.4;
    color: #000000;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}.newsletter_signup_d .input_holder {
    grid-template-columns: 1fr;
    gap: 1rem;
    position: relative;
    display: grid;
}.newsletter_signup_d .input_holder span {
    position: relative;
    display: block;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}.newsletter_signup_d .input_holder span:hover {
    transform: translateY(-2px);
}.newsletter_signup_d .input_holder input[type="email"] {
    outline: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #000000;
    padding: 1rem 1.25rem;
    width: 100%;
    transition: all 0.3s ease;
    border: 2px solid rgba(0, 0, 0, 0.08);
    background: #ffffff;
}.newsletter_signup_d .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(183,206,175,0.5);
    border-color: rgb(183,206,175);
}.newsletter_signup_d .input_holder input[type="email"]::placeholder {
    transition: opacity 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.newsletter_signup_d .input_holder input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.newsletter_signup_d .signup_block_K {
    font-size: 17px;
    padding: 1rem 1.5rem;
    overflow: hidden;
    z-index: 1;
    width: 100%;
    font-weight: 600;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial, sans-serif;
    background: rgb(183,206,175);
    border: none;
    transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.newsletter_signup_d .signup_block_K:hover {
    transform: translateY(-2px);
    background: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.newsletter_signup_d .signup_block_K:active {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transform: translateY(0);
}.newsletter_signup_d .signup_block_K::before {
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.2) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    top: 0;
    transition: transform 0.6s ease;
    height: 100%;
    width: 100%;
    z-index: -1;
    content: "";
    left: -100%;
}.newsletter_signup_d .signup_block_K:hover::before {
    transform: translateX(200%);
}

@media (min-width: 768px) {.newsletter_signup_d {
    padding: 6rem 0;
}.newsletter_signup_d .teach_style_Z {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 3rem;
    align-items: center;
}.newsletter_signup_d .input_holder {
    grid-template-columns: 2fr 1fr;
    gap: 1rem;
}.newsletter_signup_d h4 {
    margin: 0;
    font-size: calc(21px * 1.1);
}.newsletter_signup_d .teach_style_Z::after {
    width: 25%;
}
}

@media (min-width: 992px) {.newsletter_signup_d .teach_style_Z {
    gap: 4rem;
    padding: 4rem;
}.newsletter_signup_d h4 {
    font-size: calc(21px * 1.2);
}.newsletter_signup_d .input_holder input[type="email"] {
    padding: 1.1rem 1.5rem;
}.newsletter_signup_d .signup_block_K {
    padding: 1.1rem 2rem;
}.newsletter_signup_d .teach_style_Z:hover h4 {
    transform: translateY(-3px);
}
}

@media (max-width: 767px) {.newsletter_signup_d {
    padding: 3rem 0;
}.newsletter_signup_d .teach_style_Z {
    padding: 2rem;
}.newsletter_signup_d h4 {
    font-size: 15px;
    margin-bottom: 1.5rem;
}.newsletter_signup_d .input_holder span {
    margin-bottom: 0.5rem;
}.newsletter_signup_d .input_holder input[type="email"],
    .newsletter_signup_d .signup_block_K {
    padding: 0.9rem 1rem;
}
}

@media (max-width: 480px) {.newsletter_signup_d {
    padding: 2.5rem 0;
}.newsletter_signup_d .teach_style_Z {
    padding: 1.5rem;
}.newsletter_signup_d h4 {
    font-size: calc(15px * 0.95);
}.newsletter_signup_d .teach_style_Z::before {
    width: 4px;
}.newsletter_signup_d .teach_style_Z::after {
    height: 4px;
    width: 50%;
}
}

@media (prefers-reduced-motion: reduce) {.newsletter_signup_d .teach_style_Z:hover h4,
    .newsletter_signup_d .input_holder span:hover,
    .newsletter_signup_d .signup_block_K:hover,
    .newsletter_signup_d .signup_block_K:hover::before {
    transform: none;
    transition: none;
}}.education_experience_s {
    background: rgb(219,233,214);
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 5rem 2rem;
}.education_experience_s::before {
    position: absolute;
    filter: blur(60px);
    top: 0;
    width: 100%;
    left: 0;
    content: "";
    opacity: 0.4;
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(148,171,134,0.5) 0deg,
        rgb(183,206,175,0.5) 90deg,
        rgb(219,233,214) 180deg,
        rgb(183,206,175,0.5) 270deg,
        rgb(148,171,134,0.5) 360deg
    );
    z-index: 1;
    height: 100%;
}.education_experience_s .user_opinions_7 {
    z-index: 2;
    gap: 0;
    flex-direction: row;
    display: flex;
    align-items: center;
    position: relative;
    transform-style: preserve-3d;
    justify-content: space-between;
}.education_experience_s .photo_gallery_c {
    position: relative;
    width: 40%;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(0.8);
    transform: rotateY(10deg) translateZ(50px);
    height: 400px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 13px;
}.education_experience_s .photo_gallery_c::after {
    content: "";
    height: 100%;
    width: 100%;
    opacity: 0.4;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(183,206,175,0.5) 100%
    );
    border-radius: 13px;
    position: absolute;
    transition: opacity 0.6s ease;
    top: 0;
    left: 0;
}.education_experience_s .photo_gallery_c:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    filter: saturate(1.2);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.education_experience_s .photo_gallery_c:hover::after {
    opacity: 0;
}.education_experience_s .work_view_k {
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    transform: rotateY(-5deg) translateZ(30px);
    border-radius: 13px;
    position: relative;
    width: 60%;
    background: #ffffff;
}.education_experience_s .work_view_k::before {
    position: absolute;
    content: "";
    opacity: 0.1;
    background: radial-gradient(
        circle at center,
        rgb(148,171,134,0.5) 0%,
        transparent 70%
    );
    height: 200%;
    transform: scale(0);
    transition: transform 0.8s ease;
    left: -50%;
    width: 200%;
    top: -50%;
}.education_experience_s .work_view_k:hover {
    transform: rotateY(0deg) translateZ(50px);
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
}.education_experience_s .work_view_k:hover::before {
    transform: scale(1);
}.education_experience_s .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-size: 35px;
    color: rgb(183,206,175);
    position: relative;
    display: inline-block;
}.education_experience_s .name::after {
    height: 3px;
    background: rgb(148,171,134);
    left: 0;
    width: 0;
    position: absolute;
    content: "";
    transition: width 0.4s ease-in-out;
    bottom: -5px;
}.education_experience_s .work_view_k:hover .name::after {
    width: 100%;
}.education_experience_s .work_view_k > div:nth-child(2) {
    letter-spacing: 1px;
    color: rgb(148,171,134);
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 2rem;
    font-weight: 600;
}.education_experience_s .work_list_X {
    font-weight: 400;
    line-height: 1.7;
    color: #000000;
    border-left: 3px solid rgb(183,206,175,0.5);
    padding-left: 2rem;
    font-style: italic;
    position: relative;
    font-size: 18px;
}.education_experience_s .work_list_X::before {
    left: -10px;
    color: rgb(148,171,134,0.5);
    opacity: 0.3;
    content: "";
    font-size: 5rem;
    font-family: serif;
    top: -20px;
    position: absolute;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(183,206,175,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.education_experience_s .photo_gallery_c:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.education_experience_s .user_opinions_7 {
    flex-direction: column;
}.education_experience_s .photo_gallery_c,
    .education_experience_s .work_view_k {
    transform: none;
    width: 100%;
}.education_experience_s .photo_gallery_c {
    height: 300px;
    margin-bottom: 2rem;
}.education_experience_s .photo_gallery_c:hover,
    .education_experience_s .work_view_k:hover {
    transform: translateY(-10px);
}}.privacy_hub_U {
    font-family: Arial, sans-serif;
    gap: 20px;
    display: flex;
    border: 1px solid rgb(183,206,175);
    background-color: rgb(183,206,175);
    padding: 50px;
    color: #ffffff;
    flex-direction: column;
}.privacy_hub_U h1 {
    font-size: 48px;
    border-left: 5px solid rgb(148,171,134);
    margin: 30px 0;
    padding-left: 20px;
    color: rgb(148,171,134);
    text-transform: uppercase;
    font-weight: 700;
}.privacy_hub_U h2 {
    padding-left: 20px;
    font-size: 28px;
    text-transform: uppercase;
    margin: 15px 0;
    color: rgb(148,171,134);
    border-left: 3px solid rgb(148,171,134);
    font-weight: 600;
}.privacy_hub_U h3, .privacy_hub_U h4, .privacy_hub_U h5, .privacy_hub_U h6 {
    margin: 10px 0;
}.privacy_hub_U ul {
    margin: 10px 0;
    list-style: none;
    color: #ffffff;
    padding-left: 0;
}.privacy_hub_U li {
    padding: 10px;
    margin-bottom: 10px;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-left: 3px solid rgb(183,206,175);
}.privacy_hub_U li:not(:last-child) {
    margin-bottom: 15px;
}.privacy_hub_U p {
    color: #ffffff;
    font-size: 15px;
    line-height: 1.8;
}.privacy_hub_U span {
    color: #000000;
    border-radius: 10px;
    background-color: rgb(148,171,134,0.5);
    font-weight: 700;
    padding: 3px 6px;
}.privacy_hub_U a {
    text-decoration: underline;
    color: rgb(148,171,134);
    font-weight: 700;
}
@media only screen and (max-width: 800px) {.privacy_hub_U {
    padding: 30px;
    gap: 15px;
}.privacy_hub_U h1 {
    padding-left: 10px;
    font-size: calc(23px * 0.9);
}.privacy_hub_U h2 {
    font-size: calc(23px * 0.9);
    padding-left: 8px;
}.privacy_hub_U p {
    font-size: calc(15px * 0.9);
}.privacy_hub_U li {
    padding: 8px;
}}
.tyZone_G {
    background: linear-gradient(135deg, rgb(219,233,214) 0%, rgba(245, 245, 255, 0.95) 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.tyZone_G::before {
    height: 40%;
    filter: blur(60px);
    top: -10%;
    z-index: 1;
    right: -5%;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    opacity: 0.4;
    background: linear-gradient(120deg, rgb(183,206,175,0.5) 0%, rgb(148,171,134,0.5) 100%);
    position: absolute;
    width: 40%;
}.tyZone_G::after {
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    width: 35%;
    content: '';
    background: linear-gradient(240deg, rgb(148,171,134,0.5) 0%, rgb(183,206,175,0.5) 100%);
    height: 40%;
    left: -5%;
    opacity: 0.3;
    filter: blur(50px);
    bottom: -15%;
    position: absolute;
}.tyZone_G .container {
    z-index: 2;
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
}.tyZone_G h2 {
    line-height: 1.3;
    transform: translateY(0);
    opacity: 0;
    font-family: Arial, sans-serif;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    font-weight: 700;
    font-size: 35px;
    margin-bottom: 3rem;
    position: relative;
}.tyZone_G h2::after {
    content: '';
    transform: scaleX(0);
    transform-origin: left;
    animation: expandWidth 1s 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    background: linear-gradient(90deg, rgb(183,206,175) 0%, rgb(148,171,134) 100%);
    left: 0;
    bottom: -0.8rem;
    width: 10rem;
    position: absolute;
    height: 4px;
}.tyZone_G .teach_style_Z {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    transform: translateY(30px);
    background: #ffffff;
    padding: 3rem;
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    border-radius: 1rem;
    opacity: 0;
    position: relative;
}.tyZone_G .teach_style_Z::before {
    height: 100%;
    content: '';
    animation: pulseGlow 4s infinite alternate;
    background: linear-gradient(180deg, rgb(183,206,175) 0%, rgb(148,171,134) 100%);
    top: 0;
    left: 0;
    width: 5px;
    position: absolute;
}.tyZone_G ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.tyZone_G li {
    position: relative;
    display: block;
    padding-left: 1.5rem;
}.tyZone_G li::before {
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 0.5rem;
    transform: scale(0);
    background-color: rgb(183,206,175);
    left: 0;
    border-radius: 50%;
    content: '';
    position: absolute;
    top: 0.5rem;
    height: 0.5rem;
}.tyZone_G li span {
    transform: translateY(20px);
    color: #000000;
    margin: 0;
    line-height: 1.8;
    animation: slideUp 0.8s 0.7s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    display: block;
    font-family: Arial, sans-serif;
    font-size: calc(12px * 1.05);
    opacity: 0.95;
    opacity: 0;
}

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

@keyframes fadeScale {
    from {
        transform: translateY(30px) scale(0.98);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

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

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

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

@keyframes pulseGlow {
    0% {
        opacity: 0.7;
        box-shadow: 0 0 5px 1px rgb(183,206,175,0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 12px 3px rgb(183,206,175,0.5);
    }
}

@media (max-width: 992px) {.tyZone_G {
    padding: 5rem 0;
}.tyZone_G h2 {
    margin-bottom: 2.5rem;
    font-size: calc(35px * 0.85);
}.tyZone_G .teach_style_Z {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.tyZone_G {
    padding: 4rem 0;
}.tyZone_G::before,
    .tyZone_G::after {
    width: 50%;
    height: 30%;
}.tyZone_G .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.tyZone_G h2 {
    font-size: calc(35px * 0.75);
    margin-bottom: 2rem;
}.tyZone_G h2::after {
    width: 8rem;
    height: 3px;
}.tyZone_G .teach_style_Z {
    padding: 2rem 1.5rem;
}.tyZone_G li span {
    font-size: 12px;
    line-height: 1.7;
}
}

@media (max-width: 576px) {.tyZone_G {
    padding: 3.5rem 0;
}.tyZone_G .container {
    transform: none;
    padding: 0 1rem;
}.tyZone_G h2 {
    margin-bottom: 1.8rem;
    font-size: calc(35px * 0.7);
}.tyZone_G h2::after {
    width: 6rem;
    height: 3px;
}.tyZone_G .teach_style_Z {
    padding: 1.8rem 1.2rem;
}.tyZone_G li {
    padding-left: 1.2rem;
}.tyZone_G li::before {
    height: 0.4rem;
    width: 0.4rem;
    top: 0.4rem;
}.tyZone_G li span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.course_highlights_P {
    background-color: rgb(148,171,134);
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.course_highlights_P::before {
    position: absolute;
    background: 
        radial-gradient(ellipse at bottom right, rgb(183,206,175,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(148,171,134,0.5) 0%, transparent 60%);
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    content: "";
}.course_highlights_P::after {
    background-size: 50px 50px;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, 0.02) 25%, rgba(255, 255, 255, 0.02) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, 0.02) 75%, rgba(255, 255, 255, 0.02) 76%, transparent 77%);
    z-index: 1;
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
}.course_highlights_P .container {
    position: relative;
    z-index: 2;
}.course_highlights_P .learn_challenge_e {
    flex-direction: column;
    position: relative;
    gap: 60px;
    display: flex;
}.course_highlights_P .content_wrapper_I {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 30px;
    position: relative;
    order: 2;
}.course_highlights_P .content_wrapper_I h2 {
    font-size: 41px;
    position: relative;
    grid-column: 1 / -1;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 20px;
}.course_highlights_P .content_wrapper_I h2::after {
    position: absolute;
    content: "";
    transform: translateX(-50%);
    border-radius: 10px;
    left: 50%;
    background: linear-gradient(90deg, rgb(183,206,175), rgb(148,171,134));
    height: 3px;
    bottom: 0;
    width: 100px;
}.course_highlights_P .content_wrapper_I .description {
    overflow: hidden;
    padding: 25px;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    border-radius: 19px;
    backdrop-filter: blur(10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin: 0;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    font-size: 13px;
}.course_highlights_P .content_wrapper_I .description:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.course_highlights_P .content_wrapper_I .description::before {
    height: 4px;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    background: rgb(183,206,175);
}.course_highlights_P .content_wrapper_I .description:last-of-type::before {
    background: rgb(148,171,134);
}.course_highlights_P .content_wrapper_I .description::after {
    pointer-events: none;
    width: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 100%);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    height: 100%;
}.course_highlights_P .photo_gallery_c {
    height: 400px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    order: 1;
    position: relative;
    border-radius: 19px;
}.course_highlights_P .photo_gallery_c::before {
    inset: 0;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    position: absolute;
    content: "";
    z-index: 1;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes float-tech {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(5deg);
    }
    50% {
        transform: translateY(0) rotate(0deg);
    }
    75% {
        transform: translateY(15px) rotate(-5deg);
    }
}

@keyframes scan-move {
    0% {
        top: 0;
        opacity: 0;
    }
    5% {
        opacity: 0.5;
    }
    95% {
        opacity: 0.5;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

@media (min-width: 992px) {.course_highlights_P .learn_challenge_e {
    gap: 80px;
}.course_highlights_P .photo_gallery_c {
    height: 500px;
}
}

@media (max-width: 991px) {.course_highlights_P {
    padding: 80px 0;
}
}

@media (max-width: 767px) {.course_highlights_P {
    padding: 60px 0;
}.course_highlights_P .content_wrapper_I {
    grid-template-columns: 1fr;
}.course_highlights_P .content_wrapper_I h2 {
    font-size: calc(41px * 0.9);
}.course_highlights_P .photo_gallery_c {
    height: 350px;
}
}

@media (max-width: 480px) {.course_highlights_P {
    padding: 40px 0;
}.course_highlights_P .learn_challenge_e {
    gap: 40px;
}.course_highlights_P .content_wrapper_I h2 {
    padding-bottom: 15px;
    font-size: calc(41px * 0.8);
}.course_highlights_P .content_wrapper_I h2::after {
    width: 80px;
}.course_highlights_P .content_wrapper_I .description {
    padding: 20px;
}.course_highlights_P .photo_gallery_c {
    height: 250px;
}}.our_team_d {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our_team_d::before {
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.92;
    height: 100%;
    background: linear-gradient(135deg, rgb(183,206,175,0.5), rgb(148,171,134,0.5));
    top: 0;
    width: 100%;
    z-index: 1;
}.our_team_d .container {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr;
    padding: 0 20px;
    display: grid;
    margin: 0 auto;
    max-width: 1200px;
    grid-gap: 40px;
}.our_team_d h2 {
    font-weight: 700;
    color: #ffffff;
    position: relative;
    margin: 0 0 30px;
    opacity: 0;
    font-size: calc(28px * 1.2);
    animation: slideInTitle 0.8s ease-out forwards;
    transform: translateX(-10px);
}.our_team_d h2::after {
    bottom: -12px;
    left: 0;
    height: 3px;
    width: 80px;
    transform-origin: left;
    background: rgb(148,171,134);
    transform: scaleX(0);
    position: absolute;
    content: "";
    animation: expandLine 1s 0.5s ease-in-out forwards;
}.our_team_d .content_wrapper_I {
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    position: relative;
    opacity: 0;
    animation: fadeIn 1s 0.3s ease-out forwards;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(20px);
    padding: 40px;
}.our_team_d .content_wrapper_I::before {
    transform-origin: top;
    transform: scaleY(0);
    position: absolute;
    background: linear-gradient(to bottom, rgb(183,206,175), rgb(148,171,134));
    content: "";
    height: 100%;
    left: 0;
    width: 5px;
    top: 0;
    animation: expandVertical 0.8s 0.7s ease-out forwards;
}.our_team_d .content_wrapper_I > div {
    grid-gap: 25px;
    grid-template-columns: 1fr;
    display: grid;
}.our_team_d .content_wrapper_I p {
    margin: 0;
    font-size: calc(16px * 1.4);
    animation: slideInText 0.8s 0.4s ease-out forwards;
    opacity: 0;
    padding-bottom: 10px;
    color: rgb(183,206,175);
    font-weight: 600;
    position: relative;
    transform: translateX(-10px);
}.our_team_d .content_wrapper_I p::after {
    bottom: 0;
    height: 2px;
    width: 40px;
    transform: scaleX(0);
    position: absolute;
    background: rgb(148,171,134);
    left: 0;
    content: "";
    animation: expandLine 0.6s 0.9s ease-out forwards;
    transform-origin: left;
}.our_team_d .content_wrapper_I div div {
    transform: translateY(15px);
    font-size: 16px;
    animation: fadeIn 1s 0.6s ease-out forwards;
    line-height: 1.8;
    opacity: 0;
    column-count: 1;
    color: #000000;
    column-gap: 40px;
}

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

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

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

@keyframes expandVertical {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.our_team_d {
    padding: 150px 0;
}.our_team_d .container {
    grid-gap: 60px;
    grid-template-columns: 1fr;
}.our_team_d h2 {
    font-size: calc(28px * 1.5);
    margin-bottom: 40px;
}.our_team_d h2::after {
    height: 4px;
    width: 120px;
}.our_team_d .content_wrapper_I {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0deg);
    padding: 60px;
}.our_team_d .content_wrapper_I:hover {
    transform: perspective(1000px) rotateY(1deg);
}.our_team_d .content_wrapper_I > div {
    grid-template-columns: 1fr;
    grid-gap: 30px;
}.our_team_d .content_wrapper_I p {
    font-size: calc(16px * 1.6);
}.our_team_d .content_wrapper_I div div {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 1024px) {.our_team_d {
    padding: 180px 0;
}.our_team_d .container {
    padding: 0 30px;
    grid-template-columns: 1fr;
}.our_team_d .content_wrapper_I {
    margin-left: -40px;
    width: calc(100% + 40px);
    padding: 70px;
}.our_team_d .content_wrapper_I::after {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 150px;
    content: "";
    z-index: -1;
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(183,206,175,0.5), 0.05) 50%);
}.our_team_d .content_wrapper_I p {
    font-size: calc(16px * 1.8);
    padding-bottom: 15px;
}.our_team_d .content_wrapper_I div div {
    column-count: 2;
}
}

@media (min-width: 1200px) {.our_team_d {
    padding: 200px 0;
}.our_team_d::after {
    content: "";
    right: 0;
    z-index: 1;
    position: absolute;
    width: 250px;
    top: 50%;
    background: radial-gradient(circle, rgb(148,171,134,0.5) 0%, transparent 70%);
    transform: translateY(-50%);
    opacity: 0.15;
    height: 250px;
}.our_team_d .container {
    padding: 0 40px;
    max-width: 1400px;
}.our_team_d h2 {
    margin-bottom: 50px;
    font-size: calc(28px * 1.8);
}.our_team_d .content_wrapper_I {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    display: flex;
    padding: 80px;
    width: calc(100% + 80px);
    margin-left: -80px;
}.our_team_d .content_wrapper_I > div {
    max-width: 90%;
    grid-template-columns: 1fr;
    grid-gap: 35px;
}.our_team_d .content_wrapper_I div div {
    column-count: 2;
    line-height: 1.9;
    column-gap: 60px;
}
}

@media (max-width: 767px) {.our_team_d {
    padding: 80px 0;
}.our_team_d .container {
    padding: 0 15px;
}.our_team_d h2 {
    margin-bottom: 25px;
    font-size: 28px;
}.our_team_d .content_wrapper_I {
    padding: 25px;
}.our_team_d .content_wrapper_I p {
    font-size: calc(16px * 1.2);
}.our_team_d .content_wrapper_I div div {
    line-height: 1.6;
    font-size: 16px;
}}footer {
    width: 100%;
    position: relative;
}.student_aid_n {
    position: relative;
    background-color: #ffffff;
    color: #000000;
    padding: 70px 0 30px;
    font-family: Arial, sans-serif;
}.student_aid_n::before {
    width: 100%;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(183,206,175), rgb(148,171,134));
    top: 0;
    content: "";
    position: absolute;
}footer .reward_sys_K {
    display: grid;
    gap: 60px;
}footer .talk_team_Z {
    flex-wrap: wrap;
    padding-bottom: 40px;
    justify-content: space-between;
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    width: 18px;
    top: 3px;
    position: relative;
    fill: rgb(183,206,175);
    margin-right: 10px;
    height: 18px;
}footer .info_item p,
footer .info_item a {
    letter-spacing: 0.3px;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s ease;
    color: #000000;
}footer .info_item a:hover {
    color: rgb(183,206,175);
}footer .text_main_holder {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
}footer .main_teach_O {
    margin-bottom: 15px;
}footer .main_teach_O svg {
    width: auto;
    height: 40px;
    margin-bottom: 20px;
}footer .hackathon_3 {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    max-width: 350px;
}footer .head_learn_h h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-size: 22px;
    font-weight: 600;
}footer .head_learn_h h5::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: rgb(183,206,175);
}footer .head_know_G {
    margin-bottom: 30px;
}footer .head_know_G a {
    transition: transform 0.2s ease, color 0.2s ease;
    margin-bottom: 12px;
    color: #000000;
    font-size: 13px;
    display: block;
    text-decoration: none;
}footer .head_know_G a:hover {
    transform: translateX(5px);
    color: rgb(183,206,175);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 13px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
}footer .input_holder {
    display: flex;
    gap: 10px;
    flex-direction: column;
}footer .input_holder input[type="email"] {
    background-color: #ffffff;
    font-size: 13px;
    border-radius: 10px;
    padding: 14px 16px;
    color: #000000;
    transition: border-color 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(183,206,175);
    outline: none;
}footer .signup_block_K {
    text-align: center;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    transition: background-color 0.3s ease;
    background-color: rgb(183,206,175);
    color: #ffffff;
    font-size: 16px;
    padding: 14px 20px;
    cursor: pointer;
}footer .signup_block_K:hover {
    background-color: rgb(148,171,134);
}footer .goal_footer_7 {
    margin-top: 50px;
}footer .footer_benefit_s {
    font-size: 12px;
    color: #000000;
    text-align: center;
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .signup_block_K {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .student_aid_n {
    padding: 50px 0 30px;
}footer .talk_team_Z {
    flex-direction: column;
    gap: 15px;
}footer .info_item {
    margin-right: 0;
    margin-bottom: 20px;
}footer .subscribe_holder {
    padding: 20px;
}footer .goal_footer_7 {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .student_aid_n {
    padding: 40px 0 20px;
}footer .reward_sys_K {
    gap: 40px;
}footer .head_learn_h h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}.training_results_a {
    position: relative;
    background: linear-gradient(135deg, rgb(219,233,214) 0%, rgba(rgb(183,206,175,0.5), 0.05) 100%);
    padding: 80px 0;
    overflow: hidden;
    margin: 40px 0;
}.training_results_a::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(183,206,175,0.5) 0%, transparent 70%),
        radial-gradient(circle at 90% 80%, rgb(148,171,134,0.5) 0%, transparent 70%);
    height: 100%;
    opacity: 0.08;
    left: 0;
    position: absolute;
    content: '';
    z-index: 0;
    top: 0;
    width: 100%;
}.training_results_a::after {
    top: -50%;
    content: '';
    z-index: 0;
    right: -50%;
    opacity: 0.05;
    width: 100%;
    background: linear-gradient(45deg, transparent 45%, rgb(183,206,175,0.5) 100%);
    transform: rotate(45deg);
    height: 100%;
    position: absolute;
}.training_results_a .container {
    max-width: 1200px;
    display: flex;
    position: relative;
    gap: 40px;
    flex-direction: column;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
}.training_results_a .photo_gallery_c {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15);
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: perspective(1000px) rotateY(-2deg);
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
    max-height: 400px;
}.training_results_a .photo_gallery_c:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.training_results_a .teach_style_Z {
    position: relative;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08);
    background: #ffffff;
    padding: 30px;
    transform: translateY(-20px);
}.training_results_a .teach_style_Z::before {
    top: 0;
    content: '';
    background: linear-gradient(to bottom, rgb(183,206,175), rgb(148,171,134));
    position: absolute;
    left: 0;
    height: 100%;
    width: 5px;
}.training_results_a .content_wrapper_I {
    position: relative;
}.training_results_a h1 {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 30px;
    position: relative;
    color: #000000;
    font-size: 35px;
}.training_results_a h1::after {
    height: 3px;
    background: rgb(183,206,175);
    transform-origin: left;
    width: 80px;
    left: 0;
    content: '';
    bottom: -10px;
    animation: expand 0.8s ease-out forwards;
    position: absolute;
}.training_results_a ul {
    padding: 0;
    display: grid;
    list-style: none;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.training_results_a li {
    padding: 10px 0;
    transition: transform 0.3s ease;
    transform: translateX(0);
    position: relative;
}.training_results_a li:hover {
    transform: translateX(5px);
}.training_results_a li p {
    margin: 0;
    font-size: 12px;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    color: #000000;
    line-height: 1.6;
}.training_results_a li svg {
    transform: scale(1);
    height: 24px;
    transition: transform 0.3s ease;
    margin-top: 3px;
    flex-shrink: 0;
    width: 24px;
}.training_results_a li:hover svg {
    transform: scale(1.15);
}.training_results_a svg path {
    fill: rgb(183,206,175);
    transition: fill 0.3s ease;
}.training_results_a li:hover svg path {
    fill: rgb(148,171,134);
}

@keyframes expand {
    0% { width: 0; }
    100% { width: 80px; }
}

@media (min-width: 768px) {.training_results_a .container {
    align-items: center;
    flex-direction: row;
}.training_results_a .photo_gallery_c {
    transform: perspective(1000px) rotateY(-5deg);
    max-height: 500px;
    width: 45%;
}.training_results_a .teach_style_Z {
    transform: translateY(0);
    width: 55%;
    z-index: 2;
    margin-left: -50px;
}.training_results_a h1 {
    font-size: 45px;
}
}

@media (min-width: 992px) {.training_results_a {
    padding: 120px 0;
}.training_results_a .photo_gallery_c {
    transform: perspective(1200px) rotateY(-8deg);
}.training_results_a .teach_style_Z {
    padding: 40px 50px;
    margin-left: -80px;
}.training_results_a ul {
    grid-template-columns: repeat(2, 1fr);
}.training_results_a h1::after {
    width: 100px;
}
    
    @keyframes expand {
        0% { width: 0; }
        100% { width: 100px; }
    }
}

@media (max-width: 767px) {.training_results_a {
    padding: 60px 0;
}.training_results_a .teach_style_Z {
    padding: 25px 20px;
}.training_results_a h1 {
    margin-bottom: 25px;
    font-size: calc(35px * 0.9);
}.training_results_a ul {
    gap: 15px;
    grid-template-columns: 1fr;
}.training_results_a li p {
    font-size: calc(12px * 0.95);
}
}

@media (max-width: 480px) {.training_results_a {
    padding: 40px 0;
}.training_results_a .photo_gallery_c {
    max-height: 300px;
}.training_results_a .teach_style_Z {
    padding: 20px 15px;
}.training_results_a h1 {
    font-size: calc(35px * 0.85);
    margin-bottom: 20px;
}.training_results_a li svg {
    width: 20px;
    height: 20px;
}}.data_overview_P {
    background: rgb(219,233,214);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
}.data_overview_P::before {
    width: 45%;
    left: -5%;
    top: -15%;
    height: 70%;
    opacity: 0.8;
    content: "";
    background: linear-gradient(135deg, rgb(183,206,175,0.5), transparent);
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
}.data_overview_P::after {
    opacity: 0.8;
    transform: rotate(15deg);
    z-index: 1;
    position: absolute;
    width: 45%;
    content: "";
    right: -5%;
    background: linear-gradient(225deg, rgb(148,171,134,0.5), transparent);
    bottom: -15%;
    height: 70%;
}.data_overview_P h3 {
    font-weight: 700;
    color: #000000;
    font-size: calc(38px * 1.2);
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    text-align: center;
    position: relative;
    z-index: 5;
}.data_overview_P h3::after {
    position: absolute;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    width: 6rem;
    background: rgb(183,206,175);
    bottom: -0.8rem;
    left: 50%;
}.data_overview_P .container {
    z-index: 5;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.data_overview_P ul {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    padding: 0;
    list-style: none;
    gap: 2rem;
    display: grid;
}.data_overview_P .statistics_benefits_S {
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    padding: 2rem;
    flex-direction: column;
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    display: flex;
    align-items: center;
}.data_overview_P .statistics_benefits_S::before {
    background: linear-gradient(to bottom, rgb(183,206,175), rgb(148,171,134));
    left: 0;
    content: "";
    height: 0;
    width: 4px;
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    position: absolute;
}.data_overview_P .statistics_benefits_S:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-8px);
}.data_overview_P .statistics_benefits_S:hover::before {
    height: 100%;
}.data_overview_P .statistics_benefits_S span {
    transition: transform 0.3s ease, color 0.3s ease;
    text-align: center;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    color: #000000;
    z-index: 2;
}.data_overview_P .statistics_benefits_S:hover span {
    color: rgb(183,206,175);
    transform: translateY(-5px);
}.data_overview_P .statistics_benefits_S p {
    display: flex;
    font-weight: 700;
    color: rgb(183,206,175);
    margin: 0;
    font-size: calc(40px * 1.2);
    justify-content: center;
    align-items: center;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.data_overview_P .statistics_benefits_S p::before {
    height: 50px;
    z-index: -1;
    background: rgb(183,206,175,0.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.5s ease;
    transform: scale(0);
    content: "";
    opacity: 0;
    position: absolute;
    width: 50px;
    border-radius: 50%;
}.data_overview_P .statistics_benefits_S:hover p {
    transform: scale(1.1);
}.data_overview_P .statistics_benefits_S:hover p::before {
    opacity: 0.15;
    transform: scale(3);
}.data_overview_P .statistics_benefits_S:nth-child(odd) {
    transform: perspective(1000px) rotateY(2deg);
}.data_overview_P .statistics_benefits_S:nth-child(even) {
    transform: perspective(1000px) rotateY(-2deg);
}.data_overview_P .statistics_benefits_S:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.data_overview_P .statistics_benefits_S:nth-child(even):hover {
    transform: perspective(1000px) rotateY(0) translateY(-8px);
}.data_overview_P .statistics_benefits_S::after {
    position: absolute;
    opacity: 0;
    right: 0;
    content: "";
    bottom: 0;
    border-color: transparent transparent rgb(183,206,175,0.5) transparent;
    width: 0;
    height: 0;
    border-style: solid;
    transition: opacity 0.3s ease;
    border-width: 0 0 40px 40px;
}.data_overview_P .statistics_benefits_S:hover::after {
    opacity: 1;
}

@media (max-width: 992px) {.data_overview_P {
    padding: 4rem 0;
}.data_overview_P h3 {
    font-size: calc(38px * 1.1);
}.data_overview_P ul {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.data_overview_P .statistics_benefits_S {
    padding: 1.8rem;
}.data_overview_P .statistics_benefits_S p {
    font-size: calc(40px * 1.1);
}
}

@media (max-width: 768px) {.data_overview_P {
    padding: 3rem 0;
}.data_overview_P h3 {
    font-size: 38px;
    margin-bottom: 2rem;
}.data_overview_P ul {
    gap: 1.2rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.data_overview_P .statistics_benefits_S {
    padding: 1.5rem;
}.data_overview_P .statistics_benefits_S span {
    font-size: calc(18px * 0.95);
}.data_overview_P .statistics_benefits_S p {
    font-size: 40px;
}.data_overview_P .statistics_benefits_S:nth-child(odd),
  .data_overview_P .statistics_benefits_S:nth-child(even) {
    transform: none;
}.data_overview_P .statistics_benefits_S:hover {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.data_overview_P {
    padding: 2.5rem 0;
}.data_overview_P h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 1.5rem;
}.data_overview_P h3::after {
    width: 4rem;
}.data_overview_P ul {
    gap: 1rem;
    grid-template-columns: 1fr;
}.data_overview_P .statistics_benefits_S {
    padding: 1.2rem;
}.data_overview_P .statistics_benefits_S p {
    font-size: calc(40px * 0.9);
}.data_overview_P::before,
  .data_overview_P::after {
    width: 60%;
}}

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

.data_overview_P .statistics_benefits_S {
    animation: fadeInUp 0.6s forwards;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.1s);
}.data_overview_P .statistics_benefits_S:nth-child(1) {
    --i: 1;
}.data_overview_P .statistics_benefits_S:nth-child(2) {
    --i: 2;
}.data_overview_P .statistics_benefits_S:nth-child(3) {
    --i: 3;
}.data_overview_P .statistics_benefits_S:nth-child(4) {
    --i: 4;
}.data_overview_P .statistics_benefits_S:nth-child(5) {
    --i: 5;
}.data_overview_P .statistics_benefits_S:nth-child(6) {
    --i: 6;
}.data_overview_P .statistics_benefits_S:nth-child(7) {
    --i: 7;
}.contact_panel_B {
    background: rgb(219,233,214);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.contact_panel_B::before {
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(148,171,134,0.5),
        rgb(148,171,134,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
}.contact_panel_B .photo_gallery_c {
    top: 5%;
    height: 90%;
    width: 40%;
    border-radius: 28px 0 0 28px;
    box-shadow: -20px 0 40px rgba(0, 0, 0, 0.2);
    right: 0;
    z-index: 1;
    position: absolute;
}.contact_panel_B .photo_gallery_c::after {
    left: 0;
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    border-radius: 28px 0 0 28px;
    position: absolute;
    background: linear-gradient(to right, rgb(183,206,175,0.5), transparent 70%);
}.contact_panel_B .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.contact_panel_B h3 {
    color: rgb(183,206,175);
    text-align: center;
    font-weight: 700;
    font-size: 38px;
    font-family: Arial, sans-serif;
    margin-bottom: 50px;
}.contact_panel_B .feedback_support_C {
    border-radius: 28px;
    display: flex;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.contact_panel_B .contact_feedback_J {
    padding: 50px;
    position: relative;
    flex: 1;
}.contact_panel_B form h3 {
    font-size: 22px;
    text-align: left;
    color: #000000;
    margin-bottom: 30px;
    font-weight: 600;
}.contact_panel_B input[type="text"],
.contact_panel_B textarea {
    margin-bottom: 20px;
    border-radius: 10px;
    width: 100%;
    color: #000000;
    padding: 15px;
    transition: all 0.3s ease;
    background: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}.contact_panel_B input[type="text"]:focus,
.contact_panel_B textarea:focus {
    border-color: rgb(183,206,175);
    outline: none;
    box-shadow: 0 0 0 2px rgb(183,206,175,0.5);
}.contact_panel_B textarea {
    height: 150px;
    resize: none;
}.contact_panel_B .query_box_d {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.contact_panel_B .query_box_d input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_panel_B .query_box_d label {
    font-size: 13px;
    padding-left: 30px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    cursor: pointer;
}.contact_panel_B .query_box_d label::before {
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 2px solid rgb(148,171,134);
    left: 0;
    height: 18px;
    width: 18px;
    content: '';
    top: 2px;
    position: absolute;
}.contact_panel_B .query_box_d input[type="checkbox"]:checked + label::before {
    background: rgb(183,206,175);
    border-color: rgb(183,206,175);
}.contact_panel_B .query_box_d input[type="checkbox"]:checked + label::after {
    top: 6px;
    left: 6px;
    height: 10px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    content: '';
    width: 6px;
    position: absolute;
    border: solid #ffffff;
}.contact_panel_B .query_box_d a {
    color: rgb(183,206,175);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact_panel_B .query_box_d a:hover {
    text-decoration: underline;
}.contact_panel_B .message_box_D {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    padding: 15px 40px;
    background: rgb(183,206,175);
    border-radius: 10px;
}.contact_panel_B .message_box_D:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(148,171,134);
    transform: translateY(-3px);
}.contact_panel_B .inquiry_inquiry_s {
    background: rgb(183,206,175);
    position: relative;
    padding: 50px;
    width: 35%;
}.contact_panel_B .inquiry_inquiry_s::before {
    top: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
}.contact_panel_B .inquiry_inquiry_s h4 {
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 22px;
}.contact_panel_B .inquiry_inquiry_s h4::after {
    left: 0;
    content: '';
    background: #ffffff;
    bottom: -15px;
    width: 40px;
    height: 3px;
    position: absolute;
}.contact_panel_B .support_inquiry_1 {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_panel_B .support_inquiry_1 li {
    margin-bottom: 30px;
    align-items: center;
    display: flex;
}.contact_panel_B .support_inquiry_1 svg {
    width: 22px;
    margin-right: 15px;
    height: 22px;
    flex-shrink: 0;
}.contact_panel_B .support_inquiry_1 svg path {
    fill: #ffffff;
}.contact_panel_B .support_inquiry_1 span {
    color: #ffffff;
    font-size: 18px;
    font-family: Arial, sans-serif;
}.contact_panel_B .support_inquiry_1 a {
    transition: all 0.3s ease;
    color: #ffffff;
    text-decoration: none;
}.contact_panel_B .support_inquiry_1 a:hover {
    opacity: 0.8;
}

@media (max-width: 992px) {.contact_panel_B .photo_gallery_c {
    display: none;
}.contact_panel_B .feedback_support_C {
    flex-direction: column;
}.contact_panel_B .contact_feedback_J {
    width: 100%;
}.contact_panel_B .inquiry_inquiry_s {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_panel_B {
    padding: 60px 0;
}.contact_panel_B h3 {
    margin-bottom: 40px;
    font-size: calc(38px * 0.9);
}.contact_panel_B .contact_feedback_J,
    .contact_panel_B .inquiry_inquiry_s {
    padding: 40px;
}
}

@media (max-width: 576px) {.contact_panel_B {
    padding: 40px 0;
}.contact_panel_B h3 {
    font-size: calc(38px * 0.8);
    margin-bottom: 30px;
}.contact_panel_B .contact_feedback_J,
    .contact_panel_B .inquiry_inquiry_s {
    padding: 30px 20px;
}.contact_panel_B form h3,
    .contact_panel_B .inquiry_inquiry_s h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 25px;
}.contact_panel_B input[type="text"],
    .contact_panel_B textarea {
    padding: 12px;
    margin-bottom: 15px;
}.contact_panel_B textarea {
    height: 120px;
}.contact_panel_B .message_box_D {
    padding: 12px;
    width: 100%;
}.contact_panel_B .support_inquiry_1 li {
    margin-bottom: 20px;
}}header {
    padding: 1.2rem 0;
    z-index: 100;
    background: linear-gradient(to bottom, rgb(219,233,214), #ffffff);
    position: relative;
    width: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    height: 100%;
    opacity: 0.5;
    width: 100%;
    content: '';
    z-index: 0;
    position: absolute;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(183,206,175,0.5) 65%, 
        rgb(183,206,175,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(148,171,134,0.5) 75%, 
        rgb(148,171,134,0.5) 80%, 
        transparent 80%);
    top: 0;
    left: 0;
}header .container {
    max-width: 100%;
    margin: 0;
    position: relative;
    z-index: 1;
    padding: 0 3%;
    width: 100%;
}header .nav_page_z {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    display: flex;
}header .head_section_k {
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    align-items: center;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    text-decoration: none;
    display: flex;
    border-radius: 23px;
    background: linear-gradient(135deg, rgb(183,206,175,0.5), rgb(148,171,134,0.5));
}header .head_section_k::before {
    transition: opacity 0.3s ease;
    content: '';
    width: 200%;
    left: -50%;
    position: absolute;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    top: -50%;
    height: 200%;
    opacity: 0;
}header .head_section_k:hover::before {
    opacity: 1;
}header .head_section_k svg {
    transition: all 0.3s ease;
    width: 150px;
    height: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .head_section_k:hover svg {
    transform: scale(1.03);
}header .head_learn_h {
    display: flex;
    max-width: 800px;
    margin-top: 0.5rem;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    gap: 0.6rem;
}header .site_top_d {
    border-radius: 10px;
    padding: 0.6rem 1.2rem;
    text-align: center;
    overflow: hidden;
    font-size: 17px;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    font-weight: 600;
    background: #ffffff;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    color: #000000;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.03);
}header .site_top_d::before {
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(183,206,175), rgb(148,171,134));
    transform-origin: left;
    content: '';
    left: 0;
    width: 100%;
    height: 3px;
    position: absolute;
    top: 0;
    transition: transform 0.3s ease;
}header .site_top_d:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    color: rgb(183,206,175);
    transform: translateY(-3px);
}header .site_top_d:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .head_section_k {
    padding: 0.5rem 1.2rem;
}header .head_section_k svg {
    width: 140px;
}header .head_learn_h {
    gap: 0.5rem;
}header .site_top_d {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .nav_page_z {
    gap: 1.5rem;
}header .head_section_k {
    padding: 0.4rem 1rem;
}header .head_section_k svg {
    width: 130px;
}header .head_learn_h {
    gap: 0.5rem;
}header .site_top_d {
    font-size: calc(17px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .nav_page_z {
    gap: 1rem;
}header .head_section_k svg {
    width: 120px;
}header .head_learn_h {
    overflow-x: auto;
    justify-content: flex-start;
    gap: 0.4rem;
    padding-bottom: 10px;
    flex-wrap: nowrap;
}header .head_learn_h::-webkit-scrollbar {
    height: 3px;
}header .head_learn_h::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(183,206,175);
}header .site_top_d {
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}
}