* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}.sMNyg-inner-container {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}.OzCde-nav-pagewrap {
    flex: 1 0 auto;
}.lDpMG-goal-footer {
    flex: 0 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1103px;
}@keyframes glow_scrollbar { 0% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } 50% { box-shadow: 0 0 15px rgba(0,0,0,0.5); } 100% { box-shadow: 0 0 5px rgba(0,0,0,0.2); } }

::-webkit-scrollbar {
    width: 8px;
    padding: 2px;
}::-webkit-scrollbar-button {
    height: 1px;
}::-webkit-scrollbar-track {
    border-radius: 16.3rem;
    background: linear-gradient(45deg, rgb(134,160,185) 25%, transparent 25%), linear-gradient(-45deg, rgb(134,160,185) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgb(134,160,185) 75%), linear-gradient(-45deg, transparent 75%, rgb(134,160,185) 75%);
}::-webkit-scrollbar-thumb {
    border-radius: 19px;
    border: 2px groove rgb(174,192,210);
    background: rgb(134,160,185);
    transition: transform 2s ease;
    min-height: 96px;
}::-webkit-scrollbar-thumb:active {
    background: rgb(255, 255, 255, 0.5);
    transform: translateY(1px);
}::-webkit-scrollbar-corner {
    background: rgb(134,160,185);
    border: 1px dashed rgb(174,192,210);
    border-radius: 7px;
}* {
    scrollbar-color: #ffffff rgb(174,192,210,0.5);
    scrollbar-width: none;
}html,body {
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    scroll-behavior: smooth;
}header,footer {
    width: 100%;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pHIgM-company-info {
    overflow: hidden;
    position: relative;
    background-color: rgb(214,222,236);
    padding: 90px 0;
}.pHIgM-company-info::before {
    position: absolute;
    z-index: 1;
    right: 0;
    height: 100%;
    opacity: 0.4;
    background: radial-gradient(circle at top right, rgb(174,192,210,0.5) 0%, transparent 70%);
    width: 40%;
    top: 0;
    content: "";
}.pHIgM-company-info::after {
    content: "";
    position: absolute;
    left: 0;
    width: 30%;
    background: radial-gradient(circle at bottom left, rgb(134,160,185,0.5) 0%, transparent 70%);
    bottom: 0;
    z-index: 1;
    height: 60%;
    opacity: 0.3;
}.pHIgM-company-info .container {
    z-index: 2;
    position: relative;
}.pHIgM-company-info .hSvGD-virtual-study {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: repeat(2, 1fr);
}.pHIgM-company-info h3 {
    color: #000000;
    font-weight: 700;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    font-size: 33px;
    grid-column: 1 / -1;
}.pHIgM-company-info h3::after {
    content: "";
    position: absolute;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(to right, rgb(174,192,210), rgb(134,160,185));
    left: 50%;
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
}.pHIgM-company-info .OdfPM-learning-corner {
    position: relative;
    border-radius: 13px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    transform: translateX(0);
    background: #ffffff;
    flex-direction: column;
    padding: 30px;
    display: flex;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.pHIgM-company-info .OdfPM-learning-corner:hover {
    transform: translateX(10px);
}.pHIgM-company-info .OdfPM-learning-corner span {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: rgb(174,192,210);
}.pHIgM-company-info .OdfPM-learning-corner span::after {
    position: absolute;
    left: 0;
    content: "";
    height: 2px;
    background-color: rgb(134,160,185);
    bottom: -5px;
    width: 40px;
}.pHIgM-company-info .OdfPM-learning-corner p {
    color: #000000;
    line-height: 1.7;
    font-size: 12px;
    margin-bottom: 25px;
}.pHIgM-company-info .WfdkZ-img-fit {
    border-radius: 13px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    height: 250px;
    position: relative;
}.pHIgM-company-info .WfdkZ-img-fit::after {
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    position: absolute;
    left: 0;
}.pHIgM-company-info .BbcNE-mentor-values {
    background: #ffffff;
    border-radius: 13px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    padding: 30px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    position: relative;
    transform: translateX(0);
}.pHIgM-company-info .BbcNE-mentor-values:hover {
    transform: translateX(-10px);
}.pHIgM-company-info .BbcNE-mentor-values p {
    padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
    line-height: 1.7;
    color: #000000;
    font-size: 12px;
}.pHIgM-company-info .Vvoip-study-zone {
    height: 250px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 13px;
}.pHIgM-company-info .Vvoip-study-zone::after {
    position: absolute;
    background: linear-gradient(to bottom, transparent 75%, rgba(0, 0, 0, 0.3));
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: "";
}.pHIgM-company-info .OdfPM-learning-corner,
.pHIgM-company-info .BbcNE-mentor-values {
    border-top: 4px solid rgb(174,192,210);
}.pHIgM-company-info .BbcNE-mentor-values {
    border-color: rgb(134,160,185);
}.pHIgM-company-info .hSvGD-virtual-study::before {
    z-index: -1;
    border-radius: 50%;
    border: 2px dotted rgb(174,192,210,0.5);
    content: "";
    opacity: 0.4;
    left: -100px;
    animation: rotate 30s linear infinite;
    position: absolute;
    top: -100px;
    width: 200px;
    height: 200px;
}.pHIgM-company-info .hSvGD-virtual-study::after {
    border: 2px dotted rgb(134,160,185,0.5);
    content: "";
    width: 150px;
    height: 150px;
    border-radius: 50%;
    opacity: 0.4;
    bottom: -75px;
    position: absolute;
    right: -75px;
    z-index: -1;
    animation: rotate 20s linear infinite reverse;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 1200px) {.pHIgM-company-info {
    padding: 80px 0;
}.pHIgM-company-info .hSvGD-virtual-study {
    grid-gap: 40px;
}.pHIgM-company-info h3 {
    margin-bottom: 40px;
}
}

@media (max-width: 992px) {.pHIgM-company-info .hSvGD-virtual-study {
    grid-template-columns: 1fr;
    grid-gap: 50px;
}.pHIgM-company-info h3 {
    margin-bottom: 35px;
}.pHIgM-company-info .OdfPM-learning-corner:hover,
    .pHIgM-company-info .BbcNE-mentor-values:hover {
    transform: translateY(-10px);
}
}

@media (max-width: 768px) {.pHIgM-company-info {
    padding: 60px 0;
}.pHIgM-company-info h3 {
    font-size: calc(33px * 0.9);
}.pHIgM-company-info .OdfPM-learning-corner,
    .pHIgM-company-info .BbcNE-mentor-values {
    padding: 25px;
}.pHIgM-company-info .OdfPM-learning-corner span {
    font-size: calc(22px * 0.9);
}.pHIgM-company-info .WfdkZ-img-fit,
    .pHIgM-company-info .Vvoip-study-zone {
    height: 220px;
}
}

@media (max-width: 576px) {.pHIgM-company-info {
    padding: 50px 0;
}.pHIgM-company-info h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 30px;
}.pHIgM-company-info .OdfPM-learning-corner,
    .pHIgM-company-info .BbcNE-mentor-values {
    padding: 20px;
}.pHIgM-company-info .OdfPM-learning-corner p,
    .pHIgM-company-info .BbcNE-mentor-values p {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
    margin-bottom: 20px;
}.pHIgM-company-info .WfdkZ-img-fit,
    .pHIgM-company-info .Vvoip-study-zone {
    height: 200px;
}}

.pHIgM-company-info .OdfPM-learning-corner::before,
.pHIgM-company-info .BbcNE-mentor-values::before {
    right: 30px;
    content: "";
    width: 20px;
    background: rgb(174,192,210);
    top: -10px;
    position: absolute;
    transform: rotate(45deg);
    z-index: -1;
    height: 20px;
}.pHIgM-company-info .BbcNE-mentor-values::before {
    background: rgb(134,160,185);
}.pHIgM-company-info .OdfPM-learning-corner,
.pHIgM-company-info .BbcNE-mentor-values {
    overflow: hidden;
}.pHIgM-company-info .OdfPM-learning-corner::after,
.pHIgM-company-info .BbcNE-mentor-values::after {
    opacity: 0.2;
    right: -50%;
    width: 100px;
    top: -50%;
    height: 100px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 70%);
    position: absolute;
    content: "";
}

@media (min-width: 1400px) {.pHIgM-company-info .container {
    max-width: 1320px;
}}.eUbXV-program-information {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(174,192,210,0.5) 0%, rgb(214,222,236) 50%, rgb(134,160,185,0.5) 100%);
    padding: 7rem 0;
    position: relative;
}.eUbXV-program-information::before {
    z-index: 0;
    height: 150%;
    opacity: 0.6;
    content: "";
    left: -25%;
    width: 150%;
    filter: blur(60px);
    transform-origin: center;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    position: absolute;
    top: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(174,192,210,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(134,160,185,0.5) 0%, transparent 50%);
}.eUbXV-program-information::after {
    height: 100%;
    top: 0;
    position: absolute;
    width: 100%;
    content: "";
    left: 0;
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    animation: gridMove 30s linear infinite;
    background-size: 20px 20px;
    z-index: 1;
}.eUbXV-program-information .container {
    position: relative;
    z-index: 2;
}.eUbXV-program-information .hSvGD-virtual-study {
    grid-template-rows: repeat(12, minmax(30px, auto));
    display: grid;
    min-height: 550px;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    position: relative;
}.eUbXV-program-information .lMpXw-fast-development {
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transform: translateZ(0);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 5;
    position: relative;
    padding: 2.5rem;
    grid-row: 3 / 11;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / 8;
    border-radius: 15px;
}.eUbXV-program-information .lMpXw-fast-development::before {
    z-index: -1;
    border-radius: 15px;
    top: 0;
    opacity: 0.15;
    height: 100%;
    width: 100%;
    content: "";
    background: 
        radial-gradient(circle at 90% 10%, rgb(174,192,210,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(134,160,185,0.5) 0%, transparent 80%);
    left: 0;
    position: absolute;
}.eUbXV-program-information .lMpXw-fast-development::after {
    width: 80%;
    height: 1px;
    transform: translateX(-50%);
    content: "";
    filter: blur(1px);
    position: absolute;
    background: linear-gradient(to right, rgb(174,192,210) 0%, transparent 100%);
    bottom: -10px;
    left: 50%;
}.eUbXV-program-information .eUihK-header-primary {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    width: 110px;
    position: relative;
    height: 110px;
    transform-style: preserve-3d;
}.eUbXV-program-information .eUihK-header-primary::before {
    z-index: -1;
    background: conic-gradient(
        from 0deg, 
        rgb(174,192,210) 0%, 
        rgb(134,160,185) 50%, 
        rgb(174,192,210) 100%
    );
    animation: rotateConic 10s linear infinite;
    content: "";
    inset: -4px;
    position: absolute;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
}.eUbXV-program-information .eUihK-header-primary::after {
    inset: 6px;
    z-index: -1;
    position: absolute;
    background: rgb(214,222,236);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    content: "";
}.eUbXV-program-information .eUihK-header-primary svg {
    width: 60px;
    filter: drop-shadow(0 0 10px rgb(174,192,210,0.5));
    height: 60px;
    top: 50%;
    z-index: 1;
    animation: floatLogo 6s ease-in-out infinite;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}.eUbXV-program-information .eUihK-header-primary svg path {
    fill: rgb(174,192,210);
    transition: fill 0.3s ease;
}.eUbXV-program-information h3 {
    text-shadow: 0 0 20px rgb(174,192,210,0.5);
    color: #ffffff;
    font-size: 30px;
    transform-origin: left bottom;
    font-weight: 700;
    line-height: 1.3;
    padding-right: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 1.5rem;
    position: relative;
}.eUbXV-program-information h3::before {
    height: 3px;
    background: rgb(174,192,210);
    position: absolute;
    bottom: -8px;
    width: 60px;
    content: "";
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    left: 0;
    transform-origin: left;
}.eUbXV-program-information p {
    transform-origin: left bottom;
    position: relative;
    transform: perspective(1000px) rotateX(1deg);
    max-width: 100%;
    line-height: 1.8;
    color: #ffffff;
    margin-bottom: 0;
    font-size: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.eUbXV-program-information .WfdkZ-img-fit {
    position: relative;
    z-index: 4;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    animation: morphShape 20s ease-in-out infinite alternate;
    overflow: hidden;
    height: 500px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    grid-row: 1 / 13;
    grid-column: 5 / 13;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.eUbXV-program-information .WfdkZ-img-fit::before {
    opacity: 0.6;
    z-index: 1;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(174,192,210,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(134,160,185,0.5) 0%, transparent 70%);
    inset: 0;
    mix-blend-mode: overlay;
    position: absolute;
    content: "";
}.eUbXV-program-information .WfdkZ-img-fit::after {
    animation: pulseOverlay 15s ease-in-out infinite;
    content: "";
    z-index: 1;
    position: absolute;
    height: 150%;
    left: -25%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(214,222,236) 100%
    );
    width: 150%;
    top: -25%;
    mix-blend-mode: multiply;
    opacity: 0.2;
}.eUbXV-program-information .hSvGD-virtual-study:hover .WfdkZ-img-fit {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}.eUbXV-program-information .hSvGD-virtual-study:hover .lMpXw-fast-development {
    transform: translateZ(20px) translateX(10px);
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}.eUbXV-program-information .hSvGD-virtual-study:hover .eUihK-header-primary {
    transform: rotate(5deg) scale(1.05);
}.eUbXV-program-information .hSvGD-virtual-study:hover .eUihK-header-primary svg path {
    fill: rgb(134,160,185);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.eUbXV-program-information .hSvGD-virtual-study {
    min-height: 500px;
}.eUbXV-program-information .lMpXw-fast-development {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.eUbXV-program-information h3 {
    font-size: calc(30px * 0.9);
}.eUbXV-program-information .eUihK-header-primary {
    height: 100px;
    width: 100px;
}.eUbXV-program-information .eUihK-header-primary svg {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 992px) {.eUbXV-program-information {
    padding: 5rem 0;
}.eUbXV-program-information .hSvGD-virtual-study {
    grid-template-columns: 1fr;
    min-height: auto;
    grid-template-rows: auto auto;
    gap: 10px;
}.eUbXV-program-information .lMpXw-fast-development {
    z-index: 5;
    grid-column: 1 / -1;
    margin-top: -80px;
    grid-row: 2 / 3;
    padding: 2.5rem;
}.eUbXV-program-information .WfdkZ-img-fit {
    height: 350px;
    grid-column: 1 / -1;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-row: 1 / 2;
}.eUbXV-program-information .eUihK-header-primary {
    margin-right: auto;
    margin-left: auto;
}.eUbXV-program-information h3 {
    text-align: center;
    padding-right: 0;
}.eUbXV-program-information h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.eUbXV-program-information p {
    text-align: center;
}.eUbXV-program-information .hSvGD-virtual-study:hover .WfdkZ-img-fit {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.eUbXV-program-information .hSvGD-virtual-study:hover .lMpXw-fast-development {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.eUbXV-program-information {
    padding: 4rem 0;
}.eUbXV-program-information .WfdkZ-img-fit {
    height: 300px;
}.eUbXV-program-information .lMpXw-fast-development {
    margin-top: -60px;
    padding: 2rem;
}.eUbXV-program-information .eUihK-header-primary {
    height: 90px;
    margin-bottom: 1.3rem;
    width: 90px;
}.eUbXV-program-information .eUihK-header-primary svg {
    height: 50px;
    width: 50px;
}.eUbXV-program-information h3 {
    margin-bottom: 1.3rem;
    font-size: calc(30px * 0.8);
}.eUbXV-program-information p {
    line-height: 1.7;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 576px) {.eUbXV-program-information {
    padding: 3rem 0;
}.eUbXV-program-information .WfdkZ-img-fit {
    height: 250px;
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
}.eUbXV-program-information .lMpXw-fast-development {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.eUbXV-program-information .eUihK-header-primary {
    height: 80px;
    margin-bottom: 1.2rem;
    width: 80px;
}.eUbXV-program-information .eUihK-header-primary svg {
    height: 45px;
    width: 45px;
}.eUbXV-program-information h3 {
    font-size: calc(30px * 0.7);
    margin-bottom: 1.2rem;
}.eUbXV-program-information h3::before {
    height: 2px;
    width: 50px;
}.eUbXV-program-information p {
    line-height: 1.6;
    font-size: calc(15px * 0.9);
}}.LElPT-join-list {
    padding: 4rem 2rem;
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(134,160,185) 0%, rgb(174,192,210) 100%);
    overflow: hidden;
}.LElPT-join-list::before {
    left: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, rgba(255,255,255,0.03), rgba(255,255,255,0.03) 2px, transparent 2px, transparent 8px);
    content: "";
}.LElPT-join-list::after {
    border-radius: 50%;
    right: -5%;
    animation: pulse 8s infinite alternate ease-in-out;
    height: 300px;
    z-index: -1;
    width: 300px;
    content: "";
    top: -10%;
    position: absolute;
    background: radial-gradient(circle, rgb(174,192,210,0.5) 0%, transparent 70%);
}.LElPT-join-list .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.LElPT-join-list .hSvGD-virtual-study {
    align-items: center;
    gap: 2rem;
    justify-content: center;
    display: flex;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    padding: 2rem;
}.LElPT-join-list .hSvGD-virtual-study::before {
    opacity: 0.08;
    content: "";
    transform: translateZ(-10px);
    top: 0;
    clip-path: polygon(0 15%, 100% 0, 100% 85%, 0 100%);
    width: 100%;
    position: absolute;
    background: rgb(255, 255, 255, 0.5);
    height: 100%;
    z-index: -1;
    left: 0;
}.LElPT-join-list h4 {
    max-width: 800px;
    z-index: 2;
    font-family: Arial, sans-serif;
    text-align: center;
    position: relative;
    line-height: 1.4;
    transform: translateY(0);
    transition: transform 0.5s ease;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-weight: 600;
    color: #ffffff;
    font-size: clamp(1.25rem, 4vw, 1.75rem);
    margin: 0;
}.LElPT-join-list h4::after {
    content: "";
    width: 80px;
    background: #ffffff;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    bottom: -12px;
    height: 3px;
    transform: translateX(-50%);
}.LElPT-join-list .input_holder {
    width: 100%;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
    max-width: 600px;
    justify-content: center;
}.LElPT-join-list .input_holder span {
    position: relative;
    flex: 1 1 250px;
}.LElPT-join-list .input_holder span:first-child {
    flex: 1 1 350px;
}.LElPT-join-list input[type="email"] {
    color: #ffffff;
    padding: 1rem 1.5rem;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    font-weight: 400;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    transition: all 0.3s ease;
    border: 2px solid rgba(255,255,255,0.3);
    background: rgba(255,255,255,0.1);
    width: 100%;
    font-family: Arial, sans-serif;
}.LElPT-join-list input[type="email"]:focus {
    border-color: #ffffff;
    background: rgba(255,255,255,0.15);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    outline: none;
}.LElPT-join-list input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
    opacity: 1;
    transition: opacity 0.3s ease;
}.LElPT-join-list input[type="email"]:focus::placeholder {
    opacity: 0.5;
}.LElPT-join-list .xSNjK-sub-cards {
    font-family: Arial, sans-serif;
    width: 100%;
    font-size: 16px;
    background: #ffffff;
    color: rgb(134,160,185);
    border: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    font-weight: 600;
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 1rem 1.5rem;
}.LElPT-join-list .xSNjK-sub-cards::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    left: -100%;
}.LElPT-join-list .xSNjK-sub-cards:hover {
    background: #ffffff;
    color: rgb(174,192,210);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}.LElPT-join-list .xSNjK-sub-cards:hover::before {
    left: 100%;
}.LElPT-join-list .xSNjK-sub-cards:active {
    transform: translateY(0);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

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

@media (min-width: 768px) {.LElPT-join-list {
    padding: 5rem 2rem;
}.LElPT-join-list .hSvGD-virtual-study {
    gap: 3rem;
    flex-direction: row;
    justify-content: space-between;
}.LElPT-join-list .hSvGD-virtual-study > div {
    flex: 1 1 50%;
    text-align: left;
}.LElPT-join-list h4 {
    text-align: left;
}.LElPT-join-list h4::after {
    left: 0;
    transform: none;
}.LElPT-join-list .input_holder {
    justify-content: flex-end;
    flex: 1 1 50%;
}
}

@media (max-width: 767px) {.LElPT-join-list .hSvGD-virtual-study::before {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.LElPT-join-list .hSvGD-virtual-study {
    padding: 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}
}

@media (max-width: 480px) {.LElPT-join-list {
    padding: 3rem 1rem;
}.LElPT-join-list h4 {
    font-size: 1.2rem;
}.LElPT-join-list .input_holder span {
    flex: 1 1 100%;
}.LElPT-join-list input[type="email"],
    .LElPT-join-list .xSNjK-sub-cards {
    padding: 0.875rem 1.25rem;
}}.XCMNn-statistical-data {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,222,236) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 5rem 2rem;
}.XCMNn-statistical-data::before {
    opacity: 0.05;
    height: 100%;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(45deg, rgb(174,192,210,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(174,192,210,0.5) 15%, transparent 15%);
    background-size: 60px 60px;
    content: "";
    width: 100%;
    left: 0;
    pointer-events: none;
}.XCMNn-statistical-data::after {
    top: -10%;
    right: -5%;
    filter: blur(80px);
    opacity: 0.15;
    width: 300px;
    z-index: -1;
    content: "";
    position: absolute;
    height: 300px;
    background: linear-gradient(to right, rgb(174,192,210,0.5), rgb(134,160,185,0.5));
}.XCMNn-statistical-data h3 {
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: -0.5px;
    transform: translateX(10px);
    font-weight: 700;
    font-size: 38px;
    text-align: left;
    margin-bottom: 3rem;
    color: rgb(174,192,210);
}.XCMNn-statistical-data h3::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(90deg, rgb(174,192,210) 0%, rgb(134,160,185) 100%);
    height: 3px;
    transform-origin: left center;
    position: absolute;
    left: 0;
    width: 60px;
    content: "";
    bottom: -12px;
    transform: scaleX(1);
}.XCMNn-statistical-data .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.XCMNn-statistical-data ul {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin: 0;
    padding: 0;
    gap: 2rem;
    list-style: none;
    display: grid;
    perspective: 1000px;
}.XCMNn-statistical-data .SrOuZ-statistics-points {
    transform: translateZ(0) rotateX(0deg);
    position: relative;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), 
                box-shadow 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 2rem;
    transform-style: preserve-3d;
    border-left: 2px solid rgb(174,192,210,0.5);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 15px), 
        calc(100% - 15px) 100%, 
        0 100%
    );
    overflow: hidden;
    backdrop-filter: blur(5px);
}.XCMNn-statistical-data .SrOuZ-statistics-points::before {
    left: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent 60%, rgb(174,192,210,0.5) 150%);
    content: "";
    transition: opacity 0.5s ease;
    width: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0;
    top: 0;
}.XCMNn-statistical-data .SrOuZ-statistics-points:hover {
    transform: translateZ(10px) rotateX(2deg);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.5);
}.XCMNn-statistical-data .SrOuZ-statistics-points:hover::before {
    opacity: 0.1;
}.XCMNn-statistical-data .SrOuZ-statistics-points span {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    display: block;
    position: relative;
    font-size: 12px;
    color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    font-weight: 600;
    transform: translateY(0);
    margin-bottom: 1rem;
}.XCMNn-statistical-data .SrOuZ-statistics-points p {
    display: inline-block;
    color: rgb(174,192,210);
    background-clip: text !important;
    transform: translateY(0);
    margin: 0;
    background: linear-gradient(135deg, rgb(174,192,210) 0%, rgb(134,160,185) 100%);
    font-family: Arial, sans-serif;
    font-weight: 700;
    position: relative;
    font-size: calc(42px * 1.2);
    color: transparent;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    -webkit-background-clip: text !important;
}.XCMNn-statistical-data .SrOuZ-statistics-points p::after {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: left center;
    left: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(174,192,210,0.5), transparent);
    height: 3px;
    content: "";
    bottom: 5px;
    position: absolute;
    width: 100%;
}.XCMNn-statistical-data .SrOuZ-statistics-points:hover span {
    transform: translateY(-5px);
}.XCMNn-statistical-data .SrOuZ-statistics-points:hover p {
    transform: translateY(-3px);
}.XCMNn-statistical-data .SrOuZ-statistics-points:hover p::after {
    transform: scaleX(1);
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(odd) {
    transform: translateZ(0) rotateX(0deg) rotateY(-1deg);
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(odd):hover {
    transform: translateZ(10px) rotateX(1deg) rotateY(-1deg);
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(even) {
    border-left: none;
    border-right: 2px solid rgb(134,160,185,0.5);
    transform: translateZ(0) rotateX(0deg) rotateY(1deg);
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(even):hover {
    transform: translateZ(10px) rotateX(1deg) rotateY(1deg);
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(3n+1) p {
    background: linear-gradient(135deg, rgb(174,192,210) 0%, rgb(134,160,185) 100%);
    -webkit-background-clip: text !important;
    background-clip: text !important;
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(3n+2) p {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(134,160,185) 0%, rgb(174,192,210) 100%);
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(3n+3) p {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, #ffffff 0%, rgb(174,192,210) 100%);
}

@media (max-width: 992px) {.XCMNn-statistical-data {
    padding: 4rem 1.5rem;
}.XCMNn-statistical-data h3 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.XCMNn-statistical-data ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}.XCMNn-statistical-data .SrOuZ-statistics-points {
    padding: 1.75rem;
}.XCMNn-statistical-data .SrOuZ-statistics-points p {
    font-size: calc(42px * 1);
}
}

@media (max-width: 768px) {.XCMNn-statistical-data {
    padding: 3.5rem 1.25rem;
}.XCMNn-statistical-data h3 {
    text-align: center;
    transform: translateX(0);
    font-size: calc(38px * 0.85);
}.XCMNn-statistical-data h3::after {
    left: 50%;
    transform: translateX(-50%);
}.XCMNn-statistical-data ul {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.XCMNn-statistical-data .SrOuZ-statistics-points {
    padding: 1.5rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            0 100%
        );
}.XCMNn-statistical-data .SrOuZ-statistics-points span {
    margin-bottom: 0.75rem;
    font-size: calc(12px * 0.95);
}.XCMNn-statistical-data .SrOuZ-statistics-points p {
    font-size: calc(38px * 1.1);
}
}

@media (max-width: 576px) {.XCMNn-statistical-data {
    padding: 3rem 1rem;
}.XCMNn-statistical-data h3 {
    margin-bottom: 2rem;
    font-size: calc(38px * 0.8);
}.XCMNn-statistical-data ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.XCMNn-statistical-data .SrOuZ-statistics-points {
    transform: none !important;
    padding: 1.25rem;
}.XCMNn-statistical-data .SrOuZ-statistics-points:hover {
    transform: translateY(-5px) !important;
}.XCMNn-statistical-data .SrOuZ-statistics-points span {
    font-size: 12px;
}.XCMNn-statistical-data .SrOuZ-statistics-points p {
    font-size: 38px;
}.XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(odd),
    .XCMNn-statistical-data .SrOuZ-statistics-points:nth-child(even) {
    border-left: 2px solid rgb(174,192,210,0.5);
    border-right: none;
}}.tSUkr-academic-expertise {
    background: linear-gradient(135deg, #000000 0%, rgb(214,222,236) 100%);
    position: relative;
    overflow: hidden;
    padding: 140px 0;
}.tSUkr-academic-expertise::before {
    animation: morphBackground 15s infinite alternate ease-in-out;
    height: 100%;
    top: 0;
    width: 100%;
    background: 
    radial-gradient(circle at 25% 25%, rgb(174,192,210,0.5) 0%, transparent 40%),
    radial-gradient(circle at 75% 75%, rgb(134,160,185,0.5) 0%, transparent 40%);
    left: 0;
    position: absolute;
    content: "";
    mix-blend-mode: screen;
}.tSUkr-academic-expertise .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.tSUkr-academic-expertise .EahFx-rating-reviews {
    position: relative;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 35% 1fr;
    display: grid;
    grid-template-areas:
    "photo name"
    "photo job"
    "quote quote";
    gap: 20px 40px;
}.tSUkr-academic-expertise .WfdkZ-img-fit {
    transform: perspective(1000px) rotateY(-8deg);
    border-radius: 24px;
    z-index: 3;
    box-shadow: 
    20px 20px 30px rgba(0, 0, 0, 0.5),
    -10px -10px 30px rgb(174,192,210,0.5);
    clip-path: polygon(0 0, 100% 10%, 90% 100%, 0 90%);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    height: 420px;
    grid-area: photo;
    position: relative;
}.tSUkr-academic-expertise .WfdkZ-img-fit::before {
    inset: 0;
    mix-blend-mode: multiply;
    content: "";
    background: linear-gradient(135deg, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    border-radius: 24px;
    position: absolute;
}.tSUkr-academic-expertise .EahFx-rating-reviews:hover .WfdkZ-img-fit {
    transform: perspective(1000px) rotateY(-4deg) translateZ(20px);
}.tSUkr-academic-expertise .name {
    padding-left: 20px;
    align-self: end;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    margin: 0;
    color: #ffffff;
    grid-area: name;
    font-weight: 700;
    transform-origin: left center;
    position: relative;
    font-size: 33px;
}.tSUkr-academic-expertise .name::after {
    bottom: -8px;
    transform-origin: left;
    position: absolute;
    transform: scaleX(0.6);
    width: 60px;
    transition: transform 0.5s ease;
    background: rgb(174,192,210);
    content: "";
    height: 4px;
    left: 20px;
}.tSUkr-academic-expertise .EahFx-rating-reviews:hover .name {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px);
}.tSUkr-academic-expertise .EahFx-rating-reviews:hover .name::after {
    transform: scaleX(1);
}.tSUkr-academic-expertise .EahFx-rating-reviews > span:not(.name) {
    letter-spacing: 1px;
    padding-left: 20px;
    transform-origin: left center;
    grid-area: job;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: 5px;
    font-weight: 600;
    color: rgb(134,160,185);
    font-size: 17px;
    text-transform: uppercase;
    transform: perspective(1000px) rotateY(5deg);
}.tSUkr-academic-expertise .EahFx-rating-reviews:hover > span:not(.name) {
    transform: perspective(1000px) rotateY(2deg) translateZ(10px);
}.tSUkr-academic-expertise .KgVQE-employee-info {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    border-radius: 24px;
    backdrop-filter: blur(10px);
    padding: 35px;
    color: #ffffff;
    line-height: 1.7;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: 2;
    transform: translateY(0);
    position: relative;
    font-size: 12px;
    grid-area: quote;
    font-weight: 300;
    margin: 30px 0 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
    border-left: 4px solid rgb(174,192,210);
}.tSUkr-academic-expertise .KgVQE-employee-info::before {
    top: -15px;
    font-size: calc(47px * 2);
    position: absolute;
    opacity: 0.7;
    left: 25px;
    color: rgb(174,192,210);
    content: "";
}.tSUkr-academic-expertise .EahFx-rating-reviews:hover .KgVQE-employee-info {
    transform: translateY(-10px);
}

@keyframes morphBackground {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1) rotate(0deg);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1) rotate(5deg);
  }
}

@media (max-width: 992px) {.tSUkr-academic-expertise {
    padding: 80px 0;
}.tSUkr-academic-expertise .EahFx-rating-reviews {
    grid-template-areas:
      "WfdkZ-img-fit"
      "name"
      "xtBlC-job-content"
      "KgVQE-employee-info";
    gap: 15px;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
}.tSUkr-academic-expertise .WfdkZ-img-fit {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    margin: 0 auto;
    height: 320px;
    transform: none;
    max-width: 320px;
}.tSUkr-academic-expertise .name,
  .tSUkr-academic-expertise .EahFx-rating-reviews > span:not(.name) {
    text-align: center;
    padding-left: 0;
    transform: none;
}.tSUkr-academic-expertise .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.6);
}.tSUkr-academic-expertise .EahFx-rating-reviews:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.tSUkr-academic-expertise .KgVQE-employee-info {
    margin-top: 20px;
}.tSUkr-academic-expertise .EahFx-rating-reviews:hover .WfdkZ-img-fit,
  .tSUkr-academic-expertise .EahFx-rating-reviews:hover .name,
  .tSUkr-academic-expertise .EahFx-rating-reviews:hover > span:not(.name),
  .tSUkr-academic-expertise .EahFx-rating-reviews:hover .KgVQE-employee-info {
    transform: none;
}
}

@media (max-width: 576px) {.tSUkr-academic-expertise {
    padding: 60px 0;
}.tSUkr-academic-expertise .WfdkZ-img-fit {
    height: 250px;
    max-width: 250px;
}.tSUkr-academic-expertise .name {
    font-size: 20px;
}.tSUkr-academic-expertise .KgVQE-employee-info {
    padding: 25px 20px;
    font-size: calc(12px * 0.95);
}}.xfZrV-title-intro {
    flex-direction: column;
    background: linear-gradient(135deg, #000000, rgb(174,192,210,0.5));
    display: flex;
    overflow: hidden;
    position: relative;
    min-height: 100vh;
}.xfZrV-title-intro .WfdkZ-img-fit {
    top: 0;
    opacity: 0.25;
    left: 0;
    filter: contrast(1.2) saturate(0.8);
    transition: transform 1.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    transform: scale(1.05);
    z-index: 1;
    position: absolute;
    width: 100%;
}.xfZrV-title-intro:hover .WfdkZ-img-fit {
    transform: scale(1.1);
}.xfZrV-title-intro .hSvGD-virtual-study {
    padding: 3rem 2rem;
    margin: auto;
    max-width: 1200px;
    flex-direction: column;
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    gap: 2rem;
}.xfZrV-title-intro h1 {
    transform: translateY(20px);
    opacity: 0;
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 1rem;
    font-size: clamp(2rem, 5vw, 41px);
    max-width: 800px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3), 0 5px 15px rgba(0, 0, 0, 0.1);
    font-weight: 700;
}.xfZrV-title-intro h1::after {
    position: absolute;
    animation: scaleIn 1s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    bottom: -0.5rem;
    background: rgb(134,160,185);
    left: 0;
    width: 80px;
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    content: "";
}.xfZrV-title-intro .bcPaA-text-card {
    max-width: 600px;
    gap: 2rem;
    flex-direction: column;
    display: flex;
    transform: translateY(20px);
    animation: fadeInUp 0.8s 0.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    opacity: 0;
}.xfZrV-title-intro p {
    line-height: 1.6;
    position: relative;
    margin-bottom: 1rem;
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 14px);
}.xfZrV-title-intro .fJMqA-start-intro {
    display: flex;
    opacity: 0;
    animation: fadeInUp 0.8s 0.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    justify-content: center;
    transform: translateY(20px);
    align-items: center;
    margin: 2rem 0;
}.xfZrV-title-intro svg {
    width: 120px;
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    height: 120px;
}.xfZrV-title-intro svg:hover {
    transform: translateY(-5px) scale(1.05);
    filter: drop-shadow(0 10px 20px rgba(94, 170, 168, 0.5));
}.xfZrV-title-intro svg path {
    transition: fill 0.5s ease;
    fill: rgb(94, 170, 168);
}.xfZrV-title-intro svg:hover path {
    fill: rgb(134,160,185);
}.xfZrV-title-intro svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.5s ease;
}.xfZrV-title-intro svg:hover text {
    fill: #ffffff;
}.xfZrV-title-intro h6 {
    animation: fadeInUp 0.8s 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    transform: translateY(20px);
    margin-top: 1rem;
    opacity: 0;
}.xfZrV-title-intro .rBCNo-reach-widget {
    color: #ffffff;
    border-radius: 10px;
    display: inline-block;
    background: linear-gradient(135deg, rgb(134,160,185), rgb(94, 170, 168));
    overflow: hidden;
    text-decoration: none;
    font-size: 18px;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 4px 20px rgba(94, 170, 168, 0.3);
    position: relative;
    z-index: 1;
    padding: 0.8rem 1.8rem;
    font-weight: 600;
}.xfZrV-title-intro .rBCNo-reach-widget::before {
    top: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s cubic-bezier(0.22, 1, 0.36, 1);
    opacity: 0;
    content: "";
    left: 0;
    background: linear-gradient(135deg, rgb(94, 170, 168), rgb(134,160,185));
    z-index: -1;
    height: 100%;
}.xfZrV-title-intro .rBCNo-reach-widget:hover {
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
    transform: translateY(-3px);
}.xfZrV-title-intro .rBCNo-reach-widget:hover::before {
    opacity: 1;
}.xfZrV-title-intro .rBCNo-reach-widget:active {
    transform: translateY(1px);
    box-shadow: 0 2px 10px rgba(94, 170, 168, 0.3);
}

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

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

@media (min-width: 768px) {.xfZrV-title-intro .hSvGD-virtual-study {
    padding: 4rem;
    align-items: flex-start;
}.xfZrV-title-intro h1 {
    max-width: 70%;
}.xfZrV-title-intro .bcPaA-text-card {
    max-width: 60%;
}.xfZrV-title-intro svg {
    height: 150px;
    width: 150px;
}.xfZrV-title-intro .WfdkZ-img-fit {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    opacity: 0.3;
}
}

@media (min-width: 992px) {.xfZrV-title-intro .hSvGD-virtual-study {
    padding: 5rem;
}.xfZrV-title-intro h1 {
    max-width: 60%;
}.xfZrV-title-intro .bcPaA-text-card {
    max-width: 50%;
}.xfZrV-title-intro svg {
    width: 180px;
    height: 180px;
}.xfZrV-title-intro .WfdkZ-img-fit {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 20% 100%);
    opacity: 0.35;
}
}

@media (max-width: 767px) {.xfZrV-title-intro .hSvGD-virtual-study {
    padding: 3rem 1.5rem;
    align-items: center;
    text-align: center;
}.xfZrV-title-intro h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes scaleIn {
        from {
            transform: translateX(-50%) scaleX(0);
        }
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }
    
    .xfZrV-title-intro .bcPaA-text-card {
    align-items: center;
}}.Ecxyn-gratPage {
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgb(174,192,210,0.5), rgb(134,160,185,0.5) 70%);
}.Ecxyn-gratPage::before {
    background-image: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
    height: 100%;
}.Ecxyn-gratPage::after {
    top: -50%;
    animation: pulse 15s infinite alternate ease-in-out;
    width: 100%;
    content: '';
    height: 100%;
    z-index: -1;
    position: absolute;
    opacity: 0.4;
    background: radial-gradient(circle, rgb(134,160,185,0.5) 0%, transparent 70%);
    right: -50%;
    transform: scale(1.5);
}.Ecxyn-gratPage .container {
    padding: 0 2rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.Ecxyn-gratPage .hSvGD-virtual-study {
    max-width: 900px;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    flex-direction: column;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    z-index: 2;
    box-shadow: 0 20px 40px 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);
    margin: 0 auto;
}.Ecxyn-gratPage .hSvGD-virtual-study:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.07),
                0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.Ecxyn-gratPage .hSvGD-virtual-study > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.Ecxyn-gratPage .hSvGD-virtual-study > div:first-child::before {
    content: '';
    width: 1.5rem;
    height: 60px;
    background: rgb(174,192,210);
    left: -3.5rem;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
}.Ecxyn-gratPage h5 {
    position: relative;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    color: #000000;
    border-left: 3px solid rgb(134,160,185);
    padding-left: 1rem;
    margin: 0;
}.Ecxyn-gratPage a {
    transition: all 0.4s ease;
    display: block;
    text-decoration: none;
    position: relative;
    transform-origin: left center;
    overflow: hidden;
}.Ecxyn-gratPage a::before {
    height: 100%;
    position: absolute;
    width: 100%;
    transition: opacity 0.5s ease;
    opacity: 0;
    content: '';
    background: linear-gradient(90deg, rgb(174,192,210,0.5) 0%, transparent 100%);
    z-index: -1;
}.Ecxyn-gratPage a:hover::before {
    opacity: 0.1;
}.Ecxyn-gratPage p {
    line-height: 1.7;
    color: #000000;
    font-size: 14px;
    transition: transform 0.3s ease, color 0.3s ease;
    margin: 0;
}.Ecxyn-gratPage a:hover p {
    transform: translateX(5px);
    color: rgb(174,192,210);
}.Ecxyn-gratPage .hSvGD-virtual-study > div:last-child {
    padding-top: 2rem;
    position: relative;
}.Ecxyn-gratPage .hSvGD-virtual-study > div:last-child::before {
    width: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, rgb(174,192,210,0.5), transparent 80%);
    height: 1px;
    content: '';
    left: 0;
}

@keyframes pulse {
    0% { transform: scale(1.5); opacity: 0.4; }
    50% { transform: scale(1.7); opacity: 0.5; }
    100% { transform: scale(1.5); opacity: 0.4; }
}

@media (max-width: 992px) {.Ecxyn-gratPage {
    padding: 4rem 0;
}.Ecxyn-gratPage .hSvGD-virtual-study {
    transform: perspective(800px) rotateX(1deg);
    padding: 2.5rem;
}.Ecxyn-gratPage .hSvGD-virtual-study > div:first-child::before {
    left: -2.5rem;
    height: 50px;
    width: 1rem;
}.Ecxyn-gratPage h5 {
    font-size: calc(22px - 0.1rem);
}
}

@media (max-width: 768px) {.Ecxyn-gratPage {
    padding: 3rem 0;
}.Ecxyn-gratPage .hSvGD-virtual-study {
    padding: 2rem;
    transform: none;
}.Ecxyn-gratPage .hSvGD-virtual-study:hover {
    transform: translateY(-5px);
}.Ecxyn-gratPage .hSvGD-virtual-study > div:first-child::before {
    left: -2rem;
    height: 40px;
    width: 0.7rem;
}.Ecxyn-gratPage h5 {
    padding-left: 0.7rem;
    font-size: calc(22px - 0.2rem);
}
}

@media (max-width: 576px) {.Ecxyn-gratPage {
    padding: 2.5rem 0;
}.Ecxyn-gratPage .container {
    padding: 0 1.5rem;
}.Ecxyn-gratPage .hSvGD-virtual-study {
    padding: 1.5rem;
}.Ecxyn-gratPage .hSvGD-virtual-study > div:first-child {
    margin-bottom: 1.5rem;
}.Ecxyn-gratPage .hSvGD-virtual-study > div:first-child::before {
    height: 30px;
    left: -1.5rem;
    width: 0.5rem;
}.Ecxyn-gratPage h5 {
    font-size: calc(22px - 0.3rem);
    padding-left: 0.5rem;
}.Ecxyn-gratPage p {
    line-height: 1.6;
    font-size: calc(14px - 0.1rem);
}.Ecxyn-gratPage .hSvGD-virtual-study > div:last-child {
    padding-top: 1.5rem;
}}.LQVZf-price-plan {
    background-color: rgb(214,222,236);
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.LQVZf-price-plan::before {
    top: 0;
    pointer-events: none;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(174,192,210,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 1;
}.LQVZf-price-plan::after {
    pointer-events: none;
    opacity: 0.15;
    background: linear-gradient(225deg, rgb(134,160,185) 0%, transparent 80%);
    height: 20rem;
    z-index: 1;
    content: "";
    width: 20rem;
    transform: rotate(-15deg);
    position: absolute;
    right: -5rem;
    bottom: -5rem;
}.LQVZf-price-plan .container {
    margin: 0 auto;
    z-index: 2;
    padding: 0 2rem;
    position: relative;
    max-width: 1400px;
}.LQVZf-price-plan .Culvt-plan-deals {
    gap: 3rem;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}.LQVZf-price-plan .XWGEl-lesson-fees {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    position: relative;
    background-color: #ffffff;
    border-left: 4px solid rgb(174,192,210);
    padding: 2rem;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.LQVZf-price-plan .XWGEl-lesson-fees::before {
    content: "";
    top: 20px;
    background-color: rgb(174,192,210);
    width: 40px;
    z-index: -1;
    height: 40px;
    transform: rotate(45deg);
    left: -20px;
    position: absolute;
}.LQVZf-price-plan .XWGEl-lesson-fees h2 {
    margin-bottom: 1.5rem;
    font-size: 35px;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    font-weight: 700;
    position: relative;
}.LQVZf-price-plan .XWGEl-lesson-fees h2::after {
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    background: linear-gradient(90deg, rgb(174,192,210), rgb(134,160,185));
    left: 0;
    bottom: -10px;
}.LQVZf-price-plan .XWGEl-lesson-fees .ynLaJ-promo-plans {
    line-height: 1.6;
    color: #000000;
    font-size: 17px;
    max-width: 80%;
}.LQVZf-price-plan .RMINY-plan-table {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    gap: 2rem;
    display: grid;
}.LQVZf-price-plan .YTmBF-package-deal {
    position: relative;
    text-decoration: none;
    transform-style: preserve-3d;
    color: inherit;
    display: block;
    transition: all 0.4s ease;
}.LQVZf-price-plan .YTmBF-package-deal:hover {
    transform: translateY(-10px);
}.LQVZf-price-plan .bIsxR-payment-option {
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
    position: relative;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    overflow: hidden;
    transform: translateZ(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    flex-direction: column;
}.LQVZf-price-plan .YTmBF-package-deal:hover .bIsxR-payment-option {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(174,192,210,0.5);
}.LQVZf-price-plan .YTmBF-package-deal:nth-child(odd) .bIsxR-payment-option {
    transform: rotate(-1deg);
}.LQVZf-price-plan .YTmBF-package-deal:nth-child(even) .bIsxR-payment-option {
    transform: rotate(1deg);
}.LQVZf-price-plan .YTmBF-package-deal:hover .bIsxR-payment-option {
    transform: rotate(0) translateZ(20px);
}.LQVZf-price-plan .cyauC-plan-options {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 2rem;
    position: relative;
    word-break: break-word;
    overflow-wrap: break-word;
    z-index: 2;
}.LQVZf-price-plan .cyauC-plan-options::before {
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    position: absolute;
    width: 100%;
    top: 0;
}.LQVZf-price-plan .cyauC-plan-options h3 {
    transition: transform 0.3s ease;
    position: relative;
    color: #000000;
    font-weight: 600;
    transform: translateZ(10px);
    margin-bottom: 1rem;
    font-size: calc(20px * 1.2);
}.LQVZf-price-plan .YTmBF-package-deal:hover .cyauC-plan-options h3 {
    transform: translateZ(25px);
}.LQVZf-price-plan .cyauC-plan-options h3::after {
    position: absolute;
    content: "";
    bottom: -8px;
    background: rgb(174,192,210);
    transition: width 0.3s ease;
    height: 3px;
    left: 0;
    width: 40px;
}.LQVZf-price-plan .YTmBF-package-deal:hover .cyauC-plan-options h3::after {
    width: 60px;
}.LQVZf-price-plan .kztQV-cert-plans {
    transform: translateZ(15px);
    margin: 0.5rem 0 1.5rem;
    display: block;
    color: rgb(174,192,210);
    position: relative;
    font-size: calc(20px * 1.8);
    font-weight: 700;
}.LQVZf-price-plan .kztQV-cert-plans::before {
    position: absolute;
    height: 2px;
    bottom: -8px;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(174,192,210,0.5), transparent);
    content: "";
}.LQVZf-price-plan .cyauC-plan-options p {
    color: #000000;
    flex: 1;
    line-height: 1.6;
    font-size: 17px;
    margin-top: 1rem;
    word-break: break-word;
    overflow-wrap: break-word;
}.LQVZf-price-plan .WfdkZ-img-fit {
    position: relative;
    transform: translateZ(0);
    width: 100%;
    overflow: hidden;
    height: 200px;
    transition: transform 0.5s ease;
}.LQVZf-price-plan .YTmBF-package-deal:hover .WfdkZ-img-fit {
    transform: scale(1.05) translateZ(0);
}.LQVZf-price-plan .WfdkZ-img-fit::after {
    content: "";
    bottom: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    height: 50%;
}.LQVZf-price-plan .WfdkZ-img-fit::before {
    content: "";
    z-index: 1;
    transition: opacity 0.3s ease;
    position: absolute;
    opacity: 0.15;
    background: rgb(174,192,210);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}.LQVZf-price-plan .YTmBF-package-deal:hover .WfdkZ-img-fit::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.LQVZf-price-plan .Culvt-plan-deals {
    grid-template-columns: 2fr 1fr;
    gap: 4rem;
}.LQVZf-price-plan .XWGEl-lesson-fees {
    padding: 3rem;
}.LQVZf-price-plan .RMINY-plan-table {
    grid-row: 1;
    grid-column: 1;
}.LQVZf-price-plan .XWGEl-lesson-fees {
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    top: 2rem;
    grid-column: 2;
    align-self: start;
    position: sticky;
}.LQVZf-price-plan .XWGEl-lesson-fees:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.LQVZf-price-plan .RMINY-plan-table {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.LQVZf-price-plan .cyauC-plan-options {
    min-height: 300px;
}
}

@media (max-width: 991px) {.LQVZf-price-plan {
    padding: 4rem 0;
}.LQVZf-price-plan .XWGEl-lesson-fees {
    order: -1;
}.LQVZf-price-plan .XWGEl-lesson-fees h2 {
    font-size: calc(35px * 0.9);
}.LQVZf-price-plan .XWGEl-lesson-fees .ynLaJ-promo-plans {
    max-width: 100%;
}
}

@media (max-width: 767px) {.LQVZf-price-plan {
    padding: 3rem 0;
}.LQVZf-price-plan .container {
    padding: 0 1.5rem;
}.LQVZf-price-plan .RMINY-plan-table {
    grid-template-columns: 1fr;
}.LQVZf-price-plan .XWGEl-lesson-fees h2 {
    font-size: calc(35px * 0.8);
}.LQVZf-price-plan .cyauC-plan-options {
    padding: 1.5rem;
}.LQVZf-price-plan .kztQV-cert-plans {
    font-size: calc(20px * 1.5);
}.LQVZf-price-plan .WfdkZ-img-fit {
    height: 180px;
}
}

@media (max-width: 480px) {.LQVZf-price-plan .cyauC-plan-options p {
    font-size: calc(17px * 0.9);
}.LQVZf-price-plan .cyauC-plan-options h3 {
    font-size: 20px;
}.LQVZf-price-plan .kztQV-cert-plans {
    font-size: calc(20px * 1.3);
}.LQVZf-price-plan .WfdkZ-img-fit {
    height: 160px;
}}footer {
    position: relative;
}footer::before {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    content: '';
    z-index: 1;
    background: linear-gradient(45deg, rgb(134,160,185,0.5) 0%, rgb(174,192,210,0.5) 100%);
}.lDpMG-goal-footer {
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    padding: 80px 0 40px;
    color: #ffffff;
}.lDpMG-goal-footer .container {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(12, 1fr);
}.lDpMG-goal-footer .company_holder {
    grid-column: 1 / 5;
    position: relative;
    z-index: 3;
}.lDpMG-goal-footer .company_holder h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 34px;
    font-weight: 700;
    padding-bottom: 10px;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
}.lDpMG-goal-footer .company_holder h3::after {
    background: rgb(174,192,210);
    border-radius: 10px;
    bottom: 0;
    height: 4px;
    left: 0;
    position: absolute;
    width: 40px;
    content: '';
}.lDpMG-goal-footer .XINRk-chrome-ext {
    background: rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(174,192,210);
    backdrop-filter: blur(10px);
    font-size: 17px;
    transform: translateZ(0);
    line-height: 1.6;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 20px;
    margin-top: 25px;
}.lDpMG-goal-footer .fBCvM-support-cta {
    grid-column: 5 / 13;
    position: relative;
}.lDpMG-goal-footer .AsQVd-header-bar {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px;
}.lDpMG-goal-footer .nUWsQ-head-base {
    position: relative;
}.lDpMG-goal-footer .nUWsQ-head-base h5 {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    position: relative;
}.lDpMG-goal-footer .nUWsQ-head-base h5::before {
    height: 8px;
    background: rgb(174,192,210);
    content: '';
    width: 8px;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
}.lDpMG-goal-footer .nUWsQ-head-base .AsQVd-header-bar {
    gap: 15px;
    flex-direction: column;
    display: flex;
}.lDpMG-goal-footer .nUWsQ-head-base .AsQVd-header-bar a {
    border-radius: 10px;
    transition: all 0.3s ease;
    padding: 8px 15px;
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    font-size: 17px;
    overflow: hidden;
}.lDpMG-goal-footer .nUWsQ-head-base .AsQVd-header-bar a::before {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    position: absolute;
    transition: all 0.3s ease;
    width: 3px;
    background: rgb(174,192,210);
    z-index: -1;
}.lDpMG-goal-footer .nUWsQ-head-base .AsQVd-header-bar a:hover {
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.lDpMG-goal-footer .nUWsQ-head-base .AsQVd-header-bar a:hover::before {
    width: 100%;
    background: rgb(174,192,210,0.5);
}.McAum-learn-nav {
    margin-top: 60px;
    z-index: 2;
    background: rgba(0, 0, 0, 0.3);
    position: relative;
    padding: 20px 0;
}.McAum-learn-nav::before {
    content: '';
    position: absolute;
    height: 1px;
    opacity: 0.2;
    right: 15%;
    top: 0;
    left: 15%;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
}.McAum-learn-nav .container {
    justify-content: center;
    align-items: center;
    display: flex;
}.McAum-learn-nav .OWcPV-linkedin-ref {
    letter-spacing: 0.5px;
    color: #ffffff;
    opacity: 0.8;
    text-align: center;
    font-size: 12px;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    right: 0;
    bottom: 0;
}

@media (max-width: 992px) {.lDpMG-goal-footer .container {
    grid-template-columns: repeat(1, 1fr);
}.lDpMG-goal-footer .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.lDpMG-goal-footer .fBCvM-support-cta {
    grid-column: 1 / -1;
}.lDpMG-goal-footer .AsQVd-header-bar {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.lDpMG-goal-footer {
    padding: 60px 0 30px;
}.lDpMG-goal-footer .AsQVd-header-bar {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.lDpMG-goal-footer .nUWsQ-head-base {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.lDpMG-goal-footer::before {
    position: absolute;
    left: 0;
    animation: gradientShift 5s infinite;
    content: '';
    height: 5px;
    top: 0;
    background-size: 200% 200%;
    background: linear-gradient(90deg, rgb(174,192,210), rgb(134,160,185), rgb(174,192,210));
    width: 100%;
}.lDpMG-goal-footer .company_holder::after {
    filter: blur(60px);
    width: 150px;
    background: rgb(174,192,210,0.5);
    position: absolute;
    height: 150px;
    z-index: -1;
    opacity: 0.4;
    border-radius: 50%;
    content: '';
    right: -50px;
    top: 40px;
}.lDpMG-goal-footer .company_holder::before {
    filter: blur(40px);
    left: -30px;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    bottom: 0;
    background: rgb(134,160,185,0.5);
    height: 100px;
    opacity: 0.3;
    width: 100px;
    content: '';
}.lDpMG-goal-footer .fBCvM-support-cta::after {
    content: '';
    filter: blur(50px);
    height: 120px;
    right: 100px;
    background: rgb(174,192,210,0.5);
    position: absolute;
    border-radius: 50%;
    width: 120px;
    top: -20px;
    z-index: -1;
    opacity: 0.2;
}.lDpMG-goal-footer .fBCvM-support-cta::before {
    position: absolute;
    content: '';
    opacity: 0.25;
    width: 180px;
    height: 180px;
    background: rgb(134,160,185,0.5);
    filter: blur(70px);
    border-radius: 50%;
    bottom: -50px;
    left: 80px;
    z-index: -1;
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.lDpMG-goal-footer .nUWsQ-head-base {
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
}.lDpMG-goal-footer .nUWsQ-head-base h5 {
    letter-spacing: 0.5px;
}.lDpMG-goal-footer .nUWsQ-head-base h5::after {
    left: 0;
    position: absolute;
    background: rgb(134,160,185);
    bottom: -5px;
    width: 30px;
    content: '';
    height: 2px;
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.McAum-learn-nav {
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
}.HKmkC-contact-information {
    background: linear-gradient(135deg, rgb(214,222,236) 0%, rgba(16, 22, 47, 0.95) 100%);
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.HKmkC-contact-information::before {
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    background-size: 20px 20px, 20px 20px;
    animation: gridMove 20s linear infinite;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 0%, rgba(rgb(174,192,210), 0.03) 50%, transparent 100%),
        linear-gradient(180deg, transparent 0%, rgba(rgb(134,160,185), 0.04) 50%, transparent 100%);
    top: 0;
}.HKmkC-contact-information::after {
    width: 100%;
    left: 0;
    background: radial-gradient(
        circle at 20% 30%, 
        rgba(rgb(174,192,210), 0.15) 0%, 
        transparent 50%
    ), radial-gradient(
        circle at 80% 70%, 
        rgba(rgb(134,160,185), 0.15) 0%, 
        transparent 50%
    );
    height: 100%;
    z-index: 0;
    opacity: 0.6;
    top: 0;
    position: absolute;
    content: "";
}@keyframes gridMove {
    0% {
        background-position: 0 0, 0 0;
    }
    100% {
        background-position: 40px 0, 0 40px;
    }
}

.HKmkC-contact-information .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.HKmkC-contact-information h2 {
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-size: 38px;
    font-weight: 700;
}.HKmkC-contact-information h2::after {
    bottom: -15px;
    width: 80px;
    position: absolute;
    border-radius: 1.5px;
    transform: translateX(-50%);
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(174,192,210), rgb(134,160,185));
    left: 50%;
}.HKmkC-contact-information .WGsIu-connect-support {
    margin-top: 60px;
    display: grid;
    gap: 30px;
    position: relative;
    grid-template-columns: 1fr 1fr;
}.HKmkC-contact-information .WGsIu-connect-support::before {
    border-radius: 14px;
    left: -8px;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    top: -8px;
    position: absolute;
    border: 1px solid rgba(rgb(174,192,210), 0.2);
}.HKmkC-contact-information .WGsIu-connect-support::after {
    border-radius: 14px;
    right: -8px;
    height: 100%;
    border: 1px solid rgba(rgb(134,160,185), 0.2);
    z-index: -1;
    bottom: -8px;
    content: "";
    position: absolute;
    width: 100%;
}.HKmkC-contact-information .WfdkZ-img-fit {
    min-height: 550px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 100%;
    overflow: hidden;
    border-radius: 14px;
    position: relative;
}.HKmkC-contact-information .WfdkZ-img-fit::before {
    height: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.6));
    top: 0;
    content: "";
    width: 100%;
}.HKmkC-contact-information .WfdkZ-img-fit::after {
    height: 60px;
    top: 20px;
    content: "";
    right: 20px;
    border-top: 2px solid rgba(rgb(174,192,210), 0.6);
    width: 60px;
    z-index: 2;
    border-right: 2px solid rgba(rgb(174,192,210), 0.6);
    position: absolute;
}.HKmkC-contact-information .Dojwn-request-info {
    border-radius: 14px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.03);
    padding: 50px;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}.HKmkC-contact-information .Dojwn-request-info::before {
    border-left: 2px solid rgba(rgb(134,160,185), 0.6);
    width: 60px;
    left: 20px;
    content: "";
    border-bottom: 2px solid rgba(rgb(134,160,185), 0.6);
    bottom: 20px;
    position: absolute;
    height: 60px;
}.HKmkC-contact-information form {
    width: 100%;
}.HKmkC-contact-information form h3 {
    font-weight: 600;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
}.HKmkC-contact-information form h3::before {
    top: 0;
    position: absolute;
    background: rgb(174,192,210);
    height: 100%;
    width: 3px;
    border-radius: 10px;
    content: "";
    left: 0;
}.HKmkC-contact-information form input[type="text"] {
    width: 100%;
    padding: 18px 25px;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    margin-bottom: 25px;
    background: rgba(255, 255, 255, 0.05);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 16px;
}.HKmkC-contact-information form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 15px rgba(rgb(174,192,210), 0.2);
    border-color: rgb(174,192,210);
    background: rgba(255, 255, 255, 0.08);
}.HKmkC-contact-information form input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}.HKmkC-contact-information .NUbrz-connect-map {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
}.HKmkC-contact-information .NUbrz-connect-map input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.HKmkC-contact-information .NUbrz-connect-map label {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    cursor: pointer;
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
}.HKmkC-contact-information .NUbrz-connect-map label::before {
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 22px;
    border-radius: 10px;
    left: 0;
    background: rgba(255, 255, 255, 0.05);
    position: absolute;
    transition: all 0.3s ease;
    height: 22px;
    content: "";
    top: 2px;
}.HKmkC-contact-information .NUbrz-connect-map input[type="checkbox"]:checked + label::before {
    border-color: rgb(174,192,210);
    background: rgb(174,192,210);
}.HKmkC-contact-information .NUbrz-connect-map input[type="checkbox"]:checked + label::after {
    top: 6px;
    border-bottom: 2px solid #ffffff;
    content: "";
    width: 6px;
    height: 10px;
    transform: rotate(45deg);
    left: 8px;
    position: absolute;
    border-right: 2px solid #ffffff;
}.HKmkC-contact-information .NUbrz-connect-map label a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(174,192,210);
    position: relative;
    font-weight: 600;
}.HKmkC-contact-information .NUbrz-connect-map label a:hover {
    color: rgb(134,160,185);
}.HKmkC-contact-information form .rBCNo-reach-widget {
    cursor: pointer;
    color: #ffffff;
    font-weight: 600;
    padding: 16px 40px;
    background: linear-gradient(45deg, rgb(174,192,210), rgb(134,160,185));
    border: none;
    font-size: 15px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: all 0.4s ease;
    border-radius: 10px;
}.HKmkC-contact-information form .rBCNo-reach-widget::before {
    content: "";
    position: absolute;
    z-index: -1;
    transition: all 0.4s ease;
    height: 100%;
    top: 0;
    left: -100%;
    background: linear-gradient(45deg, rgb(134,160,185), rgb(174,192,210));
    width: 100%;
}.HKmkC-contact-information form .rBCNo-reach-widget:hover::before {
    left: 0;
}.HKmkC-contact-information form .rBCNo-reach-widget:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}.HKmkC-contact-information svg {
    width: 22px;
    fill: rgb(174,192,210);
    height: 22px;
}.HKmkC-contact-information svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,192,210);
}

@media screen and (max-width: 991px) {.HKmkC-contact-information {
    padding: 90px 0;
}.HKmkC-contact-information .WGsIu-connect-support {
    gap: 40px;
    grid-template-columns: 1fr;
}.HKmkC-contact-information .WfdkZ-img-fit {
    min-height: 400px;
}.HKmkC-contact-information .Dojwn-request-info {
    padding: 40px 30px;
}
}

@media screen and (max-width: 767px) {.HKmkC-contact-information {
    padding: 70px 0;
}.HKmkC-contact-information h2 {
    font-size: calc(38px * 0.9);
}.HKmkC-contact-information .WfdkZ-img-fit {
    min-height: 350px;
}.HKmkC-contact-information .WfdkZ-img-fit::after,
    .HKmkC-contact-information .Dojwn-request-info::before {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.HKmkC-contact-information {
    padding: 50px 0;
}.HKmkC-contact-information h2 {
    font-size: calc(38px * 0.8);
}.HKmkC-contact-information .WGsIu-connect-support {
    margin-top: 40px;
}.HKmkC-contact-information .WfdkZ-img-fit {
    min-height: 250px;
}.HKmkC-contact-information .Dojwn-request-info {
    padding: 30px 20px;
}.HKmkC-contact-information form h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 25px;
}.HKmkC-contact-information form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.HKmkC-contact-information form .rBCNo-reach-widget {
    padding: 15px 20px;
    width: 100%;
}}header {
    background: linear-gradient(to bottom, 
        rgb(174,192,210,0.5) 0%,
        #000000 100%);
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}header::before {
    position: absolute;
    width: 100%;
    top: 0;
    animation: pulse-bg 8s infinite alternate;
    left: 0;
    content: "";
    z-index: 1;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(134,160,185,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(174,192,210,0.5) 0%, transparent 15%);
    opacity: 0.3;
}header::after {
    background-size: 20px 20px;
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 95%, rgb(134,160,185,0.5) 100%),
        linear-gradient(90deg, transparent 95%, rgb(134,160,185,0.5) 100%);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    left: 0;
    content: "";
    z-index: 1;
}header .container {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 0;
    z-index: 2;
}header .DQAUx-main-edu {
    position: relative;
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
}header .mahuD-main-head {
    z-index: 3;
    justify-content: center;
    margin: 1rem 0 1.5rem;
    align-items: center;
    text-decoration: none;
    position: relative;
    display: flex;
}header .mahuD-main-head::before {
    border-radius: 50%;
    height: 120px;
    opacity: 0.2;
    width: 120px;
    z-index: -1;
    animation: rotate 10s linear infinite;
    position: absolute;
    content: "";
    background: 
        conic-gradient(
            transparent 0deg,
            rgb(134,160,185,0.5) 120deg,
            transparent 180deg,
            rgb(174,192,210,0.5) 240deg,
            transparent 360deg
        );
}header .mahuD-main-head::after {
    height: 70px;
    filter: blur(20px);
    position: absolute;
    width: 70px;
    background: rgb(134,160,185,0.5);
    border-radius: 50%;
    animation: pulse-opacity 4s ease infinite alternate;
    z-index: -2;
    opacity: 0.3;
    content: "";
}header .mahuD-main-head svg {
    width: auto;
    height: 45px;
    filter: drop-shadow(0 0 8px rgb(174,192,210,0.5));
    transition: all 0.4s ease;
}header .mahuD-main-head:hover svg {
    transform: scale(1.08);
    filter: drop-shadow(0 0 12px rgb(134,160,185));
}header .nUWsQ-head-base {
    width: 100vw;
    padding: 1rem 0;
    border-bottom: 1px solid rgb(174,192,210,0.5);
    background: linear-gradient(to bottom,
        rgba(0, 0, 0, 0.5) 0%,
        #000000 100%);
    display: flex;
    position: relative;
    scrollbar-width: none;
    border-top: 1px solid rgb(174,192,210,0.5);
    gap: 0.8rem;
    overflow-x: auto;
    justify-content: center;
}header .nUWsQ-head-base::-webkit-scrollbar {
    display: none;
}header .nUWsQ-head-base::before {
    height: 100%;
    background: 
        linear-gradient(90deg, 
            #000000 0%,
            transparent 10%,
            transparent 90%,
            #000000 100%);
    z-index: 3;
    width: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    content: "";
    position: absolute;
}header .labPG-nav-lesson {
    white-space: nowrap;
    padding: 0.6rem 1.5rem;
    transition: all 0.3s ease;
    perspective: 800px;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    z-index: 2;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
}header .labPG-nav-lesson::before {
    transition: all 0.3s ease;
    transform: translateZ(-10px);
    border-radius: 10px;
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    border: 1px solid transparent;
    content: "";
}header .labPG-nav-lesson::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    transform: translateX(-50%);
    background: rgb(134,160,185);
    width: 0%;
    transition: all 0.3s ease;
}header .labPG-nav-lesson:hover {
    color: rgb(134,160,185);
    transform: translateY(-2px) translateZ(0);
    text-shadow: 0 0 5px rgb(134,160,185,0.5);
}header .labPG-nav-lesson:hover::before {
    box-shadow: 0 0 15px rgb(174,192,210,0.5);
    transform: translateZ(0);
    border-color: rgb(134,160,185,0.5);
}header .labPG-nav-lesson:hover::after {
    width: 80%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.4;
    }
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.2);
    }
}

@media (max-width: 991px) {header .mahuD-main-head {
    margin: 0.8rem 0 1.2rem;
}header .mahuD-main-head svg {
    height: 40px;
}header .labPG-nav-lesson {
    padding: 0.5rem 1.2rem;
    font-size: calc(14px - 1px);
}
}

@media (max-width: 767px) {header .mahuD-main-head {
    margin: 0.6rem 0 1rem;
}header .mahuD-main-head svg {
    height: 35px;
}header .mahuD-main-head::before {
    width: 90px;
    height: 90px;
}header .mahuD-main-head::after {
    height: 50px;
    width: 50px;
}header .nUWsQ-head-base {
    justify-content: flex-start;
    padding: 0.8rem 0;
}header .labPG-nav-lesson {
    font-size: calc(14px - 2px);
    padding: 0.4rem 1rem;
}header .labPG-nav-lesson:first-child {
    margin-left: 2rem;
}header .labPG-nav-lesson:last-child {
    margin-right: 2rem;
}}.fbBrp-privacy-fortress {
    font-family: Arial, sans-serif;
    color: #000000;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 50px;
    background-color: rgb(214,222,236);
}.fbBrp-privacy-fortress h1 {
    font-size: 38px;
    margin-bottom: 20px;
    font-weight: 700;
    color: rgb(174,192,210);
}.fbBrp-privacy-fortress h2 {
    color: rgb(134,160,185);
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 32px;
}.fbBrp-privacy-fortress h3, .fbBrp-privacy-fortress h4, .fbBrp-privacy-fortress h5, .fbBrp-privacy-fortress h6 {
    margin: 1rem 0;
}.fbBrp-privacy-fortress ul {
    padding: 0;
    list-style-type: none;
}.fbBrp-privacy-fortress li {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
}.fbBrp-privacy-fortress p {
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 1.6;
}.fbBrp-privacy-fortress div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.fbBrp-privacy-fortress {
    padding: 30px;
}.fbBrp-privacy-fortress h1 {
    font-size: calc(18px * 0.8);
}.fbBrp-privacy-fortress h2 {
    font-size: calc(18px * 0.9);
}}.gnGSZ-training-results {
    background: linear-gradient(45deg, rgb(214,222,236) 0%, #ffffff 100%);
    overflow: hidden;
    padding: 6rem 0 8rem;
    position: relative;
}.gnGSZ-training-results::before {
    z-index: 1;
    top: 0;
    position: absolute;
    width: 120%;
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 20px, rgb(174,192,210,0.5) 20px, rgb(174,192,210,0.5) 21px),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgb(174,192,210,0.5) 20px, rgb(174,192,210,0.5) 21px);
    height: 100%;
    opacity: 0.1;
    left: -10%;
    content: '';
}.gnGSZ-training-results .hSvGD-virtual-study {
    position: relative;
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    gap: 2rem;
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2;
    grid-template-rows: auto auto;
    width: 90%;
}.gnGSZ-training-results h2 {
    font-weight: 700;
    text-align: center;
    padding-bottom: 1.5rem;
    font-size: 32px;
    grid-column: 1 / span 12;
    position: relative;
    margin-bottom: 3rem;
    grid-row: 1;
    margin-bottom: 1rem;
    color: #000000;
}.gnGSZ-training-results h2::after {
    position: absolute;
    height: 4px;
    bottom: 0;
    border-radius: 10px;
    left: 50%;
    background: rgb(174,192,210);
    transform: translateX(-50%);
    content: '';
    width: 60px;
}.gnGSZ-training-results .bcPaA-text-card {
    gap: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    grid-column: 7 / span 6;
    grid-row: 2;
}.gnGSZ-training-results .WfdkZ-img-fit {
    grid-row: 2;
    z-index: 1;
    grid-column: 1 / span 6;
    position: relative;
    border-radius: 0;
    height: 100%;
    transform: translateX(-5vw);
    min-height: 450px;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
}.gnGSZ-training-results .WfdkZ-img-fit::after {
    background: linear-gradient(90deg, transparent, rgba(0, 0, 0, 0.5));
    content: '';
    z-index: 1;
    position: absolute;
    inset: 0;
}.gnGSZ-training-results .WfdkZ-img-fit::before {
    animation: morphBg 15s infinite alternate ease-in-out;
    top: -10%;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    right: -10%;
    background: rgb(134,160,185,0.5);
    content: '';
    width: 120%;
    position: absolute;
    height: 120%;
    opacity: 0.3;
    z-index: -1;
}.gnGSZ-training-results .text_main_holder {
    display: grid;
    gap: 1.5rem;
}.gnGSZ-training-results .text_main_holder > div {
    overflow: hidden;
    transform: translateX(5vw);
    position: relative;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    align-items: flex-start;
    background: #ffffff;
    padding: 1.5rem;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 11px;
}.gnGSZ-training-results .text_main_holder > div:nth-child(even) {
    transform: translateX(2vw);
}.gnGSZ-training-results .text_main_holder > div:hover {
    transform: translateX(3vw) translateY(-5px);
    box-shadow: 8px 8px 25px rgba(0, 0, 0, 0.1);
}.gnGSZ-training-results .text_main_holder > div:nth-child(even):hover {
    transform: translateX(0) translateY(-5px);
}.gnGSZ-training-results .text_main_holder > div::before {
    position: absolute;
    height: 0;
    top: 0;
    content: '';
    background: rgb(174,192,210);
    width: 5px;
    transition: height 0.3s ease;
    left: 0;
}.gnGSZ-training-results .text_main_holder > div:hover::before {
    height: 100%;
}.gnGSZ-training-results .text_main_holder svg {
    flex-shrink: 0;
    margin-right: 1rem;
    height: 2.5rem;
    width: 2.5rem;
    transition: all 0.3s ease;
    fill: rgb(174,192,210);
}.gnGSZ-training-results .text_main_holder > div:hover svg {
    transform: rotate(10deg);
    fill: rgb(134,160,185);
}.gnGSZ-training-results .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(174,192,210);
}.gnGSZ-training-results .text_main_holder > div:hover svg path {
    fill: rgb(134,160,185);
}.gnGSZ-training-results .text_main_holder p {
    font-size: 18px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}

@keyframes morphBg {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    50% {
        border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    }
    100% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
}

@media (max-width: 1200px) {.gnGSZ-training-results .WfdkZ-img-fit {
    transform: translateX(-3vw);
}.gnGSZ-training-results .text_main_holder > div {
    transform: translateX(3vw);
}.gnGSZ-training-results .text_main_holder > div:nth-child(even) {
    transform: translateX(1vw);
}
}

@media (max-width: 992px) {.gnGSZ-training-results .hSvGD-virtual-study {
    grid-template-columns: 1fr;
    width: 85%;
}.gnGSZ-training-results h2 {
    grid-column: 1;
}.gnGSZ-training-results .WfdkZ-img-fit {
    grid-column: 1;
    grid-row: 2;
    transform: translateX(0);
    height: 350px;
    margin-bottom: 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
}.gnGSZ-training-results .bcPaA-text-card {
    grid-row: 3;
    grid-column: 1;
}.gnGSZ-training-results .text_main_holder > div,
    .gnGSZ-training-results .text_main_holder > div:nth-child(even) {
    transform: translateX(0);
}.gnGSZ-training-results .text_main_holder > div:hover,
    .gnGSZ-training-results .text_main_holder > div:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 768px) {.gnGSZ-training-results {
    padding: 4rem 0 6rem;
}.gnGSZ-training-results .hSvGD-virtual-study {
    gap: 1.5rem;
    width: 90%;
}.gnGSZ-training-results .WfdkZ-img-fit {
    height: 300px;
}.gnGSZ-training-results h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 576px) {.gnGSZ-training-results .hSvGD-virtual-study {
    width: 92%;
}.gnGSZ-training-results .WfdkZ-img-fit {
    height: 250px;
}.gnGSZ-training-results .text_main_holder > div {
    padding: 1.2rem;
}.gnGSZ-training-results .text_main_holder svg {
    width: 2rem;
    margin-right: 0.8rem;
    height: 2rem;
}}.GaqJg-take-a-spin {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(174,192,210), rgb(134,160,185));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}.GaqJg-take-a-spin::before {
    height: 200%;
    position: absolute;
    left: -50%;
    transform: rotate(-15deg);
    z-index: 1;
    width: 200%;
    background: radial-gradient(circle at 30% 40%, rgb(174,192,210,0.5), transparent 60%);
    top: -50%;
    content: "";
}.GaqJg-take-a-spin::after {
    content: "";
    transform: rotate(15deg);
    opacity: 0.2;
    bottom: -20px;
    position: absolute;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 1;
    height: 150px;
    width: 150px;
    right: -20px;
    background: rgb(134,160,185);
}.GaqJg-take-a-spin .container {
    position: relative;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
    padding: 0 20px;
    max-width: 1140px;
    z-index: 2;
    flex-direction: column;
    display: flex;
    align-items: center;
}.GaqJg-take-a-spin h6 {
    font-weight: 700;
    transform: translateY(-5px);
    line-height: 1.6;
    letter-spacing: 0.5px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    color: #ffffff;
    max-width: 800px;
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: 16px;
}.GaqJg-take-a-spin div div {
    justify-content: center;
    transform: translateY(5px);
    display: flex;
}.GaqJg-take-a-spin div div span {
    overflow: hidden;
    position: relative;
    display: inline-block;
}.GaqJg-take-a-spin div div span::before {
    transform: scale(0);
    height: 20px;
    content: "";
    background: #ffffff;
    position: absolute;
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    top: -10px;
    left: -10px;
    width: 20px;
    opacity: 0.2;
}.GaqJg-take-a-spin .rBCNo-reach-widget {
    transition: all 0.4s ease;
    transform: translateZ(0);
    font-weight: 700;
    font-size: 15px;
    color: rgb(174,192,210);
    background: #ffffff;
    padding: 14px 36px;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    justify-content: center;
    display: inline-flex;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    align-items: center;
    border-radius: 10px;
    text-decoration: none;
}.GaqJg-take-a-spin .rBCNo-reach-widget::before {
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: 1;
    background: linear-gradient(45deg, rgb(174,192,210,0.5), rgb(134,160,185,0.5));
    height: 100%;
    opacity: 0;
    width: 100%;
}.GaqJg-take-a-spin .rBCNo-reach-widget span {
    z-index: 2;
    position: relative;
    transition: transform 0.3s ease;
}.GaqJg-take-a-spin .rBCNo-reach-widget:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
}.GaqJg-take-a-spin .rBCNo-reach-widget:hover::before {
    opacity: 0.15;
}.GaqJg-take-a-spin .rBCNo-reach-widget:hover span {
    transform: translateX(5px);
}.GaqJg-take-a-spin .rBCNo-reach-widget:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.GaqJg-take-a-spin div div span:hover::before {
    transform: scale(20);
}

@media (min-width: 768px) {.GaqJg-take-a-spin {
    padding: 6rem 0;
}.GaqJg-take-a-spin .container {
    flex-direction: row;
    transform: perspective(1200px) rotateX(1deg);
    align-items: center;
    justify-content: space-between;
}.GaqJg-take-a-spin h6 {
    text-align: left;
    margin-right: 2rem;
    max-width: 60%;
    margin-bottom: 0;
    transform: translateY(0);
}.GaqJg-take-a-spin div div {
    transform: translateY(0);
}
}

@media (min-width: 992px) {.GaqJg-take-a-spin {
    padding: 7rem 0;
}.GaqJg-take-a-spin::before {
    top: -30%;
    left: -30%;
}.GaqJg-take-a-spin::after {
    bottom: -30px;
    width: 200px;
    height: 200px;
    right: -30px;
}.GaqJg-take-a-spin h6 {
    font-size: calc(16px * 1.1);
    max-width: 65%;
}.GaqJg-take-a-spin .rBCNo-reach-widget {
    padding: 16px 42px;
}
}

@media (max-width: 767px) {.GaqJg-take-a-spin {
    padding: 4rem 0;
}.GaqJg-take-a-spin h6 {
    margin-bottom: 2rem;
    font-size: calc(16px * 0.9);
}.GaqJg-take-a-spin .rBCNo-reach-widget {
    padding: 12px 30px;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.GaqJg-take-a-spin {
    padding: 3.5rem 0;
}.GaqJg-take-a-spin h6 {
    margin-bottom: 1.8rem;
    font-size: calc(16px * 0.85);
}.GaqJg-take-a-spin .rBCNo-reach-widget {
    padding: 10px 26px;
    font-size: calc(15px * 0.9);
}}.wDUGr-contact {
    position: relative;
    background: linear-gradient(125deg, rgb(174,192,210,0.5) 0%, rgb(214,222,236) 65%, rgb(134,160,185,0.5) 100%);
    padding: 90px 0;
    overflow: hidden;
}.wDUGr-contact::before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
    background: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    top: 0;
    z-index: 0;
}.wDUGr-contact::after {
    background: radial-gradient(circle, rgb(174,192,210,0.5) 0%, transparent 25%);
    width: 200%;
    animation: rotate 40s linear infinite;
    content: "";
    position: absolute;
    opacity: 0.6;
    z-index: 0;
    top: -50%;
    left: -50%;
    height: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.wDUGr-contact .container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.wDUGr-contact .XcSor-write-form {
    display: grid;
    position: relative;
    grid-template-columns: 1.2fr 0.8fr 1fr;
    perspective: 1000px;
    gap: 24px;
}.wDUGr-contact .jenBH-reach-team {
    background: #ffffff;
    transform-style: preserve-3d;
    border-radius: 11px;
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-top: 4px solid rgb(174,192,210);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 35px;
}.wDUGr-contact .jenBH-reach-team::before {
    width: 150px;
    z-index: 0;
    border-radius: 0 0 11px 0;
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgb(174,192,210,0.5) 100%);
    position: absolute;
    bottom: 0;
    content: "";
    right: 0;
    opacity: 0.1;
    transition: opacity 0.3s ease;
}.wDUGr-contact .jenBH-reach-team::after {
    top: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    right: 0;
    opacity: 0.8;
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    left: 0;
}.wDUGr-contact .jenBH-reach-team:hover {
    transform: translateY(-10px) rotateX(3deg) rotateY(3deg);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.wDUGr-contact .jenBH-reach-team:hover::before {
    opacity: 0.2;
}.wDUGr-contact h2 {
    position: relative;
    font-size: 31px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 28px;
    transform: translateZ(10px);
}.wDUGr-contact h2::before {
    content: "";
    height: 4px;
    bottom: -12px;
    width: 40px;
    background: rgb(174,192,210);
    border-radius: 10px;
    position: absolute;
    left: 0;
    transition: width 0.3s ease;
}.wDUGr-contact .jenBH-reach-team:hover h2::before {
    width: 60px;
}.wDUGr-contact h3 {
    font-weight: 600;
    color: #000000;
    font-size: 20px;
    margin-bottom: 16px;
}.wDUGr-contact p {
    color: #000000;
    z-index: 1;
    margin-bottom: 16px;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
}.wDUGr-contact .Bjtbu-join-conversation {
    font-weight: 600;
    color: rgb(174,192,210);
    font-size: calc(13px * 1.15);
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}.wDUGr-contact .wbZyj-message-panel {
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}.wDUGr-contact .HKaiA-edu-faq {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}.wDUGr-contact .PWBkX-quick-answers {
    gap: 8px;
    display: flex;
    flex-wrap: wrap;
}.wDUGr-contact .PWBkX-quick-answers span {
    display: inline-block;
    transition: all 0.3s ease;
    color: #000000;
    padding: 7px 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    background: rgba(0, 0, 0, 0.03);
    border-radius: 30px;
    font-size: calc(13px * 0.85);
}.wDUGr-contact .PWBkX-quick-answers span:hover {
    transform: translateY(-2px);
    border-color: rgb(174,192,210);
    background: rgb(174,192,210);
    color: #ffffff;
}.wDUGr-contact .jenBH-reach-team .WfdkZ-img-fit {
    width: 100%;
    border-radius: 11px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease-out;
    transform: translateZ(20px);
    height: 100%;
    position: relative;
}.wDUGr-contact .jenBH-reach-team:nth-child(2):hover .WfdkZ-img-fit {
    transform: translateZ(30px) scale(1.03);
}.wDUGr-contact .jenBH-reach-team .WfdkZ-img-fit::after {
    position: absolute;
    left: 0;
    opacity: 0.6;
    content: "";
    top: 0;
    height: 100%;
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
}.wDUGr-contact .jenBH-reach-team:hover .WfdkZ-img-fit::after {
    opacity: 0.4;
}.wDUGr-contact .CLMST-request-feedback {
    flex-direction: column;
    gap: 20px;
    display: flex;
}.wDUGr-contact .CLMST-request-feedback a {
    background: #ffffff;
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 18px;
    border-radius: 11px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    align-items: center;
    overflow: hidden;
    transform: translateZ(5px);
    display: flex;
}.wDUGr-contact .CLMST-request-feedback a::before {
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
    opacity: 0;
    background: linear-gradient(45deg, rgb(174,192,210,0.5), transparent);
    content: "";
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
}.wDUGr-contact .CLMST-request-feedback a:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px) translateZ(10px);
    border-color: rgb(174,192,210,0.5);
}.wDUGr-contact .CLMST-request-feedback a:hover::before {
    opacity: 0.15;
}.wDUGr-contact .CLMST-request-feedback a span {
    font-weight: 600;
    position: relative;
    margin-right: 10px;
    font-size: calc(13px * 0.85);
    z-index: 1;
    color: rgb(174,192,210);
}.wDUGr-contact .CLMST-request-feedback a p {
    flex-grow: 1;
    position: relative;
    color: #000000;
    z-index: 1;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
}.wDUGr-contact svg {
    transition: transform 0.3s ease;
    z-index: 1;
    position: relative;
    fill: rgb(174,192,210);
    width: 22px;
    height: 22px;
    margin-right: 12px;
}.wDUGr-contact svg path {
    fill: rgb(174,192,210);
    transition: fill 0.3s ease;
}.wDUGr-contact .CLMST-request-feedback a:hover svg {
    transform: scale(1.1);
}.wDUGr-contact .CLMST-request-feedback a:hover svg,
.wDUGr-contact .CLMST-request-feedback a:hover svg path {
    fill: rgb(134,160,185);
}

@media (max-width: 992px) {.wDUGr-contact {
    padding: 70px 0;
}.wDUGr-contact .XcSor-write-form {
    grid-template-columns: 1fr 1fr;
}.wDUGr-contact .jenBH-reach-team:last-child {
    grid-column: span 2;
}.wDUGr-contact .jenBH-reach-team {
    padding: 30px;
}
}

@media (max-width: 768px) {.wDUGr-contact {
    padding: 50px 0;
}.wDUGr-contact .XcSor-write-form {
    grid-template-columns: 1fr;
}.wDUGr-contact .jenBH-reach-team:last-child {
    grid-column: span 1;
}.wDUGr-contact h2 {
    font-size: calc(31px * 0.9);
}.wDUGr-contact .jenBH-reach-team .WfdkZ-img-fit {
    height: 280px;
}.wDUGr-contact .CLMST-request-feedback {
    gap: 15px;
}
}

@media (max-width: 576px) {.wDUGr-contact {
    padding: 40px 0;
}.wDUGr-contact .jenBH-reach-team {
    padding: 25px 20px;
}.wDUGr-contact h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.85);
}.wDUGr-contact p {
    font-size: calc(13px * 0.95);
}.wDUGr-contact .PWBkX-quick-answers {
    gap: 8px;
    flex-direction: column;
}.wDUGr-contact .PWBkX-quick-answers span {
    width: 100%;
    text-align: center;
}.wDUGr-contact .jenBH-reach-team .WfdkZ-img-fit {
    height: 220px;
}.wDUGr-contact .CLMST-request-feedback a {
    flex-direction: column;
    padding: 15px;
    align-items: flex-start;
}.wDUGr-contact .CLMST-request-feedback a span {
    margin-bottom: 5px;
    margin-right: 0;
}}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.4);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

.wDUGr-contact .CLMST-request-feedback a::after {
    height: 12px;
    border-top: 2px solid rgb(174,192,210,0.5);
    right: 15px;
    transition: transform 0.3s ease, border-color 0.3s ease;
    width: 12px;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    border-right: 2px solid rgb(174,192,210,0.5);
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}.wDUGr-contact .CLMST-request-feedback a:hover::after {
    transform: translateY(-50%) rotate(45deg) scale(1.2);
    border-color: rgb(134,160,185);
}.wDUGr-contact .HKaiA-edu-faq h3::before {
    content: "";
    vertical-align: middle;
    height: 18px;
    display: inline-block;
    transform: translateY(-1px);
    margin-right: 8px;
    width: 18px;
    background: rgb(174,192,210,0.5);
    border-radius: 50%;
}.wDUGr-contact .jenBH-reach-team:first-child {
    transition: all 0.4s ease;
    transform: translateZ(0) perspective(1000px);
}.wDUGr-contact .jenBH-reach-team:nth-child(2) {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.wDUGr-contact .jenBH-reach-team:last-child {
    transform: translateZ(0) perspective(1000px);
    transition: all 0.4s ease;
}.wDUGr-contact .container::before {
    top: -150px;
    height: 300px;
    opacity: 0.3;
    width: 300px;
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: -1;
    right: -150px;
    background: radial-gradient(circle, rgb(134,160,185,0.5) 0%, transparent 70%);
}.wDUGr-contact .container::after {
    border-radius: 50%;
    z-index: -1;
    left: -100px;
    bottom: -100px;
    content: "";
    width: 250px;
    opacity: 0.3;
    height: 250px;
    position: absolute;
    background: radial-gradient(circle, rgb(174,192,210,0.5) 0%, transparent 70%);
}.wDUGr-contact .jenBH-reach-team:nth-child(odd) {
    animation: tileFloat 6s ease-in-out infinite;
}.wDUGr-contact .jenBH-reach-team:nth-child(even) {
    animation: tileFloat 8s ease-in-out infinite reverse;
}@keyframes tileFloat {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.wDUGr-contact .PWBkX-quick-answers span:nth-child(odd) {
    animation: fadeInLeft 0.5s ease-out both;
}.wDUGr-contact .PWBkX-quick-answers span:nth-child(even) {
    animation: fadeInRight 0.5s ease-out both;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(10px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}