﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    height: 13px;
    width: 1.2vw;
}::-webkit-scrollbar-track {
    background: radial-gradient(circle at center, #ffffff 31%, rgb(255, 255, 255, 0.5) 98%, rgb(162,157,193,0.5) 20%, rgb(195,189,217,0.5) 49%, rgb(225,221,237) 70%);
    box-shadow: inset -4px 4px 11px 3px rgba(0, 0, 0, 0.1);
    border-radius: 2%;
}::-webkit-scrollbar-track:active {
    background: rgb(195,189,217);
}::-webkit-scrollbar-thumb {
    animation: shift_scrollbar 4.5s ease-in-out infinite;
    border-radius: 9999px;
    background: repeating-linear-gradient(45deg, #ffffff, #ffffff 6px, rgb(162,157,193,0.5) 6px, rgb(162,157,193,0.5) 15px);
}::-webkit-scrollbar-thumb:hover {
    box-shadow: 2px 0px 12px 7px rgba(0, 0, 0, 0.6);
    background: rgb(195,189,217,0.5);
}::-webkit-scrollbar-thumb:active {
    background: rgb(162,157,193,0.5);
    transform: scale(0.9);
    box-shadow: inset -1px -4px 0px 1px rgba(0, 0, 0, 0.3);
}html {
    scrollbar-color: rgb(162,157,193) rgb(162,157,193,0.5);
    scrollbar-width: auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    font-family: Arial, sans-serif;
    min-height: 100%;
    scroll-behavior: auto;
    color: #000000;
    height: 100%;
}.warp-containerG {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1202px;
    max-width: 100%;
    margin: auto;
}.nav_knowb {
    flex: 1 0 auto;
}.search_footr {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_form_boxV {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(225,221,237);
    position: relative;
}.contact_form_boxV::before {
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(195,189,217,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgb(162,157,193,0.5) 0%, transparent 30%);
    left: 0;
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(225,221,237);
    z-index: 1;
    top: 0;
}.contact_form_boxV::after {
    top: 0;
    width: 100%;
    content: "";
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    left: 0;
    position: absolute;
    background-position: 0 0, 0 0, 0 0, 0 0;
    opacity: 0.2;
    animation: backgroundMove 30s infinite linear;
    background-image: 
        repeating-linear-gradient(45deg, rgb(195,189,217,0.5) 0, rgb(195,189,217,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(162,157,193,0.5) 0, rgb(162,157,193,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(195,189,217,0.5), transparent 70%),
        linear-gradient(180deg, rgb(162,157,193,0.5), transparent 70%);
    height: 100%;
    z-index: 1;
}@keyframes backgroundMove {
    0% {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }
    100% {
        background-position: 60px 60px, 60px 60px, 0 0, 0 0;
    }
}

.contact_form_boxV .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
    margin: 0 auto;
}.contact_form_boxV h2 {
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 50px;
    color: #000000;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 47px;
}.contact_form_boxV h2::before {
    left: calc(50% - 50px);
    height: 2px;
    width: 100px;
    content: "";
    position: absolute;
    bottom: -15px;
    box-shadow: 
        0 0 5px rgb(195,189,217),
        0 0 10px rgb(195,189,217),
        0 0 15px rgb(195,189,217);
    background: rgb(195,189,217);
}.contact_form_boxV .connect_mapA {
    border-radius: 12px;
    display: flex;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(195,189,217,0.5);
    overflow: hidden;
    position: relative;
}.contact_form_boxV .connect_mapA::before {
    opacity: 0.2;
    z-index: 3;
    border: 1px solid rgb(195,189,217);
    position: absolute;
    inset: 0;
    pointer-events: none;
    border-radius: 12px;
    content: "";
}.contact_form_boxV .img_thumbnailu {
    overflow: hidden;
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
}.contact_form_boxV .img_thumbnailu::before {
    inset: 0;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}.contact_form_boxV .img_thumbnailu::after {
    inset: 0;
    content: "";
    z-index: 2;
    position: absolute;
    opacity: 0.7;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(195,189,217,0.5) 100%);
}.contact_form_boxV .request_infod {
    position: relative;
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
}.contact_form_boxV .request_infod::before {
    right: -100px;
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgb(195,189,217,0.5);
    content: "";
    z-index: 0;
    filter: blur(100px);
    top: -100px;
    opacity: 0.3;
}.contact_form_boxV .request_infod::after {
    opacity: 0.3;
    position: absolute;
    height: 150px;
    bottom: -75px;
    filter: blur(80px);
    content: "";
    left: -75px;
    width: 150px;
    z-index: 0;
    background: rgb(162,157,193,0.5);
}.contact_form_boxV form {
    z-index: 2;
    position: relative;
}.contact_form_boxV form h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}.contact_form_boxV form h3::after {
    left: 0;
    box-shadow: 
        0 0 5px rgb(195,189,217,0.5),
        0 0 10px rgb(195,189,217,0.5);
    width: 40px;
    content: "";
    background: rgb(195,189,217);
    position: absolute;
    height: 2px;
    bottom: -15px;
}.contact_form_boxV form input[type="text"] {
    color: #000000;
    transition: all 0.3s ease;
    width: 100%;
    padding: 18px 25px;
    border-radius: 8px;
    font-size: 15px;
    border: 1px solid rgb(195,189,217,0.5);
    margin-bottom: 25px;
    background: rgb(225,221,237);
}.contact_form_boxV form input[type="text"]:focus {
    outline: none;
    box-shadow: 
        0 0 0 1px rgb(195,189,217),
        0 0 5px rgb(195,189,217,0.5);
    border-color: rgb(195,189,217);
}.contact_form_boxV form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.contact_form_boxV .reach_reach5 {
    margin-bottom: 35px;
    position: relative;
}.contact_form_boxV .reach_reach5 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_boxV .reach_reach5 label {
    font-size: 13px;
    padding-left: 35px;
    line-height: 1.5;
    position: relative;
    color: #000000;
    cursor: pointer;
}.contact_form_boxV .reach_reach5 label::before {
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    background: rgb(225,221,237);
    width: 22px;
    border-radius: 4px;
    border: 1px solid rgb(195,189,217,0.5);
    content: "";
    top: 0;
    height: 22px;
}.contact_form_boxV .reach_reach5 input[type="checkbox"]:checked + label::before {
    background: rgb(195,189,217);
    border-color: rgb(195,189,217);
    box-shadow: 0 0 5px rgb(195,189,217,0.5);
}.contact_form_boxV .reach_reach5 input[type="checkbox"]:checked + label::after {
    content: "";
    border: solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    width: 6px;
    left: 8px;
    top: 4px;
    height: 12px;
    border-width: 0 2px 2px 0;
}.contact_form_boxV .reach_reach5 label a {
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 600;
    color: rgb(195,189,217);
}.contact_form_boxV .reach_reach5 label a::after {
    transform: scaleX(0);
    width: 100%;
    bottom: -1px;
    background: rgb(195,189,217);
    transition: transform 0.3s ease;
    position: absolute;
    content: "";
    height: 1px;
    transform-origin: right;
    left: 0;
}.contact_form_boxV .reach_reach5 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}.contact_form_boxV .connect_list7 {
    position: relative;
    padding: 18px 30px;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 8px;
    background: rgb(195,189,217);
    font-size: 19px;
    cursor: pointer;
    box-shadow: 
        0 5px 15px rgb(195,189,217,0.5),
        0 0 0 1px rgb(195,189,217);
    overflow: hidden;
    color: #ffffff;
    font-weight: 700;
    transition: all 0.3s ease;
    text-transform: uppercase;
    border: none;
}.contact_form_boxV .connect_list7::before {
    top: 0;
    transition: transform 0.5s ease;
    left: 0;
    background: rgb(162,157,193);
    position: absolute;
    z-index: -1;
    content: "";
    transform: scaleX(0);
    height: 100%;
    width: 100%;
    transform-origin: right;
}.contact_form_boxV .connect_list7:hover {
    box-shadow: 
        0 5px 20px rgb(162,157,193,0.5),
        0 0 0 1px rgb(162,157,193);
}.contact_form_boxV .connect_list7:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_form_boxV svg {
    height: 22px;
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(195,189,217,0.5));
    transition: all 0.3s ease;
    fill: rgb(195,189,217);
}.contact_form_boxV svg path {
    fill: rgb(195,189,217);
    transition: all 0.3s ease;
}.contact_form_boxV svg:hover,
.contact_form_boxV svg:hover path {
    transform: translateY(-2px);
    fill: rgb(162,157,193);
    filter: drop-shadow(0 0 3px rgb(162,157,193,0.5));
}

@media (max-width: 1024px) {.contact_form_boxV {
    padding: 80px 0;
}.contact_form_boxV .img_thumbnailu {
    min-height: 500px;
}.contact_form_boxV .request_infod {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact_form_boxV {
    padding: 60px 0;
}.contact_form_boxV h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 40px;
}.contact_form_boxV .connect_mapA {
    flex-direction: column;
}.contact_form_boxV .img_thumbnailu {
    min-height: 300px;
    width: 100%;
}.contact_form_boxV .request_infod {
    padding: 40px 30px;
    width: 100%;
}.contact_form_boxV form h3 {
    margin-bottom: 30px;
}.contact_form_boxV form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact_form_boxV .reach_reach5 {
    margin-bottom: 25px;
}.contact_form_boxV .connect_list7 {
    padding: 15px 25px;
}
}

@media (max-width: 480px) {.contact_form_boxV {
    padding: 50px 0;
}.contact_form_boxV h2 {
    margin-bottom: 30px;
    font-size: calc(47px * 0.7);
}.contact_form_boxV .img_thumbnailu {
    min-height: 200px;
}.contact_form_boxV .request_infod {
    padding: 30px 20px;
}.contact_form_boxV form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.contact_form_boxV form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.contact_form_boxV .reach_reach5 {
    margin-bottom: 20px;
}.contact_form_boxV .reach_reach5 label {
    font-size: calc(13px * 0.9);
}.contact_form_boxV .connect_list7 {
    padding: 12px 20px;
}}#cookie_alert_infoC {
    display: none;
}#cookie_alert_infoC:checked ~ .cookie_modal_message7 {
    visibility: hidden;
    opacity: 0;
}.cookie_modal_message7 {
    position: fixed;
    background: rgb(162,157,193);
    font-family: Arial, sans-serif;
    z-index: 90;
    border-top: 3px solid rgb(195,189,217);
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    padding: 20px 0;
}.digital_trackingM {
    border: 2px dashed rgb(195,189,217);
    justify-content: space-between;
    align-items: center;
    border-radius: 18px;
    padding: 20px 5%;
    gap: 20px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
}.cookie_modal_message7 h5 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: rgb(195,189,217);
    margin: 0;
    letter-spacing: 1.5px;
}.cookie_modal_message7 p {
    line-height: 1.5;
    font-size: 14px;
    color: #ffffff;
    margin: 0;
    position: relative;
}.privacy_ctrll {
    flex-shrink: 0;
    margin-right: 20px;
    background: rgb(195,189,217,0.5);
    justify-content: center;
    border-radius: 18px;
    display: flex;
    padding: 10px;
    align-items: center;
}.privacy_ctrll svg {
    height: 60px;
    width: 60px;
    fill: rgb(195,189,217);
}.cookie_confirmd {
    padding: 10px 20px;
    background: rgb(195,189,217);
    border-radius: 10px;
    color: #000000;
    flex-shrink: 0;
    text-decoration: none;
    border: 2px solid rgb(195,189,217);
    margin-left: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    white-space: nowrap;
    font-size: 14px;
    min-width: 140px;
    line-height: 40px;
    text-align: center;
}.cookie_confirmd:hover {
    background-color: rgb(162,157,193);
    box-shadow: 0 0 10px rgb(162,157,193);
}.cookie_button.track_settingsp {
    color: #ffffff;
    border: 2px solid rgb(162,157,193);
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.track_settingsp:hover {
    box-shadow: 0 0 10px rgb(162,157,193);
}.cookie_modal_message7 p a {
    border-bottom: 1px dashed rgb(195,189,217);
    color: rgb(195,189,217);
    text-decoration: none;
    transition: color 0.3s ease;
}.cookie_modal_message7 p a:hover {
    color: rgb(162,157,193);
}
@media only screen and (max-width: 1200px) {.cookie_modal_message7 {
    padding: 15px 0;
}.digital_trackingM {
    padding: 15px 5%;
}.privacy_ctrll {
    display: none;
}.digital_trackingM {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookie_modal_message7 h5 {
    margin-bottom: 10px;
    font-size: 20px;
}.cookie_guide1 {
    margin-bottom: 15px;
}.cookie_confirmd {
    min-width: 100%;
    margin: 10px 0;
}}
.welcome_page8 {
    overflow: hidden;
    width: 100%;
    background: rgb(225,221,237);
    position: relative;
    min-height: 100vh;
}.welcome_page8::before {
    background: 
        radial-gradient(circle at 20% 20%, rgb(195,189,217,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(162,157,193,0.5) 0%, transparent 40%);
    content: "";
    position: absolute;
    top: 0;
    z-index: 0;
    height: 100%;
    left: 0;
    width: 100%;
}.welcome_page8 .skill_proL {
    grid-template-rows: 2fr 1fr;
    position: relative;
    height: 100vh;
    z-index: 1;
    width: 100%;
    display: grid;
}.welcome_page8 .learn_starta {
    position: relative;
    height: 100%;
    grid-row: 1;
    width: 100%;
    overflow: hidden;
}.welcome_page8 .learn_starta input {
    display: none;
}.welcome_page8 .edu_spaceQ {
    display: flex;
    transition: none;
    height: 100%;
}.welcome_page8 .skill_quickJ {
    min-width: 100%;
    position: relative;
    transition: opacity 0.5s ease;
    height: 100%;
    opacity: 0;
}.welcome_page8 .skill_quickJ img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}.welcome_page8 .skill_quickJ::before {
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.5s ease;
    backdrop-filter: blur(1px);
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0.3;
    content: "";
}.welcome_page8 .learn_starta input:nth-child(1):checked ~ .edu_spaceQ .skill_quickJ:nth-child(1),
.welcome_page8 .learn_starta input:nth-child(2):checked ~ .edu_spaceQ .skill_quickJ:nth-child(2),
.welcome_page8 .learn_starta input:nth-child(3):checked ~ .edu_spaceQ .skill_quickJ:nth-child(3),
.welcome_page8 .learn_starta input:nth-child(4):checked ~ .edu_spaceQ .skill_quickJ:nth-child(4),
.welcome_page8 .learn_starta input:nth-child(5):checked ~ .edu_spaceQ .skill_quickJ:nth-child(5),
.welcome_page8 .learn_starta input:nth-child(6):checked ~ .edu_spaceQ .skill_quickJ:nth-child(6),
.welcome_page8 .learn_starta input:nth-child(7):checked ~ .edu_spaceQ .skill_quickJ:nth-child(7),
.welcome_page8 .learn_starta input:nth-child(8):checked ~ .edu_spaceQ .skill_quickJ:nth-child(8),
.welcome_page8 .learn_starta input:nth-child(9):checked ~ .edu_spaceQ .skill_quickJ:nth-child(9),
.welcome_page8 .learn_starta input:nth-child(10):checked ~ .edu_spaceQ .skill_quickJ:nth-child(10) {
    z-index: 2;
    opacity: 1;
}.welcome_page8 .learn_starta input:nth-child(1):checked ~ .edu_spaceQ .skill_quickJ:nth-child(1)::before,
.welcome_page8 .learn_starta input:nth-child(2):checked ~ .edu_spaceQ .skill_quickJ:nth-child(2)::before,
.welcome_page8 .learn_starta input:nth-child(3):checked ~ .edu_spaceQ .skill_quickJ:nth-child(3)::before,
.welcome_page8 .learn_starta input:nth-child(4):checked ~ .edu_spaceQ .skill_quickJ:nth-child(4)::before,
.welcome_page8 .learn_starta input:nth-child(5):checked ~ .edu_spaceQ .skill_quickJ:nth-child(5)::before,
.welcome_page8 .learn_starta input:nth-child(6):checked ~ .edu_spaceQ .skill_quickJ:nth-child(6)::before,
.welcome_page8 .learn_starta input:nth-child(7):checked ~ .edu_spaceQ .skill_quickJ:nth-child(7)::before,
.welcome_page8 .learn_starta input:nth-child(8):checked ~ .edu_spaceQ .skill_quickJ:nth-child(8)::before,
.welcome_page8 .learn_starta input:nth-child(9):checked ~ .edu_spaceQ .skill_quickJ:nth-child(9)::before,
.welcome_page8 .learn_starta input:nth-child(10):checked ~ .edu_spaceQ .skill_quickJ:nth-child(10)::before {
    opacity: 0;
}.welcome_page8 .fast_skillI {
    bottom: 20px;
    gap: 15px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    position: absolute;
}.welcome_page8 .fast_skillI label {
    background: #ffffff;
    opacity: 0.5;
    width: 12px;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    height: 12px;
}.welcome_page8 .learn_starta input:nth-child(1):checked ~ .fast_skillI label:nth-child(1),
.welcome_page8 .learn_starta input:nth-child(2):checked ~ .fast_skillI label:nth-child(2),
.welcome_page8 .learn_starta input:nth-child(3):checked ~ .fast_skillI label:nth-child(3),
.welcome_page8 .learn_starta input:nth-child(4):checked ~ .fast_skillI label:nth-child(4),
.welcome_page8 .learn_starta input:nth-child(5):checked ~ .fast_skillI label:nth-child(5),
.welcome_page8 .learn_starta input:nth-child(6):checked ~ .fast_skillI label:nth-child(6),
.welcome_page8 .learn_starta input:nth-child(7):checked ~ .fast_skillI label:nth-child(7),
.welcome_page8 .learn_starta input:nth-child(8):checked ~ .fast_skillI label:nth-child(8),
.welcome_page8 .learn_starta input:nth-child(9):checked ~ .fast_skillI label:nth-child(9),
.welcome_page8 .learn_starta input:nth-child(10):checked ~ .fast_skillI label:nth-child(10) {
    opacity: 1;
    background: rgb(195,189,217);
    transform: scale(1.3);
}.welcome_page8 .text_display_boxD {
    z-index: 5;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
    display: flex;
    grid-row: 2;
}.welcome_page8 .text_display_boxD::before {
    height: 5px;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    background: linear-gradient(to right, rgb(195,189,217), rgb(162,157,193));
}.welcome_page8 .text_display_boxD .container {
    max-width: 1140px;
    padding: 40px 30px;
    margin: 0 auto;
    position: relative;
}.welcome_page8 .text_display_boxD h1 {
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 41px;
    margin-bottom: 15px;
    position: relative;
}.welcome_page8 .text_display_boxD h3 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 24px;
    color: rgb(162,157,193);
}.welcome_page8 .text_display_boxD p {
    line-height: 1.7;
    max-width: 800px;
    margin-bottom: 0;
    color: #000000;
    font-size: 15px;
}@keyframes slideInUp {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.welcome_page8 .text_display_boxD h1,
.welcome_page8 .text_display_boxD h3,
.welcome_page8 .text_display_boxD p {
    animation: slideInUp 0.6s forwards;
    opacity: 0;
}.welcome_page8 .text_display_boxD h1 {
    animation-delay: 0.2s;
}.welcome_page8 .text_display_boxD h3 {
    animation-delay: 0.4s;
}.welcome_page8 .text_display_boxD p {
    animation-delay: 0.6s;
}.welcome_page8 .learn_starta input:nth-child(1):checked ~ .edu_spaceQ .skill_quickJ:nth-child(1) img,
.welcome_page8 .learn_starta input:nth-child(2):checked ~ .edu_spaceQ .skill_quickJ:nth-child(2) img,
.welcome_page8 .learn_starta input:nth-child(3):checked ~ .edu_spaceQ .skill_quickJ:nth-child(3) img,
.welcome_page8 .learn_starta input:nth-child(4):checked ~ .edu_spaceQ .skill_quickJ:nth-child(4) img,
.welcome_page8 .learn_starta input:nth-child(5):checked ~ .edu_spaceQ .skill_quickJ:nth-child(5) img,
.welcome_page8 .learn_starta input:nth-child(6):checked ~ .edu_spaceQ .skill_quickJ:nth-child(6) img,
.welcome_page8 .learn_starta input:nth-child(7):checked ~ .edu_spaceQ .skill_quickJ:nth-child(7) img,
.welcome_page8 .learn_starta input:nth-child(8):checked ~ .edu_spaceQ .skill_quickJ:nth-child(8) img,
.welcome_page8 .learn_starta input:nth-child(9):checked ~ .edu_spaceQ .skill_quickJ:nth-child(9) img,
.welcome_page8 .learn_starta input:nth-child(10):checked ~ .edu_spaceQ .skill_quickJ:nth-child(10) img {
    animation: slowZoom 15s infinite alternate;
}

@keyframes slowZoom {
    from { transform: scale(1); }
    to { transform: scale(1.1); }
}

@media (max-width: 1200px) {.welcome_page8 .text_display_boxD .container {
    max-width: 960px;
}
}

@media (max-width: 992px) {.welcome_page8 .text_display_boxD .container {
    max-width: 720px;
    padding: 30px 20px;
}.welcome_page8 .text_display_boxD h1 {
    font-size: calc(41px * 0.9);
}
}

@media (max-width: 768px) {.welcome_page8 .skill_proL {
    grid-template-rows: 3fr 2fr;
}.welcome_page8 .text_display_boxD .container {
    padding: 25px 15px;
    max-width: 540px;
}.welcome_page8 .text_display_boxD h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 10px;
}.welcome_page8 .text_display_boxD h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.9);
}.welcome_page8 .fast_skillI {
    bottom: 15px;
    gap: 10px;
}
}

@media (max-width: 576px) {.welcome_page8 .text_display_boxD .container {
    padding: 20px 15px;
}.welcome_page8 .text_display_boxD h1 {
    font-size: calc(41px * 0.7);
}.welcome_page8 .text_display_boxD h3 {
    font-size: calc(24px * 0.8);
    margin-bottom: 10px;
}.welcome_page8 .text_display_boxD p {
    font-size: calc(15px * 0.9);
}.welcome_page8 .fast_skillI {
    gap: 8px;
}.welcome_page8 .fast_skillI label {
    height: 10px;
    width: 10px;
}}

.welcome_page8 .fast_skillI label:hover {
    opacity: 0.8;
    transform: scale(1.2);
}.welcome_page8 .edu_spaceQ .skill_quickJ:not(:first-child) {
    inset: 0;
    position: absolute;
}.our_teamQ {
    position: relative;
    padding: 100px 0;
    background-color: #ffffff;
    overflow: hidden;
}.our_teamQ::before {
    opacity: 0.1;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: radial-gradient(circle at 10% 10%, rgb(195,189,217,0.5) 0%, transparent 50%);
    content: "";
}.our_teamQ::after {
    width: 100%;
    right: 0;
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    bottom: 0;
    opacity: 0.1;
    background: radial-gradient(circle at 90% 90%, rgb(162,157,193,0.5) 0%, transparent 50%);
}.our_teamQ .container {
    position: relative;
    z-index: 5;
}.our_teamQ h2 {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    text-align: center;
    font-size: 40px;
}.our_teamQ h2::after {
    width: 100px;
    height: 4px;
    bottom: -15px;
    position: absolute;
    content: "";
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(195,189,217), rgb(162,157,193));
}.our_teamQ .our_journeyV {
    display: flex;
    gap: 50px;
    flex-direction: column;
    position: relative;
    align-items: center;
}.our_teamQ .study_tracksd {
    gap: 40px;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 0;
    width: 100%;
    max-width: 800px;
}.our_teamQ .study_tracksd:first-child {
    flex-direction: row;
}.our_teamQ .study_tracksd:last-child {
    flex-direction: row-reverse;
}.our_teamQ .study_tracksd h3 {
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #ffffff;
    border-radius: 22px;
    transition: all 0.3s ease;
    min-width: 200px;
    margin: 0;
    z-index: 2;
    font-weight: 700;
    position: relative;
    font-size: 23px;
}.our_teamQ .study_tracksd:first-child h3 {
    background: rgb(195,189,217);
}.our_teamQ .study_tracksd:last-child h3 {
    background: rgb(162,157,193);
}.our_teamQ .study_tracksd h3::after {
    position: absolute;
    transform: translateY(-50%) rotate(45deg);
    background: inherit;
    content: "";
    z-index: -1;
    width: 20px;
    height: 20px;
    top: 50%;
}.our_teamQ .study_tracksd:first-child h3::after {
    right: -10px;
}.our_teamQ .study_tracksd:last-child h3::after {
    left: -10px;
}.our_teamQ .study_tracksd p {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 22px;
    line-height: 1.8;
    flex: 1;
    font-size: 18px;
    color: #000000;
    z-index: 1;
    padding: 30px;
    background: #ffffff;
    position: relative;
}.our_teamQ .study_tracksd:hover h3 {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.our_teamQ .study_tracksd:hover p {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.our_teamQ .our_journeyV::before {
    top: 0;
    background: linear-gradient(to bottom, rgb(195,189,217,0.5), rgb(162,157,193,0.5));
    width: 1px;
    height: 100%;
    z-index: 0;
    content: "";
    position: absolute;
    left: 50%;
    opacity: 0.3;
}

@media screen and (max-width: 992px) {.our_teamQ {
    padding: 80px 0;
}.our_teamQ h2 {
    font-size: calc(40px * 0.9);
    margin-bottom: 50px;
}.our_teamQ .our_journeyV {
    gap: 40px;
}
}

@media screen and (max-width: 768px) {.our_teamQ {
    padding: 60px 0;
}.our_teamQ h2 {
    font-size: calc(40px * 0.8);
    margin-bottom: 40px;
}.our_teamQ h2::after {
    height: 3px;
    width: 80px;
}.our_teamQ .study_tracksd {
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
}.our_teamQ .study_tracksd h3 {
    max-width: 100%;
    min-width: 0;
    width: 100%;
}.our_teamQ .study_tracksd h3::after {
    display: none;
}.our_teamQ .study_tracksd p {
    width: 100%;
    padding: 25px;
}.our_teamQ .our_journeyV::before {
    display: none;
}
}

@media screen and (max-width: 576px) {.our_teamQ {
    padding: 50px 0;
}.our_teamQ h2 {
    font-size: calc(40px * 0.7);
    margin-bottom: 30px;
}.our_teamQ h2::after {
    width: 60px;
    bottom: -10px;
    height: 3px;
}.our_teamQ .our_journeyV {
    gap: 30px;
}.our_teamQ .study_tracksd h3 {
    font-size: calc(23px * 0.9);
    padding: 15px;
}.our_teamQ .study_tracksd p {
    font-size: calc(18px * 0.9);
    padding: 20px;
    line-height: 1.6;
}}.program_detailsp {
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.program_detailsp::before {
    height: 100%;
    content: "";
    opacity: 0.3;
    top: 0;
    position: absolute;
    animation: patternFloat 60s infinite linear;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(195,189,217,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(195,189,217,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(195,189,217,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(195,189,217,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(195,189,217,0.5) 1px, transparent 5px);
    background-size: 120px 120px;
    right: 0;
    width: 100%;
    z-index: 0;
}.program_detailsp::after {
    top: -50%;
    position: absolute;
    right: -50%;
    background: radial-gradient(circle at center, rgb(195,189,217,0.5) 0%, transparent 70%);
    content: "";
    opacity: 0.15;
    transform: scale(2);
    z-index: 0;
    height: 100%;
    width: 100%;
}.program_detailsp .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
}.program_detailsp .education_flowK {
    gap: 40px;
    position: relative;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.program_detailsp .img_thumbnailu {
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    height: 380px;
    transform: perspective(1000px) rotateY(2deg);
}.program_detailsp .img_thumbnailu::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    height: 100%;
    left: 0;
    z-index: 1;
    top: 0;
}.program_detailsp .img_thumbnailu::after {
    position: absolute;
    height: 30%;
    width: 100%;
    bottom: 0;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    left: 0;
    z-index: 1;
    content: "";
}.program_detailsp .img_thumbnailu:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.program_detailsp .text_display_boxD {
    padding: 20px;
    background: #ffffff;
    position: relative;
    border-left: 4px solid rgb(195,189,217);
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
}.program_detailsp .text_display_boxD::before {
    background: linear-gradient(135deg, 
        rgba(rgb(195,189,217,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    content: "";
    top: 0;
    height: 100%;
}.program_detailsp h3 {
    margin-bottom: 24px;
    color: rgb(195,189,217);
    line-height: 1.4;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
    font-size: calc(21px * 1.1);
    transform: translateX(0);
    font-family: Arial, sans-serif;
}.program_detailsp h3::after {
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
    background: rgb(162,157,193);
    width: 60px;
    bottom: -10px;
    left: 0;
}.program_detailsp .text_display_boxD:hover h3 {
    transform: translateX(5px);
}.program_detailsp .text_display_boxD:hover h3::after {
    transform: scaleX(1.5);
}.program_detailsp p.description {
    opacity: 1;
    column-gap: 30px;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    line-height: 1.8;
    color: #000000;
    font-size: 12px;
    transition: opacity 0.5s, transform 0.5s;
    column-count: 1;
    position: relative;
    margin-bottom: 20px;
}.program_detailsp span.description {
    display: none;
}.program_detailsp .text_display_boxD div {
    overflow: hidden;
    position: relative;
}

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

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

@media (min-width: 768px) {.program_detailsp {
    padding: 150px 0;
}.program_detailsp .education_flowK {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.program_detailsp .img_thumbnailu {
    height: 450px;
    transform: perspective(1000px) rotateY(5deg);
}.program_detailsp p.description {
    column-count: 2;
}.program_detailsp .text_display_boxD {
    padding: 40px;
}.program_detailsp h3 {
    margin-bottom: 30px;
    font-size: 32px;
}.program_detailsp h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.program_detailsp .education_flowK {
    gap: 80px;
}.program_detailsp .img_thumbnailu {
    height: 520px;
}.program_detailsp .text_display_boxD {
    padding: 50px;
}.program_detailsp h3 {
    font-size: calc(32px * 1.1);
}.program_detailsp p.description {
    line-height: 1.9;
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.program_detailsp {
    padding: 80px 0;
}.program_detailsp .img_thumbnailu {
    height: 280px;
    transform: perspective(1000px) rotateY(3deg);
}.program_detailsp .text_display_boxD {
    padding: 25px 20px;
}.program_detailsp h3 {
    margin-bottom: 20px;
    font-size: calc(21px * 1.05);
}.program_detailsp h3::after {
    height: 2px;
    width: 50px;
}.program_detailsp p.description {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (hover: hover) {.program_detailsp .img_thumbnailu::before {
    transition: opacity 0.5s ease;
}.program_detailsp .img_thumbnailu:hover::before {
    opacity: 0.7;
}}header {
    background: rgb(162,157,193);
    padding: 0;
    overflow: visible;
    margin-top: 0;
    z-index: 100;
    position: relative;
}header::before {
    height: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
    linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    content: '';
    background-size: 20px 20px;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    position: absolute;
}header::after {
    left: 0;
    content: '';
    width: 100%;
    background: 
        linear-gradient(to right, transparent 0%, rgb(162,157,193,0.5) 50%, transparent 100%),
        linear-gradient(to bottom, transparent 0%, rgb(162,157,193,0.5) 50%, transparent 100%);
    height: 100%;
    z-index: 0;
    top: 0;
    position: absolute;
}header .top_tutorx {
    padding: 1.3rem 2.5rem;
    position: relative;
    display: flex;
    justify-content: space-between;
    z-index: 5;
    align-items: center;
}header .head_classY {
    transition: all 0.3s ease;
    overflow: hidden;
    border-left: 3px solid rgb(195,189,217);
    padding: 0.5rem 0.7rem;
    position: relative;
    margin-right: 2rem;
    flex: 0 0 auto;
    z-index: 2;
}header .head_classY::before {
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    left: 0;
    transition: all 0.4s ease;
    position: absolute;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    transform: scaleX(0);
    content: '';
    top: 0;
}header .head_classY:hover {
    box-shadow: 5px 0 15px -5px rgb(195,189,217);
    transform: translateX(5px);
}header .head_classY:hover::before {
    opacity: 1;
    transform: scaleX(1);
}header .page_navx {
    position: relative;
    transition: all 0.3s ease;
    display: block;
}header .page_navx::after {
    content: '';
    bottom: -5px;
    background: rgb(195,189,217);
    height: 10px;
    right: -5px;
    transition: all 0.3s ease;
    opacity: 0;
    width: 10px;
    position: absolute;
}header .page_navx:hover::after {
    opacity: 1;
}header .page_navx img {
    filter: brightness(1.1);
    max-height: 40px;
}header .main_pagem {
    list-style: none;
    margin: 0;
    z-index: 2;
    display: flex;
    position: relative;
    padding: 0;
}header .main_pagem::before {
    top: 50%;
    height: 1px;
    right: -20px;
    position: absolute;
    background: rgb(195,189,217);
    transform: translateY(-50%);
    content: '';
    width: 40px;
}header .nav_class1 {
    margin: 0 1px;
    position: relative;
}header .nav_class1 a {
    display: flex;
    justify-content: center;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    position: relative;
    height: 45px;
    letter-spacing: 1px;
    font-weight: 600;
    border-left: 1px solid transparent;
    align-items: center;
    color: #ffffff;
    transition: all 0.3s ease;
    border-right: 1px solid transparent;
    font-size: 16px;
    padding: 0 1.2rem;
}header .nav_class1 a::before {
    background: rgb(195,189,217);
    transform: translateX(-100%);
    height: 100%;
    position: absolute;
    transition: transform 0.3s ease;
    width: 100%;
    z-index: -1;
    content: '';
    left: 0;
    top: 0;
}header .nav_class1 a:hover {
    border-left-color: rgba(255, 255, 255, 0.2);
    border-right-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}header .nav_class1 a:hover::before {
    transform: translateX(0);
}header .nav_class1 a::after {
    transform: scaleX(0);
    background: rgb(195,189,217);
    transition: transform 0.3s ease;
    width: 100%;
    left: 0;
    transform-origin: right;
    content: '';
    position: absolute;
    height: 2px;
    top: 0;
}header .nav_class1 a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}header .nav_class1::before {
    position: absolute;
    width: 5px;
    transition: transform 0.3s ease;
    background: rgb(195,189,217);
    content: '';
    left: -10px;
    height: 5px;
    top: 50%;
    transform: translateY(-50%) scale(0);
}header .nav_class1:hover::before {
    transform: translateY(-50%) scale(1);
}header .top_tutorx::before {
    background: rgb(195,189,217);
    left: 20px;
    width: 30px;
    position: absolute;
    content: '';
    height: 1px;
    top: 20px;
}header .top_tutorx::after {
    height: 30px;
    left: 20px;
    background: rgb(195,189,217);
    position: absolute;
    content: '';
    top: 20px;
    width: 1px;
}.nav_knowb {
    padding-top: 2rem;
    position: relative;
    z-index: 1;
    background: rgb(225,221,237);
}@keyframes typingCursor {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}

header .nav_class1:last-child::after {
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    content: '|';
    right: -10px;
    color: rgb(195,189,217);
    animation: typingCursor 1s infinite;
    font-weight: 700;
}

@media (min-width: 1400px) {header .top_tutorx {
    max-width: 1320px;
    margin: 0 auto;
}header .nav_class1 {
    margin: 0 2px;
}header .nav_class1 a {
    padding: 0 1.5rem;
}
}

@media (max-width: 991px) {header .top_tutorx {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_classY {
    margin-bottom: 0;
    margin-right: 0;
}header .main_pagem {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_pagem::before {
    display: none;
}header .nav_class1 a {
    height: 40px;
    padding: 0 1rem;
    font-size: calc(16px - 1px);
}header .nav_class1::before {
    display: none;
}header .top_tutorx::before,
    header .top_tutorx::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .top_tutorx {
    padding: 0.8rem 1.5rem;
}header .head_classY {
    padding: 0.4rem 0.6rem;
    max-width: 140px;
}header .page_navx img {
    max-height: 35px;
}header .main_pagem {
    overflow-x: auto;
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    -webkit-overflow-scrolling: touch;
    margin-top: 0.8rem;
    justify-content: flex-start;
}header .main_pagem::-webkit-scrollbar {
    height: 3px;
}header .main_pagem::-webkit-scrollbar-thumb {
    background: rgb(195,189,217);
    border-radius: 10px;
}header .nav_class1 {
    margin: 0;
    flex: 0 0 auto;
}header .nav_class1 a {
    white-space: nowrap;
    height: 35px;
    font-size: calc(16px - 2px);
    letter-spacing: 0.5px;
    padding: 0 0.8rem;
}header .nav_class1:last-child::after {
    display: none;
}
}

@media (max-width: 479px) {header .top_tutorx {
    padding: 0.7rem 1.2rem;
}header .head_classY {
    padding: 0.3rem 0.5rem;
    max-width: 120px;
}header .nav_class1 a {
    padding: 0 0.6rem;
    height: 32px;
    font-size: calc(16px - 3px);
}}.confidential_hearths {
    color: #000000;
    padding: 40px 20px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
}.confidential_hearths h1, .confidential_hearths h2, .confidential_hearths h3, .confidential_hearths h4, .confidential_hearths h5, .confidential_hearths h6 {
    margin-bottom: 20px;
    font-weight: 700;
    color: #000000;
}.confidential_hearths h1 {
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(195,189,217);
    font-size: 48px;
    margin-bottom: 30px;
}.confidential_hearths h2 {
    border-bottom: 2px solid rgb(162,157,193);
    font-size: 30px;
    padding-bottom: 8px;
    margin-bottom: 25px;
}.confidential_hearths h3 {
    border-bottom: 1px solid #000000;
    font-size: 1.5em;
    margin-bottom: 20px;
    padding-bottom: 6px;
}.confidential_hearths h4 {
    margin-bottom: 18px;
    font-size: 1.25em;
}.confidential_hearths h5 {
    font-size: 18px;
    margin-bottom: 16px;
}.confidential_hearths h6 {
    margin-bottom: 14px;
    font-size: 22px;
}.confidential_hearths ul, .confidential_hearths ol {
    list-style: none;
    padding-left: 20px;
    color: #000000;
    margin-left: 20px;
}.confidential_hearths ul li, .confidential_hearths ol li {
    position: relative;
    font-size: 12px;
    margin-bottom: 10px;
    padding-left: 20px;
    line-height: 1.6;
}.confidential_hearths ul li:before {
    position: absolute;
    font-size: 1.2em;
    content: '•';
    left: 0;
    color: rgb(195,189,217);
}.confidential_hearths p, .confidential_hearths span, .confidential_hearths div {
    line-height: 1.8;
    color: #000000;
    margin-bottom: 20px;
    font-size: 12px;
}
@media only screen and (max-width: 800px) {.confidential_hearths {
    padding: 20px 10px;
}.confidential_hearths h1 {
    font-size: calc(18px - 10%);
}.confidential_hearths h2 {
    font-size: calc(18px - 10%);
}.confidential_hearths p, .confidential_hearths span, .confidential_hearths div {
    font-size: calc(12px - 10%);
}}
.confidential_hearths a {
    color: rgb(195,189,217);
    text-decoration: none;
    border-bottom: 1px solid rgb(195,189,217);
}.confidential_hearths a:hover {
    border-bottom: 1px solid rgb(162,157,193);
    color: rgb(162,157,193);
}.confidential_hearths blockquote {
    background-color: rgb(225,221,237);
    color: #000000;
    margin: 20px 0;
    padding: 15px 20px;
    border-left: 5px solid rgb(195,189,217);
    font-style: italic;
}.confidential_hearths code {
    background-color: rgb(225,221,237);
    padding: 2px 6px;
    font-family: monospace;
    color: #000000;
    border-radius: 10px;
}.confidential_hearths hr {
    margin: 30px 0;
    border: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.5);
}.find_contactd {
    position: relative;
    padding: 5rem 2rem;
    color: #000000;
    background: linear-gradient(145deg, rgb(225,221,237), rgba(245, 245, 255, 0.97));
    font-family: Arial, sans-serif;
    overflow: hidden;
}.find_contactd::before {
    left: -5%;
    width: 120%;
    top: -10%;
    background: radial-gradient(circle at 30% 20%, rgba(rgb(195,189,217,0.5), 0.08), transparent 60%),
                radial-gradient(circle at 70% 60%, rgba(rgb(162,157,193,0.5), 0.06), transparent 55%);
    z-index: 0;
    content: "";
    position: absolute;
    height: 120%;
    transform: rotate(-3deg);
}.find_contactd::after {
    top: 0;
    right: 0;
    z-index: 1;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    height: 100%;
    width: 50%;
    background: linear-gradient(to left, rgba(rgb(195,189,217,0.5), 0.03), transparent);
    content: "";
}.find_contactd h1 {
    font-size: 39px;
    transform: translateY(-5px);
    margin-bottom: 2.5rem;
    z-index: 2;
    color: transparent;
    -webkit-background-clip: text;
    text-align: center;
    background-clip: text;
    background: linear-gradient(135deg, rgb(195,189,217), rgb(162,157,193));
    position: relative;
    font-weight: 700;
    letter-spacing: -0.5px;
}.find_contactd .container {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.find_contactd .message_formO {
    position: relative;
    gap: 2.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.find_contactd .message_formO > div {
    border-left: 3px solid rgb(195,189,217);
    transform: translateY(0);
    padding: 1.8rem 2rem;
    background: rgba(#ffffff, 0.7);
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05),
                0 3px 10px rgba(rgba(0, 0, 0, 0.5), 0.02);
    border-radius: 3px;
}.find_contactd .message_formO > div:hover {
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transform: translateY(-5px);
}.find_contactd .message_formO > div:first-child {
    color: #000000;
    line-height: 1.7;
    padding: 2.5rem;
    font-size: calc(18px + 0.1rem);
    border-left-color: rgb(162,157,193);
}.find_contactd h6 {
    color: rgb(195,189,217);
    align-items: center;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 0.75rem;
    display: flex;
    font-size: 19px;
}.find_contactd h6 svg {
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    opacity: 0.9;
    margin-left: 8px;
}.find_contactd span {
    color: #000000;
    display: block;
    font-size: calc(18px - 0.05rem);
    margin-left: 1.5rem;
    opacity: 0.95;
}.find_contactd .reach_section6 {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}.find_contactd .reach_section6 > div {
    position: relative;
}.find_contactd .learn_faq3 {
    background: linear-gradient(to right, rgba(rgb(195,189,217,0.5), 0.05), transparent);
    color: #000000;
    font-size: calc(18px - 0.05rem);
    display: flex;
    border-radius: 2px;
    align-items: center;
    padding: 0.5rem 0.75rem;
    transition: color 0.25s ease;
    position: relative;
    text-decoration: none;
    font-weight: 400;
}.find_contactd .learn_faq3::before {
    bottom: 0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 1px;
    left: 0;
    width: 0;
    background: rgb(195,189,217);
    position: absolute;
}.find_contactd .learn_faq3:hover {
    color: rgb(195,189,217);
}.find_contactd .learn_faq3:hover::before {
    width: 100%;
}.find_contactd .learn_faq3 svg {
    margin-left: 8px;
    transition: transform 0.3s ease;
    transform: scale(0.85);
}.find_contactd .learn_faq3:hover svg {
    transform: scale(0.9) translateX(3px);
}.find_contactd svg {
    z-index: 2;
    position: relative;
}.find_contactd svg path {
    transition: fill 0.3s ease;
}.find_contactd .learn_faq3:hover svg path {
    fill: rgb(195,189,217);
}

@media (min-width: 768px) {.find_contactd {
    padding: 6rem 3rem;
}.find_contactd .message_formO {
    grid-template-columns: repeat(2, 1fr);
}.find_contactd .message_formO > div:first-child {
    grid-column: span 2;
}
}

@media (min-width: 992px) {.find_contactd {
    padding: 7rem 4rem;
}.find_contactd h1 {
    font-size: calc(39px + 0.25rem);
    margin-bottom: 3.5rem;
}.find_contactd .message_formO {
    grid-template-columns: 2fr 1fr 1fr;
}.find_contactd .message_formO > div:first-child {
    grid-row: span 2;
    grid-column: 1;
    align-items: center;
    display: flex;
}.find_contactd .reach_section6 {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.find_contactd {
    padding: 4rem 1.5rem;
}.find_contactd h1 {
    font-size: calc(39px - 0.25rem);
    margin-bottom: 2rem;
}.find_contactd .message_formO > div {
    padding: 1.5rem;
}.find_contactd .reach_section6 {
    gap: 1rem;
}.find_contactd .learn_faq3 {
    font-size: calc(18px - 0.1rem);
}
}

@media (max-width: 480px) {.find_contactd {
    padding: 3.5rem 1.25rem;
}.find_contactd h1 {
    font-size: calc(39px - 0.5rem);
}.find_contactd .message_formO > div {
    padding: 1.25rem;
}.find_contactd span {
    margin-left: 0;
}}footer {
    position: relative;
}footer::before {
    content: '';
    opacity: 0.95;
    right: 0;
    z-index: 1;
    left: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(125deg, #000000 0%, rgb(162,157,193) 100%);
    top: 0;
}.search_footr {
    z-index: 2;
    color: #ffffff;
    position: relative;
    padding: 60px 0;
    font-family: Arial, sans-serif;
}.search_footr .container {
    display: flex;
    flex-wrap: wrap;
}.search_footr .company_holder {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    flex: 0 0 100%;
    text-align: center;
    padding: 25px;
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
    border-radius: 12px;
}.search_footr .company_holder h3 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 37px;
    letter-spacing: 1px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.search_footr .proposal_ctaC {
    max-width: 80%;
    font-size: 17px;
    text-align: center;
    color: #ffffff;
    line-height: 1.7;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 15px 20px;
}.search_footr .netiquetteU {
    margin-top: 20px;
    flex: 0 0 100%;
}.search_footr .top_masterm {
    flex-wrap: wrap;
    display: flex;
    margin-top: 30px;
    gap: 30px;
    justify-content: center;
}.search_footr .main_pagem {
    flex: 0 0 calc(50% - 30px);
    padding: 20px;
    transition: all 0.3s ease;
    border-radius: 12px;
    max-width: calc(50% - 30px);
    background: rgba(255, 255, 255, 0.05);
}.search_footr .main_pagem:hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.search_footr .main_pagem h5 {
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-weight: 600;
}.search_footr .main_pagem .top_masterm {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 0;
}.search_footr .main_pagem .top_masterm a {
    text-decoration: none;
    padding: 8px 12px;
    text-align: center;
    border-radius: 10px;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
}.search_footr .main_pagem .top_masterm a:hover {
    color: #ffffff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-2px);
}.report_abuseV {
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
    position: relative;
    margin-top: 40px;
    padding: 20px 0;
}.report_abuseV::before {
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    content: '';
    right: 20%;
    left: 20%;
    top: 0;
    height: 1px;
    position: absolute;
    opacity: 0.2;
}.report_abuseV .container {
    display: flex;
    justify-content: center;
}.report_abuseV .forum_linkG {
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media (min-width: 768px) {.search_footr .top_masterm {
    justify-content: space-between;
}.search_footr .company_holder {
    text-align: left;
    flex: 0 0 30%;
}.search_footr .netiquetteU {
    flex: 0 0 65%;
}.search_footr .container {
    align-items: flex-start;
    justify-content: space-between;
}.search_footr .proposal_ctaC {
    text-align: left;
    margin: 0;
    max-width: 100%;
}
}

@media (max-width: 767px) {.search_footr .main_pagem {
    max-width: 100%;
    margin-bottom: 20px;
    flex: 0 0 100%;
}.search_footr .company_holder {
    padding: 20px 15px;
}.search_footr .proposal_ctaC {
    padding: 15px;
    max-width: 100%;
}
}

@media (max-width: 576px) {.search_footr {
    padding: 40px 0;
}.search_footr .company_holder h3 {
    font-size: calc(37px * 0.8);
}.search_footr .main_pagem h5 {
    font-size: calc(24px * 0.9);
}.search_footr .main_pagem .top_masterm a {
    font-size: calc(17px * 0.95);
}}

@keyframes pulseLight {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.1);
    }
}

footer::after {
    width: 100%;
    top: 0;
    content: '';
    z-index: 1;
    position: absolute;
    background-size: 20px 20px;
    height: 100%;
    background-image: linear-gradient(0deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px),
        linear-gradient(90deg, 
        rgba(255, 255, 255, 0.02) 1px, 
        transparent 1px);
    left: 0;
}header .top_plank {
    color:  #ffffff;
    background: rgb(195,189,217);
}header .top_plank .elite_knowledge2 div svg, header .top_plank .elite_knowledge2 div svg path {
    fill: #ffffff;
}header .top_plank .elite_knowledge2 div span {
    color: #ffffff;
}header .top_plank .elite_knowledge2 {
    padding: 15px 0 10px 0;
    font-size: 12px;
    justify-content: flex-start;
    line-height: 21px;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}header .top_plank .elite_knowledge2 div {
    display: flex;
    justify-content: flex-start;
    margin-right: 24px;
    align-items: center;
}header .top_plank .elite_knowledge2 div img, header .top_plank .elite_knowledge2 div svg {
    width: 16px;
    margin-right: 8px;
    height: 16px;
}.course_instructor9 {
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgba(245, 245, 250, 0.9) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.course_instructor9::before {
    content: "";
    position: absolute;
    height: 25rem;
    transform: rotate(-15deg);
    width: 25rem;
    top: -10%;
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    right: -5%;
    z-index: 1;
    opacity: 0.1;
    background: linear-gradient(120deg, rgb(195,189,217,0.5) 10%, rgb(162,157,193,0.5) 90%);
}.course_instructor9::after {
    bottom: -5%;
    content: "";
    background: linear-gradient(220deg, rgb(162,157,193,0.5) 10%, rgb(195,189,217,0.5) 90%);
    position: absolute;
    transform: rotate(12deg);
    left: -5%;
    width: 15rem;
    z-index: 1;
    opacity: 0.08;
    height: 15rem;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}.course_instructor9 .container {
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.course_instructor9 .student_praiseD {
    display: grid;
    transform: perspective(1000px) rotateY(1deg) translateZ(0);
    background: #ffffff;
    border-left: 5px solid rgb(195,189,217);
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
    gap: 2.5rem;
    padding: 3rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    grid-template-columns: 1fr;
}.course_instructor9 .student_praiseD:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-5px);
}.course_instructor9 .student_praiseD > div:first-child {
    align-items: center;
    display: flex;
    justify-content: center;
}.course_instructor9 .img_thumbnailu {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: rotate(-3deg);
    border: 4px solid #ffffff;
    width: 180px;
    height: 180px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.course_instructor9 .student_praiseD:hover .img_thumbnailu {
    transform: rotate(0deg) scale(1.05);
}.course_instructor9 .name {
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
    font-size: 24px;
    color: rgb(195,189,217);
    font-weight: 700;
}.course_instructor9 .name::after {
    width: 40%;
    left: 0;
    content: "";
    position: absolute;
    height: 3px;
    transition: width 0.4s ease;
    bottom: -8px;
    background: linear-gradient(90deg, rgb(195,189,217) 0%, transparent 100%);
}.course_instructor9 .student_praiseD:hover .name::after {
    width: 90%;
}.course_instructor9 .student_praiseD > div:nth-child(2) {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.course_instructor9 .student_praiseD > div:nth-child(2) > div {
    color: rgb(162,157,193);
    font-size: calc(14px - 0.1rem);
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}.course_instructor9 .exp_projectsj {
    position: relative;
    color: #000000;
    padding-left: 1.5rem;
    margin: 0;
    line-height: 1.8;
    font-size: 14px;
}.course_instructor9 .exp_projectsj::before {
    color: rgb(195,189,217,0.5);
    opacity: 0.3;
    content: "";
    position: absolute;
    font-family: Georgia, serif;
    left: -0.8rem;
    font-size: 5rem;
    top: -1.5rem;
}

@media (min-width: 768px) {.course_instructor9 .student_praiseD {
    grid-template-columns: 220px 1fr;
    grid-template-rows: auto 1fr;
}.course_instructor9 .student_praiseD > div:first-child {
    grid-row: span 2;
}.course_instructor9 .img_thumbnailu {
    height: 200px;
    width: 200px;
}.course_instructor9 .exp_projectsj {
    font-size: calc(14px + 0.05rem);
}
}

@media (min-width: 992px) {.course_instructor9 .student_praiseD {
    grid-template-columns: 250px 250px 1fr;
    grid-template-rows: 1fr;
    align-items: center;
}.course_instructor9 .student_praiseD > div:first-child {
    grid-row: 1;
}.course_instructor9 .img_thumbnailu {
    width: 220px;
    height: 220px;
}.course_instructor9 .exp_projectsj {
    padding-left: 2rem;
}.course_instructor9 .exp_projectsj::before {
    left: -0.5rem;
    top: -2rem;
    font-size: 6rem;
}
}

@media (max-width: 767px) {.course_instructor9 {
    padding: 3rem 0;
}.course_instructor9 .student_praiseD {
    padding: 2rem;
}.course_instructor9 .img_thumbnailu {
    width: 150px;
    height: 150px;
}.course_instructor9 .name {
    font-size: calc(24px - 0.1rem);
}.course_instructor9 .exp_projectsj {
    line-height: 1.6;
    font-size: calc(14px - 0.1rem);
}
}

@media (max-width: 480px) {.course_instructor9 {
    padding: 2rem 0;
}.course_instructor9 .container {
    padding: 0 1rem;
}.course_instructor9 .student_praiseD {
    padding: 1.5rem;
    gap: 1.5rem;
}.course_instructor9 .img_thumbnailu {
    height: 120px;
    width: 120px;
}.course_instructor9 .exp_projectsj::before {
    font-size: 4rem;
    top: -1rem;
}}.customer_commentsK {
    background: linear-gradient(135deg, rgb(225,221,237) 0%, #ffffff 100%);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.customer_commentsK::before {
    right: -5%;
    position: absolute;
    width: 40%;
    background: linear-gradient(120deg, rgb(195,189,217,0.5) 0%, rgb(162,157,193,0.5) 100%);
    opacity: 0.4;
    height: 60%;
    top: -10%;
    z-index: 0;
    content: "";
    filter: blur(80px);
    transform: rotate(-15deg);
}.customer_commentsK::after {
    transform: rotate(12deg);
    bottom: -10%;
    background: linear-gradient(45deg, rgb(162,157,193,0.5) 0%, rgb(195,189,217,0.5) 100%);
    filter: blur(60px);
    content: "";
    z-index: 0;
    left: -5%;
    position: absolute;
    height: 50%;
    opacity: 0.3;
    width: 30%;
}.customer_commentsK .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.customer_commentsK h2 {
    font-size: 31px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 3rem;
    color: #000000;
    text-align: center;
}.customer_commentsK h2::after {
    background: linear-gradient(90deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    position: absolute;
    transform: translateX(-50%);
    height: 4px;
    bottom: -15px;
    content: "";
    width: 60px;
    left: 50%;
}.customer_commentsK .learning_ratingsC {
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    padding: 0;
}.customer_commentsK .student_praiseD {
    background: #ffffff;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    position: relative;
    transform: translateY(0);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}.customer_commentsK .student_praiseD::before {
    font-size: 6rem;
    line-height: 1;
    top: 10px;
    z-index: -1;
    font-family: serif;
    color: rgb(162,157,193,0.5);
    position: absolute;
    right: 20px;
    content: "";
    opacity: 0.2;
}.customer_commentsK .student_praiseD:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.customer_commentsK .student_praiseD:nth-child(odd) {
    transform: translateY(5px);
}.customer_commentsK .student_praiseD:nth-child(odd):hover {
    transform: translateY(-5px);
}.customer_commentsK .student_praiseD div {
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}.customer_commentsK .student_praiseD img {
    object-fit: cover;
    border: 3px solid #ffffff;
    height: 60px;
    width: 60px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-right: 1rem;
    transition: all 0.3s ease;
}.customer_commentsK .student_praiseD:hover img {
    border-color: rgb(195,189,217,0.5);
    transform: scale(1.05);
}.customer_commentsK .student_praiseD h4 {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 22px;
    margin: 0;
    font-weight: 600;
}.customer_commentsK .student_praiseD:hover h4 {
    color: rgb(195,189,217);
}.customer_commentsK .student_praiseD .description {
    font-style: italic;
    margin: 0;
    position: relative;
    color: #000000;
    font-size: 13px;
    z-index: 2;
    line-height: 1.6;
}.customer_commentsK a {
    color: #ffffff;
    z-index: 1;
    padding: 0.8rem 2rem;
    left: 50%;
    transition: all 0.4s ease;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    position: relative;
    border: none;
    text-decoration: none;
    text-align: center;
    transform: translateX(-50%);
    margin-top: 3rem;
    font-size: 17px;
    background: linear-gradient(90deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
}.customer_commentsK a::before {
    transition: opacity 0.4s ease;
    opacity: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(162,157,193) 0%, rgb(195,189,217) 100%);
    content: "";
    height: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
}.customer_commentsK a:hover {
    transform: translateX(-50%) translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}.customer_commentsK a:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {.customer_commentsK {
    padding: 4rem 0;
}.customer_commentsK h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.9);
}.customer_commentsK .learning_ratingsC {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.customer_commentsK {
    padding: 3rem 0;
}.customer_commentsK h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.customer_commentsK .learning_ratingsC {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.customer_commentsK .student_praiseD {
    padding: 1.5rem;
}.customer_commentsK .student_praiseD:nth-child(odd) {
    transform: translateY(0);
}.customer_commentsK .student_praiseD:hover,
    .customer_commentsK .student_praiseD:nth-child(odd):hover {
    transform: translateY(-5px);
}.customer_commentsK a {
    margin-top: 2rem;
    padding: 0.7rem 1.8rem;
}
}

@media (max-width: 480px) {.customer_commentsK {
    padding: 2.5rem 0;
}.customer_commentsK h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.customer_commentsK .student_praiseD {
    padding: 1.2rem;
}.customer_commentsK .student_praiseD img {
    height: 50px;
    width: 50px;
}.customer_commentsK a {
    width: 100%;
    padding: 0.6rem 1.5rem;
}
}

@media (min-width: 1200px) {.customer_commentsK .container {
    padding: 0 40px;
}.customer_commentsK .learning_ratingsC {
    grid-template-columns: repeat(4, 1fr);
}.customer_commentsK .student_praiseD:nth-child(4n-3) {
    transform: translateY(-10px);
}.customer_commentsK .student_praiseD:nth-child(4n-2) {
    transform: translateY(10px);
}.customer_commentsK .student_praiseD:nth-child(4n-1) {
    transform: translateY(-5px);
}.customer_commentsK .student_praiseD:nth-child(4n) {
    transform: translateY(5px);
}.customer_commentsK .student_praiseD:hover {
    transform: translateY(-10px) scale(1.02);
}}.thanks_areay {
    position: relative;
    background: linear-gradient(135deg, rgb(225,221,237) 0%, rgb(195,189,217,0.5) 100%);
    padding: 120px 0;
    overflow: hidden;
}.thanks_areay::before {
    background: linear-gradient(220deg, rgb(162,157,193,0.5) 20%, transparent 80%);
    top: -10%;
    transform: rotate(-15deg) skewX(10deg);
    width: 40%;
    content: "";
    z-index: 1;
    height: 70%;
    position: absolute;
    animation: floatElement 15s ease-in-out infinite;
    right: -5%;
    filter: blur(60px);
}.thanks_areay::after {
    filter: blur(60px);
    width: 40%;
    animation: floatElement 15s ease-in-out infinite reverse;
    transform: rotate(15deg) skewX(-10deg);
    z-index: 1;
    position: absolute;
    bottom: -10%;
    content: "";
    height: 70%;
    background: linear-gradient(220deg, rgb(195,189,217,0.5) 20%, transparent 80%);
    left: -5%;
}.thanks_areay .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.thanks_areay h2 {
    text-align: center;
    margin-left: auto;
    transform: translateY(20px);
    margin-right: auto;
    max-width: 800px;
    font-size: 33px;
    color: #000000;
    opacity: 0;
    margin-bottom: 40px;
    letter-spacing: -0.01em;
    font-weight: 700;
    animation: slideUp 0.8s forwards 0.2s ease-out;
    position: relative;
    line-height: 1.4;
}.thanks_areay h2::after {
    left: 50%;
    width: 80px;
    background: rgb(195,189,217);
    border-radius: 10px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
}.thanks_areay .skill_proL {
    opacity: 0;
    padding: 50px;
    animation: slideUp 0.8s forwards 0.5s ease-out;
    transform: translateY(30px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}.thanks_areay .skill_proL::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, rgb(195,189,217) 0%, rgb(162,157,193) 100%);
    left: 0;
    top: 0;
    height: 6px;
}.thanks_areay .skill_proL::after {
    position: absolute;
    content: "";
    height: 160px;
    width: 160px;
    top: 20px;
    border-radius: 50%;
    right: 20px;
    transform: translateY(-10px);
    background: linear-gradient(135deg, rgb(195,189,217,0.5) 0%, transparent 70%);
    opacity: 0.2;
}.thanks_areay ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}.thanks_areay li {
    display: grid;
    gap: 20px;
    position: relative;
    grid-template-columns: 1fr;
}.thanks_areay li::before {
    left: -30px;
    background: rgb(195,189,217);
    animation: pulse 2s infinite;
    position: absolute;
    top: 8px;
    width: 12px;
    border-radius: 50%;
    height: 12px;
    content: "";
}.thanks_areay span {
    font-family: Arial, sans-serif;
    line-height: 1.8;
    padding-left: 15px;
    color: #000000;
    font-size: calc(16px * 1.1);
    position: relative;
    text-align: left;
    border-left: 3px solid rgb(195,189,217,0.5);
}

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

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(195,189,217), 0.5);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(rgb(195,189,217), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(rgb(195,189,217), 0);
  }
}

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

@media (max-width: 991px) {.thanks_areay {
    padding: 80px 0;
}.thanks_areay h2 {
    font-size: calc(33px * 0.85);
}.thanks_areay .skill_proL {
    padding: 40px 30px;
}.thanks_areay li::before {
    left: -20px;
}
}

@media (max-width: 767px) {.thanks_areay {
    padding: 60px 0;
}.thanks_areay h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.7);
}.thanks_areay h2::after {
    width: 60px;
    bottom: -10px;
}.thanks_areay .skill_proL {
    padding: 30px 20px;
}.thanks_areay li::before {
    display: none;
}.thanks_areay span {
    line-height: 1.6;
    font-size: 16px;
}
}

@media (max-width: 480px) {.thanks_areay {
    padding: 40px 0;
}.thanks_areay h2 {
    font-size: calc(33px * 0.6);
    margin-bottom: 25px;
}.thanks_areay .skill_proL {
    padding: 25px 15px;
}.thanks_areay span {
    padding-left: 10px;
    border-left: 2px solid rgb(195,189,217,0.5);
}}.price_packagea {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.price_packagea::before {
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    top: 0;
    z-index: 1;
}.price_packagea .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.price_packagea .cost_tableL {
    position: relative;
}.price_packagea h2 {
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    opacity: 0;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    position: relative;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 29px;
    transform: translateY(20px);
}.price_packagea h2::after {
    left: 50%;
    content: "";
    width: 80px;
    box-shadow: 0 0 10px rgb(162,157,193,0.5);
    background: rgb(162,157,193);
    bottom: -15px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
}.price_packagea .rate_schemest {
    font-size: calc(18px * 1.1);
    text-align: center;
    transform: translateY(20px);
    opacity: 0;
    max-width: 800px;
    line-height: 1.6;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    letter-spacing: 0.3px;
    color: #ffffff;
    margin: 0 auto 50px;
}.price_packagea .pricing_tiersc {
    padding: 0;
    list-style: none;
    gap: 30px;
    margin: 0;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(1, 1fr);
}.price_packagea .pricing_tiersc li {
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    opacity: 0;
    transform: translateY(40px);
    animation: fadeUp 0.8s ease-out forwards;
}.price_packagea .pricing_tiersc li:nth-child(1) {
    --li-index: 1;
}.price_packagea .pricing_tiersc li:nth-child(2) {
    --li-index: 2;
}.price_packagea .pricing_tiersc li:nth-child(3) {
    --li-index: 3;
}.price_packagea .pricing_tiersc li:nth-child(4) {
    --li-index: 4;
}.price_packagea .training_sub7 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    display: block;
    transform-style: preserve-3d;
    height: 100%;
    text-decoration: none;
}.price_packagea .training_sub7:hover {
    transform: translateY(-10px) scale(1.02);
}.price_packagea .learning_fee8 {
    height: 100%;
    border-top: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 12px;
    position: relative;
    padding: 40px 30px;
    border: 1px solid rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.2);
}.price_packagea .training_sub7:hover .learning_fee8 {
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
    border-color: rgb(162,157,193,0.5);
}.price_packagea .learning_fee8::before {
    top: -50%;
    opacity: 0;
    content: "";
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgba(rgb(162,157,193), 0.05) 0%,
        transparent 70%
    );
    z-index: 0;
    width: 200%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    transform: scale(0.8);
    left: -50%;
    height: 200%;
}.price_packagea .training_sub7:hover .learning_fee8::before {
    opacity: 1;
    transform: scale(1);
}.price_packagea .lesson_feesv {
    z-index: 2;
    position: relative;
}.price_packagea .lesson_feesv h4 {
    position: relative;
    margin-bottom: 15px;
    font-weight: 600;
    transition: transform 0.4s ease;
    font-size: calc(21px * 1.15);
    color: #ffffff;
    padding-bottom: 15px;
}.price_packagea .training_sub7:hover .lesson_feesv h4 {
    transform: translateY(-5px);
    color: rgb(162,157,193);
}.price_packagea .lesson_feesv h4::after {
    background: rgb(162,157,193);
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    height: 2px;
    width: 50px;
    transition: width 0.4s ease;
}.price_packagea .training_sub7:hover .lesson_feesv h4::after {
    width: 80px;
}.price_packagea .lesson_feesv p {
    color: rgba(255,255,255,0.8);
    overflow-y: auto;
    scrollbar-width: thin;
    margin-bottom: 25px;
    max-height: 150px;
    line-height: 1.6;
    font-size: 18px;
    padding-right: 10px;
    scrollbar-color: rgb(162,157,193) rgba(255,255,255,0.1);
}.price_packagea .lesson_feesv p::-webkit-scrollbar {
    width: 4px;
}.price_packagea .lesson_feesv p::-webkit-scrollbar-track {
    background: rgba(255,255,255,0.1);
    border-radius: 10px;
}.price_packagea .lesson_feesv p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(162,157,193);
}.price_packagea .annual_planG {
    color: #ffffff;
    transition: all 0.4s ease;
    padding: 8px 20px;
    position: relative;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    border-radius: 8px;
    font-weight: 700;
    font-size: calc(21px * 1.5);
    display: inline-block;
    overflow: hidden;
    background: linear-gradient(135deg, 
        rgb(162,157,193) 0%, 
        rgb(195,189,217) 100%);
}.price_packagea .training_sub7:hover .annual_planG {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.price_packagea .annual_planG::before {
    top: 0;
    width: 70%;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    height: 100%;
    transition: left 0.7s ease;
    content: "";
    position: absolute;
}.price_packagea .training_sub7:hover .annual_planG::before {
    left: 200%;
}

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

@media (min-width: 768px) {.price_packagea .pricing_tiersc {
    grid-template-columns: repeat(2, 1fr);
}.price_packagea h2 {
    font-size: calc(29px * 1.1);
}
}

@media (min-width: 992px) {.price_packagea {
    padding: 150px 0;
}.price_packagea .pricing_tiersc {
    grid-template-columns: repeat(4, 1fr);
}.price_packagea .learning_fee8 {
    padding: 40px 25px;
}.price_packagea h2 {
    margin-bottom: 30px;
    font-size: calc(29px * 1.2);
}.price_packagea .rate_schemest {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.price_packagea {
    padding: 80px 0;
}.price_packagea h2 {
    font-size: calc(29px * 0.9);
}.price_packagea .rate_schemest {
    margin-bottom: 40px;
    font-size: 18px;
}.price_packagea .learning_fee8 {
    padding: 30px 20px;
}.price_packagea .lesson_feesv p {
    max-height: 120px;
}.price_packagea .annual_planG {
    padding: 6px 15px;
    font-size: calc(21px * 1.2);
}}.newsletter_signupk {
    overflow: hidden;
    position: relative;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(195,189,217,0.5), rgb(162,157,193));
}.newsletter_signupk::before {
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    left: 0;
}.newsletter_signupk::after {
    background: radial-gradient(circle, rgb(162,157,193,0.5), transparent 70%);
    animation: pulse 6s infinite alternate;
    content: "";
    position: absolute;
    filter: blur(30px);
    width: 200px;
    bottom: -50px;
    z-index: 0;
    right: -50px;
    height: 200px;
    border-radius: 50%;
}.newsletter_signupk .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.newsletter_signupk .skill_proL {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        160deg,
        rgba(255, 255, 255, 0.12),
        rgba(255, 255, 255, 0.05)
    );
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    gap: 25px;
    display: grid;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px;
}.newsletter_signupk .skill_proL:hover {
    transform: perspective(1000px) rotateX(0deg);
}.newsletter_signupk h4 {
    line-height: 1.4;
    margin: 0;
    max-width: 90%;
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-weight: 600;
    font-size: calc(24px * 1.1);
}.newsletter_signupk h4::after {
    width: 80px;
    height: 3px;
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgb(162,157,193), transparent);
    left: 0;
    bottom: -12px;
}.newsletter_signupk .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
}.newsletter_signupk .input_holder span {
    position: relative;
    flex: 1;
}.newsletter_signupk .input_holder input[type="email"] {
    transition: all 0.3s ease-in-out;
    width: 100%;
    height: 56px;
    font-size: 17px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 20px;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}.newsletter_signupk .input_holder input[type="email"]:focus {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.1), inset 0 2px 5px rgba(0, 0, 0, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
}.newsletter_signupk .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.newsletter_signupk .input_holder .join_nowp {
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0 30px;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    justify-content: center;
    position: relative;
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    height: 56px;
    font-size: 18px;
    border: none;
    background: linear-gradient(135deg, rgb(195,189,217), rgb(162,157,193));
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}.newsletter_signupk .input_holder .join_nowp::before {
    height: 100%;
    top: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    transition: all 0.6s;
    position: absolute;
    content: "";
    left: -100%;
}.newsletter_signupk .input_holder .join_nowp:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
    transform: translateY(-2px);
}.newsletter_signupk .input_holder .join_nowp:hover::before {
    left: 100%;
}.newsletter_signupk .input_holder .join_nowp:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

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

@media (min-width: 768px) {.newsletter_signupk .skill_proL {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 50px;
}.newsletter_signupk .input_holder {
    flex-direction: row;
}.newsletter_signupk h4 {
    font-size: 24px;
}.newsletter_signupk .input_holder input[type="email"] {
    border-radius: 10px 0 0 10px;
}.newsletter_signupk .input_holder .join_nowp {
    border-radius: 0 10px 10px 0;
}
}

@media (min-width: 992px) {.newsletter_signupk {
    padding: 100px 0;
}.newsletter_signupk .skill_proL {
    padding: 60px;
    gap: 60px;
}.newsletter_signupk h4 {
    font-size: calc(24px * 1.2);
}.newsletter_signupk .input_holder {
    margin-left: auto;
    max-width: 450px;
}
}

@media (max-width: 767px) {.newsletter_signupk {
    padding: 60px 0;
}.newsletter_signupk .skill_proL {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}.newsletter_signupk h4 {
    max-width: 100%;
    font-size: calc(21px * 1.2);
}.newsletter_signupk .input_holder .join_nowp {
    width: 100%;
}
}

@media (hover: none) {.newsletter_signupk .skill_proL {
    transform: none;
}.newsletter_signupk .skill_proL:hover {
    transform: none;
}}.educational_rewardsR {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: rgb(162,157,193);
}.educational_rewardsR::before {
    position: absolute;
    width: 100%;
    content: '';
    opacity: 0.15;
    background: linear-gradient(135deg, rgb(195,189,217,0.5) 0%, transparent 70%);
    height: 100%;
    top: 0;
    left: 0;
}.educational_rewardsR::after {
    content: '';
    animation: rotate 60s linear infinite;
    height: 200%;
    top: -50%;
    position: absolute;
    width: 200%;
    opacity: 0.2;
    left: -50%;
    background: radial-gradient(ellipse at center, transparent 60%, rgb(162,157,193,0.5) 100%);
}.educational_rewardsR .skill_proL {
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
    max-width: 1280px;
    margin: 0 auto;
    z-index: 1;
    grid-template-areas:
        "header photo"
        "content photo";
    display: grid;
    gap: 30px 60px;
    grid-template-rows: auto 1fr;
    position: relative;
}.educational_rewardsR .img_thumbnailu {
    height: 550px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border-radius: 0 26px 26px 0;
    grid-area: photo;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    z-index: 2;
}.educational_rewardsR .img_thumbnailu::before {
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    position: absolute;
    content: '';
    left: 0;
    background: linear-gradient(to right, #000000 0%, transparent 30%);
}.educational_rewardsR .img_thumbnailu::after {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    z-index: 2;
    mix-blend-mode: overlay;
    height: 100%;
    animation: pulse 5s infinite alternate;
    background: linear-gradient(to left, rgb(195,189,217,0.5) 0%, transparent 100%);
}.educational_rewardsR h2 {
    padding-left: 30px;
    font-weight: 700;
    font-size: 46px;
    animation: slideIn 0.8s forwards;
    grid-area: header;
    transform: translateX(-30px);
    margin: 0;
    opacity: 0;
    color: #ffffff;
    position: relative;
}.educational_rewardsR h2::before {
    left: 0;
    height: 4px;
    width: 20px;
    transform: translateY(-50%);
    content: '';
    position: absolute;
    top: 50%;
    background: rgb(195,189,217);
}.educational_rewardsR .text_main_holder {
    grid-template-columns: repeat(2, 1fr);
    grid-area: content;
    gap: 30px;
    position: relative;
    display: grid;
}.educational_rewardsR .text_main_holder::before {
    border-radius: 40%;
    animation: rotate 30s linear infinite;
    top: -80px;
    border: 1px solid rgb(162,157,193,0.5);
    height: 180px;
    z-index: -1;
    left: -100px;
    width: 180px;
    position: absolute;
    content: '';
    opacity: 0.3;
}.educational_rewardsR .text_main_holder > div {
    display: flex;
    align-items: flex-start;
    animation-delay: calc(var(--i, 0) * 0.15s);
    transform: translateY(30px);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeUp 0.5s forwards;
    opacity: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    gap: 15px;
    position: relative;
    padding: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
}.educational_rewardsR .text_main_holder > div:nth-child(1) {
    --i: 1;
}.educational_rewardsR .text_main_holder > div:nth-child(2) {
    --i: 2;
}.educational_rewardsR .text_main_holder > div:nth-child(3) {
    --i: 3;
}.educational_rewardsR .text_main_holder > div:nth-child(4) {
    --i: 4;
}.educational_rewardsR .text_main_holder > div:nth-child(5) {
    --i: 5;
}.educational_rewardsR .text_main_holder > div:nth-child(6) {
    --i: 6;
}.educational_rewardsR .text_main_holder > div:nth-child(7) {
    --i: 7;
}.educational_rewardsR .text_main_holder > div:nth-child(8) {
    --i: 8;
}.educational_rewardsR .text_main_holder > div::before {
    width: 60%;
    bottom: 0;
    content: '';
    height: 1px;
    position: absolute;
    right: 0;
    background: linear-gradient(to right, transparent, rgb(195,189,217,0.5));
}.educational_rewardsR .text_main_holder > div::after {
    width: 100%;
    content: '';
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(162,157,193), 0.05) 100%);
    height: 100%;
    z-index: -1;
    top: 0;
}.educational_rewardsR .text_main_holder svg {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}.educational_rewardsR .text_main_holder svg path {
    fill: rgb(195,189,217);
}.educational_rewardsR .text_main_holder > div:hover svg {
    transform: translateY(-5px);
}.educational_rewardsR .text_main_holder > div:hover svg path {
    fill: rgb(162,157,193);
}.educational_rewardsR .text_main_holder p {
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.6;
    }
}

@keyframes slideIn {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeUp {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

@media (max-width: 1024px) {.educational_rewardsR .skill_proL {
    grid-template-columns: 1fr;
    grid-template-areas:
            "header"
            "img_thumbnailu"
            "nav_knowb";
    gap: 40px;
}.educational_rewardsR .img_thumbnailu {
    border-radius: 26px;
    height: 400px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.educational_rewardsR h2 {
    text-align: center;
    transform: translateY(-30px);
    padding-left: 0;
}.educational_rewardsR h2::before {
    top: auto;
    width: 60px;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
}
}

@media (max-width: 768px) {.educational_rewardsR {
    padding: 80px 0;
}.educational_rewardsR .text_main_holder {
    gap: 20px;
    grid-template-columns: 1fr;
}.educational_rewardsR .img_thumbnailu {
    height: 350px;
}.educational_rewardsR h2 {
    font-size: 28px;
}
}

@media (max-width: 576px) {.educational_rewardsR {
    padding: 60px 0;
}.educational_rewardsR .img_thumbnailu {
    height: 280px;
}.educational_rewardsR .text_main_holder > div {
    padding: 20px;
}.educational_rewardsR .text_main_holder svg {
    width: 30px;
    height: 30px;
}
}