* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
.nav_pagebar_QMz {
    flex: 1 0 auto;
}
.container {
    margin: auto;
    width: 1277px;
    max-width: 100%;
}

html,body {
    min-height: 100%;
    height: 100%;
    font-family: Ubuntu, sans-serif;
    color: #000000;
}
a {
    color: inherit;
    text-decoration: none;
}
.wrapper-structure_jky {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}
svg {
    width: 30px;
    height: 30px;
}
header,footer {
    width: 100%;
}
.footer_milestones_FoT {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {
        .container {
            width: 100%;
            padding: 0 20px;
    }
}
@media only screen and (max-width: 800px)  {
        .container {
            padding: 0 12px;
    }
}
.privacy_stockade_Jru {
    background-color: rgb(213,226,223);
    color: #000000;
    font-family: Ubuntu, sans-serif;
    padding: 3rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.privacy_stockade_Jru h1 {
    font-size: 42px;
    font-weight: 700;
    color: rgb(163,200,193);
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border-bottom: 3px solid rgb(163,200,193);
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}
.privacy_stockade_Jru h2 {
    font-size: 31px;
    font-weight: 600;
    color: rgb(100,180,167);
    text-transform: uppercase;
    letter-spacing: 0.08rem;
    border-left: 4px solid rgb(100,180,167);
    padding-left: 1rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.privacy_stockade_Jru h3,.privacy_stockade_Jru h4,.privacy_stockade_Jru h5, .privacy_stockade_Jru h6 {
    font-size: 22px;
    margin: 1rem 0;
}
.privacy_stockade_Jru ul,
.privacy_stockade_Jru ol {
    padding-left: 2rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    list-style-position: inside;
    list-style-type: none;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
}
.privacy_stockade_Jru li {
    font-size: 13px;
    margin-bottom: 1rem;
    line-height: 1.8;
    position: relative;
}
.privacy_stockade_Jru li::before {
    content: "▹";
    color: rgb(163,200,193);
    margin-right: 0.5rem;
}
.privacy_stockade_Jru p {
    font-size: 13px;
    margin-bottom: 1.5rem;
    line-height: 1.8;
    color: #000000;
}
.privacy_stockade_Jru span {
    font-weight: 700;
    color: rgb(100,180,167);
}
.privacy_stockade_Jru > div {
    margin-bottom: 2rem;
    padding: 1rem;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 800px) {
    .privacy_stockade_Jru {
        padding: 1.5rem;
        gap: 1.5rem;
    }
    .privacy_stockade_Jru h1 {
        font-size: calc(22px - 0.5rem);
    }
    .privacy_stockade_Jru h2 {
        font-size: calc(22px - 0.5rem);
    }
    .privacy_stockade_Jru p,
    .privacy_stockade_Jru li {
        font-size: calc(13px - 0.2rem);
    }
    .privacy_stockade_Jru > div {
        padding: 0.5rem;
    }
}
.homepage_DOR {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    background-color: #000000;
}

.homepage_DOR::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,200,193,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(100,180,167,0.5) 0%, transparent 25%),
        linear-gradient(45deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
}

.homepage_DOR .study_program_vhI {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 2;
}

.homepage_DOR .edu_home_ArW {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.homepage_DOR .learn_start_FZu {
    display: flex;
    height: 100%;
    width: fit-content;
    animation: carouselSlide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
}

.homepage_DOR .main_entry_HlI {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.homepage_DOR .main_entry_HlI::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        #000000 0%,
        rgba(0, 0, 0, 0.6) 40%,
        rgba(0, 0, 0, 0.6) 60%,
        #000000 100%
    );
    z-index: 2;
}

.homepage_DOR .main_entry_HlI img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    filter: brightness(0.8) contrast(1.1) saturate(1.2);
    transition: transform 8s ease-in-out;
    animation: zoomEffect 10s infinite alternate;
}

.homepage_DOR .reading_block_bhs {
    position: relative;
    max-width: 600px;
    margin-left: 10%;
    padding: 3rem;
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    backdrop-filter: blur(8px);
    border-radius: 18px;
    border-left: 4px solid rgb(163,200,193);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3), 
                0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 20px rgba(rgb(163,200,193), 0.2);
    transform: translateY(0);
    opacity: 1;
    z-index: 3;
    animation: textAppear 1s ease-out forwards;
}

.homepage_DOR .reading_block_bhs::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(163,200,193), rgb(100,180,167));
    border-radius: calc(18px + 2px);
    z-index: -1;
    opacity: 0.3;
    animation: borderGlow 4s infinite alternate;
}

.homepage_DOR .reading_block_bhs h2 {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.5rem;
    position: relative;
    letter-spacing: 1px;
}

.homepage_DOR .reading_block_bhs h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.5rem;
    width: 60px;
    height: 3px;
    background: linear-gradient(to right, rgb(163,200,193), transparent);
}

.homepage_DOR .reading_block_bhs p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 2rem;
    line-height: 1.7;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    letter-spacing: 0.3px;
}

.homepage_DOR .reading_block_bhs .reach_links_Ffx {
    display: inline-block;
    padding: 1rem 2.5rem;
    background: linear-gradient(
        90deg,
        rgb(163,200,193) 0%,
        rgb(100,180,167) 100%
    );
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
}

.homepage_DOR .reading_block_bhs .reach_links_Ffx::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 50%,
        transparent 100%
    );
    transition: all 0.6s ease;
    animation: buttonShine 3s infinite;
}

.homepage_DOR .reading_block_bhs .reach_links_Ffx:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
    background: linear-gradient(
        90deg,
        rgb(100,180,167) 0%,
        rgb(163,200,193) 100%
    );
}

@keyframes carouselSlide {
    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);
    }
}

@keyframes zoomEffect {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.15);
    }
}

@keyframes textAppear {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes buttonShine {
    0% {
        left: -100%;
    }
    40% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes backgroundPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {
    .homepage_DOR .reading_block_bhs {
        max-width: 500px;
        margin-left: 8%;
        padding: 2.5rem;
    }
}

@media screen and (max-width: 992px) {
    .homepage_DOR {
        height: 90vh;
    }
    
    .homepage_DOR .reading_block_bhs {
        max-width: 450px;
        margin-left: 5%;
        padding: 2rem;
    }
    
    .homepage_DOR .reading_block_bhs h2 {
        font-size: calc(36px * 0.9);
    }
}

@media screen and (max-width: 768px) {
    .homepage_DOR {
        height: auto;
        min-height: unset;
    }
    
    .homepage_DOR .study_program_vhI {
        flex-direction: column;
        justify-content: center;
        padding: 4rem 0;
    }
    
    .homepage_DOR .main_entry_HlI {
        height: 100vh;
    }
    
    .homepage_DOR .reading_block_bhs {
        max-width: 90%;
        margin: 0 auto;
        padding: 2rem;
        backdrop-filter: blur(10px);
    }
    
    .homepage_DOR .reading_block_bhs h2 {
        font-size: calc(36px * 0.8);
    }
    
    .homepage_DOR .reading_block_bhs p {
        font-size: calc(15px * 0.95);
    }
}

@media screen and (max-width: 576px) {
    .homepage_DOR .reading_block_bhs {
        padding: 1.5rem;
    }
    
    .homepage_DOR .reading_block_bhs h2 {
        font-size: calc(36px * 0.7);
        margin-bottom: 1rem;
    }
    
    .homepage_DOR .reading_block_bhs p {
        font-size: calc(15px * 0.9);
        margin-bottom: 1.5rem;
    }
    
    .homepage_DOR .reading_block_bhs .reach_links_Ffx {
        padding: 0.8rem 2rem;
        font-size: calc(19px * 0.9);
    }
}.course_offering_vLk {
    position: relative;
    overflow: hidden;
    background-color: rgb(213,226,223);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.course_offering_vLk .training_flow_aVY {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.course_offering_vLk .job_success_Svm {
    display: flex;
    height: 100%;
    width: calc(100% * var(--slide-count, 5));
    animation: carousel-slide 30s cubic-bezier(0.645, 0.045, 0.355, 1) infinite;
}

.course_offering_vLk .training_flow_aVY:hover .job_success_Svm {
    animation-play-state: paused;
}

.course_offering_vLk .career_learn_HUI {
    height: 100%;
    width: calc(100% / var(--slide-count, 5));
    position: relative;
    overflow: hidden;
}

.course_offering_vLk .career_learn_HUI::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        135deg,
        rgb(163,200,193,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(100,180,167,0.5) 100%
    );
    z-index: 1;
    opacity: 0.8;
    transition: opacity 0.5s ease;
}

.course_offering_vLk .career_learn_HUI:hover::before {
    opacity: 0.4;
}

.course_offering_vLk .career_learn_HUI img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.05);
    transition: transform 0.7s ease-out;
    filter: brightness(0.85) contrast(1.1);
}

.course_offering_vLk .career_learn_HUI:hover img {
    transform: scale(1);
    filter: brightness(0.95) contrast(1.05);
}

.course_offering_vLk .container {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
    margin: auto;
    padding: 4rem 2rem;
}

.course_offering_vLk .study_program_vhI {
    width: 100%;
    max-width: 600px;
    position: relative;
    margin-right: 5%;
}

.course_offering_vLk .education_guide_YKP {
    background: rgba(var(--dark-color, 21, 20, 26), 0.75);
    backdrop-filter: blur(8px);
    border-radius: 21px;
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 
                0 1px 3px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.05) inset;
    transform: translateY(0);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.course_offering_vLk .education_guide_YKP::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        rgb(163,200,193) 0%,
        rgb(100,180,167) 100%
    );
}

.course_offering_vLk .education_guide_YKP::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(163,200,193,0.5) 100%
    );
}

.course_offering_vLk .education_guide_YKP:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3), 
                0 2px 5px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.08) inset;
}

.course_offering_vLk .education_guide_YKP h3 {
    color: #ffffff;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    display: inline-block;
}

.course_offering_vLk .education_guide_YKP h3::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40%;
    height: 2px;
    background-color: rgb(163,200,193);
    transition: width 0.3s ease;
}

.course_offering_vLk .education_guide_YKP:hover h3::after {
    width: 60%;
}

.course_offering_vLk .education_guide_YKP p {
    color: #ffffff;
    font-size: 17px;
    line-height: 1.6;
    font-weight: 300;
    margin-bottom: 2rem;
    opacity: 0.8;
}

.course_offering_vLk .education_guide_YKP .reach_links_Ffx {
    display: inline-block;
    background: linear-gradient(
        45deg,
        rgb(163,200,193) 0%,
        rgb(100,180,167) 100%
    );
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 0.85rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1;
    box-shadow: 0 4px 15px rgb(163,200,193,0.5);
}

.course_offering_vLk .education_guide_YKP .reach_links_Ffx::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgb(100,180,167) 0%,
        rgb(163,200,193) 100%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
}

.course_offering_vLk .education_guide_YKP .reach_links_Ffx:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgb(163,200,193,0.5);
}

.course_offering_vLk .education_guide_YKP .reach_links_Ffx:hover::before {
    opacity: 1;
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    16% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    36% {
        transform: translateX(calc(-100% / var(--slide-count, 5)));
    }
    40% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    56% {
        transform: translateX(calc(-200% / var(--slide-count, 5)));
    }
    60% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    76% {
        transform: translateX(calc(-300% / var(--slide-count, 5)));
    }
    80% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    96% {
        transform: translateX(calc(-400% / var(--slide-count, 5)));
    }
    100% {
        transform: translateX(0);
    }
}

.course_offering_vLk::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 75% 25%, 
                transparent 0%,
                rgba(0, 0, 0, 0.5) 70%);
    z-index: 1;
}

@media (max-width: 992px) {
    .course_offering_vLk .container {
        justify-content: center;
        padding: 3rem 1.5rem;
    }
    
    .course_offering_vLk .study_program_vhI {
        margin-right: 0;
        max-width: 540px;
    }
    
    .course_offering_vLk .education_guide_YKP {
        padding: 2.5rem;
    }
    
    .course_offering_vLk .education_guide_YKP h3 {
        font-size: calc(37px * 0.9);
    }
}

@media (max-width: 768px) {
    .course_offering_vLk .container {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .course_offering_vLk .education_guide_YKP {
        padding: 2rem;
    }
    
    .course_offering_vLk .education_guide_YKP h3 {
        font-size: calc(37px * 0.8);
        margin-bottom: 1.2rem;
    }

    .course_offering_vLk .education_guide_YKP p {
        margin-bottom: 1.5rem;
    }
    
    .course_offering_vLk .education_guide_YKP .reach_links_Ffx {
        padding: 0.75rem 1.75rem;
    }
    
    @keyframes carousel-slide {
        0% {
            transform: translateX(0);
        }
        20% {
            transform: translateX(0);
        }
        25% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        45% {
            transform: translateX(calc(-100% / var(--slide-count, 5)));
        }
        50% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        70% {
            transform: translateX(calc(-200% / var(--slide-count, 5)));
        }
        75% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        95% {
            transform: translateX(calc(-300% / var(--slide-count, 5)));
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 576px) {
    .course_offering_vLk .job_success_Svm {
        animation-duration: 20s;
    }
    
    .course_offering_vLk .container {
        padding: 3rem 1rem;
    }
    
    .course_offering_vLk .education_guide_YKP {
        padding: 1.5rem;
    }
    
    .course_offering_vLk .education_guide_YKP h3 {
        font-size: calc(37px * 0.7);
        margin-bottom: 1rem;
    }

    .course_offering_vLk .education_guide_YKP p {
        font-size: calc(17px * 0.9);
        margin-bottom: 1.25rem;
    }
    
    .course_offering_vLk .education_guide_YKP .reach_links_Ffx {
        padding: 0.65rem 1.5rem;
        font-size: calc(16px * 0.9);
    }
}

.course_offering_vLk .job_success_Svm::before {
    content: "";
    position: fixed;
    width: 1px;
    height: 1px;
    animation: set-slide-count 0.1s forwards;
}

@keyframes set-slide-count {
    to {
        --slide-count: attr(data-slides integer);
    }
}

.course_offering_vLk .career_learn_HUI:nth-child(1) {
    --slide-color: rgb(163,200,193);
}

.course_offering_vLk .career_learn_HUI:nth-child(2) {
    --slide-color: rgb(100,180,167);
}

.course_offering_vLk .career_learn_HUI:nth-child(3) {
    --slide-color: rgb(163,200,193);
}

.course_offering_vLk .career_learn_HUI:nth-child(4) {
    --slide-color: rgb(100,180,167);
}

.course_offering_vLk .career_learn_HUI:nth-child(5) {
    --slide-color: rgb(163,200,193);
}

.course_offering_vLk .career_learn_HUI::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 40%,
        var(--slide-color, rgb(163,200,193)) 150%
    );
    mix-blend-mode: soft-light;
    opacity: 0.3;
    transition: opacity 0.5s ease;
}

.course_offering_vLk .career_learn_HUI:hover::after {
    opacity: 0.5;
}.thanksGrid_xPq {
    background: rgb(213,226,223);
    padding: 60px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    text-align: center;
}
.thanksGrid_xPq .container {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px;
    max-width: 700px;
    width: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid rgb(163,200,193,0.5);
}
.thanksGrid_xPq h2 {
    font-family: Ubuntu, sans-serif;
    font-size: 33px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(163,200,193);
    width: 100%;
    text-align: left;
    padding-bottom: 10px;
}
.thanksGrid_xPq p {
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    line-height: 1.6;
    max-width: 600px;
    width: 100%;
    text-align: justify;
    margin-bottom: 0;
    border-top: 1px solid rgb(163,200,193,0.5);
    padding-top: 20px;
}
@media only screen and (max-width: 800px) {
    .thanksGrid_xPq {
        padding: 30px 10px;
    }
    
    .thanksGrid_xPq .container {
        padding: 30px;
    }
    .thanksGrid_xPq h2 {
        font-size: calc(33px - 2px);
        padding-bottom: 8px;
    }
    .thanksGrid_xPq p {
        font-size: calc(14px - 1px);
        padding-top: 15px;
    }
}
.academic_expertise_HQy {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(213,226,223) 0%, rgb(163,200,193,0.5) 50%, rgb(213,226,223) 100%);
    overflow: hidden;
}

.academic_expertise_HQy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,200,193,0.5) 0,
        rgb(163,200,193,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
}

.academic_expertise_HQy::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,200,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(100,180,167,0.5) 0%, transparent 50%);
    filter: blur(60px);
    opacity: 0.4;
}

.academic_expertise_HQy .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.academic_expertise_HQy .feedback_perspectives_rDt {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 40px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    border-radius: 19px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.academic_expertise_HQy .feedback_perspectives_rDt::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
    opacity: 0;
    transition: opacity 0.6s ease;
    z-index: 1;
    transform: rotate(-45deg) scale(2);
}

.academic_expertise_HQy .feedback_perspectives_rDt:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}

@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.academic_expertise_HQy .img_circle_epv {
    position: relative;
    width: 180px;
    height: 180px;
    margin-bottom: 35px;
    border-radius: 10px;
    transform: rotate(-3deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(163,200,193,0.5);
    transition: all 0.5s ease;
    overflow: hidden;
    z-index: 2;
}

.academic_expertise_HQy .img_circle_epv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    z-index: 3;
}

.academic_expertise_HQy .img_circle_epv::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(163,200,193,0.5) 90deg,
            transparent 180deg,
            rgb(100,180,167,0.5) 270deg,
            transparent 360deg
        );
    opacity: 0.15;
    mix-blend-mode: overlay;
    animation: rotate 15s linear infinite;
    z-index: 1;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.academic_expertise_HQy .name {
    position: relative;
    font-size: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
    text-align: center;
    z-index: 2;
}

.academic_expertise_HQy .name::after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 2px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(163,200,193) 50%,
        transparent 100%
    );
}

.academic_expertise_HQy .feedback_perspectives_rDt span:not(.name) {
    position: relative;
    font-size: 19px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    z-index: 2;
}

.academic_expertise_HQy .emp_summary_GLV {
    position: relative;
    font-size: 12px;
    line-height: 1.8;
    color: #000000;
    text-align: center;
    margin: 0;
    max-width: 85%;
    padding: 25px 30px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border-left: 3px solid rgb(163,200,193);
    border-right: 3px solid rgb(100,180,167);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    z-index: 2;
}

.academic_expertise_HQy .emp_summary_GLV::before,
.academic_expertise_HQy .emp_summary_GLV::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgb(163,200,193,0.5);
    opacity: 0.1;
}

.academic_expertise_HQy .emp_summary_GLV::before {
    top: -5px;
    left: -5px;
    border-top: 3px solid rgb(163,200,193);
    border-left: 3px solid rgb(163,200,193);
}

.academic_expertise_HQy .emp_summary_GLV::after {
    bottom: -5px;
    right: -5px;
    border-bottom: 3px solid rgb(100,180,167);
    border-right: 3px solid rgb(100,180,167);
}

.academic_expertise_HQy .feedback_perspectives_rDt:hover {
    transform: translateY(-10px);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
}

.academic_expertise_HQy .feedback_perspectives_rDt:hover .img_circle_epv {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(163,200,193,0.5);
}

@media (max-width: 991px) {
    .academic_expertise_HQy {
        padding: 80px 0;
    }
    
    .academic_expertise_HQy .feedback_perspectives_rDt {
        padding: 50px 30px;
    }
    
    .academic_expertise_HQy .img_circle_epv {
        width: 160px;
        height: 160px;
        margin-bottom: 30px;
    }
    
    .academic_expertise_HQy .emp_summary_GLV {
        padding: 20px 25px;
        max-width: 90%;
    }
}

@media (max-width: 767px) {
    .academic_expertise_HQy {
        padding: 60px 0;
    }
    
    .academic_expertise_HQy .feedback_perspectives_rDt {
        padding: 40px 25px;
    }
    
    .academic_expertise_HQy .img_circle_epv {
        width: 140px;
        height: 140px;
        margin-bottom: 25px;
    }
    
    .academic_expertise_HQy .name {
        font-size: calc(38px * 0.9);
    }
    
    .academic_expertise_HQy .feedback_perspectives_rDt span:not(.name) {
        font-size: calc(19px * 0.95);
        margin-bottom: 20px;
    }
    
    .academic_expertise_HQy .emp_summary_GLV {
        font-size: calc(12px * 0.95);
        padding: 18px 20px;
    }
}

@media (max-width: 575px) {
    .academic_expertise_HQy {
        padding: 50px 0;
    }
    
    .academic_expertise_HQy .feedback_perspectives_rDt {
        padding: 35px 20px;
    }
    
    .academic_expertise_HQy .img_circle_epv {
        width: 120px;
        height: 120px;
        margin-bottom: 20px;
    }
    
    .academic_expertise_HQy .name {
        font-size: calc(38px * 0.8);
    }
    
    .academic_expertise_HQy .feedback_perspectives_rDt span:not(.name) {
        font-size: calc(19px * 0.9);
        margin-bottom: 15px;
        letter-spacing: 1px;
    }
    
    .academic_expertise_HQy .emp_summary_GLV {
        font-size: calc(12px * 0.9);
        padding: 15px;
        max-width: 100%;
    }
}footer {
    background: rgb(100,180,167);
    color: #ffffff;
    font-family: Ubuntu, sans-serif;
    padding-top: 70px;
    padding-bottom: 70px;
}
footer .podcast_cta_rMI {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 20px;
    border-bottom: 1px solid rgb(163,200,193,0.5);
    margin-bottom: 30px;
}
footer .header_site_TRU svg, footer .header_site_TRU img {
    height: 80px;
    width: 80px;
    margin-right: 15px;
    fill: #ffffff;
}
footer .main_page_LMl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .header_wrap_Vcg a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    transition: color 0.3s, transform 0.3s;
}
footer .header_wrap_Vcg a::before {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: rgb(163,200,193);
    transition: all 0.3s ease-in-out;
}
footer .header_wrap_Vcg a:hover::before {
    width: 100%;
}
footer .header_wrap_Vcg a:hover {
    color: rgb(163,200,193);
    transform: translateX(5px);
}
footer .edu_links_jcu {
    background: rgb(163,200,193,0.5);
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgb(163,200,193,0.5);
}
footer .ar_tools_flh {
    color: #ffffff;
    font-size: 14px;
}
@media only screen and (max-width: 1200px) {
    footer .podcast_cta_rMI {
        flex-direction: column;
        align-items: center;
    }
    footer .header_site_TRU {
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 800px) {
    footer .main_page_LMl {
        flex-direction: column;
        align-items: center;
    }
    footer .header_wrap_Vcg a {
        font-size: 18px;
        margin: 5px 0;
    }
}
.wrapper-structure_jky footer .footer_milestones_FoT {
    padding: 0;
}
.wrapper-structure_jky footer .podcast_cta_rMI {
    flex-direction: row;
    align-items: center;
    min-height: 100px;
}
.wrapper-structure_jky footer .main_page_LMl {
    flex-direction: row;
    justify-content: flex-end;
}
.wrapper-structure_jky footer .header_wrap_Vcg a {
    margin: 0;
    padding: 5px 10px;
    font-size: 20px;
    color: rgb(163,200,193);
}
.wrapper-structure_jky footer .edu_links_jcu {
    background: rgb(163,200,193,0.5);
    padding-top: 5px;
    padding-bottom: 5px;
}
.wrapper-structure_jky footer .ar_tools_flh {
    text-align: center;
}
@media only screen and (max-width: 1200px) {
    .wrapper-structure_jky footer .main_page_LMl {
        justify-content: center;
    }
}
@media only screen and (max-width: 800px) {
    .wrapper-structure_jky footer .main_page_LMl {
        flex-direction: column;
        text-align: left;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .wrapper-structure_jky footer .header_wrap_Vcg a {
        padding-left: 0;
        font-size: 18px;
    }
    .wrapper-structure_jky footer .header_wrap_Vcg a:first-child {
        margin-bottom: 10px;
    }
    .wrapper-structure_jky footer .podcast_cta_rMI {
        padding: 20px 10px;
    }
    .wrapper-structure_jky footer .ar_tools_flh {
        text-align: center;
    }
    .wrapper-structure_jky footer .ar_tools_flh a {
        display: block;
        margin-top: 5px;
    }
}.company_info_GmQ {
    position: relative;
    background: rgb(100,180,167,0.5);
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

.company_info_GmQ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        linear-gradient(217deg, rgb(163,200,193,0.5), transparent 70%),
        linear-gradient(127deg, rgb(100,180,167,0.5), transparent 70%);
    z-index: 0;
    opacity: 0.2;
}

.company_info_GmQ .container {
    position: relative;
    z-index: 2;
}

.company_info_GmQ .study_program_vhI {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.company_info_GmQ h3 {
    font-size: calc(38px * 1.2);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    transform: translateX(-100px);
    opacity: 0;
    animation: slideIn 0.6s ease forwards;
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company_info_GmQ h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -30px;
    width: 20px;
    height: 3px;
    background: rgb(163,200,193);
    transform: translateY(-50%);
}

.company_info_GmQ .guide_values_jTk {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-left: 3px solid rgb(163,200,193);
    padding-left: 40px;
    transform: translateX(-50px);
    opacity: 0;
    animation: fadeInRight 0.6s ease forwards 0.3s;
}

@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company_info_GmQ .guide_values_jTk span {
    grid-column: 1 / 3;
    font-size: 24px;
    font-weight: 600;
    color: rgb(163,200,193);
    margin-bottom: 10px;
    display: block;
    position: relative;
}

.company_info_GmQ .guide_values_jTk p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
    padding-right: 20px;
}

.company_info_GmQ .guide_values_jTk .img_circle_epv {
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
    transition: transform 0.4s ease;
}

.company_info_GmQ .guide_values_jTk .img_circle_epv:hover {
    transform: scale(1.05);
}

.company_info_GmQ .guide_values_jTk .img_circle_epv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgb(163,200,193,0.5), transparent);
    opacity: 0.3;
    z-index: 1;
}

.company_info_GmQ .learning_corner_viI {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    border-right: 3px solid rgb(100,180,167);
    padding-right: 40px;
    transform: translateX(50px);
    opacity: 0;
    animation: fadeInLeft 0.6s ease forwards 0.6s;
}

@keyframes fadeInLeft {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.company_info_GmQ .learning_corner_viI p {
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
    opacity: 0.9;
    margin: 0;
    grid-column: 2 / 3;
    padding-left: 20px;
}

.company_info_GmQ .learning_corner_viI .learn_learnings_YQU {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    width: 100%;
    height: 100%;
    min-height: 300px;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
    transform: scale(1);
    transition: transform 0.4s ease;
}

.company_info_GmQ .learning_corner_viI .learn_learnings_YQU:hover {
    transform: scale(1.05);
}

.company_info_GmQ .learning_corner_viI .learn_learnings_YQU::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left, rgb(100,180,167,0.5), transparent);
    opacity: 0.3;
    z-index: 1;
}

.company_info_GmQ .study_program_vhI::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 40%;
    height: 1px;
    background: linear-gradient(to right, rgb(163,200,193), transparent);
}

.company_info_GmQ .study_program_vhI::after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 40%;
    height: 1px;
    background: linear-gradient(to left, rgb(100,180,167), transparent);
}

.company_info_GmQ .container::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border: 1px solid rgb(163,200,193,0.5);
    border-radius: 50%;
    left: -100px;
    top: -100px;
    z-index: -1;
    animation: rotate 30s linear infinite;
}

.company_info_GmQ .container::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    border: 1px solid rgb(100,180,167,0.5);
    border-radius: 50%;
    right: -150px;
    bottom: -150px;
    z-index: -1;
    animation: rotate 40s linear infinite reverse;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.company_info_GmQ::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

@media screen and (max-width: 992px) {
    .company_info_GmQ {
        padding: 80px 0;
    }
    
    .company_info_GmQ h3 {
        font-size: calc(38px * 1.1);
    }
    
    .company_info_GmQ .study_program_vhI {
        gap: 70px;
    }
    
    .company_info_GmQ .guide_values_jTk,
    .company_info_GmQ .learning_corner_viI {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .company_info_GmQ .guide_values_jTk p {
        grid-column: 1 / 2;
        padding-right: 0;
    }
    
    .company_info_GmQ .learning_corner_viI p {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
        padding-left: 0;
    }
    
    .company_info_GmQ .learning_corner_viI .learn_learnings_YQU {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    
    .company_info_GmQ .guide_values_jTk .img_circle_epv,
    .company_info_GmQ .learning_corner_viI .learn_learnings_YQU {
        min-height: 250px;
    }
}

@media screen and (max-width: 768px) {
    .company_info_GmQ {
        padding: 60px 0;
    }
    
    .company_info_GmQ h3 {
        font-size: 38px;
    }
    
    .company_info_GmQ .study_program_vhI {
        gap: 50px;
    }
    
    .company_info_GmQ .guide_values_jTk,
    .company_info_GmQ .learning_corner_viI {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .company_info_GmQ .guide_values_jTk {
        border-left: 2px solid rgb(163,200,193);
    }
    
    .company_info_GmQ .learning_corner_viI {
        border-right: 2px solid rgb(100,180,167);
    }
    
    .company_info_GmQ .guide_values_jTk span {
        font-size: calc(24px * 0.9);
    }
    
    .company_info_GmQ .guide_values_jTk p,
    .company_info_GmQ .learning_corner_viI p {
        font-size: calc(17px * 0.95);
        line-height: 1.7;
    }
    
    .company_info_GmQ .guide_values_jTk .img_circle_epv,
    .company_info_GmQ .learning_corner_viI .learn_learnings_YQU {
        min-height: 220px;
        clip-path: none;
        border-radius: 10px;
    }
}

@media screen and (max-width: 576px) {
    .company_info_GmQ {
        padding: 50px 0;
    }
    
    .company_info_GmQ h3 {
        font-size: calc(38px * 0.8);
    }
    
    .company_info_GmQ h3::before {
        left: -20px;
        width: 15px;
    }
    
    .company_info_GmQ .study_program_vhI {
        gap: 40px;
    }
    
    .company_info_GmQ .guide_values_jTk,
    .company_info_GmQ .learning_corner_viI {
        gap: 20px;
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .company_info_GmQ .guide_values_jTk .img_circle_epv,
    .company_info_GmQ .learning_corner_viI .learn_learnings_YQU {
        min-height: 180px;
    }
    
    .company_info_GmQ .container::before,
    .company_info_GmQ .container::after {
        display: none;
    }
}header {
    position: relative;
    background: rgb(213,226,223);
    padding: 1.2rem 0;
    z-index: 100;
}

header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgb(163,200,193,0.5) 0%, 
        transparent 50%, 
        rgb(100,180,167,0.5) 100%);
    opacity: 0.5;
}

header .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

header .top_prime_ONC {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border-radius: 26px;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

header .main_info_kyr {
    display: flex;
    justify-content: center;
    text-decoration: none;
    position: relative;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
}

header .main_info_kyr::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(163,200,193,0.5), 
        rgb(100,180,167,0.5), 
        rgb(163,200,193,0.5), 
        transparent);
}

header .main_info_kyr svg {
    width: 160px;
    height: auto;
    transition: all 0.3s ease;
}

header .main_info_kyr:hover svg {
    filter: drop-shadow(0 2px 4px rgb(163,200,193,0.5));
    transform: translateY(-2px);
}

header .header_wrap_Vcg {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    padding: 0.6rem;
    background: rgb(213,226,223);
    border-radius: 10px;
}

header .header_bar_PhW {
    color: #000000;
    font-family: Ubuntu, sans-serif;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

header .header_bar_PhW::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgb(163,200,193), rgb(100,180,167));
    z-index: -1;
    opacity: 0;
    transition: opacity 0.3s ease;
}

header .header_bar_PhW:hover {
    color: #ffffff;
}

header .header_bar_PhW:hover::before {
    opacity: 1;
}

header .header_bar_PhW::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, rgb(163,200,193), rgb(100,180,167));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

header .header_bar_PhW:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {
    header {
        padding: 1rem 0;
    }
    
    header .top_prime_ONC {
        gap: 0.8rem;
        padding: 0.8rem;
    }
    
    header .main_info_kyr svg {
        width: 140px;
    }
    
    header .header_wrap_Vcg {
        padding: 0.5rem;
    }
    
    header .header_bar_PhW {
        padding: 0.4rem 0.8rem;
        font-size: calc(17px - 1px);
    }
}

@media (max-width: 767px) {
    header {
        padding: 0.8rem 0;
    }
    
    header .top_prime_ONC {
        padding: 0.7rem;
        gap: 0.7rem;
    }
    
    header .main_info_kyr svg {
        width: 120px;
    }
    
    header .header_wrap_Vcg {
        padding: 0.4rem;
        gap: 0.3rem;
    }
    
    header .header_bar_PhW {
        padding: 0.3rem 0.7rem;
        font-size: calc(17px - 2px);
    }
}

@media (max-width: 480px) {
    header {
        padding: 0.7rem 0;
    }
    
    header .top_prime_ONC {
        padding: 0.6rem;
        gap: 0.6rem;
    }
    
    header .main_info_kyr svg {
        width: 110px;
    }
    
    header .header_wrap_Vcg {
        overflow-x: auto;
        justify-content: flex-start;
        flex-wrap: nowrap;
        padding: 0.4rem;
    }
    
    header .header_wrap_Vcg::-webkit-scrollbar {
        height: 2px;
    }
    
    header .header_wrap_Vcg::-webkit-scrollbar-thumb {
        background: rgb(163,200,193);
        border-radius: 10px;
    }
    
    header .header_bar_PhW {
        white-space: nowrap;
        flex-shrink: 0;
    }
}.reach_us_cug {
    position: relative;
    background: rgb(213,226,223);
    padding: 100px 0;
    overflow: hidden;
}

.reach_us_cug::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgb(163,200,193,0.5);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.1;
    z-index: 0;
}

.reach_us_cug::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: linear-gradient(90deg, rgb(163,200,193) 0%, rgb(100,180,167) 100%);
    z-index: 1;
}

.reach_us_cug .container {
    position: relative;
    z-index: 2;
}

.reach_us_cug .submit_request_PqI {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 40px;
}

.reach_us_cug .chat_form_bgf {
    background: #ffffff;
    border-radius: 23px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    padding: 40px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.reach_us_cug .chat_form_bgf:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.reach_us_cug .chat_form_bgf h2 {
    font-size: 28px;
    color: #000000;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}

.reach_us_cug .chat_form_bgf h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    background: rgb(163,200,193);
    border-radius: 10px;
}

.reach_us_cug .edu_input_QOS {
    font-size: calc(15px * 1.2);
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
}

.reach_us_cug .reach_out_oXM {
    font-size: 15px;
    color: #000000;
    line-height: 1.7;
    margin-bottom: 30px;
}

.reach_us_cug .chat_form_bgf p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.reach_us_cug .chat_form_bgf p span {
    display: inline-block;
    margin-left: 10px;
    color: #000000;
    font-weight: 400;
}

.reach_us_cug .get_support_ceA {
    margin-top: 30px;
    background: rgb(213,226,223);
    padding: 25px;
    border-radius: 10px;
}

.reach_us_cug .get_support_ceA h3 {
    font-size: 24px;
    color: rgb(163,200,193);
    margin-bottom: 20px;
    font-weight: 600;
}

.reach_us_cug .contact_details_bJC {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.reach_us_cug .contact_details_bJC span {
    font-size: 15px;
    color: #000000;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.reach_us_cug .chat_form_bgf .img_circle_epv {
    width: 100%;
    height: 100%;
    min-height: 350px;
    border-radius: 23px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.reach_us_cug .help_question_tyZ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.reach_us_cug .help_question_tyZ a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    padding: 20px;
    background: #ffffff;
    border-radius: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid rgb(100,180,167);
}

.reach_us_cug .help_question_tyZ a:hover {
    border-left-color: rgb(163,200,193);
    background: rgb(213,226,223);
}

.reach_us_cug .help_question_tyZ a span {
    font-size: 14px;
    color: rgb(163,200,193);
    margin-bottom: 8px;
    font-weight: 600;
}

.reach_us_cug .help_question_tyZ a p {
    font-size: 15px;
    color: #000000;
    margin: 0;
    font-weight: 600;
}

.reach_us_cug svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
    fill: rgb(163,200,193);
}

.reach_us_cug svg path {
    fill: rgb(163,200,193);
    transition: fill 0.3s ease;
}

.reach_us_cug .help_question_tyZ a:hover svg,
.reach_us_cug .help_question_tyZ a:hover svg path {
    fill: rgb(100,180,167);
}

@media screen and (max-width: 1200px) {
    .reach_us_cug {
        padding: 80px 0;
    }
    
    .reach_us_cug .chat_form_bgf {
        padding: 30px;
    }
}

@media screen and (max-width: 992px) {
    .reach_us_cug .submit_request_PqI {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .reach_us_cug .chat_form_bgf:nth-child(1) {
        grid-column: span 2;
    }
    
    .reach_us_cug .chat_form_bgf .img_circle_epv {
        min-height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .reach_us_cug {
        padding: 60px 0;
    }
    
    .reach_us_cug .submit_request_PqI {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .reach_us_cug .chat_form_bgf:nth-child(1) {
        grid-column: auto;
    }
    
    .reach_us_cug .chat_form_bgf .img_circle_epv {
        min-height: 250px;
    }
}

@media screen and (max-width: 576px) {
    .reach_us_cug {
        padding: 40px 0;
    }
    
    .reach_us_cug .chat_form_bgf {
        padding: 25px;
    }
    
    .reach_us_cug .chat_form_bgf h2 {
        font-size: calc(28px * 0.9);
    }
    
    .reach_us_cug .help_question_tyZ a {
        padding: 15px;
    }
    
    .reach_us_cug .get_support_ceA {
        padding: 20px;
    }
    
    .reach_us_cug .chat_form_bgf .img_circle_epv {
        min-height: 200px;
    }
}header .top_plank {
    background: rgb(163,200,193);
    color:  #ffffff;
}
header .top_plank .edu_header_slm div svg, header .top_plank .edu_header_slm div svg path {
    fill: #ffffff;
}
header .top_plank .edu_header_slm div span {
    color: #ffffff;
}
header .top_plank .edu_header_slm {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px 0 10px 0;
    font-size: 13px;
    line-height: 21px;
    flex-wrap: wrap;
}
header .top_plank .edu_header_slm div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 24px;
}
header .top_plank .edu_header_slm div img, header .top_plank .edu_header_slm div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.advantages_overview_brv {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgb(163,200,193,0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 40px;
    position: relative;
    overflow: hidden;
}

.advantages_overview_brv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        linear-gradient(45deg, transparent 10%, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.03) 20%, transparent 20%),
        linear-gradient(-45deg, transparent 10%, rgba(255, 255, 255, 0.03) 10%, rgba(255, 255, 255, 0.03) 20%, transparent 20%);
    background-size: 60px 60px;
    z-index: 1;
}

.advantages_overview_brv .top_benefits_GKF {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.advantages_overview_brv h2 {
    color: #ffffff;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
    position: relative;
    text-transform: uppercase;
}

.advantages_overview_brv h2::before,
.advantages_overview_brv h2::after {
    content: "";
    position: absolute;
    height: 3px;
    background: rgb(100,180,167);
    bottom: -15px;
}

.advantages_overview_brv h2::before {
    left: 50%;
    width: 100px;
    transform: translateX(-100px);
}

.advantages_overview_brv h2::after {
    right: 50%;
    width: 100px;
    transform: translateX(100px);
}

.advantages_overview_brv .key_advantages_uds {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.advantages_overview_brv .pro_gains_iVP {
    position: relative;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 30px;
    transition: all 0.5s ease;
    min-height: 160px;
}

.advantages_overview_brv .pro_gains_iVP::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: rgb(100,180,167);
    z-index: 1;
    transition: all 0.5s ease;
}

.advantages_overview_brv .pro_gains_iVP:hover::before {
    width: 100%;
    opacity: 0.1;
}

.advantages_overview_brv .pro_gains_iVP::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to bottom, transparent, rgb(100,180,167), transparent);
    opacity: 0.3;
    transition: all 0.5s ease;
}

.advantages_overview_brv .pro_gains_iVP:hover::after {
    opacity: 0;
}

.advantages_overview_brv .learning_boost_qWl {
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.5s ease;
    z-index: 2;
}

.advantages_overview_brv .pro_gains_iVP:hover .learning_boost_qWl {
    background: rgba(255, 255, 255, 0.1);
    transform: scale(1.1);
}

.advantages_overview_brv .learning_boost_qWl::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    left: 0;
    animation: pulseRing 3s infinite;
}

@keyframes pulseRing {
    0% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.3); opacity: 0; }
    100% { transform: scale(1); opacity: 0.3; }
}

.advantages_overview_brv .learning_boost_qWl svg {
    width: 40px;
    height: 40px;
    transition: all 0.5s ease;
}

.advantages_overview_brv .learning_boost_qWl svg path,
.advantages_overview_brv .learning_boost_qWl svg rect,
.advantages_overview_brv .learning_boost_qWl svg circle,
.advantages_overview_brv .learning_boost_qWl svg line,
.advantages_overview_brv .learning_boost_qWl svg polyline,
.advantages_overview_brv .learning_boost_qWl svg polygon {
    fill: #ffffff;
    transition: all 0.5s ease;
}

.advantages_overview_brv .pro_gains_iVP:hover .learning_boost_qWl svg path,
.advantages_overview_brv .pro_gains_iVP:hover .learning_boost_qWl svg rect,
.advantages_overview_brv .pro_gains_iVP:hover .learning_boost_qWl svg circle,
.advantages_overview_brv .pro_gains_iVP:hover .learning_boost_qWl svg line,
.advantages_overview_brv .pro_gains_iVP:hover .learning_boost_qWl svg polyline,
.advantages_overview_brv .pro_gains_iVP:hover .learning_boost_qWl svg polygon {
    fill: rgb(100,180,167);
}

.advantages_overview_brv .pro_gains_iVP p {
    flex: 1;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    position: relative;
    z-index: 2;
    margin: 0;
    transition: all 0.5s ease;
}

.advantages_overview_brv .pro_gains_iVP:hover p {
    transform: translateX(5px);
}

.advantages_overview_brv .pro_gains_iVP:nth-child(odd) {
    transform: translateX(-10px);
}

.advantages_overview_brv .pro_gains_iVP:nth-child(even) {
    transform: translateX(10px);
}

.advantages_overview_brv .pro_gains_iVP:hover {
    transform: translateX(0);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.advantages_overview_brv .pro_gains_iVP:nth-child(4n+1),
.advantages_overview_brv .pro_gains_iVP:nth-child(4n+4) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.advantages_overview_brv .pro_gains_iVP:nth-child(4n+2),
.advantages_overview_brv .pro_gains_iVP:nth-child(4n+3) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.07));
}

.advantages_overview_brv .key_advantages_uds:has(.pro_gains_iVP:nth-child(even):last-child) {
    grid-template-columns: repeat(2, 1fr);
}

.advantages_overview_brv .key_advantages_uds:has(.pro_gains_iVP:nth-child(odd):last-child) .pro_gains_iVP:last-child {
    grid-column: 1 / -1;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1200px) {
    .advantages_overview_brv {
        padding: 80px 30px;
    }
    
    .advantages_overview_brv h2 {
        margin-bottom: 60px;
    }
    
    .advantages_overview_brv h2::before {
        width: 80px;
        transform: translateX(-80px);
    }
    
    .advantages_overview_brv h2::after {
        width: 80px;
        transform: translateX(80px);
    }
}

@media (max-width: 991px) {
    .advantages_overview_brv {
        padding: 70px 25px;
    }
    
    .advantages_overview_brv h2 {
        margin-bottom: 50px;
    }
    
    .advantages_overview_brv h2::before,
    .advantages_overview_brv h2::after {
        width: 60px;
    }
    
    .advantages_overview_brv h2::before {
        transform: translateX(-60px);
    }
    
    .advantages_overview_brv h2::after {
        transform: translateX(60px);
    }
    
    .advantages_overview_brv .pro_gains_iVP {
        padding: 25px 20px;
        min-height: 140px;
    }
    
    .advantages_overview_brv .learning_boost_qWl {
        flex: 0 0 60px;
        width: 60px;
        height: 60px;
    }
    
    .advantages_overview_brv .learning_boost_qWl svg {
        width: 35px;
        height: 35px;
    }
}

@media (max-width: 767px) {
    .advantages_overview_brv {
        padding: 50px 20px;
    }
    
    .advantages_overview_brv h2 {
        font-size: calc(34px * 0.9);
        margin-bottom: 40px;
    }
    
    .advantages_overview_brv h2::before,
    .advantages_overview_brv h2::after {
        width: 40px;
    }
    
    .advantages_overview_brv h2::before {
        transform: translateX(-40px);
    }
    
    .advantages_overview_brv h2::after {
        transform: translateX(40px);
    }
    
    .advantages_overview_brv .key_advantages_uds {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .advantages_overview_brv .pro_gains_iVP:nth-child(odd),
    .advantages_overview_brv .pro_gains_iVP:nth-child(even) {
        transform: translateX(0);
    }
    
    .advantages_overview_brv .key_advantages_uds:has(.pro_gains_iVP:nth-child(odd):last-child) .pro_gains_iVP:last-child {
        max-width: 100%;
    }
}.contact_SDJ {
    position: relative;
    background: linear-gradient(145deg, rgb(213,226,223) 0%, rgba(9, 19, 32, 0.9) 100%);
    padding: 120px 0;
    overflow: hidden;
}

.contact_SDJ::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(163,200,193,0.5) 0px,
        transparent 1px,
        transparent 10px,
        rgb(163,200,193,0.5) 11px
    );
    pointer-events: none;
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
}

.contact_SDJ::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgb(163,200,193,0.5) 0%, transparent 60%);
    opacity: 0.1;
    pointer-events: none;
    animation: pulseGlow 15s ease-in-out infinite;
}

.contact_SDJ .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.contact_SDJ h2 {
    font-size: 29px;
    font-family: Ubuntu, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
    padding-bottom: 15px;
}

.contact_SDJ h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(to right, transparent, rgb(163,200,193), transparent);
}

.contact_SDJ .support_list_ClU {
    display: flex;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}

.contact_SDJ .support_list_ClU::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgb(163,200,193,0.5), transparent);
    opacity: 0.03;
    pointer-events: none;
}

.contact_SDJ .img_circle_epv {
    flex: 1;
    min-height: 500px;
    position: relative;
    transform: scale(1.01);
    transition: transform 0.6s ease;
}

.contact_SDJ .img_circle_epv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.contact_SDJ .connect_support_siy {
    flex: 1;
    padding: 50px;
    position: relative;
}

.contact_SDJ .connect_support_siy::before {
    content: "";
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-top: 2px solid rgb(163,200,193,0.5);
    border-right: 2px solid rgb(163,200,193,0.5);
    opacity: 0.7;
}

.contact_SDJ .connect_support_siy::after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    border-bottom: 2px solid rgb(163,200,193,0.5);
    border-left: 2px solid rgb(163,200,193,0.5);
    opacity: 0.7;
}

.contact_SDJ form {
    width: 100%;
}

.contact_SDJ form h3 {
    font-size: 18px;
    font-family: Ubuntu, sans-serif;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 30px;
    position: relative;
    padding-left: 15px;
}

.contact_SDJ form h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 25px;
    background: rgb(163,200,193);
    border-radius: 10px;
}

.contact_SDJ form input[type="text"] {
    width: 100%;
    padding: 15px 20px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact_SDJ form input[type="text"]:focus {
    border-color: rgb(163,200,193);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 0 15px rgba(rgb(163,200,193), 0.2);
    outline: none;
}

.contact_SDJ form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.contact_SDJ .inquiry_map_lzU {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    position: relative;
}

.contact_SDJ .inquiry_map_lzU input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.contact_SDJ .inquiry_map_lzU label {
    position: relative;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
}

.contact_SDJ .inquiry_map_lzU label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.contact_SDJ .inquiry_map_lzU input[type="checkbox"]:checked + label::before {
    background: rgb(163,200,193);
    border-color: rgb(163,200,193);
}

.contact_SDJ .inquiry_map_lzU input[type="checkbox"]:checked + label::after {
    content: "";
    position: absolute;
    left: 7px;
    top: 11px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

.contact_SDJ .inquiry_map_lzU label a {
    color: rgb(163,200,193);
    text-decoration: none;
    transition: all 0.3s ease;
}

.contact_SDJ .inquiry_map_lzU label a:hover {
    text-decoration: underline;
}

.contact_SDJ form .reach_links_Ffx {
    display: inline-block;
    padding: 15px 35px;
    background: linear-gradient(45deg, rgb(163,200,193), rgb(100,180,167));
    border: none;
    border-radius: 10px;
    font-family: Ubuntu, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 0.4s ease;
}

.contact_SDJ form .reach_links_Ffx::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgb(100,180,167), rgb(163,200,193));
    z-index: -1;
    transition: all 0.4s ease;
}

.contact_SDJ form .reach_links_Ffx:hover::before {
    left: 0;
}

.contact_SDJ form .reach_links_Ffx:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.contact_SDJ svg {
    width: 24px;
    height: 24px;
    margin-right: 15px;
    fill: rgb(163,200,193);
}

.contact_SDJ svg path {
    transition: fill 0.3s ease;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 991px) {
    .contact_SDJ {
        padding: 80px 0;
    }
    
    .contact_SDJ .support_list_ClU {
        flex-direction: column;
    }
    
    .contact_SDJ .img_circle_epv {
        min-height: 300px;
        order: 1;
    }
    
    .contact_SDJ .connect_support_siy {
        order: 2;
        padding: 40px 30px;
    }
}

@media screen and (max-width: 767px) {
    .contact_SDJ {
        padding: 60px 0;
    }
    
    .contact_SDJ h2 {
        margin-bottom: 40px;
    }
    
    .contact_SDJ .img_circle_epv {
        min-height: 200px;
    }
    
    .contact_SDJ .connect_support_siy {
        padding: 30px 20px;
    }
    
    .contact_SDJ form .reach_links_Ffx {
        width: 100%;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .contact_SDJ {
        padding: 40px 0;
    }
    
    .contact_SDJ h2 {
        font-size: calc(29px * 0.8);
    }
    
    .contact_SDJ form h3 {
        font-size: calc(18px * 0.9);
    }
    
    .contact_SDJ .connect_support_siy::before,
    .contact_SDJ .connect_support_siy::after {
        width: 30px;
        height: 30px;
    }
}.interested_learners_JfR {
    position: relative;
    background: rgb(213,226,223);
    padding: 100px 0;
    overflow: hidden;
}

.interested_learners_JfR::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(163,200,193,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(100,180,167,0.5) 0%, transparent 40%);
    opacity: 0.2;
    z-index: 0;
}

.interested_learners_JfR .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.interested_learners_JfR .study_program_vhI {
    position: relative;
    background: rgb(213,226,223);
    border-radius: 16px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    padding: 50px;
}

.interested_learners_JfR h4 {
    color: #000000;
    font-size: 37px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

.interested_learners_JfR h4::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, rgb(163,200,193), rgb(100,180,167));
    border-radius: 2px;
}

.interested_learners_JfR div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.interested_learners_JfR div p {
    position: relative;
    flex: 1 1 calc(33.333% - 20px);
    min-width: 250px;
    margin: 0;
    padding: 25px;
    background: rgb(213,226,223);
    border-radius: 16px;
    color: #000000;
    font-size: 17px;
    line-height: 1.6;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    display: flex;
    align-items: center;
    transition: all 0.3s ease;
    overflow: hidden;
}

.interested_learners_JfR div p:hover {
    transform: translateY(-5px);
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.interested_learners_JfR div p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5px;
    background: linear-gradient(180deg, rgb(163,200,193), rgb(100,180,167));
    opacity: 0.7;
    border-radius: 5px 0 0 5px;
}

.interested_learners_JfR div p svg {
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 20px;
    padding: 8px;
    border-radius: 50%;
    background: rgb(213,226,223);
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}

.interested_learners_JfR div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}

.interested_learners_JfR div p svg path {
    fill: rgb(163,200,193);
    transition: fill 0.3s ease;
}

.interested_learners_JfR div p:hover svg path {
    fill: rgb(100,180,167);
}

@media (max-width: 1100px) {
    .interested_learners_JfR div p {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 991px) {
    .interested_learners_JfR {
        padding: 80px 0;
    }
    
    .interested_learners_JfR .study_program_vhI {
        padding: 40px 30px;
    }
    
    .interested_learners_JfR h4 {
        font-size: calc(37px - 2px);
        margin-bottom: 40px;
    }
    
    .interested_learners_JfR div {
        gap: 20px;
    }
    
    .interested_learners_JfR div p {
        padding: 20px;
    }
    
    .interested_learners_JfR div p svg {
        width: 35px;
        height: 35px;
        min-width: 35px;
        margin-right: 15px;
    }
}

@media (max-width: 767px) {
    .interested_learners_JfR {
        padding: 60px 0;
    }
    
    .interested_learners_JfR .study_program_vhI {
        padding: 30px 20px;
    }
    
    .interested_learners_JfR h4 {
        font-size: calc(37px - 4px);
        margin-bottom: 35px;
    }
    
    .interested_learners_JfR div p {
        flex: 1 1 100%;
        padding: 18px;
    }
    
    .interested_learners_JfR div p svg {
        width: 30px;
        height: 30px;
        min-width: 30px;
        margin-right: 15px;
        padding: 6px;
    }
}

@media (max-width: 479px) {
    .interested_learners_JfR {
        padding: 40px 0;
    }
    
    .interested_learners_JfR .study_program_vhI {
        padding: 25px 15px;
    }
    
    .interested_learners_JfR h4 {
        font-size: calc(37px - 6px);
        margin-bottom: 30px;
    }
    
    .interested_learners_JfR div {
        gap: 15px;
    }
    
    .interested_learners_JfR div p {
        padding: 15px;
        font-size: calc(17px - 1px);
    }
    
    .interested_learners_JfR div p svg {
        width: 26px;
        height: 26px;
        min-width: 26px;
        margin-right: 12px;
        padding: 5px;
    }
}