* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.KhCAlscholar_cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.DMLsOhead_learn {
    flex: 1 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
    scroll-snap-type: none;
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
}.container {
    width: 1179px;
    max-width: 100%;
    margin: auto;
}header,footer {
    width: 100%;
}.pzZmRwrapping-container {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.rZXWycontact_section {
    padding: 80px 0;
    background: #ffffff;
    overflow: hidden;
    position: relative;
}.rZXWycontact_section::before {
    top: 0;
    background-size: 20px 20px;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%) -10px 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%),
                linear-gradient(45deg, rgba(0, 0, 0, 0.02) 25%, transparent 25%);
    z-index: 0;
    width: 100%;
    height: 100%;
    left: 0;
}.rZXWycontact_section .container {
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
}.rZXWycontact_section h2 {
    font-weight: 700;
    border-left: 5px solid rgb(135,170,191);
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    text-align: left;
    padding-left: 20px;
}.rZXWycontact_section .BvZGDmessage_box {
    overflow: hidden;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    flex-direction: row-reverse;
    border-radius: 17px;
}.rZXWycontact_section .DMupOhero_image {
    min-height: 500px;
    position: relative;
    flex: 0 0 40%;
}.rZXWycontact_section .DMupOhero_image::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    z-index: 1;
    background: rgb(135,170,191,0.5);
    mix-blend-mode: multiply;
    top: 0;
}.rZXWycontact_section .LOEjhsupport_section {
    padding: 60px;
    position: relative;
    flex: 0 0 60%;
}.rZXWycontact_section .LOEjhsupport_section::after {
    border-radius: 0 0 0 100%;
    width: 150px;
    background: rgb(164,206,222);
    z-index: -1;
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 150px;
}.rZXWycontact_section #contact {
    gap: 30px;
    display: flex;
    flex-direction: column;
}.rZXWycontact_section h3 {
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    font-size: 23px;
    position: relative;
}.rZXWycontact_section h3::after {
    left: 0;
    background: rgb(135,170,191);
    position: absolute;
    width: 40px;
    height: 2px;
    content: "";
    bottom: -10px;
}.rZXWycontact_section input[type="text"] {
    padding: 18px 20px;
    background: rgb(164,206,222);
    font-size: 14px;
    color: #000000;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.03);
    border: none;
    width: 100%;
}.rZXWycontact_section input[type="text"]:focus {
    box-shadow: 0 0 0 2px rgb(135,170,191,0.5), inset 0 2px 4px rgba(0, 0, 0, 0.03);
    outline: none;
    background: #ffffff;
}.rZXWycontact_section input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.rZXWycontact_section .IqViOconnect_feedback {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 5px;
}.rZXWycontact_section .IqViOconnect_feedback input[type="checkbox"] {
    border-radius: 10px;
    position: relative;
    border: 2px solid rgb(164,206,222);
    transition: all 0.2s ease;
    appearance: none;
    height: 22px;
    cursor: pointer;
    width: 22px;
}.rZXWycontact_section .IqViOconnect_feedback input[type="checkbox"]:checked {
    background: rgb(135,170,191);
    border-color: rgb(135,170,191);
}.rZXWycontact_section .IqViOconnect_feedback input[type="checkbox"]:checked::after {
    content: "";
    width: 6px;
    border: solid #ffffff;
    height: 11px;
    border-width: 0 2px 2px 0;
    left: 7px;
    top: 3px;
    position: absolute;
    transform: rotate(45deg);
}.rZXWycontact_section .IqViOconnect_feedback label {
    color: #000000;
    line-height: 1.5;
    font-size: 14px;
}.rZXWycontact_section .IqViOconnect_feedback a {
    color: rgb(135,170,191);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}.rZXWycontact_section .IqViOconnect_feedback a:hover {
    color: rgb(108,137,160);
}.rZXWycontact_section .IqViOconnect_feedback a::after {
    left: 0;
    position: absolute;
    width: 100%;
    bottom: -2px;
    content: "";
    transition: all 0.3s ease;
    height: 1px;
    background: rgb(135,170,191);
}.rZXWycontact_section .IqViOconnect_feedback a:hover::after {
    background: rgb(108,137,160);
}.rZXWycontact_section .uivkSsupport_feedback {
    border: none;
    align-self: flex-start;
    font-weight: 600;
    cursor: pointer;
    background: rgb(135,170,191);
    font-size: 16px;
    margin-top: 20px;
    border-radius: 17px;
    padding: 18px 40px;
    color: #ffffff;
    box-shadow: 0 4px 15px rgb(135,170,191,0.5);
    transition: all 0.3s ease;
}.rZXWycontact_section .uivkSsupport_feedback:hover {
    transform: translateY(-2px);
    background: rgb(108,137,160);
    box-shadow: 0 7px 20px rgb(108,137,160,0.5);
}.rZXWycontact_section svg {
    width: 20px;
    fill: rgb(135,170,191);
    height: 20px;
    transition: all 0.3s ease;
}.rZXWycontact_section svg path {
    fill: rgb(135,170,191);
    transition: all 0.3s ease;
}.rZXWycontact_section svg:hover {
    fill: rgb(108,137,160);
}.rZXWycontact_section svg:hover path {
    fill: rgb(108,137,160);
}

@media (max-width: 992px) {.rZXWycontact_section .BvZGDmessage_box {
    flex-direction: column;
}.rZXWycontact_section .DMupOhero_image {
    order: 1;
    min-height: 300px;
    flex: 0 0 auto;
}.rZXWycontact_section .LOEjhsupport_section {
    padding: 50px 40px;
    order: 2;
    flex: 0 0 auto;
}.rZXWycontact_section h2 {
    margin-bottom: 40px;
}
}

@media (max-width: 768px) {.rZXWycontact_section {
    padding: 60px 0;
}.rZXWycontact_section h2 {
    margin-bottom: 30px;
    font-size: calc(35px - 4px);
}.rZXWycontact_section .LOEjhsupport_section {
    padding: 40px 30px;
}.rZXWycontact_section #contact {
    gap: 25px;
}.rZXWycontact_section .DMupOhero_image {
    min-height: 250px;
}
}

@media (max-width: 576px) {.rZXWycontact_section {
    padding: 40px 0;
}.rZXWycontact_section .container {
    padding: 0 15px;
}.rZXWycontact_section h2 {
    font-size: calc(35px - 6px);
    padding-left: 15px;
    margin-bottom: 25px;
}.rZXWycontact_section .LOEjhsupport_section {
    padding: 30px 20px;
}.rZXWycontact_section #contact {
    gap: 20px;
}.rZXWycontact_section input[type="text"] {
    padding: 15px;
}.rZXWycontact_section .uivkSsupport_feedback {
    padding: 15px 20px;
    width: 100%;
}.rZXWycontact_section .DMupOhero_image {
    min-height: 200px;
}}.sucDLcourse_structure {
    padding: 120px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
}.sucDLcourse_structure::before {
    top: -50px;
    background: radial-gradient(circle, rgb(135,170,191,0.5) 0%, transparent 70%);
    border-radius: 50%;
    width: 200px;
    content: "";
    animation: floatEffect 15s infinite alternate ease-in-out;
    right: -50px;
    position: absolute;
    opacity: 0.3;
    height: 200px;
}.sucDLcourse_structure::after {
    height: 150px;
    width: 150px;
    content: "";
    position: absolute;
    background: radial-gradient(circle, rgb(108,137,160,0.5) 0%, transparent 70%);
    bottom: -30px;
    opacity: 0.2;
    left: -30px;
    animation: floatEffect 12s infinite alternate-reverse ease-in-out;
}.sucDLcourse_structure .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.sucDLcourse_structure .eALTRquick_progress {
    gap: 40px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    display: grid;
    perspective: 1000px;
    position: relative;
}.sucDLcourse_structure .DMupOhero_image {
    transition: transform 0.5s ease-out;
    border: 1px solid rgba(255, 255, 255, 0.1);
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(20px) rotateX(2deg);
    overflow: hidden;
    position: relative;
}.sucDLcourse_structure .DMupOhero_image::before {
    background: linear-gradient(to right, rgb(135,170,191,0.5) 0%, transparent 50%);
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    mix-blend-mode: overlay;
    position: absolute;
    opacity: 0.6;
    content: "";
}.sucDLcourse_structure .DMupOhero_image::after {
    top: -50%;
    animation: orbitEffect 20s infinite linear;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    left: -50%;
    height: 200%;
    content: "";
    position: absolute;
}.sucDLcourse_structure .sfNzZstatement_box {
    transition: transform 0.4s ease-out;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    padding: 30px;
    backdrop-filter: blur(5px);
    transform: translateZ(10px);
}.sucDLcourse_structure .sfNzZstatement_box:hover {
    transform: translateZ(15px);
}.sucDLcourse_structure h3 {
    position: relative;
    color: rgb(135,170,191);
    letter-spacing: 0.5px;
    line-height: 1.4;
    font-weight: 600;
    font-size: calc(21px * 1.1);
    margin-bottom: 25px;
}.sucDLcourse_structure h3::after {
    transition: transform 0.4s ease-out;
    width: 60px;
    transform: scaleX(1);
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, rgb(108,137,160) 100%);
    height: 3px;
    bottom: -10px;
    left: 0;
    transform-origin: left;
}.sucDLcourse_structure .sfNzZstatement_box:hover h3::after {
    transform: scaleX(1.5);
}.sucDLcourse_structure .description {
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 300px;
    color: #000000;
    position: relative;
    scrollbar-color: rgb(108,137,160,0.5) transparent;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
}.sucDLcourse_structure .description::-webkit-scrollbar {
    width: 6px;
}.sucDLcourse_structure .description::-webkit-scrollbar-track {
    background: transparent;
}.sucDLcourse_structure .description::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: rgb(108,137,160,0.5);
}.sucDLcourse_structure p.description {
    display: block;
}.sucDLcourse_structure span.description {
    display: none;
}.sucDLcourse_structure .eALTRquick_progress div {
    position: relative;
}

@keyframes floatEffect {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(20px, 20px);
    }
}

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

@media (min-width: 768px) {.sucDLcourse_structure .eALTRquick_progress {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
}.sucDLcourse_structure .DMupOhero_image {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
}.sucDLcourse_structure h3 {
    font-size: 30px;
    margin-bottom: 30px;
}.sucDLcourse_structure h3::after {
    width: 80px;
}.sucDLcourse_structure .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.sucDLcourse_structure {
    padding: 150px 0;
}.sucDLcourse_structure .container {
    padding: 0 40px;
}.sucDLcourse_structure .eALTRquick_progress {
    gap: 80px;
}.sucDLcourse_structure .DMupOhero_image {
    height: 500px;
    transform: translateZ(40px) rotateY(-5deg);
}.sucDLcourse_structure .sfNzZstatement_box {
    padding: 40px;
    transform: translateZ(20px) rotateY(2deg);
}.sucDLcourse_structure .sfNzZstatement_box:hover {
    transform: translateZ(25px) rotateY(2deg);
}.sucDLcourse_structure .description {
    line-height: 1.9;
    max-height: 400px;
    font-size: calc(17px * 1.05);
}
}

@media (min-width: 1200px) {.sucDLcourse_structure .DMupOhero_image {
    height: 550px;
}.sucDLcourse_structure .eALTRquick_progress {
    gap: 100px;
}.sucDLcourse_structure .description {
    max-height: 450px;
}
}

@media (max-width: 767px) {.sucDLcourse_structure {
    padding: 80px 0;
}.sucDLcourse_structure .container {
    padding: 0 15px;
}.sucDLcourse_structure .sfNzZstatement_box {
    padding: 25px 20px;
}.sucDLcourse_structure h3 {
    margin-bottom: 20px;
    font-size: 18px;
}.sucDLcourse_structure .description {
    line-height: 1.7;
    max-height: 250px;
    font-size: calc(17px * 0.95);
}}.mMnEety_sidebar {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
    padding: 120px 0 80px;
}.mMnEety_sidebar::before {
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(215deg, rgb(135,170,191,0.5) 0%, transparent 70%);
    width: 40%;
    position: absolute;
    z-index: 1;
    content: "";
    transform: translateX(20%) skewX(-15deg);
}.mMnEety_sidebar::after {
    position: absolute;
    transform: rotate(-10deg);
    height: 70%;
    background: linear-gradient(125deg, rgb(108,137,160,0.5) 0%, transparent 80%);
    z-index: 1;
    bottom: -5%;
    left: -2%;
    width: 30%;
    content: "";
}.mMnEety_sidebar .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}.mMnEety_sidebar h2 {
    font-size: 38px;
    font-family: Arial, sans-serif;
    color: #000000;
    opacity: 0;
    position: relative;
    line-height: 1.3;
    transform: translateX(-20px);
    max-width: 800px;
    margin-bottom: 40px;
    font-weight: 700;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
}.mMnEety_sidebar h2::before {
    position: absolute;
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    height: 4px;
    content: "";
    width: 80px;
    background: rgb(135,170,191);
    left: 0;
    transform: scaleX(0);
    top: -15px;
    transform-origin: left;
}.mMnEety_sidebar .suWcNskill_space {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
    padding: 40px 50px;
    background-color: #ffffff;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    position: relative;
    opacity: 0;
    transform-origin: top center;
    transform: perspective(1000px) rotateX(2deg);
}.mMnEety_sidebar .suWcNskill_space::before {
    top: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    position: absolute;
    height: 100%;
    width: 5px;
    left: 0;
}.mMnEety_sidebar .suWcNskill_space::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
    width: 80%;
    right: 0;
    top: 0;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    transform: translateX(100%);
    height: 100%;
    content: "";
    z-index: -1;
}.mMnEety_sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.mMnEety_sidebar li {
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}.mMnEety_sidebar li::before {
    background: rgb(135,170,191);
    top: 10px;
    content: "";
    height: 10px;
    left: -30px;
    border-radius: 50%;
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    transform: scale(0);
    position: absolute;
    width: 10px;
}.mMnEety_sidebar span {
    font-weight: 400;
    line-height: 1.8;
    display: block;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.mMnEety_sidebar {
    padding: 90px 0 60px;
}.mMnEety_sidebar h2 {
    margin-bottom: 30px;
    font-size: calc(38px * 0.9);
}.mMnEety_sidebar .suWcNskill_space {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.mMnEety_sidebar {
    padding: 70px 0 50px;
}.mMnEety_sidebar::before {
    width: 50%;
}.mMnEety_sidebar h2 {
    font-size: calc(38px * 0.8);
    max-width: 100%;
}.mMnEety_sidebar .suWcNskill_space {
    padding: 30px;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 576px) {.mMnEety_sidebar {
    padding: 60px 0 40px;
}.mMnEety_sidebar::before,
    .mMnEety_sidebar::after {
    opacity: 0.5;
}.mMnEety_sidebar .container {
    padding: 0 20px;
}.mMnEety_sidebar h2 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.7);
}.mMnEety_sidebar h2::before {
    height: 3px;
    width: 60px;
    top: -10px;
}.mMnEety_sidebar .suWcNskill_space {
    transform: none;
    padding: 25px 20px;
}.mMnEety_sidebar span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}.mMnEety_sidebar li::before {
    left: -20px;
    height: 8px;
    width: 8px;
}}.vfOSmeducation_history {
    overflow: hidden;
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(108,137,160,0.5), rgb(135,170,191), rgb(108,137,160));
}.vfOSmeducation_history::before {
    width: 120%;
    height: 120%;
    content: "";
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle at 30% 70%, rgb(135,170,191,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(108,137,160,0.5), transparent 60%);
    z-index: 0;
    top: -10%;
    position: absolute;
    left: -10%;
    opacity: 0.7;
}.vfOSmeducation_history::after {
    position: absolute;
    animation: constellation-twinkle 8s infinite ease-in-out;
    content: "";
    height: 100%;
    background-size: 120px 120px;
    left: 0;
    opacity: 0.2;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    width: 100%;
    z-index: 1;
    top: 0;
}.vfOSmeducation_history .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.vfOSmeducation_history .trbNUfeedback_list {
    transform: perspective(1000px) rotateX(2deg);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    display: grid;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    backdrop-filter: blur(10px);
    grid-template-columns: 1fr;
    padding: 3rem;
    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(255, 255, 255, 0.1) inset;
}.vfOSmeducation_history .trbNUfeedback_list:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg);
}.vfOSmeducation_history .trbNUfeedback_list > div:first-child {
    perspective: 1000px;
    width: 150px;
    position: relative;
    height: 150px;
    margin: 0 auto;
}.vfOSmeducation_history .DMupOhero_image {
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    animation: float-photo 6s infinite ease-in-out;
    border-radius: 10% 40% 30% 20%;
    width: 100%;
    transform: rotate(-5deg);
    overflow: hidden;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
}.vfOSmeducation_history .trbNUfeedback_list:hover .DMupOhero_image {
    transform: rotate(0deg) scale(1.05);
    border-radius: 30% 10% 40% 20%;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
}.vfOSmeducation_history .trbNUfeedback_list > div:nth-child(2) {
    padding-top: 1rem;
    text-align: center;
}.vfOSmeducation_history .name {
    font-size: 20px;
    transform: translateY(0);
    margin: 0 0 0.5rem;
    font-weight: 600;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: inline-block;
    position: relative;
    color: #ffffff;
    letter-spacing: 0.5px;
}.vfOSmeducation_history .name::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom: -5px;
    left: 0;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(108,137,160), #ffffff, rgb(108,137,160));
    width: 0;
}.vfOSmeducation_history .trbNUfeedback_list:hover .name {
    transform: translateY(-2px);
}.vfOSmeducation_history .trbNUfeedback_list:hover .name::after {
    width: 100%;
}.vfOSmeducation_history .trbNUfeedback_list > div:nth-child(2) > div {
    margin-top: 0.5rem;
    color: rgb(255, 255, 255, 0.5);
    font-style: italic;
    opacity: 0.9;
    transition: opacity 0.3s ease;
    font-size: calc(12px - 2px);
}.vfOSmeducation_history .trbNUfeedback_list:hover > div:nth-child(2) > div {
    opacity: 1;
}.vfOSmeducation_history .hpYuVexp_table {
    line-height: 1.7;
    text-align: left;
    position: relative;
    opacity: 0.9;
    padding: 0 1rem;
    color: #ffffff;
    font-size: 12px;
    margin: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
}.vfOSmeducation_history .hpYuVexp_table::before {
    color: rgb(255, 255, 255, 0.5);
    opacity: 0.2;
    top: -2rem;
    font-family: serif;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    left: -1rem;
    position: absolute;
    font-size: 5rem;
}.vfOSmeducation_history .hpYuVexp_table::after {
    content: "";
    color: rgb(255, 255, 255, 0.5);
    transition: transform 0.5s ease, opacity 0.5s ease;
    right: -1rem;
    font-size: 5rem;
    position: absolute;
    opacity: 0.2;
    font-family: serif;
    bottom: -4rem;
}.vfOSmeducation_history .trbNUfeedback_list:hover .hpYuVexp_table {
    opacity: 1;
    transform: translateY(-2px);
}.vfOSmeducation_history .trbNUfeedback_list:hover .hpYuVexp_table::before {
    opacity: 0.3;
    transform: translateY(-5px);
}.vfOSmeducation_history .trbNUfeedback_list:hover .hpYuVexp_table::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

@keyframes float-photo {
    0%, 100% {
        transform: rotate(-5deg) translateY(0);
    }
    50% {
        transform: rotate(-3deg) translateY(-5px);
    }
}

@media (min-width: 768px) {.vfOSmeducation_history .trbNUfeedback_list {
    padding: 4rem;
    align-items: center;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
}.vfOSmeducation_history .trbNUfeedback_list > div:first-child {
    margin: 0;
    height: 180px;
    width: 180px;
}.vfOSmeducation_history .trbNUfeedback_list > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.vfOSmeducation_history .hpYuVexp_table {
    padding: 0;
}
}

@media (min-width: 992px) {.vfOSmeducation_history {
    padding: 9rem 0;
}.vfOSmeducation_history .trbNUfeedback_list {
    grid-template-columns: auto 1.5fr 3fr;
    gap: 4rem;
    padding: 5rem;
}.vfOSmeducation_history .trbNUfeedback_list > div:first-child {
    width: 220px;
    height: 220px;
}.vfOSmeducation_history .name {
    font-size: calc(20px + 2px);
}.vfOSmeducation_history .hpYuVexp_table {
    line-height: 1.8;
    font-size: calc(12px + 1px);
}
}

@media (max-width: 767px) {.vfOSmeducation_history {
    padding: 5rem 0;
}.vfOSmeducation_history .trbNUfeedback_list {
    gap: 2rem;
    padding: 2.5rem;
}.vfOSmeducation_history .DMupOhero_image {
    animation: float-photo 5s infinite ease-in-out;
}.vfOSmeducation_history .hpYuVexp_table {
    padding: 0;
}.vfOSmeducation_history .hpYuVexp_table::before {
    font-size: 3rem;
    top: -1.5rem;
    left: -0.5rem;
}.vfOSmeducation_history .hpYuVexp_table::after {
    right: -0.5rem;
    bottom: -3rem;
    font-size: 3rem;
}}.qjdgvconfidential_lockup {
    line-height: 1.6;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    overflow: hidden;
    padding: 40px;
    width: 100%;
}.qjdgvconfidential_lockup h1 {
    border-bottom: 2px solid rgb(135,170,191);
    color: rgb(135,170,191);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
    font-family: Arial, sans-serif;
    padding-bottom: 10px;
}.qjdgvconfidential_lockup h2 {
    border-bottom: 1px solid rgb(108,137,160);
    margin-top: 30px;
    color: rgb(108,137,160);
    padding-bottom: 8px;
    font-family: Arial, sans-serif;
    font-size: 29px;
    margin-bottom: 15px;
    font-weight: 600;
}.qjdgvconfidential_lockup h3, .qjdgvconfidential_lockup h4, .qjdgvconfidential_lockup h5, .qjdgvconfidential_lockup h6 {
    padding-bottom: 5px;
    font-size: 19px;
    margin-top: 25px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
}.qjdgvconfidential_lockup ul, .qjdgvconfidential_lockup ol {
    padding-left: 0;
    list-style-position: inside;
    margin: 0;
    padding: 10px 0;
}.qjdgvconfidential_lockup li {
    padding: 5px 0;
    line-height: 1.8;
    margin-bottom: 10px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}.qjdgvconfidential_lockup section {
    background: #ffffff;
}.qjdgvconfidential_lockup p, .qjdgvconfidential_lockup span, .qjdgvconfidential_lockup div {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
}

@media only screen and (max-width: 800px) {.qjdgvconfidential_lockup {
    box-shadow: none;
    padding: 20px;
}.qjdgvconfidential_lockup h1, .qjdgvconfidential_lockup h2 {
    text-align: left;
    border-bottom-width: 1px;
    font-size: calc(19px - 5px);
}.qjdgvconfidential_lockup ul, .qjdgvconfidential_lockup ol {
    padding: 10px 0;
}.qjdgvconfidential_lockup li {
    padding: 5px 0;
}.qjdgvconfidential_lockup p, .qjdgvconfidential_lockup span, .qjdgvconfidential_lockup div {
    padding-bottom: 5px;
}}header {
    background: linear-gradient(to right, #ffffff, rgb(164,206,222));
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.07);
    width: 100%;
    padding: 0;
    z-index: 100;
    position: relative;
}header::before {
    background-image: 
        linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255,255,255,0.05) 1px, transparent 1px);
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    background-size: 20px 20px;
    content: '';
    position: absolute;
}header::after {
    z-index: 1;
    position: absolute;
    height: 100%;
    width: 5px;
    background: linear-gradient(to bottom, rgb(135,170,191), rgb(108,137,160));
    left: 0;
    top: 0;
    content: '';
}header .container {
    z-index: 2;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    position: relative;
}header .EMuPsnav_wrap {
    padding: 0.9rem 3%;
    display: flex;
    margin-left: 5px;
    justify-content: space-between;
    align-items: center;
}header .zaPmThead_page {
    background: rgba(255, 255, 255, 0.4);
    align-items: center;
    text-decoration: none;
    display: flex;
    padding: 0.5rem;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
}header .zaPmThead_page:hover {
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}header .zaPmThead_page svg {
    width: 140px;
    transition: all 0.3s ease;
    height: auto;
}header .YAdzwmain_learning {
    border-radius: 10px;
    gap: 0.4rem;
    padding: 0.4rem 0.6rem;
    display: flex;
    background: rgba(255, 255, 255, 0.3);
    align-items: center;
    position: relative;
}header .YAdzwmain_learning::before {
    content: '';
    left: -2px;
    background: linear-gradient(135deg, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
    top: -2px;
    z-index: -1;
    right: -2px;
    position: absolute;
    border-radius: calc(10px + 2px);
    bottom: -2px;
    opacity: 0.5;
}header .KFhopmain_start {
    padding: 0.4rem 0.7rem;
    z-index: 1;
    font-family: Arial, sans-serif;
    font-weight: 400;
    border-radius: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #000000;
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
}header .KFhopmain_start::before {
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: -1;
    background: linear-gradient(45deg, rgb(135,170,191,0.5), rgb(108,137,160,0.5));
    content: '';
    opacity: 0;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
}header .KFhopmain_start:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}header .KFhopmain_start:hover::before {
    opacity: 1;
}

@media (max-width: 991px) {header .EMuPsnav_wrap {
    padding: 0.8rem 2.5%;
}header .zaPmThead_page svg {
    width: 130px;
}header .YAdzwmain_learning {
    padding: 0.35rem 0.5rem;
    gap: 0.3rem;
}header .KFhopmain_start {
    padding: 0.35rem 0.6rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header::after {
    width: 3px;
}header .EMuPsnav_wrap {
    flex-direction: column;
    gap: 0.7rem;
    padding: 0.8rem 2%;
    align-items: flex-start;
    margin-left: 3px;
}header .zaPmThead_page {
    padding: 0.4rem;
}header .zaPmThead_page svg {
    width: 120px;
}header .YAdzwmain_learning {
    overflow-x: auto;
    width: 98%;
    justify-content: flex-start;
    padding: 0.4rem;
}header .YAdzwmain_learning::-webkit-scrollbar {
    height: 2px;
}header .YAdzwmain_learning::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(135,170,191);
}header .KFhopmain_start {
    padding: 0.3rem 0.5rem;
    white-space: nowrap;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 480px) {header::after {
    width: 2px;
}header .EMuPsnav_wrap {
    padding: 0.7rem 1.5%;
    margin-left: 2px;
}header .zaPmThead_page svg {
    width: 110px;
}header .YAdzwmain_learning {
    padding: 0.3rem;
}header .KFhopmain_start {
    padding: 0.3rem 0.4rem;
    font-size: calc(18px - 2px);
}}.jwUiatitle_page {
    position: relative;
    overflow: hidden;
    width: 100%;
}.jwUiatitle_page .yCbpWmain_title {
    position: relative;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    display: flex;
}.jwUiatitle_page .yCbpWmain_title::before {
    transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.75) 0%, 
    rgba(0, 0, 0, 0.4) 50%, 
    rgba(0, 0, 0, 0.65) 100%);
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    position: absolute;
}.jwUiatitle_page .PrRKJlearn_mastery {
    padding: 3rem;
    width: 90%;
    max-width: 1140px;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin-top: -2rem;
    z-index: 2;
}.jwUiatitle_page .PrRKJlearn_mastery:hover {
    transform: perspective(1000px) rotateX(0deg);
}.jwUiatitle_page .PrRKJlearn_mastery > div {
    animation: fadeInUp 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    position: relative;
    opacity: 0;
    margin-bottom: 2.5rem;
    overflow: hidden;
}.jwUiatitle_page .PrRKJlearn_mastery > div:nth-child(1) {
    animation-delay: 0.3s;
}.jwUiatitle_page .PrRKJlearn_mastery > div:nth-child(2) {
    animation-delay: 0.6s;
}.jwUiatitle_page .PrRKJlearn_mastery > div:nth-child(3) {
    animation-delay: 0.9s;
}.jwUiatitle_page p {
    max-width: 80%;
    line-height: 1.6;
    letter-spacing: 0.5px;
    color: #ffffff;
    position: relative;
    font-size: calc(14px * 1.2);
    font-weight: 600;
    font-family: Arial, sans-serif;
    margin: 0;
    padding-left: 3rem;
}.jwUiatitle_page p::before {
    width: 2rem;
    left: 0;
    position: absolute;
    background: rgb(135,170,191);
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 2px;
}.jwUiatitle_page .title_style_header {
    text-transform: capitalize;
    line-height: 1.1;
    font-weight: 700;
    max-width: 90%;
    color: transparent;
    letter-spacing: -0.5px;
    position: relative;
    margin: 0;
    font-size: min(4.5rem, 8vw);
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(to right, #ffffff, rgb(108,137,160));
    color: #ffffff;
}.jwUiatitle_page h3 {
    font-weight: 400;
    border-left: 3px solid rgb(135,170,191);
    font-family: Arial, sans-serif;
    backdrop-filter: blur(10px);
    max-width: 85%;
    color: #ffffff;
    font-size: calc(24px * 1.1);
    line-height: 1.6;
    background: rgba(rgb(135,170,191,0.5), 0.15);
    padding: 1rem 2rem;
    margin: 0;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.jwUiatitle_page .yCbpWmain_title:hover::before {
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.65) 0%, 
    rgba(0, 0, 0, 0.3) 50%, 
    rgba(0, 0, 0, 0.6) 100%);
}


@media (max-width: 1200px) {.jwUiatitle_page .PrRKJlearn_mastery {
    padding: 2.5rem;
    width: 95%;
}.jwUiatitle_page .title_style_header {
    font-size: min(4rem, 8vw);
}
}

@media (max-width: 992px) {.jwUiatitle_page .PrRKJlearn_mastery {
    margin-top: -1rem;
    padding: 2rem;
}.jwUiatitle_page p {
    font-size: calc(14px * 1.1);
    padding-left: 2.5rem;
    max-width: 90%;
}.jwUiatitle_page h3 {
    padding: 0.8rem 1.5rem;
    max-width: 90%;
    font-size: 24px;
}
}

@media (max-width: 768px) {.jwUiatitle_page .yCbpWmain_title {
    min-height: 80vh;
}.jwUiatitle_page .PrRKJlearn_mastery {
    transform: perspective(1000px) rotateX(0deg);
    padding: 1.5rem;
    width: 100%;
}.jwUiatitle_page .PrRKJlearn_mastery > div {
    margin-bottom: 1.8rem;
}.jwUiatitle_page p {
    font-size: 14px;
    max-width: 100%;
    padding-left: 2rem;
}.jwUiatitle_page p::before {
    width: 1.5rem;
}.jwUiatitle_page .title_style_header {
    font-size: min(3rem, 9vw);
    max-width: 100%;
}.jwUiatitle_page h3 {
    max-width: 100%;
    padding: 0.7rem 1.2rem;
    font-size: calc(19px * 1.1);
}
}

@media (max-width: 576px) {.jwUiatitle_page .yCbpWmain_title {
    min-height: 70vh;
}.jwUiatitle_page .PrRKJlearn_mastery {
    padding: 1.2rem;
}.jwUiatitle_page .PrRKJlearn_mastery > div {
    margin-bottom: 1.5rem;
}.jwUiatitle_page p {
    padding-left: 1.8rem;
    font-size: calc(14px * 0.9);
}.jwUiatitle_page p::before {
    width: 1.2rem;
}.jwUiatitle_page .title_style_header {
    font-size: min(2.5rem, 10vw);
    letter-spacing: -0.3px;
}.jwUiatitle_page h3 {
    font-size: 19px;
    padding: 0.6rem 1rem;
    border-left: 2px solid rgb(135,170,191);
}
}

@media (max-height: 600px) {.jwUiatitle_page .yCbpWmain_title {
    min-height: 120vh;
}
}

@media (prefers-reduced-motion: reduce) {.jwUiatitle_page .PrRKJlearn_mastery,
  .jwUiatitle_page .PrRKJlearn_mastery:hover {
    transition: none;
    transform: none;
}.jwUiatitle_page .PrRKJlearn_mastery > div {
    animation: fadeInUp 1.5s ease-out forwards;
}}.EOLhbcontact {
    padding: 70px 0;
    overflow: hidden;
    position: relative;
    background: rgb(164,206,222);
}.EOLhbcontact::before {
    top: 0;
    height: 100%;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.6;
    position: absolute;
}.EOLhbcontact .container {
    z-index: 1;
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1200px;
}.EOLhbcontact .SKBPdconnect_section {
    border-radius: 21px;
    padding: 50px;
    position: relative;
    background: #ffffff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
}.EOLhbcontact .SKBPdconnect_section h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
    display: inline-block;
    position: relative;
    font-size: 34px;
}.EOLhbcontact .SKBPdconnect_section h3::after {
    content: "";
    border-radius: 10px;
    height: 3px;
    position: absolute;
    left: 0;
    width: 80px;
    background: rgb(135,170,191);
    bottom: -10px;
}.EOLhbcontact .LzQNhonline_form {
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 1.7;
    max-width: 80%;
    color: #000000;
}.EOLhbcontact .xykLgsupport_now {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
}.EOLhbcontact .xykLgsupport_now span {
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 25px;
    flex-direction: column;
    margin-bottom: 6px;
    background: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    display: flex;
    border-radius: 10px;
    transition: all 0.3s ease;
}.EOLhbcontact .xykLgsupport_now span:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-color: rgb(135,170,191);
}.EOLhbcontact .xykLgsupport_now span p {
    font-size: calc(17px * 1.05);
    margin: 0;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 600;
}.EOLhbcontact .xykLgsupport_now span {
    color: #000000;
}.EOLhbcontact .xykLgsupport_now span svg {
    height: 24px;
    fill: rgb(135,170,191);
    flex-shrink: 0;
    margin: 10px 10px 10px 0;
    transition: all 0.3s ease;
    width: 24px;
}.EOLhbcontact .xykLgsupport_now span:hover svg {
    fill: rgb(108,137,160);
    transform: translateY(-2px);
}.EOLhbcontact .xykLgsupport_now span svg path {
    transition: all 0.3s ease;
    stroke-width: 1;
    stroke: #ffffff;
}.EOLhbcontact .xykLgsupport_now span:hover svg path {
    stroke-width: 1.5;
}.EOLhbcontact .xykLgsupport_now span span {
    display: flex;
    border: none;
    padding: 5px 0 0 0;
    align-items: flex-start;
    margin: 0;
    background: transparent;
    text-align: left;
    font-size: 17px;
    color: #000000;
    box-shadow: none;
}.EOLhbcontact .xykLgsupport_now span span:hover {
    box-shadow: none;
    border-color: transparent;
}.EOLhbcontact .xykLgsupport_now span a {
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    color: rgb(135,170,191);
    position: relative;
    font-weight: 600;
}.EOLhbcontact .xykLgsupport_now span a:hover {
    color: rgb(108,137,160);
}.EOLhbcontact .xykLgsupport_now span a svg {
    margin-right: 8px;
}.EOLhbcontact .zJFHPwrite_page {
    background: rgb(164,206,222);
    margin-top: 20px;
    grid-column: 1 / -1;
    border-radius: 10px;
    padding: 30px;
}.EOLhbcontact .zJFHPwrite_page h4 {
    display: flex;
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    margin-bottom: 20px;
    align-items: center;
}.EOLhbcontact .zJFHPwrite_page h4 svg {
    margin-right: 10px;
    fill: rgb(135,170,191);
    height: 22px;
    width: 22px;
}.EOLhbcontact .zJFHPwrite_page span {
    color: #000000;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding: 10px 0;
    font-size: 17px;
}.EOLhbcontact .zJFHPwrite_page span:last-child {
    border-bottom: none;
}

@media (max-width: 992px) {.EOLhbcontact {
    padding: 60px 0;
}.EOLhbcontact .SKBPdconnect_section {
    padding: 40px 30px;
}.EOLhbcontact .LzQNhonline_form {
    max-width: 100%;
}.EOLhbcontact .xykLgsupport_now {
    grid-template-columns: repeat(2, 1fr);
}.EOLhbcontact .xykLgsupport_now span svg {
    width: 20px;
    height: 20px;
}
}

@media (max-width: 768px) {.EOLhbcontact {
    padding: 40px 0;
}.EOLhbcontact .SKBPdconnect_section {
    padding: 30px 20px;
}.EOLhbcontact .SKBPdconnect_section h3 {
    font-size: calc(34px * 0.85);
}.EOLhbcontact .xykLgsupport_now {
    grid-template-columns: 1fr;
    gap: 20px;
}.EOLhbcontact .xykLgsupport_now span {
    padding: 20px;
}.EOLhbcontact .xykLgsupport_now span svg {
    height: 18px;
    width: 18px;
}.EOLhbcontact .zJFHPwrite_page {
    padding: 20px;
}.EOLhbcontact .zJFHPwrite_page h4 svg {
    height: 18px;
    width: 18px;
}}.pIiWrcookie_popup_advisory {
    z-index: 90;
    padding: 20px 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    bottom: 0;
    transition: transform 0.3s ease-in-out;
    background: rgb(108,137,160);
    animation: slideUp 0.5s forwards;
    border-top: 3px solid rgb(108,137,160);
    width: 100%;
    transform: translateY(100%);
    position: fixed;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#HUIXicookieMessageModal {
    display: none;
}#HUIXicookieMessageModal:checked ~ .pIiWrcookie_popup_advisory {
    visibility: hidden;
    opacity: 0;
}.MoOzBdata_opt {
    gap: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 20px 5%;
}.pIiWrcookie_popup_advisory h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 23px;
}.pIiWrcookie_popup_advisory p {
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.5;
    color: #ffffff;
}.IRUHwaccept_cookies {
    flex-shrink: 0;
    display: flex;
    filter: drop-shadow(0 0 10px rgb(135,170,191));
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}.IRUHwaccept_cookies svg {
    width: 80px;
    fill: rgb(135,170,191);
    height: 80px;
    transition: transform 0.3s ease-in-out;
}.IRUHwaccept_cookies:hover svg {
    transform: scale(1.1);
}.LnvVcvisitor_acceptance {
    box-shadow: 0 0 15px rgb(135,170,191);
    white-space: nowrap;
    color: #000000;
    border-radius: 24px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    font-size: 19px;
    text-decoration: none;
    margin-left: 10px;
    min-width: 140px;
    cursor: pointer;
    padding: 10px 20px;
    text-align: center;
    line-height: 40px;
    flex-shrink: 0;
}.LnvVcvisitor_acceptance:hover {
    box-shadow: 0 0 20px rgb(108,137,160);
}.cookie_button.yDXguprivacy_ctrl {
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border: 2px solid rgb(108,137,160);
}.cookie_button.yDXguprivacy_ctrl:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(108,137,160);
}.pIiWrcookie_popup_advisory p a {
    text-decoration: none;
    color: rgb(135,170,191);
    transition: color 0.3s ease;
}.pIiWrcookie_popup_advisory p a:hover {
    color: rgb(108,137,160);
}
@media only screen and (max-width: 1200px) {.pIiWrcookie_popup_advisory {
    padding: 15px 0;
}.MoOzBdata_opt {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.IRUHwaccept_cookies {
    display: none;
}.MoOzBdata_opt {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.pIiWrcookie_popup_advisory h5 {
    font-size: 20px;
    margin-bottom: 5px;
}.geRpkcookie_screen {
    margin-bottom: 15px;
}.LnvVcvisitor_acceptance {
    min-width: 100%;
    margin: 10px 0;
}}
footer {
    position: relative;
    color: #ffffff;
    perspective: 1000px;
    font-family: Arial, sans-serif;
}footer::before {
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(135,170,191,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    opacity: 0.85;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
}footer::after {
    animation: scanline 10s linear infinite;
    z-index: -1;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
}.KhCAlscholar_cta {
    z-index: 1;
    padding: 5rem 0 3rem;
    position: relative;
}.KhCAlscholar_cta::before {
    width: 100%;
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(108,137,160) 50%, 
                transparent 100%);
    height: 2px;
    animation: glowPulse 3s ease-in-out infinite alternate;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}.KhCAlscholar_cta .container {
    display: grid;
    position: relative;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.KhCAlscholar_cta .company_holder {
    transition: all 0.4s ease;
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    padding: 2rem;
    border-left: 3px solid rgb(135,170,191);
    transform-style: preserve-3d;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}.KhCAlscholar_cta .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(135,170,191,0.5);
}.KhCAlscholar_cta .company_holder h3 {
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: calc(29px * 0.9);
    margin-bottom: 1.75rem;
    padding-bottom: 0.75rem;
    font-weight: 700;
    position: relative;
}.KhCAlscholar_cta .company_holder h3::after {
    position: absolute;
    left: 0;
    transition: width 0.4s ease-in-out;
    height: 3px;
    content: "";
    bottom: 0;
    width: 60px;
    background: rgb(135,170,191);
}.KhCAlscholar_cta .company_holder:hover h3::after {
    width: 100%;
}.KhCAlscholar_cta .BZbezclass_guide {
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    padding-left: 1rem;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
}.KhCAlscholar_cta .BZbezclass_guide::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 2px;
    top: 0;
    background: linear-gradient(to bottom, 
                rgb(135,170,191) 0%, 
                transparent 100%);
    left: 0;
}.KhCAlscholar_cta .DHXyKpitch_comp {
    position: relative;
}.KhCAlscholar_cta .ehEqDheader_edu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    height: 100%;
}.KhCAlscholar_cta .YAdzwmain_learning {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    padding: 2rem;
    transform-style: preserve-3d;
    border-radius: 25px;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
}.KhCAlscholar_cta .YAdzwmain_learning::before {
    z-index: -1;
    top: -50%;
    transition: all 0.6s ease;
    transform: rotate(45deg);
    left: -50%;
    width: 200%;
    position: absolute;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    height: 200%;
    content: "";
}.KhCAlscholar_cta .YAdzwmain_learning:hover::before {
    top: -100%;
    left: -100%;
}.KhCAlscholar_cta .YAdzwmain_learning::after {
    width: 0;
    height: 0;
    position: absolute;
    transform-style: preserve-3d;
    border-width: 0 25px 25px 0;
    transition: all 0.4s ease;
    transform: translateZ(5px);
    border-style: solid;
    right: 0;
    content: "";
    top: 0;
    border-color: transparent rgb(135,170,191) transparent transparent;
}.KhCAlscholar_cta .YAdzwmain_learning:hover::after {
    border-color: transparent rgb(108,137,160) transparent transparent;
    border-width: 0 35px 35px 0;
}.KhCAlscholar_cta .YAdzwmain_learning:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    transform: translateZ(15px) scale(1.03);
    background: rgba(255, 255, 255, 0.05);
}.KhCAlscholar_cta .YAdzwmain_learning h5 {
    letter-spacing: 0.5px;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    display: inline-block;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    font-size: 22px;
}.KhCAlscholar_cta .YAdzwmain_learning h5::before {
    bottom: -8px;
    position: absolute;
    left: 0;
    background: rgb(108,137,160);
    content: "";
    height: 1px;
    width: 100%;
}.KhCAlscholar_cta .YAdzwmain_learning h5::after {
    background: rgb(135,170,191);
    bottom: -8px;
    position: absolute;
    left: 0;
    height: 3px;
    content: "";
    transition: width 0.4s ease-in-out;
    width: 30%;
}.KhCAlscholar_cta .YAdzwmain_learning:hover h5::after {
    width: 100%;
}.KhCAlscholar_cta .YAdzwmain_learning .ehEqDheader_edu {
    gap: 0.875rem;
    flex-direction: column;
    display: flex;
}.KhCAlscholar_cta .YAdzwmain_learning a {
    color: rgba(255, 255, 255, 0.75);
    display: block;
    transform-style: preserve-3d;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    padding: 0.5rem 0;
}.KhCAlscholar_cta .YAdzwmain_learning a::before {
    content: "→";
    opacity: 0;
    transform: translateZ(5px);
    transition: all 0.3s ease;
    position: absolute;
    left: -20px;
}.KhCAlscholar_cta .YAdzwmain_learning a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    transform: translateX(20px);
    color: #ffffff;
}.KhCAlscholar_cta .YAdzwmain_learning a:hover::before {
    opacity: 1;
    left: 0;
}.kdQMAlinkedin_ref {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem 0;
    backdrop-filter: blur(10px);
    margin-top: 3rem;
    position: relative;
}.kdQMAlinkedin_ref::before {
    height: 1px;
    top: 0;
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(135,170,191) 30%, 
                #ffffff 50%, 
                rgb(108,137,160) 70%, 
                transparent 100%);
}.kdQMAlinkedin_ref .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.kdQMAlinkedin_ref .yEnPhprice_table {
    text-align: center;
    font-size: 15px;
    transition: all 0.3s ease;
    border-radius: 30px;
    color: rgba(255, 255, 255, 0.6);
    padding: 0.5rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    position: relative;
}.kdQMAlinkedin_ref .yEnPhprice_table:hover {
    background: rgba(0, 0, 0, 0.3);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(rgb(135,170,191), 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(108,137,160,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(108,137,160);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.KhCAlscholar_cta .company_holder::before,
.KhCAlscholar_cta .YAdzwmain_learning::before {
    width: 100px;
    content: "";
    z-index: -1;
    filter: blur(30px);
    height: 100px;
    position: absolute;
    background: radial-gradient(circle, rgb(135,170,191,0.5) 0%, transparent 70%);
    opacity: 0;
    border-radius: 50%;
    transition: opacity 0.5s ease;
}.KhCAlscholar_cta .company_holder::before {
    bottom: -20px;
    right: -20px;
}.KhCAlscholar_cta .YAdzwmain_learning::before {
    left: -20px;
    top: -20px;
}.KhCAlscholar_cta .company_holder:hover::before,
.KhCAlscholar_cta .YAdzwmain_learning:hover::before {
    opacity: 0.5;
}.KhCAlscholar_cta .company_holder::after {
    opacity: 0.7;
    content: "";
    border-top: 2px solid rgb(135,170,191);
    right: 20px;
    top: 20px;
    width: 30px;
    position: absolute;
    border-right: 2px solid rgb(135,170,191);
    height: 30px;
    transition: all 0.4s ease;
}.KhCAlscholar_cta .company_holder:hover::after {
    width: 40px;
    height: 40px;
    transform: rotate(45deg);
}

@media (max-width: 992px) {.KhCAlscholar_cta {
    padding: 4rem 0 2rem;
}.KhCAlscholar_cta .container {
    gap: 2rem;
    grid-template-columns: 1fr;
}.KhCAlscholar_cta .company_holder,
    .KhCAlscholar_cta .DHXyKpitch_comp {
    width: 100%;
}.KhCAlscholar_cta .ehEqDheader_edu {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.KhCAlscholar_cta {
    padding: 3.5rem 0 1.5rem;
}.KhCAlscholar_cta .ehEqDheader_edu {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.KhCAlscholar_cta .company_holder,
    .KhCAlscholar_cta .YAdzwmain_learning {
    padding: 1.5rem;
}.KhCAlscholar_cta .company_holder h3,
    .KhCAlscholar_cta .YAdzwmain_learning h5 {
    margin-bottom: 1.25rem;
}.kdQMAlinkedin_ref {
    padding: 1.25rem 0;
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.KhCAlscholar_cta {
    padding: 3rem 0 1rem;
}.KhCAlscholar_cta .company_holder {
    padding: 1.25rem;
}.KhCAlscholar_cta .company_holder h3 {
    font-size: calc(29px * 0.8);
}.KhCAlscholar_cta .YAdzwmain_learning h5 {
    font-size: calc(22px * 0.9);
}.KhCAlscholar_cta .YAdzwmain_learning a,
    .KhCAlscholar_cta .BZbezclass_guide {
    font-size: calc(16px * 0.9);
}.kdQMAlinkedin_ref .yEnPhprice_table {
    font-size: calc(15px * 0.9);
    padding: 0.4rem 1rem;
}}

.KhCAlscholar_cta .company_holder .BZbezclass_guide::after {
    width: 70px;
    content: "";
    position: absolute;
    left: 1rem;
    height: 3px;
    bottom: -10px;
    transition: width 0.4s ease;
    background: linear-gradient(to right, rgb(135,170,191), transparent);
}.KhCAlscholar_cta .company_holder:hover .BZbezclass_guide::after {
    width: calc(100% - 1rem);
}.KhCAlscholar_cta::after {
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    left: 0;
    opacity: 0.3;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
    background-size: 40px 40px;
}.KhCAlscholar_cta .YAdzwmain_learning:nth-child(1)::before {
    background: radial-gradient(circle, rgb(135,170,191,0.5) 0%, transparent 70%);
}.KhCAlscholar_cta .YAdzwmain_learning:nth-child(2)::before {
    background: radial-gradient(circle, rgb(108,137,160,0.5) 0%, transparent 70%);
}.KhCAlscholar_cta .ehEqDheader_edu a::after {
    left: 0;
    transition: width 0.3s ease;
    content: "";
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, rgb(135,170,191), rgb(108,137,160));
    width: 0;
    height: 1px;
}.KhCAlscholar_cta .ehEqDheader_edu a:hover::after {
    width: 100%;
}.frPkatariff_wrapper {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    padding: 100px 0;
}.frPkatariff_wrapper::before {
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(13, 27, 77, 0.85), rgba(20, 33, 61, 0.92));
    content: "";
    left: 0;
    position: absolute;
    top: 0;
}.frPkatariff_wrapper .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.mLvFIrate_panel {
    position: relative;
}.mLvFIrate_panel::before {
    top: -50px;
    background: radial-gradient(circle, rgb(135,170,191,0.5) 5%, transparent 70%);
    position: absolute;
    animation: pulseGlow 8s infinite alternate;
    height: 200px;
    content: "";
    width: 200px;
    filter: blur(15px);
    right: -50px;
}.mLvFIrate_panel::after {
    position: absolute;
    filter: blur(20px);
    height: 300px;
    left: -80px;
    animation: pulseGlow 10s infinite alternate-reverse;
    bottom: -80px;
    width: 300px;
    background: radial-gradient(ellipse, rgb(108,137,160,0.5) 5%, transparent 70%);
    content: "";
}.frPkatariff_wrapper h2 {
    margin-bottom: 20px;
    text-align: center;
    -webkit-background-clip: text !important;
    color: transparent;
    background: linear-gradient(to right, #ffffff, rgb(108,137,160));
    transition: transform 0.5s ease;
    transform: perspective(1000px) translateZ(10px);
    font-weight: 700;
    font-size: 28px;
    background-clip: text !important;
}.frPkatariff_wrapper .BPkvppricing_tiers {
    max-width: 800px;
    font-size: calc(13px * 1.1);
    margin: 0 auto 50px;
    line-height: 1.6;
    text-align: center;
    transform: perspective(1000px) translateZ(5px);
    color: rgb(255, 255, 255, 0.5);
}.frPkatariff_wrapper .LXCKcpricing_fees {
    gap: 30px;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
    margin: 0;
}.frPkatariff_wrapper .LXCKcpricing_fees li {
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.frPkatariff_wrapper .LXCKcpricing_fees li:hover {
    z-index: 5;
    transform: translateY(-15px) rotateY(5deg);
}.frPkatariff_wrapper .YLtwXpremium_cost {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(10px);
    display: block;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              0 5px 15px rgba(0, 0, 0, 0.1), 
              inset 0 1px 1px rgba(255, 255, 255, 0.1);
    text-decoration: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 100%;
    overflow: hidden;
}.frPkatariff_wrapper .YLtwXpremium_cost::before {
    content: "";
    opacity: 0;
    top: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(135,170,191,0.5), transparent 70%);
    width: 100%;
    transition: opacity 0.5s ease;
    height: 100%;
    left: 0;
}.frPkatariff_wrapper .YLtwXpremium_cost:hover::before {
    opacity: 0.2;
}.frPkatariff_wrapper .YLtwXpremium_cost::after {
    top: -50%;
    transform: rotate(45deg);
    content: "";
    transition: all 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
    height: 200%;
    width: 200%;
    z-index: 1;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    position: absolute;
    opacity: 0;
    left: -50%;
}.frPkatariff_wrapper .YLtwXpremium_cost:hover::after {
    top: 100%;
    opacity: 0.3;
    left: 100%;
}.frPkatariff_wrapper .XOCLppromo_plans {
    z-index: 2;
    position: relative;
    min-height: 400px;
    flex-direction: column;
    padding: 30px;
    display: flex;
    height: 100%;
    box-sizing: border-box;
}.frPkatariff_wrapper .rXtZqlearn_rates {
    flex: 1;
    flex-direction: column;
    display: flex;
}.frPkatariff_wrapper .YLtwXpremium_cost h4 {
    margin: 0 0 20px;
    padding-bottom: 15px;
    font-weight: 600;
    position: relative;
    color: rgb(135,170,191);
    font-size: calc(20px * 1.1);
    transition: transform 0.3s ease;
}.frPkatariff_wrapper .YLtwXpremium_cost:hover h4 {
    transform: translateX(5px);
}.frPkatariff_wrapper .YLtwXpremium_cost h4::after {
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    width: 60px;
    content: "";
    height: 3px;
    left: 0;
    background: linear-gradient(to right, rgb(135,170,191), rgb(108,137,160));
}.frPkatariff_wrapper .YLtwXpremium_cost:hover h4::after {
    width: 100px;
}.frPkatariff_wrapper .YLtwXpremium_cost p {
    max-height: 250px;
    scrollbar-color: rgb(135,170,191) rgba(255, 255, 255, 0.1);
    word-break: normal;
    flex: 1;
    color: #ffffff;
    scrollbar-width: thin;
    font-size: 13px;
    overflow-wrap: break-word;
    overflow-y: auto;
    line-height: 1.6;
    margin: 0 0 25px;
}.frPkatariff_wrapper .YLtwXpremium_cost p::-webkit-scrollbar {
    width: 6px;
}.frPkatariff_wrapper .YLtwXpremium_cost p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.frPkatariff_wrapper .YLtwXpremium_cost p::-webkit-scrollbar-thumb {
    background-color: rgb(135,170,191);
    border-radius: 10px;
}.frPkatariff_wrapper .aNQtbrate_choices {
    color: #ffffff;
    transform: translateZ(20px);
    align-self: flex-start;
    padding: 10px 20px;
    margin-top: auto;
    display: inline-block;
    font-size: calc(20px * 1.3);
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(135,170,191), rgb(108,137,160));
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    position: relative;
}.frPkatariff_wrapper .aNQtbrate_choices::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.6s ease;
    content: "";
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
}.frPkatariff_wrapper .YLtwXpremium_cost:hover .aNQtbrate_choices::before {
    left: 100%;
}

@keyframes pulseGlow {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.4;
  }
}

@media (max-width: 1200px) {.frPkatariff_wrapper {
    padding: 80px 0;
}.frPkatariff_wrapper .LXCKcpricing_fees {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}
}

@media (max-width: 992px) {.frPkatariff_wrapper h2 {
    font-size: calc(28px * 0.9);
}.frPkatariff_wrapper .BPkvppricing_tiers {
    font-size: 13px;
    margin-bottom: 40px;
}.frPkatariff_wrapper .XOCLppromo_plans {
    padding: 25px;
    min-height: 350px;
}
}

@media (max-width: 768px) {.frPkatariff_wrapper {
    padding: 60px 0;
}.frPkatariff_wrapper .LXCKcpricing_fees {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.frPkatariff_wrapper .YLtwXpremium_cost h4 {
    font-size: 20px;
}.frPkatariff_wrapper .aNQtbrate_choices {
    font-size: calc(20px * 1.1);
}.frPkatariff_wrapper .LXCKcpricing_fees li:hover {
    transform: translateY(-10px) rotateY(3deg);
}
}

@media (max-width: 576px) {.frPkatariff_wrapper {
    padding: 50px 0;
}.frPkatariff_wrapper h2 {
    font-size: calc(28px * 0.8);
}.frPkatariff_wrapper .BPkvppricing_tiers {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.frPkatariff_wrapper .LXCKcpricing_fees {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
}.frPkatariff_wrapper .XOCLppromo_plans {
    min-height: 300px;
    padding: 20px;
}.frPkatariff_wrapper .YLtwXpremium_cost p {
    font-size: calc(13px * 0.9);
    max-height: 180px;
}.frPkatariff_wrapper .aNQtbrate_choices {
    padding: 8px 15px;
}}.HqLeOcustomer_feedback {
    background: linear-gradient(135deg, rgb(164,206,222) 0%, rgb(108,137,160,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.HqLeOcustomer_feedback::before {
    height: 100%;
    content: "";
    opacity: 0.05;
    background-size: 100px 100px;
    pointer-events: none;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: 
        linear-gradient(45deg, transparent 40%, rgb(135,170,191,0.5) 40%, rgb(135,170,191,0.5) 60%, transparent 60%),
        linear-gradient(-45deg, transparent 40%, rgb(135,170,191,0.5) 40%, rgb(135,170,191,0.5) 60%, transparent 60%);
    width: 100%;
    position: absolute;
}.HqLeOcustomer_feedback h2 {
    font-weight: 700;
    color: #000000;
    transform-origin: center bottom;
    font-size: 38px;
    position: relative;
    transform: perspective(1000px) rotateX(5deg);
    margin-bottom: 60px;
    text-shadow: 0 2px 3px rgba(0,0,0,0.1);
    text-align: center;
}.HqLeOcustomer_feedback h2::after {
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    content: "";
    width: 80px;
    height: 4px;
}.HqLeOcustomer_feedback .container.suWcNskill_space {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
}.HqLeOcustomer_feedback .DHJwStestimonials {
    grid-template-columns: repeat(1, 1fr);
    display: grid;
    gap: 25px;
}.HqLeOcustomer_feedback .trbNUfeedback_list {
    overflow: hidden;
    padding: 30px 25px 25px;
    backface-visibility: hidden;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), 
                box-shadow 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 30px -10px rgba(0,0,0,0.1);
    transform-origin: center center;
    transform: perspective(1000px) rotateY(0deg);
    border-radius: 18px;
    background: #ffffff;
    position: relative;
}.HqLeOcustomer_feedback .trbNUfeedback_list::before {
    opacity: 0.2;
    color: rgb(135,170,191,0.5);
    z-index: 0;
    font-family: Arial, sans-serif;
    position: absolute;
    right: 20px;
    content: "";
    font-size: 150px;
    top: -30px;
    line-height: 1;
}.HqLeOcustomer_feedback .trbNUfeedback_list::after {
    transition: transform 0.4s ease-out;
    transform-origin: center;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(135,170,191), rgb(108,137,160));
    width: 100%;
    position: absolute;
    height: 5px;
    bottom: 0;
    content: "";
    left: 0;
}.HqLeOcustomer_feedback .trbNUfeedback_list:hover {
    box-shadow: 0 25px 50px -15px rgba(0,0,0,0.15), 
                0 5px 15px rgba(rgb(135,170,191,0.5), 0.2);
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
}.HqLeOcustomer_feedback .trbNUfeedback_list:hover::after {
    transform: scaleX(1);
}.HqLeOcustomer_feedback .trbNUfeedback_list h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: calc(21px * 0.9);
    position: relative;
    color: #000000;
    z-index: 2;
}.HqLeOcustomer_feedback .trbNUfeedback_list h3::before {
    transform-origin: left;
    left: 0;
    width: 25px;
    height: 2px;
    bottom: -5px;
    transition: width 0.3s ease;
    background-color: rgb(135,170,191);
    position: absolute;
    content: "";
}.HqLeOcustomer_feedback .trbNUfeedback_list:hover h3::before {
    width: 40px;
}.HqLeOcustomer_feedback .trbNUfeedback_list .description {
    color: #000000;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.65;
    font-size: 13px;
    z-index: 2;
}.HqLeOcustomer_feedback .trbNUfeedback_list div {
    transform: translateZ(0);
    overflow: hidden;
    transition: transform 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    height: 50px;
    z-index: 2;
    position: relative;
    width: 50px;
    border-radius: 50%;
}.HqLeOcustomer_feedback .trbNUfeedback_list:hover div {
    transform: scale(1.05) translateZ(0);
}.HqLeOcustomer_feedback .trbNUfeedback_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}.HqLeOcustomer_feedback .trbNUfeedback_list:hover img {
    transform: scale(1.1);
}

@media (min-width: 576px) {.HqLeOcustomer_feedback .DHJwStestimonials {
    grid-template-columns: repeat(2, 1fr);
}.HqLeOcustomer_feedback h2 {
    margin-bottom: 70px;
}
}

@media (min-width: 768px) {.HqLeOcustomer_feedback {
    padding: 100px 0;
}.HqLeOcustomer_feedback .DHJwStestimonials {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.HqLeOcustomer_feedback .trbNUfeedback_list {
    padding: 35px 30px 30px;
}
}

@media (min-width: 992px) {.HqLeOcustomer_feedback .DHJwStestimonials {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
}.HqLeOcustomer_feedback h2 {
    font-size: calc(38px * 1.1);
}.HqLeOcustomer_feedback .trbNUfeedback_list {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), 
                    box-shadow 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}.HqLeOcustomer_feedback .trbNUfeedback_list:nth-child(odd):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(2deg);
}.HqLeOcustomer_feedback .trbNUfeedback_list:nth-child(even):hover {
    transform: perspective(1000px) translateY(-10px) rotateY(-2deg);
}
}

@media (min-width: 1200px) {.HqLeOcustomer_feedback .DHJwStestimonials {
    grid-template-columns: repeat(4, 1fr);
}.HqLeOcustomer_feedback h2::after {
    width: 100px;
}.HqLeOcustomer_feedback .container.suWcNskill_space {
    padding: 0;
}
}

@media (hover: none) {.HqLeOcustomer_feedback .trbNUfeedback_list:hover {
    transform: translateY(0);
}.HqLeOcustomer_feedback .trbNUfeedback_list::after {
    transform: scaleX(1);
}}.xgqBXtraining_structure {
    position: relative;
    padding: 180px 0 150px;
    overflow: visible;
    background: linear-gradient(155deg, rgb(164,206,222) 0%, rgb(135,170,191,0.5) 100%);
}.xgqBXtraining_structure::before {
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0.1;
    background: linear-gradient(45deg, rgb(135,170,191,0.5) 0%, transparent 60%);
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
}.xgqBXtraining_structure .suWcNskill_space {
    display: flex;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    justify-content: flex-start;
    z-index: 2;
}.xgqBXtraining_structure .sfNzZstatement_box {
    width: 55%;
    margin-left: 5%;
    flex-direction: column;
    display: flex;
    position: relative;
}.xgqBXtraining_structure .sfNzZstatement_box h2 {
    margin-bottom: 0;
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 0 28px 28px 0;
    backdrop-filter: blur(10px);
    background: linear-gradient(120deg, rgb(135,170,191,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    padding: 40px;
    font-weight: 700;
    color: #ffffff;
    align-self: flex-start;
    font-size: 38px;
    transform: translateX(-80px) translateY(20px);
    z-index: 4;
    position: relative;
}.xgqBXtraining_structure .sfNzZstatement_box p {
    margin-top: -30px;
    position: relative;
    z-index: 3;
    border-radius: 28px 0 0 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 45px;
    backdrop-filter: blur(15px);
    align-self: flex-end;
    font-size: 18px;
    background: rgba(255, 255, 255, 0.05);
    line-height: 1.8;
    transform: translateX(60px);
    color: #ffffff;
}.xgqBXtraining_structure .sfNzZstatement_box::before {
    position: absolute;
    top: -130px;
    animation: rotate-float 40s infinite linear;
    transform: rotate(25deg);
    content: '';
    z-index: 1;
    right: -200px;
    width: 300px;
    opacity: 0.1;
    border: 2px solid rgb(135,170,191,0.5);
    height: 300px;
}.xgqBXtraining_structure .sfNzZstatement_box::after {
    opacity: 0.1;
    position: absolute;
    width: 250px;
    border: 2px solid rgb(108,137,160,0.5);
    content: '';
    height: 250px;
    animation: rotate-float 30s infinite linear reverse;
    transform: rotate(15deg);
    z-index: 0;
    bottom: -100px;
    left: -150px;
}.xgqBXtraining_structure .sfNzZstatement_box h2::before {
    position: absolute;
    z-index: -1;
    content: '';
    width: 80px;
    transform: rotate(45deg);
    left: -25px;
    opacity: 0.1;
    height: 80px;
    background: rgb(135,170,191);
    top: -25px;
}.xgqBXtraining_structure .sfNzZstatement_box h2::after {
    bottom: 0;
    left: 0;
    opacity: 0.6;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, rgb(135,170,191) 0%, transparent 100%);
    content: '';
    position: absolute;
}.xgqBXtraining_structure .sfNzZstatement_box p::before {
    top: 15%;
    height: 70%;
    opacity: 0.3;
    position: absolute;
    width: 15px;
    background: rgb(108,137,160,0.5);
    content: '';
    right: 0;
}.xgqBXtraining_structure .sfNzZstatement_box p::after {
    bottom: 20px;
    animation: pulse-width 5s infinite ease-in-out;
    height: 3px;
    right: 30px;
    background: linear-gradient(90deg, transparent 0%, rgb(135,170,191) 100%);
    opacity: 0.3;
    content: '';
    position: absolute;
    transform-origin: right center;
    width: 170px;
}.xgqBXtraining_structure::after {
    background: linear-gradient(90deg, transparent 0%, rgb(135,170,191) 60%, rgb(135,170,191) 100%);
    right: 0;
    width: 35%;
    content: '';
    opacity: 0.3;
    bottom: 50px;
    height: 2px;
    z-index: 1;
    position: absolute;
}.xgqBXtraining_structure .suWcNskill_space::before {
    border-radius: 50%;
    height: 250px;
    background: rgb(135,170,191);
    width: 250px;
    left: -125px;
    content: '';
    opacity: 0.05;
    animation: pulse-subtle 15s infinite alternate;
    filter: blur(80px);
    position: absolute;
    top: -125px;
}.xgqBXtraining_structure .suWcNskill_space::after {
    position: absolute;
    left: 30%;
    z-index: 0;
    opacity: 0.2;
    width: 1px;
    top: -25%;
    content: '';
    background: linear-gradient(to bottom, transparent, rgb(135,170,191,0.5), transparent);
    height: 150%;
}

@keyframes rotate-float {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@media screen and (max-width: 1200px) {.xgqBXtraining_structure .sfNzZstatement_box {
    width: 65%;
}.xgqBXtraining_structure .sfNzZstatement_box h2 {
    transform: translateX(-60px) translateY(20px);
}.xgqBXtraining_structure .sfNzZstatement_box p {
    transform: translateX(40px);
}.xgqBXtraining_structure .sfNzZstatement_box::before {
    right: -150px;
    width: 250px;
    height: 250px;
}.xgqBXtraining_structure .sfNzZstatement_box::after {
    left: -100px;
    width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 992px) {.xgqBXtraining_structure {
    padding: 150px 0 120px;
}.xgqBXtraining_structure .sfNzZstatement_box {
    width: 75%;
}.xgqBXtraining_structure .sfNzZstatement_box h2 {
    transform: translateX(-40px) translateY(15px);
    padding: 35px;
}.xgqBXtraining_structure .sfNzZstatement_box p {
    padding: 35px;
    transform: translateX(30px);
}.xgqBXtraining_structure .sfNzZstatement_box::before {
    height: 200px;
    right: -100px;
    top: -100px;
    width: 200px;
}.xgqBXtraining_structure .sfNzZstatement_box::after {
    height: 150px;
    left: -75px;
    width: 150px;
    bottom: -75px;
}.xgqBXtraining_structure .suWcNskill_space::after {
    left: 20%;
}
}

@media screen and (max-width: 768px) {.xgqBXtraining_structure {
    overflow: hidden;
    padding: 120px 0 100px;
}.xgqBXtraining_structure .suWcNskill_space {
    justify-content: center;
}.xgqBXtraining_structure .sfNzZstatement_box {
    margin-left: 0;
    width: 90%;
}.xgqBXtraining_structure .sfNzZstatement_box h2 {
    border-radius: 28px;
    align-self: center;
    transform: translateX(0) translateY(0);
    font-size: calc(38px * 0.9);
    padding: 30px;
    margin-bottom: 20px;
}.xgqBXtraining_structure .sfNzZstatement_box p {
    transform: translateX(0);
    align-self: center;
    padding: 30px;
    border-radius: 28px;
    margin-top: 0;
}.xgqBXtraining_structure .sfNzZstatement_box::before,
    .xgqBXtraining_structure .sfNzZstatement_box::after,
    .xgqBXtraining_structure::after,
    .xgqBXtraining_structure .suWcNskill_space::before,
    .xgqBXtraining_structure .suWcNskill_space::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.xgqBXtraining_structure {
    padding: 100px 0 80px;
}.xgqBXtraining_structure .sfNzZstatement_box {
    width: 100%;
}.xgqBXtraining_structure .sfNzZstatement_box h2 {
    font-size: calc(38px * 0.8);
    padding: 25px;
}.xgqBXtraining_structure .sfNzZstatement_box p {
    font-size: calc(18px * 0.9);
    padding: 25px;
}}.yvVmWour_mission {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(164,206,222), rgb(135,170,191,0.5) 85%);
    overflow: hidden;
    position: relative;
}.yvVmWour_mission::before {
    top: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 20px,
        rgba(rgb(108,137,160), 0.03) 20px,
        rgba(rgb(108,137,160), 0.03) 40px
    );
    width: 100%;
}.yvVmWour_mission::after {
    right: -20%;
    top: -50%;
    background: linear-gradient(145deg, rgb(135,170,191,0.5) 10%, transparent 70%);
    width: 70%;
    position: absolute;
    transform: rotate(25deg);
    z-index: 1;
    content: "";
    height: 200%;
    opacity: 0.4;
}.yvVmWour_mission .container {
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.yvVmWour_mission h1 {
    font-size: 39px;
    transform: translateX(-1rem);
    position: relative;
    animation: slideTitle 0.8s 0.2s forwards cubic-bezier(0.25, 1, 0.5, 1);
    margin-bottom: 3rem;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    opacity: 0;
}.yvVmWour_mission h1::after {
    position: absolute;
    bottom: -12px;
    animation: expandLine 1.2s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    background: linear-gradient(to right, rgb(135,170,191), rgb(108,137,160));
    height: 4px;
    width: 0;
    content: "";
}.yvVmWour_mission .WCbcIexpert_team {
    position: relative;
}.yvVmWour_mission .WCbcIexpert_team ul {
    gap: 3rem;
    padding: 0;
    grid-template-columns: 1fr;
    display: grid;
    list-style: none;
    margin: 0;
}.yvVmWour_mission .RlnqXmaster_class {
    animation: fadeUp 0.8s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    backdrop-filter: blur(5px);
    padding: 2.5rem;
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.07), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 0 rgba(255, 255, 255, 0.5) inset;
    border-left: 3px solid rgb(135,170,191);
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
                opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1),
                box-shadow 0.4s ease;
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
}.yvVmWour_mission .RlnqXmaster_class:nth-child(2) {
    animation-delay: 0.6s;
}.yvVmWour_mission .RlnqXmaster_class:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(0, 0, 10, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 1px 0 rgba(255, 255, 255, 0.6) inset;
}.yvVmWour_mission .RlnqXmaster_class::before {
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(108,137,160,0.5), 0.03) 100%);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    content: "";
}.yvVmWour_mission .RlnqXmaster_class h4 {
    margin-top: 0;
    font-size: calc(21px * 1.2);
    color: rgb(135,170,191);
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.yvVmWour_mission .RlnqXmaster_class h4::after {
    height: 2px;
    width: 40px;
    bottom: -8px;
    left: 0;
    content: "";
    transition: width 0.4s ease;
    background: rgb(108,137,160);
    position: absolute;
}.yvVmWour_mission .RlnqXmaster_class:hover h4::after {
    width: 100%;
}.yvVmWour_mission .RlnqXmaster_class div {
    padding-right: 10px;
    line-height: 1.8;
    font-size: 15px;
    overflow-y: auto;
    position: relative;
    max-height: 250px;
    color: #000000;
}.yvVmWour_mission .RlnqXmaster_class div::-webkit-scrollbar {
    width: 4px;
}.yvVmWour_mission .RlnqXmaster_class div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.yvVmWour_mission .RlnqXmaster_class div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(135,170,191,0.5);
}

@keyframes slideTitle {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 80%;
    }
}

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

@media (min-width: 768px) {.yvVmWour_mission {
    padding: 7rem 0;
}.yvVmWour_mission h1 {
    font-size: calc(39px * 1.2);
}.yvVmWour_mission .WCbcIexpert_team ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}.yvVmWour_mission .RlnqXmaster_class {
    padding: 3rem;
}.yvVmWour_mission .RlnqXmaster_class div {
    max-height: 320px;
}
}

@media (min-width: 1200px) {.yvVmWour_mission {
    padding: 9rem 0;
}.yvVmWour_mission::after {
    right: -10%;
}.yvVmWour_mission .container {
    padding: 0 3rem;
}.yvVmWour_mission h1 {
    margin-bottom: 4rem;
}.yvVmWour_mission .WCbcIexpert_team ul {
    gap: 3rem;
}.yvVmWour_mission .RlnqXmaster_class {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1), 
                    box-shadow 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.yvVmWour_mission .RlnqXmaster_class:hover {
    transform: translateY(-10px) scale(1.02);
}.yvVmWour_mission .RlnqXmaster_class div {
    max-height: 350px;
}
}

@media (max-width: 767px) {.yvVmWour_mission {
    padding: 4rem 0;
}.yvVmWour_mission h1 {
    font-size: calc(39px * 0.9);
}.yvVmWour_mission .RlnqXmaster_class {
    padding: 2rem;
    margin-bottom: 2rem;
}.yvVmWour_mission .RlnqXmaster_class h4 {
    font-size: 21px;
}.yvVmWour_mission .RlnqXmaster_class div {
    max-height: 200px;
    font-size: calc(15px * 0.95);
}
}