﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}.faq_block_190 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    width: 1239px;
    margin: auto;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.nav_mainbar_807 {
    flex: 1 0 auto;
}.wrapper-container_472 {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    width: 17px;
}::-webkit-scrollbar-track {
    box-shadow: inset 0px 1px 7px 4px rgba(0, 0, 0, 0.1);
    background: repeating-radial-gradient(circle at center, rgb(147,147,149), rgb(147,147,149) 14px, rgb(147,147,149,0.5) 14px, rgb(147,147,149,0.5) 16px);
    border-radius: 2.2vw;
}::-webkit-scrollbar-thumb {
    box-shadow: 3px -4px 11px 0px rgba(0, 0, 0, 0.6);
    background: rgb(255, 255, 255, 0.5);
    transition: all 1.5s ease-out;
}::-webkit-scrollbar-thumb:hover {
    background: rgb(147,147,149,0.5);
    box-shadow: 5px 4px 3px -1px rgba(0, 0, 0, 0.3);
}::-webkit-scrollbar-corner {
    background: rgb(147,147,149);
}* {
    scrollbar-color: rgb(184,184,187) rgb(147,147,149);
    scrollbar-width: none;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    width: 100%;
    position: relative;
}footer .faq_block_190 {
    position: relative;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(147,147,149), rgb(110,110,113));
    padding: 120px 0 30px;
    font-family: Arial, sans-serif;
}footer .faq_block_190::before {
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    background: #ffffff;
    width: 100%;
    height: 100px;
    transform: rotateX(180deg);
    top: 0;
    opacity: 0.25;
    position: absolute;
    left: 0;
}footer .faq_block_190::after {
    position: absolute;
    height: 50px;
    content: "";
    bottom: 0;
    width: 100%;
    opacity: 0.15;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    left: 0;
    background: #ffffff;
}footer .ssl_info_031 {
    z-index: 1;
    position: relative;
}footer .contact_team_031 {
    justify-content: center;
    gap: 20px;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
}footer .info_item {
    position: relative;
    backdrop-filter: blur(5px);
    overflow: hidden;
    border-radius: 40px;
    display: flex;
    flex: 1 1 200px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 80px;
    align-items: center;
    max-width: 300px;
    transition: all 0.3s ease;
    padding: 0 25px;
}footer .info_item::before {
    width: 100%;
    animation: waveAnimation 15s linear infinite;
    z-index: -1;
    height: 100%;
    left: -100%;
    position: absolute;
    opacity: 0.1;
    content: "";
    background: #ffffff;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background-color: rgb(110,110,113,0.5);
}footer .info_item svg {
    fill: #ffffff;
    margin-right: 15px;
    flex-shrink: 0;
    height: 20px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 16px;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    gap: 25px;
    flex-wrap: wrap;
    position: relative;
}footer .site_navbar_756 {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 100%;
}footer .site_navbar_756 svg {
    filter: brightness(0) invert(1);
    margin: 0 auto 20px;
    width: auto;
    height: 50px;
}footer .workshop_cta_512 {
    max-width: 500px;
    font-size: 13px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
    margin: 0 auto;
}footer .header_train_850,footer .subscribe_holder {
    border-radius: 24px;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
    flex: 1 1 300px;
    position: relative;
    overflow: hidden;
}footer .header_train_850::before,footer .subscribe_holder::before {
    height: 100%;
    background: #ffffff;
    position: absolute;
    left: -100%;
    width: 300%;
    animation: waveAnimation 20s linear infinite;
    content: "";
    z-index: -1;
    opacity: 0.1;
    top: 0;
}footer .header_train_850 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    font-size: 24px;
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}footer .header_train_850 h5::after, footer .subscribe_holder h5::after {
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, #ffffff, transparent);
    width: 100%;
    height: 2px;
}footer .head_lesson_856 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    gap: 10px;
}footer .head_lesson_856 a {
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
    border-radius: 20px;
    text-align: center;
    text-decoration: none;
    padding: 8px 15px;
    flex: 1 1 calc(50% - 10px);
    position: relative;
    background-color: rgb(147,147,149,0.5);
    font-size: 16px;
    overflow: hidden;
}footer .head_lesson_856 a::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    bottom: 0;
    content: "";
    width: 100%;
    transition: left 0.3s ease;
    height: 2px;
    position: absolute;
    left: -100%;
}footer .head_lesson_856 a:hover {
    transform: translateY(-3px);
    background-color: rgb(110,110,113,0.5);
}footer .head_lesson_856 a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border: none;
    font-size: 16px;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    border-radius: 25px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(147,147,149,0.5);
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .news_container_465 {
    font-size: 16px;
    border-radius: 25px;
    cursor: pointer;
    background-color: #ffffff;
    transition: all 0.3s ease;
    border: none;
    padding: 15px 20px;
    overflow: hidden;
    position: relative;
    color: rgb(147,147,149);
    font-weight: 600;
}footer .news_container_465::after {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    transition: left 0.7s ease;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
}footer .news_container_465:hover {
    background-color: rgb(184,184,187);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .news_container_465:hover::after {
    left: 100%;
}footer .qna_board_782 {
    position: relative;
    text-align: center;
    margin-top: 60px;
}footer .career_help_608 {
    display: inline-block;
    font-size: 13px;
    padding: 0 30px;
    color: rgba(255, 255, 255, 0.7);
    position: relative;
}footer .career_help_608::before,
footer .career_help_608::after {
    top: 50%;
    height: 1px;
    width: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
}footer .career_help_608::before {
    left: 0;
}footer .career_help_608::after {
    right: 0;
}

@media (min-width: 768px) {footer .site_navbar_756 {
    flex: 1 1 100%;
}footer .header_train_850, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .news_container_465 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .faq_block_190 {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .faq_block_190 {
    padding: 80px 0 30px;
}footer .faq_block_190::before {
    height: 60px;
    background-size: 100% 60px;
}footer .contact_team_031 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .header_train_850, footer .subscribe_holder {
    padding: 25px 20px;
}footer .qna_board_782 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .faq_block_190 {
    padding: 60px 0 20px;
}footer .faq_block_190::before {
    height: 40px;
    background-size: 100% 40px;
}footer .header_train_850 h5, footer .subscribe_holder h5 {
    font-size: calc(24px - 2px);
    margin-bottom: 15px;
}footer .head_lesson_856 a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .news_container_465 {
    padding: 12px 15px;
}}.program_structure_637 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgba(245, 245, 245, 0.9) 100%);
}.program_structure_637::before {
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    height: 100%;
    pointer-events: none;
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(147,147,149,0.5) 0%, transparent 40%);
}.program_structure_637::after {
    position: absolute;
    height: 300px;
    right: -50px;
    pointer-events: none;
    z-index: 0;
    content: "";
    transform: rotate(-15deg);
    bottom: -50px;
    width: 300px;
    border: 4px solid rgb(110,110,113,0.5);
}.program_structure_637 .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.program_structure_637 .learn_explore_367 {
    flex-direction: column;
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards;
    gap: 40px;
    display: flex;
    opacity: 0;
}.program_structure_637 .img_show_685 {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.2);
    height: 380px;
    transform: translateX(-20px);
}.program_structure_637 .img_show_685::before {
    z-index: 1;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, transparent 60%, rgb(147,147,149,0.5) 100%);
    position: absolute;
    top: 0;
    left: 0;
}.program_structure_637 .img_show_685::after {
    top: 20px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 80px;
    transform: rotate(15deg);
    position: absolute;
    background: rgb(110,110,113);
    height: 80px;
    animation: float 6s ease-in-out infinite;
    right: -20px;
    z-index: -1;
    content: "";
}.program_structure_637 .text_post_724 {
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 30px;
    transform: translateY(20px);
    background: #ffffff;
}.program_structure_637 .text_post_724::before {
    background: linear-gradient(to bottom, rgb(147,147,149), rgb(110,110,113));
    height: 0;
    transition: height 0.6s ease-out;
    content: "";
    left: 0;
    width: 5px;
    top: 0;
    position: absolute;
}.program_structure_637 .text_post_724:hover::before {
    height: 100%;
}.program_structure_637 h3 {
    color: #000000;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    font-size: 33px;
    font-weight: 700;
}.program_structure_637 h3::after {
    height: 3px;
    position: absolute;
    content: "";
    background: rgb(147,147,149);
    transition: width 0.4s ease-out;
    left: 0;
    bottom: 0;
    width: 80px;
}.program_structure_637 .text_post_724:hover h3 {
    transform: translateX(15px);
}.program_structure_637 .text_post_724:hover h3::after {
    width: 120px;
}.program_structure_637 p.description {
    line-height: 1.75;
    font-size: 12px;
    margin-bottom: 20px;
    opacity: 1;
    display: block;
    color: #000000;
    position: relative;
}.program_structure_637 span.description {
    display: none;
}.program_structure_637 .learn_explore_367:hover .img_show_685 {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.25);
    transform: translateX(0) scale(1.02);
}

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

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

@media (min-width: 768px) {.program_structure_637 .learn_explore_367 {
    gap: 60px;
    flex-direction: row;
    align-items: center;
}.program_structure_637 .img_show_685 {
    height: 450px;
    transform: translateX(-40px) perspective(1000px) rotateY(-5deg);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    flex: 1;
}.program_structure_637 .text_post_724 {
    padding: 40px;
    transform: perspective(1000px) rotateY(2deg);
    flex: 1.2;
}.program_structure_637 .learn_explore_367:hover .img_show_685 {
    transform: translateX(-20px) perspective(1000px) rotateY(-2deg) scale(1.03);
}.program_structure_637 .learn_explore_367:hover .text_post_724 {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media (min-width: 992px) {.program_structure_637 {
    padding: 150px 0;
}.program_structure_637 .learn_explore_367 {
    gap: 80px;
}.program_structure_637 .img_show_685 {
    height: 520px;
}.program_structure_637 .text_post_724 {
    padding: 50px;
}.program_structure_637 h3 {
    font-size: calc(33px * 1.1);
    margin-bottom: 30px;
}
}

@media (max-width: 767px) {.program_structure_637 {
    padding: 80px 0;
}.program_structure_637 h3 {
    font-size: calc(33px * 0.85);
}.program_structure_637 p.description {
    font-size: calc(12px * 0.95);
}.program_structure_637 .text_post_724 {
    padding: 25px 20px;
}
}

@media (hover: hover) {.program_structure_637 .text_post_724:hover {
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.15);
    transform: translateY(10px);
}}.teaching_process_374 {
    background: linear-gradient(150deg, rgb(184,184,187) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 170px 0;
    overflow: visible;
    position: relative;
}.teaching_process_374::before {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    content: '';
    background: 
        radial-gradient(circle at 15% 20%, rgb(147,147,149,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 80%, rgb(110,110,113,0.5) 0%, transparent 40%);
    opacity: 0.15;
}.teaching_process_374 .skill_growth_830 {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    display: flex;
    padding: 0 20px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}.teaching_process_374 .text_post_724 {
    flex-direction: column;
    display: flex;
    align-items: center;
    width: 80%;
    position: relative;
}.teaching_process_374 .text_post_724 h2 {
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 36px;
    color: #ffffff;
    margin-bottom: 100px;
    z-index: 4;
}.teaching_process_374 .text_post_724 p {
    backdrop-filter: blur(15px);
    padding: 60px;
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    max-width: 80%;
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
}.teaching_process_374 .text_post_724::before {
    width: 90%;
    background: rgb(147,147,149,0.5);
    left: 5%;
    top: 50px;
    content: '';
    height: 100%;
    position: absolute;
    opacity: 0.05;
    z-index: 1;
    transform: skewY(-3deg);
}.teaching_process_374 .text_post_724::after {
    height: 100%;
    width: 95%;
    transform: skewY(-6deg);
    background: rgb(110,110,113,0.5);
    position: absolute;
    z-index: 0;
    content: '';
    top: 25px;
    left: 2.5%;
    opacity: 0.05;
}.teaching_process_374 .text_post_724 h2::before {
    left: -25%;
    content: '';
    height: 2px;
    bottom: -30px;
    z-index: 5;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(147,147,149,0.5) 20%, 
        rgb(147,147,149) 50%, 
        rgb(147,147,149,0.5) 80%, 
        transparent 100%
    );
    position: absolute;
    opacity: 0.6;
    width: 150%;
}.teaching_process_374 .text_post_724 h2::after {
    animation: pulse-rotate 8s infinite linear;
    position: absolute;
    left: 50%;
    transform: rotate(45deg);
    width: 30px;
    z-index: 6;
    content: '';
    opacity: 0.7;
    background: rgb(147,147,149);
    bottom: -50px;
    box-shadow: 0 0 20px rgb(147,147,149);
    margin-left: -15px;
    height: 30px;
}.teaching_process_374 .text_post_724 p::before {
    content: '';
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}.teaching_process_374 .text_post_724 p::after {
    left: -10%;
    z-index: 5;
    content: '';
    width: 120%;
    bottom: -50px;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(110,110,113,0.5) 20%, 
        rgb(110,110,113) 50%, 
        rgb(110,110,113,0.5) 80%, 
        transparent 100%
    );
    opacity: 0.4;
    position: absolute;
}.teaching_process_374::after {
    position: absolute;
    background: linear-gradient(to bottom, rgb(184,184,187), transparent);
    height: 200px;
    content: '';
    width: 100%;
    z-index: 0;
    left: 0;
    top: -100px;
}.teaching_process_374 .skill_growth_830::before {
    position: absolute;
    filter: blur(100px);
    z-index: 0;
    opacity: 0.03;
    width: 350px;
    right: -175px;
    background: rgb(147,147,149);
    content: '';
    top: -175px;
    height: 350px;
    border-radius: 50%;
}.teaching_process_374 .skill_growth_830::after {
    opacity: 0.03;
    filter: blur(80px);
    height: 300px;
    width: 300px;
    background: rgb(110,110,113);
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    content: '';
    left: -150px;
    bottom: -150px;
}@keyframes pulse-rotate {
    0% {
        transform: rotate(45deg) scale(1);
        opacity: 0.7;
    }
    50% {
        transform: rotate(225deg) scale(1.2);
        opacity: 0.9;
    }
    100% {
        transform: rotate(405deg) scale(1);
        opacity: 0.7;
    }
}

.teaching_process_374 .text_post_724 p {
    position: relative;
    overflow: hidden;
}.teaching_process_374 .text_post_724 p span {
    z-index: 2;
    position: relative;
}.teaching_process_374 .text_post_724 p::before {
    opacity: 0.3;
    content: '';
    top: -50%;
    width: 200%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    height: 200%;
    z-index: 0;
    left: -50%;
    position: absolute;
    animation: rotate-slow 30s linear infinite;
}@keyframes rotate-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teaching_process_374 .layer-element {
    right: -30px;
    animation: float-layer 15s infinite alternate;
    height: 150px;
    width: 150px;
    opacity: 0.1;
    transform: rotate(15deg);
    border: 2px solid rgb(147,147,149,0.5);
    z-index: 1;
    position: absolute;
    top: -30px;
}.teaching_process_374 .layer-element::before {
    opacity: 0.2;
    width: 50%;
    content: '';
    position: absolute;
    height: 50%;
    top: 25%;
    left: 25%;
    background: rgb(147,147,149);
}

@keyframes float-layer {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    100% {
        transform: rotate(20deg) translateY(-20px);
    }
}

@media screen and (max-width: 1200px) {.teaching_process_374 .text_post_724 {
    width: 90%;
}.teaching_process_374 .text_post_724 p {
    max-width: 90%;
    padding: 50px;
}.teaching_process_374 .layer-element {
    height: 120px;
    width: 120px;
}
}

@media screen and (max-width: 992px) {.teaching_process_374 {
    padding: 140px 0;
}.teaching_process_374 .text_post_724 {
    width: 100%;
}.teaching_process_374 .text_post_724 h2 {
    margin-bottom: 80px;
}.teaching_process_374 .text_post_724 p {
    padding: 40px;
    max-width: 95%;
}.teaching_process_374 .layer-element {
    width: 100px;
    height: 100px;
}
}

@media screen and (max-width: 768px) {.teaching_process_374 {
    padding: 120px 0;
    overflow: hidden;
}.teaching_process_374 .text_post_724 h2 {
    margin-bottom: 60px;
    font-size: calc(36px * 0.9);
}.teaching_process_374 .text_post_724 p {
    max-width: 100%;
    padding: 30px;
    font-size: calc(12px * 0.95);
}.teaching_process_374 .text_post_724 h2::after {
    height: 25px;
    bottom: -40px;
    margin-left: -12.5px;
    width: 25px;
}.teaching_process_374 .layer-element {
    display: none;
}
}

@media screen and (max-width: 480px) {.teaching_process_374 {
    padding: 100px 0;
}.teaching_process_374 .text_post_724 h2 {
    font-size: calc(36px * 0.8);
    letter-spacing: 1px;
    margin-bottom: 50px;
}.teaching_process_374 .text_post_724 p {
    font-size: calc(12px * 0.9);
    padding: 25px;
}.teaching_process_374 .text_post_724 h2::before {
    bottom: -20px;
}.teaching_process_374 .text_post_724 h2::after {
    height: 20px;
    bottom: -35px;
    margin-left: -10px;
    width: 20px;
}.teaching_process_374 .text_post_724 p::after {
    bottom: -30px;
}}header {
    position: fixed;
    width: 100%;
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(147,147,149,0.5);
    top: 0;
    z-index: 1000;
    left: 0;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, 
        rgb(147,147,149) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
}header:before {
    content: '';
    pointer-events: none;
    opacity: 0.1;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgb(147,147,149,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(110,110,113,0.5) 0%, transparent 25%);
}header:after {
    mix-blend-mode: overlay;
    position: absolute;
    pointer-events: none;
    left: 0;
    width: 100%;
    top: 0;
    content: '';
    height: 100%;
    opacity: 0.02;
}header .head_sitebar_904 {
    position: relative;
    overflow: hidden;
}header .head_sitebar_904:before {
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(147,147,149) 25%,
        #ffffff 50%,
        rgb(147,147,149) 75%,
        transparent 100%
    );
    height: 1px;
    animation: scanlineGlow 4s linear infinite;
    left: -50%;
    width: 200%;
    content: '';
    position: absolute;
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(147,147,149), 0 0 35px rgb(147,147,149);
    bottom: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 18px 25px;
}header .container:before {
    width: 100%;
    mix-blend-mode: overlay;
    pointer-events: none;
    content: '';
    position: absolute;
    opacity: 0.5;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    height: 100%;
}header .top_teach_436 {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
}header .top_teach_436:before {
    background: rgb(147,147,149);
    top: 50%;
    content: '';
    width: 20px;
    border-radius: 50%;
    opacity: 0.3;
    animation: breathe 5s infinite alternate;
    position: absolute;
    left: -10px;
    transform: translateY(-50%);
    height: 20px;
    filter: blur(15px);
}header .top_teach_436:after {
    animation: breathe 5s infinite alternate-reverse;
    opacity: 0.3;
    right: -10px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    content: '';
    border-radius: 50%;
    background: rgb(110,110,113);
    width: 20px;
    height: 20px;
    filter: blur(15px);
}header .header_train_850 {
    display: flex;
    align-items: center;
    gap: 30px;
    position: relative;
}header .header_train_850:before {
    animation: menuGlow 10s infinite ease-in-out;
    left: -5%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,147,149,0.5), 
        transparent
    );
    opacity: 0.15;
    width: 110%;
    position: absolute;
    transform: translateX(-100%);
    height: 110%;
    content: '';
    top: -5%;
    filter: blur(5px);
}header .nav_class_356 {
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-shadow: 0 0 1px #ffffff;
    font-weight: 400;
    text-decoration: none;
    padding: 8px 2px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
}header .nav_class_356:before {
    content: '';
    transform: skewX(-20deg) scale(0.8, 1);
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,147,149,0.5), 
        transparent
    );
    transition: all 0.4s ease;
    opacity: 0;
    z-index: -1;
    width: 100%;
}header .nav_class_356:after {
    filter: blur(0.5px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: '';
    opacity: 0.8;
    height: 2px;
    left: 50%;
    position: absolute;
    width: 0;
    background: linear-gradient(90deg, 
        rgb(147,147,149),
        #ffffff 50%,
        rgb(147,147,149)
    );
    bottom: -2px;
    transform: translateX(-50%);
}header .nav_class_356:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(147,147,149);
    transform: translateY(-2px);
    color: #ffffff;
}header .nav_class_356:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .nav_class_356:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(147,147,149),
        0 0 10px rgb(147,147,149);
}header .top_expert_701 {
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    padding: 5px;
    transition: all 0.3s ease;
    justify-content: center;
}header .top_expert_701:before {
    height: 150%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    opacity: 0;
    left: 50%;
    background: radial-gradient(circle, 
        rgb(147,147,149,0.5) 0%, 
        transparent 70%
    );
    width: 150%;
    content: '';
    transition: opacity 0.5s ease;
}header .top_expert_701:after {
    left: -5px;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    transition: all 0.5s ease;
    border: 1px solid transparent;
    top: -5px;
    content: '';
    opacity: 0;
    position: absolute;
    border-image: linear-gradient(45deg, rgb(147,147,149), rgb(110,110,113), rgb(147,147,149)) 1;
}header .top_expert_701:hover:before {
    opacity: 0.3;
}header .top_expert_701:hover:after {
    animation: borderRotate 4s linear infinite;
    opacity: 0.7;
}header .top_expert_701 svg {
    height: 45px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: auto;
    position: relative;
    filter: drop-shadow(0 0 2px rgb(147,147,149,0.5));
}header .top_expert_701:hover svg {
    filter: drop-shadow(0 0 5px rgb(147,147,149));
    transform: scale(1.05);
}header .top_expert_701:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(147,147,149), rgb(110,110,113), rgb(147,147,149)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(147,147,149), rgb(110,110,113), rgb(147,147,149)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(147,147,149), rgb(110,110,113), rgb(147,147,149)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .header_train_850 {
    gap: 20px;
}header .top_expert_701 svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .header_train_850 {
    overflow-y: auto;
    -webkit-backdrop-filter: blur(15px);
    gap: 25px;
    z-index: 1001;
    height: 100vh;
    max-width: 330px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    top: 0;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    right: -100%;
    position: fixed;
    flex-direction: column;
    backdrop-filter: blur(15px);
    width: 85%;
    padding: 85px 30px 30px;
}header .header_train_850:before {
    animation: none;
    width: 80%;
    opacity: 0.3;
    top: 70px;
    left: 10%;
    height: 1px;
}header .header_train_850:after {
    right: 20px;
    border: 1px solid rgb(147,147,149,0.5);
    position: absolute;
    top: 20px;
    height: 30px;
    opacity: 0.6;
    width: 30px;
    background: transparent;
    content: '';
}header .menu.active {
    right: 0;
}header .nav_class_356 {
    text-align: left;
    opacity: 0.8;
    width: 100%;
    border-bottom: 1px solid rgb(147,147,149,0.5);
    padding: 12px 5px;
}header .nav_class_356:last-child {
    border-bottom: none;
}header .nav_class_356:hover {
    transform: translateY(0);
    opacity: 1;
}header .top_expert_701 {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .top_expert_701 svg {
    height: 35px;
}header .header_train_850 {
    width: 100%;
    max-width: 100%;
}}.contact_panel_815 {
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgb(110,110,113,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 80px 0;
}.contact_panel_815::before {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(147,147,149,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(110,110,113,0.5) 0%, transparent 70%);
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    opacity: 0.4;
    position: absolute;
    z-index: 1;
}.contact_panel_815::after {
    opacity: 0.1;
    height: 100%;
    background-size: 50px 50px;
    background-image: 
        linear-gradient(90deg, rgb(110,110,113,0.5) 1px, transparent 1px),
        linear-gradient(0deg, rgb(110,110,113,0.5) 1px, transparent 1px);
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    content: '';
}.contact_panel_815 .img_show_685 {
    top: 0;
    z-index: 2;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 100%);
    left: 0;
    width: 45%;
    position: absolute;
}.contact_panel_815 .img_show_685::after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    opacity: 0.7;
    top: 0;
    content: '';
    background: linear-gradient(135deg, rgb(147,147,149,0.5) 0%, transparent 60%);
}.contact_panel_815 .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
}.contact_panel_815 h3 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 31px;
    text-shadow: 0 0 15px rgb(147,147,149,0.5);
    color: #ffffff;
}.contact_panel_815 .inquiry_reach_093 {
    justify-content: space-between;
    display: flex;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 28px;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.contact_panel_815 .inquiry_reach_093:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3),
                0 10px 20px rgba(0, 0, 0, 0.2),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.contact_panel_815 .help_info_249 {
    padding: 40px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    position: relative;
    overflow: hidden;
}.contact_panel_815 .help_info_249::before {
    border-radius: 50%;
    top: -100px;
    position: absolute;
    height: 200px;
    opacity: 0.2;
    background: radial-gradient(rgb(147,147,149,0.5), transparent 70%);
    content: '';
    right: -100px;
    width: 200px;
}.contact_panel_815 .help_info_249::after {
    bottom: -75px;
    width: 150px;
    position: absolute;
    left: -75px;
    height: 150px;
    background: radial-gradient(rgb(110,110,113,0.5), transparent 70%);
    content: '';
    opacity: 0.2;
    border-radius: 50%;
}.contact_panel_815 form {
    z-index: 2;
    position: relative;
}.contact_panel_815 form h3 {
    text-shadow: none;
    -webkit-background-clip: text !important;
    margin-bottom: 25px;
    font-size: 20px;
    background: linear-gradient(to right, #ffffff, rgb(147,147,149));
    text-align: left;
    -webkit-text-fill-color: transparent;
}.contact_panel_815 input[type="text"],
.contact_panel_815 textarea {
    border: 1px solid rgba(255, 255, 255, 0.15);
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #ffffff;
    width: 100%;
    font-size: 13px;
    padding: 15px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}.contact_panel_815 input[type="text"]:focus,
.contact_panel_815 textarea:focus {
    box-shadow: 0 0 10px rgb(147,147,149,0.5);
    outline: none;
    border-color: rgb(147,147,149);
    background: rgba(255, 255, 255, 0.12);
}.contact_panel_815 textarea {
    height: 120px;
    resize: none;
}.contact_panel_815 .support_support_907 {
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_panel_815 .support_support_907 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_panel_815 .support_support_907 label {
    padding-left: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    position: relative;
    line-height: 1.5;
}.contact_panel_815 .support_support_907 label::before {
    height: 20px;
    transition: all 0.3s ease;
    content: '';
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 2px;
    left: 0;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}.contact_panel_815 .support_support_907 input[type="checkbox"]:checked + label::before {
    background: rgb(147,147,149);
    border-color: rgb(147,147,149);
}.contact_panel_815 .support_support_907 input[type="checkbox"]:checked + label::after {
    position: absolute;
    transform: rotate(45deg);
    height: 12px;
    top: 5px;
    width: 6px;
    border: solid #ffffff;
    left: 7px;
    border-width: 0 2px 2px 0;
    content: '';
}.contact_panel_815 .support_support_907 a {
    color: rgb(147,147,149);
    text-decoration: none;
    transition: color 0.3s ease;
}.contact_panel_815 .support_support_907 a:hover {
    text-decoration: underline;
    color: rgb(110,110,113);
}.contact_panel_815 .help_support_670 {
    font-weight: 600;
    cursor: pointer;
    overflow: hidden;
    background: linear-gradient(to right, rgb(147,147,149), rgb(110,110,113));
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    font-size: 19px;
    border-radius: 10px;
    padding: 15px;
    font-family: Arial, sans-serif;
    width: 100%;
}.contact_panel_815 .help_support_670::before {
    content: '';
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
}.contact_panel_815 .help_support_670:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgb(147,147,149,0.5);
}.contact_panel_815 .help_support_670:hover::before {
    left: 100%;
}.contact_panel_815 .support_help_694 {
    padding: 40px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), transparent);
    width: 40%;
}.contact_panel_815 .support_help_694::before {
    opacity: 0.4;
    content: '';
    background-image: 
        radial-gradient(circle at 70% 30%, rgb(147,147,149,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
}.contact_panel_815 .support_help_694 h4 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
}.contact_panel_815 .support_help_694 h4::after {
    bottom: -10px;
    content: '';
    background: rgb(147,147,149);
    width: 50px;
    left: 0;
    height: 3px;
    position: absolute;
    border-radius: 3px;
}.contact_panel_815 .help_grid_768 {
    margin: 0;
    padding: 0;
    list-style: none;
}.contact_panel_815 .help_grid_768 li {
    position: relative;
    padding-left: 5px;
    display: flex;
    transition: transform 0.3s ease;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_panel_815 .help_grid_768 li:hover {
    transform: translateX(5px);
}.contact_panel_815 .help_grid_768 li::before {
    top: 50%;
    height: 0;
    background: rgb(147,147,149);
    position: absolute;
    left: -10px;
    opacity: 0;
    transform: translateY(-50%);
    content: '';
    border-radius: 50%;
    width: 0;
    transition: all 0.3s ease;
}.contact_panel_815 .help_grid_768 li:hover::before {
    opacity: 1;
    height: 6px;
    left: -3px;
    width: 6px;
}.contact_panel_815 .help_grid_768 svg {
    flex-shrink: 0;
    fill: rgb(147,147,149);
    filter: drop-shadow(0 0 5px rgb(147,147,149,0.5));
    transition: transform 0.3s ease;
    margin-right: 15px;
    height: 24px;
    width: 24px;
}.contact_panel_815 .help_grid_768 li:hover svg {
    transform: scale(1.1);
}.contact_panel_815 .help_grid_768 svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,147,149);
}.contact_panel_815 .help_grid_768 li:hover svg path {
    fill: rgb(110,110,113);
}.contact_panel_815 .help_grid_768 span {
    font-family: Arial, sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #ffffff;
}.contact_panel_815 .help_grid_768 a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #ffffff;
}.contact_panel_815 .help_grid_768 a:hover {
    color: rgb(147,147,149);
}

@media (max-width: 992px) {.contact_panel_815 {
    padding: 60px 0;
}.contact_panel_815 .img_show_685 {
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
    width: 40%;
}.contact_panel_815 .inquiry_reach_093 {
    flex-direction: column;
}.contact_panel_815 .help_info_249 {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: none;
}.contact_panel_815 .support_help_694 {
    width: 100%;
}
}

@media (max-width: 768px) {.contact_panel_815 {
    padding: 40px 0;
}.contact_panel_815 .img_show_685 {
    display: none;
}.contact_panel_815 h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.contact_panel_815 .help_info_249,
    .contact_panel_815 .support_help_694 {
    padding: 30px;
}.contact_panel_815 form h3,
    .contact_panel_815 .support_help_694 h4 {
    font-size: calc(20px * 0.9);
}.contact_panel_815 input[type="text"],
    .contact_panel_815 textarea {
    margin-bottom: 15px;
    padding: 12px;
}.contact_panel_815 textarea {
    height: 100px;
}.contact_panel_815 .help_support_670 {
    padding: 12px;
}.contact_panel_815 .help_grid_768 li {
    margin-bottom: 20px;
}.contact_panel_815 .help_grid_768 svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_panel_815 {
    padding: 30px 0;
}.contact_panel_815 h3 {
    margin-bottom: 20px;
    font-size: calc(31px * 0.7);
}.contact_panel_815 .help_info_249,
    .contact_panel_815 .support_help_694 {
    padding: 20px;
}.contact_panel_815 .inquiry_reach_093 {
    margin: 0 10px;
}.contact_panel_815 .support_support_907 label {
    font-size: calc(14px * 0.9);
}.contact_panel_815 .help_grid_768 li {
    margin-bottom: 15px;
}.contact_panel_815 .help_grid_768 span {
    font-size: calc(13px * 0.9);
}.contact_panel_815::before,
    .contact_panel_815::after,
    .contact_panel_815 .help_info_249::before,
    .contact_panel_815 .help_info_249::after,
    .contact_panel_815 .support_help_694::before {
    opacity: 0.2;
}}.privacy_armoury_596 {
    background: rgb(110,110,113,0.5);
    height: 100%;
    overflow: hidden;
    padding: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    width: 100%;
    transition: all 0.3s ease-in-out;
}.privacy_armoury_596:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.5);
    background: rgb(147,147,149,0.5);
}.privacy_armoury_596 h1 {
    letter-spacing: 1px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: rgb(147,147,149);
    font-size: 41px;
    margin-bottom: 25px;
    margin-top: 40px;
}.privacy_armoury_596 h2 {
    color: rgb(110,110,113);
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 34px;
    margin-top: 35px;
}.privacy_armoury_596 h3, .privacy_armoury_596 h4, .privacy_armoury_596 h5, .privacy_armoury_596 h6 {
    transition: color 0.3s ease;
    color: #000000;
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 21px;
    font-family: Arial, sans-serif;
}.privacy_armoury_596 ul, .privacy_armoury_596 ol {
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    padding-left: 0;
    list-style-position: inside;
    margin-left: 20px;
    font-size: 18px;
    padding: 15px 0;
    transition: all 0.3s ease;
}.privacy_armoury_596 li {
    padding: 10px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
    border-radius: 10px;
    background: #ffffff;
}.privacy_armoury_596 li:hover {
    background: rgb(110,110,113,0.5);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}.privacy_armoury_596 section {
    transition: background 0.3s ease;
    padding: 20px;
    background: var(--bg-color);
}.privacy_armoury_596 p, .privacy_armoury_596 span, .privacy_armoury_596 div {
    font-size: 18px;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy_armoury_596 {
    padding: 20px 10px;
}.privacy_armoury_596 h1 {
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: calc(21px - 10px);
}.privacy_armoury_596 h2 {
    font-size: calc(21px - 8px);
    margin-bottom: 15px;
    margin-top: 25px;
}.privacy_armoury_596 h3, .privacy_armoury_596 h4, .privacy_armoury_596 h5, .privacy_armoury_596 h6 {
    font-size: calc(21px - 6px);
}.privacy_armoury_596 ul, .privacy_armoury_596 ol {
    padding: 10px 0;
}.privacy_armoury_596 li {
    margin-bottom: 10px;
    padding: 8px;
}.privacy_armoury_596 p, .privacy_armoury_596 span, .privacy_armoury_596 div {
    margin-bottom: 8px;
    font-size: calc(18px - 2px);
}}.cookie_message_panel_560 {
    bottom: 0;
    position: fixed;
    border-top: 2px solid rgb(147,147,149);
    background: rgb(184,184,187);
    z-index: 90;
    width: 100%;
}.consent_learn_035 {
    display: flex;
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}.cookie_message_panel_560 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}#popupCookieConsent_971 {
    display: none;
}#popupCookieConsent_971:checked ~ .cookie_message_panel_560 {
    visibility: hidden;
    opacity: 0;
}.cookie_message_panel_560 p {
    font-size: 18px;
}.cookie_menu_957 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_menu_957 svg, .cookie_menu_957 svg path, .cookie_menu_957 img {
    fill: rgb(147,147,149);
    height: 100px;
    width: 100px;
}.privacy_learn_402 {
    flex-shrink: 0;
    text-decoration: none;
    border-bottom: 2px solid rgb(147,147,149);
    font-size: 24px;
    color: rgb(147,147,149);
    margin-left: 10px;
    line-height: 35px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    min-width: 120px;
}.cookie_message_panel_560 p a {
    color: rgb(147,147,149);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_message_panel_560 {
    padding: 20px;
}}

.wrapper-container_472 .cookie_message_panel_560 {
    border: none;
    box-shadow: rgb(110,110,113,0.5) 0px 0px 40px 39px;
    background: rgb(110,110,113);
    padding: 40px 0;
}.wrapper-container_472 .privacy_learn_402 {
    color: #ffffff;
    border: none;
    padding: 10px;
    font-weight: 400;
    background: rgb(147,147,149);
    font-size: 20px;
    margin-left: 30px;
}.wrapper-container_472 .privacy_gate_146 h5, .wrapper-container_472 .privacy_gate_146 p {
    color: #ffffff;
}
@media only screen and (max-width: 800px) {.cookie_menu_957 {
    display: none;
}.consent_learn_035 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_message_panel_560 h5 {
    text-align: center;
}.cookie_message_panel_560 p {
    text-align: center;
}.privacy_gate_146 {
    margin-bottom: 20px;
}body .wrapper-container_472 .privacy_learn_402 {
    margin-left: 0;
    margin-bottom: 10px;
}}.enroll_instantly_053 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 1;
    background: linear-gradient(135deg, rgb(110,110,113) 0%, rgb(147,147,149) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.enroll_instantly_053::before {
    width: 80%;
    top: -50%;
    z-index: -1;
    left: -20%;
    transform: rotate(25deg);
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.03));
    height: 200%;
    position: absolute;
    content: "";
}.enroll_instantly_053::after {
    width: 250px;
    position: absolute;
    right: -50px;
    height: 250px;
    background: radial-gradient(circle, rgb(147,147,149,0.5) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 8s infinite alternate ease-in-out;
    bottom: -50px;
    z-index: -1;
    content: "";
}.enroll_instantly_053 .container {
    display: flex;
    transform-origin: center center;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    max-width: 1140px;
    transform: perspective(1000px) rotateX(2deg);
    justify-content: center;
    margin: 0 auto;
    position: relative;
    flex-direction: column;
    align-items: center;
    z-index: 2;
}.enroll_instantly_053 .container:hover {
    transform: perspective(1000px) rotateX(0deg);
}.enroll_instantly_053 h6 {
    font-size: calc(21px * 1.2);
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    margin-bottom: 2.5rem;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    line-height: 1.5;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 0.5px;
    max-width: 80%;
    font-weight: 700;
}.enroll_instantly_053 h6::after {
    width: 80px;
    transform: translateX(-50%);
    background: #ffffff;
    left: 50%;
    height: 3px;
    position: absolute;
    bottom: -15px;
    content: "";
    opacity: 0.7;
}.enroll_instantly_053 div div {
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
    justify-content: center;
    display: flex;
}.enroll_instantly_053 div div span {
    transition: transform 0.3s ease;
    display: inline-block;
    margin-top: 10px;
    position: relative;
}.enroll_instantly_053 div div span:hover {
    transform: translateY(-5px);
}.enroll_instantly_053 .help_support_670 {
    font-size: 15px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 1rem 2.5rem;
    color: rgb(110,110,113);
    z-index: 1;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1), 0 4px 6px rgba(0, 0, 0, 0.08);
    font-weight: 600;
    overflow: hidden;
    justify-content: center;
    border-radius: 10px;
    background: #ffffff;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    font-family: Arial, sans-serif;
}.enroll_instantly_053 .help_support_670::before {
    position: absolute;
    opacity: 0;
    z-index: -1;
    background: linear-gradient(to right, rgb(110,110,113), rgb(147,147,149));
    top: 0;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.4s ease;
    width: 100%;
    content: "";
    height: 100%;
    transform-origin: right;
    transform: scaleX(0);
}.enroll_instantly_053 .help_support_670:hover {
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.15), 0 8px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
    color: #ffffff;
}.enroll_instantly_053 .help_support_670:hover::before {
    transform: scaleX(1);
    transform-origin: left;
    opacity: 1;
}.enroll_instantly_053 .help_support_670 span {
    z-index: 2;
    transition: transform 0.3s ease;
    position: relative;
}.enroll_instantly_053 .help_support_670:hover span {
    transform: translateX(5px);
}

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.4;
    }
}

@media (max-width: 991px) {.enroll_instantly_053 {
    padding: 4rem 1.5rem;
}.enroll_instantly_053 h6 {
    max-width: 90%;
    font-size: calc(21px * 1.1);
}.enroll_instantly_053 .help_support_670 {
    padding: 0.9rem 2.2rem;
}
}

@media (max-width: 767px) {.enroll_instantly_053 {
    padding: 3.5rem 1rem;
}.enroll_instantly_053 h6 {
    margin-bottom: 2rem;
    max-width: 100%;
    font-size: 21px;
}.enroll_instantly_053 h6::after {
    bottom: -12px;
    width: 60px;
}.enroll_instantly_053 .help_support_670 {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.95);
}.enroll_instantly_053::before {
    width: 100%;
    left: -30%;
}
}

@media (max-width: 575px) {.enroll_instantly_053 {
    padding: 3rem 0.8rem;
}.enroll_instantly_053 .container {
    transform: perspective(1000px) rotateX(1deg);
}.enroll_instantly_053 h6 {
    margin-bottom: 1.8rem;
    font-size: calc(21px * 0.9);
    line-height: 1.4;
}.enroll_instantly_053 h6::after {
    bottom: -10px;
    width: 50px;
    height: 2px;
}.enroll_instantly_053 .help_support_670 {
    padding: 0.7rem 1.5rem;
    font-size: calc(15px * 0.9);
}}.learning_profits_836 {
    background: linear-gradient(145deg, rgb(184,184,187) 60%, rgba(rgb(110,110,113,0.5), 0.1) 100%);
    overflow: hidden;
    padding: 90px 0;
    position: relative;
}.learning_profits_836::before {
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 30px,
    rgba(rgb(110,110,113,0.5), 0.03) 30px,
    rgba(rgb(110,110,113,0.5), 0.03) 60px
  );
    position: absolute;
    content: "";
    z-index: 0;
}.learning_profits_836 .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.learning_profits_836 .skill_growth_830 {
    position: relative;
    align-items: center;
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
}.learning_profits_836 .text_post_724 {
    background: linear-gradient(
    135deg,
    rgba(rgb(255, 255, 255, 0.5), 0.95),
    rgba(rgb(255, 255, 255, 0.5), 0.85)
  );
    border-radius: 2px;
    transform: translateZ(0);
    padding: 40px 30px;
    width: 100%;
    box-shadow: 
    0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    backdrop-filter: blur(8px);
    border-left: 4px solid rgb(147,147,149);
}.learning_profits_836 .text_post_724 h4 {
    transform: translateX(0);
    font-weight: 700;
    color: rgb(110,110,113);
    position: relative;
    margin-bottom: 30px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 26px;
}.learning_profits_836 .text_post_724 h4::after {
    content: "";
    transform-origin: left;
    bottom: -10px;
    position: absolute;
    background: rgb(147,147,149);
    left: 0;
    transform: scaleX(1);
    width: 60px;
    height: 3px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.learning_profits_836 .text_post_724:hover h4 {
    transform: translateX(5px);
}.learning_profits_836 .text_post_724:hover h4::after {
    transform: scaleX(1.2);
}.learning_profits_836 .text_post_724 > div {
    margin-bottom: 20px;
}.learning_profits_836 .text_post_724 ul {
    list-style: none;
    padding: 0;
}.learning_profits_836 .text_post_724 li {
    transition: transform 0.3s ease, opacity 0.3s ease;
    margin-bottom: 18px;
    transform: translateY(0);
    opacity: 0.95;
}.learning_profits_836 .text_post_724 li:hover {
    transform: translateY(-3px);
    opacity: 1;
}.learning_profits_836 .text_post_724 li p {
    margin: 0;
    line-height: 1.6;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
}.learning_profits_836 .text_post_724 li p span:first-child {
    flex-shrink: 0;
    margin-right: 12px;
    transform: translateY(2px);
}.learning_profits_836 .text_post_724 li p span:last-child {
    color: #000000;
}.learning_profits_836 .text_post_724 svg {
    transition: transform 0.3s ease;
    width: 24px;
    filter: drop-shadow(0 2px 3px rgba(rgb(147,147,149,0.5), 0.3));
    height: 24px;
}.learning_profits_836 .text_post_724 li:hover svg {
    transform: scale(1.1) rotate(5deg);
}.learning_profits_836 .text_post_724 svg path {
    transition: fill 0.3s ease;
    fill: rgb(147,147,149);
}.learning_profits_836 .text_post_724 li:hover svg path {
    fill: rgb(110,110,113);
}.learning_profits_836 .img_show_685 {
    height: auto;
    box-shadow: 
    0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.1);
    max-width: 500px;
    margin-top: 40px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    object-fit: cover;
    border-radius: 2px;
    width: 100%;
    transform: translateY(0) rotate(0);
    filter: saturate(1.05);
}.learning_profits_836 .img_show_685:hover {
    transform: translateY(-10px) rotate(1deg);
}

@media (min-width: 768px) {.learning_profits_836 {
    padding: 120px 0;
}.learning_profits_836 .skill_growth_830 {
    gap: 40px;
    flex-direction: row;
    align-items: stretch;
}.learning_profits_836 .text_post_724 {
    width: 60%;
    z-index: 2;
    padding: 50px 40px;
    margin-right: -20px;
}.learning_profits_836 .img_show_685 {
    margin-top: 60px;
    height: 400px;
    width: 40%;
    transform: translateY(0) rotate(-2deg);
    z-index: 1;
    margin-left: -20px;
}.learning_profits_836 .img_show_685:hover {
    transform: translateY(-10px) rotate(0);
}.learning_profits_836 .text_post_724 > div {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}.learning_profits_836 .text_post_724 > div > ul {
    flex: 1;
}.learning_profits_836 .text_post_724 h4 {
    font-size: 32px;
}
}

@media (min-width: 992px) {.learning_profits_836 {
    padding: 140px 0;
}.learning_profits_836 .skill_growth_830 {
    gap: 60px;
}.learning_profits_836 .text_post_724 {
    padding: 60px 50px;
}.learning_profits_836 .img_show_685 {
    height: 500px;
}.learning_profits_836::after {
    width: 300px;
    position: absolute;
    content: "";
    animation: pulse 15s infinite alternate ease-in-out;
    right: -100px;
    background: radial-gradient(circle, rgba(rgb(147,147,149,0.5), 0.08) 0%, rgba(rgb(147,147,149,0.5), 0) 70%);
    border-radius: 50%;
    top: 15%;
    height: 300px;
}
  
  @keyframes pulse {
    0%, 100% {
      transform: scale(1);
      opacity: 0.5;
    }
    50% {
      transform: scale(1.2);
      opacity: 0.8;
    }
  }
}

@media (max-width: 767px) {.learning_profits_836 {
    padding: 60px 0;
}.learning_profits_836 .text_post_724 {
    padding: 30px 20px;
}.learning_profits_836 .text_post_724 h4 {
    margin-bottom: 25px;
    font-size: 22px;
}.learning_profits_836 .text_post_724 li {
    margin-bottom: 15px;
}.learning_profits_836 .text_post_724 li p {
    font-size: 14px;
}.learning_profits_836 .img_show_685 {
    height: 300px;
    max-width: 100%;
}}.thanksSpot_537 {
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgb(147,147,149,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.thanksSpot_537::before {
    filter: blur(8px);
    right: -5%;
    background: linear-gradient(225deg, rgb(147,147,149) 0%, transparent 70%);
    content: "";
    z-index: 1;
    top: -10%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    width: 25rem;
    height: 25rem;
    transform: rotate(-15deg);
    position: absolute;
    opacity: 0.07;
}.thanksSpot_537::after {
    opacity: 0.09;
    background: linear-gradient(45deg, rgb(110,110,113) 0%, transparent 70%);
    width: 20rem;
    position: absolute;
    height: 20rem;
    transform: rotate(15deg);
    content: "";
    bottom: -5%;
    z-index: 1;
    left: -5%;
    filter: blur(8px);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
}.thanksSpot_537 .container {
    padding: 0 15px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.thanksSpot_537 .skill_growth_830 {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.97), rgba(255, 255, 255, 0.95));
    flex-direction: column;
    transform-origin: center bottom;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    border-left: 4px solid rgb(147,147,149);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}.thanksSpot_537 .skill_growth_830:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 20px rgba(0, 0, 0, 0.05);
}.thanksSpot_537 .skill_growth_830 > div:first-child {
    position: relative;
    margin-bottom: 1.5rem;
}.thanksSpot_537 .skill_growth_830 > div:first-child::after {
    transform-origin: left center;
    position: absolute;
    height: 3px;
    content: "";
    background: linear-gradient(to right, rgb(147,147,149), rgb(110,110,113));
    transition: width 0.4s ease-out;
    bottom: -0.75rem;
    width: 4rem;
    left: 0;
}.thanksSpot_537 .skill_growth_830:hover > div:first-child::after {
    width: 8rem;
}.thanksSpot_537 h5 {
    margin: 0;
    font-weight: 700;
    color: #000000;
    transform: translateZ(0);
    position: relative;
    line-height: 1.4;
    font-size: 24px;
}.thanksSpot_537 a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
}.thanksSpot_537 a:hover {
    transform: translateY(-3px);
}.thanksSpot_537 a::before {
    opacity: 0;
    z-index: 0;
    width: 100%;
    right: 0;
    background: linear-gradient(to top left, rgb(147,147,149,0.5) 0%, transparent 100%);
    position: absolute;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
    bottom: 0;
    height: 100%;
    transform: translateY(100%);
    content: "";
}.thanksSpot_537 a:hover::before {
    transform: translateY(0);
    opacity: 0.05;
}.thanksSpot_537 p {
    z-index: 1;
    position: relative;
    line-height: 1.8;
    font-size: 18px;
    color: #000000;
    margin: 0;
}

@media (min-width: 768px) {.thanksSpot_537 {
    padding: 6rem 0;
}.thanksSpot_537 .skill_growth_830 {
    border-left: 6px solid rgb(147,147,149);
    padding: 4rem;
}.thanksSpot_537 .skill_growth_830 > div:first-child {
    margin-bottom: 2rem;
}.thanksSpot_537 .skill_growth_830 > div:first-child::after {
    width: 6rem;
    height: 4px;
}.thanksSpot_537 .skill_growth_830:hover > div:first-child::after {
    width: 12rem;
}
}

@media (min-width: 992px) {.thanksSpot_537 .skill_growth_830 {
    transform: perspective(1500px) rotateX(2deg) rotateY(-1deg);
    padding: 5rem;
}.thanksSpot_537 .skill_growth_830:hover {
    transform: perspective(1500px) rotateX(0deg) rotateY(0deg);
}.thanksSpot_537 h5 {
    font-size: calc(24px * 1.1);
}.thanksSpot_537 p {
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.thanksSpot_537 {
    padding: 3rem 0;
}.thanksSpot_537 .skill_growth_830 {
    transform: perspective(800px) rotateX(1deg);
    padding: 2rem;
}.thanksSpot_537 h5 {
    font-size: calc(24px * 0.9);
}.thanksSpot_537 p {
    font-size: calc(18px * 0.95);
}.thanksSpot_537 .skill_growth_830 > div:first-child::after {
    width: 3rem;
}.thanksSpot_537 .skill_growth_830:hover > div:first-child::after {
    width: 6rem;
}
}

@media (max-width: 480px) {.thanksSpot_537 {
    padding: 2.5rem 0;
}.thanksSpot_537 .skill_growth_830 {
    transform: perspective(600px) rotateX(1deg);
    padding: 1.5rem;
}.thanksSpot_537 h5 {
    font-size: calc(24px * 0.85);
}.thanksSpot_537 p {
    font-size: calc(18px * 0.9);
}}.leadership_experience_896 {
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgb(147,147,149,0.5) 35%, rgb(110,110,113,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 2rem;
}.leadership_experience_896::before {
    position: absolute;
    content: "";
    left: -10%;
    animation: rotate 20s linear infinite;
    z-index: 0;
    opacity: 0.2;
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(147,147,149,0.5) 120deg, transparent 180deg, rgb(110,110,113,0.5) 260deg, transparent 360deg);
    width: 200%;
    height: 200%;
    top: -50%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.leadership_experience_896 .container {
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.leadership_experience_896 .alumni_testimonials_549 {
    transform: rotateX(5deg) rotateY(-2deg);
    transition: transform 0.5s ease;
    grid-template-columns: minmax(220px, 1fr) 2fr;
    padding: 2.5rem;
    background: #ffffff;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(147,147,149,0.5);
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    grid-template-areas:
    "photo quote"
    "name quote";
    gap: 1.5rem;
    border-radius: 24px;
    display: grid;
    grid-template-rows: auto auto;
}.leadership_experience_896 .alumni_testimonials_549:hover {
    transform: rotateX(0) rotateY(0);
}.leadership_experience_896 .img_show_685 {
    border-radius: 24px;
    width: 100%;
    aspect-ratio: 1/1;
    box-shadow: 
    -5px 5px 0 rgb(110,110,113),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateZ(20px);
    transition: transform 0.3s ease;
    grid-area: photo;
}.leadership_experience_896 .alumni_testimonials_549:hover .img_show_685 {
    transform: translateZ(30px) scale(1.05);
}.leadership_experience_896 .name {
    grid-area: name;
    display: block;
    padding-left: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 700;
    font-size: 24px;
    transform: translateZ(10px);
    position: relative;
    color: rgb(147,147,149);
}.leadership_experience_896 .name + span {
    margin-top: 2rem;
    font-size: 14px;
    letter-spacing: 1px;
    transform: translateZ(5px);
    font-weight: 600;
    opacity: 0.8;
    text-transform: uppercase;
    align-self: end;
    grid-area: name;
    color: #000000;
    padding-left: 1rem;
}.leadership_experience_896 .job_table_175 {
    color: #000000;
    font-size: calc(14px * 1.1);
    transform: translateZ(15px);
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
    grid-area: quote;
    border-radius: 24px;
    padding: 2rem;
    line-height: 1.7;
    background: linear-gradient(to right, #ffffff, rgb(184,184,187));
}.leadership_experience_896 .job_table_175::before {
    mix-blend-mode: overlay;
    height: 100%;
    border-radius: 24px;
    left: 0;
    opacity: 0.3;
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(45deg, rgb(147,147,149,0.5) 0%, transparent 40%, transparent 60%, rgb(110,110,113,0.5) 100%);
}.leadership_experience_896 .alumni_testimonials_549:hover .job_table_175 {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.leadership_experience_896 .alumni_testimonials_549 {
    grid-template-columns: 1fr;
    transform: none;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "img_show_685"
      "name"
      "job_table_175";
}.leadership_experience_896 .img_show_685 {
    margin: 0 auto;
    max-width: 200px;
}.leadership_experience_896 .name,
  .leadership_experience_896 .name + span {
    padding-left: 0;
    text-align: center;
}.leadership_experience_896 .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.leadership_experience_896 {
    padding: 4rem 1rem;
}.leadership_experience_896 .alumni_testimonials_549 {
    padding: 1.5rem;
}.leadership_experience_896 .job_table_175 {
    padding: 1.5rem;
}}.pricing_card_list_239 {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.pricing_card_list_239::before {
    top: 0;
    z-index: 1;
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 100%);
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
}.pricing_card_list_239 .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}.pricing_card_list_239 .rate_schemes_236 {
    position: relative;
    perspective: 1000px;
}.pricing_card_list_239 h2 {
    text-shadow: 0 3px 10px rgba(0,0,0,0.3);
    letter-spacing: 1px;
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out forwards;
    text-align: center;
    margin-bottom: 20px;
    transform: translateZ(50px);
}.pricing_card_list_239 .annual_plan_512 {
    color: #ffffff;
    transform: translateZ(30px);
    margin: 0 auto 50px;
    text-align: center;
    opacity: 0.9;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: calc(18px * 1.1);
    max-width: 800px;
}.pricing_card_list_239 .discount_price_695 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    perspective: 2000px;
}.pricing_card_list_239 .discount_price_695 li {
    transform: translateY(30px) rotateX(5deg);
    height: 100%;
    opacity: 0;
    animation: cardEntrance 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.pricing_card_list_239 .discount_price_695 li:nth-child(1) {
    animation-delay: 0.3s;
}.pricing_card_list_239 .discount_price_695 li:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_card_list_239 .discount_price_695 li:nth-child(3) {
    animation-delay: 0.7s;
}.pricing_card_list_239 .discount_price_695 li:nth-child(4) {
    animation-delay: 0.9s;
}.pricing_card_list_239 .payment_scheme_069 {
    display: block;
    will-change: transform;
    text-decoration: none;
    transform-style: preserve-3d;
    height: 100%;
    color: inherit;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.pricing_card_list_239 .payment_scheme_069:hover {
    transform: translateY(-15px) scale(1.02) rotateX(2deg);
}.pricing_card_list_239 .bundle_price_650 {
    clip-path: polygon(0 0, 100% 0, 100% 94%, 96% 100%, 0 100%);
    height: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 15px rgba(0,0,0,0.1);
    backdrop-filter: blur(10px);
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    background: linear-gradient(135deg, rgb(147,147,149,0.5), rgb(110,110,113,0.5));
    overflow: hidden;
    position: relative;
}.pricing_card_list_239 .payment_scheme_069:hover .bundle_price_650 {
    box-shadow: 0 25px 50px rgba(0,0,0,0.3), 0 15px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.25);
}.pricing_card_list_239 .bundle_price_650::before {
    transition: all 0.4s ease;
    top: -10px;
    height: 100px;
    transform: rotate(45deg);
    background: rgb(110,110,113);
    width: 100px;
    right: -10px;
    content: "";
    opacity: 0.15;
    position: absolute;
}.pricing_card_list_239 .payment_scheme_069:hover .bundle_price_650::before {
    opacity: 0.25;
    transform: rotate(45deg) scale(1.2);
}.pricing_card_list_239 .trial_offers_629 {
    position: relative;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 1;
    padding: 35px 30px;
}.pricing_card_list_239 .payment_scheme_069:hover .trial_offers_629 {
    transform: translateZ(10px);
}.pricing_card_list_239 .trial_offers_629 h4 {
    color: #ffffff;
    font-size: calc(19px * 1.2);
    position: relative;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    font-weight: 700;
}.pricing_card_list_239 .payment_scheme_069:hover .trial_offers_629 h4 {
    transform: translateY(-5px);
}.pricing_card_list_239 .trial_offers_629 h4::after {
    left: 0;
    transition: width 0.4s ease;
    background: rgb(147,147,149);
    position: absolute;
    width: 50px;
    bottom: 0;
    height: 3px;
    content: "";
}.pricing_card_list_239 .payment_scheme_069:hover .trial_offers_629 h4::after {
    width: 80px;
}.pricing_card_list_239 .trial_offers_629 p {
    max-height: 200px;
    transition: opacity 0.3s ease;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.6;
    padding-right: 10px;
    margin-bottom: 30px;
    overflow-y: auto;
    color: #ffffff;
}.pricing_card_list_239 .trial_offers_629 p::-webkit-scrollbar {
    width: 4px;
}.pricing_card_list_239 .trial_offers_629 p::-webkit-scrollbar-thumb {
    background: rgb(147,147,149,0.5);
    border-radius: 10px;
}.pricing_card_list_239 .payment_scheme_069:hover .trial_offers_629 p {
    opacity: 1;
}.pricing_card_list_239 .cost_matrix_961 {
    text-shadow: 0 2px 8px rgba(0,0,0,0.2);
    font-size: calc(19px * 1.4);
    color: #ffffff;
    position: relative;
    display: block;
    margin-top: 20px;
    font-weight: 700;
    transition: all 0.4s ease;
}.pricing_card_list_239 .cost_matrix_961::before {
    background: rgb(110,110,113);
    top: -10px;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    height: 2px;
    position: absolute;
    width: 30px;
}.pricing_card_list_239 .payment_scheme_069:hover .cost_matrix_961::before {
    width: 50px;
}.pricing_card_list_239 .payment_scheme_069:hover .cost_matrix_961 {
    color: rgb(110,110,113);
    transform: scale(1.1);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px) translateZ(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(50px);
    }
}

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

@keyframes cardEntrance {
    from {
        opacity: 0;
        transform: translateY(30px) rotateX(5deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) rotateX(0);
    }
}

@media (max-width: 1200px) {.pricing_card_list_239 {
    padding: 100px 0;
}.pricing_card_list_239 h2 {
    font-size: calc(34px * 0.9);
}.pricing_card_list_239 .annual_plan_512 {
    margin-bottom: 40px;
    font-size: 18px;
}.pricing_card_list_239 .discount_price_695 {
    gap: 25px;
}
}

@media (max-width: 992px) {.pricing_card_list_239 {
    padding: 80px 0;
}.pricing_card_list_239 .discount_price_695 {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}.pricing_card_list_239 .trial_offers_629 {
    padding: 30px 25px;
}.pricing_card_list_239 .trial_offers_629 p {
    max-height: 180px;
}
}

@media (max-width: 768px) {.pricing_card_list_239 {
    padding: 70px 0;
}.pricing_card_list_239 h2 {
    margin-bottom: 15px;
    font-size: calc(34px * 0.8);
}.pricing_card_list_239 .annual_plan_512 {
    font-size: calc(18px * 0.95);
    margin-bottom: 30px;
}.pricing_card_list_239 .discount_price_695 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 500px;
}.pricing_card_list_239 .bundle_price_650 {
    clip-path: polygon(0 0, 100% 0, 100% 96%, 94% 100%, 0 100%);
}.pricing_card_list_239 .cost_matrix_961 {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 576px) {.pricing_card_list_239 {
    padding: 60px 0;
}.pricing_card_list_239 h2 {
    font-size: calc(34px * 0.7);
}.pricing_card_list_239 .annual_plan_512 {
    margin-bottom: 25px;
    font-size: calc(18px * 0.9);
}.pricing_card_list_239 .trial_offers_629 {
    padding: 25px 20px;
}.pricing_card_list_239 .trial_offers_629 h4 {
    padding-bottom: 10px;
    font-size: 19px;
    margin-bottom: 15px;
}.pricing_card_list_239 .trial_offers_629 p {
    margin-bottom: 20px;
    font-size: calc(18px * 0.9);
    max-height: 150px;
}}.title_portal_925 {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}.master_zone_209 {
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
    display: flex;
}.master_zone_209::before {
    z-index: 1;
    background: linear-gradient(135deg, 
    rgb(147,147,149,0.5) 0%,
    rgba(0,0,0,0.7) 50%, 
    rgb(110,110,113,0.5) 100%);
    top: 0;
    width: 100%;
    animation: gradientShift 8s infinite alternate ease-in-out;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
}.master_zone_209::after {
    top: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 10% 100%);
    background: repeating-linear-gradient(
    -45deg,
    rgb(110,110,113,0.5) 0px,
    transparent 2px,
    transparent 10px,
    rgb(110,110,113,0.5) 12px
  );
    opacity: 0.15;
    width: 70%;
    height: 100%;
    position: absolute;
    z-index: 2;
    right: 0;
    animation: patternFloat 20s infinite linear;
    content: '';
}.title_portal_925 .skill_guides_483 {
    opacity: 0;
    z-index: 5;
    animation: slideInContent 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
    max-width: 800px;
    transform: translateX(-2rem);
    padding: 4rem;
    position: relative;
}.title_portal_925 .skill_guides_483::before {
    left: 0;
    background: rgb(147,147,149);
    content: '';
    box-shadow: 0 0 20px rgb(147,147,149,0.5);
    height: 70%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 6px;
    border-radius: 10px;
}.title_portal_925 h1 {
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    margin-bottom: 1.5rem;
    opacity: 0;
    animation: fadeUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    line-height: 1.2;
    font-size: 42px;
    transform: translateY(20px);
}.title_portal_925 h1::after {
    width: 100px;
    content: '';
    position: absolute;
    height: 3px;
    bottom: -10px;
    animation: expandLine 1.2s 1.1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.02);
    left: 0;
    background: rgb(110,110,113);
    transform: scaleX(0);
    transform-origin: left;
}.title_portal_925 h3 {
    font-weight: 600;
    margin-bottom: 1.5rem;
    opacity: 0;
    padding: 1rem 2rem 1rem 0;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0% 100%);
    line-height: 1.5;
    color: #ffffff;
    font-size: calc(19px + 0.15rem);
    transform: translateY(20px);
    animation: fadeUp 0.8s 0.9s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 90%;
    background: linear-gradient(90deg, 
    rgb(110,110,113,0.5) 0%, 
    transparent 100%);
    position: relative;
}.title_portal_925 p {
    transition: transform 0.4s ease-out;
    transform: translateY(20px);
    border-left: 3px solid rgb(147,147,149);
    line-height: 1.6;
    color: #ffffff;
    opacity: 0;
    font-weight: 400;
    animation: fadeUp 0.8s 1.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    padding: 0.75rem 1.5rem;
    font-size: 15px;
    background-color: rgba(0,0,0,0.3);
    backdrop-filter: blur(5px);
}.title_portal_925 p:hover {
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    transform: translateX(10px) scale(1.02);
}

@keyframes slideInContent {
  0% {
    transform: translateX(-5rem);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes patternFloat {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 100px 100px;
  }
}

@keyframes gradientShift {
  0% {
    opacity: 0.85;
    background-position: 0% 50%;
  }
  50% {
    opacity: 0.75;
  }
  100% {
    opacity: 0.9;
    background-position: 100% 50%;
  }
}

@media screen and (max-width: 1200px) {.title_portal_925 .skill_guides_483 {
    max-width: 700px;
    padding: 3rem;
}.title_portal_925 h1 {
    font-size: calc(42px - 0.2rem);
}.title_portal_925 h3 {
    font-size: 19px;
    max-width: 95%;
}
}

@media screen and (max-width: 992px) {.master_zone_209 {
    justify-content: center;
}.master_zone_209::after {
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.title_portal_925 .skill_guides_483 {
    text-align: center;
    padding: 2.5rem;
    max-width: 90%;
}.title_portal_925 .skill_guides_483::before {
    left: 50%;
    width: 70%;
    height: 4px;
    top: 0;
    transform: translateX(-50%);
}.title_portal_925 h1::after {
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.title_portal_925 h1, .title_portal_925 h3, .title_portal_925 p {
    max-width: 100%;
}@keyframes expandLine {
    0% {
      transform: translateX(-50%) scaleX(0);
    }
    100% {
      transform: translateX(-50%) scaleX(1);
    }
  }
  
  .title_portal_925 h3 {
    background: rgba(0,0,0,0.3);
    padding: 1rem;
    clip-path: none;
}.title_portal_925 p {
    border-left: none;
    border-bottom: 3px solid rgb(147,147,149);
}.title_portal_925 p:hover {
    transform: translateY(-5px) scale(1.02);
}
}

@media screen and (max-width: 768px) {.title_portal_925 {
    height: 90vh;
}.title_portal_925 .skill_guides_483 {
    max-width: 95%;
    padding: 2rem 1.5rem;
}.title_portal_925 h1 {
    font-size: calc(42px - 0.5rem);
    margin-bottom: 1rem;
}.title_portal_925 h3 {
    font-size: calc(19px - 0.1rem);
    margin-bottom: 1rem;
}.title_portal_925 p {
    font-size: calc(15px - 0.1rem);
}
}

@media screen and (max-width: 576px) {.title_portal_925 {
    height: 80vh;
}.master_zone_209::before {
    background: linear-gradient(180deg, 
      rgba(0,0,0,0.7) 0%,
      rgb(147,147,149,0.5) 100%);
}.master_zone_209::after {
    opacity: 0.1;
}.title_portal_925 .skill_guides_483 {
    max-width: 100%;
    padding: 1.5rem 1rem;
}.title_portal_925 h1 {
    font-size: calc(42px - 0.7rem);
}.title_portal_925 h3 {
    font-size: calc(19px - 0.2rem);
}.title_portal_925 p {
    padding: 0.5rem 1rem;
}.title_portal_925 .skill_guides_483::before {
    width: 50%;
}}.customer_opinions_468 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(184,184,187) 0%, rgba(245, 247, 251, 0.95) 100%);
}.customer_opinions_468::before {
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(147,147,149,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(110,110,113,0.5) 0%, transparent 20%);
    top: 0;
    opacity: 0.07;
    position: absolute;
    width: 100%;
}.customer_opinions_468::after {
    opacity: 0.03;
    content: "";
    top: -5%;
    background: rgb(147,147,149,0.5);
    width: 40%;
    transform: rotate(-15deg) skew(10deg);
    position: absolute;
    height: 40%;
    z-index: 0;
    right: -5%;
}.customer_opinions_468 h2 {
    margin-bottom: 3.5rem;
    transform: translateX(2vw);
    text-align: left;
    position: relative;
    z-index: 2;
    color: #000000;
    font-weight: 700;
    font-size: calc(35px * 1.1);
}.customer_opinions_468 h2::after {
    content: "";
    left: 0;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 3px;
    width: 5rem;
    transform-origin: left center;
    position: absolute;
    bottom: -0.8rem;
    background: linear-gradient(90deg, rgb(147,147,149) 0%, rgb(110,110,113) 100%);
}.customer_opinions_468 h2:hover::after {
    transform: scaleX(1.2);
}.customer_opinions_468 .container {
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.customer_opinions_468 .skill_growth_830 {
    position: relative;
    overflow: visible;
}.customer_opinions_468 .testimonial_space_190 {
    display: grid;
    position: relative;
    gap: 2.5rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.customer_opinions_468 .alumni_testimonials_549 {
    transform: translateY(0);
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    flex-direction: column;
    border-left: 3px solid rgb(110,110,113);
    position: relative;
    z-index: 1;
    padding: 2rem 1.75rem;
    display: flex;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.03);
}.customer_opinions_468 .alumni_testimonials_549::before {
    content: "";
    font-size: 8rem;
    line-height: 1;
    top: -2rem;
    right: 1rem;
    opacity: 0.07;
    position: absolute;
    font-family: Arial, sans-serif;
    z-index: -1;
    color: rgb(147,147,149);
}.customer_opinions_468 .alumni_testimonials_549:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(var(--primary-color-rgb), 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(2n) {
    border-left: 3px solid rgb(147,147,149);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(3n) {
    border-left: 3px solid rgb(110,110,113);
}.customer_opinions_468 .alumni_testimonials_549 h3 {
    font-weight: 600;
    color: rgb(147,147,149);
    font-size: calc(19px * 1.05);
    letter-spacing: 0.02em;
    margin: 0 0 0.75rem;
}.customer_opinions_468 .alumni_testimonials_549 .description {
    flex-grow: 1;
    font-style: italic;
    line-height: 1.6;
    margin: 0 0 1.5rem;
    font-size: 16px;
    color: #000000;
}.customer_opinions_468 .alumni_testimonials_549 div {
    transition: transform 0.4s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    width: 3.5rem;
    border: 2px solid rgba(var(--primary-color-rgb), 0.1);
    height: 3.5rem;
    border-radius: 50%;
    margin-top: auto;
    position: relative;
    overflow: hidden;
    transform: rotate(-3deg);
}.customer_opinions_468 .alumni_testimonials_549:hover div {
    transform: rotate(0deg) scale(1.05);
}.customer_opinions_468 .alumni_testimonials_549 img {
    transition: transform 0.5s ease;
    object-fit: cover;
    height: 100%;
    width: 100%;
}.customer_opinions_468 .alumni_testimonials_549:hover img {
    transform: scale(1.1);
}

@media (min-width: 992px) {.customer_opinions_468 {
    padding: 7rem 0;
}.customer_opinions_468 h2 {
    transform: translateX(4vw);
    font-size: calc(35px * 1.2);
    margin-bottom: 4rem;
}.customer_opinions_468 .testimonial_space_190 {
    gap: 2rem;
    grid-template-columns: repeat(4, 1fr);
}.customer_opinions_468 .alumni_testimonials_549 {
    padding: 2.5rem 2rem;
}.customer_opinions_468 .alumni_testimonials_549:nth-child(odd) {
    transform: translateY(25px);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(even) {
    transform: translateY(-15px);
}.customer_opinions_468 .alumni_testimonials_549:hover {
    transform: translateY(-10px);
}
}

@media (min-width: 1200px) {.customer_opinions_468 h2 {
    margin-bottom: 5rem;
    transform: translateX(6vw);
}.customer_opinions_468 .testimonial_space_190 {
    gap: 2.5rem;
}.customer_opinions_468 .alumni_testimonials_549 {
    height: calc(100% - 20px);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(1) {
    transform: translateY(0);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(2) {
    transform: translateY(40px);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(3) {
    transform: translateY(20px);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(4) {
    transform: translateY(60px);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(5) {
    transform: translateY(10px);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(6) {
    transform: translateY(50px);
}.customer_opinions_468 .alumni_testimonials_549:nth-child(7) {
    transform: translateY(30px);
}.customer_opinions_468 .alumni_testimonials_549:hover {
    transform: translateY(calc(var(--translateY) - 15px));
}
}

@media (max-width: 991px) {.customer_opinions_468 {
    padding: 4rem 0;
}.customer_opinions_468 h2 {
    transform: translateX(0);
    font-size: calc(35px * 1.05);
    text-align: center;
}.customer_opinions_468 h2::after {
    left: 50%;
    transform: translateX(-50%);
}.customer_opinions_468 .testimonial_space_190 {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 767px) {.customer_opinions_468 {
    padding: 3rem 0;
}.customer_opinions_468 h2 {
    margin-bottom: 2.5rem;
    font-size: 35px;
}.customer_opinions_468 .testimonial_space_190 {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.customer_opinions_468 .alumni_testimonials_549 {
    padding: 1.5rem;
}
}

@media (max-width: 480px) {.customer_opinions_468 h2 {
    margin-bottom: 2rem;
    font-size: calc(35px * 0.85);
}.customer_opinions_468 .alumni_testimonials_549 {
    padding: 1.25rem;
}.customer_opinions_468 .alumni_testimonials_549 h3 {
    font-size: 19px;
}.customer_opinions_468 .alumni_testimonials_549 .description {
    font-size: calc(16px * 0.95);
}}.about_this_573 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.about_this_573::before {
    top: 0;
    position: absolute;
    left: 0;
    backdrop-filter: blur(5px);
    height: 100%;
    width: 100%;
    z-index: 1;
    content: "";
    background: rgba(0, 0, 0, 0.5);
}.about_this_573::after {
    width: 100%;
    left: 0;
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgba(0,0,0,0.85) 0%, 
        rgba(20,20,40,0.7) 50%, 
        rgba(0,0,0,0.85) 100%);
    height: 100%;
}.about_this_573 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    perspective: 1000px;
    max-width: 1200px;
    z-index: 5;
}.about_this_573 .text_post_724 {
    box-shadow: 
        0 20px 40px rgba(0,0,0,0.3),
        0 5px 15px rgba(0,0,0,0.2),
        0 0 0 1px rgba(255,255,255,0.1);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 40px;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 30px), 
        calc(100% - 30px) 100%, 
        0 100%
    );
    position: relative;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    transform-style: preserve-3d;
}.about_this_573 .text_post_724:hover {
    box-shadow: 
        0 25px 50px rgba(0,0,0,0.4),
        0 10px 20px rgba(0,0,0,0.3),
        0 0 0 1px rgba(255,255,255,0.15);
    transform: translateZ(20px) rotateX(2deg);
}.about_this_573 h1 {
    text-shadow: 0 4px 8px rgba(0,0,0,0.3);
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    transform: translateZ(30px);
    margin-bottom: 40px;
    color: #ffffff;
    font-size: 43px;
}.about_this_573 h1::after {
    content: "";
    width: 100px;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(147,147,149), rgb(110,110,113));
    position: absolute;
    transform-origin: left;
    height: 4px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(1);
}.about_this_573 .text_post_724:hover h1::after {
    transform: scaleX(1.5);
}.about_this_573 ul {
    margin: 0;
    padding: 0;
    transform: translateZ(10px);
    list-style: none;
}.about_this_573 li {
    margin-bottom: 20px;
}.about_this_573 li:last-child {
    margin-bottom: 0;
}.about_this_573 h4 {
    display: inline-block;
    font-size: calc(19px + 2px);
    color: rgb(147,147,149);
    position: relative;
    transform: translateZ(20px);
    font-weight: 600;
    margin-bottom: 15px;
}.about_this_573 h4::before {
    transform: translateY(-50%) rotate(45deg);
    background: rgb(110,110,113);
    left: -15px;
    height: 8px;
    content: "";
    position: absolute;
    top: 50%;
    width: 8px;
}.about_this_573 span {
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
    display: block;
    column-count: 1;
    transition: all 0.5s ease;
    font-size: 14px;
    transform: translateZ(5px);
    column-gap: 40px;
    position: relative;
    line-height: 1.8;
    color: #ffffff;
}.about_this_573 .text_post_724::before {
    transform: rotate(45deg);
    background: linear-gradient(135deg, rgb(147,147,149,0.5), transparent 70%);
    opacity: 0.7;
    height: 100px;
    transition: all 0.5s ease;
    top: -10px;
    right: -10px;
    width: 100px;
    z-index: -1;
    position: absolute;
    content: "";
}.about_this_573 .text_post_724:hover::before {
    transform: rotate(60deg) scale(1.2);
}

@media (min-width: 768px) {.about_this_573 .text_post_724 {
    padding: 60px;
}.about_this_573 span {
    column-count: 2;
}.about_this_573 h1 {
    font-size: calc(43px + 10px);
}
}

@media (min-width: 992px) {.about_this_573 {
    padding: 150px 0;
}.about_this_573 .text_post_724 {
    padding: 80px;
    margin-left: 50px;
}.about_this_573 span {
    column-count: 2;
}.about_this_573 h1 {
    margin-left: -30px;
    transform: translateZ(40px);
}
}

@media (max-width: 767px) {.about_this_573 {
    padding: 60px 0;
}.about_this_573 .text_post_724 {
    padding: 30px;
}.about_this_573 h1 {
    font-size: calc(43px - 4px);
    margin-bottom: 30px;
}.about_this_573 h4 {
    font-size: 19px;
}.about_this_573 span {
    font-size: calc(14px - 1px);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.about_this_573 {
    padding: 40px 0;
}.about_this_573 .text_post_724 {
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 20px), 
            calc(100% - 20px) 100%, 
            0 100%
        );
    padding: 25px 20px;
}.about_this_573 h1 {
    font-size: calc(43px - 8px);
    margin-bottom: 20px;
}.about_this_573 h1::after {
    width: 70px;
    height: 3px;
}}

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

.about_this_573 .text_post_724 {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}.about_this_573 h1 {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.2s;
}.about_this_573 h4 {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.4s;
}.about_this_573 span {
    animation: fadeInUp 0.8s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    animation-delay: 0.6s;
}