* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}a {
    color: inherit;
    text-decoration: none;
}.segment-wrapper_m7 {
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}.page_nav_Uv {
    flex: 1 0 auto;
}.price_table_li {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1224px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.our_team_YK {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0 100px;
}.our_team_YK::before {
    left: 0;
    top: 0;
    content: '';
    bottom: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
}.our_team_YK::after {
    position: absolute;
    z-index: 1;
    height: 70%;
    top: -10%;
    animation: float 15s ease-in-out infinite;
    width: 40%;
    background: rgb(197,193,219);
    right: -5%;
    opacity: 0.15;
    content: '';
    transform: rotate(-15deg) skewX(-15deg);
}.our_team_YK .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.our_team_YK h2 {
    position: relative;
    opacity: 0;
    margin-bottom: 50px;
    transform: translateX(-20px);
    font-weight: 700;
    color: #ffffff;
    font-size: 38px;
    padding-bottom: 15px;
    animation: slideInTitle 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.our_team_YK h2::after {
    bottom: 0;
    width: 80px;
    background: rgb(197,193,219);
    height: 3px;
    left: 0;
    animation: expandLine 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    content: '';
}.our_team_YK .text_block_DG {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    display: flex;
    animation: slideUpFade 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.3s;
    opacity: 0;
    transform: translateY(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    position: relative;
}.our_team_YK .text_block_DG::before {
    left: 0;
    top: 0;
    height: 0;
    width: 3px;
    animation: expandHeight 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.8s;
    background: rgb(164,162,197);
    content: '';
    position: absolute;
}.our_team_YK .text_block_DG > div {
    width: 100%;
}.our_team_YK .text_block_DG p {
    margin-bottom: 20px;
    color: rgb(197,193,219);
    font-size: calc(18px - 2px);
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.6s;
    opacity: 0;
    transform: translateX(-15px);
    font-weight: 600;
}.our_team_YK .text_block_DG div div {
    column-count: 1;
    font-size: 18px;
    animation: fadeInText 1s ease forwards 0.9s;
    font-family: Arial, sans-serif;
    color: #ffffff;
    transform: translateY(20px);
    line-height: 1.8;
    opacity: 0;
}

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

@keyframes expandLine {
    to {
        transform: scaleX(1);
    }
}

@keyframes slideUpFade {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes expandHeight {
    to {
        height: 100%;
    }
}

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

@keyframes fadeInText {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@media screen and (min-width: 768px) {.our_team_YK {
    padding: 150px 0 130px;
}.our_team_YK h2 {
    font-size: calc(38px + 0.5rem);
    margin-bottom: 60px;
}.our_team_YK h2::after {
    width: 120px;
}.our_team_YK .text_block_DG {
    margin-right: 40px;
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
    padding: 60px;
    margin-left: 40px;
}.our_team_YK .text_block_DG::before {
    width: 5px;
}.our_team_YK .text_block_DG div div {
    column-gap: 40px;
    column-count: 2;
}
}

@media screen and (min-width: 992px) {.our_team_YK {
    padding: 180px 0 160px;
}.our_team_YK::after {
    top: -15%;
    right: -2%;
    width: 35%;
    height: 80%;
}.our_team_YK h2 {
    margin-left: 60px;
}.our_team_YK .text_block_DG {
    padding: 70px;
    margin-right: 60px;
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-2deg);
    margin-left: 60px;
}.our_team_YK .text_block_DG:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_team_YK .text_block_DG div div {
    column-gap: 50px;
    column-count: 2;
}
}

@media screen and (min-width: 1200px) {.our_team_YK .text_block_DG {
    margin: 0 auto;
    max-width: 90%;
}.our_team_YK .text_block_DG::after {
    transform-origin: right;
    background: linear-gradient(90deg, transparent, rgb(197,193,219));
    right: 30px;
    animation: expandWidth 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 1.2s;
    height: 5px;
    transform: scaleX(0);
    width: 200px;
    position: absolute;
    bottom: -15px;
    content: '';
}
    
    @keyframes expandWidth {
        to {
            transform: scaleX(1);
        }
    }
}

@media (hover: hover) {.our_team_YK .text_block_DG {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                   box-shadow 0.4s ease;
}.our_team_YK .text_block_DG:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3), 
                    0 0 0 1px rgba(rgb(197,193,219,0.5), 0.1);
}
}

@media (prefers-reduced-motion: reduce) {.our_team_YK h2,
    .our_team_YK h2::after,
    .our_team_YK .text_block_DG,
    .our_team_YK .text_block_DG::before,
    .our_team_YK .text_block_DG p,
    .our_team_YK .text_block_DG div div,
    .our_team_YK::after {
    animation: none;
    opacity: 1;
    transform: none;
}.our_team_YK h2::after,
    .our_team_YK .text_block_DG::before {
    width: 100%;
    transform: none;
    height: 100%;
}}.get_in_touch_9N {
    background: rgb(225,223,238);
    overflow: hidden;
    position: relative;
    padding: 90px 0;
}.get_in_touch_9N::before {
    content: '';
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(197,193,219,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 70%, rgb(164,162,197,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    opacity: 0.2;
    height: 100%;
}.get_in_touch_9N::after {
    height: 100%;
    width: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.03) 10px, rgba(255, 255, 255, 0.03) 20px);
    content: '';
    position: absolute;
    top: 0;
}.get_in_touch_9N .image_shadow_de {
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 45%;
    z-index: 1;
    border-radius: 100px 0 0 100px;
    height: 95%;
    right: 0;
    top: 2.5%;
}.get_in_touch_9N .image_shadow_de::after {
    width: 100%;
    position: absolute;
    height: 100%;
    content: '';
    background: linear-gradient(to right, rgb(197,193,219,0.5), transparent 70%);
    top: 0;
    left: 0;
    border-radius: 100px 0 0 100px;
}.get_in_touch_9N .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.get_in_touch_9N h3 {
    font-weight: 700;
    font-size: 37px;
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    color: #000000;
}.get_in_touch_9N .reach_info_Q0 {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    display: flex;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #ffffff;
}.get_in_touch_9N .reach_info_Q0::before {
    left: -100px;
    border-radius: 50%;
    height: 200px;
    background: rgb(197,193,219,0.5);
    opacity: 0.05;
    content: '';
    top: -100px;
    width: 200px;
    position: absolute;
}.get_in_touch_9N .reach_info_Q0::after {
    opacity: 0.05;
    position: absolute;
    right: -75px;
    border-radius: 50%;
    bottom: -75px;
    height: 150px;
    content: '';
    width: 150px;
    background: rgb(164,162,197,0.5);
}.get_in_touch_9N .request_form_UX {
    position: relative;
    width: 60%;
    padding: 50px;
}.get_in_touch_9N form h3 {
    margin-bottom: 30px;
    font-size: 19px;
    color: rgb(197,193,219);
    text-align: left;
}.get_in_touch_9N form h3::before,
.get_in_touch_9N form h3::after {
    display: none;
}.get_in_touch_9N input[type="text"],
.get_in_touch_9N textarea {
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    color: #000000;
    background: rgba(245, 245, 245, 0.5);
    margin-bottom: 20px;
    padding: 15px 25px;
    font-size: 15px;
    font-family: Arial, sans-serif;
    width: 100%;
}.get_in_touch_9N input[type="text"]:focus,
.get_in_touch_9N textarea:focus {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 15px rgb(197,193,219,0.5);
    border-color: rgb(197,193,219,0.5);
    outline: none;
}.get_in_touch_9N textarea {
    resize: none;
    border-radius: 20px;
    height: 140px;
}.get_in_touch_9N .message_help_2w {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px;
}.get_in_touch_9N .message_help_2w input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.get_in_touch_9N .message_help_2w label {
    line-height: 1.6;
    cursor: pointer;
    color: #000000;
    padding-left: 35px;
    font-size: 13px;
    position: relative;
}.get_in_touch_9N .message_help_2w label::before {
    width: 22px;
    top: 2px;
    border-radius: 50%;
    transition: all 0.3s ease;
    border: 2px solid rgb(197,193,219,0.5);
    content: '';
    height: 22px;
    left: 0;
    background: #ffffff;
    position: absolute;
}.get_in_touch_9N .message_help_2w input[type="checkbox"]:checked + label::before {
    background: rgb(197,193,219);
    border-color: rgb(197,193,219);
}.get_in_touch_9N .message_help_2w input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    content: '';
    top: 6px;
    left: 8px;
    position: absolute;
    height: 10px;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
}.get_in_touch_9N .message_help_2w a {
    transition: all 0.3s ease;
    color: rgb(197,193,219);
    text-decoration: none;
}.get_in_touch_9N .message_help_2w a:hover {
    color: rgb(164,162,197);
}.get_in_touch_9N .help_message_L4 {
    z-index: 1;
    border-radius: 50px;
    border: none;
    font-size: 17px;
    padding: 15px 40px;
    background: rgb(197,193,219);
    position: relative;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.get_in_touch_9N .help_message_L4::before {
    content: '';
    top: 0;
    background: rgb(164,162,197);
    position: absolute;
    height: 100%;
    left: 0;
    transition: all 0.5s ease;
    width: 100%;
    z-index: -1;
    transform: translateY(100%);
    border-radius: 50px;
}.get_in_touch_9N .help_message_L4:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 20px rgb(197,193,219,0.5);
}.get_in_touch_9N .help_message_L4:hover::before {
    transform: translateY(0);
}.get_in_touch_9N .help_feedback_mq {
    padding: 50px;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    border-radius: 70px 0 0 70px;
    z-index: 3;
    right: 0;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.1);
    position: absolute;
    display: flex;
    flex-direction: column;
    background: linear-gradient(135deg, rgb(197,193,219), rgb(164,162,197));
    width: 40%;
}.get_in_touch_9N .help_feedback_mq::before {
    background: 
        repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.05) 10px, rgba(255, 255, 255, 0.05) 20px);
    border-radius: 70px 0 0 70px;
    top: 0;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
}.get_in_touch_9N .help_feedback_mq h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 19px;
    margin-bottom: 30px;
    font-weight: 600;
    position: relative;
}.get_in_touch_9N .help_feedback_mq h4::after {
    content: '';
    left: 0;
    border-radius: 3px;
    background: #ffffff;
    bottom: -10px;
    width: 40px;
    position: absolute;
    height: 3px;
}.get_in_touch_9N .contact_feedback_fS {
    margin: 0;
    padding: 0;
    list-style: none;
}.get_in_touch_9N .contact_feedback_fS li {
    transition: all 0.3s ease;
    align-items: flex-start;
    border-radius: 10px;
    margin-bottom: 25px;
    display: flex;
    padding: 5px;
}.get_in_touch_9N .contact_feedback_fS li:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.get_in_touch_9N .contact_feedback_fS svg {
    margin-top: 3px;
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
}.get_in_touch_9N .contact_feedback_fS li:hover svg {
    transform: scale(1.2);
}.get_in_touch_9N .contact_feedback_fS svg path {
    fill: #ffffff;
}.get_in_touch_9N .contact_feedback_fS span {
    font-family: Arial, sans-serif;
    font-size: 15px;
    color: #ffffff;
    line-height: 1.6;
}.get_in_touch_9N .contact_feedback_fS a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.get_in_touch_9N .contact_feedback_fS a:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {.get_in_touch_9N .reach_info_Q0 {
    width: 70%;
}.get_in_touch_9N .help_feedback_mq {
    width: 35%;
}
}

@media (max-width: 992px) {.get_in_touch_9N .image_shadow_de {
    display: none;
}.get_in_touch_9N .container {
    align-items: center;
    display: flex;
    flex-direction: column;
}.get_in_touch_9N .reach_info_Q0 {
    max-width: 600px;
    width: 100%;
    flex-direction: column;
}.get_in_touch_9N .help_feedback_mq {
    width: 100%;
    top: auto;
    right: auto;
    position: relative;
    transform: none;
    border-radius: 20px;
    max-width: 600px;
    margin-top: 30px;
}.get_in_touch_9N .help_feedback_mq::before {
    border-radius: 20px;
}
}

@media (max-width: 768px) {.get_in_touch_9N {
    padding: 70px 0;
}.get_in_touch_9N h3 {
    font-size: calc(37px * 0.9);
    margin-bottom: 40px;
}.get_in_touch_9N .request_form_UX,
    .get_in_touch_9N .help_feedback_mq {
    padding: 30px;
}
}

@media (max-width: 576px) {.get_in_touch_9N {
    padding: 50px 0;
}.get_in_touch_9N h3 {
    margin-bottom: 30px;
    font-size: calc(37px * 0.8);
}.get_in_touch_9N .request_form_UX,
    .get_in_touch_9N .help_feedback_mq {
    padding: 25px 20px;
}.get_in_touch_9N input[type="text"],
    .get_in_touch_9N textarea {
    padding: 12px 20px;
    margin-bottom: 15px;
}.get_in_touch_9N .help_message_L4 {
    width: 100%;
    padding: 12px;
}}.instructor_history_8H {
    background: linear-gradient(90deg, rgb(225,223,238) 30%, rgb(164,162,197,0.5) 100%);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}.instructor_history_8H::before {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(197,193,219,0.5) 0,
        rgb(197,193,219,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    height: 100%;
    width: 100%;
    content: "";
    opacity: 0.1;
    top: 0;
    position: absolute;
}.instructor_history_8H::after {
    height: 140%;
    filter: blur(60px);
    transform: rotate(-15deg);
    right: -10%;
    width: 50%;
    position: absolute;
    z-index: 0;
    content: "";
    background: rgb(197,193,219,0.5);
    top: -20%;
}.instructor_history_8H .student_feedback_jV {
    position: relative;
    display: grid;
    max-width: 1100px;
    transform: rotateX(5deg) rotateZ(-1deg);
    gap: 0;
    z-index: 1;
    grid-template-columns: 1fr 1.2fr;
    transform-style: preserve-3d;
    margin: 0 auto;
}.instructor_history_8H .image_shadow_de {
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform: translateZ(30px);
    border-radius: 0;
    height: 450px;
    transition: all 0.7s ease;
    z-index: 2;
}.instructor_history_8H .career_summary_o3 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    display: flex;
    margin-left: -3rem;
    z-index: 1;
    padding: 3rem 3rem 3rem 5rem;
    transition: all 0.7s ease;
    transform: translateZ(10px);
    justify-content: center;
    position: relative;
    transform-style: preserve-3d;
    flex-direction: column;
    background: #ffffff;
}.instructor_history_8H .career_summary_o3::before {
    width: 10px;
    top: 50%;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(197,193,219), rgb(164,162,197));
    position: absolute;
    transform: translateY(-50%);
    height: 60%;
}.instructor_history_8H .name {
    font-size: calc(30px * 1.2);
    color: #000000;
    font-weight: 700;
    transition: transform 0.5s ease;
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
}.instructor_history_8H .career_summary_o3 div:nth-child(2) {
    transition: transform 0.5s ease 0.1s;
    margin-bottom: 2rem;
    font-size: 22px;
    color: rgb(164,162,197);
    font-weight: 600;
    transform: translateZ(15px);
}.instructor_history_8H .work_list_Dw {
    transform: translateZ(10px);
    position: relative;
    color: #000000;
    line-height: 1.7;
    transition: transform 0.5s ease 0.2s;
    font-style: italic;
    font-size: 14px;
}.instructor_history_8H .work_list_Dw::after {
    line-height: 0;
    bottom: -2rem;
    content: "";
    right: 0;
    position: absolute;
    font-size: 5rem;
    font-family: serif;
    color: rgb(197,193,219,0.5);
}.instructor_history_8H .student_feedback_jV:hover .image_shadow_de {
    transform: translateZ(50px) translateX(-20px);
}.instructor_history_8H .student_feedback_jV:hover .career_summary_o3 {
    transform: translateZ(30px) translateX(20px);
}.instructor_history_8H .student_feedback_jV:hover .name {
    transform: translateZ(40px);
}.instructor_history_8H .student_feedback_jV:hover .career_summary_o3 div:nth-child(2) {
    transform: translateZ(35px);
}.instructor_history_8H .student_feedback_jV:hover .work_list_Dw {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.instructor_history_8H .student_feedback_jV {
    transform: none;
    grid-template-columns: 1fr;
}.instructor_history_8H .image_shadow_de {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
    transform: none;
    height: 350px;
}.instructor_history_8H .career_summary_o3 {
    padding: 3rem 2rem 2rem;
    transform: none;
    margin-left: 0;
    z-index: 3;
}.instructor_history_8H .career_summary_o3::before {
    top: 0;
    width: 50%;
    height: 5px;
    transform: translateX(-50%);
    left: 50%;
}.instructor_history_8H .student_feedback_jV:hover .image_shadow_de,
    .instructor_history_8H .student_feedback_jV:hover .career_summary_o3,
    .instructor_history_8H .student_feedback_jV:hover .name,
    .instructor_history_8H .student_feedback_jV:hover .career_summary_o3 div:nth-child(2),
    .instructor_history_8H .student_feedback_jV:hover .work_list_Dw {
    transform: none;
}}.course_program_info_KO {
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.course_program_info_KO::before {
    width: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    background-size: 80px 80px, 60px 60px, 60px 60px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 0;
    height: 100%;
}.course_program_info_KO .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
}.course_program_info_KO h2 {
    position: relative;
    padding-left: 20px;
    transform: translateX(-5%);
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    line-height: 1.3;
    max-width: 90%;
    font-size: 35px;
}.course_program_info_KO h2::before {
    content: "";
    left: 0;
    height: 80%;
    background: linear-gradient(to bottom, rgb(197,193,219), rgb(164,162,197));
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    width: 8px;
}.course_program_info_KO .tech_learn_ro {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}.course_program_info_KO .image_shadow_de {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border: 3px solid #ffffff;
    overflow: hidden;
    position: relative;
    height: 350px;
}.course_program_info_KO .image_shadow_de::after {
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    z-index: 1;
    position: absolute;
    inset: 0;
    content: "";
}.course_program_info_KO .image_shadow_de:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}.course_program_info_KO .text_block_DG {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    padding: 35px 40px;
    z-index: 2;
    transform: translateY(-15px);
    background-color: #ffffff;
    position: relative;
}.course_program_info_KO .text_block_DG::before {
    position: absolute;
    top: 0;
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
    content: "";
    left: 0;
}.course_program_info_KO .description {
    margin-bottom: 20px;
    transform: translateY(20px);
    animation: fadeIn 0.8s forwards;
    font-size: 17px;
    line-height: 1.8;
    color: #000000;
    opacity: 0;
}.course_program_info_KO .description:first-of-type {
    animation-delay: 0.2s;
}.course_program_info_KO .description:last-of-type {
    animation-delay: 0.4s;
}.course_program_info_KO .description:first-letter {
    color: rgb(197,193,219);
    font-weight: 700;
    font-size: 1.5em;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (min-width: 768px) {.course_program_info_KO h2 {
    font-size: calc(35px * 1.1);
    transform: translateX(-2%);
    max-width: 80%;
}.course_program_info_KO .tech_learn_ro {
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
}.course_program_info_KO .image_shadow_de {
    min-height: 450px;
    height: 100%;
}.course_program_info_KO .text_block_DG {
    transform: translateY(0) translateX(-50px);
    overflow-y: auto;
    max-height: 600px;
    padding: 40px 50px;
}.course_program_info_KO .text_block_DG::-webkit-scrollbar {
    width: 8px;
}.course_program_info_KO .text_block_DG::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.course_program_info_KO .text_block_DG::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}

@media (min-width: 992px) {.course_program_info_KO {
    padding: 150px 0;
}.course_program_info_KO h2 {
    font-size: calc(35px * 1.2);
    max-width: 70%;
}.course_program_info_KO .tech_learn_ro {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.course_program_info_KO .image_shadow_de {
    min-height: 550px;
}.course_program_info_KO .text_block_DG {
    padding: 50px 60px;
    transform: translateY(40px) translateX(-80px);
    max-height: 650px;
}.course_program_info_KO .description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course_program_info_KO h2 {
    max-width: 65%;
    font-size: calc(35px * 1.3);
}.course_program_info_KO .tech_learn_ro {
    grid-template-columns: 0.8fr 1.2fr;
}.course_program_info_KO .image_shadow_de {
    min-height: 600px;
}.course_program_info_KO .text_block_DG {
    max-height: 700px;
    transform: translateY(60px) translateX(-100px);
}.course_program_info_KO .description {
    font-size: calc(17px * 1.1);
}
}

@media (max-width: 767px) {.course_program_info_KO {
    padding: 80px 0;
}.course_program_info_KO h2 {
    transform: translateX(0);
    font-size: calc(35px * 0.9);
    max-width: 100%;
    margin-bottom: 30px;
}.course_program_info_KO .image_shadow_de {
    height: 250px;
}.course_program_info_KO .text_block_DG {
    padding: 25px;
}.course_program_info_KO .description {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}header {
    z-index: 100;
    overflow: visible;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    position: relative;
    background: rgb(225,223,238);
    margin-top: 0;
}header::before {
    left: 0;
    content: '';
    background: 
        linear-gradient(135deg, transparent 25%, rgba(rgb(197,193,219), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(225deg, transparent 25%, rgba(rgb(197,193,219), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(315deg, transparent 25%, rgba(rgb(197,193,219), 0.03) 25%) 0 0 / 20px 20px,
        linear-gradient(45deg, transparent 25%, rgba(rgb(197,193,219), 0.03) 25%) 0 0 / 20px 20px;
    position: absolute;
    z-index: 0;
    width: 100%;
    top: 0;
    height: 100%;
}header::after {
    transform: scaleX(0.7);
    background: linear-gradient(to right, 
        rgb(197,193,219), 
        rgb(164,162,197), 
        rgb(197,193,219)
    );
    transform-origin: center;
    position: absolute;
    transition: transform 0.5s ease;
    left: 0;
    height: 5px;
    bottom: 0;
    content: '';
    width: 100%;
}header:hover::after {
    transform: scaleX(1);
}header .top_bar_sJ {
    z-index: 5;
    justify-content: space-between;
    display: flex;
    align-items: center;
    position: relative;
    padding: 1.3rem 2.5rem;
}header .head_wrap_td {
    flex: 0 0 auto;
    position: relative;
    perspective: 800px;
    margin-right: 2rem;
}header .head_study_Hn {
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    transform-style: preserve-3d;
}header .head_study_Hn:hover {
    transform: rotateY(10deg) rotateX(5deg);
}header .head_study_Hn::before {
    top: 0;
    left: 0;
    background: rgb(197,193,219);
    content: '';
    position: absolute;
    opacity: 0.1;
    filter: blur(10px);
    height: 100%;
    transform: translateZ(-10px);
    width: 100%;
}header .head_study_Hn img {
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.2));
    transform: translateZ(20px);
    max-height: 40px;
}header .site_navbar_it {
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}header .site_navbar_it::before {
    height: 10px;
    left: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
    top: 100%;
    content: '';
    width: 100%;
    position: absolute;
    transform: rotateX(90deg);
    transform-origin: top;
}header .nav_guide_gn {
    margin: 0 0.3rem;
    transform-style: preserve-3d;
    position: relative;
}header .nav_guide_gn a {
    transform: translateZ(0);
    align-items: center;
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    display: flex;
    font-weight: 600;
    color: #000000;
    justify-content: center;
    font-size: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}header .nav_guide_gn a::before {
    transform: translateZ(-5px);
    transition: opacity 0.4s ease;
    left: 0;
    content: '';
    opacity: 0;
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(197,193,219,0.5) 0%, 
        rgb(164,162,197,0.5) 100%
    );
    border-radius: 10px;
}header .nav_guide_gn a:hover {
    color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateZ(15px);
}header .nav_guide_gn a:hover::before {
    opacity: 1;
}header .nav_guide_gn a::after {
    right: 5px;
    content: '';
    position: absolute;
    left: 5px;
    transition: all 0.4s ease;
    bottom: -5px;
    opacity: 0;
    transform: translateZ(-10px);
    height: 5px;
    background: rgb(197,193,219);
}header .nav_guide_gn a:hover::after {
    opacity: 0.3;
    bottom: -8px;
}header .top_bar_sJ::before {
    position: absolute;
    left: 35%;
    content: '';
    width: 30%;
    background: linear-gradient(to right, 
        transparent, 
        rgb(197,193,219), 
        transparent
    );
    height: 1px;
    top: 0;
}.page_nav_Uv {
    z-index: 1;
    background: #ffffff;
    padding-top: 2rem;
    position: relative;
}

@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

@media (min-width: 1400px) {header .top_bar_sJ {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_guide_gn {
    margin: 0 0.5rem;
}header .nav_guide_gn a {
    padding: 0.7rem 1.5rem;
}
}

@media (max-width: 991px) {header .top_bar_sJ {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_wrap_td {
    margin-bottom: 0;
    margin-right: 0;
}header .site_navbar_it {
    flex-basis: 100%;
    justify-content: flex-end;
    margin-top: 1rem;
}header .nav_guide_gn a {
    padding: 0.6rem 1rem;
    font-size: calc(12px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_bar_sJ {
    padding: 0.8rem 1.5rem;
}header .head_wrap_td {
    max-width: 140px;
}header .head_study_Hn img {
    max-height: 35px;
}header .site_navbar_it {
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    scrollbar-width: thin;
    overflow-x: auto;
    justify-content: flex-start;
}header .site_navbar_it::-webkit-scrollbar {
    height: 3px;
}header .site_navbar_it::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(197,193,219,0.5);
}header .nav_guide_gn {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .nav_guide_gn a {
    font-size: calc(12px - 2px);
    padding: 0.5rem 0.8rem;
    white-space: nowrap;
}
}

@media (max-width: 479px) {header .top_bar_sJ {
    padding: 0.7rem 1.2rem;
}header .head_wrap_td {
    max-width: 120px;
}header .nav_guide_gn a {
    padding: 0.4rem 0.6rem;
    font-size: calc(12px - 3px);
}header::after {
    height: 3px;
}
}

@supports not (transform-style: preserve-3d) {header .head_study_Hn:hover {
    transform: translateY(-3px);
}header .nav_guide_gn a:hover {
    transform: translateY(-3px);
}}.client_opinions_zK {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(225,223,238) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    perspective: 1000px;
    padding: 5rem 0;
}.client_opinions_zK::before {
    height: 100%;
    opacity: 0.6;
    content: "";
    top: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 30%, rgb(197,193,219,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(164,162,197,0.5) 0%, transparent 15%);
    z-index: 1;
    width: 100%;
    left: 0;
}.client_opinions_zK::after {
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 30px 30px;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    position: absolute;
    opacity: 0.2;
    width: 100%;
}.client_opinions_zK .container {
    position: relative;
    z-index: 2;
}.client_opinions_zK h2 {
    color: #000000;
    padding: 0 2rem;
    display: inline-block;
    font-size: 34px;
    margin-bottom: 4rem;
    text-transform: uppercase;
    left: 50%;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
    transform: translateX(-50%);
}.client_opinions_zK h2::before, 
.client_opinions_zK h2::after {
    top: 50%;
    background: rgb(197,193,219);
    position: absolute;
    animation: neonPulse 2s infinite alternate;
    height: 3px;
    content: "";
    width: 50px;
}.client_opinions_zK h2::before {
    left: -30px;
}.client_opinions_zK h2::after {
    right: -30px;
}.client_opinions_zK .testimonials_pro_76 {
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    gap: 2rem;
}.client_opinions_zK .student_feedback_jV {
    min-width: 280px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    display: flex;
    flex: 0 0 calc(33.333% - 2rem);
    transform-style: preserve-3d;
    max-width: calc(33.333% - 2rem);
    flex-direction: column;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    backdrop-filter: blur(10px);
    transform: translateZ(0) rotateY(0);
    padding: 2rem;
    position: relative;
}.client_opinions_zK .student_feedback_jV::before {
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    opacity: 0;
    content: "";
    border-radius: 10px;
    mask-composite: exclude;
    position: absolute;
    transition: opacity 0.5s ease;
    border: 2px solid transparent;
    inset: 0;
    background: linear-gradient(45deg, rgb(197,193,219), rgb(164,162,197)) border-box;
}.client_opinions_zK .student_feedback_jV:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.client_opinions_zK .student_feedback_jV:hover::before {
    opacity: 1;
    animation: borderGlow 1.5s infinite alternate;
}.client_opinions_zK .student_feedback_jV:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.client_opinions_zK .student_feedback_jV img {
    z-index: 2;
    border: 3px solid #ffffff;
    height: 90px;
    object-fit: cover;
    width: 90px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    border-radius: 50%;
    position: relative;
    margin-bottom: 1.5rem;
}.client_opinions_zK .student_feedback_jV:hover img {
    box-shadow: 0 0 15px rgb(197,193,219,0.5);
    transform: scale(1.05);
    border-color: rgb(197,193,219);
}.client_opinions_zK .student_feedback_jV p {
    color: #000000;
    font-weight: 600;
    font-family: Arial, sans-serif;
    font-size: calc(17px * 1.1);
    transition: all 0.3s ease;
    margin: 0;
    text-align: center;
}.client_opinions_zK .student_feedback_jV .description {
    color: #000000;
    font-size: 17px;
    position: relative;
    padding-top: 1rem;
    text-align: center;
    font-weight: 400;
    z-index: 2;
    margin-top: 1rem;
}.client_opinions_zK .student_feedback_jV .description::after {
    left: 50%;
    top: 0;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background: rgb(164,162,197,0.5);
    width: 40px;
    height: 2px;
    transition: all 0.3s ease;
}.client_opinions_zK .student_feedback_jV:hover .description::after {
    width: 60px;
    background: rgb(197,193,219);
    box-shadow: 0 0 10px rgb(197,193,219,0.5);
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(197,193,219), 0 0 10px rgb(197,193,219,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(197,193,219), 0 0 30px rgb(197,193,219,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.client_opinions_zK {
    padding: 4rem 0;
}.client_opinions_zK h2 {
    margin-bottom: 3rem;
}.client_opinions_zK .student_feedback_jV {
    flex: 0 0 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
}
}

@media (max-width: 767px) {.client_opinions_zK h2 {
    font-size: calc(34px * 0.9);
}.client_opinions_zK h2::before,
    .client_opinions_zK h2::after {
    width: 30px;
}.client_opinions_zK h2::before {
    left: -15px;
}.client_opinions_zK h2::after {
    right: -15px;
}.client_opinions_zK .testimonials_pro_76 {
    flex-direction: column;
    gap: 1.5rem;
}.client_opinions_zK .student_feedback_jV {
    flex: 1 1 100%;
    padding: 1.5rem;
    max-width: 100%;
}.client_opinions_zK .student_feedback_jV,
    .client_opinions_zK .student_feedback_jV:hover,
    .client_opinions_zK .student_feedback_jV:nth-child(even):hover {
    transform: none;
}.client_opinions_zK .student_feedback_jV img {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 480px) {.client_opinions_zK {
    padding: 3rem 0;
}.client_opinions_zK h2 {
    font-size: calc(34px * 0.8);
}.client_opinions_zK .student_feedback_jV {
    padding: 1.25rem;
}.client_opinions_zK .student_feedback_jV img {
    width: 60px;
    height: 60px;
}}.trackingSettingsPopup_pt {
    background: rgb(225,223,238);
    padding: 20px;
    z-index: 1050;
    position: fixed;
    border-top: 3px solid rgb(197,193,219);
    font-family: Arial, sans-serif;
    overflow: hidden;
    bottom: 0;
    width: 100%;
}.cookie_review_e3 {
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}.cookie_data_HK {
    flex-shrink: 0;
    margin-right: 20px;
}#cookieWarningWindow_03 {
    display: none;
}#cookieWarningWindow_03:checked ~ .trackingSettingsPopup_pt {
    opacity: 0;
    visibility: hidden;
}.cookie_data_HK svg {
    height: 60px;
    width: 60px;
    fill: rgb(197,193,219);
    transition: fill 0.3s ease-in-out;
}.cookie_notice_TR {
    margin-right: 20px;
    flex-grow: 1;
}.cookie_notice_TR h5 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 5px;
    color: rgb(197,193,219);
}.cookie_notice_TR p {
    font-size: 15px;
    color: #000000;
    margin-bottom: 0;
}.edu_cookie_9U {
    padding: 10px 20px;
    font-size: 19px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    text-decoration: none;
}.edu_cookie_9U {
    color: #ffffff;
    border: 1px solid rgb(197,193,219);
    background-color: rgb(197,193,219);
}.edu_cookie_9U:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.trackingSettingsPopup_pt p a {
    color: rgb(197,193,219);
    text-decoration: underline;
}.trackingSettingsPopup_pt p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_notice_TR h5 {
    font-size: calc(21px - 2px);
}.cookie_notice_TR p {
    font-size: calc(15px - 2px);
}.edu_cookie_9U {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.cookie_review_e3 {
    align-items: center;
    flex-direction: column;
}.cookie_data_HK {
    margin-bottom: 15px;
}.cookie_notice_TR {
    margin-bottom: 20px;
    text-align: center;
}.edu_cookie_9U {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}
header .top_plank {
    color:  #ffffff;
    background: rgb(197,193,219);
}header .top_plank .learn_peak_DM div svg, header .top_plank .learn_peak_DM div svg path {
    fill: #ffffff;
}header .top_plank .learn_peak_DM div span {
    color: #ffffff;
}header .top_plank .learn_peak_DM {
    width: 100%;
    padding: 15px 0 10px 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    line-height: 21px;
    font-size: 14px;
}header .top_plank .learn_peak_DM div {
    display: flex;
    align-items: center;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .learn_peak_DM div img, header .top_plank .learn_peak_DM div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}footer {
    position: relative;
}footer::before {
    right: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(90deg, #000000 0%, rgb(197,193,219) 150%);
    opacity: 0.92;
    top: 0;
}.price_table_li {
    color: #ffffff;
    z-index: 2;
    position: relative;
    font-family: Arial, sans-serif;
    padding: 70px 0;
}.price_table_li .container {
    gap: 40px;
    display: flex;
    flex-wrap: wrap;
}.price_table_li .company_holder {
    padding: 30px;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    border-radius: 12px 0 12px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}.price_table_li .company_holder:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
}.price_table_li .company_holder::before {
    top: 0;
    height: 5px;
    content: '';
    left: 0;
    position: absolute;
    background: rgb(197,193,219);
    width: 100%;
}.price_table_li .company_holder h3 {
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 34px;
}.price_table_li .company_holder h3::after {
    left: 0;
    bottom: -8px;
    background: rgb(164,162,197);
    content: '';
    height: 3px;
    position: absolute;
    width: 60px;
}.price_table_li .trade_mark_iP {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 12px;
    line-height: 1.6;
    color: #ffffff;
}.price_table_li .whatsapp_grp_eQ {
    position: relative;
}.price_table_li .first_lesson_nk {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    gap: 30px;
}.price_table_li .site_navbar_it {
    position: relative;
    flex: 0 0 calc(50% - 15px);
}.price_table_li .site_navbar_it h5 {
    padding-left: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
    border-left: 3px solid rgb(197,193,219);
}.price_table_li .site_navbar_it .first_lesson_nk {
    display: flex;
    flex-direction: column;
    gap: 12px;
}.price_table_li .site_navbar_it .first_lesson_nk a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 8px 15px;
    display: inline-block;
    font-size: 12px;
    background: rgba(255, 255, 255, 0.05);
}.price_table_li .site_navbar_it .first_lesson_nk a::before {
    width: 0;
    top: 0;
    background: rgb(197,193,219,0.5);
    transition: width 0.3s ease;
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    height: 100%;
}.price_table_li .site_navbar_it .first_lesson_nk a:hover {
    transform: translateX(5px);
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}.price_table_li .site_navbar_it .first_lesson_nk a:hover::before {
    width: 100%;
}.faq_block_RU {
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    padding: 20px 0;
    margin-top: 50px;
}.faq_block_RU .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.faq_block_RU .eco_foot_OM {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
}@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

footer::after {
    content: '';
    background-size: 40px 40px;
    bottom: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background: 
        linear-gradient(0deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%),
        linear-gradient(90deg, transparent 49%, rgba(255, 255, 255, 0.03) 50%, transparent 51%);
}

@media (max-width: 992px) {.price_table_li .container {
    flex-direction: column;
}
}

@media (max-width: 768px) {.price_table_li {
    padding: 50px 0;
}.price_table_li .site_navbar_it {
    flex: 0 0 100%;
}
}

@media (max-width: 576px) {.price_table_li {
    padding: 40px 0;
}.price_table_li .company_holder h3 {
    font-size: calc(34px * 0.8);
}.price_table_li .site_navbar_it h5 {
    font-size: calc(22px * 0.9);
}.price_table_li .site_navbar_it .first_lesson_nk a,
    .price_table_li .footer_agreement {
    font-size: calc(12px * 0.95);
}}

.faq_block_RU::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    height: 1px;
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.2;
    top: 0;
}.pricing_kit_yO {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: rgb(225,223,238);
}.pricing_kit_yO::before {
    background: linear-gradient(135deg, rgb(197,193,219,0.5), rgb(164,162,197,0.5));
    z-index: 0;
    filter: blur(80px);
    opacity: 0.15;
    height: 600px;
    width: 600px;
    position: absolute;
    content: "";
    top: -15%;
    right: -10%;
}.pricing_kit_yO::after {
    height: 500px;
    z-index: 0;
    background: linear-gradient(225deg, rgb(164,162,197,0.5), rgb(197,193,219,0.5));
    opacity: 0.1;
    content: "";
    filter: blur(100px);
    width: 500px;
    position: absolute;
    left: -10%;
    bottom: -15%;
}.pricing_kit_yO .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1400px;
}.pricing_kit_yO .study_pricing_wa {
    gap: 60px;
    display: flex;
    flex-direction: column;
}.pricing_kit_yO .member_plans_f7 {
    z-index: 2;
    margin-bottom: 20px;
    position: relative;
    order: -1;
    transform: translateX(5%);
}.pricing_kit_yO .member_plans_f7 h2 {
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s ease;
    color: #000000;
    font-size: 34px;
    background: linear-gradient(90deg, #000000, rgb(197,193,219));
    font-weight: 700;
    background-clip: text !important;
    margin-bottom: 15px;
    -webkit-background-clip: text !important;
    color: transparent;
}.pricing_kit_yO .member_plans_f7 .bundle_offer_Ro {
    color: #000000;
    max-width: 700px;
    transform: translateY(0);
    line-height: 1.6;
    margin-left: 5px;
    font-size: 17px;
    transition: transform 0.4s ease;
}.pricing_kit_yO .member_plans_f7:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.pricing_kit_yO .member_plans_f7:hover .bundle_offer_Ro {
    transform: translateY(3px);
}.pricing_kit_yO .payment_option_Ic {
    perspective: 1000px;
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}.pricing_kit_yO .payment_plans_gF {
    transform: translateZ(0) scale(1);
    position: relative;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
}.pricing_kit_yO .payment_plans_gF:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.pricing_kit_yO .learn_sub_ac {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}.pricing_kit_yO .payment_plans_gF:hover .learn_sub_ac {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(197,193,219,0.5);
}.pricing_kit_yO .learn_sub_ac::before {
    top: 0;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(197,193,219), rgb(164,162,197));
    transform-origin: left;
    right: 0;
    height: 5px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
}.pricing_kit_yO .payment_plans_gF:hover .learn_sub_ac::before {
    transform: scaleX(1);
}.pricing_kit_yO .package_price_Ps {
    display: flex;
    position: relative;
    flex-direction: column;
    flex-grow: 1;
    z-index: 2;
    padding: 35px 30px;
    overflow: hidden;
}.pricing_kit_yO .package_price_Ps h3 {
    color: #000000;
    font-size: calc(19px + 2px);
    transform: translateY(0);
    position: relative;
    font-weight: 600;
    word-break: break-word;
    margin-bottom: 15px;
    transition: transform 0.4s ease, color 0.3s ease;
    overflow-wrap: break-word;
}.pricing_kit_yO .payment_plans_gF:hover .package_price_Ps h3 {
    transform: translateY(-2px);
    color: rgb(197,193,219);
}.pricing_kit_yO .package_price_Ps .cost_rates_W4 {
    font-weight: 700;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    word-break: break-word;
    font-size: calc(19px + 6px);
    overflow-wrap: break-word;
    display: block;
    margin: 5px 0 20px;
    color: rgb(197,193,219);
}.pricing_kit_yO .payment_plans_gF:hover .package_price_Ps .cost_rates_W4 {
    transform: scale(1.05);
}.pricing_kit_yO .package_price_Ps .cost_rates_W4::after {
    background: rgb(164,162,197,0.5);
    bottom: -10px;
    height: 2px;
    transition: width 0.4s ease;
    position: absolute;
    width: 50px;
    left: 0;
    content: "";
}.pricing_kit_yO .payment_plans_gF:hover .package_price_Ps .cost_rates_W4::after {
    width: 80px;
}.pricing_kit_yO .package_price_Ps p {
    word-break: break-word;
    margin-top: 10px;
    line-height: 1.7;
    transition: opacity 0.3s ease;
    font-size: 17px;
    white-space: normal;
    overflow-wrap: break-word;
    color: #000000;
    opacity: 0.85;
    flex-grow: 1;
}.pricing_kit_yO .payment_plans_gF:hover .package_price_Ps p {
    opacity: 1;
}.pricing_kit_yO .payment_plans_gF .image_shadow_de {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    height: 220px;
    width: 100%;
    position: relative;
}.pricing_kit_yO .payment_plans_gF:hover .image_shadow_de {
    height: 240px;
}.pricing_kit_yO .payment_plans_gF .image_shadow_de::after {
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    left: 0;
    bottom: 0;
    transition: opacity 0.4s ease;
    top: 0;
    opacity: 0;
    content: "";
    position: absolute;
}.pricing_kit_yO .payment_plans_gF:hover .image_shadow_de::after {
    opacity: 1;
}.pricing_kit_yO .payment_plans_gF:nth-child(odd) .learn_sub_ac {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.pricing_kit_yO {
    padding: 140px 0;
}.pricing_kit_yO .study_pricing_wa {
    flex-direction: row;
    align-items: flex-start;
}.pricing_kit_yO .member_plans_f7 {
    width: 30%;
    top: 100px;
    order: 0;
    margin-right: 70px;
    position: sticky;
    transform: translateX(0);
    align-self: flex-start;
}.pricing_kit_yO .payment_option_Ic {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.pricing_kit_yO .payment_option_Ic {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing_kit_yO .member_plans_f7 h2 {
    font-size: calc(34px + 5px);
}
}

@media (max-width: 991px) {.pricing_kit_yO {
    padding: 80px 0;
}.pricing_kit_yO .member_plans_f7 {
    transform: translateX(0);
    text-align: center;
}.pricing_kit_yO .member_plans_f7 .bundle_offer_Ro {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.pricing_kit_yO {
    padding: 60px 0;
}.pricing_kit_yO .payment_option_Ic {
    grid-template-columns: 1fr;
}.pricing_kit_yO .package_price_Ps {
    padding: 25px 20px;
}.pricing_kit_yO .payment_plans_gF .image_shadow_de {
    height: 180px;
}.pricing_kit_yO .member_plans_f7 h2 {
    font-size: calc(34px - 2px);
}
}

@media (max-width: 480px) {.pricing_kit_yO {
    padding: 50px 0;
}.pricing_kit_yO .package_price_Ps h3 {
    font-size: 19px;
}.pricing_kit_yO .package_price_Ps .cost_rates_W4 {
    font-size: calc(19px + 2px);
}.pricing_kit_yO .package_price_Ps p {
    font-size: calc(17px - 1px);
}}.course_methodology_8V {
    position: relative;
    overflow: hidden;
    isolation: isolate;
    background: rgb(225,223,238);
    padding: 7rem 0;
}.course_methodology_8V::before {
    height: 200%;
    width: 200%;
    z-index: 0;
    position: absolute;
    background-position: 0 0, 30px 30px;
    left: -50%;
    transform: rotate(15deg);
    background-size: 60px 60px;
    top: -50%;
    background-image: 
        radial-gradient(
            rgb(164,162,197,0.5) 20%, 
            transparent 21%
        ), 
        radial-gradient(
            rgb(197,193,219,0.5) 20%, 
            transparent 21%
        );
    animation: shiftPattern 60s linear infinite;
    opacity: 0.3;
    content: "";
}.course_methodology_8V::after {
    height: 40%;
    background: linear-gradient(to top, 
        rgb(225,223,238), 
        transparent
    );
    z-index: 1;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
}.course_methodology_8V .skill_track_z7 {
    max-width: 900px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 1px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 15px;
    display: flex;
    position: relative;
    flex-direction: column;
    z-index: 2;
    animation: appearFromBottom 1s ease-out forwards;
    align-items: center;
    padding: 0;
}.course_methodology_8V h3 {
    width: 100%;
    font-size: 38px;
    text-align: center;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(197,193,219), rgb(164,162,197));
    padding-bottom: 4rem;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 75%, 
        50% 100%, 
        0 75%
    );
    padding: 2.5rem;
    margin: 0;
    position: relative;
    color: #ffffff;
}.course_methodology_8V h3::before {
    opacity: 0.3;
    top: 0;
    background: 
        linear-gradient(
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        ),
        linear-gradient(
            90deg, 
            rgba(255, 255, 255, 0.2) 1px, 
            transparent 1px
        );
    left: 0;
    bottom: 0;
    content: "";
    right: 0;
    animation: moveGrid 20s linear infinite;
    position: absolute;
    background-size: 20px 20px;
}.course_methodology_8V h3::after {
    position: absolute;
    top: 0;
    left: 0;
    animation: shimmer 5s infinite linear;
    height: 5px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.8), 
        transparent
    );
    right: 0;
    content: "";
}.course_methodology_8V span {
    box-sizing: border-box;
    margin-top: -30px;
    color: #000000;
    padding: 3rem 2.5rem 2.5rem;
    font-size: 13px;
    width: 100%;
    background: #ffffff;
    line-height: 1.8;
    z-index: 1;
    position: relative;
    border-radius: 0 0 15px 15px;
}.course_methodology_8V span::before {
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.05);
    content: "";
    z-index: -1;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    width: 70px;
    transform: translateX(-50%);
    left: 50%;
    background: #ffffff;
}.course_methodology_8V span::after {
    border-radius: 50%;
    position: absolute;
    background: rgb(197,193,219);
    transform: translateX(-50%);
    width: 20px;
    box-shadow: 0 0 15px rgb(197,193,219,0.5);
    animation: pulse 3s infinite;
    left: 50%;
    content: "";
    height: 20px;
    top: -20px;
}

@keyframes appearFromBottom {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes shiftPattern {
    0% {
        transform: rotate(15deg) translateY(0);
    }
    50% {
        transform: rotate(15deg) translateY(-30px);
    }
    100% {
        transform: rotate(15deg) translateY(0);
    }
}

@keyframes moveGrid {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@keyframes shimmer {
    0% {
        background-position: -1000px;
    }
    100% {
        background-position: 1000px;
    }
}

@keyframes pulse {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.2);
        opacity: 0.8;
    }
}

@media (max-width: 992px) {.course_methodology_8V {
    padding: 5rem 1.5rem;
}.course_methodology_8V::before {
    background-position: 0 0, 25px 25px;
    background-size: 50px 50px;
}.course_methodology_8V h3 {
    padding: 2rem;
    padding-bottom: 3.5rem;
    font-size: calc(38px * 0.9);
}.course_methodology_8V span {
    padding: 2.5rem 2rem 2rem;
}
}

@media (max-width: 768px) {.course_methodology_8V {
    padding: 4rem 1rem;
}.course_methodology_8V::before {
    background-size: 40px 40px;
    background-position: 0 0, 20px 20px;
}.course_methodology_8V h3 {
    padding-bottom: 3rem;
    font-size: calc(38px * 0.8);
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 80%, 
            50% 100%, 
            0 80%
        );
}.course_methodology_8V span {
    font-size: calc(13px * 0.95);
    padding: 2.5rem 1.5rem 1.5rem;
}.course_methodology_8V span::before {
    width: 60px;
    height: 60px;
    top: -30px;
}.course_methodology_8V span::after {
    width: 16px;
    top: -18px;
    height: 16px;
}}.secure_habitat_aU {
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    padding: 4rem 2rem;
    position: relative;
}.secure_habitat_aU::before {
    left: 0;
    top: 0;
    content: "";
    z-index: 0;
    background: radial-gradient(circle at 70% 30%, rgb(164,162,197,0.5) 0%, transparent 70%);
    position: absolute;
    width: 100%;
    height: 100%;
}.secure_habitat_aU::after {
    height: 15rem;
    right: -5rem;
    position: absolute;
    width: 15rem;
    bottom: -5rem;
    background: linear-gradient(45deg, rgb(197,193,219,0.5) 0%, transparent 80%);
    z-index: 0;
    content: "";
    filter: blur(30px);
    border-radius: 50%;
}.secure_habitat_aU .container {
    padding: 2rem;
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    max-width: 1200px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(0.5deg);
}.secure_habitat_aU h1 {
    color: #000000;
    font-size: 48px;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    transform: translateY(-5px);
    position: relative;
    font-weight: 700;
}.secure_habitat_aU h1::after {
    transform-origin: left;
    bottom: 0;
    height: 4px;
    width: 80px;
    transition: transform 0.5s ease;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
}.secure_habitat_aU:hover h1::after {
    transform: scaleX(1.5);
}.secure_habitat_aU h2 {
    position: relative;
    margin: 2.5rem 0 1.5rem;
    color: #000000;
    font-size: 34px;
    padding-left: 1rem;
    font-weight: 600;
    border-left: 3px solid rgb(197,193,219);
}.secure_habitat_aU h3 {
    margin: 2rem 0 1.2rem;
    padding-left: 0.8rem;
    color: #000000;
    border-left: 2px solid rgb(164,162,197);
    font-weight: 600;
    position: relative;
    font-size: calc(34px * 0.85);
}.secure_habitat_aU h4 {
    position: relative;
    font-size: calc(34px * 0.7);
    font-weight: 600;
    color: #000000;
    padding-left: 0.6rem;
    margin: 1.8rem 0 1rem;
    border-left: 1px solid rgb(164,162,197,0.5);
}.secure_habitat_aU p {
    transition: transform 0.3s ease;
    color: #000000;
    font-size: 13px;
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.8;
}.secure_habitat_aU p:hover {
    transform: translateX(5px);
}.secure_habitat_aU strong {
    color: rgb(197,193,219);
    font-weight: 700;
    padding-bottom: 2px;
    position: relative;
}.secure_habitat_aU strong::after {
    transform-origin: left;
    width: 100%;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    bottom: 0;
    content: "";
    height: 1px;
    background-color: rgb(197,193,219,0.5);
    left: 0;
    position: absolute;
}.secure_habitat_aU strong:hover::after {
    transform: scaleX(1);
}.secure_habitat_aU ul {
    margin: 1.5rem 0 2rem 1.5rem;
    background: linear-gradient(to right, rgba(rgb(225,223,238), 0.3), transparent);
    border-radius: 10px;
    padding: 1.5rem;
    position: relative;
}.secure_habitat_aU ul::before {
    content: "";
    border-radius: 10px 0 0 10px;
    position: absolute;
    width: 4px;
    background: linear-gradient(to bottom, rgb(197,193,219), rgb(164,162,197));
    left: 0;
    top: 0;
    height: 100%;
}.secure_habitat_aU li {
    line-height: 1.6;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 1.2rem;
    padding-left: 1.8rem;
    color: #000000;
    font-size: 13px;
}.secure_habitat_aU li:last-child {
    margin-bottom: 0;
}.secure_habitat_aU li:hover {
    transform: translateX(5px);
}.secure_habitat_aU li::before {
    height: 8px;
    position: absolute;
    transition: transform 0.3s ease, background 0.3s ease;
    left: 0;
    top: 0.5rem;
    background: linear-gradient(135deg, rgb(164,162,197) 0%, rgb(197,193,219) 100%);
    border-radius: 50%;
    width: 8px;
    content: "";
}.secure_habitat_aU li:hover::before {
    transform: scale(1.5);
    background: linear-gradient(135deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
}.secure_habitat_aU span {
    transition: all 0.3s ease;
    display: block;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.5));
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    border-left: 3px solid rgb(164,162,197,0.5);
    margin-bottom: 1.5rem;
}.secure_habitat_aU span:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border-left-color: rgb(197,193,219);
}

@media (max-width: 992px) {.secure_habitat_aU {
    padding: 3rem 1.5rem;
}.secure_habitat_aU .container {
    transform: none;
    padding: 1.5rem;
}.secure_habitat_aU h1 {
    font-size: calc(48px * 0.9);
}.secure_habitat_aU h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.secure_habitat_aU {
    padding: 2rem 1rem;
}.secure_habitat_aU .container {
    padding: 1.2rem;
}.secure_habitat_aU h1 {
    font-size: calc(48px * 0.8);
    margin-bottom: 1.5rem;
}.secure_habitat_aU h2 {
    font-size: calc(34px * 0.8);
    margin: 2rem 0 1rem;
}.secure_habitat_aU h3 {
    font-size: calc(34px * 0.7);
}.secure_habitat_aU h4 {
    font-size: calc(34px * 0.6);
}.secure_habitat_aU ul {
    padding: 1.2rem;
    margin-left: 0;
}.secure_habitat_aU p, 
    .secure_habitat_aU li, 
    .secure_habitat_aU span {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 576px) {.secure_habitat_aU {
    padding: 1.5rem 0.8rem;
}.secure_habitat_aU .container {
    padding: 1rem;
}.secure_habitat_aU h1 {
    font-size: calc(48px * 0.7);
}.secure_habitat_aU h2 {
    padding-left: 0.8rem;
    font-size: calc(34px * 0.7);
}.secure_habitat_aU h3 {
    font-size: calc(34px * 0.6);
}.secure_habitat_aU h4 {
    font-size: calc(34px * 0.5);
}.secure_habitat_aU ul {
    padding: 1rem;
}.secure_habitat_aU li {
    padding-left: 1.5rem;
}.secure_habitat_aU p, 
    .secure_habitat_aU li, 
    .secure_habitat_aU span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.secure_habitat_aU span {
    padding: 0.8rem 1rem;
}}.appCard_Ku {
    background: linear-gradient(135deg, rgb(164,162,197,0.5), rgb(197,193,219,0.5));
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    padding: 6rem 0;
}.appCard_Ku::before {
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    opacity: 0.1;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(164,162,197,0.5) 0px,
        rgb(164,162,197,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    pointer-events: none;
    z-index: 1;
    left: 0;
}.appCard_Ku::after {
    top: -10%;
    height: 80%;
    transform: rotate(-15deg);
    content: "";
    opacity: 0.4;
    width: 80%;
    position: absolute;
    right: -10%;
    z-index: 0;
    background: radial-gradient(
        circle at center,
        rgb(197,193,219,0.5) 0%,
        transparent 70%
    );
}.appCard_Ku .container {
    max-width: 1200px;
    transform: translateZ(0);
    transform-style: preserve-3d;
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
}.appCard_Ku h2 {
    transform: translateZ(30px);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    position: relative;
    font-size: 32px;
    margin-bottom: 3rem;
    color: #000000;
    font-weight: 700;
    max-width: 90%;
}.appCard_Ku h2::after {
    width: 8rem;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 0.3rem;
    transform: scaleX(1);
    bottom: -1rem;
    transform-origin: left;
    content: "";
    left: 0;
    background: linear-gradient(to right, rgb(197,193,219), rgb(164,162,197));
}.appCard_Ku .skill_track_z7 {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1), 
        0 8px 16px rgba(0, 0, 0, 0.05),
        0 4px 8px rgba(0, 0, 0, 0.025);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    position: relative;
    transform-style: preserve-3d;
    border-left: 4px solid rgb(197,193,219);
    transform: translateZ(10px) rotateX(2deg);
    padding: 3rem;
    backdrop-filter: blur(5px);
}.appCard_Ku .skill_track_z7::before {
    content: "";
    right: 1rem;
    pointer-events: none;
    top: 1rem;
    opacity: 0.5;
    bottom: 1rem;
    border: 1px dashed rgb(164,162,197,0.5);
    position: absolute;
    left: 1rem;
    z-index: 0;
}.appCard_Ku .skill_track_z7:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15), 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 5px 10px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) rotateX(0deg);
}.appCard_Ku ul {
    position: relative;
    margin: 0;
    list-style: none;
    z-index: 1;
    padding: 0;
}.appCard_Ku li {
    position: relative;
    margin-bottom: 1rem;
    transform: translateZ(5px);
}.appCard_Ku li::before {
    top: 0.5rem;
    border-radius: 0.2rem;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
    transform: rotate(45deg);
    height: 0.8rem;
    width: 0.8rem;
    content: "";
    left: -2rem;
    background: linear-gradient(135deg, rgb(197,193,219), rgb(164,162,197));
    opacity: 0;
}.appCard_Ku li:hover::before {
    transform: rotate(45deg) scale(1.2);
    opacity: 1;
}.appCard_Ku span {
    padding-left: 0;
    display: block;
    line-height: 1.8;
    font-size: 13px;
    font-family: Arial, sans-serif;
    position: relative;
    transition: padding-left 0.3s ease;
    color: #000000;
}.appCard_Ku span::after {
    bottom: -0.8rem;
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(164,162,197,0.5), transparent);
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left;
    left: 0;
    height: 1px;
}.appCard_Ku li:hover span {
    padding-left: 0.5rem;
}.appCard_Ku li:hover span::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {.appCard_Ku {
    padding: 5rem 0;
}.appCard_Ku .skill_track_z7 {
    transform: translateZ(5px) rotateX(1deg);
    padding: 2.5rem;
}.appCard_Ku h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
    transform: translateZ(20px);
}
}

@media (max-width: 767px) {.appCard_Ku {
    padding: 4rem 0;
}.appCard_Ku .container {
    padding: 0 1.5rem;
}.appCard_Ku .skill_track_z7 {
    padding: 2rem;
    transform: translateZ(0) rotateX(0deg);
}.appCard_Ku h2 {
    transform: translateZ(10px);
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.appCard_Ku h2::after {
    height: 0.25rem;
    width: 6rem;
}.appCard_Ku span {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 575px) {.appCard_Ku {
    padding: 3rem 0;
}.appCard_Ku .container {
    padding: 0 1rem;
}.appCard_Ku .skill_track_z7 {
    border-left-width: 3px;
    padding: 1.5rem;
}.appCard_Ku h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 1.5rem;
}.appCard_Ku h2::after {
    height: 0.2rem;
    width: 5rem;
    bottom: -0.7rem;
}.appCard_Ku span {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}.appCard_Ku li::before {
    height: 0.7rem;
    width: 0.7rem;
    left: -1.5rem;
}}.title_intro_cp {
    background: linear-gradient(135deg, #f5f7fa 0%, #eef1f5 100%);
    overflow: hidden;
    min-height: 100vh;
    position: relative;
}.title_intro_cp::before {
    height: 100%;
    content: "";
    z-index: 1;
    width: 100%;
    top: 0;
    opacity: 0.07;
    background: repeating-linear-gradient(45deg, rgb(225,223,238) 0px, rgb(225,223,238) 3px, transparent 3px, transparent 9px);
    position: absolute;
    left: 0;
}.title_intro_cp::after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: -10px;
    height: 15px;
    background: rgb(197,193,219);
    opacity: 0.1;
    left: 0;
    transform: skewY(-1deg);
}.title_intro_cp .skill_track_z7 {
    flex-direction: column-reverse;
    margin: 0 auto;
    position: relative;
    height: 100%;
    display: flex;
    padding: 2rem;
    max-width: 1400px;
    z-index: 2;
}.title_intro_cp .text_block_DG {
    flex-direction: column;
    justify-content: center;
    flex: 1;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    transform: translateY(0);
    padding: 2rem 1rem;
    display: flex;
    z-index: 3;
}.title_intro_cp:hover .text_block_DG {
    transform: translateY(-10px);
}.title_intro_cp h1 {
    font-size: calc(44px * 1.2);
    margin-bottom: 1.5rem;
    position: relative;
    transition: color 0.3s ease-in-out;
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
}.title_intro_cp h1::after {
    left: 0;
    background: rgb(197,193,219);
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-origin: left;
    transform: scaleX(1);
    position: absolute;
    width: 80px;
    height: 4px;
    bottom: -10px;
    content: "";
}.title_intro_cp:hover h1::after {
    transform: scaleX(1.5);
}.title_intro_cp .page_primary_mF {
    background: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.9) 100%);
    margin-bottom: 2rem;
    transition: all 0.4s ease;
    border-radius: 0 10px 10px 0;
    padding: 1.5rem 0;
    position: relative;
    box-shadow: 0 8px 30px rgba(0,0,0,0.05);
    border-left: 3px solid rgb(197,193,219);
}.title_intro_cp .page_primary_mF:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transform: translateY(-5px);
}.title_intro_cp .page_primary_mF p {
    max-width: 500px;
    color: #000000;
    line-height: 1.6;
    padding: 0 1.5rem;
    position: relative;
    margin-top: 1.5rem;
    font-size: calc(12px * 1.1);
}.title_intro_cp svg {
    margin: 0 auto;
    display: block;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 70px;
    height: 70px;
}.title_intro_cp .page_primary_mF:hover svg {
    transform: rotate(5deg) scale(1.05);
}.title_intro_cp svg path {
    transition: fill 0.3s ease;
}.title_intro_cp svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_intro_cp .page_primary_mF:hover svg path,
.title_intro_cp .page_primary_mF:hover svg text {
    fill: rgb(164,162,197);
}.title_intro_cp ul {
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    list-style: none;
    padding: 0;
}.title_intro_cp li {
    margin-bottom: 1rem;
    margin-right: 1rem;
}.title_intro_cp .help_message_L4 {
    text-decoration: none;
    border-radius: 18px;
    padding: 0.9rem 2rem;
    background: linear-gradient(135deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
    z-index: 1;
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(94,170,168,0.2);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    font-weight: 600;
    position: relative;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}.title_intro_cp .help_message_L4::before {
    background: linear-gradient(135deg, rgb(164,162,197) 0%, rgb(197,193,219) 100%);
    left: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.4s ease;
    content: "";
    opacity: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}.title_intro_cp .help_message_L4:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(94,170,168,0.3);
}.title_intro_cp .help_message_L4:hover::before {
    opacity: 1;
}.title_intro_cp .image_shadow_de {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    border-radius: 18px;
    margin-bottom: 2rem;
    height: 300px;
    overflow: hidden;
    width: 100%;
}.title_intro_cp .image_shadow_de::before {
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0) 60%, rgba(0,0,0,0.4) 100%);
    width: 100%;
    position: absolute;
}.title_intro_cp .image_shadow_de::after {
    transition: opacity 0.4s ease;
    opacity: 0.1;
    mix-blend-mode: color;
    position: absolute;
    top: 0;
    background: rgb(197,193,219);
    left: 0;
    width: 100%;
    content: "";
    height: 100%;
}.title_intro_cp:hover .image_shadow_de {
    transform: scale(1.02);
}.title_intro_cp:hover .image_shadow_de::after {
    opacity: 0.2;
}

@media (min-width: 768px) {.title_intro_cp .skill_track_z7 {
    padding: 3rem;
    align-items: center;
    flex-direction: row;
}.title_intro_cp .text_block_DG {
    flex: 1;
    padding-right: 3rem;
}.title_intro_cp .image_shadow_de {
    flex: 1;
    height: 450px;
    margin-bottom: 0;
}.title_intro_cp h1 {
    font-size: calc(44px * 1.4);
}.title_intro_cp svg {
    height: 80px;
    margin: 0 0 0 1.5rem;
    width: 80px;
}.title_intro_cp .page_primary_mF p {
    margin-top: 0;
}
}

@media (min-width: 992px) {.title_intro_cp .skill_track_z7 {
    padding: 4rem;
}.title_intro_cp .text_block_DG {
    padding-right: 5rem;
}.title_intro_cp .image_shadow_de {
    height: 500px;
}.title_intro_cp h1 {
    font-size: calc(44px * 1.5);
}.title_intro_cp .page_primary_mF {
    align-items: center;
    display: flex;
    padding: 2rem;
}.title_intro_cp svg {
    width: 90px;
    height: 90px;
}.title_intro_cp .help_message_L4 {
    padding: 1rem 2.5rem;
}
}

@media (min-width: 1200px) {.title_intro_cp .skill_track_z7 {
    padding: 0 5rem;
    height: 100vh;
}.title_intro_cp .text_block_DG {
    padding-right: 6rem;
}.title_intro_cp .image_shadow_de {
    height: 600px;
}.title_intro_cp h1 {
    font-size: calc(44px * 1.6);
}.title_intro_cp svg {
    width: 100px;
    height: 100px;
}.title_intro_cp .page_primary_mF p {
    font-size: calc(12px * 1.2);
}
}

@media (prefers-reduced-motion: reduce) {.title_intro_cp .text_block_DG,
    .title_intro_cp:hover .text_block_DG,
    .title_intro_cp:hover h1::after,
    .title_intro_cp .page_primary_mF,
    .title_intro_cp .page_primary_mF:hover,
    .title_intro_cp svg,
    .title_intro_cp .page_primary_mF:hover svg,
    .title_intro_cp .help_message_L4,
    .title_intro_cp .help_message_L4:hover,
    .title_intro_cp .image_shadow_de,
    .title_intro_cp:hover .image_shadow_de {
    transform: none;
    transition: none;
}}.educational_rewards_1c {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(225,223,238) 0%, rgba(245, 245, 250, 0.95) 100%);
}.educational_rewards_1c::before {
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(197,193,219,0.5), 0.07) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgba(rgb(164,162,197,0.5), 0.09) 0%, transparent 50%);
    width: 100%;
    left: 0;
    content: '';
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.educational_rewards_1c h5 {
    margin-bottom: 3rem;
    font-weight: 700;
    text-align: center;
    color: #000000;
    font-size: 19px;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
}.educational_rewards_1c h5::after {
    bottom: -12px;
    background: linear-gradient(90deg, rgb(197,193,219) 0%, rgb(164,162,197) 100%);
    content: '';
    height: 3px;
    position: absolute;
    width: 80px;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
}.educational_rewards_1c .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.educational_rewards_1c .skill_track_z7 {
    grid-template-columns: 1fr;
    border-radius: 24px;
    transform: translateY(0);
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: grid;
    gap: 2rem;
}.educational_rewards_1c .skill_track_z7:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.educational_rewards_1c .image_shadow_de {
    width: 100%;
    height: 300px;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.educational_rewards_1c .skill_track_z7:hover .image_shadow_de {
    transform: scale(1.05);
}.educational_rewards_1c .text_block_DG {
    position: relative;
    padding: 2rem;
}.educational_rewards_1c .text_block_DG::before {
    height: 0;
    transition: height 0.5s ease-out;
    position: absolute;
    background: linear-gradient(to bottom, rgb(197,193,219), rgb(164,162,197));
    top: 0;
    width: 4px;
    left: 0;
    content: '';
}.educational_rewards_1c .skill_track_z7:hover .text_block_DG::before {
    height: 100%;
}.educational_rewards_1c ul {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    list-style: none;
    padding: 0;
    gap: 1.25rem;
}.educational_rewards_1c li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateX(0);
    position: relative;
    padding-left: 2.5rem;
}.educational_rewards_1c li:hover {
    transform: translateX(10px);
}.educational_rewards_1c li p {
    margin: 0;
    color: #000000;
    line-height: 1.6;
    display: flex;
    font-family: Arial, sans-serif;
    align-items: flex-start;
    font-size: 13px;
}.educational_rewards_1c li svg {
    transform: translateY(2px);
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
    width: 24px;
    top: 0;
    height: 24px;
}.educational_rewards_1c li:hover svg {
    transform: translateY(2px) rotate(10deg);
}.educational_rewards_1c li svg path {
    transition: fill 0.3s ease;
    fill: rgb(197,193,219);
}.educational_rewards_1c li:hover svg path {
    fill: rgb(164,162,197);
}.educational_rewards_1c li:nth-child(odd) {
    border-radius: 10px;
    padding-bottom: 0.5rem;
    background: linear-gradient(90deg, rgba(rgb(197,193,219,0.5), 0.03) 0%, transparent 100%);
    padding-top: 0.5rem;
}.educational_rewards_1c li:nth-child(even) {
    padding-top: 0.5rem;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(rgb(164,162,197,0.5), 0.03) 0%, transparent 100%);
    padding-bottom: 0.5rem;
}

@media (min-width: 768px) {.educational_rewards_1c .skill_track_z7 {
    align-items: center;
    grid-template-columns: 0.8fr 1.2fr;
}.educational_rewards_1c .image_shadow_de {
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.educational_rewards_1c ul {
    grid-template-columns: repeat(2, 1fr);
}.educational_rewards_1c li {
    margin-bottom: 0.5rem;
}
}

@media (min-width: 992px) {.educational_rewards_1c {
    padding: 8rem 0;
}.educational_rewards_1c h5 {
    font-size: calc(19px * 1.1);
    margin-bottom: 4rem;
}.educational_rewards_1c .text_block_DG {
    padding: 3rem;
}.educational_rewards_1c li {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.4s ease;
}.educational_rewards_1c li:hover {
    background-color: rgba(rgb(164,162,197,0.5), 0.08);
}
}

@media (max-width: 767px) {.educational_rewards_1c {
    padding: 4rem 0;
}.educational_rewards_1c h5 {
    padding: 0 1rem;
    font-size: calc(19px * 0.9);
}.educational_rewards_1c .text_block_DG {
    padding: 1.5rem;
}.educational_rewards_1c li {
    margin-bottom: 1rem;
}.educational_rewards_1c li p {
    font-size: calc(13px * 0.95);
}
}

@media (max-width: 480px) {.educational_rewards_1c h5 {
    font-size: calc(19px * 0.8);
}.educational_rewards_1c .text_block_DG {
    padding: 1.25rem;
}.educational_rewards_1c li {
    padding-left: 2rem;
}.educational_rewards_1c li svg {
    width: 20px;
    height: 20px;
}
}