﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    scroll-behavior: auto;
}.mXA_glossary {
    flex: 0 0 auto;
}.ToL_layer-container {
    min-height: 100%;
    height: 100%;
    flex-direction: column;
    display: flex;
}a {
    text-decoration: none;
    color: inherit;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1136px;
}.tem_header_pagewrap {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.mzk_program_assets {
    overflow: hidden;
    background: linear-gradient(145deg, #ffffff 0%, rgb(230,218,231) 100%);
    padding: 80px 0;
    position: relative;
    font-family: Arial, sans-serif;
}.mzk_program_assets::before {
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    background-image: 
    radial-gradient(circle at 70% 20%, rgb(192,165,194,0.5) 0%, transparent 30%),
    radial-gradient(circle at 30% 80%, rgb(156,121,159,0.5) 0%, transparent 30%);
    position: absolute;
    opacity: 0.3;
    content: "";
}.mzk_program_assets::after {
    background-size: 30px 30px;
    left: -50%;
    width: 200%;
    height: 200%;
    top: -50%;
    background-image: radial-gradient(#ffffff 1px, transparent 2px);
    animation: rotateBackground 120s linear infinite;
    position: absolute;
    opacity: 0.1;
    content: "";
}@keyframes rotateBackground {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.mzk_program_assets .container {
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    z-index: 1;
    padding: 0 20px;
}.mzk_program_assets .Igx_expert_guides {
    grid-template-columns: 1fr 1.3fr;
    display: grid;
    gap: 0;
    background: transparent;
    position: relative;
}.mzk_program_assets .ceh_image_show_item {
    border-radius: 20px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 1;
    min-height: 350px;
    width: 100%;
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.8);
    object-fit: cover;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    height: 100%;
}.mzk_program_assets .ceh_image_show_item:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.mzk_program_assets .VlT_text_inner {
    box-shadow: 
    10px 10px 30px rgba(0, 0, 0, 0.1),
    -5px -5px 20px rgba(255, 255, 255, 0.6);
    margin-left: -30px;
    background: #ffffff;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    border-radius: 20px;
    transform: perspective(1000px) rotateY(-5deg);
    padding: 40px 30px;
}.mzk_program_assets .VlT_text_inner:hover {
    transform: perspective(1000px) rotateY(0deg);
}.mzk_program_assets h3 {
    padding-left: 15px;
    margin-bottom: 30px;
    color: rgb(192,165,194);
    position: relative;
    font-weight: 700;
    font-size: 32px;
}.mzk_program_assets h3::before {
    position: absolute;
    content: "";
    border-radius: 10px;
    width: 4px;
    top: 0;
    background: linear-gradient(to bottom, rgb(192,165,194), rgb(156,121,159));
    height: 100%;
    left: 0;
}.mzk_program_assets ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.mzk_program_assets li {
    transition: all 0.3s ease;
    margin-bottom: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    transform-origin: left center;
    box-shadow: 
    3px 3px 10px rgba(0, 0, 0, 0.05),
    inset 1px 1px 1px rgba(255, 255, 255, 0.7);
    padding: 16px;
    border-radius: 12px;
}.mzk_program_assets li:last-child {
    margin-bottom: 0;
}.mzk_program_assets li:hover {
    box-shadow: 
    5px 5px 15px rgba(0, 0, 0, 0.08),
    inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    transform: scale(1.03);
}.mzk_program_assets li p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 18px;
    color: #000000;
}.mzk_program_assets svg {
    flex-shrink: 0;
    height: 22px;
    border-radius: 50%;
    width: 22px;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 9px;
    background: linear-gradient(135deg, rgb(192,165,194,0.5), rgb(156,121,159,0.5));
}.mzk_program_assets svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.mzk_program_assets li:hover svg {
    background: linear-gradient(135deg, rgb(192,165,194), rgb(156,121,159));
    transform: rotate(-10deg);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 992px) {.mzk_program_assets {
    padding: 60px 0;
}.mzk_program_assets .Igx_expert_guides {
    grid-template-columns: 1fr;
    gap: 30px;
}.mzk_program_assets .ceh_image_show_item {
    order: 1;
    transform: perspective(1000px) rotateY(0deg);
    min-height: 300px;
}.mzk_program_assets .VlT_text_inner {
    margin-left: 0;
    transform: perspective(1000px) rotateY(0deg);
    order: 2;
}
}

@media (max-width: 768px) {.mzk_program_assets {
    padding: 50px 0;
}.mzk_program_assets .ceh_image_show_item {
    min-height: 250px;
}.mzk_program_assets h3 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.mzk_program_assets {
    padding: 40px 0;
}.mzk_program_assets .ceh_image_show_item {
    min-height: 200px;
}.mzk_program_assets .VlT_text_inner {
    padding: 30px 20px;
}.mzk_program_assets h3 {
    font-size: calc(32px * 0.85);
    margin-bottom: 25px;
}.mzk_program_assets li {
    padding: 12px;
    margin-bottom: 12px;
}.mzk_program_assets li p {
    font-size: calc(18px * 0.9);
    gap: 10px;
}.mzk_program_assets svg {
    padding: 7px;
    height: 18px;
    width: 18px;
}}.Dur_pricing_option {
    padding: 120px 0;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}.Dur_pricing_option::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgb(192,165,194,0.5), rgba(0, 0, 0, 0.5) 70%);
}.Dur_pricing_option::after {
    right: 0;
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    background: linear-gradient(225deg, rgb(156,121,159,0.5) 10%, transparent 65%);
    height: 100%;
    width: 45%;
}.Dur_pricing_option .container {
    max-width: 1320px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.Dur_pricing_option .vPB_pricing_offers {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}.Dur_pricing_option h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    text-align: center;
    z-index: 2;
    font-size: 29px;
}.Dur_pricing_option h2::after {
    border-radius: 2px;
    width: 80px;
    transform: translateY(2px);
    height: 4px;
    content: "";
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    margin: 16px auto 0;
    background: rgb(192,165,194);
    display: block;
}.Dur_pricing_option .DiV_edu_rates {
    letter-spacing: 0.3px;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    line-height: 1.6;
    font-size: calc(17px + 2px);
    margin: 0 auto 50px;
    font-weight: 400;
    opacity: 0.9;
    max-width: 700px;
    text-align: center;
}.Dur_pricing_option .KPv_pro_fees {
    gap: 30px;
    position: relative;
    width: 100%;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    z-index: 2;
    margin: 0;
    display: grid;
}.Dur_pricing_option .KPv_pro_fees li {
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
}.Dur_pricing_option .KPv_pro_fees li:hover {
    transform: translateY(-8px);
}.Dur_pricing_option .ECe_learning_cost {
    display: flex;
    text-decoration: none;
    width: 100%;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1),
                0 5px 15px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}.Dur_pricing_option .ECe_learning_cost:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}.Dur_pricing_option .Jiz_price_view {
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    display: flex;
    box-sizing: border-box;
    flex-grow: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    z-index: 1;
    overflow: hidden;
}.Dur_pricing_option .Jiz_price_view::before {
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    background: linear-gradient(145deg, rgba(rgb(192,165,194), 0.03), rgba(rgb(156,121,159), 0.05));
    left: 0;
    width: 100%;
}.Dur_pricing_option .Jiz_price_view::after {
    content: "";
    position: absolute;
    top: 0;
    border-radius: 0 0 0 180px;
    z-index: -1;
    transform: translate(50%, -50%);
    background: linear-gradient(225deg, rgb(192,165,194,0.5) 10%, transparent 70%);
    right: 0;
    height: 180px;
    opacity: 0.1;
    transition: all 0.5s ease;
    width: 180px;
}.Dur_pricing_option .ECe_learning_cost:hover .Jiz_price_view::after {
    transform: translate(40%, -40%) scale(1.1);
    opacity: 0.2;
}.Dur_pricing_option .jsk_fee_chart {
    z-index: 2;
    display: flex;
    padding: 35px 25px;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
}.Dur_pricing_option .jsk_fee_chart::before {
    left: 0;
    height: 40%;
    z-index: -1;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgba(rgb(192,165,194), 0.03), transparent);
    bottom: 0;
    content: "";
}.Dur_pricing_option .jsk_fee_chart h4 {
    font-size: calc(19px + 2px);
    margin: 0 0 20px;
    color: #000000;
    font-weight: 600;
    display: inline-block;
    position: relative;
}.Dur_pricing_option .jsk_fee_chart h4::after {
    bottom: -8px;
    width: 40px;
    background: rgb(192,165,194);
    height: 3px;
    border-radius: 2px;
    left: 0;
    content: "";
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    position: absolute;
}.Dur_pricing_option .jsk_fee_chart p {
    hyphens: auto;
    font-size: 17px;
    color: #000000;
    margin: 0 0 30px;
    line-height: 1.6;
    overflow-wrap: break-word;
    flex-grow: 1;
    word-break: break-word;
}.Dur_pricing_option .Adu_learn_offers {
    backdrop-filter: blur(4px);
    display: inline-block;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.05),
        -6px -6px 12px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    padding: 10px 20px;
    align-self: flex-start;
    color: rgb(192,165,194);
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 700;
    position: relative;
    font-size: calc(19px + 6px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.4));
    margin-top: auto;
}.Dur_pricing_option .ECe_learning_cost:hover .Adu_learn_offers {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

@media (max-width: 1200px) {.Dur_pricing_option {
    padding: 100px 0;
}.Dur_pricing_option .KPv_pro_fees {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 25px;
}.Dur_pricing_option h2 {
    font-size: calc(29px - 2px);
}.Dur_pricing_option .DiV_edu_rates {
    font-size: 17px;
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.Dur_pricing_option {
    padding: 80px 0;
}.Dur_pricing_option .KPv_pro_fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}.Dur_pricing_option .jsk_fee_chart {
    padding: 30px 20px;
}.Dur_pricing_option .Adu_learn_offers {
    font-size: calc(19px + 2px);
    padding: 8px 16px;
}
}

@media (max-width: 768px) {.Dur_pricing_option {
    padding: 60px 0;
}.Dur_pricing_option .KPv_pro_fees {
    margin: 0 auto;
    max-width: 500px;
    grid-template-columns: 1fr;
}.Dur_pricing_option h2 {
    font-size: calc(29px - 4px);
}.Dur_pricing_option .jsk_fee_chart h4 {
    font-size: 19px;
}.Dur_pricing_option .jsk_fee_chart p {
    font-size: calc(17px - 1px);
}
}

@media (max-width: 576px) {.Dur_pricing_option {
    padding: 50px 0;
}.Dur_pricing_option h2 {
    font-size: calc(29px - 6px);
}.Dur_pricing_option .DiV_edu_rates {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.Dur_pricing_option .jsk_fee_chart {
    padding: 25px 18px;
}.Dur_pricing_option .Adu_learn_offers {
    font-size: 19px;
    padding: 6px 12px;
}}.Ayx_receive_updates {
    z-index: 1;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(192,165,194,0.5), rgb(156,121,159));
    overflow: hidden;
}.Ayx_receive_updates::before {
    height: 100%;
    position: absolute;
    background: repeating-linear-gradient(
        45deg,
        rgb(192,165,194,0.5) 0px,
        rgb(192,165,194,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    opacity: 0.1;
    width: 100%;
    content: "";
    animation: pulse 8s infinite alternate;
    left: 0;
    z-index: -1;
    top: 0;
}.Ayx_receive_updates::after {
    filter: blur(60px);
    content: "";
    background: rgb(156,121,159);
    border-radius: 50%;
    z-index: -1;
    height: 200px;
    opacity: 0.2;
    bottom: -50px;
    animation: float 15s infinite ease-in-out;
    position: absolute;
    right: -50px;
    width: 200px;
}.Ayx_receive_updates .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.Ayx_receive_updates .Igx_expert_guides {
    z-index: 2;
    display: flex;
    transform: perspective(1000px) rotateY(-2deg);
    flex-direction: column;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
    position: relative;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.95);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    align-items: center;
    justify-content: center;
}.Ayx_receive_updates .Igx_expert_guides:hover {
    transform: perspective(1000px) rotateY(0deg);
}.Ayx_receive_updates h4 {
    font-weight: 600;
    color: #000000;
    margin-bottom: 2rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: calc(23px * 1.1);
    text-align: center;
    line-height: 1.4;
    transform: translateZ(0);
}.Ayx_receive_updates h4::after {
    height: 3px;
    transform: translateX(-50%);
    content: "";
    transition: width 0.3s ease;
    left: 50%;
    bottom: -10px;
    position: absolute;
    width: 80px;
    background: linear-gradient(90deg, rgb(192,165,194), rgb(156,121,159));
}.Ayx_receive_updates .Igx_expert_guides:hover h4::after {
    width: 120px;
}.Ayx_receive_updates .input_holder {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
    margin-top: 1rem;
    max-width: 600px;
    display: flex;
}.Ayx_receive_updates .input_holder span {
    overflow: hidden;
    width: 100%;
    display: block;
    position: relative;
}.Ayx_receive_updates input[type="email"] {
    background: #ffffff;
    font-size: 12px;
    transition: all 0.3s ease;
    outline: none;
    width: 100%;
    padding: 1rem 1.5rem;
    color: #000000;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}.Ayx_receive_updates input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(192,165,194,0.5);
    border-color: rgb(192,165,194);
}.Ayx_receive_updates input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}.Ayx_receive_updates input[type="email"]:focus::placeholder {
    transform: translateX(5px);
    opacity: 0.7;
}.Ayx_receive_updates .Atc_updates_header {
    position: relative;
    transform: translateY(0);
    text-align: center;
    background: linear-gradient(135deg, rgb(192,165,194), rgb(156,121,159));
    overflow: hidden;
    width: 100%;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 1.5rem;
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
}.Ayx_receive_updates .Atc_updates_header::before {
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    position: absolute;
    height: 100%;
    left: -100%;
    content: "";
}.Ayx_receive_updates .Atc_updates_header:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.Ayx_receive_updates .Atc_updates_header:hover::before {
    left: 100%;
}.Ayx_receive_updates .Atc_updates_header:active {
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(-40px, -10px);
    }
    75% {
        transform: translate(-10px, -30px);
    }
}

@media screen and (min-width: 768px) {.Ayx_receive_updates {
    padding: 6rem 3rem;
}.Ayx_receive_updates .Igx_expert_guides {
    transform: perspective(1200px) rotateY(-3deg);
    padding: 3rem 4rem;
}.Ayx_receive_updates h4 {
    font-size: calc(23px * 1.2);
    margin-bottom: 2.5rem;
}.Ayx_receive_updates .input_holder {
    flex-direction: row;
    margin-top: 1.5rem;
}.Ayx_receive_updates input[type="email"] {
    border-radius: 0;
}.Ayx_receive_updates .Atc_updates_header {
    min-width: 180px;
    white-space: nowrap;
    width: auto;
}
}

@media screen and (min-width: 992px) {.Ayx_receive_updates {
    padding: 7rem 4rem;
}.Ayx_receive_updates::before {
    background-size: 15px 15px;
}.Ayx_receive_updates .Igx_expert_guides {
    padding: 3.5rem 5rem;
    transform: perspective(1500px) rotateY(-4deg);
}.Ayx_receive_updates h4 {
    font-size: calc(23px * 1.3);
}.Ayx_receive_updates .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.Ayx_receive_updates {
    padding: 4rem 1.5rem;
}.Ayx_receive_updates .Igx_expert_guides {
    padding: 2rem 1.5rem;
}.Ayx_receive_updates h4 {
    margin-bottom: 1.5rem;
    font-size: 23px;
}.Ayx_receive_updates input[type="email"],
    .Ayx_receive_updates .Atc_updates_header {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.Ayx_receive_updates::before,
    .Ayx_receive_updates::after,
    .Ayx_receive_updates .Igx_expert_guides,
    .Ayx_receive_updates h4::after,
    .Ayx_receive_updates input[type="email"]::placeholder,
    .Ayx_receive_updates .Atc_updates_header::before {
    transition: none;
    animation: none;
}.Ayx_receive_updates .Igx_expert_guides:hover,
    .Ayx_receive_updates .Igx_expert_guides:hover h4::after,
    .Ayx_receive_updates .Atc_updates_header:hover {
    transform: none;
}}.nQh_privacy_wrapper {
    padding: 50px;
    color: #000000;
    background-color: rgb(230,218,231);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
}.nQh_privacy_wrapper h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 38px;
    color: rgb(192,165,194);
}.nQh_privacy_wrapper h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: rgb(156,121,159);
    font-size: 33px;
}.nQh_privacy_wrapper h3, .nQh_privacy_wrapper h4, .nQh_privacy_wrapper h5, .nQh_privacy_wrapper h6 {
    margin: 1rem 0;
}.nQh_privacy_wrapper ul {
    list-style-type: none;
    padding: 0;
}.nQh_privacy_wrapper li {
    line-height: 1.6;
    margin-bottom: 10px;
    font-size: 15px;
}.nQh_privacy_wrapper p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.6;
}.nQh_privacy_wrapper div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.nQh_privacy_wrapper {
    padding: 30px;
}.nQh_privacy_wrapper h1 {
    font-size: calc(24px * 0.8);
}.nQh_privacy_wrapper h2 {
    font-size: calc(24px * 0.9);
}}header .efA_head_mainbar {
    position: relative;
    overflow: hidden;
    background: rgb(230,218,231);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 100;
}header .efA_head_mainbar::before {
    opacity: 0.2;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(192,165,194,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(156,121,159,0.5) 0%, transparent 30%);
}header .efA_head_mainbar::after {
    z-index: -1;
    top: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    content: "";
    width: 40%;
    position: absolute;
    background: linear-gradient(135deg, transparent 25%, rgb(192,165,194,0.5) 100%);
    right: 0;
    height: 100%;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .iZV_site_navbar {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 3rem;
    display: grid;
}header .ZJf_top_primary {
    z-index: 2;
    position: relative;
}header .fNw_top_main {
    position: relative;
    z-index: 2;
    display: block;
}header .fNw_top_main::before,
header .fNw_top_main::after {
    background: rgb(192,165,194,0.5);
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 50%;
}header .fNw_top_main::before {
    left: -15px;
    width: 50px;
    height: 50px;
    top: -15px;
}header .fNw_top_main::after {
    right: -10px;
    bottom: -5px;
    background: rgb(156,121,159,0.5);
    width: 25px;
    height: 25px;
}header .fNw_top_main:hover::before,
header .fNw_top_main:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}header .fNw_top_main svg {
    width: auto;
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}header .fNw_top_main:hover svg {
    transform: rotate(-5deg);
}header .rHQ_head_pro {
    display: flex;
    background: linear-gradient(to right, transparent, #ffffff);
    padding: 10px 20px;
    position: relative;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    border-radius: 0 23px 23px 0;
    margin: 0;
    justify-content: flex-end;
    list-style: none;
    flex-wrap: wrap;
}header .rHQ_head_pro::after {
    content: "";
    top: 0;
    animation: moveStripes 20s linear infinite;
    background-image: 
        linear-gradient(45deg, rgb(192,165,194,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(192,165,194,0.5) 50%, rgb(192,165,194,0.5) 75%, transparent 75%, transparent);
    position: absolute;
    background-size: 10px 10px;
    z-index: -1;
    left: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
}header .ngV_site_core {
    perspective: 800px;
    position: relative;
    margin: 5px 8px;
}header .ngV_site_core::before {
    content: "";
    height: 0;
    transform: translateY(-50%) scale(0);
    width: 0;
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
    border-top: 5px solid transparent;
    left: -10px;
    border-left: 5px solid rgb(192,165,194);
    top: 50%;
    border-bottom: 5px solid transparent;
}header .ngV_site_core:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: -15px;
}header .ngV_site_core a {
    border: 1px solid transparent;
    transition: all 0.3s ease;
    font-weight: 600;
    display: block;
    position: relative;
    text-decoration: none;
    border-radius: 10px;
    transform-style: preserve-3d;
    overflow: hidden;
    background: transparent;
    padding: 10px 18px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
}header .ngV_site_core a::before {
    left: 0;
    z-index: -1;
    content: "";
    top: 0;
    background: #ffffff;
    transform: translateZ(-1px);
    position: absolute;
    width: 100%;
    height: 100%;
}header .ngV_site_core a::after {
    left: 50%;
    width: 0;
    height: 2px;
    background: rgb(192,165,194);
    content: "";
    transform: translateX(-50%);
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
}header .ngV_site_core a:hover {
    border-color: rgb(192,165,194,0.5);
    color: rgb(192,165,194);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .ngV_site_core a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .iZV_site_navbar {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .rHQ_head_pro {
    justify-content: center;
    width: 100%;
    clip-path: none;
    border-radius: 23px;
    background: #ffffff;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .ngV_site_core {
    margin: 3px 5px;
}header .ngV_site_core a {
    font-size: calc(18px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .rHQ_head_pro {
    flex-direction: column;
    padding: 15px;
    align-items: center;
}header .ngV_site_core {
    width: 100%;
    margin: 3px 0;
}header .ngV_site_core a {
    width: 100%;
    text-align: center;
}header .ngV_site_core::before {
    display: none;
}header .fNw_top_main svg {
    height: 40px;
}}.TQn_reach_out {
    position: relative;
    overflow: hidden;
    padding: 80px 0;
    background: linear-gradient(135deg, rgb(230,218,231) 0%, rgb(192,165,194,0.5) 100%);
}.TQn_reach_out::before {
    content: '';
    background: 
        radial-gradient(circle at 20% 30%, rgb(156,121,159,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(192,165,194,0.5) 0%, transparent 40%);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    left: 0;
    height: 100%;
    animation: pulse 15s infinite alternate;
}.TQn_reach_out::after {
    left: 0;
    width: 100%;
    top: 0;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    background-size: 200px 200px;
    position: absolute;
    opacity: 0.05;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, rgb(192,165,194,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(192,165,194,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(192,165,194,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(192,165,194,0.5) 75%);
    height: 100%;
    content: '';
}.TQn_reach_out .ceh_image_show_item {
    width: 100%;
    left: 0;
    opacity: 0.2;
    z-index: 2;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
    height: 100%;
    top: 0;
}.TQn_reach_out .container {
    z-index: 3;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.TQn_reach_out h3 {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 30px;
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 700;
}.TQn_reach_out h3::after {
    border-radius: 10px;
    width: 80px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: '';
    background: rgb(192,165,194);
    bottom: -10px;
}.TQn_reach_out .Ten_inquiry_links {
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}.TQn_reach_out .Ten_inquiry_links::before {
    content: '';
    border-radius: calc(12px + 5px);
    bottom: -5px;
    top: -5px;
    animation: border-glow 5s infinite linear;
    position: absolute;
    right: -5px;
    left: -5px;
    background: linear-gradient(45deg, rgb(156,121,159), rgb(192,165,194), rgb(156,121,159));
    z-index: -1;
}.TQn_reach_out .kqx_help_inquiry {
    flex: 1 1 60%;
    overflow: hidden;
    padding: 40px;
    position: relative;
}.TQn_reach_out .kqx_help_inquiry::before {
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    opacity: 0.3;
    width: 100%;
    height: 100%;
    top: 0;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    z-index: 0;
    content: '';
    position: absolute;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    left: 0;
}.TQn_reach_out .kqx_help_inquiry #contact {
    z-index: 1;
    position: relative;
}.TQn_reach_out .kqx_help_inquiry h3 {
    margin-bottom: 30px;
    text-align: left;
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}.TQn_reach_out .kqx_help_inquiry h3::after {
    width: 60px;
    left: 0;
    transform: none;
}.TQn_reach_out .kqx_help_inquiry input[type="text"],
.TQn_reach_out .kqx_help_inquiry textarea {
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    margin-bottom: 20px;
    width: 100%;
    padding: 15px 20px;
    color: #000000;
    font-size: 15px;
    background-color: rgba(0, 0, 0, 0.02);
    transition: all 0.3s ease;
}.TQn_reach_out .kqx_help_inquiry input[type="text"]:focus,
.TQn_reach_out .kqx_help_inquiry textarea:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgb(192,165,194,0.5);
    border-color: rgb(192,165,194);
}.TQn_reach_out .kqx_help_inquiry textarea {
    height: 120px;
    resize: vertical;
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support label {
    line-height: 1.5;
    color: #000000;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: calc(15px - 2px);
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support label::before {
    height: 22px;
    left: 0;
    top: 2px;
    transition: all 0.3s ease;
    content: '';
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 22px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support input[type="checkbox"]:checked + label::before {
    border-color: rgb(192,165,194);
    background-color: rgb(192,165,194);
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support input[type="checkbox"]:checked + label::after {
    height: 4px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    left: 7px;
    transform: rotate(-45deg);
    content: '';
    width: 8px;
    top: 9px;
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support a {
    color: rgb(192,165,194);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support a:hover {
    color: rgb(156,121,159);
    text-decoration: underline;
}.TQn_reach_out .kqx_help_inquiry .PFy_support_panel {
    transition: all 0.3s ease;
    background: linear-gradient(135deg, rgb(192,165,194) 0%, rgb(156,121,159) 100%);
    display: inline-block;
    letter-spacing: 1px;
    border: none;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    padding: 15px 30px;
    font-size: 17px;
    text-transform: uppercase;
    border-radius: 12px;
    color: #ffffff;
}.TQn_reach_out .kqx_help_inquiry .PFy_support_panel::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    width: 100%;
    transition: all 0.5s ease;
    left: -100%;
}.TQn_reach_out .kqx_help_inquiry .PFy_support_panel:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}.TQn_reach_out .kqx_help_inquiry .PFy_support_panel:hover::before {
    left: 100%;
}.TQn_reach_out .aKP_request_widget {
    position: relative;
    background: linear-gradient(135deg, rgb(156,121,159) 0%, rgb(192,165,194) 100%);
    padding: 40px;
    flex: 1 1 40%;
    overflow: hidden;
}.TQn_reach_out .aKP_request_widget::before {
    opacity: 0.6;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}.TQn_reach_out .aKP_request_widget h4 {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    color: #ffffff;
    margin-bottom: 30px;
}.TQn_reach_out .aKP_request_widget h4::after {
    background: #ffffff;
    left: 0;
    height: 3px;
    width: 60px;
    position: absolute;
    bottom: -10px;
    content: '';
    border-radius: 10px;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support {
    list-style: none;
    margin: 0;
    padding: 0;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li {
    z-index: 1;
    margin-bottom: 25px;
    display: flex;
    position: relative;
    align-items: flex-start;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li span {
    line-height: 1.5;
    font-size: 15px;
    color: #ffffff;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.TQn_reach_out {
    padding: 60px 0;
}.TQn_reach_out .container {
    padding: 0 15px;
}.TQn_reach_out .Ten_inquiry_links {
    flex-direction: column;
}.TQn_reach_out .kqx_help_inquiry,
    .TQn_reach_out .aKP_request_widget {
    flex: 1 1 100%;
}.TQn_reach_out .kqx_help_inquiry {
    padding: 30px;
}.TQn_reach_out .aKP_request_widget {
    padding: 30px;
}
}

@media (max-width: 768px) {.TQn_reach_out {
    padding: 40px 0;
}.TQn_reach_out h3 {
    margin-bottom: 30px;
    font-size: calc(30px - 4px);
}.TQn_reach_out .kqx_help_inquiry h3,
    .TQn_reach_out .aKP_request_widget h4 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}.TQn_reach_out .kqx_help_inquiry input[type="text"],
    .TQn_reach_out .kqx_help_inquiry textarea {
    margin-bottom: 15px;
    padding: 12px 15px;
}.TQn_reach_out .kqx_help_inquiry textarea {
    height: 100px;
}.TQn_reach_out .kqx_help_inquiry .PFy_support_panel {
    font-size: calc(17px - 1px);
    padding: 12px 25px;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li {
    margin-bottom: 20px;
}.TQn_reach_out .aKP_request_widget .hbo_feedback_support li svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}
}

@media (max-width: 576px) {.TQn_reach_out {
    padding: 30px 0;
}.TQn_reach_out .kqx_help_inquiry,
    .TQn_reach_out .aKP_request_widget {
    padding: 20px;
}.TQn_reach_out h3 {
    font-size: calc(30px - 6px);
}.TQn_reach_out .kqx_help_inquiry .Fgs_support_support label {
    font-size: calc(15px - 3px);
}}.nUz_thanksFocus {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,165,194,0.5) 0%, rgb(230,218,231) 100%);
}.nUz_thanksFocus::before {
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 50px, rgb(156,121,159,0.5) 50px, rgb(156,121,159,0.5) 52px);
    top: 0;
    content: "";
    opacity: 0.1;
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
}.nUz_thanksFocus::after {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    background: rgb(192,165,194);
    right: -20px;
    bottom: -20px;
    position: absolute;
    transform: rotate(15deg);
    width: 250px;
    content: "";
    z-index: 0;
    height: 250px;
    opacity: 0.08;
}.nUz_thanksFocus .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.nUz_thanksFocus .Igx_expert_guides {
    gap: 40px;
    display: grid;
    transform: translateX(0);
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    grid-template-columns: 1fr;
}.nUz_thanksFocus .Igx_expert_guides:hover {
    transform: translateX(10px);
}.nUz_thanksFocus .Igx_expert_guides > div:first-child {
    padding-left: 30px;
    border-left: 4px solid rgb(192,165,194);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.nUz_thanksFocus .Igx_expert_guides > div:first-child::before {
    position: absolute;
    content: "";
    left: -14px;
    height: 24px;
    background: #ffffff;
    width: 24px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.4s ease;
    top: 50%;
    border: 3px solid rgb(192,165,194);
}.nUz_thanksFocus .Igx_expert_guides:hover > div:first-child::before {
    transform: translateY(-50%) rotate(225deg);
}.nUz_thanksFocus h5 {
    position: relative;
    margin: 0;
    font-size: 24px;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
}.nUz_thanksFocus .Igx_expert_guides > div:last-child {
    background: #ffffff;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    position: relative;
    padding: 35px 40px;
    overflow: hidden;
}.nUz_thanksFocus .Igx_expert_guides > div:last-child::before {
    background: linear-gradient(to bottom, rgb(192,165,194), rgb(156,121,159));
    top: 0;
    width: 6px;
    position: absolute;
    content: "";
    transition: width 0.4s ease;
    height: 100%;
    left: 0;
}.nUz_thanksFocus .Igx_expert_guides > div:last-child:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.nUz_thanksFocus .Igx_expert_guides > div:last-child:hover::before {
    width: 10px;
}.nUz_thanksFocus .Igx_expert_guides > div:last-child::after {
    right: -30px;
    width: 90px;
    border-radius: 50%;
    z-index: 0;
    height: 90px;
    content: "";
    position: absolute;
    opacity: 0.15;
    top: -30px;
    background: rgb(156,121,159,0.5);
}.nUz_thanksFocus a {
    z-index: 1;
    transition: transform 0.3s ease;
    text-decoration: none;
    position: relative;
    display: block;
}.nUz_thanksFocus a:hover {
    transform: translateX(5px);
}.nUz_thanksFocus p {
    position: relative;
    color: #000000;
    font-size: 15px;
    line-height: 1.8;
    z-index: 2;
    margin: 0;
}

@media (min-width: 768px) {.nUz_thanksFocus {
    padding: 150px 0;
}.nUz_thanksFocus .Igx_expert_guides {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1.5fr;
}.nUz_thanksFocus .Igx_expert_guides > div:first-child {
    padding-left: 50px;
}.nUz_thanksFocus h5 {
    max-width: 90%;
    font-size: calc(24px * 1.2);
}
}

@media (min-width: 992px) {.nUz_thanksFocus {
    padding: 180px 0;
}.nUz_thanksFocus .Igx_expert_guides {
    grid-template-columns: 1fr 1.2fr;
    gap: 80px;
}.nUz_thanksFocus .Igx_expert_guides > div:first-child {
    transform: translateX(-30px);
}.nUz_thanksFocus .Igx_expert_guides:hover > div:first-child {
    transform: translateX(-20px);
}.nUz_thanksFocus .Igx_expert_guides > div:last-child {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 50px 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), clip-path 0.6s ease, box-shadow 0.6s ease;
}.nUz_thanksFocus .Igx_expert_guides > div:last-child:hover {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
}

@media (max-width: 767px) {.nUz_thanksFocus {
    padding: 80px 0;
}.nUz_thanksFocus::after {
    height: 150px;
    width: 150px;
}.nUz_thanksFocus .Igx_expert_guides > div:first-child {
    padding-left: 20px;
}.nUz_thanksFocus .Igx_expert_guides > div:last-child {
    padding: 25px 30px;
}.nUz_thanksFocus h5 {
    font-size: calc(24px * 0.9);
}.nUz_thanksFocus p {
    font-size: calc(15px * 0.95);
}}.AFO_instructor_history {
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    background: rgb(230,218,231);
}.AFO_instructor_history::before {
    height: 100%;
    content: "";
    z-index: 1;
    background: linear-gradient(120deg, transparent 30%, rgb(192,165,194,0.5) 100%);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}.AFO_instructor_history::after {
    width: 40%;
    z-index: 1;
    content: "";
    opacity: 0.5;
    height: 70%;
    bottom: 0;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    right: 0;
    background: rgb(156,121,159,0.5);
    position: absolute;
}.AFO_instructor_history .yAe_client_testimonials {
    gap: 3rem;
    margin: 0 auto;
    display: grid;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    grid-template-columns: 1fr 1.5fr;
}.AFO_instructor_history .ceh_image_show_item {
    overflow: hidden;
    filter: grayscale(100%);
    width: 100%;
    position: relative;
    border-radius: 0;
    aspect-ratio: 3/4;
    transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.AFO_instructor_history .ceh_image_show_item::before {
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(180deg, 
        transparent 0%, 
        transparent 70%, 
        rgb(192,165,194,0.5) 100%);
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
}.AFO_instructor_history .ceh_image_show_item:hover {
    transform: scale(1.03);
    filter: grayscale(0%);
}.AFO_instructor_history .HCR_employee_details {
    justify-content: center;
    padding: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.AFO_instructor_history .HCR_employee_details::before {
    height: 0;
    top: 0;
    content: "";
    transition: height 0.8s ease-out;
    width: 2px;
    left: 0;
    position: absolute;
    background: rgb(192,165,194);
}.AFO_instructor_history .yAe_client_testimonials:hover .HCR_employee_details::before {
    height: 100%;
}.AFO_instructor_history .name {
    overflow: hidden;
    margin-bottom: 0.5rem;
    font-size: 45px;
    color: #000000;
    position: relative;
    font-weight: 700;
}.AFO_instructor_history .name::after {
    bottom: 0;
    content: "";
    height: 1px;
    background: rgb(156,121,159);
    width: 100%;
    transform: translateX(-101%);
    position: absolute;
    transition: transform 0.6s ease-out 0.2s;
    left: 0;
}.AFO_instructor_history .yAe_client_testimonials:hover .name::after {
    transform: translateX(0);
}.AFO_instructor_history .HCR_employee_details > div:nth-child(2) {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: 3px;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.4s;
    color: rgb(156,121,159);
    margin-bottom: 2.5rem;
    opacity: 0;
    text-transform: uppercase;
}.AFO_instructor_history .yAe_client_testimonials:hover .HCR_employee_details > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}.AFO_instructor_history .MWZ_job_timeline {
    opacity: 0;
    position: relative;
    transform: translateY(20px);
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    line-height: 1.8;
    transition: all 0.5s ease-out 0.6s;
    padding: 0 0 0 20px;
}.AFO_instructor_history .yAe_client_testimonials:hover .MWZ_job_timeline {
    opacity: 1;
    transform: translateY(0);
}.AFO_instructor_history .MWZ_job_timeline::first-letter {
    color: rgb(192,165,194);
    font-weight: 700;
    font-size: 1.5em;
}@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

@keyframes blink {
    50% { border-color: transparent }
}

.AFO_instructor_history:hover .name {
    white-space: nowrap;
    overflow: hidden;
    animation: 
        typing 2.5s steps(40, end),
        blink .75s step-end infinite;
}

@media (max-width: 992px) {.AFO_instructor_history .yAe_client_testimonials {
    gap: 2rem;
    grid-template-columns: 1fr;
}.AFO_instructor_history .ceh_image_show_item {
    max-height: 300px;
    aspect-ratio: 16/9;
}.AFO_instructor_history .HCR_employee_details {
    padding: 1rem 0;
}.AFO_instructor_history .HCR_employee_details::before {
    width: 0;
    transition: width 0.8s ease-out;
    height: 2px;
}.AFO_instructor_history .yAe_client_testimonials:hover .HCR_employee_details::before {
    width: 100%;
    height: 2px;
}}.SVI_company_overview {
    z-index: 1;
    padding: 140px 0;
    overflow: hidden;
    background: rgb(230,218,231);
    position: relative;
}.SVI_company_overview::before {
    height: 100%;
    position: absolute;
    filter: blur(20px);
    background: 
        linear-gradient(217deg, rgb(192,165,194,0.5), transparent 70%),
        linear-gradient(127deg, rgb(156,121,159,0.5), transparent 70%),
        linear-gradient(336deg, rgb(192,165,194,0.5), transparent 70%);
    opacity: 0.15;
    width: 100%;
    left: 0;
    top: 0;
    transform-origin: center center;
    content: "";
    z-index: -1;
    animation: gradientFlow 15s ease infinite;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
    50% {
        background-position: 100% 100%;
        filter: blur(15px) brightness(1.1);
    }
    100% {
        background-position: 0% 0%;
        filter: blur(20px) brightness(1);
    }
}

.SVI_company_overview::after {
    animation: pulsateBackground 20s ease-in-out infinite alternate;
    z-index: -2;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0.2;
    left: 0;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(192,165,194,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(156,121,159,0.5) 0%, transparent 50%);
}@keyframes pulsateBackground {
    0% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
    50% {
        opacity: 0.2;
        background-size: 120% 120%;
    }
    100% {
        opacity: 0.1;
        background-size: 100% 100%;
    }
}

.SVI_company_overview .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.SVI_company_overview .container::before {
    width: 200px;
    animation: float 15s ease-in-out infinite alternate;
    top: -100px;
    height: 200px;
    position: absolute;
    opacity: 0.1;
    content: "";
    background: rgb(192,165,194,0.5);
    right: -100px;
    filter: blur(80px);
    border-radius: 50%;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-30px, 20px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.SVI_company_overview .Igx_expert_guides {
    position: relative;
    gap: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.SVI_company_overview .Igx_expert_guides::before {
    left: 30%;
    opacity: 0.4;
    content: "";
    bottom: -30px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(192,165,194), transparent);
    height: 1px;
    width: 40%;
    animation: scanline 4s ease-in-out infinite;
}@keyframes scanline {
    0% {
        opacity: 0;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.4;
        transform: scaleX(1);
    }
    100% {
        opacity: 0;
        transform: scaleX(0.5);
    }
}

.SVI_company_overview .YuJ_team_profile {
    display: flex;
    align-items: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex: 0 0 40%;
    transform-style: preserve-3d;
    padding: 50px 35px;
    border-radius: 29px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.02);
    flex-direction: column;
    perspective: 1000px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(15px);
}.SVI_company_overview .YuJ_team_profile:hover {
    box-shadow: 0 35px 60px rgba(0, 0, 0, 0.12), 0 0 30px rgb(192,165,194,0.5);
    border-color: rgb(192,165,194,0.5);
    transform: translateY(-15px) rotateX(5deg);
}.SVI_company_overview .YuJ_team_profile::before {
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgb(192,165,194,0.5) 100%);
    inset: 0;
    opacity: 0.07;
    transition: opacity 0.4s ease;
    content: "";
    border-radius: 29px;
    z-index: -1;
}.SVI_company_overview .YuJ_team_profile:hover::before {
    opacity: 0.12;
}.SVI_company_overview .YuJ_team_profile::after {
    z-index: -2;
    opacity: 0;
    border-radius: calc(29px + 1px);
    content: "";
    transition: opacity 0.4s ease;
    position: absolute;
    animation: borderGlow 4s linear infinite;
    background: linear-gradient(90deg, transparent, rgb(192,165,194,0.5), transparent);
    inset: -1px;
}@keyframes borderGlow {
    0% {
        opacity: 0;
        background-position: 0% 50%;
    }
    50% {
        opacity: 0.5;
        background-position: 100% 50%;
    }
    100% {
        opacity: 0;
        background-position: 0% 50%;
    }
}

.SVI_company_overview .YuJ_team_profile:hover::after {
    opacity: 1;
}.SVI_company_overview .ceh_image_show_item {
    height: 220px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    width: 220px;
    transition: all 0.5s ease;
    position: relative;
    border-radius: 50%;
    margin-bottom: 30px;
    z-index: 2;
    border: 5px solid rgba(255, 255, 255, 0.8);
}.SVI_company_overview .ceh_image_show_item::before {
    -webkit-mask: linear-gradient(rgb(156,121,159,0.5)) content-box, linear-gradient(rgb(192,165,194,0.5));
    animation: rotate 8s linear infinite;
    content: "";
    -webkit-mask-composite: xor;
    inset: -3px;
    border-radius: 50%;
    background: conic-gradient(rgb(192,165,194), rgb(156,121,159), rgb(192,165,194));
    padding: 3px;
    opacity: 0.2;
    mask-composite: exclude;
    position: absolute;
}.SVI_company_overview .ceh_image_show_item::after {
    border-radius: 50%;
    animation: rotateReverse 20s linear infinite;
    content: "";
    opacity: 0.2;
    border: 1px dashed rgb(192,165,194,0.5);
    position: absolute;
    inset: -10px;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotateReverse {
    0% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.SVI_company_overview .kEq_story_info {
    padding-top: 15px;
    position: relative;
    width: 100%;
    text-align: center;
}.SVI_company_overview .kEq_story_info::before {
    height: 2px;
    width: 70px;
    top: 0;
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(192,165,194), transparent);
    opacity: 0.8;
    position: absolute;
    transform: translateX(-50%);
    content: "";
}.SVI_company_overview .OVp_class_sessions {
    position: relative;
    color: #000000;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    display: inline-block;
    font-size: calc(18px * 1.15);
    font-weight: 700;
}.SVI_company_overview .OVp_class_sessions::after {
    width: 0;
    height: 2px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    bottom: -4px;
    position: absolute;
    transition: width 0.4s ease;
    background: rgb(192,165,194);
}.SVI_company_overview .YuJ_team_profile:hover .OVp_class_sessions::after {
    width: 80%;
}.SVI_company_overview .cZt_timeline_hist {
    margin-bottom: 0;
    font-size: calc(14px * 1.05);
    font-weight: 600;
    opacity: 0.9;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    color: rgb(192,165,194);
}.SVI_company_overview .YuJ_team_profile:hover .cZt_timeline_hist {
    transform: translateY(2px);
    opacity: 1;
    color: rgb(156,121,159);
}.SVI_company_overview .VlT_text_inner {
    padding: 50px 45px;
    border: 1px solid rgba(255, 255, 255, 0.03);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    border-radius: 29px;
    overflow: hidden;
    flex: 0 0 55%;
    background: rgba(255, 255, 255, 0.01);
    position: relative;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.SVI_company_overview .VlT_text_inner:hover {
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08), 0 0 30px rgb(156,121,159,0.5);
    transform: translateY(-10px);
    border-color: rgb(156,121,159,0.5);
}.SVI_company_overview .VlT_text_inner::before,
.SVI_company_overview .VlT_text_inner::after {
    width: 500px;
    filter: blur(60px);
    transition: all 0.8s ease;
    animation: blobAnimation 25s infinite alternate;
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.03;
    height: 500px;
    border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
    background: rgb(192,165,194,0.5);
}@keyframes blobAnimation {
    0% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(0deg) scale(1);
    }
    33% {
        border-radius: 60% 40% 55% 45% / 45% 65% 35% 55%;
        transform: translate(-20px, 10px) rotate(60deg) scale(1.05);
    }
    66% {
        border-radius: 50% 50% 35% 65% / 50% 50% 65% 35%;
        transform: translate(20px, -10px) rotate(120deg) scale(0.95);
    }
    100% {
        border-radius: 45% 55% 50% 50% / 55% 45% 55% 45%;
        transform: translate(0, 0) rotate(180deg) scale(1);
    }
}

.SVI_company_overview .VlT_text_inner::before {
    top: -250px;
    right: -250px;
}.SVI_company_overview .VlT_text_inner::after {
    left: -250px;
    background: rgb(156,121,159,0.5);
    bottom: -250px;
    animation-delay: -15s;
}.SVI_company_overview .VlT_text_inner:hover::before,
.SVI_company_overview .VlT_text_inner:hover::after {
    opacity: 0.08;
    filter: blur(40px);
}.SVI_company_overview .VPK_mentor_network {
    gap: 16px;
    position: relative;
    display: flex;
    transition: all 0.3s ease;
    font-weight: 600;
    color: rgb(192,165,194);
    align-items: center;
    font-size: calc(20px * 1.2);
    margin-bottom: 25px;
}.SVI_company_overview .VPK_mentor_network::after {
    background: linear-gradient(90deg, rgb(192,165,194), transparent);
    height: 1px;
    bottom: -8px;
    content: "";
    transition: width 0.4s ease;
    left: 0;
    position: absolute;
    width: 0;
}.SVI_company_overview .VlT_text_inner:hover .VPK_mentor_network::after {
    width: 50%;
}.SVI_company_overview .VPK_mentor_network svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    fill: rgb(192,165,194);
    height: 48px;
    transition: all 0.4s ease;
    width: 48px;
}.SVI_company_overview .VPK_mentor_network svg path {
    transition: fill 0.4s ease;
}.SVI_company_overview .VlT_text_inner h2 {
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: calc(35px * 1.1);
    margin-bottom: 30px;
    transition: all 0.4s ease;
    color: #000000;
}.SVI_company_overview .VlT_text_inner h2::after {
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgb(192,165,194), rgb(156,121,159,0.5), transparent);
    border-radius: 10px;
    height: 3px;
    content: "";
    position: absolute;
    transition: width 0.5s ease;
    width: 100px;
}.SVI_company_overview .VlT_text_inner p {
    font-size: calc(14px * 1.05);
    line-height: 1.9;
    color: #000000;
    transition: all 0.4s ease;
    margin-bottom: 0;
    position: relative;
}.SVI_company_overview .VlT_text_inner::before,
.SVI_company_overview .VlT_text_inner::after,
.SVI_company_overview .YuJ_team_profile::before,
.SVI_company_overview .YuJ_team_profile::after,
.SVI_company_overview .ceh_image_show_item::before,
.SVI_company_overview .ceh_image_show_item::after {
    pointer-events: none;
}.SVI_company_overview .Igx_expert_guides::after {
    position: absolute;
    z-index: -1;
    width: 100%;
    background-image: 
        radial-gradient(rgb(192,165,194,0.5) 1px, transparent 1px),
        radial-gradient(rgb(156,121,159,0.5) 1px, transparent 1px);
    left: 0;
    background-position: 0 0, 20px 20px;
    height: 100%;
    opacity: 0.03;
    top: 0;
    content: "";
    pointer-events: none;
    background-size: 40px 40px;
}

@media (max-width: 1199px) {.SVI_company_overview {
    padding: 120px 0;
}.SVI_company_overview .Igx_expert_guides {
    gap: 50px;
}.SVI_company_overview .VlT_text_inner {
    padding: 40px 35px;
}.SVI_company_overview .YuJ_team_profile {
    padding: 40px 30px;
}
}

@media (max-width: 991px) {.SVI_company_overview {
    padding: 100px 0;
}.SVI_company_overview .Igx_expert_guides {
    flex-direction: column;
    gap: 50px;
}.SVI_company_overview .YuJ_team_profile,
    .SVI_company_overview .VlT_text_inner {
    flex: 0 0 100%;
    width: 100%;
}.SVI_company_overview .VlT_text_inner {
    padding: 40px 30px;
}.SVI_company_overview .YuJ_team_profile {
    max-width: 500px;
    margin: 0 auto;
}.SVI_company_overview .Igx_expert_guides::before {
    left: 20%;
    width: 60%;
}.SVI_company_overview .VlT_text_inner h2 {
    font-size: 35px;
}
}

@media (max-width: 767px) {.SVI_company_overview {
    padding: 80px 0;
}.SVI_company_overview .ceh_image_show_item {
    height: 180px;
    width: 180px;
}.SVI_company_overview .YuJ_team_profile {
    padding: 35px 25px;
}.SVI_company_overview .VlT_text_inner {
    padding: 35px 25px;
}.SVI_company_overview .VlT_text_inner h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 25px;
    padding-bottom: 15px;
}.SVI_company_overview .OVp_class_sessions {
    font-size: 18px;
}.SVI_company_overview .cZt_timeline_hist {
    font-size: 14px;
}.SVI_company_overview .VPK_mentor_network {
    font-size: 20px;
}.SVI_company_overview .VPK_mentor_network svg {
    width: 40px;
    height: 40px;
}
}

@media (max-width: 575px) {.SVI_company_overview {
    padding: 60px 0;
}.SVI_company_overview .ceh_image_show_item {
    margin-bottom: 20px;
    height: 150px;
    width: 150px;
}.SVI_company_overview .YuJ_team_profile {
    padding: 30px 20px;
}.SVI_company_overview .VlT_text_inner {
    padding: 30px 20px;
}.SVI_company_overview .VPK_mentor_network {
    font-size: calc(20px * 0.95);
}.SVI_company_overview .VPK_mentor_network svg {
    width: 35px;
    height: 35px;
}.SVI_company_overview .VlT_text_inner h2 {
    margin-bottom: 20px;
    font-size: calc(35px * 0.8);
}.SVI_company_overview .VlT_text_inner p {
    font-size: 14px;
    line-height: 1.8;
}.SVI_company_overview .OVp_class_sessions {
    font-size: calc(18px * 0.95);
}.SVI_company_overview .cZt_timeline_hist {
    font-size: calc(14px * 0.95);
}.SVI_company_overview .Igx_expert_guides::before {
    width: 80%;
    left: 10%;
}}footer {
    width: 100%;
    position: relative;
}.mXA_glossary {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgb(230,218,231);
    padding: 100px 0 30px;
}.mXA_glossary::before {
    left: 0;
    background-color: rgb(192,165,194,0.5);
    top: 0;
    width: 100%;
    position: absolute;
    height: 120px;
    content: "";
    background-size: 100px 100px;
    background: 
        linear-gradient(135deg, rgb(230,218,231) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(230,218,231) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(230,218,231) 25%, transparent 25%),
        linear-gradient(45deg, rgb(230,218,231) 25%, transparent 25%);
}footer .Bax_grant_cta {
    position: relative;
    margin-top: -70px;
    z-index: 1;
}footer .yUf_contact_map {
    position: relative;
    padding: 25px;
    transform: translateY(-30px);
    flex-wrap: wrap;
    justify-content: space-between;
    z-index: 2;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    margin-bottom: 60px;
    border-radius: 14px;
    background-color: #ffffff;
}footer .info_item {
    flex: 1 1 200px;
    margin: 10px;
    position: relative;
    transition: all 0.3s ease;
    padding: 10px 15px;
    background-color: rgb(230,218,231);
    border-radius: 10px;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item::before {
    background-color: rgb(192,165,194);
    width: 3px;
    transition: opacity 0.3s ease;
    border-radius: 3px 0 0 3px;
    height: 100%;
    opacity: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    fill: rgb(192,165,194);
    vertical-align: middle;
    height: 20px;
    margin-right: 10px;
    width: 20px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    transition: color 0.3s ease;
}footer .info_item a:hover {
    color: rgb(192,165,194);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    gap: 30px;
    position: relative;
}footer .text_main_holder::before {
    position: absolute;
    height: calc(100% + 80px);
    content: "";
    background-color: #ffffff;
    width: 100%;
    top: -40px;
    left: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    z-index: -1;
}footer .ZJf_top_primary {
    padding: 0 30px;
    position: relative;
}footer .ZJf_top_primary::after {
    right: 30px;
    content: "";
    bottom: -15px;
    position: absolute;
    left: 30px;
    background: linear-gradient(90deg, rgb(192,165,194), transparent);
    height: 1px;
}footer .ZJf_top_primary svg {
    width: auto;
    height: 45px;
    margin-bottom: 15px;
}footer .ITS_review_block {
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    max-width: 330px;
}footer .rHQ_head_pro {
    border-radius: 14px;
    margin-top: -10px;
    padding: 30px;
    margin-right: 20px;
    background-color: rgb(230,218,231);
    margin-left: 20px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 1;
}footer .rHQ_head_pro h5 {
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    font-weight: 600;
    font-size: 20px;
}footer .rHQ_head_pro h5::after {
    width: 50px;
    bottom: -7px;
    content: "";
    background-color: rgb(192,165,194);
    position: absolute;
    height: 2px;
    left: 0;
}footer .swV_page_top {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
}footer .swV_page_top a {
    display: inline-block;
    position: relative;
    color: #000000;
    font-size: 14px;
    transition: all 0.3s ease;
    padding: 8px 0;
    text-decoration: none;
}footer .swV_page_top a::after {
    background-color: rgb(192,165,194);
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    bottom: 5px;
    height: 2px;
    content: "";
    left: 0;
}footer .swV_page_top a:hover {
    transform: translateX(5px);
    color: rgb(192,165,194);
}footer .swV_page_top a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    background-color: rgb(192,165,194);
    margin-right: 40px;
    margin-top: -10px;
    border-radius: 14px;
    padding: 30px;
    margin-left: 40px;
    z-index: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
}footer .subscribe_holder::before {
    width: 30px;
    right: 30px;
    z-index: -1;
    height: 30px;
    top: -15px;
    transform: rotate(45deg);
    content: "";
    background-color: rgb(192,165,194);
    position: absolute;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    font-size: 14px;
    border: none;
    transition: background-color 0.3s ease;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    color: #000000;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .Atc_updates_header {
    color: #ffffff;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    font-weight: 600;
    padding: 14px 20px;
    font-size: 20px;
    transition: all 0.3s ease;
    background-color: #000000;
}footer .Atc_updates_header:hover {
    background-color: rgb(156,121,159);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .Tki_site_map {
    z-index: 1;
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .rvd_skill_test {
    background-color: #ffffff;
    display: inline-block;
    border-radius: 30px;
    padding: 8px 20px;
    font-size: 15px;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .swV_page_top {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .Atc_updates_header {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .rHQ_head_pro {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .mXA_glossary {
    padding: 80px 0 30px;
}footer .yUf_contact_map {
    padding: 20px;
    justify-content: center;
}footer .info_item {
    width: 100%;
}footer .rHQ_head_pro, footer .subscribe_holder {
    margin-right: 10px;
    padding: 25px 20px;
    margin-left: 10px;
}footer .Tki_site_map {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .mXA_glossary {
    padding: 60px 0 20px;
}footer .yUf_contact_map {
    margin-bottom: 40px;
    padding: 15px;
    transform: translateY(-20px);
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .ZJf_top_primary {
    padding: 0 20px;
}footer .ZJf_top_primary::after {
    left: 20px;
    right: 20px;
}footer .rHQ_head_pro h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .swV_page_top a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .Atc_updates_header {
    padding: 12px 15px;
}}.xos_customer_reviews {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(145deg, rgb(230,218,231) 0%, rgba(240, 245, 255, 0.95) 100%);
}.xos_customer_reviews::before {
    position: absolute;
    right: -5%;
    top: -10%;
    width: 20vw;
    z-index: 0;
    background: linear-gradient(to right, rgb(192,165,194,0.5), rgb(156,121,159,0.5));
    transform: rotate(-15deg);
    content: "";
    height: 20vw;
    opacity: 0.2;
    filter: blur(50px);
}.xos_customer_reviews::after {
    left: -2%;
    z-index: 0;
    height: 15vw;
    filter: blur(40px);
    bottom: -5%;
    content: "";
    width: 15vw;
    background: linear-gradient(to bottom, rgb(192,165,194,0.5), rgb(156,121,159));
    transform: rotate(10deg);
    opacity: 0.15;
    position: absolute;
}.xos_customer_reviews .container {
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.xos_customer_reviews h2 {
    font-size: 37px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    animation: fadeInUp 0.7s ease-out 0.2s forwards;
    letter-spacing: -0.01em;
    position: relative;
    transform: translateY(20px);
    color: #000000;
    text-align: center;
    opacity: 0;
    margin-bottom: 3rem;
}.xos_customer_reviews h2::after {
    content: "";
    bottom: -15px;
    width: 80px;
    background: linear-gradient(90deg, rgb(192,165,194) 0%, rgb(156,121,159) 100%);
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
}.xos_customer_reviews .Igx_expert_guides {
    position: relative;
}.xos_customer_reviews .PUt_learning_testimonials {
    position: relative;
    gap: 2rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.xos_customer_reviews .yAe_client_testimonials {
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), 
                box-shadow 0.4s ease-out;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 3px rgba(0, 0, 0, 0.03);
    position: relative;
    transform: translateY(30px);
    opacity: 0;
    display: flex;
    animation: fadeInUp 0.7s ease-out forwards;
    flex-direction: column;
    padding: 2rem;
    border: 1px solid rgba(230, 230, 240, 0.8);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}.xos_customer_reviews .yAe_client_testimonials:nth-child(1) {
    animation-delay: 0.3s;
}.xos_customer_reviews .yAe_client_testimonials:nth-child(2) {
    animation-delay: 0.5s;
}.xos_customer_reviews .yAe_client_testimonials:nth-child(3) {
    animation-delay: 0.7s;
}.xos_customer_reviews .yAe_client_testimonials:nth-child(4) {
    animation-delay: 0.9s;
}.xos_customer_reviews .yAe_client_testimonials:nth-child(5) {
    animation-delay: 1.1s;
}.xos_customer_reviews .yAe_client_testimonials:nth-child(6) {
    animation-delay: 1.3s;
}.xos_customer_reviews .yAe_client_testimonials:nth-child(7) {
    animation-delay: 1.5s;
}.xos_customer_reviews .yAe_client_testimonials:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 3px 8px rgba(0, 0, 0, 0.03);
    transform: translateY(-5px) scale(1.02);
}.xos_customer_reviews .yAe_client_testimonials::before {
    color: rgb(192,165,194);
    left: 20px;
    font-family: serif;
    opacity: 0.15;
    content: "";
    top: -20px;
    position: absolute;
    line-height: 1;
    font-size: 120px;
}.xos_customer_reviews .yAe_client_testimonials h3 {
    margin-bottom: 1rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: calc(18px - 2px);
}.xos_customer_reviews .yAe_client_testimonials h3::after {
    content: "";
    transform-origin: left;
    height: 2px;
    bottom: -5px;
    position: absolute;
    transform: scaleX(0.7);
    transition: transform 0.3s ease;
    width: 40px;
    left: 0;
    background: rgb(192,165,194);
}.xos_customer_reviews .yAe_client_testimonials:hover h3::after {
    transform: scaleX(1);
}.xos_customer_reviews .yAe_client_testimonials .description {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    font-size: 17px;
    margin-bottom: 1.5rem;
}.xos_customer_reviews .yAe_client_testimonials div {
    border-radius: 50%;
    margin-top: auto;
    overflow: hidden;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}.xos_customer_reviews .yAe_client_testimonials div img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
}.xos_customer_reviews .yAe_client_testimonials:hover div img {
    transform: scale(1.1);
}

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

@media screen and (max-width: 1024px) {.xos_customer_reviews {
    padding: 4rem 0;
}.xos_customer_reviews .PUt_learning_testimonials {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.xos_customer_reviews h2 {
    margin-bottom: 2.5rem;
    font-size: calc(37px - 2px);
}
}

@media screen and (max-width: 768px) {.xos_customer_reviews {
    padding: 3rem 0;
}.xos_customer_reviews .PUt_learning_testimonials {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}.xos_customer_reviews .yAe_client_testimonials {
    padding: 1.5rem;
}.xos_customer_reviews h2 {
    margin-bottom: 2rem;
    font-size: calc(37px - 4px);
}.xos_customer_reviews h2::after {
    bottom: -10px;
    width: 60px;
}.xos_customer_reviews .yAe_client_testimonials::before {
    font-size: 100px;
    top: -15px;
}
}

@media screen and (max-width: 480px) {.xos_customer_reviews {
    padding: 2.5rem 0;
}.xos_customer_reviews .yAe_client_testimonials {
    padding: 1.25rem;
}.xos_customer_reviews h2 {
    font-size: calc(37px - 6px);
    margin-bottom: 1.5rem;
}.xos_customer_reviews h2::after {
    width: 50px;
    height: 2px;
}.xos_customer_reviews .yAe_client_testimonials::before {
    font-size: 80px;
    top: -10px;
    left: 10px;
}.xos_customer_reviews .yAe_client_testimonials .description {
    font-size: calc(17px - 1px);
}.xos_customer_reviews .yAe_client_testimonials div {
    width: 50px;
    height: 50px;
}}.bfy_dialogCookieSettings {
    background: rgb(230,218,231);
    z-index: 90;
    width: 100%;
    bottom: 0;
    border-top: 2px solid rgb(192,165,194);
    position: fixed;
}.uql_edu_track {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
    display: flex;
}.bfy_dialogCookieSettings h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.bfy_dialogCookieSettings p {
    font-size: 18px;
}.WzD_visitor_privacy {
    margin-right: 10px;
    flex-shrink: 0;
}.WzD_visitor_privacy svg, .WzD_visitor_privacy svg path, .WzD_visitor_privacy img {
    width: 100px;
    fill: rgb(192,165,194);
    height: 100px;
}.Wzc_policy_ack {
    border-bottom: 2px solid rgb(192,165,194);
    flex-shrink: 0;
    color: rgb(192,165,194);
    font-size: 24px;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 10px;
    min-width: 120px;
    text-decoration: none;
    line-height: 35px;
    text-align: center;
}.bfy_dialogCookieSettings p a {
    text-decoration: none;
    color: rgb(192,165,194);
}#fYA_privacyAlertPopup {
    display: none;
}#fYA_privacyAlertPopup:checked ~ .bfy_dialogCookieSettings {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.bfy_dialogCookieSettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.WzD_visitor_privacy {
    display: none;
}.uql_edu_track {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.bfy_dialogCookieSettings h5 {
    text-align: center;
}.bfy_dialogCookieSettings p {
    text-align: center;
}.PBh_cookie_necessary {
    margin-bottom: 20px;
}body .ToL_layer-container .Wzc_policy_ack {
    margin-left: 0;
}}
.ToL_layer-container .uql_edu_track {
    justify-content: flex-end;
}.ToL_layer-container .Wzc_policy_ack {
    background: rgb(192,165,194);
    margin-left: 30px;
    color: #ffffff;
    padding: 10px;
    font-size: 20px;
}.ToL_layer-container .PBh_cookie_necessary {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.ToL_layer-container .Wzc_policy_ack {
    margin-bottom: 10px;
    margin-left: 0;
}}.YnI_title_screen {
    background-color: rgb(230,218,231);
    position: relative;
    min-height: 100vh;
    align-items: center;
    display: flex;
    overflow: hidden;
    justify-content: center;
}.QEg_course_entry {
    padding: 2rem;
    max-width: 1400px;
    z-index: 1;
    position: relative;
    width: 100%;
}.YnI_title_screen .LEu_learn_quickpro {
    box-shadow: 
    20px 20px 60px rgba(0, 0, 0, 0.1),
    -20px -20px 60px rgba(255, 255, 255, 0.08),
    inset 5px 5px 15px rgba(255, 255, 255, 0.05),
    inset -5px -5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 4rem 3rem;
}.YnI_title_screen .LEu_learn_quickpro::before {
    top: 0;
    width: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
    135deg,
    rgb(192,165,194,0.5),
    rgb(156,121,159,0.5)
  );
    backdrop-filter: blur(8px);
    height: 100%;
    content: "";
    left: 0;
    opacity: 0.85;
}.YnI_title_screen .LEu_learn_quickpro::after {
    animation: pulse 12s infinite alternate cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0.5;
    background: radial-gradient(
    circle at center,
    rgba(255, 255, 255, 0.15),
    transparent 70%
  );
    top: -50%;
    content: "";
    position: absolute;
    z-index: -1;
    width: 200%;
    height: 200%;
    left: -50%;
}.YnI_title_screen .LEu_learn_quickpro span {
    animation: slideInRight 0.7s 0.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateX(-20px);
    display: block;
    position: relative;
}.YnI_title_screen .LEu_learn_quickpro h3 {
    letter-spacing: 0.5px;
    line-height: 1.5;
    transform: translateY(0);
    font-size: calc(24px * 0.9);
    background-clip: text !important;
    font-weight: 600;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.8));
    border-left: 3px solid rgb(192,165,194);
    padding-left: 1rem;
    transition: transform 0.3s ease-out;
}.YnI_title_screen .LEu_learn_quickpro h1 {
    color: #ffffff;
    transform: translateY(20px);
    animation: slideInUp 0.8s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 47px;
    font-weight: 700;
    line-height: 1.2;
    opacity: 0;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
}.YnI_title_screen .LEu_learn_quickpro h1::after {
    content: "";
    width: 80px;
    left: 0;
    bottom: -10px;
    transform-origin: left;
    transform: scaleX(0);
    animation: expandWidth 1s 1.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(90deg, rgb(192,165,194), rgb(156,121,159));
    position: absolute;
    height: 4px;
}.YnI_title_screen .LEu_learn_quickpro div div {
    transform: translateY(30px);
    opacity: 0;
    position: relative;
    animation: slideInUp 0.8s 0.7s forwards cubic-bezier(0.19, 1, 0.22, 1);
    max-width: 600px;
}.YnI_title_screen .LEu_learn_quickpro p {
    padding-right: 2rem;
    margin-top: 1.5rem;
    font-size: calc(18px * 1.1);
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
}.YnI_title_screen .LEu_learn_quickpro p::before {
    top: 0;
    height: 100%;
    width: 3px;
    content: "";
    position: absolute;
    left: -15px;
    background: linear-gradient(to bottom, rgb(156,121,159), transparent);
    opacity: 0.7;
}.YnI_title_screen .LEu_learn_quickpro:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
    25px 25px 70px rgba(0, 0, 0, 0.15),
    -25px -25px 70px rgba(255, 255, 255, 0.1),
    inset 5px 5px 15px rgba(255, 255, 255, 0.08),
    inset -5px -5px 15px rgba(0, 0, 0, 0.08);
}.YnI_title_screen .LEu_learn_quickpro:hover h3 {
    transform: translateY(-2px);
}

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

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

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

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

@media (max-width: 992px) {.YnI_title_screen .LEu_learn_quickpro {
    transform: perspective(800px) rotateX(1deg);
    padding: 3rem 2rem;
}.YnI_title_screen .LEu_learn_quickpro h1 {
    font-size: calc(47px * 0.85);
}.YnI_title_screen .LEu_learn_quickpro h3 {
    font-size: calc(24px * 0.85);
}
}

@media (max-width: 768px) {.QEg_course_entry {
    padding: 1.5rem;
}.YnI_title_screen .LEu_learn_quickpro {
    padding: 2.5rem 1.5rem;
    transform: none;
}.YnI_title_screen .LEu_learn_quickpro h1 {
    font-size: calc(47px * 0.75);
    margin-bottom: 1.5rem;
}.YnI_title_screen .LEu_learn_quickpro h3 {
    font-size: calc(24px * 0.8);
    padding-left: 0.75rem;
}.YnI_title_screen .LEu_learn_quickpro div div {
    max-width: 100%;
}.YnI_title_screen .LEu_learn_quickpro p {
    font-size: 18px;
    padding-right: 0;
}
}

@media (max-width: 576px) {.YnI_title_screen .LEu_learn_quickpro {
    padding: 2rem 1.25rem;
}.YnI_title_screen .LEu_learn_quickpro h1 {
    font-size: calc(47px * 0.65);
}.YnI_title_screen .LEu_learn_quickpro h3 {
    font-size: calc(24px * 0.75);
    border-left: 2px solid rgb(192,165,194);
}.YnI_title_screen .LEu_learn_quickpro h1::after {
    width: 60px;
    height: 3px;
}.YnI_title_screen .LEu_learn_quickpro p::before {
    left: -10px;
    width: 2px;
}}.ckO_course_structure {
    background: linear-gradient(135deg, rgb(230,218,231) 0%, rgba(245, 248, 252, 0.9) 100%);
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.ckO_course_structure::before {
    pointer-events: none;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 20px,
        rgba(rgb(192,165,194,0.5), 0.03) 20px,
        rgba(rgb(192,165,194,0.5), 0.03) 21px
    );
    position: absolute;
}.ckO_course_structure::after {
    background: radial-gradient(circle, rgb(192,165,194) 0%, transparent 70%);
    content: "";
    top: -50px;
    filter: blur(30px);
    height: 200px;
    width: 200px;
    right: -50px;
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
    opacity: 0.15;
    position: absolute;
}.ckO_course_structure .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.ckO_course_structure h2 {
    font-size: 28px;
    color: #000000;
    position: relative;
    line-height: 1.3;
    margin-bottom: 3rem;
    max-width: 90%;
    transform-origin: left center;
    font-weight: 700;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.ckO_course_structure h2::before {
    transform: translateY(-50%) scaleY(0);
    width: 4px;
    position: absolute;
    transform-origin: bottom;
    background: rgb(192,165,194);
    content: "";
    height: 60%;
    left: -10px;
    animation: growUp 1.2s 0.3s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: 50%;
}.ckO_course_structure h2::after {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(156,121,159) 0%, transparent 100%);
    transform-origin: left;
    width: 80px;
    left: 0;
    height: 3px;
    animation: expand 1.2s 0.5s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    content: "";
    bottom: -12px;
}.ckO_course_structure .orv_knowledge_route {
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    display: flex;
    animation: fadeUp 0.8s 0.3s forwards ease-out;
    gap: 2.5rem;
    flex-direction: column;
}.ckO_course_structure .ceh_image_show_item {
    position: relative;
    overflow: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    height: 380px;
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.ckO_course_structure .ceh_image_show_item::before {
    left: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    bottom: 0;
    z-index: 1;
    right: 0;
    top: 0;
    position: absolute;
}.ckO_course_structure .ceh_image_show_item::after {
    top: -30%;
    position: absolute;
    z-index: 2;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 70%);
    width: 60%;
    pointer-events: none;
    animation: moveGradient 20s infinite alternate ease-in-out;
    height: 60%;
    content: "";
    left: -30%;
}.ckO_course_structure .VlT_text_inner {
    scrollbar-color: rgb(192,165,194) rgba(rgb(192,165,194,0.5), 0.1);
    border-left: 1px solid rgba(rgb(192,165,194,0.5), 0.2);
    position: relative;
    max-height: 350px;
    scrollbar-width: thin;
    overflow-y: auto;
    padding: 1.5rem;
}.ckO_course_structure .VlT_text_inner::-webkit-scrollbar {
    width: 6px;
}.ckO_course_structure .VlT_text_inner::-webkit-scrollbar-track {
    background: rgba(rgb(192,165,194,0.5), 0.1);
    border-radius: 3px;
}.ckO_course_structure .VlT_text_inner::-webkit-scrollbar-thumb {
    background-color: rgb(192,165,194);
    border-radius: 3px;
}.ckO_course_structure .description {
    padding-left: 1rem;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 18px;
    position: relative;
}.ckO_course_structure .description:last-child {
    margin-bottom: 0;
}.ckO_course_structure .description::before {
    height: 4px;
    content: "";
    left: 0;
    background: rgb(156,121,159);
    border-radius: 50%;
    width: 4px;
    position: absolute;
    top: 0.5rem;
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(20px, -15px) rotate(5deg);
    }
    50% {
        transform: translate(-10px, 20px) rotate(-3deg);
    }
    75% {
        transform: translate(-15px, -10px) rotate(2deg);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(70%, 70%);
    }
    100% {
        transform: translate(0, 100%);
    }
}

@keyframes growUp {
    0% {
        transform: translateY(-50%) scaleY(0);
    }
    100% {
        transform: translateY(-50%) scaleY(1);
    }
}

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

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

@media (min-width: 768px) {.ckO_course_structure {
    padding: 140px 0 100px;
}.ckO_course_structure h2 {
    font-size: calc(28px * 1.1);
    max-width: 80%;
}.ckO_course_structure .orv_knowledge_route {
    gap: 4rem;
    flex-direction: row;
}.ckO_course_structure .ceh_image_show_item {
    height: auto;
    width: 40%;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.ckO_course_structure .ceh_image_show_item:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: scale(1.02) translateY(-5px);
}.ckO_course_structure .VlT_text_inner {
    padding: 0 1.5rem 0 2.5rem;
    max-height: 400px;
    width: 60%;
}.ckO_course_structure h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.ckO_course_structure {
    padding: 160px 0 120px;
}.ckO_course_structure h2 {
    margin-bottom: 4rem;
    max-width: 70%;
    font-size: calc(28px * 1.2);
}.ckO_course_structure .orv_knowledge_route {
    gap: 5rem;
}.ckO_course_structure .ceh_image_show_item {
    height: 450px;
}.ckO_course_structure .VlT_text_inner {
    max-height: 450px;
    padding: 0 2rem 0 3rem;
}.ckO_course_structure .description {
    font-size: calc(18px * 1.05);
    line-height: 1.8;
}.ckO_course_structure h2::after {
    width: 150px;
}.ckO_course_structure .ceh_image_show_item::after {
    width: 50%;
    height: 50%;
}
}

@media (max-width: 767px) {.ckO_course_structure {
    padding: 80px 0 60px;
}.ckO_course_structure h2 {
    margin-bottom: 2rem;
    font-size: calc(28px * 0.9);
    max-width: 100%;
}.ckO_course_structure .orv_knowledge_route {
    gap: 2rem;
}.ckO_course_structure .ceh_image_show_item {
    height: 280px;
}.ckO_course_structure .VlT_text_inner {
    padding: 0.5rem 0.5rem 0.5rem 1rem;
    max-height: 300px;
}.ckO_course_structure .description {
    font-size: calc(18px * 0.95);
    margin-bottom: 1rem;
    line-height: 1.6;
}
}