* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.footer-benefit-pw0x {
    flex: 0 0 auto;
}.framework-wrap-KPy6 {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}html,body {
    height: 100%;
    color: #000000;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
    auto
contain
touch-action: none;
    auto;
}header,footer {
    width: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1211px;
}.nav-pro-4ejN {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.course-methodology-KkPB {
    position: relative;
    background: rgb(183,194,215);
    overflow: hidden;
    padding: 130px 0;
}.course-methodology-KkPB::before {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    height: 100%;
    opacity: 0.2;
    top: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgb(146,157,178,0.5) 0%, transparent 40%),
        radial-gradient(circle at 85% 30%, rgb(110,120,135,0.5) 0%, transparent 40%);
}.course-methodology-KkPB .virtual-guides-zxb0 {
    padding: 0 20px;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.course-methodology-KkPB .headline-wrap-dMQJ {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    position: relative;
    padding: 60px 70px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    max-width: 700px;
    border-radius: 25px;
}.course-methodology-KkPB .headline-wrap-dMQJ::before {
    top: -10px;
    background: linear-gradient(45deg, 
        rgb(146,157,178,0.5), 
        transparent 40%, 
        transparent 60%, 
        rgb(110,120,135,0.5)
    );
    animation: rotate-gradient 15s linear infinite;
    position: absolute;
    content: '';
    right: -10px;
    z-index: -1;
    bottom: -10px;
    border-radius: calc(25px + 10px);
    left: -10px;
}.course-methodology-KkPB .headline-wrap-dMQJ::after {
    border-radius: 25px;
    background: rgb(183,194,215);
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    margin: 3px;
    bottom: 0;
    z-index: -1;
    right: 0;
}.course-methodology-KkPB .headline-wrap-dMQJ h2 {
    font-weight: 700;
    margin-bottom: 35px;
    display: inline-block;
    color: #ffffff;
    position: relative;
    font-size: 31px;
}.course-methodology-KkPB .headline-wrap-dMQJ h2::before {
    left: 0;
    border-radius: 10px;
    opacity: 0.7;
    width: 100%;
    position: absolute;
    content: '';
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    transition: transform 0.3s ease, opacity 0.3s ease;
    height: 8px;
    opacity: 0;
    transform: translateY(5px);
    bottom: -4px;
}.course-methodology-KkPB .headline-wrap-dMQJ:hover h2::before {
    transform: translateY(0);
    opacity: 1;
}.course-methodology-KkPB .headline-wrap-dMQJ p {
    color: #ffffff;
    line-height: 1.8;
    position: relative;
    z-index: 2;
    font-size: 17px;
}.course-methodology-KkPB::after {
    position: absolute;
    height: 100px;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to bottom, transparent, rgb(183,194,215));
    left: 0;
    content: '';
    opacity: 0.8;
    z-index: 1;
}.course-methodology-KkPB .virtual-guides-zxb0::before {
    width: 40%;
    height: 40px;
    filter: blur(30px);
    background: rgb(146,157,178);
    position: absolute;
    animation: wave-motion 15s infinite alternate;
    content: '';
    top: 20%;
    transform: rotate(-35deg);
    left: -5%;
    opacity: 0.1;
}.course-methodology-KkPB .virtual-guides-zxb0::after {
    bottom: 10%;
    background: rgb(110,120,135);
    opacity: 0.1;
    transform: rotate(25deg);
    content: '';
    width: 30%;
    animation: wave-motion 12s infinite alternate-reverse;
    position: absolute;
    right: -5%;
    filter: blur(25px);
    height: 30px;
}@keyframes rotate-gradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes wave-motion {
    0% {
        transform: rotate(-35deg) translateY(0);
    }
    50% {
        transform: rotate(-30deg) translateY(20px);
    }
    100% {
        transform: rotate(-35deg) translateY(0);
    }
}

.course-methodology-KkPB .headline-wrap-dMQJ p::after {
    width: 60px;
    background: rgb(146,157,178,0.5);
    filter: blur(20px);
    height: 60px;
    bottom: -20px;
    opacity: 0.3;
    border-radius: 50%;
    content: '';
    animation: pulse 8s infinite;
    position: absolute;
    right: -20px;
}@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.3);
        opacity: 0.5;
    }
}

.course-methodology-KkPB .headline-wrap-dMQJ p::first-line {
    color: rgb(146,157,178);
    font-weight: 600;
}.course-methodology-KkPB .headline-wrap-dMQJ::before {
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 80%, 
        80% 100%, 
        0% 100%
    );
}.course-methodology-KkPB .headline-wrap-dMQJ h2::after {
    content: '';
    width: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(146,157,178,0.5), 
        transparent
    );
    position: absolute;
    bottom: -15px;
    left: 0;
    height: 1px;
}

@media screen and (max-width: 992px) {.course-methodology-KkPB {
    padding: 100px 0;
}.course-methodology-KkPB .headline-wrap-dMQJ {
    padding: 50px 50px;
}
}

@media screen and (max-width: 768px) {.course-methodology-KkPB {
    padding: 80px 0;
}.course-methodology-KkPB .headline-wrap-dMQJ {
    padding: 40px 30px;
}.course-methodology-KkPB .headline-wrap-dMQJ h2 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.9);
}.course-methodology-KkPB .virtual-guides-zxb0::before,
    .course-methodology-KkPB .virtual-guides-zxb0::after {
    width: 50%;
}
}

@media screen and (max-width: 480px) {.course-methodology-KkPB {
    padding: 60px 0;
}.course-methodology-KkPB .headline-wrap-dMQJ {
    border-radius: calc(25px * 0.8);
    padding: 30px 20px;
}.course-methodology-KkPB .headline-wrap-dMQJ h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 20px;
}.course-methodology-KkPB .headline-wrap-dMQJ p {
    font-size: calc(17px * 0.9);
}.course-methodology-KkPB .headline-wrap-dMQJ::before {
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
}}.privacy-vaulting-UxSB {
    gap: 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    grid-template-columns: 1fr;
    background-color: #ffffff;
    display: grid;
    padding: 2rem;
}.privacy-vaulting-UxSB h1, .privacy-vaulting-UxSB h2 {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: rgb(146,157,178);
    padding: 0.5rem 0;
    margin: 0;
}.privacy-vaulting-UxSB h1 {
    font-weight: 700;
    font-size: 41px;
    border-bottom: 3px solid rgb(146,157,178);
}.privacy-vaulting-UxSB h2 {
    font-weight: 600;
    border-bottom: 2px solid rgb(110,120,135);
    font-size: 38px;
}.privacy-vaulting-UxSB h3, .privacy-vaulting-UxSB h4, .privacy-vaulting-UxSB h5, .privacy-vaulting-UxSB h6 {
    margin: 10px 0;
}.privacy-vaulting-UxSB ul {
    padding: 0;
    margin: 10px 0;
    list-style: none;
}.privacy-vaulting-UxSB ul li {
    padding: 0.5rem 0;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    align-items: center;
    border-bottom: 1px solid rgb(110,120,135,0.5);
}.privacy-vaulting-UxSB ul li:last-child {
    border-bottom: none;
}.privacy-vaulting-UxSB ul li::before {
    margin-right: 1rem;
    content: '—';
    color: rgb(146,157,178);
}.privacy-vaulting-UxSB p, .privacy-vaulting-UxSB span {
    font-size: 12px;
    color: #000000;
    line-height: 1.6;
    margin: 0 0 1rem 0;
}.privacy-vaulting-UxSB div {
    margin: 1rem 0;
}.privacy-vaulting-UxSB section {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 800px) {.privacy-vaulting-UxSB {
    border-radius: 10px;
    gap: 1rem;
    padding: 1.5rem;
}.privacy-vaulting-UxSB h1 {
    border-bottom-width: 2px;
    font-size: calc(23px * 0.9);
}.privacy-vaulting-UxSB h2 {
    font-size: calc(23px * 0.9);
    border-bottom-width: 1px;
}.privacy-vaulting-UxSB ul li {
    padding: 0.5rem 0;
}.privacy-vaulting-UxSB ul li::before {
    margin-right: 0.5rem;
}}.contact-box-ABQV {
    background: rgb(183,194,215);
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.contact-box-ABQV::before {
    opacity: 0.07;
    width: 100%;
    position: absolute;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(146,157,178,0.5) 0,
        rgb(146,157,178,0.5) 1px,
        transparent 1px,
        transparent 30px
    );
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
}.contact-box-ABQV::after {
    position: absolute;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(rgb(110,120,135,0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgb(110,120,135,0.5) 1px, transparent 1px);
    width: 100%;
    opacity: 0.07;
    height: 100%;
    z-index: 1;
    left: 0;
    background-size: 30px 30px;
}.contact-box-ABQV .container {
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.contact-box-ABQV h2 {
    padding-bottom: 20px;
    display: inline-block;
    color: #000000;
    text-align: center;
    position: relative;
    margin-bottom: 20px;
    font-weight: 700;
    transform: translateX(-50%);
    left: 50%;
    font-size: 32px;
}.contact-box-ABQV h2::before {
    left: calc(50% - 40px);
    width: 80px;
    content: "";
    position: absolute;
    background: rgb(146,157,178);
    height: 4px;
    bottom: 0;
}.contact-box-ABQV h2::after {
    position: absolute;
    background: rgb(110,120,135);
    content: "";
    left: calc(50% - 15px);
    height: 4px;
    width: 30px;
    bottom: 0;
}.contact-box-ABQV .connect-list-s6Aw {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin-top: 50px;
    display: flex;
}.contact-box-ABQV .img-container-WDmd {
    position: relative;
    min-height: 550px;
    flex: 0 0 45%;
}.contact-box-ABQV .img-container-WDmd::before {
    z-index: 1;
    position: absolute;
    content: "";
    background: linear-gradient(
        135deg, 
        rgba(rgb(146,157,178), 0.4), 
        rgba(rgb(110,120,135), 0.4)
    );
    inset: 0;
}.contact-box-ABQV .reach-message-WX0A {
    flex-direction: column;
    padding: 60px;
    display: flex;
    flex: 0 0 55%;
    position: relative;
    justify-content: center;
}.contact-box-ABQV .reach-message-WX0A::before {
    right: -75px;
    top: -75px;
    border: 30px solid rgb(146,157,178,0.5);
    border-radius: 50%;
    width: 150px;
    z-index: 0;
    content: "";
    position: absolute;
    height: 150px;
}.contact-box-ABQV .reach-message-WX0A::after {
    left: -50px;
    border-radius: 0;
    content: "";
    background: rgb(110,120,135,0.5);
    bottom: -50px;
    position: absolute;
    z-index: 0;
    transform: rotate(45deg);
    width: 100px;
    height: 100px;
}.contact-box-ABQV form {
    position: relative;
    z-index: 2;
}.contact-box-ABQV form h3 {
    position: relative;
    display: inline-block;
    color: #000000;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 23px;
}.contact-box-ABQV form h3::after {
    bottom: -15px;
    width: 50%;
    height: 2px;
    background: rgb(146,157,178);
    content: "";
    position: absolute;
    left: 0;
}.contact-box-ABQV form input[type="text"] {
    padding: 20px 25px;
    border-bottom: 2px solid rgb(183,194,215);
    font-size: 15px;
    transition: all 0.3s ease;
    border: none;
    color: #000000;
    margin-bottom: 25px;
    background: transparent;
    width: 100%;
}.contact-box-ABQV form input[type="text"]:focus {
    border-bottom-color: rgb(146,157,178);
    outline: none;
}.contact-box-ABQV form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.contact-box-ABQV form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}.contact-box-ABQV .message-links-4rHC {
    margin-bottom: 40px;
    position: relative;
}.contact-box-ABQV .message-links-4rHC input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact-box-ABQV .message-links-4rHC label {
    padding-left: 35px;
    color: #000000;
    position: relative;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
}.contact-box-ABQV .message-links-4rHC label::before {
    content: "";
    border: 2px solid rgb(183,194,215);
    background: transparent;
    left: 0;
    transition: all 0.3s ease;
    top: 0;
    height: 22px;
    width: 22px;
    position: absolute;
}.contact-box-ABQV .message-links-4rHC input[type="checkbox"]:checked + label::before {
    border-color: rgb(146,157,178);
    background: rgb(146,157,178);
}.contact-box-ABQV .message-links-4rHC input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 4px;
    height: 12px;
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    border: solid #ffffff;
    left: 8px;
    content: "";
}.contact-box-ABQV .message-links-4rHC label a {
    color: rgb(146,157,178);
    font-weight: 600;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
}.contact-box-ABQV .message-links-4rHC label a::after {
    content: "";
    width: 100%;
    transform-origin: left;
    background: rgb(146,157,178);
    bottom: -1px;
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    transform: scaleX(1);
    height: 1px;
}.contact-box-ABQV .message-links-4rHC label a:hover {
    color: rgb(110,120,135);
}.contact-box-ABQV .message-links-4rHC label a:hover::after {
    transform: scaleX(0);
    background: rgb(110,120,135);
}.contact-box-ABQV .help-query-VjQa {
    font-weight: 600;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    overflow: hidden;
    font-size: 16px;
    display: inline-block;
    padding: 18px 40px;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    color: #ffffff;
    background: rgb(146,157,178);
    width: auto;
    border: none;
}.contact-box-ABQV .help-query-VjQa::before {
    position: absolute;
    z-index: -1;
    top: 0;
    width: 0;
    height: 100%;
    transform: skewX(-25deg);
    content: "";
    transition: width 0.5s ease;
    left: -10px;
    background: rgb(110,120,135);
}.contact-box-ABQV .help-query-VjQa:hover::before {
    width: 150%;
}.contact-box-ABQV svg {
    fill: none;
    stroke-width: 2;
    width: 24px;
    transition: all 0.3s ease;
    stroke: rgb(146,157,178);
    height: 24px;
}.contact-box-ABQV svg path {
    stroke: rgb(146,157,178);
    transition: all 0.3s ease;
    fill: none;
}.contact-box-ABQV svg:hover,
.contact-box-ABQV svg:hover path {
    stroke: rgb(110,120,135);
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media (max-width: 1024px) {.contact-box-ABQV {
    padding: 80px 0;
}.contact-box-ABQV .img-container-WDmd {
    min-height: 500px;
}.contact-box-ABQV .reach-message-WX0A {
    padding: 50px 40px;
}
}

@media (max-width: 768px) {.contact-box-ABQV {
    padding: 60px 0;
}.contact-box-ABQV .connect-list-s6Aw {
    flex-direction: column;
}.contact-box-ABQV .img-container-WDmd {
    width: 100%;
    min-height: 300px;
}.contact-box-ABQV .reach-message-WX0A {
    width: 100%;
    padding: 40px 30px;
}.contact-box-ABQV form h3 {
    margin-bottom: 30px;
}.contact-box-ABQV form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.contact-box-ABQV .message-links-4rHC {
    margin-bottom: 30px;
}.contact-box-ABQV .help-query-VjQa {
    padding: 15px 30px;
    width: 100%;
}
}

@media (max-width: 480px) {.contact-box-ABQV {
    padding: 50px 0;
}.contact-box-ABQV h2 {
    font-size: calc(32px * 0.85);
}.contact-box-ABQV .connect-list-s6Aw {
    margin-top: 30px;
}.contact-box-ABQV .img-container-WDmd {
    min-height: 200px;
}.contact-box-ABQV .reach-message-WX0A {
    padding: 30px 20px;
}.contact-box-ABQV form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact-box-ABQV form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact-box-ABQV .message-links-4rHC {
    margin-bottom: 25px;
}.contact-box-ABQV .message-links-4rHC label {
    font-size: calc(14px * 0.9);
}.contact-box-ABQV .help-query-VjQa {
    padding: 12px 25px;
}}.newsletter-2hMg {
    position: relative;
    background: linear-gradient(135deg, rgb(146,157,178,0.5), rgb(183,194,215));
    overflow: hidden;
    padding: 80px 0;
}.newsletter-2hMg::before {
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(110,120,135,0.5) 0%, transparent 60%);
    top: 0;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    z-index: 1;
}.newsletter-2hMg::after {
    content: '';
    opacity: 0.3;
    position: absolute;
    right: -50px;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    z-index: 1;
    bottom: -50px;
    background: radial-gradient(circle, rgb(146,157,178) 0%, transparent 70%);
}.newsletter-2hMg .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.newsletter-2hMg .virtual-guides-zxb0 {
    border-radius: 13px;
    padding: 50px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    position: relative;
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
    background: #ffffff;
}.newsletter-2hMg .virtual-guides-zxb0::before {
    border-radius: 50%;
    height: 20px;
    animation: floatCircle 5s infinite ease-in-out;
    position: absolute;
    content: '';
    top: -10px;
    background: rgb(146,157,178);
    width: 20px;
    left: 10%;
    opacity: 0.5;
}.newsletter-2hMg .virtual-guides-zxb0::after {
    position: absolute;
    height: 30px;
    border-radius: 50%;
    opacity: 0.4;
    width: 30px;
    animation: floatCircle 7s infinite ease-in-out reverse;
    background: rgb(110,120,135);
    content: '';
    bottom: -15px;
    right: 15%;
}.newsletter-2hMg h3 {
    letter-spacing: 0.5px;
    line-height: 1.4;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}.newsletter-2hMg h3::after {
    bottom: -12px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    width: 80px;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    left: 50%;
    content: '';
    border-radius: 10px;
}.newsletter-2hMg .input_holder {
    position: relative;
    display: flex;
    margin: 0 auto;
    max-width: 600px;
    z-index: 5;
    flex-direction: column;
}.newsletter-2hMg .input_holder > div {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}.newsletter-2hMg .input_holder input[type="email"] {
    background-color: #ffffff;
    border: 2px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
    width: 100%;
    font-size: 17px;
    border-radius: 13px;
    font-family: Arial, sans-serif;
    padding: 16px 20px;
}.newsletter-2hMg .input_holder input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-color: rgb(146,157,178);
    outline: none;
}.newsletter-2hMg .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter-2hMg .input_holder .study-online-O6yW {
    background: linear-gradient(135deg, rgb(146,157,178), rgb(110,120,135));
    border-radius: 13px;
    box-shadow: 0 8px 20px rgba(rgb(146,157,178,0.5), 0.3);
    padding: 16px 36px;
    align-self: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border: none;
}.newsletter-2hMg .input_holder .study-online-O6yW:hover {
    box-shadow: 0 10px 25px rgba(rgb(146,157,178,0.5), 0.4);
    transform: translateY(-3px) scale(1.02);
}.newsletter-2hMg .input_holder .study-online-O6yW:active {
    transform: translateY(1px);
    box-shadow: 0 5px 15px rgba(rgb(146,157,178,0.5), 0.3);
}.newsletter-2hMg .input_holder .study-online-O6yW::before {
    width: 100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    left: -100%;
    top: 0;
    height: 100%;
    position: absolute;
}.newsletter-2hMg .input_holder .study-online-O6yW:hover::before {
    left: 100%;
}

@keyframes floatCircle {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.1);
    }
}

@media screen and (min-width: 768px) {.newsletter-2hMg .input_holder {
    align-items: center;
    gap: 20px;
    flex-direction: row;
}.newsletter-2hMg .input_holder > div {
    flex: 1;
    margin-bottom: 0;
}.newsletter-2hMg .input_holder .study-online-O6yW {
    min-width: 160px;
    white-space: nowrap;
}
}

@media screen and (max-width: 767px) {.newsletter-2hMg {
    padding: 60px 0;
}.newsletter-2hMg .virtual-guides-zxb0 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px 20px;
}.newsletter-2hMg h3 {
    margin-bottom: 25px;
    font-size: calc(20px * 0.9);
}.newsletter-2hMg .input_holder .study-online-O6yW {
    margin-top: 5px;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.newsletter-2hMg {
    padding: 40px 0;
}.newsletter-2hMg .virtual-guides-zxb0 {
    padding: 25px 15px;
    transform: none;
}.newsletter-2hMg h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 0.8);
}.newsletter-2hMg h3::after {
    width: 60px;
}.newsletter-2hMg .input_holder input[type="email"] {
    padding: 14px 16px;
}.newsletter-2hMg .input_holder .study-online-O6yW {
    padding: 14px 20px;
}}.pricing-layout-IeKc {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.pricing-layout-IeKc::before {
    top: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 1;
    content: "";
}.pricing-layout-IeKc .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.pricing-deals-RZp5 {
    position: relative;
}.pricing-layout-IeKc h2 {
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 20px;
    color: #ffffff;
}.pricing-layout-IeKc h2::after {
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    width: 80px;
    height: 3px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    bottom: -12px;
}.pricing-layout-IeKc .access-plans-JFtg {
    margin: 0 auto 50px;
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.9;
    font-size: 15px;
    text-align: center;
    max-width: 800px;
}.pricing-layout-IeKc .monthly-rate-hvBK {
    gap: 30px;
    display: grid;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
}.pricing-layout-IeKc .program-rate-mHZ9 {
    display: block;
    position: relative;
    will-change: transform;
    text-decoration: none;
    height: 100%;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}.pricing-layout-IeKc .program-rate-mHZ9:hover {
    transform: translateY(-8px);
}.pricing-layout-IeKc .group-plans-gilm {
    box-shadow: 0 15px 30px rgba(0,0,0,0.15), 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid rgba(255,255,255,0.1);
    height: 100%;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.03) 100%);
    transition: box-shadow 0.3s ease, border 0.3s ease;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    -webkit-backdrop-filter: blur(10px);
}.pricing-layout-IeKc .program-rate-mHZ9:hover .group-plans-gilm {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2), 0 10px 20px rgba(0,0,0,0.15);
    border-color: rgba(255,255,255,0.2);
}.pricing-layout-IeKc .price-tiers-zV0E {
    display: flex;
    z-index: 2;
    flex-direction: column;
    height: 100%;
    position: relative;
    padding: 35px 30px;
}.pricing-layout-IeKc .group-plans-gilm::before {
    z-index: 1;
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}.pricing-layout-IeKc .price-tiers-zV0E h4 {
    color: #ffffff;
    font-weight: 600;
    font-size: calc(19px + 2px);
    padding-bottom: 15px;
    margin: 0 0 20px;
    position: relative;
}.pricing-layout-IeKc .price-tiers-zV0E h4::after {
    width: 40px;
    position: absolute;
    content: "";
    left: 0;
    background-color: rgb(110,120,135);
    bottom: 0;
    height: 2px;
}.pricing-layout-IeKc .price-tiers-zV0E p {
    word-wrap: break-word;
    opacity: 0.85;
    white-space: normal;
    hyphens: auto;
    overflow-wrap: break-word;
    flex-grow: 1;
    margin: 0 0 25px;
    line-height: 1.6;
    font-size: 15px;
    color: #ffffff;
}.pricing-layout-IeKc .basic-cost-M5CJ {
    letter-spacing: 0.5px;
    z-index: 1;
    font-weight: 700;
    display: inline-block;
    font-size: calc(19px + 4px);
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(146,157,178,0.5) 0%, rgb(110,120,135,0.5) 100%);
    padding: 10px 20px;
    position: relative;
    color: #ffffff;
}.pricing-layout-IeKc .basic-cost-M5CJ::before {
    z-index: -1;
    inset: 0;
    border-radius: 3px;
    background: linear-gradient(135deg, rgb(146,157,178,0.5) 0%, rgb(110,120,135,0.5) 100%);
    content: "";
    opacity: 0.6;
    transition: opacity 0.3s ease;
    position: absolute;
}.pricing-layout-IeKc .program-rate-mHZ9:hover .basic-cost-M5CJ::before {
    opacity: 1;
}.pricing-layout-IeKc li:nth-child(even) .group-plans-gilm::before {
    background: linear-gradient(90deg, rgb(110,120,135), rgb(146,157,178));
}

@media (max-width: 1200px) {.pricing-layout-IeKc {
    padding: 100px 0;
}.pricing-layout-IeKc .monthly-rate-hvBK {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 991px) {.pricing-layout-IeKc {
    padding: 80px 0;
}.pricing-layout-IeKc .monthly-rate-hvBK {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-layout-IeKc .price-tiers-zV0E {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.pricing-layout-IeKc {
    padding: 60px 0;
}.pricing-layout-IeKc h2 {
    font-size: calc(32px - 4px);
}.pricing-layout-IeKc .access-plans-JFtg {
    margin-bottom: 40px;
    font-size: calc(15px - 1px);
}.pricing-layout-IeKc .monthly-rate-hvBK {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-layout-IeKc .price-tiers-zV0E h4 {
    font-size: 19px;
}.pricing-layout-IeKc .basic-cost-M5CJ {
    font-size: 19px;
}
}

@media (max-width: 480px) {.pricing-layout-IeKc {
    padding: 50px 0;
}.pricing-layout-IeKc .price-tiers-zV0E {
    padding: 25px 20px;
}.pricing-layout-IeKc h2 {
    font-size: calc(32px - 6px);
}.pricing-layout-IeKc .access-plans-JFtg {
    font-size: calc(15px - 2px);
}}.location-info-4Qnf {
    perspective: 1000px;
    padding: 5rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(183,194,215), rgba(0, 0, 0, 0.5) 120%);
}.location-info-4Qnf::before {
    width: 200%;
    z-index: 0;
    pointer-events: none;
    left: -50%;
    top: -50%;
    background: radial-gradient(circle at center, rgb(146,157,178,0.5) 0%, transparent 60%);
    opacity: 0.07;
    height: 200%;
    transform: rotate(-15deg);
    position: absolute;
    content: "";
}.location-info-4Qnf .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    padding: 0 1.5rem;
    transform-style: preserve-3d;
    margin: 0 auto;
}.location-info-4Qnf .contact-section-NLSg {
    transform: rotateY(-3deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 8px 16px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.03);
    border-left: 5px solid rgb(146,157,178);
    gap: 2rem;
    padding: 2.5rem;
    position: relative;
    grid-template-columns: 1fr;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: grid;
}.location-info-4Qnf .contact-section-NLSg:hover {
    transform: rotateY(0deg) translateZ(10px) scale(1.01);
}.location-info-4Qnf h3 {
    margin-bottom: 1.5rem;
    font-weight: 700;
    transform-origin: left center;
    color: rgb(146,157,178);
    transition: transform 0.4s ease;
    position: relative;
    font-size: 36px;
}.location-info-4Qnf h3::after {
    bottom: -10px;
    transform-origin: left center;
    height: 3px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    left: 0;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    width: 80px;
    transform: scaleX(0.8);
    content: "";
}.location-info-4Qnf .contact-section-NLSg:hover h3::after {
    transform: scaleX(1);
}.location-info-4Qnf p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 1.5rem;
    line-height: 1.6;
    font-size: 17px;
    transform: translateZ(20px);
}.location-info-4Qnf h5 {
    font-size: 21px;
    align-items: center;
    font-weight: 600;
    color: #000000;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    display: flex;
}.location-info-4Qnf h5 svg {
    flex-shrink: 0;
    transition: transform 0.3s ease;
    width: 22px;
    height: 22px;
}.location-info-4Qnf h5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(146,157,178);
}.location-info-4Qnf .edu-ask-i53O {
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 1.5rem;
    transform: translateZ(30px);
    gap: 1rem;
    list-style: none;
}.location-info-4Qnf .edu-ask-i53O li {
    transform-origin: left center;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.location-info-4Qnf .edu-ask-i53O li:hover {
    transform: translateX(5px);
}.location-info-4Qnf .write-feedback-oTiK {
    display: flex;
    font-size: calc(17px * 1.05);
    transition: color 0.3s ease;
    padding: 0.5rem 0;
    position: relative;
    overflow: hidden;
    gap: 0.75rem;
    font-weight: 600;
    align-items: center;
    color: #000000;
    text-decoration: none;
}.location-info-4Qnf .write-feedback-oTiK::before {
    transform: translateX(-100%);
    background: linear-gradient(90deg, rgb(146,157,178), transparent);
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
    width: 100%;
    content: "";
    bottom: 0;
}.location-info-4Qnf .write-feedback-oTiK:hover {
    color: rgb(146,157,178);
}.location-info-4Qnf .write-feedback-oTiK:hover::before {
    transform: translateX(0);
}.location-info-4Qnf .write-feedback-oTiK svg {
    height: 22px;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 22px;
}.location-info-4Qnf .write-feedback-oTiK:hover svg {
    transform: scale(1.15) rotate(5deg);
}.location-info-4Qnf .write-feedback-oTiK svg path {
    fill: rgb(146,157,178);
    transition: fill 0.3s ease;
}.location-info-4Qnf .write-feedback-oTiK:hover svg path {
    fill: rgb(110,120,135);
}

@media (min-width: 768px) {.location-info-4Qnf .contact-section-NLSg {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
    gap: 2rem 4rem;
    padding: 3rem;
}.location-info-4Qnf h3 {
    font-size: calc(36px * 1.1);
    grid-column: 1 / -1;
}.location-info-4Qnf h3::after {
    width: 100px;
}.location-info-4Qnf .edu-ask-i53O {
    grid-row: 2 / -1;
    grid-column: 2;
    margin-top: 0;
}
}

@media (min-width: 992px) {.location-info-4Qnf {
    padding: 7rem 0;
}.location-info-4Qnf .contact-section-NLSg {
    padding: 4rem 3.5rem;
    grid-template-columns: 1.5fr 1fr;
    transform: rotateY(-5deg);
}.location-info-4Qnf h3 {
    font-size: calc(39px * 0.85);
}.location-info-4Qnf p {
    font-size: calc(17px * 1.05);
}.location-info-4Qnf .edu-ask-i53O {
    gap: 1.5rem;
}.location-info-4Qnf .write-feedback-oTiK {
    font-size: calc(17px * 1.1);
}.location-info-4Qnf .write-feedback-oTiK svg,
    .location-info-4Qnf h5 svg {
    height: 24px;
    width: 24px;
}
}

@media (min-width: 1200px) {.location-info-4Qnf .contact-section-NLSg {
    grid-template-columns: 1.75fr 1fr;
    padding: 4.5rem 4rem;
}.location-info-4Qnf h3 {
    font-size: 39px;
}.location-info-4Qnf h3::after {
    height: 4px;
    width: 120px;
}
}

@media (max-width: 767px) {.location-info-4Qnf {
    padding: 4rem 0;
}.location-info-4Qnf .contact-section-NLSg {
    transform: rotateY(-2deg);
    padding: 2rem;
}.location-info-4Qnf h3 {
    font-size: calc(36px * 0.9);
}.location-info-4Qnf h5 {
    font-size: calc(21px * 0.95);
}.location-info-4Qnf p {
    font-size: calc(17px * 0.95);
}}.training-specialist-yXaj {
    position: relative;
    overflow: hidden;
    background: rgb(183,194,215);
    padding: 5rem 2rem;
    isolation: isolate;
}.training-specialist-yXaj::before {
    height: 140%;
    right: -5%;
    z-index: -1;
    width: 60%;
    background: rgb(146,157,178,0.5);
    top: -20%;
    content: "";
    transform: rotate(15deg);
    position: absolute;
    filter: blur(3px);
}.training-specialist-yXaj::after {
    left: -5%;
    z-index: -1;
    width: 30%;
    bottom: -5%;
    height: 30%;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: morph 15s linear infinite alternate;
    background: rgb(110,120,135,0.5);
    content: "";
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.training-specialist-yXaj .feedback-perspectives-fGCs {
    max-width: 1100px;
    display: grid;
    margin: 0 auto;
    position: relative;
    gap: 0;
    grid-template-columns: 1fr 1fr;
}.training-specialist-yXaj .img-container-WDmd {
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    height: 450px;
    grid-column: 1 / 2;
    position: relative;
    z-index: 2;
    border-radius: 0;
    width: 100%;
    grid-row: 1 / 2;
    transform: translateX(-5%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}.training-specialist-yXaj .img-container-WDmd::after {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    top: 0;
}.training-specialist-yXaj .feedback-perspectives-fGCs:hover .img-container-WDmd {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.training-specialist-yXaj .career-details-XuGD {
    flex-direction: column;
    display: flex;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    grid-column: 2 / 3;
    background: #ffffff;
    padding: 3rem 3rem 3rem 5rem;
    grid-row: 1 / 2;
    z-index: 1;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-15%);
}.training-specialist-yXaj .feedback-perspectives-fGCs:hover .career-details-XuGD {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.training-specialist-yXaj .name {
    color: rgb(146,157,178);
    font-weight: 700;
    display: inline-block;
    font-size: 33px;
    position: relative;
    margin-bottom: 0.7rem;
}.training-specialist-yXaj .name::before {
    content: "";
    z-index: -1;
    height: 30px;
    position: absolute;
    background: rgb(110,120,135,0.5);
    transition: transform 0.4s ease 0.2s;
    width: 30px;
    border-radius: 10px;
    transform: rotate(45deg) scale(0);
    top: -10px;
    left: -20px;
}.training-specialist-yXaj .feedback-perspectives-fGCs:hover .name::before {
    transform: rotate(45deg) scale(1);
}.training-specialist-yXaj .career-details-XuGD > div:nth-child(2) {
    font-size: 16px;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: rgb(110,120,135);
    transition: all 0.5s ease 0.3s;
    font-weight: 600;
    opacity: 0;
    transform: translateX(-20px);
}.training-specialist-yXaj .feedback-perspectives-fGCs:hover .career-details-XuGD > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.training-specialist-yXaj .work-expertise-yrfd {
    font-weight: 400;
    font-size: 14px;
    padding-top: 20px;
    position: relative;
    transition: all 0.5s ease 0.5s;
    transform: translateY(20px);
    color: #000000;
    line-height: 1.7;
    opacity: 0;
    font-style: italic;
}.training-specialist-yXaj .feedback-perspectives-fGCs:hover .work-expertise-yrfd {
    transform: translateY(0);
    opacity: 1;
}.training-specialist-yXaj .work-expertise-yrfd::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to right, rgb(146,157,178), transparent);
    width: 60px;
    height: 3px;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.training-specialist-yXaj .career-details-XuGD::after {
    width: 40px;
    z-index: -1;
    height: 40px;
    position: absolute;
    border-radius: 50%;
    content: "";
    right: 20px;
    bottom: 20px;
    animation: float 4s ease-in-out infinite;
    background: rgb(146,157,178,0.5);
}

@media (max-width: 992px) {.training-specialist-yXaj .feedback-perspectives-fGCs {
    gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}.training-specialist-yXaj .img-container-WDmd {
    transform: none;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
}.training-specialist-yXaj .img-container-WDmd::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.training-specialist-yXaj .career-details-XuGD {
    padding: 2rem;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    clip-path: none;
    transform: none;
}.training-specialist-yXaj .feedback-perspectives-fGCs:hover .career-details-XuGD {
    transform: translateY(-5px);
}}.footer-benefit-pw0x {
    background-position: center center;
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 5rem 0 3rem;
}.footer-benefit-pw0x::before {
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
}.footer-benefit-pw0x::after {
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.5;
    z-index: -1;
    content: "";
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
}.footer-benefit-pw0x .container {
    position: relative;
    display: flex;
    flex-direction: column;
}.footer-benefit-pw0x .container::before {
    position: absolute;
    background: linear-gradient(0deg, rgb(146,157,178) 0%, transparent 100%);
    left: 0;
    opacity: 0.3;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    height: 80px;
    top: -80px;
    content: "";
    width: 100%;
}.footer-benefit-pw0x .company_holder {
    padding: 2rem;
    backdrop-filter: blur(5px);
    margin-bottom: 4rem;
    border: 1px solid rgba(rgb(146,157,178), 0.3);
    position: relative;
    background: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
}.footer-benefit-pw0x .company_holder::before {
    position: absolute;
    height: calc(100% + 10px);
    z-index: -1;
    opacity: 0.5;
    left: -5px;
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
    content: "";
    background: linear-gradient(45deg, rgb(146,157,178), transparent 70%);
    width: calc(100% + 10px);
    top: -5px;
    filter: blur(5px);
}.footer-benefit-pw0x .company_holder h3 {
    text-shadow: 0 0 10px rgb(146,157,178), 0 0 20px rgb(146,157,178), 0 0 30px rgb(146,157,178);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: inline-block;
    font-size: calc(31px * 1.2);
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}.footer-benefit-pw0x .company_holder h3::before {
    content: attr(data-text);
    color: rgb(146,157,178);
    left: 2px;
    position: absolute;
    opacity: 0.7;
    z-index: -1;
    top: 2px;
    filter: blur(1px);
}.footer-benefit-pw0x .encrypt-cta-ysg9 {
    opacity: 0.8;
    padding-left: 1rem;
    border-left: 2px solid rgb(146,157,178);
    margin-top: 1.5rem;
    font-size: 13px;
    line-height: 1.6;
    color: #ffffff;
}.footer-benefit-pw0x .training-zone-CuO2 {
    justify-content: space-between;
    display: flex;
    position: relative;
}.footer-benefit-pw0x .training-zone-CuO2::before {
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(146,157,178), transparent);
    top: -20px;
    height: 1px;
    position: absolute;
    content: "";
    width: 100%;
}.footer-benefit-pw0x .head-top-Vvxq {
    display: flex;
    gap: 2rem;
    justify-content: space-between;
    width: 100%;
}.footer-benefit-pw0x .nav-sitebar-mV5W {
    transition: all 0.3s ease;
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    padding: 1.5rem;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    border-left: 2px solid rgb(146,157,178);
    border-bottom: 2px solid rgb(146,157,178);
    position: relative;
}.footer-benefit-pw0x .nav-sitebar-mV5W:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    background: rgba(rgb(146,157,178,0.5), 0.1);
    transform: translateY(-5px);
}.footer-benefit-pw0x .nav-sitebar-mV5W h5 {
    text-transform: uppercase;
    position: relative;
    color: rgb(110,120,135);
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 1.5rem;
}.footer-benefit-pw0x .nav-sitebar-mV5W h5::after {
    box-shadow: 0 0 10px rgb(146,157,178);
    content: "";
    width: 40px;
    height: 2px;
    background: rgb(146,157,178);
    position: absolute;
    bottom: -8px;
    left: 0;
}.footer-benefit-pw0x .nav-sitebar-mV5W .head-top-Vvxq {
    flex-direction: column;
    display: flex;
    gap: 1rem;
}.footer-benefit-pw0x .nav-sitebar-mV5W .head-top-Vvxq a {
    font-size: 13px;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 0 0.5rem 1.5rem;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    opacity: 0.7;
}.footer-benefit-pw0x .nav-sitebar-mV5W .head-top-Vvxq a::before {
    font-size: 0.8em;
    left: 0;
    content: "//";
    position: absolute;
    transition: all 0.3s ease;
    color: rgb(146,157,178);
}.footer-benefit-pw0x .nav-sitebar-mV5W .head-top-Vvxq a:hover {
    color: rgb(146,157,178);
    text-shadow: 0 0 5px rgb(146,157,178);
    opacity: 1;
}.footer-benefit-pw0x .nav-sitebar-mV5W .head-top-Vvxq a:hover::before {
    color: rgb(110,120,135);
}.data-viz-QgJx {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    padding: 1.5rem 0;
    margin-top: 3rem;
    background: rgba(0, 0, 0, 0.6);
}.data-viz-QgJx::before {
    position: absolute;
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(146,157,178), transparent);
    width: 100%;
    left: 0;
    content: "";
    height: 1px;
}.data-viz-QgJx .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.data-viz-QgJx .footnote-ref-Q5YX {
    color: #ffffff;
    opacity: 0.7;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}.data-viz-QgJx .footnote-ref-Q5YX::before,
.data-viz-QgJx .footnote-ref-Q5YX::after {
    content: "//";
    margin: 0 10px;
    color: rgb(146,157,178);
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(146,157,178), 0 0 20px rgb(146,157,178);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.footer-benefit-pw0x .training-zone-CuO2 {
    flex-direction: column;
}.footer-benefit-pw0x .head-top-Vvxq {
    flex-direction: column;
}.footer-benefit-pw0x .nav-sitebar-mV5W {
    width: 100%;
    margin-bottom: 1rem;
}.data-viz-QgJx {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.footer-benefit-pw0x {
    padding: 4rem 0 2rem;
}.footer-benefit-pw0x .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.footer-benefit-pw0x .company_holder h3 {
    font-size: 31px;
}.footer-benefit-pw0x .nav-sitebar-mV5W h5 {
    font-size: calc(23px * 0.9);
}.data-viz-QgJx {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.footer-benefit-pw0x {
    padding: 3rem 0 2rem;
}.footer-benefit-pw0x .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.footer-benefit-pw0x .company_holder h3 {
    font-size: calc(31px * 0.85);
    letter-spacing: 1px;
}.footer-benefit-pw0x .encrypt-cta-ysg9 {
    font-size: calc(13px * 0.9);
}.footer-benefit-pw0x .nav-sitebar-mV5W {
    padding: 1rem;
}.footer-benefit-pw0x .nav-sitebar-mV5W .head-top-Vvxq a {
    font-size: calc(13px * 0.9);
}.data-viz-QgJx {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.data-viz-QgJx .footnote-ref-Q5YX::before,
    .data-viz-QgJx .footnote-ref-Q5YX::after {
    display: none;
}}header {
    overflow: visible;
    z-index: 99;
    background: linear-gradient(to bottom, rgb(183,194,215), rgba(0, 0, 0, 0.5));
    width: 100%;
    position: relative;
}header::before {
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    background-image: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5),
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}header .nav-wrap-DWmN {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 20px 30px;
}header .nav-wrap-DWmN::before {
    width: 80%;
    left: 10%;
    background: linear-gradient(to right, transparent, rgb(146,157,178), transparent);
    content: "";
    height: 1px;
    bottom: 0;
    position: absolute;
}header .nav-wrap-DWmN .head-skill-i0Cn {
    z-index: 2;
    margin-right: 40px;
    position: relative;
}header .nav-wrap-DWmN .head-skill-i0Cn .nav-expert-MyOg {
    padding: 5px;
    display: block;
    position: relative;
}header .nav-wrap-DWmN .head-skill-i0Cn .nav-expert-MyOg::before {
    left: -5px;
    border-radius: 10px;
    right: -5px;
    top: -5px;
    z-index: -1;
    transition: transform 0.3s ease, opacity 0.3s ease;
    transform: scale(0.9);
    position: absolute;
    opacity: 0;
    content: "";
    bottom: -5px;
    background: rgba(0, 0, 0, 0.5);
}header .nav-wrap-DWmN .head-skill-i0Cn .nav-expert-MyOg:hover::before {
    opacity: 0.1;
    transform: scale(1);
}header .nav-wrap-DWmN .head-skill-i0Cn .nav-expert-MyOg svg {
    height: 45px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}header .nav-wrap-DWmN .nav-sitebar-mV5W {
    display: flex;
    padding: 0;
    perspective: 1000px;
    margin: 0;
    list-style: none;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b {
    transform-style: preserve-3d;
    position: relative;
    margin: 0;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a {
    transform-style: preserve-3d;
    text-decoration: none;
    background: linear-gradient(to bottom, transparent, transparent);
    color: #000000;
    letter-spacing: 0.5px;
    font-size: 18px;
    transition: color 0.3s ease, transform 0.3s ease;
    position: relative;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 12px 20px;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a::before,
header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a::after {
    content: "";
    transition: all 0.3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
    height: 100%;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a::before {
    background: linear-gradient(to bottom, rgb(146,157,178,0.5), transparent);
    transform: translateZ(-1px) rotateX(10deg);
    transform-origin: top center;
    opacity: 0;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a::after {
    transform: translateZ(-2px) rotateX(-10deg);
    opacity: 0;
    background: linear-gradient(to top, rgb(110,120,135,0.5), transparent);
    transform-origin: bottom center;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b:hover a {
    color: rgb(146,157,178);
    transform: translateZ(10px);
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b:hover a::before,
header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b:hover a::after {
    opacity: 0.1;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b:hover a::before {
    transform: translateZ(-5px) rotateX(15deg);
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b:hover a::after {
    transform: translateZ(-10px) rotateX(-15deg);
}

@media (max-width: 992px) {header .nav-wrap-DWmN {
    padding: 15px;
    flex-direction: column;
}header .nav-wrap-DWmN .head-skill-i0Cn {
    margin: 0 0 15px 0;
}header .nav-wrap-DWmN .nav-sitebar-mV5W {
    perspective: none;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a {
    font-size: calc(18px - 1px);
    transform-style: flat;
    padding: 10px 15px;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b:hover a {
    transform: none;
}header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a::before,
    header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a::after {
    display: none;
}
}

@media (max-width: 767px) {header .nav-wrap-DWmN .nav-sitebar-mV5W .header-navbar-c15b a {
    padding: 8px 12px;
    font-size: calc(18px - 2px);
}}.tyWrap-5XWz {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(183,194,215), rgb(183,194,215) 60%, rgba(rgb(146,157,178,0.5), 0.1));
    overflow: hidden;
    position: relative;
}.tyWrap-5XWz::before {
    height: 80%;
    background: linear-gradient(145deg, rgba(rgb(110,120,135,0.5), 0.08), rgba(rgb(110,120,135,0.5), 0.03));
    transform: rotate(-15deg) skewX(15deg);
    position: absolute;
    right: -10%;
    width: 60%;
    z-index: 0;
    top: -20%;
    filter: blur(20px);
    content: "";
}.tyWrap-5XWz::after {
    transform: rotate(10deg) skewX(-10deg);
    position: absolute;
    background: linear-gradient(210deg, rgba(rgb(146,157,178,0.5), 0.09), transparent);
    content: "";
    height: 40%;
    bottom: -10%;
    z-index: 0;
    left: -5%;
    width: 50%;
}.tyWrap-5XWz .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}.tyWrap-5XWz .virtual-guides-zxb0 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(170deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95), 
        rgba(rgb(255, 255, 255, 0.5), 0.85)
    );
    box-shadow: 
        0 20px 50px -15px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 30px 70px -25px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 2px 5px rgba(rgb(146,157,178,0.5), 0.05),
        0 0 0 1px rgba(rgb(146,157,178,0.5), 0.08);
    transform: perspective(1000px) rotateX(2deg);
    grid-template-columns: 1fr;
    position: relative;
    padding: 3rem;
    display: grid;
    backdrop-filter: blur(10px);
    gap: 2.5rem;
}.tyWrap-5XWz .virtual-guides-zxb0:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
        0 25px 55px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 35px 75px -25px rgba(rgba(0, 0, 0, 0.5), 0.12),
        0 2px 5px rgba(rgb(146,157,178,0.5), 0.08),
        0 0 0 1px rgba(rgb(146,157,178,0.5), 0.1);
}.tyWrap-5XWz .virtual-guides-zxb0 > div:first-child {
    position: relative;
    transform: translateX(-1rem);
}.tyWrap-5XWz .virtual-guides-zxb0 > div:first-child::before {
    position: absolute;
    height: 60%;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    width: 4px;
    content: "";
    left: -2rem;
}.tyWrap-5XWz h5 {
    margin: 0;
    display: inline-block;
    line-height: 1.4;
    font-size: 19px;
    color: #000000;
    font-weight: 700;
    position: relative;
}.tyWrap-5XWz h5::after {
    background: linear-gradient(90deg, rgb(110,120,135), transparent);
    bottom: -0.5rem;
    left: 0;
    height: 3px;
    content: "";
    width: 40%;
    position: absolute;
}.tyWrap-5XWz .virtual-guides-zxb0 > div:last-child {
    padding-left: 1.5rem;
    border-left: 1px solid rgba(rgb(110,120,135,0.5), 0.2);
    position: relative;
}.tyWrap-5XWz a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    transition: transform 0.3s ease;
    position: relative;
}.tyWrap-5XWz a:hover {
    transform: translateX(5px);
}.tyWrap-5XWz a::before {
    left: 0;
    transform-origin: left;
    width: 100%;
    background: linear-gradient(90deg, 
        rgba(rgb(146,157,178,0.5), 0.03), 
        rgba(rgb(110,120,135,0.5), 0.05)
    );
    z-index: -1;
    top: 0;
    position: absolute;
    opacity: 0;
    transform: scaleX(0.8) translateX(-10%);
    content: "";
    height: 100%;
    transition: opacity 0.4s ease, transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.tyWrap-5XWz a:hover::before {
    transform: scaleX(1) translateX(0);
    opacity: 1;
}.tyWrap-5XWz p {
    transition: color 0.3s ease;
    line-height: 1.7;
    margin: 0;
    font-weight: 400;
    color: #000000;
    font-size: 13px;
}.tyWrap-5XWz a:hover p {
    color: #000000;
}

@media (min-width: 768px) {.tyWrap-5XWz {
    padding: 7rem 0;
}.tyWrap-5XWz .virtual-guides-zxb0 {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1.5fr;
    padding: 4rem;
}.tyWrap-5XWz .virtual-guides-zxb0 > div:first-child {
    transform: translateX(0);
}.tyWrap-5XWz .virtual-guides-zxb0 > div:last-child {
    padding-left: 3rem;
    border-left: 2px solid rgba(rgb(110,120,135,0.5), 0.15);
}.tyWrap-5XWz h5 {
    font-size: calc(19px * 1.1);
}.tyWrap-5XWz p {
    font-size: calc(13px * 1.05);
}
}

@media (min-width: 992px) {.tyWrap-5XWz {
    padding: 9rem 0;
}.tyWrap-5XWz .container {
    padding: 0 2rem;
}.tyWrap-5XWz .virtual-guides-zxb0 {
    padding: 5rem;
    grid-template-columns: 1fr 1.8fr;
    gap: 4rem;
}.tyWrap-5XWz h5 {
    font-size: calc(19px * 1.2);
}.tyWrap-5XWz h5::after {
    width: 50%;
    height: 4px;
}.tyWrap-5XWz .virtual-guides-zxb0 > div:last-child {
    padding-left: 4rem;
}.tyWrap-5XWz a {
    padding: 1rem 0;
}
}

@media (max-width: 767px) {.tyWrap-5XWz {
    padding: 4rem 0;
}.tyWrap-5XWz .virtual-guides-zxb0 {
    gap: 2rem;
    padding: 2rem;
}.tyWrap-5XWz h5 {
    font-size: calc(19px * 0.9);
}.tyWrap-5XWz p {
    font-size: calc(13px * 0.95);
}.tyWrap-5XWz .virtual-guides-zxb0 > div:last-child {
    padding-left: 1rem;
}
}

@media (max-width: 480px) {.tyWrap-5XWz {
    padding: 3rem 0;
}.tyWrap-5XWz .virtual-guides-zxb0 {
    gap: 1.5rem;
    padding: 1.5rem;
}.tyWrap-5XWz .virtual-guides-zxb0 > div:first-child::before {
    left: -1.5rem;
    height: 50%;
}.tyWrap-5XWz h5 {
    font-size: calc(19px * 0.85);
}.tyWrap-5XWz p {
    font-size: calc(13px * 0.9);
}.tyWrap-5XWz .virtual-guides-zxb0 > div:last-child {
    padding-left: 0.75rem;
}}.client-feedback-uk2K {
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(rgb(146,157,178,0.5), 0.05) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.client-feedback-uk2K::before {
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(146,157,178), transparent);
    opacity: 0.3;
    left: 0;
    top: 0;
    height: 1px;
    right: 0;
}.client-feedback-uk2K::after {
    height: 400px;
    z-index: 1;
    bottom: 0;
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(rgb(146,157,178,0.5), 0.03) 0%, transparent 70%);
    width: 200%;
    transform: translateY(50%);
    left: -50%;
    content: "";
}.client-feedback-uk2K h2 {
    transform: translateZ(0);
    margin-bottom: 3.5rem;
    color: #000000;
    font-size: 35px;
    text-align: center;
    font-weight: 700;
    position: relative;
}.client-feedback-uk2K h2::after {
    height: 3px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(146,157,178), transparent);
    left: 50%;
    bottom: -15px;
    width: 80px;
}.client-feedback-uk2K .container.virtual-guides-zxb0 {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.client-feedback-uk2K .client-views-kROI {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    position: relative;
}.client-feedback-uk2K .feedback-perspectives-fGCs {
    transform: translateZ(0) scale(1);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1),
                box-shadow 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex-direction: column;
    display: flex;
    will-change: transform, box-shadow;
    padding: 2rem;
    border: 1px solid rgba(rgb(146,157,178,0.5), 0.08);
    background: linear-gradient(145deg, #ffffff 0%, rgba(rgb(255, 255, 255, 0.5), 0.95) 100%);
    box-shadow: 0 15px 30px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.02);
    height: 100%;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}.client-feedback-uk2K .feedback-perspectives-fGCs::before {
    height: 5px;
    left: 0;
    opacity: 0.8;
    width: 100%;
    transform: scaleX(0.85);
    top: 0;
    transform-origin: left;
    content: "";
    position: absolute;
    transition: transform 0.5s ease-out;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
}.client-feedback-uk2K .feedback-perspectives-fGCs:hover {
    transform: translateY(-5px) scale(1.01);
    box-shadow: 0 20px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 10px 20px rgba(rgba(0, 0, 0, 0.5), 0.04);
}.client-feedback-uk2K .feedback-perspectives-fGCs:hover::before {
    transform: scaleX(1);
}.client-feedback-uk2K .feedback-perspectives-fGCs h3 {
    color: #000000;
    position: relative;
    font-weight: 600;
    padding-left: 1.2rem;
    margin-bottom: 0.8rem;
    font-size: calc(23px - 2px);
}.client-feedback-uk2K .feedback-perspectives-fGCs h3::before {
    top: 50%;
    width: 6px;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    height: 6px;
    background-color: rgb(146,157,178);
    content: "";
    left: 0;
}.client-feedback-uk2K .feedback-perspectives-fGCs .description {
    font-size: 12px;
    flex-grow: 1;
    color: #000000;
    padding-left: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    line-height: 1.6;
    font-weight: 400;
}.client-feedback-uk2K .feedback-perspectives-fGCs .description::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(146,157,178);
}.client-feedback-uk2K .feedback-perspectives-fGCs div {
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    height: 60px;
    width: 60px;
    align-self: flex-end;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.15);
    margin-top: 0.5rem;
}.client-feedback-uk2K .feedback-perspectives-fGCs div::after {
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to bottom, rgba(rgb(146,157,178,0.5), 0.2), transparent);
    top: 0;
    content: "";
    position: absolute;
    left: 0;
}.client-feedback-uk2K .feedback-perspectives-fGCs div img {
    transform: scale(1);
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.3, 0.7, 0.4, 1);
    object-fit: cover;
    width: 100%;
}.client-feedback-uk2K .feedback-perspectives-fGCs:hover div img {
    transform: scale(1.1);
}

@media (max-width: 991px) {.client-feedback-uk2K {
    padding: 4rem 0;
}.client-feedback-uk2K h2 {
    font-size: calc(35px - 0.2rem);
    margin-bottom: 2.5rem;
}.client-feedback-uk2K .client-views-kROI {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 767px) {.client-feedback-uk2K {
    padding: 3rem 0;
}.client-feedback-uk2K h2 {
    font-size: calc(35px - 0.3rem);
    margin-bottom: 2rem;
}.client-feedback-uk2K h2::after {
    width: 60px;
    bottom: -12px;
}.client-feedback-uk2K .client-views-kROI {
    max-width: 450px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.client-feedback-uk2K .feedback-perspectives-fGCs {
    padding: 1.75rem;
}
}

@media (max-width: 480px) {.client-feedback-uk2K {
    padding: 2.5rem 0;
}.client-feedback-uk2K h2 {
    font-size: calc(35px - 0.4rem);
}.client-feedback-uk2K .feedback-perspectives-fGCs {
    padding: 1.5rem;
}.client-feedback-uk2K .feedback-perspectives-fGCs h3 {
    font-size: calc(23px - 3px);
}.client-feedback-uk2K .feedback-perspectives-fGCs .description {
    font-size: calc(12px - 1px);
}.client-feedback-uk2K .feedback-perspectives-fGCs div {
    width: 50px;
    height: 50px;
}}.potential-learners-mYbQ {
    padding: 120px 0;
    background: rgb(183,194,215);
    position: relative;
    overflow: hidden;
}.potential-learners-mYbQ::before {
    height: 100%;
    width: 100%;
    background: radial-gradient(circle at 30% 40%, rgb(146,157,178,0.5) 0%, transparent 35%),
                radial-gradient(circle at 70% 60%, rgb(110,120,135,0.5) 0%, transparent 35%);
    opacity: 0.3;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
}.potential-learners-mYbQ .virtual-guides-zxb0 {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}.potential-learners-mYbQ h3 {
    position: relative;
    color: #000000;
    font-weight: 700;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    font-family: Arial, sans-serif;
    margin-bottom: 70px;
    font-size: 30px;
    text-align: center;
}.potential-learners-mYbQ h3::before {
    z-index: -1;
    border: 2px solid rgb(146,157,178,0.5);
    content: "";
    left: -30px;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    top: -20px;
    position: absolute;
}.potential-learners-mYbQ h3::after {
    right: -20px;
    width: 60px;
    border-radius: 50%;
    height: 60px;
    border: 2px solid rgb(110,120,135,0.5);
    z-index: -1;
    position: absolute;
    content: "";
    bottom: -15px;
}.potential-learners-mYbQ ul {
    grid-template-rows: repeat(2, 1fr);
    margin: 0;
    list-style: none;
    gap: 50px;
    padding: 0;
    justify-items: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}.potential-learners-mYbQ ul li {
    text-align: center;
    height: 220px;
    font-size: 13px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    transition: all 0.4s ease;
    color: #000000;
    z-index: 2;
    align-items: center;
    flex-direction: column;
    width: 220px;
    padding: 0;
    display: flex;
    background: #ffffff;
    border-radius: 50%;
    position: relative;
    justify-content: flex-start;
}.potential-learners-mYbQ ul li::before {
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgb(146,157,178), rgb(110,120,135));
    border-radius: 50%;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: -1;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0;
}.potential-learners-mYbQ ul li::after {
    border: 2px dashed rgb(146,157,178,0.5);
    height: calc(100% + 20px);
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
    transition: all 0.4s ease;
    content: "";
    left: -10px;
    width: calc(100% + 20px);
    z-index: -2;
    top: -10px;
}.potential-learners-mYbQ ul li:hover {
    color: #ffffff;
    transform: scale(1.05);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.potential-learners-mYbQ ul li:hover::before {
    opacity: 1;
}.potential-learners-mYbQ ul li:hover::after {
    border-color: rgb(110,120,135);
    transform: scale(1.1) rotate(15deg);
    opacity: 0.7;
}.potential-learners-mYbQ ul li svg {
    margin-top: 45px;
    height: 40px;
    margin-bottom: 20px;
    width: 40px;
    transition: all 0.4s ease;
    flex-shrink: 0;
}.potential-learners-mYbQ ul li:hover svg {
    transform: scale(1.1);
    filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
}.potential-learners-mYbQ ul li svg path {
    fill: rgb(146,157,178);
    transition: fill 0.4s ease;
}.potential-learners-mYbQ ul li:hover svg path {
    fill: #ffffff;
}.potential-learners-mYbQ ul li > span {
    display: block;
    max-height: 100px;
    padding: 0 30px;
    overflow: hidden;
    max-width: 100%;
}

@media (max-width: 1200px) {.potential-learners-mYbQ ul {
    gap: 40px;
}.potential-learners-mYbQ ul li {
    height: 200px;
    width: 200px;
}
}

@media (max-width: 992px) {.potential-learners-mYbQ {
    padding: 100px 0;
}.potential-learners-mYbQ h3 {
    margin-bottom: 60px;
    font-size: calc(30px * 0.9);
}.potential-learners-mYbQ ul {
    grid-template-rows: repeat(4, 1fr);
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
}.potential-learners-mYbQ ul li {
    height: 220px;
    width: 220px;
}.potential-learners-mYbQ ul li svg {
    margin-top: 45px;
}
}

@media (max-width: 768px) {.potential-learners-mYbQ {
    padding: 80px 0;
}.potential-learners-mYbQ h3 {
    font-size: calc(30px * 0.8);
    margin-bottom: 50px;
}.potential-learners-mYbQ ul {
    gap: 30px;
}.potential-learners-mYbQ ul li {
    height: 200px;
    width: 200px;
}.potential-learners-mYbQ ul li svg {
    height: 35px;
    width: 35px;
    margin-top: 40px;
}
}

@media (max-width: 580px) {.potential-learners-mYbQ {
    padding: 60px 0;
}.potential-learners-mYbQ .virtual-guides-zxb0 {
    padding: 0 20px;
}.potential-learners-mYbQ h3 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.7);
}.potential-learners-mYbQ ul {
    grid-template-columns: 1fr;
    gap: 25px;
}.potential-learners-mYbQ ul li {
    width: 220px;
    height: 220px;
}
}

@media (max-width: 480px) {.potential-learners-mYbQ ul li {
    width: 200px;
    height: 200px;
}.potential-learners-mYbQ ul li svg {
    width: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
    height: 30px;
}.potential-learners-mYbQ ul li > span {
    padding: 0 20px;
}}.course-rewards-URJa {
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(255,255,255,0.97) 100%);
}.course-rewards-URJa::before {
    z-index: 0;
    left: 0;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    top: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgba(rgb(146,157,178,0.5), 0.05) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(rgb(110,120,135,0.5), 0.07) 0%, transparent 50%);
}.course-rewards-URJa::after {
    bottom: -2px;
    content: "";
    position: absolute;
    transform-origin: left;
    width: 100%;
    transform: scaleX(0.97);
    background: linear-gradient(90deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
    left: 0;
    height: 6px;
    z-index: 1;
}.course-rewards-URJa h5 {
    font-size: 20px;
    margin-bottom: 3rem;
    z-index: 2;
    color: #000000;
    text-align: center;
    transform: translateZ(0);
    font-weight: 700;
    position: relative;
}.course-rewards-URJa h5::after {
    position: absolute;
    left: 50%;
    bottom: -12px;
    content: "";
    transform: translateX(-50%);
    width: 60px;
    background: rgb(146,157,178);
    height: 3px;
}.course-rewards-URJa .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
}.course-rewards-URJa .virtual-guides-zxb0 {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    flex-direction: column;
    transform: translateY(0);
    background-color: #ffffff;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
}.course-rewards-URJa .virtual-guides-zxb0:hover {
    transform: translateY(-5px);
}.course-rewards-URJa .img-container-WDmd {
    height: 300px;
    display: block;
    object-fit: cover;
    width: 100%;
    transition: transform 1.2s ease-out;
    object-position: center;
    transform: scale(1);
}.course-rewards-URJa .virtual-guides-zxb0:hover .img-container-WDmd {
    transform: scale(1.05);
}.course-rewards-URJa .headline-wrap-dMQJ {
    padding: 2.5rem 2rem;
    position: relative;
}.course-rewards-URJa .headline-wrap-dMQJ::before {
    content: "";
    left: 0;
    height: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    transition: height 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    top: 0;
    width: 3px;
}.course-rewards-URJa .virtual-guides-zxb0:hover .headline-wrap-dMQJ::before {
    height: 100%;
}.course-rewards-URJa ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.course-rewards-URJa li {
    padding-left: 38px;
    margin-bottom: 1.2rem;
    position: relative;
    transition: transform 0.3s ease;
    transform: translateX(0);
}.course-rewards-URJa li:hover {
    transform: translateX(5px);
}.course-rewards-URJa li p {
    line-height: 1.6;
    color: #000000;
    display: flex;
    align-items: flex-start;
    margin: 0;
    font-weight: 400;
    font-size: 15px;
}.course-rewards-URJa li svg {
    transition: transform 0.3s ease;
    margin-right: 12px;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 2px;
    left: 0;
}.course-rewards-URJa li:hover svg {
    transform: rotate(10deg);
}.course-rewards-URJa svg path {
    transition: fill 0.3s ease;
    fill: rgb(146,157,178);
}.course-rewards-URJa li:hover svg path {
    fill: rgb(110,120,135);
}

@media (min-width: 768px) {.course-rewards-URJa .virtual-guides-zxb0 {
    align-items: stretch;
    flex-direction: row;
}.course-rewards-URJa .virtual-guides-zxb0 > div:first-child {
    flex: 0 0 45%;
    overflow: hidden;
}.course-rewards-URJa .img-container-WDmd {
    height: 100%;
}.course-rewards-URJa .headline-wrap-dMQJ {
    flex: 0 0 55%;
    padding: 3rem;
}.course-rewards-URJa ul {
    columns: 1;
}
}

@media (min-width: 992px) {.course-rewards-URJa {
    padding: 8rem 0;
}.course-rewards-URJa h5 {
    font-size: calc(20px * 1.1);
    margin-bottom: 4rem;
}.course-rewards-URJa .headline-wrap-dMQJ {
    padding: 3.5rem;
}.course-rewards-URJa ul {
    column-gap: 2rem;
    columns: 2;
}.course-rewards-URJa li {
    break-inside: avoid;
}
}

@media (max-width: 767px) {.course-rewards-URJa {
    padding: 4rem 0;
}.course-rewards-URJa h5 {
    padding: 0 15px;
    font-size: calc(20px * 0.9);
    line-height: 1.4;
}.course-rewards-URJa .img-container-WDmd {
    height: 220px;
}.course-rewards-URJa .headline-wrap-dMQJ {
    padding: 1.8rem 1.5rem;
}.course-rewards-URJa li {
    margin-bottom: 1rem;
}
}

@media (max-width: 480px) {.course-rewards-URJa h5 {
    font-size: calc(20px * 0.8);
}.course-rewards-URJa .img-container-WDmd {
    height: 180px;
}.course-rewards-URJa .headline-wrap-dMQJ {
    padding: 1.5rem 1.2rem;
}.course-rewards-URJa li {
    padding-left: 34px;
}.course-rewards-URJa li svg {
    height: 22px;
    width: 22px;
}
}

@media (hover: none) {.course-rewards-URJa .virtual-guides-zxb0,
  .course-rewards-URJa .virtual-guides-zxb0:hover {
    transform: translateY(0);
}.course-rewards-URJa .img-container-WDmd,
  .course-rewards-URJa .virtual-guides-zxb0:hover .img-container-WDmd {
    transform: scale(1);
}.course-rewards-URJa li:hover {
    transform: translateX(0);
}}.enroll-instantly-OCAh {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,194,215) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 100px 0;
    position: relative;
}.enroll-instantly-OCAh::before {
    width: 120%;
    z-index: 1;
    position: absolute;
    content: '';
    top: -10%;
    animation: shift-background 15s linear infinite;
    opacity: 0.05;
    left: -10%;
    background: repeating-linear-gradient(
        45deg, 
        rgba(0, 0, 0, 0.5) 0%, 
        transparent 10%, 
        rgb(146,157,178,0.5) 20%
    );
    height: 120%;
}.enroll-instantly-OCAh::after {
    height: 100%;
    left: 0;
    top: 0;
    content: '';
    z-index: 2;
    background: radial-gradient(
        circle at 20% 30%,
        rgb(146,157,178,0.5) 0%,
        transparent 30%
    ), 
    radial-gradient(
        circle at 80% 70%,
        rgb(110,120,135,0.5) 0%,
        transparent 30%
    );
    position: absolute;
    width: 100%;
}.enroll-instantly-OCAh .virtual-guides-zxb0 {
    justify-content: center;
    z-index: 10;
    border-radius: 21px;
    position: relative;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 60px;
    overflow: hidden;
    display: flex;
    background: rgb(183,194,215);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.1),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
}.enroll-instantly-OCAh .virtual-guides-zxb0::before {
    position: absolute;
    content: '';
    top: -50%;
    background: radial-gradient(
        ellipse at center,
        transparent 30%,
        rgb(146,157,178,0.5) 100%
    );
    width: 200%;
    height: 200%;
    left: -50%;
    z-index: -1;
    opacity: 0.1;
    animation: rotate 30s linear infinite;
}.enroll-instantly-OCAh .container p {
    line-height: 1.4;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
    font-weight: 700;
    z-index: 5;
    font-size: calc(37px * 1.2);
    color: #000000;
    position: relative;
    max-width: 800px;
}.enroll-instantly-OCAh .container p::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    border-radius: 10px;
    bottom: -15px;
    position: absolute;
    content: '';
}.enroll-instantly-OCAh .help-query-VjQa {
    text-decoration: none;
    display: inline-block;
    position: relative;
    font-size: 17px;
    font-weight: 600;
    overflow: hidden;
    padding: 15px 40px;
    border-radius: 21px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    z-index: 5;
    background: linear-gradient(135deg, rgb(146,157,178) 0%, rgb(110,120,135) 100%);
}.enroll-instantly-OCAh .help-query-VjQa::before {
    left: -100%;
    width: 100%;
    transition: 0.5s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    top: 0;
    content: '';
    height: 100%;
    z-index: -1;
}.enroll-instantly-OCAh .help-query-VjQa:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(-5px);
}.enroll-instantly-OCAh .help-query-VjQa:hover::before {
    left: 100%;
    animation: shine 1.5s infinite;
}

@keyframes shift-background {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(5%, 5%);
    }
    100% {
        transform: translate(0, 0);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

@media (max-width: 991px) {.enroll-instantly-OCAh {
    padding: 80px 0;
}.enroll-instantly-OCAh .virtual-guides-zxb0 {
    padding: 40px 30px;
}.enroll-instantly-OCAh .container p {
    margin-bottom: 30px;
    font-size: 37px;
}
}

@media (max-width: 767px) {.enroll-instantly-OCAh {
    padding: 60px 0;
}.enroll-instantly-OCAh .virtual-guides-zxb0 {
    padding: 30px 20px;
}.enroll-instantly-OCAh .container p {
    margin-bottom: 25px;
    font-size: calc(21px * 1.2);
}.enroll-instantly-OCAh .help-query-VjQa {
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.enroll-instantly-OCAh {
    padding: 40px 0;
}.enroll-instantly-OCAh .virtual-guides-zxb0 {
    padding: 25px 15px;
}.enroll-instantly-OCAh .container p {
    font-size: 21px;
    margin-bottom: 20px;
}.enroll-instantly-OCAh .help-query-VjQa {
    padding: 10px 25px;
    font-size: calc(17px * 0.9);
}}.cookie-banner-window-JpT0 {
    background: rgb(183,194,215);
    overflow: hidden;
    z-index: 1050;
    width: 100%;
    border-top: 3px solid rgb(146,157,178);
    bottom: 0;
    font-family: Arial, sans-serif;
    padding: 20px;
    position: fixed;
}.visitor-settings-7TBi {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
    flex-wrap: nowrap;
}.track-manage-ZQC2 {
    margin-right: 20px;
    flex-shrink: 0;
}#cookie-modal-alert-nouG {
    display: none;
}#cookie-modal-alert-nouG:checked ~ .cookie-banner-window-JpT0 {
    visibility: hidden;
    opacity: 0;
}.track-manage-ZQC2 svg {
    transition: fill 0.3s ease-in-out;
    width: 60px;
    height: 60px;
    fill: rgb(146,157,178);
}.digital-tracking-5x6O {
    margin-right: 20px;
    flex-grow: 1;
}.digital-tracking-5x6O h5 {
    font-size: 19px;
    font-weight: 700;
    color: rgb(146,157,178);
    margin-bottom: 5px;
}.digital-tracking-5x6O p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 0;
}.cookie-window-OsNa {
    margin-left: 10px;
    text-decoration: none;
    border-radius: 10px;
    padding: 10px 20px;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
}.cookie-window-OsNa {
    background-color: rgb(146,157,178);
    color: #ffffff;
    border: 1px solid rgb(146,157,178);
}.cookie-window-OsNa:hover {
    background-color: rgba(0, 0, 0, 0.5);
    border-color: #000000;
}.cookie-banner-window-JpT0 p a {
    color: rgb(146,157,178);
    text-decoration: underline;
}.cookie-banner-window-JpT0 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.digital-tracking-5x6O h5 {
    font-size: calc(19px - 2px);
}.digital-tracking-5x6O p {
    font-size: calc(14px - 2px);
}.cookie-window-OsNa {
    padding: 8px 16px;
    font-size: calc(19px - 2px);
}
}
@media (max-width: 800px) {.visitor-settings-7TBi {
    align-items: center;
    flex-direction: column;
}.track-manage-ZQC2 {
    margin-bottom: 15px;
}.digital-tracking-5x6O {
    text-align: center;
    margin-bottom: 20px;
}.cookie-window-OsNa {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.title-screen-8h0r {
    min-height: 100vh;
    background: rgb(146,157,178);
    width: 100%;
    position: relative;
    overflow: hidden;
}.title-screen-8h0r::before {
    width: 100%;
    height: 100%;
    top: 0;
    background-size: 50px 50px;
    background: 
        linear-gradient(45deg, transparent 85%, rgb(146,157,178,0.5) 100%),
        linear-gradient(-45deg, transparent 85%, rgb(110,120,135,0.5) 100%),
        linear-gradient(135deg, transparent 85%, rgb(146,157,178,0.5) 100%),
        linear-gradient(-135deg, transparent 85%, rgb(110,120,135,0.5) 100%);
    opacity: 0.1;
    z-index: 0;
    left: 0;
    position: absolute;
    content: "";
}.title-screen-8h0r .virtual-guides-zxb0 {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    z-index: 1;
    flex-direction: column;
}.title-screen-8h0r .course-first-1Rh4 {
    justify-content: center;
    position: relative;
    margin-top: 60px;
    display: flex;
    align-items: center;
    width: 100%;
    height: 65vh;
}.title-screen-8h0r .course-first-1Rh4 input {
    display: none;
}.title-screen-8h0r .learn-expressfast-Gqze {
    width: 80%;
    overflow: hidden;
    position: relative;
    height: 100%;
}.title-screen-8h0r .edu-first-x0Pz {
    width: 100%;
    position: absolute;
    opacity: 0;
    height: 100%;
    will-change: transform, opacity;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translateX(100%);
}.title-screen-8h0r .edu-first-x0Pz:nth-child(1) {
    transform: translateX(0);
    opacity: 1;
}.title-screen-8h0r .edu-first-x0Pz img {
    object-position: center;
    height: 100%;
    object-fit: cover;
    width: 100%;
}.title-screen-8h0r .course-first-1Rh4 input:nth-child(1):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(1),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(2):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(2),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(3):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(3),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(4):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(4),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(5):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(5),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(6):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(6),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(7):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(7),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(8):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(8),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(9):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(9),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(10):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(10) {
    z-index: 2;
    transform: translateX(0);
    opacity: 1;
}.title-screen-8h0r .course-first-1Rh4 input:nth-child(1):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(2),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(2):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(3),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(3):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(4),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(4):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(5),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(5):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(6),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(6):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(7),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(7):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(8),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(8):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(9),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(9):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(10),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(10):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(1) {
    opacity: 0;
    z-index: 1;
    transform: translateX(100%);
}.title-screen-8h0r .course-first-1Rh4 input:nth-child(1):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(10),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(2):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(1),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(3):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(2),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(4):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(3),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(5):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(4),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(6):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(5),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(7):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(6),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(8):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(7),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(9):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(8),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(10):checked ~ .learn-expressfast-Gqze .edu-first-x0Pz:nth-child(9) {
    transform: translateX(-100%);
    z-index: 1;
    opacity: 0;
}.title-screen-8h0r .edu-expert-tCGR {
    width: 100%;
    position: absolute;
    top: 0;
    display: flex;
    left: 0;
    gap: 15px;
    z-index: 3;
    padding: 15px 0;
    justify-content: center;
}.title-screen-8h0r .edu-expert-tCGR label {
    background: #ffffff;
    cursor: pointer;
    width: 40px;
    position: relative;
    transition: all 0.3s ease;
    height: 4px;
    opacity: 0.4;
}.title-screen-8h0r .edu-expert-tCGR label::after {
    content: "";
    transition: transform 0.3s ease;
    bottom: -10px;
    background: rgb(146,157,178);
    left: 50%;
    position: absolute;
    width: 6px;
    height: 6px;
    transform: translateX(-50%) scale(0);
    border-radius: 50%;
}.title-screen-8h0r .course-first-1Rh4 input:nth-child(1):checked ~ .edu-expert-tCGR label:nth-child(1)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(2):checked ~ .edu-expert-tCGR label:nth-child(2)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(3):checked ~ .edu-expert-tCGR label:nth-child(3)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(4):checked ~ .edu-expert-tCGR label:nth-child(4)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(5):checked ~ .edu-expert-tCGR label:nth-child(5)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(6):checked ~ .edu-expert-tCGR label:nth-child(6)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(7):checked ~ .edu-expert-tCGR label:nth-child(7)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(8):checked ~ .edu-expert-tCGR label:nth-child(8)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(9):checked ~ .edu-expert-tCGR label:nth-child(9)::after,
.title-screen-8h0r .course-first-1Rh4 input:nth-child(10):checked ~ .edu-expert-tCGR label:nth-child(10)::after {
    transform: translateX(-50%) scale(1);
}.title-screen-8h0r .course-first-1Rh4 input:nth-child(1):checked ~ .edu-expert-tCGR label:nth-child(1),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(2):checked ~ .edu-expert-tCGR label:nth-child(2),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(3):checked ~ .edu-expert-tCGR label:nth-child(3),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(4):checked ~ .edu-expert-tCGR label:nth-child(4),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(5):checked ~ .edu-expert-tCGR label:nth-child(5),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(6):checked ~ .edu-expert-tCGR label:nth-child(6),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(7):checked ~ .edu-expert-tCGR label:nth-child(7),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(8):checked ~ .edu-expert-tCGR label:nth-child(8),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(9):checked ~ .edu-expert-tCGR label:nth-child(9),
.title-screen-8h0r .course-first-1Rh4 input:nth-child(10):checked ~ .edu-expert-tCGR label:nth-child(10) {
    width: 60px;
    opacity: 1;
    background: rgb(146,157,178);
}.title-screen-8h0r .headline-wrap-dMQJ {
    background: linear-gradient(90deg, #000000 40%, transparent 100%);
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
}.title-screen-8h0r .headline-wrap-dMQJ .container {
    max-width: 1140px;
    flex-direction: column;
    position: relative;
    margin: 0 auto;
    display: flex;
    padding: 40px;
    align-items: flex-start;
}.title-screen-8h0r .headline-wrap-dMQJ .container::before {
    content: "";
    height: 4px;
    background: rgb(146,157,178);
    width: 100px;
    left: 0;
    top: 0;
    position: absolute;
}.title-screen-8h0r .headline-wrap-dMQJ h1 {
    position: relative;
    max-width: 70%;
    font-size: 43px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 700;
}.title-screen-8h0r .headline-wrap-dMQJ h3 {
    margin-bottom: 25px;
    font-size: 24px;
    color: rgb(146,157,178);
    font-weight: 600;
    max-width: 70%;
}.title-screen-8h0r .headline-wrap-dMQJ p {
    max-width: 60%;
    font-size: 16px;
    opacity: 0.8;
    color: #ffffff;
    line-height: 1.7;
    margin-bottom: 0;
}.title-screen-8h0r .learn-expressfast-Gqze::before {
    content: "";
    pointer-events: none;
    box-shadow: inset 0 0 0 2px rgb(146,157,178,0.5);
    position: absolute;
    inset: 0;
    z-index: 3;
}.title-screen-8h0r .edu-first-x0Pz::after {
    height: 100%;
    left: 0;
    opacity: 0.7;
    top: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    content: "";
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.title-screen-8h0r .headline-wrap-dMQJ h1 {
    animation: fadeIn 0.8s ease forwards;
    opacity: 0;
    animation-delay: 0.2s;
}.title-screen-8h0r .headline-wrap-dMQJ h3 {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}.title-screen-8h0r .headline-wrap-dMQJ p {
    opacity: 0;
    animation-delay: 0.6s;
    animation: fadeIn 0.8s ease forwards;
}

@media (max-width: 1200px) {.title-screen-8h0r .headline-wrap-dMQJ .container {
    max-width: 960px;
}.title-screen-8h0r .headline-wrap-dMQJ h1,
    .title-screen-8h0r .headline-wrap-dMQJ h3,
    .title-screen-8h0r .headline-wrap-dMQJ p {
    max-width: 80%;
}
}

@media (max-width: 992px) {.title-screen-8h0r {
    min-height: unset;
}.title-screen-8h0r .virtual-guides-zxb0 {
    min-height: unset;
}.title-screen-8h0r .course-first-1Rh4 {
    height: 55vh;
    margin-top: 40px;
}.title-screen-8h0r .learn-expressfast-Gqze {
    width: 90%;
}.title-screen-8h0r .headline-wrap-dMQJ .container {
    padding: 30px;
    max-width: 720px;
}.title-screen-8h0r .headline-wrap-dMQJ h1 {
    font-size: calc(43px * 0.9);
}.title-screen-8h0r .headline-wrap-dMQJ h1,
    .title-screen-8h0r .headline-wrap-dMQJ h3,
    .title-screen-8h0r .headline-wrap-dMQJ p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.title-screen-8h0r .course-first-1Rh4 {
    margin-top: 30px;
    height: 50vh;
}.title-screen-8h0r .learn-expressfast-Gqze {
    width: 95%;
}.title-screen-8h0r .edu-expert-tCGR {
    gap: 10px;
}.title-screen-8h0r .edu-expert-tCGR label {
    height: 3px;
    width: 30px;
}.title-screen-8h0r .course-first-1Rh4 input:checked ~ .edu-expert-tCGR label {
    width: 45px;
}.title-screen-8h0r .headline-wrap-dMQJ .container {
    padding: 25px;
    max-width: 540px;
}.title-screen-8h0r .headline-wrap-dMQJ h1 {
    font-size: calc(43px * 0.8);
    margin-bottom: 15px;
}.title-screen-8h0r .headline-wrap-dMQJ h3 {
    margin-bottom: 20px;
    font-size: calc(24px * 0.9);
}.title-screen-8h0r .headline-wrap-dMQJ h1,
    .title-screen-8h0r .headline-wrap-dMQJ h3,
    .title-screen-8h0r .headline-wrap-dMQJ p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.title-screen-8h0r .course-first-1Rh4 {
    height: 45vh;
    margin-top: 20px;
}.title-screen-8h0r .edu-expert-tCGR {
    gap: 8px;
}.title-screen-8h0r .edu-expert-tCGR label {
    width: 25px;
}.title-screen-8h0r .course-first-1Rh4 input:checked ~ .edu-expert-tCGR label {
    width: 35px;
}.title-screen-8h0r .headline-wrap-dMQJ .container {
    padding: 20px;
}.title-screen-8h0r .headline-wrap-dMQJ h1 {
    margin-bottom: 10px;
    font-size: calc(43px * 0.7);
}.title-screen-8h0r .headline-wrap-dMQJ h3 {
    margin-bottom: 15px;
    font-size: calc(24px * 0.8);
}.title-screen-8h0r .headline-wrap-dMQJ p {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}}

.title-screen-8h0r .edu-first-x0Pz {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.course-features-9vSw {
    position: relative;
    background: linear-gradient(120deg, rgb(183,194,215) 30%, rgba(245, 248, 255, 0.95) 100%);
    padding: 120px 0;
    overflow: hidden;
}.course-features-9vSw::before {
    top: 0;
    content: "";
    z-index: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgba(rgb(146,157,178,0.5), 0.03) 0%, transparent 80%),
    radial-gradient(circle at 80% 70%, rgba(rgb(110,120,135,0.5), 0.04) 0%, transparent 80%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}.course-features-9vSw::after {
    width: 50%;
    z-index: 0;
    background-image: 
    linear-gradient(45deg, rgba(rgb(110,120,135,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(-45deg, rgba(rgb(110,120,135,0.5), 0.02) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgba(rgb(110,120,135,0.5), 0.02) 75%),
    linear-gradient(-45deg, transparent 75%, rgba(rgb(110,120,135,0.5), 0.02) 75%);
    background-position: 0 0, 0 15px, 15px -15px, -15px 0px;
    background-size: 30px 30px;
    opacity: 0.4;
    right: 0;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}.course-features-9vSw .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.course-features-9vSw h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    font-size: 30px;
    font-weight: 700;
}.course-features-9vSw h2::after {
    border-radius: 10px;
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    width: 80px;
    left: 50%;
    content: "";
    height: 3px;
    bottom: -15px;
    transform: translateX(-50%);
    position: absolute;
}.course-features-9vSw .program-plan-z5JY {
    position: relative;
    gap: 40px;
    display: flex;
    flex-direction: column;
    transform-style: preserve-3d;
    perspective: 1000px;
}.course-features-9vSw .img-container-WDmd {
    width: 100%;
    border-radius: 24px;
    position: relative;
    height: 350px;
    overflow: hidden;
    transform: translateZ(20px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.course-features-9vSw .img-container-WDmd::before {
    z-index: 1;
    background: linear-gradient(
    135deg,
    rgba(rgb(146,157,178,0.5), 0.2),
    rgba(rgb(110,120,135,0.5), 0.3)
  );
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}.course-features-9vSw .img-container-WDmd::after {
    content: "";
    left: -100%;
    width: 50%;
    height: 50%;
    background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.3) 0%,
    transparent 70%
  );
    top: -100%;
    transform: rotate(45deg);
    z-index: 2;
    position: absolute;
    animation: shine 15s infinite alternate;
    transition: top 7s ease-out, left 7s ease-out;
}.course-features-9vSw .headline-wrap-dMQJ {
    max-height: 400px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    scrollbar-color: rgb(110,120,135) rgba(rgb(110,120,135,0.5), 0.1);
    border-radius: 24px;
    transform: translateZ(0);
    padding: 40px 35px;
    background: rgba(#ffffff, 0.98);
    scrollbar-width: thin;
    position: relative;
    overflow-y: auto;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}.course-features-9vSw .headline-wrap-dMQJ::before {
    transition: height 0.7s ease;
    width: 4px;
    left: 0;
    background: linear-gradient(to bottom, rgb(146,157,178), rgb(110,120,135));
    position: absolute;
    top: 0;
    height: 0;
    content: "";
}.course-features-9vSw .headline-wrap-dMQJ:hover::before {
    height: 100%;
}.course-features-9vSw .description {
    line-height: 1.8;
    font-size: 13px;
    color: #000000;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    position: relative;
}.course-features-9vSw .description:last-child {
    margin-bottom: 0;
}.course-features-9vSw .description::first-letter {
    font-weight: 700;
    font-size: 1.5em;
    color: rgb(146,157,178);
}.course-features-9vSw .headline-wrap-dMQJ::-webkit-scrollbar {
    width: 6px;
}.course-features-9vSw .headline-wrap-dMQJ::-webkit-scrollbar-track {
    background: rgba(rgb(110,120,135,0.5), 0.1);
    border-radius: 10px;
}.course-features-9vSw .headline-wrap-dMQJ::-webkit-scrollbar-thumb {
    background: rgb(110,120,135);
    border-radius: 10px;
}

@keyframes shine {
  0% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 100%;
    left: 100%;
  }
}

@media (min-width: 768px) {.course-features-9vSw {
    padding: 150px 0;
}.course-features-9vSw h2 {
    margin-bottom: 70px;
    font-size: calc(30px * 1.1);
}.course-features-9vSw .program-plan-z5JY {
    align-items: center;
    gap: 60px;
    flex-direction: row;
}.course-features-9vSw .img-container-WDmd {
    transform: translateZ(30px) rotateY(-3deg);
    height: 450px;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0 95%);
    flex: 0 0 45%;
}.course-features-9vSw .headline-wrap-dMQJ {
    transform: translateZ(10px) rotateY(1deg);
    flex: 0 0 55%;
    padding: 50px 45px;
    max-height: 450px;
}.course-features-9vSw .container:hover .img-container-WDmd {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transform: translateZ(40px) rotateY(-5deg);
}.course-features-9vSw .container:hover .headline-wrap-dMQJ {
    transform: translateZ(20px) rotateY(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}
}

@media (min-width: 992px) {.course-features-9vSw h2 {
    font-size: calc(30px * 1.2);
}.course-features-9vSw .img-container-WDmd {
    height: 500px;
    flex: 0 0 40%;
}.course-features-9vSw .headline-wrap-dMQJ {
    padding: 60px 50px;
    max-height: 500px;
    flex: 0 0 60%;
}.course-features-9vSw .description {
    font-size: calc(13px * 1.05);
    line-height: 1.9;
}
}

@media (min-width: 1200px) {.course-features-9vSw {
    padding: 180px 0;
}.course-features-9vSw .container {
    padding: 0;
}.course-features-9vSw h2 {
    font-size: calc(30px * 1.3);
    margin-bottom: 90px;
}.course-features-9vSw .program-plan-z5JY {
    gap: 80px;
}.course-features-9vSw .img-container-WDmd {
    height: 550px;
    clip-path: polygon(0 0, 100% 7%, 93% 100%, 0 93%);
}.course-features-9vSw .headline-wrap-dMQJ {
    padding: 70px 60px;
    max-height: 550px;
}
}

@media (max-width: 767px) {.course-features-9vSw {
    padding: 80px 0;
}.course-features-9vSw h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.course-features-9vSw .img-container-WDmd {
    margin-bottom: 20px;
    height: 250px;
}.course-features-9vSw .headline-wrap-dMQJ {
    padding: 30px 25px;
    max-height: 350px;
}.course-features-9vSw .description {
    font-size: calc(13px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course-features-9vSw {
    padding: 60px 0;
}.course-features-9vSw h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.8);
}.course-features-9vSw .img-container-WDmd {
    height: 200px;
}.course-features-9vSw .headline-wrap-dMQJ {
    padding: 25px 20px;
    max-height: 300px;
}.course-features-9vSw .description {
    font-size: calc(13px * 0.9);
    line-height: 1.6;
}}.our-background-yRE1 {
    position: relative;
    background: rgb(183,194,215);
    overflow: hidden;
    padding: 120px 0;
}.our-background-yRE1::before {
    top: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(146,157,178,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(110,120,135,0.5) 0%, transparent 60%);
    height: 100%;
    width: 100%;
    animation: pulse 15s infinite alternate;
    z-index: 0;
    content: "";
    left: 0;
    position: absolute;
}.our-background-yRE1::after {
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(146,157,178,0.5) 49.5%, rgb(146,157,178,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(110,120,135,0.5) 49.5%, rgb(110,120,135,0.5) 50.5%, transparent 50.5%);
    opacity: 0.1;
    content: "";
    width: 100%;
    background-size: 60px 60px;
    position: absolute;
    height: 100%;
    z-index: 1;
    animation: slide 20s linear infinite;
    left: 0;
}.our-background-yRE1 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}.our-background-yRE1 .virtual-guides-zxb0 {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
    display: grid;
}.our-background-yRE1 h3 {
    display: inline-block;
    position: relative;
    font-size: 37px;
    margin-bottom: 30px;
    grid-column: 1 / -1;
    font-weight: 700;
    color: #000000;
}.our-background-yRE1 h3::after {
    height: 4px;
    left: 0;
    background: rgb(146,157,178);
    position: absolute;
    width: 80px;
    border-radius: 10px;
    content: "";
    transition: width 0.5s ease;
    bottom: -10px;
}.our-background-yRE1 h3:hover::after {
    width: 100%;
}.our-background-yRE1 .success-metric-mNEu {
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 30px;
}.our-background-yRE1 .success-metric-mNEu::before {
    top: 0;
    height: 5px;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(146,157,178), rgb(110,120,135));
    left: 0;
    border-radius: 10px 10px 0 0;
}.our-background-yRE1 .success-metric-mNEu:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our-background-yRE1 .success-metric-mNEu span {
    display: block;
    padding-left: 20px;
    color: rgb(146,157,178);
    margin-bottom: 20px;
    font-size: 22px;
    position: relative;
    font-weight: 600;
}.our-background-yRE1 .success-metric-mNEu span::before {
    background: rgb(146,157,178);
    left: 0;
    width: 10px;
    top: 50%;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    transform: translateY(-50%);
    content: "";
}.our-background-yRE1 .success-metric-mNEu p {
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 30px;
}.our-background-yRE1 .success-metric-mNEu .img-container-WDmd {
    width: 100%;
    transition: transform 0.5s ease;
    overflow: hidden;
    height: 280px;
    border-radius: 12px;
    position: relative;
}.our-background-yRE1 .success-metric-mNEu .img-container-WDmd::after {
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    animation: shine 3s infinite;
    position: absolute;
}.our-background-yRE1 .ethos-block-7FaI {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    position: relative;
    flex-direction: column;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    background: #ffffff;
    padding: 30px;
}.our-background-yRE1 .ethos-block-7FaI::before {
    top: 0;
    border-radius: 10px 10px 0 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(110,120,135), rgb(146,157,178));
    right: 0;
    height: 5px;
}.our-background-yRE1 .ethos-block-7FaI:hover {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
}.our-background-yRE1 .ethos-block-7FaI p {
    margin-bottom: 30px;
    line-height: 1.6;
    color: #000000;
    border-left: 3px solid rgb(110,120,135);
    position: relative;
    padding-left: 20px;
    font-size: 15px;
    font-weight: 400;
}.our-background-yRE1 .ethos-block-7FaI .knowledge-track-xlG7 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 5px solid #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    height: 180px;
    position: relative;
    width: 180px;
    transition: transform 0.5s ease;
}.our-background-yRE1 .ethos-block-7FaI .knowledge-track-xlG7::before {
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border-radius: 50%;
    animation: rotate 30s linear infinite;
    left: -15px;
    position: absolute;
    top: -15px;
    border: 2px dashed rgb(110,120,135,0.5);
    content: "";
}.our-background-yRE1 .ethos-block-7FaI .knowledge-track-xlG7::after {
    left: -5px;
    content: "";
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    position: absolute;
    animation: rotate 20s linear infinite reverse;
    top: -5px;
    border-radius: 50%;
    border: 1px solid rgb(146,157,178,0.5);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.5;
    }
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes shine {
    0% {
        left: -100%;
    }
    20% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.our-background-yRE1 {
    padding: 90px 0;
}.our-background-yRE1 .virtual-guides-zxb0 {
    grid-gap: 40px;
    grid-template-columns: 1fr;
}.our-background-yRE1 .success-metric-mNEu,
    .our-background-yRE1 .ethos-block-7FaI {
    max-width: 600px;
    margin: 0 auto;
}.our-background-yRE1 .success-metric-mNEu .img-container-WDmd {
    height: 240px;
}.our-background-yRE1 .ethos-block-7FaI .knowledge-track-xlG7 {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 768px) {.our-background-yRE1 {
    padding: 70px 0;
}.our-background-yRE1 h3 {
    font-size: calc(37px * 0.9);
    text-align: center;
    display: block;
}.our-background-yRE1 h3::after {
    left: 50%;
    transform: translateX(-50%);
}.our-background-yRE1 .success-metric-mNEu,
    .our-background-yRE1 .ethos-block-7FaI {
    padding: 25px;
}.our-background-yRE1 .success-metric-mNEu span {
    font-size: calc(22px * 0.9);
}.our-background-yRE1 .success-metric-mNEu .img-container-WDmd {
    height: 200px;
}.our-background-yRE1 .ethos-block-7FaI .knowledge-track-xlG7 {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 576px) {.our-background-yRE1 {
    padding: 50px 0;
}.our-background-yRE1 .container {
    padding: 0 15px;
}.our-background-yRE1 h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.our-background-yRE1 .virtual-guides-zxb0 {
    grid-gap: 30px;
}.our-background-yRE1 .success-metric-mNEu,
    .our-background-yRE1 .ethos-block-7FaI {
    padding: 20px;
}.our-background-yRE1 .success-metric-mNEu p,
    .our-background-yRE1 .ethos-block-7FaI p {
    margin-bottom: 20px;
}.our-background-yRE1 .success-metric-mNEu .img-container-WDmd {
    height: 180px;
}.our-background-yRE1 .ethos-block-7FaI .knowledge-track-xlG7 {
    height: 120px;
    width: 120px;
}.our-background-yRE1 .ethos-block-7FaI .knowledge-track-xlG7::before {
    top: -10px;
    height: calc(100% + 20px);
    left: -10px;
    width: calc(100% + 20px);
}
}