﻿.LZzR_case_study {
    flex: 0 0 auto;
}

.LZzR_case_study {
    font-family: Arial, sans-serif;
    color: #000000;
    padding: 5rem 0 2rem;
    background-color: rgb(214,214,228);
    position: relative;
}

.LZzR_case_study {
    background-size: 40px 40px;
    background-attachment: fixed;
    background-image: 
        linear-gradient(rgb(135,131,170,0.5) 1px, transparent 1px),
        linear-gradient(to right, rgb(135,131,170,0.5) 1px, transparent 1px);
    background-position: center;
    background-repeat: repeat;
    background-blend-mode: overlay;
}

.XxWq_company_info .container {
    z-index: 5;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.XxWq_company_info .vtdY_knowledge_hub {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 40px;
    position: relative;
    display: grid;
}

.XxWq_company_info .tCMI_history_tl:first-child {
    grid-row: 1 / span 2;
    transform-origin: left center;
    grid-column: 1;
}

.XxWq_company_info .tCMI_history_tl:hover {
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: scale(1.03);
}

.XxWq_company_info .tCMI_history_tl:nth-child(2) h3 {
    background: rgb(135,131,170);
}

.XxWq_company_info .tCMI_history_tl p::first-letter {
    line-height: 1;
    color: rgb(174,175,204);
    font-weight: 700;
    font-size: calc(15px * 1.8);
    float: left;
    margin-right: 8px;
}

.XxWq_company_info .tCMI_history_tl::after {
    position: absolute;
    z-index: 3;
    content: "";
    background: linear-gradient(90deg, rgb(174,175,204), transparent);
    height: 5px;
    top: 0;
    width: 100%;
    right: 0;
}

.AVxj_confidential_cove h1 {
    font-weight: 700;
    padding: 10px;
    background: rgb(174,175,204);
    margin-top: 40px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    letter-spacing: 2px;
    font-size: 46px;
    color: #000000;
    border-radius: 10px;
    text-transform: uppercase;
    text-align: center;
}

.AVxj_confidential_cove li::before {
    line-height: 1em;
    top: 0;
    font-size: 1.5em;
    position: absolute;
    color: rgb(174,175,204);
    content: '•';
    left: 0;
}


.qdSD_program_information {
    background: rgb(214,214,228);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}



.qdSD_program_information .container {
    margin: 0 auto;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    align-items: center;
}

.qdSD_program_information .ETDF_learn_business {
    display: flex;
    width: 100%;
    gap: 60px;
    flex-direction: column;
    max-width: 900px;
    align-items: center;
    justify-content: center;
    position: relative;
}

.qdSD_program_information .Bxpi_message_wrap::after {
    width: 60px;
    position: absolute;
    content: "";
    height: 3px;
    background: linear-gradient(to right, rgb(174,175,204), rgb(135,131,170));
    left: calc(50% - 30px);
    top: -15px;
}

.qdSD_program_information .Bxpi_message_wrap .description {
    max-width: 800px;
    line-height: 1.7;
    margin-left: auto;
    margin-bottom: 20px;
    color: #000000;
    margin-right: auto;
    font-size: 16px;
}

.qdSD_program_information .container::before {
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: 
        linear-gradient(to right, rgb(174,175,204,0.5) 0.5px, transparent 1px),
        linear-gradient(to bottom, rgb(174,175,204,0.5) 0.5px, transparent 1px),
        radial-gradient(circle at 50px 50px, rgb(174,175,204,0.5) 2px, transparent 2px),
        radial-gradient(circle at 150px 150px, rgb(135,131,170,0.5) 2px, transparent 2px),
        radial-gradient(circle at 250px 250px, rgb(174,175,204,0.5) 2px, transparent 2px);
    animation: circuitPulse 8s infinite alternate;
    content: "";
    background-size: 50px 50px, 50px 50px, 200px 200px, 200px 200px, 200px 200px;
    opacity: 0.05;
    position: absolute;
    width: 100%;
}



.qdSD_program_information .XysB_pic_strip_wrap::after {
    animation: borderGlow 4s infinite alternate;
}

.qdSD_program_information .Bxpi_message_wrap .description:nth-child(3) {
    animation: reveal 0.8s 0.4s forwards;
}

.xGnJ_interested_learners::before {
    position: absolute;
    top: 0;
    content: '';
    opacity: 0.15;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(174,175,204,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 80%, rgb(135,131,170,0.5) 0%, transparent 40%);
    z-index: 1;
    width: 100%;
}

.xGnJ_interested_learners h3::before,
.xGnJ_interested_learners h3::after {
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 40px;
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    position: absolute;
}

.xGnJ_interested_learners h3::before {
    left: -60px;
}

.xGnJ_interested_learners ul li::after {
    opacity: 0.1;
    z-index: -1;
    left: -50px;
    transition: all 0.6s ease;
    border-radius: 50%;
    height: 100px;
    position: absolute;
    width: 100px;
    bottom: -50px;
    background: rgb(174,175,204,0.5);
    content: '';
}

.xGnJ_interested_learners ul li:hover::before {
    opacity: 1;
}

.xGnJ_interested_learners ul li:hover::after {
    transform: scale(6);
    opacity: 0.05;
}

.xGnJ_interested_learners ul li svg {
    height: 50px;
    flex-shrink: 0;
    transition: all 0.5s ease;
    width: 50px;
    position: relative;
}

.xGnJ_interested_learners ul li:nth-child(2) {
    animation-delay: 0.25s;
}

.xGnJ_interested_learners ul li:nth-child(5) {
    animation-delay: 0.7s;
}

.xGnJ_interested_learners ul li:nth-child(3n+2) {
    animation-delay: 0.25s, 3s;
    animation: slideInBottom 0.6s forwards, floatingAnimation 8s ease-in-out infinite 1s reverse;
}

header .container {
    padding: 0 2%;
    z-index: 1;
    max-width: 100%;
    position: relative;
    margin: 0;
    width: 100%;
}

header .HxbF_main_navbar {
    align-items: center;
    text-decoration: none;
    display: flex;
    padding: 0.5rem 1rem;
    position: relative;
    justify-content: center;
    grid-area: logo;
}

header .HxbF_main_navbar:hover svg {
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.1));
    transform: translateY(-3px);
}

header .ATUo_top_bar {
    color: #000000;
    font-size: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    border-radius: 10px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    padding: 0.4rem 0.8rem;
    text-align: center;
    position: relative;
    background: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.VKpw_client_comments .container {
    position: relative;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    padding: 0 1.5rem;
}

.VKpw_client_comments h2::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(135,131,170), rgb(174,175,204));
    height: 3px;
    position: absolute;
    width: 80px;
    content: "";
    bottom: -10px;
}

.VKpw_client_comments .jCQT_review_slider:nth-child(1) {
    --index: 1;
}

.VKpw_client_comments .jCQT_review_slider:nth-child(2) {
    --index: 2;
}

.VKpw_client_comments .jCQT_review_slider:nth-child(4) {
    --index: 4;
}

.VKpw_client_comments .jCQT_review_slider:nth-child(6) {
    --index: 6;
}

.VKpw_client_comments .jCQT_review_slider::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(174,175,204), rgb(135,131,170));
    width: 4px;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.8;
}

.VKpw_client_comments .jCQT_review_slider::after {
    height: 100%;
    position: absolute;
    background: linear-gradient(145deg, transparent 0%, rgba(rgb(135,131,170,0.5), 0.05) 100%);
    width: 40%;
    top: 0;
    content: "";
    right: 0;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(100%);
    pointer-events: none;
}

.VKpw_client_comments .jCQT_review_slider div::before {
    opacity: 0.3;
    transition: opacity 0.3s ease;
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(145deg, rgb(174,175,204,0.5), transparent);
    height: 100%;
    width: 100%;
    left: 0;
}

.xywr_leadership_experience::after {
    right: 0;
    height: 1px;
    transform-origin: right center;
    content: "";
    position: absolute;
    animation: lineExpand 5s ease-in-out infinite alternate 2.5s;
    bottom: 40%;
    background: linear-gradient(to left, transparent, rgb(135,131,170,0.5), transparent);
    width: 40%;
}

.xywr_leadership_experience .lUdx_professional_exp {
    display: flex;
    justify-content: center;
    position: relative;
    transition: all 0.7s ease;
    flex-direction: column;
    opacity: 0.9;
}

.xywr_leadership_experience .lUdx_professional_exp::before {
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5), transparent);
    width: 1px;
    top: 15%;
    left: -2rem;
    content: "";
    height: 70%;
    position: absolute;
}

.xywr_leadership_experience .lUdx_professional_exp div:nth-child(2) {
    color: rgb(135,131,170);
    margin-bottom: 3rem;
    transform: translateX(0);
    letter-spacing: 2px;
    font-weight: 300;
    font-size: 19px;
    text-transform: uppercase;
    transition: all 0.5s ease 0.1s;
}

.xywr_leadership_experience .jCQT_review_slider:hover .XysB_pic_strip_wrap::after {
    opacity: 0.3;
}

.xywr_leadership_experience .jCQT_review_slider:hover .name::after {
    transform: scaleX(1);
}

.LZzR_case_study::before {
    right: 0;
    height: 250px;
    left: 0;
    position: absolute;
    content: '';
    bottom: 0;
    background: linear-gradient(180deg, transparent 0%, rgb(174,175,204,0.5) 100%);
    opacity: 0.05;
    z-index: 0;
}

.LZzR_case_study .info_item {
    transition: transform 0.3s ease-out;
    padding: 0.5rem;
}

.LZzR_case_study .info_item:hover {
    transform: translateX(5px);
}

.LZzR_case_study .info_item svg {
    fill: rgb(174,175,204);
    height: 20px;
    flex-shrink: 0;
    width: 20px;
}

.LZzR_case_study .SVJw_header_main {
    gap: 1.25rem;
    flex-direction: column;
    display: flex;
}

.LZzR_case_study .lcYb_a11y_tools {
    opacity: 0.8;
    line-height: 1.6;
    color: #000000;
    max-width: 300px;
    font-size: 16px;
}

.LZzR_case_study .JxAV_header_start a {
    padding-left: 0;
    text-decoration: none;
    position: relative;
    color: #000000;
    font-size: 17px;
    transition: color 0.3s ease, padding-left 0.3s ease;
}

.LZzR_case_study .subscribe_holder {
    padding: 2rem;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    gap: 1.5rem;
    flex-direction: column;
    border-radius: 28px;
    display: flex;
    background-color: #ffffff;
}

.LZzR_case_study .input_holder input[type="email"]:focus {
    border-color: rgb(174,175,204);
    box-shadow: 0 0 0 3px rgb(174,175,204,0.5);
    outline: none;
}

.LZzR_case_study .qzOk_instant_learn:hover {
    transform: translateY(-2px);
    background-color: rgb(135,131,170);
}

.LZzR_case_study .roFE_carbon_cta {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgb(135,131,170,0.5);
    text-align: center;
}

.LZzR_case_study .JxAV_header_start:first-child::after {
    content: '';
    bottom: -0.75rem;
    position: absolute;
    background-color: rgb(135,131,170,0.5);
    height: 1px;
    width: 30px;
    left: 0;
}

.uDCY_opening_page .Bxpi_message_wrap {
    position: relative;
    box-shadow: 
        0 20px 30px -15px rgba(0,0,0,0.15),
        0 10px 15px -10px rgba(0,0,0,0.05);
    backdrop-filter: blur(5px);
    align-items: flex-start;
    animation: slideInLeft 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    transform: translateZ(0);
    justify-content: center;
    z-index: 2;
    border-left: 3px solid rgb(174,175,204);
    background: linear-gradient(
        to right,
        rgba(255,255,255,0.8),
        rgba(255,255,255,0.95)
    );
    padding: 2rem;
    display: flex;
    flex-direction: column;
}

.uDCY_opening_page .ZgXE_page_welcome {
    flex-direction: column;
    margin-bottom: 2rem;
    display: flex;
    position: relative;
    align-items: flex-start;
}

.uDCY_opening_page .Bxpi_message_wrap:hover svg {
    transform: translateY(-5px) rotate(3deg);
}

.uDCY_opening_page svg text {
    transition: fill 0.3s ease;
    fill: rgb(94,170,168);
    font-weight: 700;
}

.uDCY_opening_page ul li {
    margin-right: 1rem;
}

.uDCY_opening_page .GeRL_request_inquiry {
    text-decoration: none;
    transform: translateY(0) scale(1);
    border: none;
    background: linear-gradient(135deg, rgb(174,175,204), rgba(94,170,168,1));
    position: relative;
    transition: 
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 
        0 5px 15px -5px rgba(94,170,168,0.5),
        0 3px 8px -3px rgba(0,0,0,0.2);
    z-index: 1;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    padding: 0.8rem 2rem;
}

.uDCY_opening_page .XysB_pic_strip_wrap:hover {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
}

.DiVL_ty_section::after {
    content: "";
    position: absolute;
    right: -20%;
    animation: shimmerEffect 15s infinite alternate ease-in-out;
    transform: rotate(35deg);
    z-index: 0;
    top: -50%;
    width: 80%;
    background: radial-gradient(
        circle at center,
        rgb(174,175,204,0.5) 0%,
        transparent 70%
    );
    height: 200%;
    opacity: 0.15;
}

.DiVL_ty_section .kaQw_community_ed::before {
    left: 0;
    pointer-events: none;
    opacity: 0.05;
    background: linear-gradient(
        45deg,
        rgb(135,131,170,0.5) 0%,
        transparent 30%,
        transparent 70%,
        rgb(174,175,204,0.5) 100%
    );
    z-index: -1;
    transform: translateZ(-10px);
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    height: 100%;
}

.DiVL_ty_section h5 {
    font-weight: 700;
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    margin: 0;
    opacity: 0;
    color: #000000;
    transform: translateY(15px);
    font-size: clamp(1.5rem, 2.5vw, 19px);
    line-height: 1.4;
}

.DiVL_ty_section a:hover {
    transform: scale(1.01);
}

.DiVL_ty_section a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    height: calc(100% + 30px);
    opacity: 0;
    width: calc(100% + 30px);
    border: 1px solid rgb(135,131,170,0.5);
    position: absolute;
    border-radius: 3px;
    content: "";
    top: -15px;
    left: -15px;
}

.Oqms_contact_form_section::before {
    top: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0) 100%);
    left: 0;
    content: '';
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
}

.Oqms_contact_form_section h3 {
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 39px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
}

.Oqms_contact_form_section input[type="text"]::placeholder,
.Oqms_contact_form_section textarea::placeholder {
    color: #000000;
    opacity: 0.7;
}

.Oqms_contact_form_section input[type="text"]:focus,
.Oqms_contact_form_section textarea:focus {
    outline: none;
    border-color: rgb(174,175,204);
}

.Oqms_contact_form_section .Cxsq_query_form input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.Oqms_contact_form_section .Cxsq_query_form input[type="checkbox"]:checked + label::before {
    background: rgb(174,175,204);
    border-color: rgb(174,175,204);
}

.Oqms_contact_form_section .Cxsq_query_form a {
    transition: all 0.3s ease;
    color: rgb(174,175,204);
    text-decoration: none;
    font-weight: 600;
}

.Oqms_contact_form_section .GeRL_request_inquiry:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    background: #000000;
    transform: translateY(-3px);
}

.Oqms_contact_form_section .ozqp_message_support::before {
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 50%);
    content: '';
    left: 0;
    height: 100%;
    width: 100%;
}

.Oqms_contact_form_section .zQhr_reach_message {
    padding: 0;
    list-style: none;
    margin: 0;
}

.Oqms_contact_form_section .zQhr_reach_message li {
    align-items: center;
    transition: transform 0.3s ease;
    display: flex;
    margin-bottom: 30px;
}

.Oqms_contact_form_section .zQhr_reach_message li:hover svg {
    transform: scale(1.2);
}

.Oqms_contact_form_section .zQhr_reach_message a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}

.OtQc_cookie_message_window {
    border-top: 3px solid rgb(174,175,204);
    padding: 20px;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1050;
    font-family: Arial, sans-serif;
    position: fixed;
    background: rgb(214,214,228);
}

.ROwt_user_choices h5 {
    font-size: 20px;
    margin-bottom: 5px;
    color: rgb(174,175,204);
    font-weight: 700;
}

.OtQc_cookie_message_window p a {
    text-decoration: underline;
    color: rgb(174,175,204);
}


.FYbZ_statistical_summary {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background-color: #ffffff;
    padding: 120px 0;
}

.FYbZ_statistical_summary .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 15px;
    z-index: 1;
}

.FYbZ_statistical_summary h2::after {
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    content: "";
    width: 60px;
    height: 3px;
    bottom: -20px;
    position: absolute;
}

.FYbZ_statistical_summary .FTjb_statistics_tracks {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    aspect-ratio: 1/1;
    position: relative;
    justify-content: center;
    padding: 30px 20px;
    text-align: center;
    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
}

.FYbZ_statistical_summary svg {
    width: 24px;
    height: 24px;
    fill: rgb(174,175,204);
    transition: all 0.3s ease;
    position: absolute;
    right: 10px;
    opacity: 0.4;
    top: 10px;
}

.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:only-child) .FTjb_statistics_tracks {
    width: 250px;
    margin: 0 auto;
    height: 250px;
}

.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(3):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(5):last-child) {
    grid-template-columns: repeat(3, 1fr);
}

.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(7):last-child),
.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(8):last-child) {
    grid-template-columns: repeat(4, 1fr);
}

.HIng_learning_system::before {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    content: '';
    position: absolute;
    animation: pulsate 12s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(174,175,204) 0%, transparent 8%),
        radial-gradient(circle at 80% 70%, rgb(135,131,170) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgb(174,175,204) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgb(135,131,170) 0%, transparent 6%);
}

.HIng_learning_system .Bxpi_message_wrap {
    position: relative;
    padding: 4rem;
    z-index: 2;
}

.HIng_learning_system h2 {
    text-fill-color: transparent;
    margin-bottom: 2rem;
    transform: perspective(500px) translateZ(0);
    -webkit-background-clip: text !important;
    background-clip: text !important;
    background: linear-gradient(135deg, rgb(174,175,204), rgb(135,131,170));
    font-size: 37px;
    transition: transform 0.3s ease;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    letter-spacing: 1px;
}

.nuFB_plan_list::before {
    content: "";
    bottom: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
}

.nuFB_plan_list:hover h2::after {
    transform: scaleX(1.2);
}

.nuFB_plan_list .YAdI_basic_rates {
    color: #ffffff;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    line-height: 1.6;
    font-size: calc(18px + 2px);
    margin: 0 auto 60px;
    max-width: 800px;
    text-align: center;
}

.nuFB_plan_list .TdpD_price_tiers li:hover {
    transform: translateY(-10px);
    z-index: 10;
}

.nuFB_plan_list .vpVi_payment_option:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}

.nuFB_plan_list .vpVi_payment_option:hover::before {
    opacity: 0.2;
}

.nuFB_plan_list .wRAF_price_options {
    padding: 40px 30px;
    z-index: 2;
    position: relative;
}

.nuFB_plan_list .otuH_study_pricing h4 {
    font-size: calc(18px + 2px);
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    padding-bottom: 15px;
}

.nuFB_plan_list .vpVi_payment_option:hover .otuH_study_pricing p {
    color: #ffffff;
}

.nuFB_plan_list .mPHG_rate_card::before {
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(135,131,170) 0%, transparent 100%);
}

.YTdj_program_outcomes::before {
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgba(rgb(174,175,204,0.5), 0.1), transparent 60%),
              radial-gradient(circle at 70% 30%, rgba(rgb(135,131,170,0.5), 0.08), transparent 40%);
    left: -10%;
    height: 120%;
    top: -10%;
    content: "";
    animation: rotateGradient 30s infinite linear;
    position: absolute;
    width: 120%;
}

.YTdj_program_outcomes .kaQw_community_ed {
    position: relative;
    backdrop-filter: blur(5px);
    transform: translateY(-20px);
    z-index: 2;
}

.YTdj_program_outcomes .Bxpi_message_wrap::before {
    opacity: 0.8;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(174,175,204), rgb(135,131,170));
    position: absolute;
    height: 5px;
    transition: transform 0.5s ease-out;
    content: "";
    transform: scaleX(0.97);
    right: 0;
    top: -5px;
}

.YTdj_program_outcomes ul {
    gap: 1.2rem;
    margin: 1.5rem 0 0;
    list-style-type: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
}

.YTdj_program_outcomes li svg {
    width: 24px;
    margin-right: 12px;
    margin-top: 3px;
    flex-shrink: 0;
    transform: scale(1);
    height: 24px;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media screen and (max-width: 768px) {.XxWq_company_info {
    padding: 70px 0;
}.XxWq_company_info h2 {
    margin-bottom: 50px;
}.XxWq_company_info .vtdY_knowledge_hub {
    grid-template-rows: auto auto;
    gap: 30px;
    grid-template-columns: 1fr;
}.XxWq_company_info .tCMI_history_tl:first-child,
    .XxWq_company_info .tCMI_history_tl:nth-child(2) {
    grid-row: auto;
    grid-column: 1;
}
}



@media (min-width: 992px) {.qdSD_program_information .ETDF_learn_business {
    gap: 40px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    display: grid;
}.qdSD_program_information .Bxpi_message_wrap {
    z-index: 4;
    margin-top: -80px;
    grid-row: 2;
}.qdSD_program_information .XysB_pic_strip_wrap {
    grid-row: 1;
    height: 500px;
}
}



@media (max-width: 576px) {.qdSD_program_information {
    padding: 50px 0;
}.qdSD_program_information .Bxpi_message_wrap {
    padding: 20px;
}.qdSD_program_information .XysB_pic_strip_wrap {
    height: 300px;
}.qdSD_program_information .Bxpi_message_wrap h2 {
    font-size: calc(35px * 0.8);
}.qdSD_program_information .Bxpi_message_wrap .description {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 768px) {.xGnJ_interested_learners ul li {
    width: 100%;
    max-width: 400px;
}.xGnJ_interested_learners ul li:nth-child(3n+1),
    .xGnJ_interested_learners ul li:nth-child(3n+2),
    .xGnJ_interested_learners ul li:nth-child(3n+3) {
    animation: slideInBottom 0.6s forwards;
}
}



@media (max-width: 991px) {header .HxbF_main_navbar svg {
    width: 140px;
}header .onDy_head_class {
    padding: 0.5rem;
    gap: 0.4rem;
}header .ATUo_top_bar {
    padding: 0.35rem 0.6rem;
    font-size: calc(15px - 1px);
}
}



@media (max-width: 992px) {.VKpw_client_comments {
    padding: 4rem 0;
}.VKpw_client_comments .bqIx_student_feedback {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}.VKpw_client_comments h2 {
    margin-bottom: 2.5rem;
}
}



@media (max-width: 768px) {.VKpw_client_comments {
    padding: 3rem 0;
}.VKpw_client_comments .bqIx_student_feedback {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.2rem;
}.VKpw_client_comments .jCQT_review_slider {
    padding: 1.5rem;
}.VKpw_client_comments h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 2rem;
}
}



@media (max-width: 1024px) {.LZzR_case_study {
    padding: 4rem 0 2rem;
}.LZzR_case_study .text_main_holder {
    gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
}.LZzR_case_study .subscribe_holder {
    grid-column: span 2;
}
}



@media (max-width: 576px) {.LZzR_case_study {
    padding: 3rem 0 1.5rem;
}.LZzR_case_study .alLw_learn_ask {
    grid-template-columns: 1fr;
}.LZzR_case_study .input_holder {
    flex-direction: column;
}.LZzR_case_study .qzOk_instant_learn {
    width: 100%;
}.LZzR_case_study .SVJw_header_main,
    .LZzR_case_study .onDy_head_class h5,
    .LZzR_case_study .JxAV_header_start,
    .LZzR_case_study .JxAV_header_start a {
    text-align: center;
    align-items: center;
}.LZzR_case_study .SVJw_header_main svg {
    margin: 0 auto;
}.LZzR_case_study .lcYb_a11y_tools {
    max-width: 100%;
    text-align: center;
}.LZzR_case_study .JxAV_header_start:first-child::after {
    transform: translateX(-50%);
    left: 50%;
}.LZzR_case_study .alLw_learn_ask::after {
    transform: translateX(-50%);
    left: 50%;
}.LZzR_case_study .JxAV_header_start a::before {
    display: none;
}.LZzR_case_study .JxAV_header_start a:hover {
    padding-left: 0;
}}



@media (max-width: 767px) {.uDCY_opening_page {
    padding: 3rem 0;
}.uDCY_opening_page .Bxpi_message_wrap {
    text-align: center;
    padding: 2rem 1.5rem;
    align-items: center;
}.uDCY_opening_page h1 {
    font-size: calc(44px * 0.9);
}.uDCY_opening_page h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.uDCY_opening_page .Bxpi_message_wrap:hover h1::after {
    transform: translateX(-50%) scaleX(1);
}.uDCY_opening_page .ZgXE_page_welcome {
    align-items: center;
}.uDCY_opening_page ul {
    justify-content: center;
}}



@media (max-width: 992px) {.Oqms_contact_form_section .XysB_pic_strip_wrap {
    height: 30%;
}.Oqms_contact_form_section h3 {
    margin-bottom: 50px;
}.Oqms_contact_form_section .zcpQ_request_message {
    margin: 0 auto;
    max-width: 700px;
    flex-direction: column;
}.Oqms_contact_form_section .KmFV_feedback_links,
    .Oqms_contact_form_section .ozqp_message_support {
    padding: 40px;
    width: 100%;
}
}


@media (max-width: 1200px) {.ROwt_user_choices h5 {
    font-size: calc(20px - 2px);
}.ROwt_user_choices p {
    font-size: calc(17px - 2px);
}.PQXH_cookie_verify {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}


@media (max-width: 800px) {.Pjig_data_control {
    flex-direction: column;
    align-items: center;
}.GOyh_consent_learn {
    margin-bottom: 15px;
}.ROwt_user_choices {
    text-align: center;
    margin-bottom: 20px;
}.PQXH_cookie_verify {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}



@media screen and (max-width: 1200px) {.FYbZ_statistical_summary {
    padding: 100px 0;
}.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(7):last-child),
    .FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(8):last-child),
    .FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(9):last-child),
    .FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:nth-child(10):last-child) {
    grid-template-columns: repeat(4, 1fr);
}.FYbZ_statistical_summary .FTjb_statistics_tracks p {
    font-size: 2.2rem;
}
}



@media screen and (max-width: 480px) {.FYbZ_statistical_summary {
    padding: 60px 0;
}.FYbZ_statistical_summary h2 {
    font-size: calc(44px * 0.7);
    margin-bottom: 40px;
}.FYbZ_statistical_summary h2::after {
    bottom: -15px;
    width: 40px;
}.FYbZ_statistical_summary ul {
    gap: 25px;
}.FYbZ_statistical_summary .FTjb_statistics_tracks {
    min-height: 130px;
}.FYbZ_statistical_summary .FTjb_statistics_tracks p {
    font-size: 1.8rem;
}.FYbZ_statistical_summary .FTjb_statistics_tracks span {
    font-size: calc(17px * 0.8);
}.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:only-child) .FTjb_statistics_tracks {
    height: 180px;
    width: 180px;
}.FYbZ_statistical_summary ul:has(.FTjb_statistics_tracks:only-child) .FTjb_statistics_tracks p {
    font-size: 2.8rem;
}.FYbZ_statistical_summary svg {
    width: 20px;
    height: 20px;
}}



@media (max-width: 768px) {.nuFB_plan_list {
    padding: 70px 0;
}.nuFB_plan_list h2 {
    font-size: calc(35px - 4px);
}.nuFB_plan_list .YAdI_basic_rates {
    font-size: 18px;
    margin-bottom: 40px;
}.nuFB_plan_list .TdpD_price_tiers {
    grid-template-columns: 1fr;
    gap: 20px;
}.nuFB_plan_list .wRAF_price_options {
    padding: 25px 20px;
}.nuFB_plan_list .mPHG_rate_card {
    font-size: calc(18px + 2px);
}
}



@media (max-width: 767px) {.YTdj_program_outcomes {
    padding: 4rem 0;
}.YTdj_program_outcomes h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.YTdj_program_outcomes .Bxpi_message_wrap {
    padding: 2rem 1.5rem;
}.YTdj_program_outcomes li p {
    font-size: calc(16px * 0.95);
}.YTdj_program_outcomes ul {
    gap: 1rem;
}
}



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

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

@keyframes borderGlow {
    0% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.7;
    }
}



@keyframes scanLines {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 0 0, 0 450px;
    }
}



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



@keyframes slideInLeft {
    0% {
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}



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

@keyframes slide {
    0% {
        transform: rotate(0deg) translateY(0);
    }
    100% {
        transform: rotate(360deg) translateY(0);
    }
}



@keyframes rotateGradient {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

