* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.jkwh_wrapper-container {
    flex-direction: column;
    display: flex;
    height: 100%;
    min-height: 100%;
}.xNOd_head_page {
    flex: 1 0 auto;
}.YwDB_digital_res {
    flex: 0 0 auto;
}.container {
    width: 1251px;
    max-width: 100%;
    margin: auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    scroll-behavior: auto;
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.UZWw_course_instructor {
    perspective: 1000px;
    position: relative;
    background: rgb(231,225,233);
    padding: 5rem 2rem;
    overflow: hidden;
}.UZWw_course_instructor::before {
    width: 100%;
    height: 100%;
    filter: blur(60px);
    background: conic-gradient(
        from 45deg at 50% 50%,
        rgb(169,152,173,0.5) 0deg,
        rgb(204,191,208,0.5) 90deg,
        rgb(231,225,233) 180deg,
        rgb(204,191,208,0.5) 270deg,
        rgb(169,152,173,0.5) 360deg
    );
    top: 0;
    opacity: 0.4;
    position: absolute;
    content: "";
    z-index: 1;
    left: 0;
}.UZWw_course_instructor .vGyL_user_stories {
    position: relative;
    transform-style: preserve-3d;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    z-index: 2;
    gap: 0;
    align-items: center;
}.UZWw_course_instructor .KavC_hero_image {
    width: 40%;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(0.8);
    height: 400px;
    transform: rotateY(10deg) translateZ(50px);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 15px;
    position: relative;
}.UZWw_course_instructor .KavC_hero_image::after {
    left: 0;
    border-radius: 15px;
    content: "";
    transition: opacity 0.6s ease;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgb(204,191,208,0.5) 100%
    );
    opacity: 0.4;
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
}.UZWw_course_instructor .KavC_hero_image:hover {
    transform: rotateY(0deg) translateZ(70px) scale(1.05);
    box-shadow: -30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    filter: saturate(1.2);
}.UZWw_course_instructor .KavC_hero_image:hover::after {
    opacity: 0;
}.UZWw_course_instructor .neDo_experience_tasks {
    background: #ffffff;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    width: 60%;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    padding: 2.5rem;
    border-radius: 15px;
    overflow: hidden;
    transform: rotateY(-5deg) translateZ(30px);
}.UZWw_course_instructor .neDo_experience_tasks::before {
    top: -50%;
    left: -50%;
    background: radial-gradient(
        circle at center,
        rgb(169,152,173,0.5) 0%,
        transparent 70%
    );
    height: 200%;
    transform: scale(0);
    width: 200%;
    content: "";
    position: absolute;
    transition: transform 0.8s ease;
    opacity: 0.1;
}.UZWw_course_instructor .neDo_experience_tasks:hover {
    box-shadow: 30px 30px 50px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(0deg) translateZ(50px);
}.UZWw_course_instructor .neDo_experience_tasks:hover::before {
    transform: scale(1);
}.UZWw_course_instructor .name {
    font-size: 38px;
    color: rgb(204,191,208);
    font-weight: 700;
    display: inline-block;
    position: relative;
    margin-bottom: 0.5rem;
}.UZWw_course_instructor .name::after {
    left: 0;
    width: 0;
    background: rgb(169,152,173);
    transition: width 0.4s ease-in-out;
    position: absolute;
    content: "";
    bottom: -5px;
    height: 3px;
}.UZWw_course_instructor .neDo_experience_tasks:hover .name::after {
    width: 100%;
}.UZWw_course_instructor .neDo_experience_tasks > div:nth-child(2) {
    letter-spacing: 1px;
    font-size: 22px;
    color: rgb(169,152,173);
    margin-bottom: 2rem;
    opacity: 0.9;
    font-weight: 600;
}.UZWw_course_instructor .xaRz_experience {
    font-weight: 400;
    font-size: 12px;
    border-left: 3px solid rgb(204,191,208,0.5);
    line-height: 1.7;
    position: relative;
    padding-left: 2rem;
    color: #000000;
    font-style: italic;
}.UZWw_course_instructor .xaRz_experience::before {
    position: absolute;
    content: "";
    top: -20px;
    color: rgb(169,152,173,0.5);
    font-size: 5rem;
    opacity: 0.3;
    font-family: serif;
    left: -10px;
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(204,191,208,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.UZWw_course_instructor .KavC_hero_image:hover {
    animation: pulse 1.5s infinite;
}

@media (max-width: 992px) {.UZWw_course_instructor .vGyL_user_stories {
    flex-direction: column;
}.UZWw_course_instructor .KavC_hero_image,
    .UZWw_course_instructor .neDo_experience_tasks {
    width: 100%;
    transform: none;
}.UZWw_course_instructor .KavC_hero_image {
    height: 300px;
    margin-bottom: 2rem;
}.UZWw_course_instructor .KavC_hero_image:hover,
    .UZWw_course_instructor .neDo_experience_tasks:hover {
    transform: translateY(-10px);
}}.CqTI_our_background {
    background: linear-gradient(145deg, rgb(231,225,233) 60%, rgba(rgb(169,152,173,0.5), 0.1) 100%);
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.CqTI_our_background::before {
    content: "";
    right: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
    width: 35%;
    background: linear-gradient(to right, transparent, rgba(rgb(204,191,208,0.5), 0.05));
}.CqTI_our_background::after {
    content: "";
    width: 100%;
    height: 4px;
    transform-origin: left;
    left: 0;
    position: absolute;
    animation: expandLine 3s ease-out forwards;
    background: linear-gradient(90deg, rgb(204,191,208), transparent);
    bottom: 0;
}.CqTI_our_background .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}.CqTI_our_background h1 {
    color: #000000;
    letter-spacing: 0.02em;
    font-weight: 700;
    transform: translateX(-5px);
    font-size: 38px;
    display: inline-block;
    position: relative;
    margin-bottom: 60px;
}.CqTI_our_background h1::after {
    bottom: -12px;
    transform-origin: left;
    left: 0;
    background: rgb(204,191,208);
    width: 80px;
    animation: expandWidth 1.5s ease-out forwards;
    content: "";
    position: absolute;
    height: 3px;
}.CqTI_our_background h1::before {
    left: -10px;
    border-top: 3px solid rgb(169,152,173);
    opacity: 0.7;
    top: -30px;
    position: absolute;
    border-left: 3px solid rgb(169,152,173);
    content: "";
    width: 40px;
    height: 40px;
}.CqTI_our_background .YXdG_culture_block {
    position: relative;
}.CqTI_our_background .YXdG_culture_block ul {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    list-style: none;
    margin: 0;
    gap: 60px;
}.CqTI_our_background .QBgt_skill_training {
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.06);
    position: relative;
    padding: 35px 40px;
}.CqTI_our_background .QBgt_skill_training:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 45px rgba(rgba(0, 0, 0, 0.5), 0.08);
}.CqTI_our_background .QBgt_skill_training::before {
    background: rgb(204,191,208);
    top: 0;
    content: "";
    height: 0;
    position: absolute;
    width: 5px;
    left: 0;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.CqTI_our_background .QBgt_skill_training:hover::before {
    height: 100%;
}.CqTI_our_background .QBgt_skill_training h4 {
    position: relative;
    transform: translateX(0);
    font-size: calc(24px + 2px);
    padding-bottom: 15px;
    font-weight: 600;
    color: #000000;
    transition: transform 0.3s ease;
    margin: 0 0 25px;
}.CqTI_our_background .QBgt_skill_training:hover h4 {
    transform: translateX(8px);
    color: rgb(204,191,208);
}.CqTI_our_background .QBgt_skill_training h4::after {
    width: 45px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    bottom: 0;
    background-color: rgb(169,152,173);
    transition: width 0.4s ease;
}.CqTI_our_background .QBgt_skill_training:hover h4::after {
    width: 70px;
    background-color: rgb(204,191,208);
}.CqTI_our_background .QBgt_skill_training div {
    margin: 0;
    max-height: 250px;
    font-size: 13px;
    color: #000000;
    line-height: 1.75;
    overflow-y: auto;
    padding-right: 15px;
}.CqTI_our_background .QBgt_skill_training div::-webkit-scrollbar {
    width: 4px;
}.CqTI_our_background .QBgt_skill_training div::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.CqTI_our_background .QBgt_skill_training div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(169,152,173);
}

@media (min-width: 992px) {.CqTI_our_background .YXdG_culture_block ul {
    grid-template-columns: 1fr 1fr;
}.CqTI_our_background .QBgt_skill_training:first-child {
    transform: translateY(20px);
}.CqTI_our_background .QBgt_skill_training:first-child:hover {
    transform: translateY(15px);
}.CqTI_our_background h1 {
    margin-bottom: 70px;
    font-size: calc(38px + 4px);
}
}

@media (max-width: 991px) {.CqTI_our_background {
    padding: 80px 0 70px;
}.CqTI_our_background::before {
    width: 25%;
}.CqTI_our_background h1 {
    margin-bottom: 50px;
}.CqTI_our_background .QBgt_skill_training {
    padding: 30px;
}
}

@media (max-width: 767px) {.CqTI_our_background {
    padding: 60px 0 50px;
}.CqTI_our_background::before {
    display: none;
}.CqTI_our_background h1 {
    margin-bottom: 40px;
    font-size: calc(33px + 2px);
}.CqTI_our_background .YXdG_culture_block ul {
    gap: 40px;
}.CqTI_our_background .QBgt_skill_training {
    padding: 25px;
}.CqTI_our_background .QBgt_skill_training h4 {
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 20px;
}.CqTI_our_background .QBgt_skill_training div {
    max-height: 200px;
}
}

@media (max-width: 480px) {.CqTI_our_background {
    padding: 50px 0 40px;
}.CqTI_our_background h1 {
    font-size: 33px;
    margin-bottom: 35px;
}.CqTI_our_background .YXdG_culture_block ul {
    gap: 30px;
}.CqTI_our_background .QBgt_skill_training {
    padding: 20px;
}.CqTI_our_background .QBgt_skill_training h4 {
    font-size: calc(20px + 2px);
    padding-bottom: 10px;
    margin-bottom: 15px;
}}

@keyframes expandWidth {
    from { width: 0; }
    to { width: 80px; }
}

@keyframes expandLine {
    from { transform: scaleX(0); }
    to { transform: scaleX(1); }
}.rMES_contact_us {
    background: linear-gradient(125deg, rgb(231,225,233) 0%, rgb(231,225,233) 60%, rgb(204,191,208,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 110px 0;
}.rMES_contact_us::before {
    height: 100%;
    position: absolute;
    background: repeating-radial-gradient(
        circle at 80% 50%,
        rgb(204,191,208,0.5),
        rgb(204,191,208,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    top: 0;
    opacity: 0.05;
    content: "";
    width: 50%;
    right: 0;
}.rMES_contact_us .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.rMES_contact_us h2 {
    text-align: center;
    font-size: 33px;
    margin-bottom: 50px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
}.rMES_contact_us h2::before {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    bottom: -15px;
    background: rgb(204,191,208);
    height: 4px;
    border-radius: 2px;
    width: 60px;
}.rMES_contact_us .lYDw_feedback_section {
    gap: 40px;
    align-items: center;
    grid-template-columns: 1fr 450px;
    position: relative;
    background: transparent;
    display: grid;
}.rMES_contact_us .KavC_hero_image {
    transition: transform 0.5s ease;
    transform: perspective(1000px) rotateY(-5deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    border-radius: 18px;
    overflow: hidden;
    height: 550px;
    position: relative;
}.rMES_contact_us .KavC_hero_image:hover {
    transform: perspective(1000px) rotateY(0deg);
}.rMES_contact_us .wRMp_support_form {
    transform: perspective(1000px) rotateY(5deg);
    background: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s ease;
    padding: 50px;
    border-radius: 18px;
    position: relative;
}.rMES_contact_us .wRMp_support_form:hover {
    transform: perspective(1000px) rotateY(0deg);
}.rMES_contact_us form {
    width: 100%;
}.rMES_contact_us form h3 {
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}.rMES_contact_us form input[type="text"] {
    border-radius: 10px;
    background: rgb(231,225,233);
    color: #000000;
    padding: 16px 20px;
    font-size: 15px;
    margin-bottom: 20px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    width: 100%;
    border: none;
}.rMES_contact_us form input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(204,191,208);
    outline: none;
}.rMES_contact_us form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.rMES_contact_us .eAyg_support_box {
    align-items: flex-start;
    margin-bottom: 30px;
    display: flex;
}.rMES_contact_us .eAyg_support_box input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.rMES_contact_us .eAyg_support_box label {
    padding-left: 35px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    color: #000000;
}.rMES_contact_us .eAyg_support_box label::before {
    border-radius: 4px;
    width: 22px;
    height: 22px;
    content: "";
    left: 0;
    background: rgb(231,225,233);
    position: absolute;
    top: 2px;
    transition: all 0.3s ease;
}.rMES_contact_us .eAyg_support_box input[type="checkbox"]:checked + label::before {
    background: rgb(204,191,208);
}.rMES_contact_us .eAyg_support_box input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    height: 10px;
    left: 8px;
    top: 6px;
    content: "";
    position: absolute;
    width: 6px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
}.rMES_contact_us .eAyg_support_box label a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(204,191,208);
}.rMES_contact_us .eAyg_support_box label a:hover {
    color: rgb(169,152,173);
}.rMES_contact_us form .tCZf_support_list {
    border-radius: 10px;
    color: #ffffff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 19px;
    background: rgb(204,191,208);
    padding: 16px 35px;
    transition: all 0.3s ease;
}.rMES_contact_us form .tCZf_support_list::after {
    right: 0;
    height: 100%;
    position: absolute;
    width: 0;
    z-index: 0;
    background: rgb(169,152,173);
    transition: width 0.3s ease;
    top: 0;
    content: "";
}.rMES_contact_us form .tCZf_support_list:hover::after {
    right: auto;
    left: 0;
    width: 100%;
}.rMES_contact_us form .tCZf_support_list span {
    position: relative;
    z-index: 1;
}.rMES_contact_us svg {
    fill: rgb(204,191,208);
    height: 22px;
    width: 22px;
}.rMES_contact_us svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,191,208);
}

@media screen and (max-width: 1100px) {.rMES_contact_us .lYDw_feedback_section {
    gap: 30px;
    grid-template-columns: 1fr 400px;
}.rMES_contact_us .KavC_hero_image {
    height: 500px;
}.rMES_contact_us .wRMp_support_form {
    padding: 40px;
}
}

@media screen and (max-width: 991px) {.rMES_contact_us {
    padding: 80px 0;
}.rMES_contact_us .lYDw_feedback_section {
    grid-template-columns: 1fr;
    gap: 40px;
}.rMES_contact_us .KavC_hero_image {
    transform: perspective(1000px) rotateY(0deg);
    height: 400px;
}.rMES_contact_us .wRMp_support_form {
    transform: perspective(1000px) rotateY(0deg);
}
}

@media screen and (max-width: 767px) {.rMES_contact_us {
    padding: 60px 0;
}.rMES_contact_us h2 {
    margin-bottom: 40px;
}.rMES_contact_us .KavC_hero_image {
    height: 350px;
}
}

@media screen and (max-width: 576px) {.rMES_contact_us {
    padding: 50px 0;
}.rMES_contact_us h2 {
    font-size: calc(33px * 0.85);
}.rMES_contact_us .KavC_hero_image {
    height: 250px;
}.rMES_contact_us .wRMp_support_form {
    padding: 30px 25px;
}.rMES_contact_us form h3 {
    font-size: calc(24px * 0.9);
}.rMES_contact_us form .tCZf_support_list {
    width: 100%;
}}.zcND_data_analysis {
    overflow: hidden;
    position: relative;
    color: #ffffff;
    padding: 100px 0;
}.zcND_data_analysis::before {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    z-index: -1;
    top: 0;
}.zcND_data_analysis .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.zcND_data_analysis .wvuf_fast_upgrade {
    border-radius: 23px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    padding: 50px;
    background: rgba(0, 0, 0, 0.6);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    position: relative;
}.zcND_data_analysis .wvuf_fast_upgrade::before {
    top: 0;
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(135deg, rgba(rgb(204,191,208), 0.1) 0%, transparent 100%),
        radial-gradient(circle at 20% 30%, rgba(rgb(204,191,208), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(169,152,173), 0.05) 0%, transparent 50%);
    height: 100%;
}.zcND_data_analysis .LRme_statistics_benefits {
    height: 60px;
    background: rgba(rgb(204,191,208), 0.1);
    position: absolute;
    display: flex;
    right: 30px;
    align-items: center;
    border: 1px solid rgba(rgb(204,191,208), 0.3);
    justify-content: center;
    width: 60px;
    border-radius: 50%;
    top: 30px;
}.zcND_data_analysis .LRme_statistics_benefits svg {
    height: 30px;
    fill: rgb(204,191,208);
    width: 30px;
}.zcND_data_analysis .LRme_statistics_benefits svg path {
    fill: rgb(204,191,208);
}.zcND_data_analysis .reWA_boost_statistics {
    padding-right: 80px;
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #ffffff;
}.zcND_data_analysis .gBjp_pro_extra {
    max-width: 800px;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
}.zcND_data_analysis .bRwf_statistics_tracks {
    display: grid;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
}.zcND_data_analysis .RnCl_career_statistics {
    transition: transform 0.3s ease;
    padding: 30px 20px;
    display: flex;
    border-radius: 10px;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.03);
    flex-direction: column;
}.zcND_data_analysis .RnCl_career_statistics:hover {
    transform: translateY(-5px);
}.zcND_data_analysis .OaHS_statistics_boosters {
    justify-content: center;
    margin-bottom: 20px;
    background: rgba(rgb(204,191,208), 0.1);
    align-items: center;
    width: 60px;
    border-radius: 50%;
    display: flex;
    height: 60px;
    border: 1px solid rgba(rgb(204,191,208), 0.2);
}.zcND_data_analysis .OaHS_statistics_boosters svg {
    fill: rgb(204,191,208);
    height: 30px;
    width: 30px;
}.zcND_data_analysis .OaHS_statistics_boosters svg path {
    fill: rgb(204,191,208);
}.zcND_data_analysis .RnCl_career_statistics span {
    margin-bottom: 10px;
    color: #ffffff;
    font-size: 2.2rem;
    font-weight: 700;
}.zcND_data_analysis .RnCl_career_statistics p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 0;
}

@media screen and (max-width: 991px) {.zcND_data_analysis {
    padding: 80px 0;
}.zcND_data_analysis .wvuf_fast_upgrade {
    padding: 40px;
}.zcND_data_analysis .LRme_statistics_benefits {
    top: 25px;
    right: 25px;
    height: 50px;
    width: 50px;
}.zcND_data_analysis .LRme_statistics_benefits svg {
    width: 25px;
    height: 25px;
}.zcND_data_analysis .reWA_boost_statistics {
    font-size: calc(34px * 0.9);
}.zcND_data_analysis .gBjp_pro_extra {
    margin-bottom: 30px;
}.zcND_data_analysis .bRwf_statistics_tracks {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}
}

@media screen and (max-width: 767px) {.zcND_data_analysis {
    padding: 60px 0;
}.zcND_data_analysis .wvuf_fast_upgrade {
    padding: 30px;
}.zcND_data_analysis .LRme_statistics_benefits {
    height: 40px;
    right: 20px;
    width: 40px;
    top: 20px;
}.zcND_data_analysis .LRme_statistics_benefits svg {
    height: 20px;
    width: 20px;
}.zcND_data_analysis .reWA_boost_statistics {
    font-size: calc(34px * 0.85);
    padding-right: 50px;
}.zcND_data_analysis .gBjp_pro_extra {
    margin-bottom: 25px;
    font-size: calc(16px * 0.95);
}.zcND_data_analysis .bRwf_statistics_tracks {
    gap: 15px;
    padding-top: 25px;
}.zcND_data_analysis .RnCl_career_statistics {
    padding: 25px 15px;
}.zcND_data_analysis .OaHS_statistics_boosters {
    height: 50px;
    margin-bottom: 15px;
    width: 50px;
}.zcND_data_analysis .OaHS_statistics_boosters svg {
    height: 25px;
    width: 25px;
}.zcND_data_analysis .RnCl_career_statistics span {
    font-size: 2rem;
}
}

@media screen and (max-width: 575px) {.zcND_data_analysis {
    padding: 50px 0;
}.zcND_data_analysis .wvuf_fast_upgrade {
    padding: 25px 20px;
}.zcND_data_analysis .LRme_statistics_benefits {
    height: 35px;
    right: 15px;
    top: 15px;
    width: 35px;
}.zcND_data_analysis .LRme_statistics_benefits svg {
    height: 18px;
    width: 18px;
}.zcND_data_analysis .reWA_boost_statistics {
    margin-bottom: 15px;
    padding-right: 40px;
    font-size: calc(34px * 0.8);
}.zcND_data_analysis .gBjp_pro_extra {
    margin-bottom: 20px;
    font-size: calc(16px * 0.9);
}.zcND_data_analysis .bRwf_statistics_tracks {
    gap: 15px;
    padding-top: 20px;
    grid-template-columns: 1fr;
}.zcND_data_analysis .RnCl_career_statistics {
    padding: 20px 15px;
}.zcND_data_analysis .OaHS_statistics_boosters {
    margin-bottom: 12px;
    height: 45px;
    width: 45px;
}.zcND_data_analysis .OaHS_statistics_boosters svg {
    height: 22px;
    width: 22px;
}.zcND_data_analysis .RnCl_career_statistics span {
    margin-bottom: 8px;
    font-size: 1.8rem;
}.zcND_data_analysis .RnCl_career_statistics p {
    font-size: calc(16px * 0.85);
}}.XVcw_course_program {
    position: relative;
    overflow: hidden;
    background: rgb(231,225,233);
    padding: 120px 0;
}.XVcw_course_program::before {
    width: 100%;
    position: absolute;
    opacity: 0.15;
    content: "";
    left: 0;
    background-size: 20px 20px;
    animation: gridMove 40s linear infinite;
    z-index: 1;
    background: 
        linear-gradient(0deg, transparent 95%, rgb(204,191,208,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(204,191,208,0.5) 100%);
    height: 100%;
    top: 0;
}.XVcw_course_program::after {
    content: "";
    opacity: 0.2;
    left: 0;
    position: absolute;
    background: 
        radial-gradient(circle at 20% 20%, rgb(204,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(169,152,173,0.5) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    height: 100%;
    top: 0;
}@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

.XVcw_course_program .container {
    align-items: center;
    position: relative;
    flex-direction: column;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    display: flex;
    max-width: 1200px;
}.XVcw_course_program .YOxT_skill_explorer {
    display: flex;
    align-items: center;
    gap: 60px;
    position: relative;
    max-width: 900px;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}.XVcw_course_program .SEHg_headline_wrap {
    background: rgba(255, 255, 255, 0.02);
    width: 100%;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    text-align: center;
    padding: 40px;
    border-radius: 26px;
    backdrop-filter: blur(10px);
}.XVcw_course_program .SEHg_headline_wrap::before {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    pointer-events: none;
    border-radius: 26px;
    width: 100%;
    opacity: 0.3;
    border: 1px solid rgb(204,191,208,0.5);
    content: "";
}.XVcw_course_program .SEHg_headline_wrap::after {
    content: "";
    left: calc(50% - 30px);
    background: linear-gradient(to right, rgb(204,191,208), rgb(169,152,173));
    position: absolute;
    width: 60px;
    height: 3px;
    top: -15px;
}.XVcw_course_program .SEHg_headline_wrap h2 {
    font-weight: 700;
    font-size: 30px;
    color: #000000;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}.XVcw_course_program .SEHg_headline_wrap h2::after {
    background: rgb(204,191,208,0.5);
    position: absolute;
    height: 2px;
    width: 80px;
    bottom: -10px;
    left: calc(50% - 40px);
    content: "";
}.XVcw_course_program .SEHg_headline_wrap .description {
    margin-left: auto;
    color: #000000;
    line-height: 1.7;
    max-width: 800px;
    font-size: 15px;
    margin-bottom: 20px;
    margin-right: auto;
}.XVcw_course_program .SEHg_headline_wrap .description:last-child {
    margin-bottom: 0;
}.XVcw_course_program .KavC_hero_image {
    width: 100%;
    z-index: 2;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 450px;
    border-radius: 26px;
    overflow: hidden;
}.XVcw_course_program .container::before {
    opacity: 0.05;
    position: absolute;
    animation: circuitPulse 8s infinite alternate;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-image: 
        linear-gradient(to right, rgb(204,191,208,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(204,191,208,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(204,191,208,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(169,152,173,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(204,191,208,0.5) 2px, transparent 2px);
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
}@keyframes circuitPulse {
    0% {
        opacity: 0.03;
    }
    100% {
        opacity: 0.07;
    }
}

.XVcw_course_program .YOxT_skill_explorer::before {
    background-image: 
        radial-gradient(circle at 100px 100px, rgb(204,191,208,0.5) 1px, transparent 1px),
        radial-gradient(circle at 200px 200px, rgb(169,152,173,0.5) 1px, transparent 1px),
        radial-gradient(circle at 300px 300px, rgb(204,191,208,0.5) 1px, transparent 1px),
        radial-gradient(circle at 400px 100px, rgb(169,152,173,0.5) 1px, transparent 1px),
        radial-gradient(circle at 500px 200px, rgb(204,191,208,0.5) 1px, transparent 1px);
    z-index: 0;
    left: -100px;
    background-size: 600px 600px;
    top: -100px;
    position: absolute;
    height: calc(100% + 200px);
    content: "";
    width: calc(100% + 200px);
    animation: floatParticles 40s linear infinite;
    opacity: 0.2;
}@keyframes floatParticles {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 600px 600px;
    }
}

.XVcw_course_program .YOxT_skill_explorer::after {
    position: absolute;
    left: calc(50% - 50px);
    content: "";
    background: linear-gradient(to right, transparent, rgb(169,152,173,0.5), transparent);
    width: 100px;
    height: 2px;
    bottom: -30px;
}.XVcw_course_program .container::after {
    content: "";
    width: 100%;
    opacity: 0.03;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0;
    height: 100%;
    background-image: 
        repeating-linear-gradient(60deg, rgb(204,191,208,0.5) 0, rgb(204,191,208,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(120deg, rgb(204,191,208,0.5) 0, rgb(204,191,208,0.5) 1px, transparent 1px, transparent 30px),
        repeating-linear-gradient(180deg, rgb(204,191,208,0.5) 0, rgb(204,191,208,0.5) 1px, transparent 1px, transparent 30px);
    background-size: 50px 86.6px;
    animation: hexMove 60s linear infinite;
}@keyframes hexMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 86.6px;
    }
}

@keyframes techPulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.XVcw_course_program .KavC_hero_image::after {
    animation: borderGlow 4s infinite alternate;
}@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}

@keyframes reveal {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.XVcw_course_program .SEHg_headline_wrap h2 {
    animation: reveal 0.8s forwards;
}.XVcw_course_program .SEHg_headline_wrap .description:nth-child(2) {
    animation: reveal 0.8s 0.2s forwards;
}.XVcw_course_program .SEHg_headline_wrap .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}

@media (min-width: 992px) {.XVcw_course_program .YOxT_skill_explorer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    grid-template-rows: auto auto;
}.XVcw_course_program .SEHg_headline_wrap {
    grid-row: 2;
    margin-top: -80px;
    z-index: 4;
}.XVcw_course_program .KavC_hero_image {
    height: 500px;
    grid-row: 1;
}
}

@media (max-width: 991px) {.XVcw_course_program {
    padding: 80px 0;
}.XVcw_course_program .YOxT_skill_explorer {
    gap: 40px;
}.XVcw_course_program .SEHg_headline_wrap {
    padding: 30px;
}.XVcw_course_program .KavC_hero_image {
    height: 400px;
}
}

@media (max-width: 768px) {.XVcw_course_program {
    padding: 60px 0;
}.XVcw_course_program .SEHg_headline_wrap {
    padding: 25px;
}.XVcw_course_program .KavC_hero_image {
    height: 350px;
}.XVcw_course_program .SEHg_headline_wrap h2 {
    font-size: calc(30px * 0.9);
}
}

@media (max-width: 576px) {.XVcw_course_program {
    padding: 50px 0;
}.XVcw_course_program .SEHg_headline_wrap {
    padding: 20px;
}.XVcw_course_program .KavC_hero_image {
    height: 300px;
}.XVcw_course_program .SEHg_headline_wrap h2 {
    font-size: calc(30px * 0.8);
}.XVcw_course_program .SEHg_headline_wrap .description {
    font-size: calc(15px * 0.95);
}
}

@media (min-width: 992px) {.XVcw_course_program .SEHg_headline_wrap:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease;
}.XVcw_course_program .SEHg_headline_wrap:hover::before {
    opacity: 0.5;
    transition: all 0.3s ease;
    border-color: rgb(204,191,208);
}.XVcw_course_program .KavC_hero_image:hover::after {
    transition: opacity 0.3s ease;
    opacity: 0.8;
}}
.QrJp_cookieNoticePromptPanel {
    position: fixed;
    bottom: 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    background: rgb(169,152,173);
    border-top: 3px solid rgb(204,191,208);
    width: 100%;
    z-index: 90;
}.WwVy_cookie_view {
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}.ERxW_track_manage {
    flex-shrink: 0;
    margin-right: 20px;
}.ERxW_track_manage svg {
    width: 50px;
    height: 50px;
    fill: rgb(204,191,208);
}.OHaY_digital_tracking {
    display: flex;
    justify-content: center;
    max-width: 600px;
    flex-direction: column;
}.QrJp_cookieNoticePromptPanel h5 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
}.QrJp_cookieNoticePromptPanel p {
    line-height: 1.5;
    font-size: 18px;
    color: #000000;
}.ZtMg_consent_panel {
    transition: none;
    cursor: pointer;
    color: #ffffff;
    border: 2px solid rgb(204,191,208);
    text-decoration: none;
    text-align: center;
    flex-shrink: 0;
    padding: 10px 20px;
    margin-left: 10px;
    font-size: 17px;
    border-radius: 10px;
    background: rgb(204,191,208);
    min-width: 150px;
}.ZtMg_consent_panel:hover {
    background: rgb(204,191,208,0.5);
    border-color: rgb(204,191,208,0.5);
}.QrJp_cookieNoticePromptPanel p a {
    text-decoration: none;
    color: rgb(204,191,208);
    border-bottom: 2px solid rgb(204,191,208);
}.QrJp_cookieNoticePromptPanel p a:hover {
    color: rgb(169,152,173);
    border-bottom-color: rgb(169,152,173);
}
@media only screen and (max-width: 1200px) {.QrJp_cookieNoticePromptPanel {
    padding: 15px;
}
}
@media only screen and (max-width: 800px) {.ERxW_track_manage {
    display: none;
}.WwVy_cookie_view {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.QrJp_cookieNoticePromptPanel h5, .QrJp_cookieNoticePromptPanel p {
    text-align: center;
}.OHaY_digital_tracking {
    margin-bottom: 15px;
}.ZtMg_consent_panel {
    margin-left: 0;
    margin-top: 10px;
}}
#WYdz_cookieUsageMessage {
    display: none;
}#WYdz_cookieUsageMessage:checked ~ .QrJp_cookieNoticePromptPanel {
    visibility: hidden;
    opacity: 0;
}.Inrz_title_board {
    width: 100%;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}.Inrz_title_board::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    pointer-events: none;
    background: radial-gradient(circle at 70% 30%, rgba(rgb(204,191,208), 0.15) 0%, transparent 70%);
}.Inrz_title_board::after {
    border-radius: 50%;
    animation: orbitGlow 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(169,152,173,0.5) 0%, transparent 70%);
    right: -5%;
    filter: blur(40px);
    bottom: -5%;
    position: absolute;
    z-index: 0;
    width: 40%;
    content: "";
    height: 40%;
}.Inrz_title_board .bXGO_virtual_school {
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    z-index: 2;
    padding: 2rem;
    position: relative;
}.Inrz_title_board .eyUM_edu_begin {
    max-width: 90%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1);
    padding: 3.5rem;
}.Inrz_title_board .eyUM_edu_begin::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(145deg, 
    rgba(rgb(204,191,208), 0.85), 
    rgba(#000000, 0.7));
    width: 100%;
    z-index: -1;
    height: 100%;
    backdrop-filter: blur(8px);
}.Inrz_title_board .eyUM_edu_begin::after {
    position: absolute;
    content: "";
    animation: orbitRotate 20s infinite linear;
    top: -25%;
    width: 150%;
    z-index: -1;
    height: 150%;
    opacity: 0.15;
    left: -25%;
    background: radial-gradient(circle at 50% 50%, transparent 30%, rgb(169,152,173,0.5) 100%);
}.Inrz_title_board .eyUM_edu_begin span {
    animation: slideInLeft 0.8s forwards 0.3s ease-out;
    transform: translateX(-20px);
    display: block;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
}.Inrz_title_board .eyUM_edu_begin h3 {
    color: #ffffff;
    font-weight: 600;
    line-height: 1.45;
    border-left: 3px solid rgb(169,152,173);
    max-width: 80%;
    padding-left: 1rem;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    font-size: calc(21px * 1.1);
}.Inrz_title_board .eyUM_edu_begin h1 {
    position: relative;
    animation: slideUp 0.8s forwards 0.6s ease-out;
    letter-spacing: 0.02em;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transform: translateY(20px);
    margin-bottom: 2rem;
    font-size: 41px;
    opacity: 0;
    font-weight: 700;
}.Inrz_title_board .eyUM_edu_begin h1::after {
    transform-origin: left;
    transform: scaleX(0);
    bottom: -10px;
    animation: expandLine 1s forwards 1.2s ease-in-out;
    left: 0;
    position: absolute;
    height: 4px;
    width: 100px;
    background: linear-gradient(90deg, rgb(169,152,173), transparent);
    content: "";
}.Inrz_title_board .eyUM_edu_begin div div {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    margin-top: 3rem;
    animation: slideUp 0.8s forwards 0.9s ease-out;
}.Inrz_title_board .eyUM_edu_begin p {
    max-width: 80%;
    color: #ffffff;
    line-height: 1.6;
    position: relative;
    padding-right: 2rem;
    font-weight: 400;
    font-size: calc(16px * 1.2);
}.Inrz_title_board .eyUM_edu_begin p::before {
    border-radius: 50%;
    animation: pulse 3s infinite ease-in-out;
    position: absolute;
    right: 0;
    height: 8px;
    background-color: rgb(169,152,173);
    box-shadow: 0 0 0 4px rgba(rgb(169,152,173), 0.2);
    width: 8px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

@keyframes slideInLeft {
  from {
    transform: translateX(-20px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

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

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

@keyframes pulse {
  0%, 100% {
    transform: translateY(-50%) scale(1);
    box-shadow: 0 0 0 4px rgba(rgb(169,152,173), 0.2);
  }
  50% {
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 0 0 8px rgba(rgb(169,152,173), 0.1);
  }
}

@keyframes orbitRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitGlow {
  0% {
    opacity: 0.3;
    transform: scale(0.9) translate(5%, 5%);
  }
  50% {
    opacity: 0.6;
    transform: scale(1) translate(0%, 0%);
  }
  100% {
    opacity: 0.3;
    transform: scale(0.95) translate(-5%, -5%);
  }
}

@media (min-width: 768px) {.Inrz_title_board .eyUM_edu_begin {
    max-width: 85%;
    padding: 4.5rem;
}.Inrz_title_board .eyUM_edu_begin h1 {
    font-size: calc(41px * 1.2);
}.Inrz_title_board .eyUM_edu_begin h3 {
    font-size: 21px;
    max-width: 70%;
}.Inrz_title_board .eyUM_edu_begin p {
    font-size: calc(16px * 1.3);
}
}

@media (min-width: 992px) {.Inrz_title_board .eyUM_edu_begin {
    max-width: 80%;
    padding: 5rem;
    transform: perspective(1200px) rotateX(3deg);
}.Inrz_title_board .eyUM_edu_begin:hover {
    transform: perspective(1200px) rotateX(1deg) translateY(-10px);
}.Inrz_title_board .eyUM_edu_begin h1 {
    font-size: calc(41px * 1.4);
}.Inrz_title_board .eyUM_edu_begin h1::after {
    width: 150px;
}.Inrz_title_board .eyUM_edu_begin h3 {
    max-width: 60%;
}.Inrz_title_board .eyUM_edu_begin p {
    max-width: 60%;
}
}

@media (max-width: 767px) {.Inrz_title_board {
    min-height: auto;
}.Inrz_title_board .bXGO_virtual_school {
    height: auto;
    padding: 1rem;
    min-height: 100vh;
}.Inrz_title_board .eyUM_edu_begin {
    padding: 2.5rem 1.5rem;
    transform: none;
    max-width: 100%;
}.Inrz_title_board .eyUM_edu_begin h1 {
    font-size: calc(41px * 0.9);
    margin-bottom: 1.5rem;
}.Inrz_title_board .eyUM_edu_begin h3 {
    font-size: calc(21px * 0.95);
    max-width: 100%;
}.Inrz_title_board .eyUM_edu_begin p {
    max-width: 100%;
    font-size: 16px;
}.Inrz_title_board .eyUM_edu_begin div div {
    margin-top: 2rem;
}}.ESpc_plan_showcase {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.ESpc_plan_showcase::before {
    backdrop-filter: blur(8px);
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgba(32, 32, 42, 0.92), rgba(15, 15, 20, 0.95));
    width: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
}.ESpc_plan_showcase .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.ESpc_plan_showcase .tCBb_bundle_offer {
    position: relative;
}.ESpc_plan_showcase h2 {
    color: #ffffff;
    font-weight: 700;
    transform: perspective(1000px) translateZ(20px);
    position: relative;
    font-size: 33px;
    text-align: center;
    margin-bottom: 25px;
}.ESpc_plan_showcase h2::after {
    border-radius: 3px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    background: linear-gradient(90deg, rgb(169,152,173), rgb(204,191,208));
    height: 3px;
    position: absolute;
    bottom: -10px;
    width: 80px;
}.ESpc_plan_showcase .pEQr_pay_plans {
    max-width: 700px;
    line-height: 1.6;
    margin: 0 auto 50px;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    text-align: center;
    font-size: calc(14px + 2px);
}.ESpc_plan_showcase .BUzm_price_view {
    list-style: none;
    gap: 30px;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
}.ESpc_plan_showcase .BUzm_price_view li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.ESpc_plan_showcase .USWf_monthly_rate {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.2),
    -5px -5px 15px rgba(255, 255, 255, 0.05),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 12px;
    position: relative;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.03);
    display: block;
    height: 100%;
}.ESpc_plan_showcase .USWf_monthly_rate::before {
    left: 0;
    background: linear-gradient(90deg, rgb(169,152,173), rgb(204,191,208));
    top: 0;
    transform-origin: left;
    position: absolute;
    width: 100%;
    height: 5px;
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0.7);
}.ESpc_plan_showcase .XAGM_cost_summary {
    z-index: 1;
    padding: 30px 25px;
    height: 100%;
    position: relative;
}.ESpc_plan_showcase .wERS_pricing_offers {
    position: relative;
    z-index: 2;
}.ESpc_plan_showcase .USWf_monthly_rate h4 {
    font-size: calc(24px - 2px);
    margin-top: 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
}.ESpc_plan_showcase .USWf_monthly_rate h4::before {
    width: 30px;
    content: "";
    position: absolute;
    height: 30px;
    border-left: 2px solid rgb(169,152,173);
    opacity: 0.6;
    top: -10px;
    left: -10px;
    border-top: 2px solid rgb(169,152,173);
    transition: all 0.3s ease;
}.ESpc_plan_showcase .USWf_monthly_rate p {
    padding-right: 10px;
    line-height: 1.6;
    overflow-y: auto;
    word-break: normal;
    font-size: 14px;
    margin-bottom: 25px;
    hyphens: auto;
    overflow-wrap: break-word;
    max-height: 250px;
    color: rgb(255, 255, 255, 0.5);
}.ESpc_plan_showcase .USWf_monthly_rate p::-webkit-scrollbar {
    width: 4px;
}.ESpc_plan_showcase .USWf_monthly_rate p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(169,152,173,0.5);
}.ESpc_plan_showcase .wLVq_rate_list {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    background: linear-gradient(135deg, rgba(rgb(169,152,173,0.5), 0.1), rgba(rgb(204,191,208,0.5), 0.2));
    color: #ffffff;
    border-radius: 8px;
    box-shadow: 
    2px 2px 8px rgba(0, 0, 0, 0.1),
    -2px -2px 8px rgba(255, 255, 255, 0.05);
    padding: 10px 20px;
    font-weight: 700;
    font-size: calc(24px + 4px);
    display: inline-block;
}.ESpc_plan_showcase .wLVq_rate_list::before {
    background: linear-gradient(90deg, transparent, rgb(169,152,173), transparent);
    left: 10px;
    content: "";
    right: 10px;
    height: 1px;
    position: absolute;
    bottom: -3px;
}.ESpc_plan_showcase .USWf_monthly_rate:hover {
    box-shadow: 
    7px 7px 20px rgba(0, 0, 0, 0.3),
    -7px -7px 20px rgba(255, 255, 255, 0.07),
    inset 3px 3px 10px rgba(255, 255, 255, 0.05),
    inset -3px -3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.ESpc_plan_showcase .USWf_monthly_rate:hover::before {
    transform: scaleX(1);
}.ESpc_plan_showcase .USWf_monthly_rate:hover h4 {
    transform: translateX(5px);
}.ESpc_plan_showcase .USWf_monthly_rate:hover h4::before {
    transform: scale(1.1);
    opacity: 1;
}.ESpc_plan_showcase .USWf_monthly_rate:hover .wLVq_rate_list {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 
    3px 3px 12px rgba(0, 0, 0, 0.15),
    -3px -3px 12px rgba(255, 255, 255, 0.07);
}

@media (max-width: 992px) {.ESpc_plan_showcase {
    padding: 80px 0;
}.ESpc_plan_showcase h2 {
    font-size: calc(33px - 4px);
}.ESpc_plan_showcase .pEQr_pay_plans {
    margin-bottom: 40px;
    font-size: 14px;
}.ESpc_plan_showcase .BUzm_price_view {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.ESpc_plan_showcase {
    padding: 60px 0;
}.ESpc_plan_showcase h2 {
    font-size: calc(33px - 6px);
}.ESpc_plan_showcase .pEQr_pay_plans {
    margin-bottom: 30px;
    font-size: calc(14px - 1px);
}.ESpc_plan_showcase .BUzm_price_view {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.ESpc_plan_showcase .USWf_monthly_rate h4 {
    font-size: 24px;
}.ESpc_plan_showcase .USWf_monthly_rate p {
    font-size: calc(14px - 1px);
    max-height: 180px;
}.ESpc_plan_showcase .wLVq_rate_list {
    font-size: 24px;
}
}

@media (max-width: 480px) {.ESpc_plan_showcase {
    padding: 50px 0;
}.ESpc_plan_showcase h2 {
    font-size: calc(33px - 8px);
}.ESpc_plan_showcase .pEQr_pay_plans {
    font-size: calc(14px - 2px);
}.ESpc_plan_showcase .XAGM_cost_summary {
    padding: 25px 20px;
}.ESpc_plan_showcase .USWf_monthly_rate h4 {
    font-size: calc(24px - 2px);
}.ESpc_plan_showcase .wLVq_rate_list {
    padding: 8px 15px;
    font-size: calc(24px - 2px);
}}.xGPZ_secure_cache {
    padding: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    font-family: Arial, sans-serif;
    background-color: rgb(169,152,173);
    color: #ffffff;
    overflow: hidden;
}.xGPZ_secure_cache h1 {
    font-size: 40px;
    font-weight: 700;
    color: #ffffff;
    margin-top: 30px;
    text-shadow: 0 0 8px rgb(204,191,208);
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(169,152,173);
}.xGPZ_secure_cache h2 {
    font-weight: 600;
    color: #ffffff;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
    text-shadow: 0 0 5px rgb(169,152,173);
    margin-bottom: 15px;
}.xGPZ_secure_cache h3, .xGPZ_secure_cache h4, .xGPZ_secure_cache h5, .xGPZ_secure_cache h6 {
    margin-top: 20px;
    font-size: 19px;
    text-shadow: 0 0 5px rgb(204,191,208,0.5);
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 10px;
}.xGPZ_secure_cache ul, .xGPZ_secure_cache ol {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 10px 0;
    list-style-position: inside;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding-left: 0;
}.xGPZ_secure_cache li {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 10px;
}.xGPZ_secure_cache section {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.xGPZ_secure_cache p, .xGPZ_secure_cache span, .xGPZ_secure_cache div {
    padding: 5px 10px;
    border-left: 3px solid rgb(204,191,208);
    margin-bottom: 10px;
    line-height: 1.8;
    box-shadow: 0 0 8px rgb(204,191,208,0.5);
    border-radius: 10px;
    font-weight: 300;
    background-color: rgb(204,191,208,0.5);
    color: #ffffff;
    font-size: 13px;
}

@media only screen and (max-width: 800px) {.xGPZ_secure_cache {
    padding: 20px;
}.xGPZ_secure_cache h1 {
    font-size: calc(19px - 10%);
}.xGPZ_secure_cache h2 {
    font-size: calc(19px - 10%);
}.xGPZ_secure_cache h3, .xGPZ_secure_cache h4, .xGPZ_secure_cache h5, .xGPZ_secure_cache h6 {
    font-size: calc(19px - 10%);
}.xGPZ_secure_cache li {
    font-size: calc(13px - 10%);
}}.qAlN_prospective_students {
    background: rgb(231,225,233);
    overflow: hidden;
    position: relative;
    padding: 140px 0;
}.qAlN_prospective_students::before {
    content: "";
    background-image: 
        linear-gradient(
            45deg, 
            rgb(204,191,208,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(204,191,208,0.5) 75%
        ),
        linear-gradient(
            -45deg, 
            rgb(204,191,208,0.5) 25%, 
            transparent 25%, 
            transparent 75%, 
            rgb(204,191,208,0.5) 75%
        );
    left: 0;
    height: 100%;
    opacity: 0.03;
    background-size: 60px 60px;
    z-index: 0;
    width: 100%;
    background-position: 0 0, 30px 30px;
    top: 0;
    position: absolute;
}.qAlN_prospective_students::after {
    background: linear-gradient(to top, rgb(231,225,233), transparent);
    content: "";
    left: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 150px;
}.qAlN_prospective_students .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.qAlN_prospective_students .GMJl_guide_bios {
    position: relative;
}.qAlN_prospective_students h4 {
    font-size: 33px;
    font-weight: 700;
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    color: #000000;
    padding: 20px 0;
}.qAlN_prospective_students h4::before {
    height: 3px;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
    width: 100px;
    border-radius: 2px;
    position: absolute;
    background: rgb(204,191,208,0.5);
    content: "";
}.qAlN_prospective_students h4::after {
    content: "";
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
    border-radius: 2px;
    height: 3px;
    bottom: 0;
    background: rgb(169,152,173,0.5);
    left: 50%;
}.qAlN_prospective_students div {
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
}.qAlN_prospective_students div::before {
    z-index: 0;
    top: 0;
    opacity: 0.5;
    width: 2px;
    position: absolute;
    content: "";
    left: 50%;
    height: 100%;
    background: linear-gradient(180deg, rgb(204,191,208,0.5), rgb(169,152,173,0.5), transparent);
}.qAlN_prospective_students div p {
    margin: 0 0 60px 0;
    padding: 25px 30px;
    display: flex;
    color: #000000;
    width: 70%;
    align-items: center;
    background: #ffffff;
    line-height: 1.6;
    font-size: 18px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    transition: all 0.4s ease;
    z-index: 1;
}.qAlN_prospective_students div p:nth-child(odd) {
    border-top-left-radius: 0;
    align-self: flex-start;
}.qAlN_prospective_students div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}.qAlN_prospective_students div p:hover {
    transform: scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.qAlN_prospective_students div p::before {
    z-index: 2;
    position: absolute;
    width: 30px;
    background: #ffffff;
    content: "";
    height: 30px;
    border-radius: 50%;
}.qAlN_prospective_students div p:nth-child(odd)::before {
    top: -15px;
    left: -15px;
}.qAlN_prospective_students div p:nth-child(even)::before {
    right: -15px;
    top: -15px;
}.qAlN_prospective_students div p::after {
    height: 15px;
    position: absolute;
    width: 15px;
    border-radius: 50%;
    content: "";
    background: linear-gradient(135deg, rgb(204,191,208), rgb(169,152,173));
    transition: all 0.3s ease;
    z-index: 3;
}.qAlN_prospective_students div p:nth-child(odd)::after {
    left: -7.5px;
    top: -7.5px;
}.qAlN_prospective_students div p:nth-child(even)::after {
    top: -7.5px;
    right: -7.5px;
}.qAlN_prospective_students div p:hover::after {
    transform: scale(1.3);
    box-shadow: 0 0 10px rgb(204,191,208,0.5);
}.qAlN_prospective_students div p svg {
    margin-right: 20px;
    width: 32px;
    transition: all 0.3s ease;
    min-width: 32px;
    height: 32px;
}.qAlN_prospective_students div p:hover svg {
    transform: rotate(15deg);
}.qAlN_prospective_students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(204,191,208);
}.qAlN_prospective_students div p:hover svg path {
    fill: rgb(169,152,173);
}

@media (max-width: 991px) {.qAlN_prospective_students {
    padding: 120px 0;
}.qAlN_prospective_students h4 {
    font-size: calc(33px - 2px);
    margin-bottom: 70px;
}.qAlN_prospective_students div p {
    padding: 22px 25px;
    width: 80%;
    margin-bottom: 50px;
}.qAlN_prospective_students div p svg {
    margin-right: 15px;
    width: 28px;
    min-width: 28px;
    height: 28px;
}
}

@media (max-width: 767px) {.qAlN_prospective_students {
    padding: 100px 0;
}.qAlN_prospective_students h4 {
    margin-bottom: 60px;
    font-size: calc(33px - 4px);
}.qAlN_prospective_students div p {
    margin-bottom: 40px;
    width: 90%;
    padding: 18px 22px;
    align-self: center !important;
    border-radius: 30px !important;
}.qAlN_prospective_students div p::before,
    .qAlN_prospective_students div p::after {
    display: none;
}.qAlN_prospective_students div p svg {
    width: 24px;
    height: 24px;
    min-width: 24px;
    margin-right: 12px;
}
}

@media (max-width: 479px) {.qAlN_prospective_students {
    padding: 80px 0;
}.qAlN_prospective_students h4 {
    margin-bottom: 50px;
    font-size: calc(33px - 6px);
}.qAlN_prospective_students div p {
    padding: 15px 18px;
    width: 100%;
    margin-bottom: 30px;
    font-size: calc(18px - 1px);
}.qAlN_prospective_students div p svg {
    min-width: 22px;
    height: 22px;
    width: 22px;
    margin-right: 10px;
}}header {
    position: relative;
    overflow: visible;
    z-index: 99;
    width: 100%;
    background: rgb(231,225,233);
}header::before {
    opacity: 0.15;
    background: linear-gradient(90deg, rgb(204,191,208,0.5) 0%, transparent 50%, rgb(204,191,208,0.5) 100%);
    top: 0;
    content: "";
    z-index: -1;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
}header .hMFK_head_wrap {
    padding: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    position: relative;
    gap: 15px;
    display: grid;
}header .hMFK_head_wrap::after {
    top: 50%;
    background: linear-gradient(90deg, transparent, rgb(204,191,208,0.5), transparent);
    position: absolute;
    height: 1px;
    width: 100%;
    content: "";
    left: 0;
}header .hMFK_head_wrap .SxoR_header_navbar {
    position: relative;
    justify-self: center;
    z-index: 10;
    padding: 5px 20px 15px;
}header .hMFK_head_wrap .SxoR_header_navbar::before,
header .hMFK_head_wrap .SxoR_header_navbar::after {
    border-radius: 23px;
    height: 90%;
    width: 90%;
    position: absolute;
    content: "";
}header .hMFK_head_wrap .SxoR_header_navbar::before {
    transition: transform 0.3s ease;
    left: -5px;
    top: -5px;
    border-top: 2px solid rgb(204,191,208);
    border-left: 2px solid rgb(204,191,208);
    transform: scale(0);
    transform-origin: top left;
}header .hMFK_head_wrap .SxoR_header_navbar::after {
    right: -5px;
    border-bottom: 2px solid rgb(169,152,173);
    transition: transform 0.3s ease;
    transform: scale(0);
    bottom: -5px;
    border-right: 2px solid rgb(169,152,173);
    transform-origin: bottom right;
}header .hMFK_head_wrap .SxoR_header_navbar:hover::before,
header .hMFK_head_wrap .SxoR_header_navbar:hover::after {
    transform: scale(1);
}header .hMFK_head_wrap .SxoR_header_navbar .QFCg_main_start {
    display: block;
    transition: transform 0.3s ease;
}header .hMFK_head_wrap .SxoR_header_navbar .QFCg_main_start svg {
    width: auto;
    height: 60px;
}header .hMFK_head_wrap .NlKC_top_main {
    margin: 0;
    position: relative;
    justify-content: center;
    list-style: none;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(169,152,173) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    flex-wrap: wrap;
    padding: 20px 0 10px;
}header .hMFK_head_wrap .NlKC_top_main::before,
header .hMFK_head_wrap .NlKC_top_main::after {
    top: 15%;
    width: 2px;
    content: "";
    background: rgb(204,191,208,0.5);
    height: 70%;
    position: absolute;
}header .hMFK_head_wrap .NlKC_top_main::before {
    left: 0;
}header .hMFK_head_wrap .NlKC_top_main::after {
    right: 0;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime {
    padding: 0 15px;
    transition: transform 0.3s ease;
    margin: 0;
    position: relative;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime:not(:last-child)::after {
    content: "";
    top: 20%;
    right: 0;
    height: 60%;
    width: 1px;
    position: absolute;
    background: rgb(169,152,173,0.5);
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime:hover {
    transform: translateY(-3px);
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime a {
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: color 0.3s ease;
    padding: 10px 5px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    text-align: center;
    display: block;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime a:hover {
    color: rgb(204,191,208);
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime a::before {
    width: 100%;
    position: absolute;
    height: 2px;
    transform: scaleX(0);
    content: "";
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(169,152,173);
    bottom: 5px;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .hMFK_head_wrap {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .hMFK_head_wrap .NlKC_top_main {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .hMFK_head_wrap {
    gap: 10px;
    grid-template-rows: auto auto;
    padding: 15px;
}header .hMFK_head_wrap .SxoR_header_navbar {
    padding: 5px 10px;
}header .hMFK_head_wrap .SxoR_header_navbar .QFCg_main_start svg {
    height: 45px;
}header .hMFK_head_wrap .NlKC_top_main {
    padding: 15px 0 10px;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime {
    padding: 0 10px;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime a {
    padding: 8px 3px;
    font-size: calc(17px - 1px);
}
}

@media (max-width: 767px) {header .hMFK_head_wrap .NlKC_top_main {
    justify-content: center;
    flex-wrap: wrap;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime {
    margin: 3px 0;
}header .hMFK_head_wrap .NlKC_top_main .kJwZ_nav_prime:not(:last-child)::after {
    display: none;
}}.vSda_training_structure {
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgba(rgb(204,191,208,0.5), 0.05) 100%);
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 120px 0;
}.vSda_training_structure::before {
    top: -5%;
    height: 50%;
    right: -10%;
    width: 30%;
    filter: blur(15px);
    z-index: 1;
    transform: rotate(-15deg) translateZ(-10px);
    content: "";
    position: absolute;
    background: linear-gradient(
        217deg, 
        rgba(rgb(204,191,208,0.5), 0.12), 
        rgba(rgb(169,152,173,0.5), 0.08) 70.71%
    );
}.vSda_training_structure::after {
    content: "";
    transform: rotate(15deg) translateZ(-5px);
    position: absolute;
    filter: blur(20px);
    left: -10%;
    background: linear-gradient(
        127deg, 
        rgba(rgb(169,152,173,0.5), 0.1), 
        rgba(rgb(204,191,208,0.5), 0.15) 70.71%
    );
    height: 60%;
    width: 35%;
    z-index: 1;
    bottom: -5%;
}.vSda_training_structure .GMJl_guide_bios {
    padding: 0 30px;
    transform: translateZ(0);
    margin: 0 auto;
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.vSda_training_structure:hover .GMJl_guide_bios {
    transform: translateZ(10px);
}.vSda_training_structure h2 {
    margin-bottom: 40px;
    transform: translateZ(20px);
    font-weight: 700;
    font-size: 35px;
    position: relative;
    color: #000000;
    transition: transform 0.5s ease;
    line-height: 1.2;
}.vSda_training_structure h2::before {
    left: 0;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(1) translateZ(25px);
    position: absolute;
    height: 4px;
    transform-origin: left center;
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(204,191,208) 0%, rgb(169,152,173) 100%);
    content: "";
}.vSda_training_structure:hover h2::before {
    transform: scaleX(1.5) translateZ(25px);
}.vSda_training_structure .SEHg_headline_wrap {
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 
        -15px 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05),
        15px -15px 30px rgba(rgb(255, 255, 255, 0.5), 0.05);
    padding: 35px 40px;
    position: relative;
    border-left: 4px solid rgb(204,191,208);
    background: linear-gradient(
        to right, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.9)
    );
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.vSda_training_structure .SEHg_headline_wrap::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.1), 
        rgba(rgb(255, 255, 255, 0.5), 0)
    );
    content: "";
}.vSda_training_structure:hover .SEHg_headline_wrap {
    transform: translateZ(15px) rotateX(0deg);
    box-shadow: 
        -20px 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
        20px -20px 40px rgba(rgb(255, 255, 255, 0.5), 0.08);
}.vSda_training_structure p {
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    transition: transform 0.4s ease;
}.vSda_training_structure:hover p {
    transform: translateZ(5px);
}

@media (min-width: 768px) {.vSda_training_structure .SEHg_headline_wrap {
    width: calc(100% - 60px);
    margin-left: 30px;
}.vSda_training_structure h2 {
    font-size: calc(35px * 1.1);
}
}

@media (min-width: 992px) {.vSda_training_structure {
    padding: 150px 0;
}.vSda_training_structure .GMJl_guide_bios {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.vSda_training_structure h2 {
    margin-bottom: 50px;
    font-size: calc(35px * 1.2);
}.vSda_training_structure .SEHg_headline_wrap {
    width: calc(100% - 100px);
    margin-left: 50px;
    padding: 45px 60px;
}.vSda_training_structure p {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (max-width: 767px) {.vSda_training_structure {
    padding: 80px 0;
}.vSda_training_structure .GMJl_guide_bios {
    padding: 0 20px;
}.vSda_training_structure h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.vSda_training_structure h2::before {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.vSda_training_structure .SEHg_headline_wrap {
    transform: translateZ(5px) rotateX(1deg);
    border-left-width: 3px;
    padding: 25px 20px;
}.vSda_training_structure:hover .SEHg_headline_wrap {
    transform: translateZ(8px) rotateX(0deg);
}.vSda_training_structure p {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.vSda_training_structure {
    padding: 60px 0;
}.vSda_training_structure .GMJl_guide_bios {
    padding: 0 15px;
}.vSda_training_structure h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 25px;
}.vSda_training_structure h2::before {
    width: 50px;
    height: 3px;
}.vSda_training_structure .SEHg_headline_wrap {
    border-left-width: 3px;
    padding: 20px 15px;
}.vSda_training_structure p {
    line-height: 1.5;
    font-size: calc(18px * 0.9);
}}footer {
    width: 100%;
    position: relative;
}.YwDB_digital_res {
    font-family: Arial, sans-serif;
    background-color: #000000;
    overflow: hidden;
    padding: 80px 0 30px;
    position: relative;
    color: #ffffff;
}.YwDB_digital_res::before {
    content: "";
    background: repeating-linear-gradient(
        45deg,
        #000000,
        #000000 10px,
        rgba(0, 0, 0, 0.5) 10px,
        rgba(0, 0, 0, 0.5) 20px
    );
    height: 500px;
    transform: rotate(45deg);
    top: -100px;
    position: absolute;
    right: -100px;
    width: 500px;
    opacity: 0.4;
}.YwDB_digital_res::after {
    transform: rotate(30deg);
    height: 300px;
    content: "";
    position: absolute;
    opacity: 0.2;
    background: repeating-linear-gradient(
        -45deg,
        #000000,
        #000000 15px,
        rgb(169,152,173,0.5) 15px,
        rgb(169,152,173,0.5) 30px
    );
    bottom: -50px;
    left: -50px;
    width: 300px;
}footer .qNDE_search_foot {
    z-index: 1;
    position: relative;
}footer .EdAR_contact_now {
    padding: 30px;
    gap: 20px;
    margin-bottom: 60px;
    background-color: rgba(255, 255, 255, 0.05);
    display: grid;
    border-left: 4px solid rgb(204,191,208);
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    border-radius: 0 24px 24px 0;
}footer .info_item {
    display: flex;
    align-items: center;
}footer .info_item svg {
    width: 20px;
    flex-shrink: 0;
    height: 20px;
    fill: rgb(204,191,208);
    margin-right: 15px;
}footer .info_item p,
footer .info_item a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(204,191,208);
}footer .text_main_holder {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr;
}footer .SxoR_header_navbar {
    position: relative;
}footer .SxoR_header_navbar::after {
    left: 0;
    content: "";
    height: 3px;
    position: absolute;
    background-color: rgb(204,191,208);
    width: 30%;
    bottom: -30px;
}footer .SxoR_header_navbar svg {
    margin-bottom: 20px;
    filter: brightness(0) invert(1);
    height: 45px;
    width: auto;
}footer .TgSJ_math_tools {
    color: rgba(255, 255, 255, 0.7);
    max-width: 330px;
    font-size: 15px;
    line-height: 1.6;
}footer .NlKC_top_main {
    position: relative;
}footer .NlKC_top_main h5 {
    font-weight: 700;
    display: inline-block;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    font-size: 18px;
}footer .NlKC_top_main h5::after {
    content: "";
    background-color: rgb(204,191,208);
    bottom: -10px;
    width: 40px;
    position: absolute;
    left: 0;
    height: 3px;
}footer .pVsA_top_start {
    margin-bottom: 30px;
}footer .pVsA_top_start a {
    padding: 8px 0;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    margin-bottom: 12px;
    transition: all 0.3s ease;
    font-size: 18px;
}footer .pVsA_top_start a:hover {
    color: #ffffff;
    border-bottom-color: rgb(204,191,208,0.5);
    padding-left: 10px;
}footer .subscribe_holder {
    border-radius: 24px;
    position: relative;
    padding: 35px;
    background-color: rgba(0, 0, 0, 0.2);
}footer .subscribe_holder::before {
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0.1;
    bottom: 0;
    border-radius: 24px;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(204,191,208,0.5), transparent);
}footer .subscribe_holder h5 {
    letter-spacing: 1px;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    font-size: 18px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    font-size: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(204,191,208);
    outline: none;
    background-color: rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .Exfd_mail_panel {
    letter-spacing: 1px;
    padding: 15px 20px;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    background-color: rgb(204,191,208);
    border-radius: 10px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}footer .Exfd_mail_panel::after {
    content: "";
    position: absolute;
    width: 30px;
    transition: all 0.7s ease;
    top: -100px;
    left: -100px;
    height: 300px;
    transform: rotate(45deg);
    background-color: rgba(255, 255, 255, 0.2);
}footer .Exfd_mail_panel:hover {
    background-color: rgb(169,152,173);
}footer .Exfd_mail_panel:hover::after {
    left: 120%;
}footer .znLk_reg_remind {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 60px;
}footer .nQrE_sec_cert {
    color: rgba(255, 255, 255, 0.5);
    font-size: 15px;
    text-align: center;
}

@keyframes pulseLight {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

@media (min-width: 768px) {footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
    align-items: stretch;
}footer .Exfd_mail_panel {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .YwDB_digital_res {
    padding: 60px 0 30px;
}footer .EdAR_contact_now {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding: 20px;
}footer .NlKC_top_main h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}footer .NlKC_top_main h5::after {
    bottom: -8px;
}footer .subscribe_holder {
    padding: 25px 20px;
}footer .znLk_reg_remind {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .YwDB_digital_res {
    padding: 50px 0 20px;
}footer .EdAR_contact_now {
    padding: 15px;
    margin-bottom: 30px;
}footer .SxoR_header_navbar::after {
    width: 50px;
}footer .NlKC_top_main h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .subscribe_holder p, footer .pVsA_top_start a, footer .info_item p, footer .info_item a {
    font-size: calc(18px - 1px);
}footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .Exfd_mail_panel {
    padding: 12px 15px;
}}.kWmu_appWrap {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgb(169,152,173,0.5) 100%);
}.kWmu_appWrap::before {
    height: 100%;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(204,191,208,0.5) 0px,
        rgb(204,191,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    opacity: 0.1;
    transform: perspective(1000px) rotateX(5deg);
    left: 0;
}.kWmu_appWrap::after {
    opacity: 0.1;
    bottom: -50px;
    right: -50px;
    animation: float 15s ease-in-out infinite;
    background: rgb(204,191,208);
    position: absolute;
    content: "";
    border-radius: 100px;
    width: 300px;
    z-index: 0;
    height: 300px;
    transform: rotate(15deg);
}.kWmu_appWrap .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
}.kWmu_appWrap h2 {
    position: relative;
    transform: translateZ(20px);
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    font-size: 33px;
}.kWmu_appWrap h2::after {
    width: 80px;
    animation: pulse 3s infinite alternate;
    height: 4px;
    position: absolute;
    transform: translateZ(30px);
    left: 0;
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    content: "";
    background: rgb(204,191,208);
}.kWmu_appWrap .GMJl_guide_bios {
    padding: 40px;
    background: #ffffff;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 8px;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    overflow: hidden;
}.kWmu_appWrap .GMJl_guide_bios::before {
    top: 0;
    background: linear-gradient(90deg, rgb(204,191,208) 0%, rgb(169,152,173) 100%);
    left: 0;
    content: "";
    height: 6px;
    position: absolute;
    width: 100%;
}.kWmu_appWrap .GMJl_guide_bios:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.kWmu_appWrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.kWmu_appWrap li {
    padding-left: 25px;
    position: relative;
}.kWmu_appWrap li::before {
    content: "";
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    animation: spin 12s linear infinite;
    background: rgb(204,191,208);
    top: 8px;
    height: 8px;
    width: 8px;
}.kWmu_appWrap span {
    z-index: 2;
    color: #000000;
    display: block;
    font-size: 17px;
    line-height: 1.7;
    position: relative;
    font-family: Arial, sans-serif;
}

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

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

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.kWmu_appWrap {
    padding: 90px 0;
}.kWmu_appWrap h2 {
    font-size: calc(33px * 0.9);
}.kWmu_appWrap .GMJl_guide_bios {
    padding: 30px;
}
}

@media (max-width: 768px) {.kWmu_appWrap {
    padding: 70px 0;
}.kWmu_appWrap h2 {
    margin-bottom: 30px;
    font-size: calc(33px * 0.8);
}.kWmu_appWrap h2::after {
    width: 60px;
}.kWmu_appWrap .GMJl_guide_bios {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 25px;
}.kWmu_appWrap span {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.kWmu_appWrap {
    padding: 50px 0;
}.kWmu_appWrap h2 {
    font-size: calc(33px * 0.7);
    margin-bottom: 25px;
}.kWmu_appWrap h2::after {
    width: 50px;
    height: 3px;
}.kWmu_appWrap .GMJl_guide_bios {
    padding: 20px;
    transform: none;
}.kWmu_appWrap li {
    padding-left: 20px;
}.kWmu_appWrap span {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}
}