* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.diversity_Qk8Y5 {
    flex: 0 0 auto;
}.top_guide_RCiqc {
    flex: 1 0 auto;
}.wrapper-capsule_54E7r {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.container {
    width: 1118px;
    margin: auto;
    max-width: 100%;
}svg {
    height: 30px;
    width: 30px;
}html,body {
    height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    min-height: 100%;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.operation_process_fQHZy {
    background: rgb(205,203,183);
    overflow: hidden;
    padding: 130px 0;
    position: relative;
}.operation_process_fQHZy::before {
    height: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 50%, rgb(173,161,159,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(130,118,116,0.5) 0%, transparent 40%);
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0.2;
    top: 0;
    content: '';
}.operation_process_fQHZy .academy_team_gRdzs {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.operation_process_fQHZy .text_card_5Qy6W {
    padding: 60px 70px;
    overflow: hidden;
    border-radius: 12px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    width: 100%;
    backdrop-filter: blur(10px);
    max-width: 700px;
}.operation_process_fQHZy .text_card_5Qy6W::before {
    left: -10px;
    position: absolute;
    border-radius: calc(12px + 10px);
    content: '';
    bottom: -10px;
    background: linear-gradient(45deg, 
        rgb(173,161,159,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(130,118,116,0.5)
    );
    z-index: -1;
    right: -10px;
    top: -10px;
    animation: rotate-gradient 15s linear infinite;
}.operation_process_fQHZy .text_card_5Qy6W::after {
    border-radius: 12px;
    left: 0;
    z-index: -1;
    content: '';
    background: rgb(205,203,183);
    top: 0;
    bottom: 0;
    position: absolute;
    right: 0;
    margin: 3px;
}.operation_process_fQHZy .text_card_5Qy6W h2 {
    margin-bottom: 35px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: #ffffff;
    font-size: 29px;
}.operation_process_fQHZy .text_card_5Qy6W h2::before {
    content: '';
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    opacity: 0;
    opacity: 0.7;
    bottom: -4px;
    transform: translateY(5px);
    left: 0;
    width: 100%;
    border-radius: 10px;
    height: 8px;
}.operation_process_fQHZy .text_card_5Qy6W:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.operation_process_fQHZy .text_card_5Qy6W p {
    font-size: 15px;
    z-index: 2;
    position: relative;
    color: #ffffff;
    line-height: 1.8;
}.operation_process_fQHZy::after {
    bottom: 0;
    content: '';
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, transparent, rgb(205,203,183));
    position: absolute;
    left: 0;
    opacity: 0.8;
    z-index: 1;
}.operation_process_fQHZy .academy_team_gRdzs::before {
    filter: blur(30px);
    transform: rotate(-35deg);
    height: 40px;
    content: '';
    opacity: 0.1;
    left: -5%;
    background: rgb(173,161,159);
    width: 40%;
    position: absolute;
    top: 20%;
    animation: wave-motion 15s infinite alternate;
}.operation_process_fQHZy .academy_team_gRdzs::after {
    right: -5%;
    content: '';
    opacity: 0.1;
    transform: rotate(25deg);
    background: rgb(130,118,116);
    bottom: 10%;
    animation: wave-motion 12s infinite alternate-reverse;
    filter: blur(25px);
    position: absolute;
    width: 30%;
    height: 30px;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.operation_process_fQHZy .text_card_5Qy6W p::after {
    width: 60px;
    content: '';
    animation: pulse 8s infinite;
    opacity: 0.3;
    right: -20px;
    filter: blur(20px);
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    background: rgb(173,161,159,0.5);
    height: 60px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.operation_process_fQHZy .text_card_5Qy6W p::first-line {
    font-weight: 600;
    color: rgb(173,161,159);
}.operation_process_fQHZy .text_card_5Qy6W::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.operation_process_fQHZy .text_card_5Qy6W h2::after {
    position: absolute;
    bottom: -15px;
    width: 100%;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(173,161,159,0.5), 
        transparent
    );
    height: 1px;
    left: 0;
}

@media screen and (max-width: 992px) {.operation_process_fQHZy {
    padding: 100px 0;
}.operation_process_fQHZy .text_card_5Qy6W {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.operation_process_fQHZy {
    padding: 80px 0;
}.operation_process_fQHZy .text_card_5Qy6W {
    padding: 40px 30px;
}.operation_process_fQHZy .text_card_5Qy6W h2 {
    margin-bottom: 25px;
    font-size: calc(29px * 0.9);
}.operation_process_fQHZy .academy_team_gRdzs::before,
    .operation_process_fQHZy .academy_team_gRdzs::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.operation_process_fQHZy {
    padding: 60px 0;
}.operation_process_fQHZy .text_card_5Qy6W {
    border-radius: calc(12px * 0.8);
    padding: 30px 20px;
}.operation_process_fQHZy .text_card_5Qy6W h2 {
    margin-bottom: 20px;
    font-size: calc(29px * 0.8);
}.operation_process_fQHZy .text_card_5Qy6W p {
    font-size: calc(15px * 0.9);
}.operation_process_fQHZy .text_card_5Qy6W::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    background: linear-gradient(120deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    content: "";
    top: 0;
    z-index: -2;
    right: 0;
    position: absolute;
    opacity: 0.85;
    left: 0;
    bottom: 0;
}footer::after {
    content: "";
    bottom: 0;
    background-size: 20px 20px;
    position: absolute;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    right: 0;
    z-index: -1;
}.diversity_Qk8Y5 {
    position: relative;
    color: #ffffff;
    padding: 4rem 0 2.5rem;
}.diversity_Qk8Y5::before {
    left: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    top: 0;
    position: absolute;
    background: #ffffff;
    width: 100%;
    content: "";
    opacity: 0.2;
    height: 10px;
}.diversity_Qk8Y5 .container {
    gap: 3rem;
    position: relative;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
}.diversity_Qk8Y5 .company_holder {
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 2.5rem;
    flex: 1 1 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.diversity_Qk8Y5 .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    padding: 0.5rem 2rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.15);
    display: inline-block;
    margin: 0 0 1.5rem;
    letter-spacing: 1px;
    font-size: 30px;
}.diversity_Qk8Y5 .mod_tools_Lev8j {
    margin: 0 1rem;
    padding: 1.5rem;
    color: #ffffff;
    line-height: 1.6;
    font-size: 15px;
    background: rgba(0, 0, 0, 0.15);
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}.diversity_Qk8Y5 .leaderboard_mJOPd {
    display: flex;
    flex: 1 1 calc(100% - 480px);
    flex-direction: column;
    gap: 2rem;
    min-width: 400px;
}.diversity_Qk8Y5 .site_nav_0SAfx {
    display: flex;
    gap: 2.5rem;
    flex-wrap: wrap;
}.diversity_Qk8Y5 .top_bar_2j4PQ {
    position: relative;
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}.diversity_Qk8Y5 .top_bar_2j4PQ h5 {
    font-size: 20px;
    background: rgba(255, 255, 255, 0.15);
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
    padding: 0.5rem 1.5rem;
}.diversity_Qk8Y5 .top_bar_2j4PQ .site_nav_0SAfx {
    padding: 1.5rem;
    flex-direction: column;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
    gap: 0.8rem;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
}.diversity_Qk8Y5 .top_bar_2j4PQ .site_nav_0SAfx a {
    padding: 0.6rem 1rem;
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    display: block;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
}.diversity_Qk8Y5 .top_bar_2j4PQ .site_nav_0SAfx a:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateX(5px);
}.diversity_Qk8Y5 .top_bar_2j4PQ .site_nav_0SAfx a::before {
    left: 0;
    position: absolute;
    background: #ffffff;
    transition: all 0.3s ease;
    opacity: 0;
    height: 100%;
    content: "";
    top: 0;
    width: 3px;
}.diversity_Qk8Y5 .top_bar_2j4PQ .site_nav_0SAfx a:hover::before {
    opacity: 0.7;
}.scholar_cta_BbqkP {
    padding: 2rem 0;
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    margin-top: 3rem;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}.scholar_cta_BbqkP .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.scholar_cta_BbqkP .honor_cta_ZnyQl {
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    position: relative;
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    color: #ffffff;
    font-size: 12px;
    text-align: center;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.diversity_Qk8Y5 .container {
    gap: 2rem;
}.diversity_Qk8Y5 .company_holder {
    flex: 1 1 380px;
}.diversity_Qk8Y5 .leaderboard_mJOPd {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.diversity_Qk8Y5 {
    padding: 3.5rem 0 2rem;
}.diversity_Qk8Y5 .container {
    gap: 2.5rem;
    flex-direction: column;
}.diversity_Qk8Y5 .company_holder,
    .diversity_Qk8Y5 .leaderboard_mJOPd {
    min-width: 100%;
    flex: 1 1 100%;
}.diversity_Qk8Y5 .top_bar_2j4PQ {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.diversity_Qk8Y5 {
    padding: 3rem 0 1.5rem;
}.diversity_Qk8Y5 .company_holder {
    padding: 2rem;
}.diversity_Qk8Y5 .company_holder h3 {
    font-size: calc(30px - 2px);
}.diversity_Qk8Y5 .site_nav_0SAfx {
    gap: 1.5rem;
}.scholar_cta_BbqkP {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.diversity_Qk8Y5 {
    padding: 2.5rem 0 1rem;
}.diversity_Qk8Y5 .top_bar_2j4PQ {
    min-width: 100%;
    flex: 1 1 100%;
}.diversity_Qk8Y5 .site_nav_0SAfx {
    gap: 1rem;
}.scholar_cta_BbqkP {
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.diversity_Qk8Y5::before {
    height: 5px;
}
}

@media (max-width: 420px) {.diversity_Qk8Y5 .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.diversity_Qk8Y5 .company_holder h3 {
    padding: 0.4rem 1rem;
}.diversity_Qk8Y5 .top_bar_2j4PQ h5 {
    padding: 0.4rem 1rem;
}.diversity_Qk8Y5 .top_bar_2j4PQ .site_nav_0SAfx {
    padding: 1rem;
}.diversity_Qk8Y5 .top_bar_2j4PQ .site_nav_0SAfx a:hover {
    transform: translateX(3px);
}.scholar_cta_BbqkP .honor_cta_ZnyQl {
    padding: 0.6rem 1.5rem;
    width: 90%;
}}.mentorship_experience_bWGu0 {
    background: rgb(205,203,183);
    position: relative;
    overflow: hidden;
    height: 500px;
}.mentorship_experience_bWGu0::before {
    position: absolute;
    left: 0;
    z-index: 1;
    background: rgb(173,161,159);
    top: 0;
    width: 50%;
    height: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
}.mentorship_experience_bWGu0::after {
    height: 100%;
    background: 
        linear-gradient(
            135deg, 
            transparent 0%, 
            rgb(130,118,116,0.5) 100%
        );
    position: absolute;
    z-index: 2;
    width: 100%;
    content: "";
    mix-blend-mode: overlay;
}.mentorship_experience_bWGu0 .success_feedback_fnAD7 {
    position: relative;
    height: 100%;
    display: flex;
    z-index: 3;
}.mentorship_experience_bWGu0 .background_img_LlJUV {
    left: 0;
    position: absolute;
    z-index: 2;
    height: 130%;
    width: 45%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    top: -15%;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    transform: translateX(-5%);
    filter: grayscale(30%) contrast(1.1);
}.mentorship_experience_bWGu0 .background_img_LlJUV::after {
    top: 0;
    opacity: 0.3;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(
        to right,
        rgb(173,161,159) 0%,
        transparent 100%
    );
}.mentorship_experience_bWGu0:hover .background_img_LlJUV {
    transform: translateX(0%);
    filter: grayscale(0%) contrast(1.2);
}.mentorship_experience_bWGu0 .exp_table_M69mK {
    position: absolute;
    z-index: 3;
    justify-content: center;
    display: flex;
    height: 100%;
    flex-direction: column;
    right: 0;
    padding: 0 3rem 0 7rem;
    width: 60%;
}.mentorship_experience_bWGu0 .name {
    animation: slide-left 0.7s forwards 0.2s;
    position: relative;
    opacity: 0;
    transform: translateX(50px);
    margin-bottom: 0.7rem;
    font-weight: 700;
    font-size: 42px;
    color: #000000;
}.mentorship_experience_bWGu0 .name::before {
    transform-origin: left;
    transition: transform 0.5s ease 0.7s;
    position: absolute;
    width: 50px;
    bottom: -10px;
    height: 5px;
    transform: scaleX(0);
    content: "";
    background: rgb(173,161,159);
    left: 0;
}.mentorship_experience_bWGu0:hover .name::before {
    transform: scaleX(1);
}.mentorship_experience_bWGu0 .exp_table_M69mK > div:nth-child(2) {
    transform: translateX(50px);
    color: rgb(130,118,116);
    opacity: 0;
    font-size: 21px;
    animation: slide-left 0.7s forwards 0.4s;
    letter-spacing: 3px;
    margin-bottom: 2rem;
    text-transform: uppercase;
    font-weight: 600;
}.mentorship_experience_bWGu0 .exp_projects_ysuYB {
    color: #000000;
    animation: slide-left 0.7s forwards 0.6s;
    font-weight: 400;
    opacity: 0;
    padding-left: 30px;
    font-size: 18px;
    line-height: 1.8;
    transform: translateX(50px);
    max-width: 600px;
    position: relative;
}@keyframes slide-left {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.mentorship_experience_bWGu0 .exp_projects_ysuYB::before {
    width: 5px;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(
        to bottom,
        rgb(173,161,159) 0%,
        rgb(130,118,116) 100%
    );
    border-radius: 10px;
}.mentorship_experience_bWGu0 .exp_projects_ysuYB::after {
    bottom: -120px;
    position: absolute;
    color: rgb(173,161,159,0.5);
    font-size: 20rem;
    line-height: 0;
    font-family: serif;
    content: '"';
    z-index: -1;
    opacity: 0.1;
    right: -80px;
}@keyframes parallax-shift {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-20px);
    }
}

.mentorship_experience_bWGu0:hover .background_img_LlJUV {
    animation: parallax-shift 3s ease-in-out infinite alternate;
}.mentorship_experience_bWGu0 .exp_table_M69mK > div {
    transition: transform 0.3s ease;
}.mentorship_experience_bWGu0:hover .name {
    transform: translateY(-5px);
    transition-delay: 0.1s;
}.mentorship_experience_bWGu0:hover .exp_table_M69mK > div:nth-child(2) {
    transition-delay: 0.2s;
    transform: translateY(-3px);
}.mentorship_experience_bWGu0:hover .exp_projects_ysuYB {
    transition-delay: 0.3s;
    transform: translateY(-1px);
}

@media (max-width: 992px) {.mentorship_experience_bWGu0 {
    height: auto;
    padding: 0;
}.mentorship_experience_bWGu0::before {
    height: 250px;
    clip-path: none;
    width: 100%;
}.mentorship_experience_bWGu0 .success_feedback_fnAD7 {
    flex-direction: column;
}.mentorship_experience_bWGu0 .background_img_LlJUV {
    height: 300px;
    clip-path: none;
    transform: none;
    top: 0;
    position: relative;
    width: 100%;
}.mentorship_experience_bWGu0 .exp_table_M69mK {
    padding: 2rem;
    width: 100%;
    position: relative;
}.mentorship_experience_bWGu0:hover .background_img_LlJUV {
    animation: none;
}.mentorship_experience_bWGu0 .exp_projects_ysuYB::after {
    display: none;
}}.program_outcomes_82iYm {
    overflow: hidden;
    padding: 90px 0;
    position: relative;
    background: linear-gradient(110deg, rgb(205,203,183) 60%, rgb(173,161,159,0.5) 100%);
}.program_outcomes_82iYm::before {
    content: "";
    right: 0;
    height: 100%;
    background: radial-gradient(circle at top right, rgb(130,118,116,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    width: 60%;
    opacity: 0.4;
}.program_outcomes_82iYm .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
}.program_outcomes_82iYm .academy_team_gRdzs {
    gap: 50px;
    flex-direction: row-reverse;
    display: flex;
    position: relative;
    align-items: center;
}.program_outcomes_82iYm .background_img_LlJUV {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.6s ease;
    flex: 0 0 45%;
    max-width: 500px;
    border-radius: 26px;
    z-index: 1;
    transform: translateY(-15px);
}.program_outcomes_82iYm .background_img_LlJUV::after {
    left: 15px;
    bottom: -15px;
    right: -15px;
    z-index: -1;
    position: absolute;
    opacity: 0.3;
    top: 15px;
    border-radius: 26px;
    content: "";
    transition: all 0.6s ease;
    border: 2px solid rgb(173,161,159);
}.program_outcomes_82iYm .background_img_LlJUV:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.18);
}.program_outcomes_82iYm .background_img_LlJUV:hover::after {
    opacity: 0.6;
    top: 10px;
    bottom: -10px;
    left: 10px;
    right: -10px;
}.program_outcomes_82iYm .text_card_5Qy6W {
    flex: 1;
    background: #ffffff;
    border-radius: 26px;
    padding: 40px 50px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.program_outcomes_82iYm h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
}.program_outcomes_82iYm h3::after {
    position: absolute;
    border-radius: 10px;
    height: 4px;
    width: 100%;
    content: "";
    background: linear-gradient(to right, rgb(173,161,159), rgb(130,118,116));
    bottom: -12px;
    left: 0;
}.program_outcomes_82iYm ul {
    display: flex;
    padding: 0;
    list-style: none;
    flex-direction: column;
    margin: 0;
    gap: 25px;
}.program_outcomes_82iYm li {
    padding: 15px 20px;
    position: relative;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: linear-gradient(to right, #ffffff, rgb(205,203,183) 120%);
}.program_outcomes_82iYm li:hover {
    background: linear-gradient(to right, #ffffff, rgb(130,118,116,0.5) 120%);
    transform: translateX(5px);
}.program_outcomes_82iYm li p {
    line-height: 1.5;
    margin: 0;
    display: flex;
    font-weight: 400;
    gap: 16px;
    align-items: center;
    font-size: 12px;
    color: #000000;
}.program_outcomes_82iYm svg {
    transition: all 0.3s ease;
    padding: 4px;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    height: 22px;
    flex-shrink: 0;
    width: 22px;
}.program_outcomes_82iYm svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,161,159);
}.program_outcomes_82iYm li:hover svg {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}.program_outcomes_82iYm li:hover svg path {
    fill: rgb(130,118,116);
}

@media (max-width: 992px) {.program_outcomes_82iYm {
    padding: 70px 0;
}.program_outcomes_82iYm .academy_team_gRdzs {
    gap: 40px;
    flex-direction: column;
}.program_outcomes_82iYm .background_img_LlJUV {
    width: 85%;
    margin: 0 auto;
    flex: 0 0 100%;
    transform: translateY(0);
}.program_outcomes_82iYm .text_card_5Qy6W {
    width: 100%;
    padding: 35px 30px;
}
}

@media (max-width: 576px) {.program_outcomes_82iYm {
    padding: 50px 0;
}.program_outcomes_82iYm .background_img_LlJUV {
    width: 100%;
}.program_outcomes_82iYm .background_img_LlJUV::after {
    display: none;
}.program_outcomes_82iYm .text_card_5Qy6W {
    padding: 30px 25px;
}.program_outcomes_82iYm h3 {
    font-size: 21px;
    margin-bottom: 30px;
}.program_outcomes_82iYm ul {
    gap: 20px;
}.program_outcomes_82iYm li {
    padding: 12px 15px;
}.program_outcomes_82iYm svg {
    height: 20px;
    width: 20px;
}}.tySection_hmLny {
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(173,161,159,0.5) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}.tySection_hmLny::before {
    height: 70%;
    width: 50%;
    animation: floatGlow 12s ease-in-out infinite alternate;
    content: "";
    top: -10%;
    position: absolute;
    background: rgb(130,118,116,0.5);
    filter: blur(25px);
    right: -10%;
    z-index: -1;
    transform: rotate(-15deg) translateZ(0);
}.tySection_hmLny::after {
    filter: blur(20px);
    background: rgb(173,161,159,0.5);
    height: 60%;
    left: -5%;
    bottom: -5%;
    animation: floatGlow 8s ease-in-out infinite alternate-reverse;
    content: "";
    transform: rotate(10deg) translateZ(0);
    position: absolute;
    z-index: -1;
    width: 40%;
}.tySection_hmLny .container {
    transform: translateZ(0);
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.tySection_hmLny h2 {
    margin-bottom: 3rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    line-height: 1.3;
    font-size: 28px;
    font-family: Arial, sans-serif;
    max-width: 800px;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    font-weight: 700;
}.tySection_hmLny h2::after {
    position: absolute;
    height: 4px;
    transform-origin: left center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    bottom: -15px;
    width: 120px;
    left: 0;
    transform: scaleX(1);
}.tySection_hmLny h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.tySection_hmLny h2:hover::after {
    transform: scaleX(1.2);
}.tySection_hmLny .academy_team_gRdzs {
    animation: slideUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transform: translateY(0);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    border-left: 5px solid rgb(130,118,116);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    padding: 3rem;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.tySection_hmLny .academy_team_gRdzs:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
    transform: translateY(-5px);
}.tySection_hmLny ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.tySection_hmLny li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
    position: relative;
}.tySection_hmLny li::before {
    content: "";
    top: 0.5rem;
    transform: scale(0);
    left: 0;
    border-radius: 50%;
    width: 6px;
    background: rgb(173,161,159);
    height: 6px;
    animation: pulseIn 0.3s 0.8s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    position: absolute;
}.tySection_hmLny li span {
    font-size: 17px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    transform: translateY(20px);
    display: block;
    animation: fadeIn 0.5s 0.6s ease forwards;
    opacity: 0;
}

@keyframes floatGlow {
    0% {
        transform: rotate(-15deg) translate(0, 0) scale(1);
        opacity: 0.5;
    }
    100% {
        transform: rotate(-12deg) translate(2%, 2%) scale(1.05);
        opacity: 0.7;
    }
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 991px) {.tySection_hmLny {
    padding: 5rem 0;
}.tySection_hmLny h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2.5rem;
}.tySection_hmLny .academy_team_gRdzs {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.tySection_hmLny {
    padding: 4rem 0;
}.tySection_hmLny h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.8);
}.tySection_hmLny h2::after {
    height: 3px;
    width: 100px;
}.tySection_hmLny .academy_team_gRdzs {
    padding: 2rem;
}.tySection_hmLny li span {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.tySection_hmLny {
    padding: 3.5rem 0;
}.tySection_hmLny .container {
    padding: 0 1.5rem;
}.tySection_hmLny h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.8rem;
}.tySection_hmLny h2::after {
    bottom: -12px;
    width: 80px;
}.tySection_hmLny .academy_team_gRdzs {
    padding: 1.8rem 1.5rem;
    border-left-width: 4px;
}.tySection_hmLny li span {
    font-size: calc(17px * 0.9);
    line-height: 1.6;
}.tySection_hmLny li::before {
    width: 5px;
    top: 0.4rem;
    height: 5px;
}
}

@media (max-width: 375px) {.tySection_hmLny {
    padding: 3rem 0;
}.tySection_hmLny .container {
    padding: 0 1.2rem;
}.tySection_hmLny h2 {
    font-size: calc(28px * 0.65);
    margin-bottom: 1.5rem;
}.tySection_hmLny .academy_team_gRdzs {
    padding: 1.5rem 1.2rem;
}.tySection_hmLny li span {
    line-height: 1.5;
    font-size: calc(17px * 0.85);
}}.contact_form_box_FMfTz {
    position: relative;
    padding: 90px 0;
    overflow: hidden;
    background: rgb(205,203,183);
}.contact_form_box_FMfTz::before {
    filter: blur(70px);
    background: linear-gradient(45deg, rgb(173,161,159,0.5), rgb(130,118,116,0.5));
    border-radius: 50%;
    height: 400px;
    z-index: 1;
    top: -150px;
    content: "";
    right: -150px;
    position: absolute;
    width: 400px;
}.contact_form_box_FMfTz::after {
    border-radius: 50%;
    width: 300px;
    position: absolute;
    left: -100px;
    content: "";
    filter: blur(60px);
    bottom: -100px;
    z-index: 1;
    background: linear-gradient(225deg, rgb(130,118,116,0.5), rgb(173,161,159,0.5));
    height: 300px;
}.contact_form_box_FMfTz .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}.contact_form_box_FMfTz h2 {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 33px;
    color: #000000;
}.contact_form_box_FMfTz h2::before {
    width: 50px;
    top: -25px;
    left: calc(50% - 120px);
    content: "";
    background: rgb(173,161,159,0.5);
    border-radius: 50%;
    height: 50px;
    position: absolute;
    z-index: -1;
}.contact_form_box_FMfTz h2::after {
    content: "";
    bottom: -15px;
    width: 30px;
    position: absolute;
    right: calc(50% - 100px);
    z-index: -1;
    border-radius: 50%;
    background: rgb(130,118,116,0.5);
    height: 30px;
}.contact_form_box_FMfTz .connect_map_40D3j {
    background: #ffffff;
    position: relative;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 20px;
}.contact_form_box_FMfTz .connect_map_40D3j::before {
    z-index: 0;
    inset: 0;
    position: absolute;
    content: "";
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(173,161,159,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(130,118,116,0.5) 99%
    );
    pointer-events: none;
}.contact_form_box_FMfTz .background_img_LlJUV {
    flex: 0 0 45%;
    position: relative;
    min-height: 500px;
    transition: transform 0.5s ease;
}.contact_form_box_FMfTz .background_img_LlJUV::before {
    z-index: 1;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    position: absolute;
    content: "";
}.contact_form_box_FMfTz .background_img_LlJUV::after {
    z-index: 2;
    left: 20px;
    right: 20px;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    bottom: 20px;
    top: 20px;
    position: absolute;
    content: "";
}.contact_form_box_FMfTz .reach_grid_oxEOv {
    padding: 60px;
    flex-direction: column;
    display: flex;
    position: relative;
    flex: 0 0 55%;
    justify-content: center;
}.contact_form_box_FMfTz form {
    z-index: 3;
    position: relative;
}.contact_form_box_FMfTz form h3 {
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
}.contact_form_box_FMfTz form input[type="text"] {
    transition: all 0.3s ease;
    color: #000000;
    background: rgb(205,203,183);
    width: 100%;
    margin-bottom: 25px;
    font-size: 13px;
    border: none;
    border-radius: 12px;
    padding: 18px 25px;
}.contact_form_box_FMfTz form input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(rgb(173,161,159), 0.1);
    border: 1px solid transparent;
    background: linear-gradient(rgb(205,203,183), rgb(205,203,183)) padding-box,
                linear-gradient(to right, rgb(173,161,159), rgb(130,118,116)) border-box;
    outline: none;
}.contact_form_box_FMfTz form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact_form_box_FMfTz .reach_card_sOIXz {
    position: relative;
    margin-bottom: 30px;
}.contact_form_box_FMfTz .reach_card_sOIXz input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_box_FMfTz .reach_card_sOIXz label {
    display: flex;
    align-items: center;
    position: relative;
    font-size: 15px;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
}.contact_form_box_FMfTz .reach_card_sOIXz label::before {
    position: absolute;
    border-radius: 6px;
    transition: all 0.3s ease;
    background: rgb(205,203,183);
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    content: "";
}.contact_form_box_FMfTz .reach_card_sOIXz input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(173,161,159), rgb(130,118,116));
}.contact_form_box_FMfTz .reach_card_sOIXz input[type="checkbox"]:checked + label::after {
    top: 4px;
    height: 12px;
    content: "";
    left: 8px;
    transform: rotate(45deg);
    border: solid #ffffff;
    width: 6px;
    border-width: 0 2px 2px 0;
    position: absolute;
}.contact_form_box_FMfTz .reach_card_sOIXz label a {
    font-weight: 600;
    color: rgb(173,161,159);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_form_box_FMfTz .reach_card_sOIXz label a:hover {
    color: rgb(130,118,116);
}.contact_form_box_FMfTz .help_request_uCJQy {
    transition: all 0.5s ease;
    font-weight: 600;
    z-index: 1;
    cursor: pointer;
    padding: 20px;
    background: linear-gradient(135deg, rgb(173,161,159), rgb(130,118,116));
    color: #ffffff;
    border: none;
    overflow: hidden;
    font-size: 15px;
    width: 100%;
    border-radius: 12px;
    position: relative;
}.contact_form_box_FMfTz .help_request_uCJQy::before {
    transform-origin: right;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transform: scaleX(0);
    transition: transform 0.5s ease;
    background: linear-gradient(135deg, rgb(130,118,116), rgb(173,161,159));
}.contact_form_box_FMfTz .help_request_uCJQy:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_box_FMfTz svg {
    margin-right: 12px;
    transition: all 0.3s ease;
    width: 24px;
    stroke: rgb(173,161,159);
    height: 24px;
    fill: none;
}.contact_form_box_FMfTz svg path {
    fill: none;
    stroke: rgb(173,161,159);
    transition: all 0.3s ease;
    stroke-width: 2;
}.contact_form_box_FMfTz svg:hover,
.contact_form_box_FMfTz svg:hover path {
    stroke: rgb(130,118,116);
}

@media (max-width: 1024px) {.contact_form_box_FMfTz {
    padding: 70px 0;
}.contact_form_box_FMfTz .reach_grid_oxEOv {
    padding: 45px;
}.contact_form_box_FMfTz .background_img_LlJUV {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact_form_box_FMfTz {
    padding: 60px 0;
}.contact_form_box_FMfTz h2 {
    margin-bottom: 40px;
}.contact_form_box_FMfTz .connect_map_40D3j {
    flex-direction: column;
}.contact_form_box_FMfTz .background_img_LlJUV {
    flex: 0 0 300px;
    width: 100%;
    min-height: 300px;
}.contact_form_box_FMfTz .reach_grid_oxEOv {
    flex: 0 0 auto;
    padding: 40px 30px;
}.contact_form_box_FMfTz form h3 {
    margin-bottom: 25px;
}.contact_form_box_FMfTz form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.contact_form_box_FMfTz {
    padding: 50px 0;
}.contact_form_box_FMfTz h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.9);
}.contact_form_box_FMfTz .background_img_LlJUV {
    min-height: 220px;
}.contact_form_box_FMfTz .reach_grid_oxEOv {
    padding: 30px 20px;
}.contact_form_box_FMfTz form h3 {
    font-size: calc(21px * 0.9);
    margin-bottom: 20px;
}.contact_form_box_FMfTz form input[type="text"] {
    font-size: calc(13px * 0.95);
    margin-bottom: 16px;
    padding: 14px 16px;
}.contact_form_box_FMfTz .help_request_uCJQy {
    padding: 16px;
}.contact_form_box_FMfTz .reach_card_sOIXz label {
    font-size: calc(15px * 0.95);
}}.company_info_kCsix {
    overflow: hidden;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    display: flex;
    padding: 5rem 0;
}.company_info_kCsix::before {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    background: #000000;
    right: 0;
    content: "";
    left: 0;
    opacity: 0.75;
}.company_info_kCsix::after {
    top: -50%;
    opacity: 0.15;
    background: rgb(173,161,159);
    right: -50%;
    position: absolute;
    width: 100%;
    animation: rotateBackground 30s infinite linear;
    height: 100%;
    z-index: 2;
    transform: rotate(25deg);
    content: "";
}.company_info_kCsix .container {
    z-index: 10;
    position: relative;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 2rem;
    transform-origin: center center;
    margin: 0 auto;
}.company_info_kCsix h2 {
    transform: translateZ(50px);
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: calc(31px * 1.5);
    letter-spacing: 2px;
    display: inline-block;
    color: #ffffff;
}.company_info_kCsix h2::after {
    position: absolute;
    bottom: -10px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    background: rgb(130,118,116);
    content: "";
    width: 80px;
    height: 4px;
    transform: skewX(-20deg);
    left: 0;
}.company_info_kCsix .text_card_5Qy6W {
    border-radius: 0;
    padding: 3rem;
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgba(255, 255, 255, 0.95);
}.company_info_kCsix .text_card_5Qy6W::before {
    transform: translateZ(20px);
    height: 100%;
    background: linear-gradient(to bottom, rgb(173,161,159), rgb(130,118,116));
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    width: 5px;
}.company_info_kCsix .text_card_5Qy6W::after {
    height: 200px;
    right: -10%;
    z-index: -1;
    content: "";
    position: absolute;
    border-radius: 50%;
    opacity: 0.05;
    width: 200px;
    top: -10%;
    background: rgb(130,118,116);
}.company_info_kCsix .text_card_5Qy6W:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.company_info_kCsix .text_card_5Qy6W > div {
    position: relative;
    z-index: 5;
}.company_info_kCsix .text_card_5Qy6W p {
    font-weight: 600;
    font-size: calc(13px * 1.5);
    display: inline-block;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    transform: translateZ(10px);
}.company_info_kCsix .text_card_5Qy6W p::after {
    content: "";
    background: linear-gradient(to right, rgb(173,161,159), transparent);
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
}.company_info_kCsix .text_card_5Qy6W div div {
    text-align: justify;
    font-size: 13px;
    transform: translateZ(5px);
    line-height: 1.7;
    column-gap: 2.5rem;
    column-count: 2;
    color: #000000;
}

@keyframes rotateBackground {
    0% {
        transform: rotate(25deg);
    }
    100% {
        transform: rotate(385deg);
    }
}

@media (max-width: 992px) {.company_info_kCsix {
    padding: 4rem 0;
}.company_info_kCsix h2 {
    font-size: calc(31px * 1.3);
    margin-bottom: 2.5rem;
}.company_info_kCsix .text_card_5Qy6W {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-1deg);
}.company_info_kCsix .text_card_5Qy6W div div {
    column-count: 2;
}
}

@media (max-width: 768px) {.company_info_kCsix {
    padding: 3rem 0;
}.company_info_kCsix h2 {
    margin-bottom: 2rem;
    font-size: 31px;
}.company_info_kCsix .text_card_5Qy6W {
    padding: 2rem;
    transform: none;
}.company_info_kCsix .container {
    transform: none;
}.company_info_kCsix .text_card_5Qy6W div div {
    column-count: 1;
}.company_info_kCsix .text_card_5Qy6W p {
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 576px) {.company_info_kCsix {
    padding: 2.5rem 0;
}.company_info_kCsix h2 {
    margin-bottom: 1.5rem;
}.company_info_kCsix .text_card_5Qy6W {
    padding: 1.5rem;
}.company_info_kCsix h2::after {
    width: 60px;
    height: 3px;
}.company_info_kCsix .container {
    padding: 0 1.5rem;
}
}

@media (hover: hover) {.company_info_kCsix .text_card_5Qy6W:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}}.privacy_safehouse_JRWvg {
    color: #000000;
    position: relative;
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(205,203,183) 85%, rgba(rgb(173,161,159,0.5), 0.05) 100%);
    padding: 5rem 2rem;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.privacy_safehouse_JRWvg::before {
    left: 0;
    width: 100%;
    content: "";
    top: 0;
    height: 8px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.95);
    box-shadow: 0 0 20px rgba(rgb(173,161,159,0.5), 0.2);
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
}.privacy_safehouse_JRWvg::after {
    transform: rotate(-15deg);
    height: 250px;
    opacity: 0.5;
    content: "";
    pointer-events: none;
    border: 2px solid rgba(rgb(173,161,159,0.5), 0.1);
    top: 40px;
    right: -100px;
    width: 250px;
    border-radius: 50%;
    position: absolute;
}.privacy_safehouse_JRWvg .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1000px;
    position: relative;
}.privacy_safehouse_JRWvg h1 {
    line-height: 1.2;
    color: rgb(173,161,159);
    font-weight: 700;
    position: relative;
    transform: translateX(-0.5rem);
    margin-bottom: 2.5rem;
    font-size: calc(46px * 1.2);
}.privacy_safehouse_JRWvg h1::after {
    position: absolute;
    bottom: -1rem;
    content: "";
    transform-origin: left;
    width: 6rem;
    background: linear-gradient(90deg, rgb(173,161,159), transparent);
    animation: pulse 4s infinite alternate ease-in-out;
    left: 0;
    height: 4px;
}.privacy_safehouse_JRWvg h2 {
    font-size: 30px;
    margin: 3rem 0 1.5rem;
    padding-left: 1.2rem;
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy_safehouse_JRWvg h2::before {
    content: "";
    position: absolute;
    background: rgb(130,118,116);
    left: 0;
    height: calc(100% - 0.5rem);
    transform: scaleY(0.9);
    width: 4px;
    top: 0.25rem;
}.privacy_safehouse_JRWvg h3 {
    position: relative;
    font-size: calc(30px * 0.85);
    color: #000000;
    padding-left: 1rem;
    margin: 2.5rem 0 1.2rem;
    font-weight: 600;
}.privacy_safehouse_JRWvg h3::before {
    transform: scaleY(0.8);
    content: "";
    background: rgb(130,118,116);
    height: calc(100% - 0.4rem);
    opacity: 0.8;
    top: 0.2rem;
    left: 0;
    position: absolute;
    width: 3px;
}.privacy_safehouse_JRWvg h4 {
    position: relative;
    margin: 2rem 0 1rem;
    color: #000000;
    font-size: calc(30px * 0.75);
    padding-left: 0.8rem;
    font-weight: 600;
}.privacy_safehouse_JRWvg h4::before {
    top: 0.2rem;
    height: calc(100% - 0.4rem);
    transform: scaleY(0.7);
    opacity: 0.7;
    left: 0;
    position: absolute;
    background: rgb(130,118,116);
    width: 2px;
    content: "";
}.privacy_safehouse_JRWvg p {
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
    max-width: 90ch;
}.privacy_safehouse_JRWvg p strong {
    color: #000000;
    font-weight: 600;
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(130,118,116,0.5), 0.15) 40%);
    display: inline-block;
    position: relative;
    padding: 0 0.2rem;
}.privacy_safehouse_JRWvg span {
    font-size: 14px;
    padding-left: 0.5rem;
    max-width: 90ch;
    border-left: 1px dashed rgba(rgb(173,161,159,0.5), 0.3);
    line-height: 1.7;
    color: #000000;
    margin-bottom: 1.5rem;
    display: block;
}.privacy_safehouse_JRWvg ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}.privacy_safehouse_JRWvg li {
    padding-left: 1.8rem;
    font-size: 14px;
    margin-bottom: 1.2rem;
    line-height: 1.6;
    position: relative;
}.privacy_safehouse_JRWvg li::before {
    opacity: 0.8;
    content: "";
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 10px;
    left: 0;
    width: 10px;
    transform: rotate(45deg);
    top: 0.5rem;
    border: 2px solid rgb(173,161,159);
    position: absolute;
}.privacy_safehouse_JRWvg li:hover::before {
    opacity: 1;
    transform: rotate(225deg);
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.privacy_safehouse_JRWvg {
    padding: 6rem 3rem;
}.privacy_safehouse_JRWvg .container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}.privacy_safehouse_JRWvg h1 {
    font-size: calc(46px * 1.4);
    margin-bottom: 3rem;
    grid-column: 1 / -1;
}.privacy_safehouse_JRWvg p, 
    .privacy_safehouse_JRWvg span {
    font-size: calc(14px * 1.05);
}.privacy_safehouse_JRWvg h2 {
    margin-top: 4rem;
}.privacy_safehouse_JRWvg ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.privacy_safehouse_JRWvg {
    padding: 8rem 4rem 6rem;
}.privacy_safehouse_JRWvg::after {
    width: 400px;
    top: 80px;
    height: 400px;
    right: -80px;
}.privacy_safehouse_JRWvg .container {
    max-width: 1200px;
}.privacy_safehouse_JRWvg h1 {
    transform: translateX(-1rem);
}.privacy_safehouse_JRWvg h1::after {
    width: 8rem;
}.privacy_safehouse_JRWvg h2 {
    padding-left: 1.5rem;
    font-size: calc(30px * 1.1);
}.privacy_safehouse_JRWvg h2::before {
    width: 6px;
}.privacy_safehouse_JRWvg li {
    padding-left: 2rem;
}.privacy_safehouse_JRWvg li::before {
    height: 12px;
    width: 12px;
}
}

@media (max-width: 767px) {.privacy_safehouse_JRWvg {
    padding: 4rem 1.5rem;
}.privacy_safehouse_JRWvg h1 {
    font-size: calc(46px * 1.1);
    margin-bottom: 2rem;
}.privacy_safehouse_JRWvg h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(30px * 0.95);
}.privacy_safehouse_JRWvg h3, 
    .privacy_safehouse_JRWvg h4 {
    margin: 2rem 0 1rem;
}.privacy_safehouse_JRWvg p, 
    .privacy_safehouse_JRWvg span {
    font-size: calc(14px * 0.95);
}.privacy_safehouse_JRWvg ul {
    margin-left: 0.5rem;
}.privacy_safehouse_JRWvg li {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}}.course_program_info_rZhVT {
    background: rgb(205,203,183);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}.course_program_info_rZhVT .tech_training_4F3Y0 {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    height: 100%;
}.course_program_info_rZhVT .tech_training_4F3Y0::after {
    z-index: 2;
    top: 0;
    width: 100%;
    left: 0;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(205,203,183) 90%
    );
    content: "";
    position: absolute;
    height: 100%;
}.course_program_info_rZhVT .knowledge_Bemu5 {
    animation: carousel-zoom 25s ease-in-out infinite;
    display: flex;
    height: 100%;
    width: 100%;
}.course_program_info_rZhVT .tech_training_4F3Y0:hover .knowledge_Bemu5 {
    animation-play-state: paused;
}.course_program_info_rZhVT .master_it_jcKHN {
    position: relative;
    flex-shrink: 0;
    height: 100%;
    width: 100%;
}.course_program_info_rZhVT .master_it_jcKHN img {
    height: 100%;
    transform-origin: center;
    filter: brightness(0.9) saturate(1.2);
    width: 100%;
    object-fit: cover;
}.course_program_info_rZhVT .container {
    display: flex;
    width: 100%;
    justify-content: center;
    z-index: 3;
    position: relative;
    height: 100%;
    align-items: center;
    padding: 2rem;
}.course_program_info_rZhVT .academy_team_gRdzs {
    position: relative;
    max-width: 800px;
    width: 100%;
}.course_program_info_rZhVT .grow_skills_LM8uq {
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05), 
                0 5px 10px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    text-align: center;
    padding: 3rem;
    border-radius: 19px;
}.course_program_info_rZhVT .grow_skills_LM8uq:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
}.course_program_info_rZhVT .grow_skills_LM8uq::before {
    opacity: 0.3;
    bottom: 20px;
    position: absolute;
    pointer-events: none;
    left: 20px;
    right: 20px;
    border-radius: 10px;
    top: 20px;
    content: "";
    border: 1px solid rgb(173,161,159);
}.course_program_info_rZhVT .grow_skills_LM8uq h3 {
    color: rgb(173,161,159);
    position: relative;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 33px;
}.course_program_info_rZhVT .grow_skills_LM8uq h3::after {
    background: rgb(173,161,159);
    bottom: -10px;
    width: 80px;
    position: absolute;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
}.course_program_info_rZhVT .grow_skills_LM8uq p {
    max-width: 90%;
    font-size: 14px;
    color: #000000;
    margin: 0 auto 2rem;
    line-height: 1.7;
}.course_program_info_rZhVT .grow_skills_LM8uq .help_request_uCJQy {
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 0.9rem 2.5rem;
    font-size: 14px;
    position: relative;
    display: inline-block;
    border-radius: 19px;
    text-decoration: none;
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    z-index: 1;
    background: rgb(173,161,159);
}.course_program_info_rZhVT .grow_skills_LM8uq .help_request_uCJQy::before {
    top: 0;
    transform: skewX(-25deg) translateX(-100%);
    position: absolute;
    width: 120%;
    content: "";
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    left: -10%;
    transition: all 0.6s ease;
    height: 100%;
    z-index: -1;
}.course_program_info_rZhVT .grow_skills_LM8uq .help_request_uCJQy:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}.course_program_info_rZhVT .grow_skills_LM8uq .help_request_uCJQy:hover::before {
    transform: skewX(-25deg) translateX(100%);
}

@keyframes carousel-zoom {
    0%, 20% {
        transform: scale(1);
    }
    25%, 45% {
        transform: scale(1.1) translateX(-5%);
    }
    50%, 70% {
        transform: scale(1) translateY(3%);
    }
    75%, 95% {
        transform: scale(1.05) translateX(5%);
    }
    100% {
        transform: scale(1);
    }
}

@media (min-width: 768px) and (max-width: 991px) {.course_program_info_rZhVT .tech_training_4F3Y0::after {
    background: radial-gradient(
            circle at center,
            transparent 20%,
            rgb(205,203,183) 85%
        );
}.course_program_info_rZhVT .knowledge_Bemu5 {
    animation-duration: 20s;
}.course_program_info_rZhVT .academy_team_gRdzs {
    max-width: 600px;
}.course_program_info_rZhVT .grow_skills_LM8uq {
    padding: 2.5rem;
}.course_program_info_rZhVT .grow_skills_LM8uq h3 {
    font-size: calc(33px * 0.9);
}.course_program_info_rZhVT .grow_skills_LM8uq p {
    max-width: 95%;
}
}

@media (max-width: 767px) {.course_program_info_rZhVT {
    padding: 4rem 0;
    min-height: auto;
}.course_program_info_rZhVT .tech_training_4F3Y0 {
    position: fixed;
    z-index: 0;
}.course_program_info_rZhVT .tech_training_4F3Y0::after {
    background: radial-gradient(
            circle at center,
            transparent 0%,
            rgb(205,203,183) 70%
        );
}.course_program_info_rZhVT .knowledge_Bemu5 {
    animation-duration: 15s;
}.course_program_info_rZhVT .academy_team_gRdzs {
    max-width: 100%;
}.course_program_info_rZhVT .grow_skills_LM8uq {
    padding: 2rem 1.5rem;
}.course_program_info_rZhVT .grow_skills_LM8uq::before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}.course_program_info_rZhVT .grow_skills_LM8uq h3 {
    font-size: 23px;
}.course_program_info_rZhVT .grow_skills_LM8uq h3::after {
    width: 60px;
}.course_program_info_rZhVT .grow_skills_LM8uq p {
    font-size: calc(14px * 0.9);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    max-width: 100%;
}.course_program_info_rZhVT .grow_skills_LM8uq .help_request_uCJQy {
    width: 100%;
    padding: 0.8rem 1.5rem;
}}.potential_students_Z3zNe {
    position: relative;
    padding: 120px 0 100px;
    background: rgb(205,203,183);
    perspective: 1000px;
    overflow: hidden;
}.potential_students_Z3zNe::before {
    transform: rotate(-15deg);
    right: -5%;
    height: 600px;
    content: '';
    width: 600px;
    top: -10%;
    animation: rotateBlob 20s infinite linear;
    background: linear-gradient(45deg, rgb(173,161,159,0.5), rgb(130,118,116,0.5));
    position: absolute;
    opacity: 0.6;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    filter: blur(60px);
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.potential_students_Z3zNe .container {
    max-width: 1200px;
    z-index: 3;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
}.potential_students_Z3zNe .academy_team_gRdzs {
    flex-direction: column;
    position: relative;
    padding: 0;
    z-index: 2;
    display: flex;
}.potential_students_Z3zNe h4 {
    color: #000000;
    transform: translateZ(40px);
    position: relative;
    font-size: 46px;
    font-weight: 700;
    padding-left: 35px;
    max-width: 700px;
    margin-bottom: 70px;
}.potential_students_Z3zNe h4::before {
    content: '';
    left: 0;
    position: absolute;
    border-radius: 10px;
    background: rgb(173,161,159);
    width: 8px;
    top: 15px;
    height: calc(100% - 20px);
}.potential_students_Z3zNe h4::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    height: 3px;
    border-radius: 10px;
    content: '';
    width: 120px;
    background: rgb(130,118,116);
}.potential_students_Z3zNe div > div {
    transform-style: preserve-3d;
    gap: 25px;
    display: grid;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(12, 1fr);
}.potential_students_Z3zNe p {
    margin: 0;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    transform: translateZ(0);
    display: flex;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 30px;
    line-height: 1.6;
    font-size: 18px;
    position: relative;
    color: #000000;
    align-items: flex-start;
    overflow: hidden;
    border-radius: 21px;
    background: #ffffff;
}.potential_students_Z3zNe p:hover {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.potential_students_Z3zNe p svg {
    transition: all 0.3s ease;
    margin-top: 3px;
    height: 30px;
    width: 30px;
    margin-right: 20px;
    flex-shrink: 0;
}.potential_students_Z3zNe p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.potential_students_Z3zNe p svg path {
    fill: rgb(173,161,159);
    transition: fill 0.3s ease;
}.potential_students_Z3zNe p:hover svg path {
    fill: rgb(130,118,116);
}.potential_students_Z3zNe p::after {
    left: 0;
    content: '';
    transition: transform 0.4s ease;
    bottom: 0;
    transform-origin: left;
    position: absolute;
    height: 4px;
    width: 100%;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    transform: scaleX(0);
}.potential_students_Z3zNe p:hover::after {
    transform: scaleX(1);
}.potential_students_Z3zNe p:nth-child(1) {
    grid-row: 1;
    grid-column: 1 / span 6;
    z-index: 5;
}.potential_students_Z3zNe p:nth-child(2) {
    z-index: 4;
    grid-column: 8 / span 5;
    grid-row: 1;
}.potential_students_Z3zNe p:nth-child(3) {
    grid-column: 3 / span 6;
    z-index: 6;
    grid-row: 2;
}.potential_students_Z3zNe p:nth-child(4) {
    grid-column: 1 / span 4;
    z-index: 3;
    grid-row: 3;
}.potential_students_Z3zNe p:nth-child(5) {
    grid-row: 3;
    grid-column: 6 / span 7;
    z-index: 2;
}.potential_students_Z3zNe p:nth-child(6) {
    z-index: 1;
    grid-row: 4;
    grid-column: 2 / span 5;
}.potential_students_Z3zNe p:nth-child(7) {
    grid-column: 8 / span 5;
    z-index: 1;
    grid-row: 4;
}.potential_students_Z3zNe p:nth-child(8) {
    grid-row: 5;
    grid-column: 4 / span 6;
    z-index: 1;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.potential_students_Z3zNe p {
    opacity: 0;
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.potential_students_Z3zNe p:nth-child(1) {
    animation-delay: 0.1s;
}.potential_students_Z3zNe p:nth-child(2) {
    animation-delay: 0.3s;
}.potential_students_Z3zNe p:nth-child(3) {
    animation-delay: 0.5s;
}.potential_students_Z3zNe p:nth-child(4) {
    animation-delay: 0.7s;
}.potential_students_Z3zNe p:nth-child(5) {
    animation-delay: 0.9s;
}.potential_students_Z3zNe p:nth-child(6) {
    animation-delay: 1.1s;
}.potential_students_Z3zNe p:nth-child(7) {
    animation-delay: 1.3s;
}.potential_students_Z3zNe p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.potential_students_Z3zNe p:nth-child(1) {
    grid-column: 1 / span 7;
}.potential_students_Z3zNe p:nth-child(2) {
    grid-column: 8 / span 5;
}.potential_students_Z3zNe p:nth-child(3) {
    grid-column: 2 / span 7;
}.potential_students_Z3zNe p:nth-child(4) {
    grid-column: 1 / span 5;
}.potential_students_Z3zNe p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.potential_students_Z3zNe {
    padding: 90px 0 80px;
}.potential_students_Z3zNe h4 {
    margin-bottom: 60px;
    font-size: calc(46px * 0.85);
}.potential_students_Z3zNe div > div {
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}.potential_students_Z3zNe p {
    padding: 25px;
}.potential_students_Z3zNe p:nth-child(1) {
    grid-column: 1 / span 4;
}.potential_students_Z3zNe p:nth-child(2) {
    grid-column: 5 / span 4;
}.potential_students_Z3zNe p:nth-child(3) {
    grid-column: 2 / span 6;
}.potential_students_Z3zNe p:nth-child(4) {
    grid-column: 1 / span 3;
}.potential_students_Z3zNe p:nth-child(5) {
    grid-column: 4 / span 5;
}.potential_students_Z3zNe p:nth-child(6) {
    grid-column: 2 / span 6;
}.potential_students_Z3zNe p:nth-child(7) {
    grid-column: 1 / span 4;
}.potential_students_Z3zNe p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.potential_students_Z3zNe {
    padding: 80px 0 70px;
}.potential_students_Z3zNe h4 {
    font-size: calc(46px * 0.7);
    padding-left: 25px;
    margin-bottom: 50px;
}.potential_students_Z3zNe h4::before {
    width: 6px;
}.potential_students_Z3zNe div > div {
    gap: 15px;
    grid-template-columns: 1fr;
}.potential_students_Z3zNe p {
    grid-column: 1 !important;
    padding: 20px;
    grid-row: auto !important;
}.potential_students_Z3zNe p svg {
    height: 25px;
    margin-right: 15px;
    width: 25px;
}}.privacySettingsWindow_Ss9nH {
    border-top: 2px solid rgb(173,161,159);
    z-index: 90;
    bottom: 0;
    background: rgb(205,203,183);
    width: 100%;
    position: fixed;
}.edu_cookies_3K14X {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}#cookie_warning_box_uL16C {
    display: none;
}#cookie_warning_box_uL16C:checked ~ .privacySettingsWindow_Ss9nH {
    visibility: hidden;
    opacity: 0;
}.privacySettingsWindow_Ss9nH h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.privacySettingsWindow_Ss9nH p {
    font-size: 18px;
}.cookie_screen_UHArF {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie_screen_UHArF svg, .cookie_screen_UHArF svg path, .cookie_screen_UHArF img {
    fill: rgb(173,161,159);
    width: 100px;
    height: 100px;
}.user_safety_jSUkI {
    border-bottom: 2px solid rgb(173,161,159);
    white-space: nowrap;
    font-size: 24px;
    cursor: pointer;
    color: rgb(173,161,159);
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    min-width: 120px;
    margin-left: 10px;
    flex-shrink: 0;
}.privacySettingsWindow_Ss9nH p a {
    color: rgb(173,161,159);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.privacySettingsWindow_Ss9nH {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_screen_UHArF {
    display: none;
}.edu_cookies_3K14X {
    flex-direction: column;
    align-items: center;
    justify-content: center;
}.privacySettingsWindow_Ss9nH h5 {
    text-align: center;
}.privacySettingsWindow_Ss9nH p {
    text-align: center;
}.cookies_tech_uswGx {
    margin-bottom: 20px;
}body .wrapper-capsule_54E7r .user_safety_jSUkI {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-capsule_54E7r .privacySettingsWindow_Ss9nH {
    background: #ffffff;
    box-shadow: rgb(173,161,159,0.5) 0px 0px 40px 39px;
    border: none;
}.wrapper-capsule_54E7r .user_safety_jSUkI {
    border: none;
    font-weight: 400;
    color: #ffffff;
    font-size: 20px;
    padding: 10px;
    background: rgb(173,161,159);
    margin-left: 30px;
}.wrapper-capsule_54E7r .cookie_screen_UHArF {
    display: flex;
    border-radius: 50%;
    width: 80px;
    justify-content: center;
    align-items: center;
    background:rgb(173,161,159);
    height: 80px;
}.wrapper-capsule_54E7r .cookie_screen_UHArF svg, .wrapper-capsule_54E7r .cookie_screen_UHArF svg path, .wrapper-capsule_54E7r .cookie_screen_UHArF img {
    width: 40px;
    fill:#000000;
    height: 40px;
}.wrapper-capsule_54E7r .cookies_tech_uswGx h5, .wrapper-capsule_54E7r .cookies_tech_uswGx p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-capsule_54E7r .cookie_screen_UHArF {
    margin-bottom: 14px;
    margin: 0;
}}.sign_up_now_2rC9p {
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 4rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    z-index: 1;
}.sign_up_now_2rC9p::before {
    left: 0;
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,161,159,0.5) 0px,
        rgb(173,161,159,0.5) 10px,
        transparent 10px,
        transparent 20px
    );
    top: 0;
}.sign_up_now_2rC9p::after {
    border-radius: 50%;
    z-index: -1;
    width: 200px;
    bottom: -50px;
    height: 200px;
    right: -50px;
    position: absolute;
    content: "";
    transform: translateZ(0);
    animation: pulse 8s infinite alternate ease-in-out;
    background: rgb(130,118,116);
    opacity: 0.2;
}.sign_up_now_2rC9p .container {
    position: relative;
    gap: 2.5rem;
    margin: 0 auto;
    max-width: 1140px;
    justify-content: center;
    display: flex;
    transform: translateZ(0);
    flex-direction: column;
    align-items: center;
}.sign_up_now_2rC9p h6 {
    color: #ffffff;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin: 0;
    max-width: 800px;
    font-weight: 600;
    text-align: center;
    transform: translateY(0);
    font-size: 21px;
    position: relative;
    animation: slideInUp 0.8s ease-out forwards;
}.sign_up_now_2rC9p h6::after {
    background: #ffffff;
    width: 50px;
    position: absolute;
    height: 2px;
    opacity: 0.7;
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    content: "";
}.sign_up_now_2rC9p div div {
    opacity: 0;
    display: flex;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
    justify-content: center;
    transform: translateY(20px);
}.sign_up_now_2rC9p div span {
    transform: perspective(1000px) rotateX(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.sign_up_now_2rC9p div span:hover {
    transform: perspective(1000px) rotateX(10deg) translateY(-5px);
}.sign_up_now_2rC9p .help_request_uCJQy {
    border-radius: 10px;
    background: #ffffff;
    z-index: 1;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    font-weight: 600;
    padding: 15px 30px;
    color: rgb(173,161,159);
    display: inline-block;
    position: relative;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}.sign_up_now_2rC9p .help_request_uCJQy::before {
    transition: left 0.7s ease;
    left: -100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
}.sign_up_now_2rC9p .help_request_uCJQy:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: rgb(130,118,116);
    transform: translateY(-2px);
}.sign_up_now_2rC9p .help_request_uCJQy:hover::before {
    left: 100%;
}.sign_up_now_2rC9p .help_request_uCJQy span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.sign_up_now_2rC9p .help_request_uCJQy:hover span {
    transform: scale(1.05);
}.sign_up_now_2rC9p .help_request_uCJQy:active {
    transform: translateY(1px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1) rotate(0deg);
    }
    50% {
        transform: scale(1.2) rotate(10deg);
    }
}

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

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

@media (max-width: 991px) {.sign_up_now_2rC9p {
    padding: 3.5rem 1.5rem;
}.sign_up_now_2rC9p h6 {
    font-size: calc(21px - 2px);
}
}

@media (max-width: 767px) {.sign_up_now_2rC9p {
    padding: 3rem 1rem;
}.sign_up_now_2rC9p .container {
    gap: 2rem;
}.sign_up_now_2rC9p h6 {
    font-size: calc(21px - 4px);
}.sign_up_now_2rC9p .help_request_uCJQy {
    font-size: calc(18px - 1px);
    padding: 12px 25px;
}
}

@media (max-width: 575px) {.sign_up_now_2rC9p {
    padding: 2.5rem 1rem;
}.sign_up_now_2rC9p h6 {
    line-height: 1.5;
}.sign_up_now_2rC9p h6::after {
    bottom: -10px;
    width: 40px;
}.sign_up_now_2rC9p .help_request_uCJQy {
    padding: 10px 20px;
}}.title_page_AVOFp {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    font-family: Arial, sans-serif;
}.title_page_AVOFp .master_studyfast_yScgr {
    justify-content: center;
    width: 100%;
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
}.title_page_AVOFp .master_studyfast_yScgr::before {
    transition: opacity 0.5s ease;
    background: linear-gradient(135deg, rgb(173,161,159,0.5) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: absolute;
    width: 100%;
    content: "";
    z-index: 1;
    top: 0;
    height: 100%;
    left: 0;
}.title_page_AVOFp .master_studyfast_yScgr:hover::before {
    opacity: 0.85;
}.title_page_AVOFp .academy_learnings_AdZF4 {
    display: grid;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 98% 95%, 2% 100%);
    max-width: 1200px;
    padding: 3rem;
    width: 90%;
    background: linear-gradient(to right, rgba(255,255,255,0.05), rgba(255,255,255,0.15));
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    transform: translateY(20px);
    animation: fadeUp 1s ease-out forwards;
    z-index: 2;
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
}.title_page_AVOFp .academy_learnings_AdZF4 > div:first-child {
    position: relative;
    padding-bottom: 1rem;
    overflow: hidden;
}.title_page_AVOFp .academy_learnings_AdZF4 > div:first-child::after {
    width: 60%;
    position: absolute;
    content: "";
    left: 0;
    background: rgb(130,118,116);
    animation: lineExpand 1.5s ease-in-out forwards;
    bottom: 0;
    height: 3px;
}.title_page_AVOFp .title_style_header {
    font-weight: 700;
    transform: translateY(20px);
    text-shadow: 0 2px 5px rgba(0,0,0,0.3);
    font-size: clamp(2.5rem, 5vw, 42px);
    opacity: 0;
    letter-spacing: -0.02em;
    animation: fadeUp 0.8s ease-out 0.3s forwards;
    line-height: 1.2;
    margin: 0;
}.title_page_AVOFp h3 {
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #ffffff;
    line-height: 1.4;
    font-size: clamp(1.2rem, 3vw, 19px);
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    opacity: 0;
}.title_page_AVOFp p {
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.9s forwards;
    font-size: clamp(1rem, 2vw, 13px);
    transform: translateY(20px);
    position: relative;
    line-height: 1.6;
    padding-left: 1.5rem;
}.title_page_AVOFp p::before {
    position: absolute;
    width: 1rem;
    background-color: rgb(130,118,116);
    content: "";
    transform: translateY(-50%);
    left: 0;
    top: 50%;
    height: 2px;
}

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

@keyframes lineExpand {
  0% {
    width: 0;
  }
  100% {
    width: 60%;
  }
}


@media (min-width: 768px) {.title_page_AVOFp .academy_learnings_AdZF4 {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 98% 98%, 2% 100%);
}.title_page_AVOFp .academy_learnings_AdZF4 > div:first-child::after {
    width: 80%;
}.title_page_AVOFp .title_style_header {
    margin-bottom: 0;
}
}

@media (max-width: 767px) {.title_page_AVOFp .master_studyfast_yScgr {
    min-height: 80vh;
}.title_page_AVOFp .academy_learnings_AdZF4 {
    padding: 2rem;
    gap: 1.5rem;
}.title_page_AVOFp .academy_learnings_AdZF4 > div:first-child {
    padding-bottom: 0.5rem;
}.title_page_AVOFp h3 {
    margin-bottom: 1rem;
}.title_page_AVOFp p {
    padding-left: 1rem;
}.title_page_AVOFp p::before {
    width: 0.75rem;
}
}

@media (max-width: 480px) {.title_page_AVOFp .academy_learnings_AdZF4 {
    gap: 1rem;
    padding: 1.5rem;
    clip-path: polygon(0 0, 100% 0, 96% 98%, 4% 100%);
}.title_page_AVOFp .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
}.title_page_AVOFp h3 {
    font-size: clamp(1rem, 5vw, 1.2rem);
}.title_page_AVOFp p {
    font-size: clamp(0.9rem, 4vw, 1rem);
}
}

@media (hover: hover) {.title_page_AVOFp .academy_learnings_AdZF4:hover {
    transition: transform 0.3s ease;
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.title_page_AVOFp .title_style_header,
  .title_page_AVOFp h3,
  .title_page_AVOFp p,
  .title_page_AVOFp .academy_learnings_AdZF4 {
    transform: none;
    opacity: 1;
    animation: none;
}.title_page_AVOFp .academy_learnings_AdZF4 > div:first-child::after {
    animation: none;
    width: 60%;
}}.support_ospgv {
    position: relative;
    padding: 5rem 2rem;
    background: linear-gradient(145deg, rgb(205,203,183) 40%, rgb(173,161,159,0.5) 140%);
    font-family: Arial, sans-serif;
    overflow: hidden;
}.support_ospgv::before {
    pointer-events: none;
    position: absolute;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        70deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    height: 100%;
    top: 0;
    content: "";
    width: 100%;
}.support_ospgv::after {
    width: 70%;
    right: -20%;
    z-index: 0;
    position: absolute;
    transform: rotate(15deg);
    height: 200%;
    top: -50%;
    pointer-events: none;
    content: "";
    background: linear-gradient(135deg, rgb(173,161,159,0.5) 0%, transparent 80%);
}.support_ospgv h1 {
    color: #000000;
    letter-spacing: 0.05em;
    transform: translateX(-0.5rem);
    z-index: 2;
    position: relative;
    font-weight: 700;
    font-size: 47px;
    margin-bottom: 3rem;
}.support_ospgv h1::after {
    bottom: -0.75rem;
    background: rgb(173,161,159);
    width: 5rem;
    left: 0;
    position: absolute;
    content: "";
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    height: 0.25rem;
}.support_ospgv .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.support_ospgv .reach_us_xFmO7 {
    position: relative;
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
}.support_ospgv .reach_us_xFmO7 > div {
    position: relative;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1rem), 
        calc(100% - 1rem) 100%, 
        0 100%
    );
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
}.support_ospgv .reach_us_xFmO7 > div:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.12);
}.support_ospgv .reach_us_xFmO7 > div:first-child {
    color: #000000;
    border-top: 4px solid rgb(173,161,159);
    line-height: 1.6;
    font-size: calc(15px * 1.05);
}.support_ospgv .reach_us_xFmO7 > div:nth-child(2) {
    border-top: 4px solid rgb(130,118,116);
}.support_ospgv .reach_us_xFmO7 > div:nth-child(3) {
    border-top: 4px solid rgb(173,161,159);
}.support_ospgv h6 {
    display: flex;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.05em;
    align-items: center;
    color: #000000;
    margin-bottom: 0.75rem;
    text-transform: uppercase;
}.support_ospgv h6 svg {
    height: 20px;
    transition: transform 0.3s ease;
    margin-left: 0.75rem;
    width: 20px;
    opacity: 0.8;
}.support_ospgv span {
    display: block;
    font-size: calc(15px * 0.95);
    color: #000000;
    position: relative;
    padding-left: 1.5rem;
}.support_ospgv span::before {
    height: 1px;
    content: "";
    width: 0.75rem;
    background-color: rgb(173,161,159);
    top: 50%;
    left: 0;
    position: absolute;
}.support_ospgv .get_answers_0EB1d {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.support_ospgv .get_answers_0EB1d > div {
    transition: transform 0.3s ease;
}.support_ospgv .get_answers_0EB1d > div:hover {
    transform: translateX(5px);
}.support_ospgv .quick_help_4FudI {
    text-decoration: none;
    font-weight: 400;
    display: flex;
    position: relative;
    transition: color 0.3s ease;
    color: #000000;
    font-size: calc(15px * 0.95);
    align-items: center;
}.support_ospgv .quick_help_4FudI:hover {
    color: rgb(173,161,159);
}.support_ospgv .quick_help_4FudI svg {
    height: 20px;
    margin-left: 0.75rem;
    width: 20px;
    transition: transform 0.3s ease;
}.support_ospgv .quick_help_4FudI:hover svg {
    transform: scale(1.1);
}.support_ospgv svg path {
    transition: fill 0.3s ease;
}.support_ospgv .quick_help_4FudI:hover svg path {
    fill: rgb(173,161,159);
}

@media (min-width: 768px) {.support_ospgv {
    padding: 6rem 3rem;
}.support_ospgv h1 {
    margin-left: 2rem;
    transform: translateX(0);
}.support_ospgv .reach_us_xFmO7 {
    grid-template-columns: repeat(2, 1fr);
}.support_ospgv .reach_us_xFmO7 > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.support_ospgv {
    padding: 7rem 4rem;
}.support_ospgv .reach_us_xFmO7 {
    grid-template-columns: 2fr 1fr 1fr;
}.support_ospgv .reach_us_xFmO7 > div:first-child {
    grid-column: auto;
}.support_ospgv .reach_us_xFmO7 > div {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.support_ospgv .reach_us_xFmO7 > div:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}
}

@media (min-width: 1200px) {.support_ospgv h1 {
    font-size: calc(47px * 1.1);
}.support_ospgv .reach_us_xFmO7 > div {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.support_ospgv {
    padding: 4rem 1.5rem;
}.support_ospgv h1 {
    margin-bottom: 2rem;
    font-size: calc(47px * 0.9);
}.support_ospgv .reach_us_xFmO7 > div {
    padding: 1.5rem;
}}

@keyframes pulseGlow {
    0% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
    50% { box-shadow: 0 8px 25px rgba(var(--primary-color-rgb, 0, 120, 215), 0.2); }
    100% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
}

.support_ospgv .reach_us_xFmO7 > div {
    animation: pulseGlow 6s infinite alternate ease-in-out;
    animation-delay: calc(var(--animation-order, 0) * 2s);
}.support_ospgv .reach_us_xFmO7 > div:nth-child(1) {
    --animation-order: 0;
}.support_ospgv .reach_us_xFmO7 > div:nth-child(2) {
    --animation-order: 1;
}.support_ospgv .reach_us_xFmO7 > div:nth-child(3) {
    --animation-order: 2;
}.pricing_options_18joC {
    position: relative;
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
}.pricing_options_18joC::before {
    width: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
    top: 0;
}.pricing_options_18joC .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.pricing_options_18joC .program_fees_rRqlV {
    position: relative;
}.pricing_options_18joC h2 {
    transform: translateZ(0);
    font-size: 36px;
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    color: #ffffff;
}.pricing_options_18joC h2::after {
    bottom: -12px;
    height: 4px;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    content: "";
    position: absolute;
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    border-radius: 10px;
}.pricing_options_18joC .package_deals_PbB06 {
    line-height: 1.6;
    color: #ffffff;
    margin: 0 auto 60px;
    max-width: 800px;
    font-size: calc(16px + 2px);
    font-weight: 300;
    opacity: 0.9;
    text-align: center;
}.pricing_options_18joC .pricing_levels_5ViXS {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    perspective: 1000px;
    gap: 30px;
    display: grid;
    padding: 0;
    margin: 0;
}.pricing_options_18joC .pricing_levels_5ViXS li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_options_18joC .pricing_levels_5ViXS li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.pricing_options_18joC .edu_rates_e7xLg {
    height: 100%;
    transition: all 0.4s ease;
    text-decoration: none;
    isolation: isolate;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.03);
    position: relative;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.pricing_options_18joC .edu_rates_e7xLg::before {
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(173,161,159), rgb(130,118,116));
    content: "";
    top: 0;
    right: 0;
    height: 4px;
    left: 0;
    transform-origin: 0 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.pricing_options_18joC .edu_rates_e7xLg:hover::before {
    transform: scaleX(1);
}.pricing_options_18joC .edu_rates_e7xLg::after {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    content: "";
    height: 50%;
    bottom: 0;
    background: linear-gradient(to top, rgba(rgb(173,161,159,0.5), 0.05), transparent);
}.pricing_options_18joC .cost_matrix_3M6E4 {
    box-sizing: border-box;
    z-index: 1;
    display: flex;
    padding: 35px 30px;
    position: relative;
    height: 100%;
    flex-direction: column;
}.pricing_options_18joC .lesson_fees_63Qpy {
    flex-direction: column;
    flex: 1;
    display: flex;
}.pricing_options_18joC .lesson_fees_63Qpy h4 {
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    font-size: calc(22px + 2px);
    padding-bottom: 15px;
    position: relative;
    font-weight: 600;
    color: #ffffff;
}.pricing_options_18joC .lesson_fees_63Qpy h4::after {
    left: 0;
    background: rgb(130,118,116);
    bottom: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    width: 40px;
    height: 3px;
}.pricing_options_18joC .edu_rates_e7xLg:hover .lesson_fees_63Qpy h4::after {
    width: 60px;
}.pricing_options_18joC .lesson_fees_63Qpy p {
    overflow-wrap: break-word;
    line-height: 1.6;
    margin: 0 0 30px;
    font-size: 16px;
    hyphens: auto;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
}.pricing_options_18joC .basic_rates_74yN8 {
    align-self: flex-start;
    position: relative;
    font-weight: 700;
    color: rgb(173,161,159);
    letter-spacing: 0.5px;
    padding: 10px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-top: auto;
    display: block;
    background: rgba(rgb(173,161,159,0.5), 0.1);
    font-size: calc(22px + 4px);
}.pricing_options_18joC .edu_rates_e7xLg:hover .basic_rates_74yN8 {
    transform: scale(1.05);
    background: rgba(rgb(173,161,159,0.5), 0.2);
}

@media (min-width: 1200px) {.pricing_options_18joC .pricing_levels_5ViXS {
    grid-template-columns: repeat(4, 1fr);
}.pricing_options_18joC .cost_matrix_3M6E4 {
    padding: 40px 35px;
}.pricing_options_18joC h2 {
    font-size: calc(36px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.pricing_options_18joC .pricing_levels_5ViXS {
    grid-template-columns: repeat(3, 1fr);
}.pricing_options_18joC .cost_matrix_3M6E4 {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.pricing_options_18joC .pricing_levels_5ViXS {
    grid-template-columns: repeat(2, 1fr);
}.pricing_options_18joC .lesson_fees_63Qpy p {
    margin-bottom: 25px;
    font-size: calc(16px - 1px);
}.pricing_options_18joC .cost_matrix_3M6E4 {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing_options_18joC {
    padding: 70px 0;
}.pricing_options_18joC .pricing_levels_5ViXS {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_options_18joC h2 {
    font-size: calc(36px - 2px);
}.pricing_options_18joC .package_deals_PbB06 {
    font-size: 16px;
    margin-bottom: 40px;
}.pricing_options_18joC .lesson_fees_63Qpy h4 {
    font-size: 22px;
}.pricing_options_18joC .lesson_fees_63Qpy p {
    font-size: calc(16px - 1px);
    margin-bottom: 20px;
}.pricing_options_18joC .basic_rates_74yN8 {
    font-size: calc(22px + 2px);
}.pricing_options_18joC .cost_matrix_3M6E4 {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.pricing_options_18joC {
    padding: 50px 0;
}.pricing_options_18joC .cost_matrix_3M6E4 {
    padding: 25px 20px;
}.pricing_options_18joC h2::after {
    width: 60px;
    height: 3px;
}.pricing_options_18joC .basic_rates_74yN8 {
    padding: 8px 16px;
}}header {
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(173,161,159) 0%, 
        rgb(173,161,159,0.5) 100%
    );
    z-index: 1000;
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    top: 0;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}header:before {
    left: 0;
    pointer-events: none;
    content: '';
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.1;
    position: absolute;
}header:after {
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    left: 0;
    background-size: 100px 100px;
    pointer-events: none;
    content: '';
}header .nav_guide_EV3v0 {
    position: relative;
}header .nav_guide_EV3v0:before {
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    content: '';
    width: 100%;
    opacity: 0.3;
    height: 2px;
    bottom: -1px;
    left: 0;
    position: absolute;
}header .nav_guide_EV3v0:after {
    height: 60px;
    filter: blur(8px);
    transform: translateY(-50%);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    position: absolute;
    top: 50%;
    pointer-events: none;
    left: 0;
    width: 60px;
    content: '';
    opacity: 0.5;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 15px 25px;
    position: relative;
}header .container:before {
    pointer-events: none;
    background-size: 6px 2px, 6px 2px;
    right: 20px;
    height: 30px;
    background-repeat: repeat-x;
    content: '';
    position: absolute;
    background-position: 0 0, 0 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    opacity: 0.5;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
}header .head_guide_Fxga3 {
    justify-content: space-between;
    position: relative;
    display: flex;
    align-items: center;
}header .head_guide_Fxga3:before {
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 0.5;
    height: 20px;
    position: absolute;
    content: '';
    transform: translateY(-50%) translateX(-40px);
    left: 0;
    width: 20px;
}header .head_guide_Fxga3:after {
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    top: 50%;
    content: '';
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: absolute;
    right: 0;
    border-radius: 50%;
    width: 20px;
}header .top_bar_2j4PQ {
    display: flex;
    position: relative;
    align-items: center;
    gap: 30px;
}header .top_bar_2j4PQ:before {
    bottom: -10px;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    height: 2px;
    position: absolute;
    transition: opacity 0.4s ease;
    content: '';
    width: 100%;
    opacity: 0;
    left: 0;
}header .top_bar_2j4PQ:hover:before {
    opacity: 0.7;
}header .top_mentor_OQfGS {
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    padding: 8px 0;
    font-family: Arial, sans-serif;
    font-size: 13px;
    transition: all 0.3s ease;
    text-decoration: none;
    letter-spacing: 0.5px;
}header .top_mentor_OQfGS:before {
    left: -12px;
    transition: all 0.3s ease;
    width: 6px;
    content: '';
    background: #ffffff;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    opacity: 0;
    transform: translateY(-50%);
    position: absolute;
    height: 6px;
    border-radius: 50%;
    top: 50%;
}header .top_mentor_OQfGS:after {
    position: absolute;
    top: 50%;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
    content: '';
    height: 1px;
    width: 20px;
}header .top_mentor_OQfGS:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .top_mentor_OQfGS:hover:before {
    left: -20px;
    opacity: 1;
}header .top_mentor_OQfGS:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .nav_learn_GPhUz {
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    padding: 5px;
}header .nav_learn_GPhUz:before {
    top: -10px;
    content: '';
    border-radius: 10px;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
    left: -10px;
    transition: all 0.3s ease;
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}header .nav_learn_GPhUz:after {
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    left: -5px;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    content: '';
    background: #ffffff;
    transition: all 0.3s ease;
    position: absolute;
    top: -5px;
    opacity: 0;
}header .nav_learn_GPhUz:hover:before {
    opacity: 1;
}header .nav_learn_GPhUz:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .nav_learn_GPhUz svg {
    width: auto;
    height: 40px;
    transition: all 0.3s ease;
}header .nav_learn_GPhUz:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .top_bar_2j4PQ {
    gap: 20px;
}header .nav_learn_GPhUz svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .top_bar_2j4PQ {
    flex-direction: column;
    z-index: 1001;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 80%;
    background: rgb(173,161,159);
    top: 0;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    padding: 80px 30px 30px;
    gap: 25px;
    right: -100%;
    max-width: 320px;
}header .top_bar_2j4PQ:before {
    top: 60px;
    left: 10%;
    width: 80%;
    bottom: auto;
}header .top_bar_2j4PQ:after {
    right: 20px;
    content: '';
    width: 30px;
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 30px;
    top: 20px;
}header .menu.active {
    right: 0;
}header .top_mentor_OQfGS {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 12px 0;
}header .top_mentor_OQfGS:hover {
    transform: translateX(0);
}header .top_mentor_OQfGS:last-child {
    border-bottom: none;
}header .nav_learn_GPhUz {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .nav_learn_GPhUz svg {
    height: 30px;
}}.client_opinions_q4h9C {
    background: linear-gradient(135deg, rgb(205,203,183) 0%, rgb(130,118,116,0.5) 100%);
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
}.client_opinions_q4h9C::before {
    left: 0;
    height: 100%;
    width: 100%;
    background-image: radial-gradient(circle at 10% 20%, rgb(173,161,159,0.5) 5%, transparent 60%);
    top: 0;
    content: "";
    position: absolute;
    z-index: 0;
    opacity: 0.4;
}.client_opinions_q4h9C::after {
    width: 40%;
    position: absolute;
    bottom: -5%;
    content: "";
    background-image: radial-gradient(circle, rgb(130,118,116,0.5) 10%, transparent 70%);
    opacity: 0.5;
    height: 40%;
    z-index: 0;
    right: -5%;
}.client_opinions_q4h9C .container {
    z-index: 1;
    padding: 0 1.5rem;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.client_opinions_q4h9C h2 {
    text-align: center;
    color: #000000;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
    margin-bottom: 3rem;
    font-size: 32px;
}.client_opinions_q4h9C h2::after {
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    content: "";
    left: 50%;
    height: 0.3rem;
    position: absolute;
    transform: translateX(-50%);
    width: 5rem;
    bottom: -0.8rem;
}.client_opinions_q4h9C .alumni_ratings_OJbiY {
    padding: 0;
    perspective: 1000px;
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    display: grid;
}.client_opinions_q4h9C .success_feedback_fnAD7 {
    z-index: 1;
    background: #ffffff;
    position: relative;
    padding: 2rem;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-style: preserve-3d;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}.client_opinions_q4h9C .success_feedback_fnAD7::before {
    width: 100%;
    z-index: 2;
    height: 0.3rem;
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    top: 0;
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    transform: scaleX(0);
    left: 0;
}.client_opinions_q4h9C .success_feedback_fnAD7:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.client_opinions_q4h9C .success_feedback_fnAD7:hover::before {
    transform: scaleX(1);
}.client_opinions_q4h9C .success_feedback_fnAD7 div {
    display: flex;
    margin-bottom: 1.5rem;
    align-items: center;
}.client_opinions_q4h9C .success_feedback_fnAD7 img {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-right: 1rem;
    width: 60px;
    height: 60px;
    transition: transform 0.3s ease;
    border-radius: 50%;
    border: 3px solid #ffffff;
    object-fit: cover;
}.client_opinions_q4h9C .success_feedback_fnAD7:hover img {
    transform: scale(1.05);
}.client_opinions_q4h9C .success_feedback_fnAD7 h4 {
    font-size: 22px;
    margin: 0;
    position: relative;
    color: #000000;
    font-weight: 600;
}.client_opinions_q4h9C .success_feedback_fnAD7 h4::after {
    transform-origin: left;
    height: 0.15rem;
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    bottom: -0.5rem;
    content: "";
    transform: scaleX(0);
    background: rgb(173,161,159);
    width: 2rem;
}.client_opinions_q4h9C .success_feedback_fnAD7:hover h4::after {
    transform: scaleX(1);
}.client_opinions_q4h9C .description {
    position: relative;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin-bottom: 0;
    font-weight: 400;
}.client_opinions_q4h9C .description::before {
    color: rgb(173,161,159,0.5);
    opacity: 0.2;
    font-size: 5rem;
    position: absolute;
    top: -1.5rem;
    content: "";
    left: -0.5rem;
    font-family: serif;
    line-height: 1;
}.client_opinions_q4h9C a {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    position: relative;
    font-size: 14px;
    background: linear-gradient(90deg, rgb(173,161,159) 0%, rgb(130,118,116) 100%);
    display: inline-block;
    border-radius: 10px;
    margin-top: 3rem;
    text-decoration: none;
}.client_opinions_q4h9C a::before {
    width: 100%;
    position: absolute;
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, rgb(130,118,116) 0%, rgb(173,161,159) 100%);
    left: 0;
    z-index: -1;
    height: 100%;
    transition: opacity 0.3s ease;
    top: 0;
}.client_opinions_q4h9C a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.client_opinions_q4h9C a:hover::before {
    opacity: 1;
}.client_opinions_q4h9C .academy_team_gRdzs {
    align-items: center;
    display: flex;
    flex-direction: column;
}

@media (max-width: 1024px) {.client_opinions_q4h9C {
    padding: 4rem 0;
}.client_opinions_q4h9C h2 {
    font-size: calc(32px * 0.9);
}.client_opinions_q4h9C .alumni_ratings_OJbiY {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.client_opinions_q4h9C {
    padding: 3rem 0;
}.client_opinions_q4h9C h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.client_opinions_q4h9C h2::after {
    width: 4rem;
}.client_opinions_q4h9C .alumni_ratings_OJbiY {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.client_opinions_q4h9C .success_feedback_fnAD7 {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.client_opinions_q4h9C {
    padding: 2.5rem 0;
}.client_opinions_q4h9C h2 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 0.7);
}.client_opinions_q4h9C h2::after {
    width: 3rem;
}.client_opinions_q4h9C .alumni_ratings_OJbiY {
    grid-template-columns: 1fr;
}.client_opinions_q4h9C .success_feedback_fnAD7 {
    padding: 1.2rem;
}.client_opinions_q4h9C .success_feedback_fnAD7 div {
    margin-bottom: 1rem;
}.client_opinions_q4h9C .success_feedback_fnAD7 img {
    width: 50px;
    height: 50px;
}.client_opinions_q4h9C a {
    padding: 0.7rem 1.5rem;
    margin-top: 2rem;
}}

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

.client_opinions_q4h9C .success_feedback_fnAD7:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.client_opinions_q4h9C .success_feedback_fnAD7:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.client_opinions_q4h9C .success_feedback_fnAD7:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.client_opinions_q4h9C .success_feedback_fnAD7:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}.client_opinions_q4h9C .success_feedback_fnAD7:nth-child(5) {
    animation: fadeInUp 0.6s 0.5s both;
}.client_opinions_q4h9C .success_feedback_fnAD7:nth-child(6) {
    animation: fadeInUp 0.6s 0.6s both;
}.client_opinions_q4h9C .success_feedback_fnAD7:nth-child(7) {
    animation: fadeInUp 0.6s 0.7s both;
}