﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}html,body {
    min-height: 100%;
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
}.access-cta-6143 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.main-mentor-1965 {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}.wrap-container-3617 {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1151px;
    margin: auto;
    max-width: 100%;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    background: linear-gradient(to right, rgb(220,222,225), #ffffff);
    padding: 1.5rem 0;
    z-index: 100;
    box-shadow: 0 5px 15px rgb(177,181,190,0.5);
    position: relative;
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}header .top-main-7612 {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}header .nav-prime-8361 {
    text-decoration: none;
    position: relative;
    padding: 0.5rem;
    border-radius: 10px;
    display: block;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
}header .nav-prime-8361::after {
    bottom: -5px;
    background: linear-gradient(to right, transparent, rgb(177,181,190), transparent);
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    opacity: 0.7;
}header .nav-prime-8361 svg {
    transition: transform 0.3s ease;
    height: auto;
    width: 180px;
}header .nav-prime-8361:hover svg {
    transform: scale(1.05);
}header .top-core-5037 {
    border-radius: 13px;
    padding: 0.8rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgb(177,181,190,0.5), rgb(138,147,170,0.5));
    gap: 0.5rem;
    justify-content: center;
}header .top-wrap-9340 {
    border-radius: 10px;
    font-size: 14px;
    padding: 0.6rem 1.2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: all 0.3s ease;
    font-weight: 400;
    text-decoration: none;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}header .top-wrap-9340:hover {
    box-shadow: 0 4px 8px rgb(177,181,190,0.5);
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(135deg, rgb(177,181,190), rgb(138,147,170));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .nav-prime-8361 svg {
    width: 160px;
}header .top-core-5037 {
    padding: 0.7rem;
}header .top-wrap-9340 {
    font-size: calc(14px - 1px);
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top-main-7612 {
    gap: 1rem;
}header .nav-prime-8361 svg {
    width: 140px;
}header .top-core-5037 {
    padding: 0.6rem;
    gap: 0.4rem;
}header .top-wrap-9340 {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top-main-7612 {
    gap: 0.8rem;
}header .nav-prime-8361 svg {
    width: 120px;
}header .top-core-5037 {
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    padding: 0.5rem;
}header .top-core-5037::-webkit-scrollbar {
    height: 3px;
}header .top-core-5037::-webkit-scrollbar-thumb {
    background: rgb(177,181,190);
    border-radius: 10px;
}header .top-wrap-9340 {
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
    font-size: calc(14px - 2px);
    flex-shrink: 0;
}}.contact-section-5947 {
    position: relative;
    background-color: rgb(220,222,225);
    overflow: hidden;
    padding: 100px 0;
}.contact-section-5947::before {
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(120deg, rgb(177,181,190,0.5) 0%, transparent 75%);
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.15;
}.contact-section-5947::after {
    content: "";
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    width: 70%;
    background: linear-gradient(240deg, rgb(138,147,170,0.5) 0%, transparent 70%);
    right: 0;
    height: 70%;
}.contact-section-5947 .container {
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.contact-section-5947 h2 {
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 38px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    color: #000000;
}.contact-section-5947 .help-message-6358 {
    flex-direction: row-reverse;
    flex-wrap: wrap;
    background: #ffffff;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    border-radius: 21px;
    margin-top: 50px;
    overflow: hidden;
}.contact-section-5947 .capture-8395 {
    min-height: 500px;
    flex: 0 0 40%;
    position: relative;
    overflow: hidden;
}.contact-section-5947 .capture-8395::after {
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(to bottom, transparent 30%, rgba(0, 0, 0, 0.4));
    top: 0;
}.contact-section-5947 .inquiry-reach-3956 {
    position: relative;
    flex: 0 0 60%;
    padding: 60px;
}.contact-section-5947 .inquiry-reach-3956::before {
    left: 0;
    top: 40px;
    height: calc(100% - 80px);
    content: "";
    border-radius: 2.5px;
    background: linear-gradient(to bottom, rgb(177,181,190), rgb(138,147,170));
    width: 5px;
    position: absolute;
}.contact-section-5947 form {
    width: 100%;
    padding-left: 25px;
}.contact-section-5947 form h3 {
    font-weight: 600;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 23px;
    margin-bottom: 35px;
}.contact-section-5947 form input[type="text"] {
    border: none;
    color: #000000;
    font-size: 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    background: rgb(220,222,225);
    padding: 18px 25px;
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
}.contact-section-5947 form input[type="text"]:focus {
    background: rgba(rgb(177,181,190), 0.05);
    outline: none;
    box-shadow: 0 0 0 2px rgb(177,181,190,0.5);
}.contact-section-5947 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.4);
}.contact-section-5947 .reach-message-8370 {
    align-items: flex-start;
    display: flex;
    margin: 10px 0 30px;
}.contact-section-5947 .reach-message-8370 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-section-5947 .reach-message-8370 label {
    color: #000000;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
}.contact-section-5947 .reach-message-8370 label::before {
    height: 22px;
    top: 2px;
    content: "";
    border: 2px solid rgb(177,181,190,0.5);
    transition: all 0.2s ease;
    border-radius: 10px;
    position: absolute;
    width: 22px;
    left: 0;
}.contact-section-5947 .reach-message-8370 input[type="checkbox"]:checked + label::before {
    border-color: rgb(177,181,190);
    background-color: rgb(177,181,190);
}.contact-section-5947 .reach-message-8370 input[type="checkbox"]:checked + label::after {
    height: 11px;
    border-right: 2px solid #ffffff;
    top: 9px;
    left: 8px;
    width: 6px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    content: "";
    transform: rotate(45deg);
}.contact-section-5947 .reach-message-8370 label a {
    color: rgb(177,181,190);
    text-decoration: none;
    transition: all 0.3s ease;
}.contact-section-5947 .reach-message-8370 label a:hover {
    text-decoration: underline;
    color: rgb(138,147,170);
}.contact-section-5947 form .support-panel-2396 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 15px 35px;
    border: none;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: linear-gradient(45deg, rgb(177,181,190), rgb(138,147,170));
}.contact-section-5947 form .support-panel-2396::before {
    left: -10%;
    transition: all 0.4s ease;
    transform: rotate(45deg) translateX(-200%);
    top: -10%;
    content: "";
    height: 120%;
    width: 120%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
}.contact-section-5947 form .support-panel-2396:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px rgba(rgb(177,181,190), 0.3);
}.contact-section-5947 form .support-panel-2396:hover::before {
    transform: rotate(45deg) translateX(200%);
}.contact-section-5947 svg {
    fill: rgb(177,181,190);
    height: 22px;
    width: 22px;
}.contact-section-5947 svg path {
    fill: rgb(177,181,190);
    transition: fill 0.3s ease;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.05;
    }
    50% {
        opacity: 0.1;
    }
}

@media screen and (max-width: 1024px) {.contact-section-5947 .inquiry-reach-3956 {
    padding: 50px 40px;
}
}

@media screen and (max-width: 991px) {.contact-section-5947 .capture-8395 {
    min-height: 300px;
    flex: 0 0 100%;
}.contact-section-5947 .inquiry-reach-3956 {
    flex: 0 0 100%;
}.contact-section-5947 .inquiry-reach-3956::before {
    width: calc(100% - 80px);
    background: linear-gradient(to right, rgb(177,181,190), rgb(138,147,170));
    top: 0;
    left: 40px;
    height: 5px;
}.contact-section-5947 form {
    padding-left: 0;
    padding-top: 25px;
}
}

@media screen and (max-width: 767px) {.contact-section-5947 {
    padding: 70px 0;
}.contact-section-5947 .capture-8395 {
    min-height: 250px;
}.contact-section-5947 .inquiry-reach-3956 {
    padding: 40px 30px;
}.contact-section-5947 .inquiry-reach-3956::before {
    width: calc(100% - 60px);
    left: 30px;
}
}

@media screen and (max-width: 480px) {.contact-section-5947 {
    padding: 50px 0;
}.contact-section-5947 h2 {
    font-size: calc(38px * 0.8);
}.contact-section-5947 .capture-8395 {
    min-height: 200px;
}.contact-section-5947 .inquiry-reach-3956 {
    padding: 30px 20px;
}.contact-section-5947 .inquiry-reach-3956::before {
    left: 20px;
    width: calc(100% - 40px);
}.contact-section-5947 form h3 {
    margin-bottom: 25px;
    font-size: calc(23px * 0.9);
}.contact-section-5947 form input[type="text"] {
    padding: 15px 20px;
}.contact-section-5947 form .support-panel-2396 {
    text-align: center;
    width: 100%;
}}.instructional-approach-5024 {
    background: linear-gradient(135deg, rgb(220,222,225), #ffffff);
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.instructional-approach-5024::before {
    left: 0;
    pointer-events: none;
    z-index: 1;
    top: 0;
    opacity: 0.07;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(177,181,190,0.5),
        transparent 10px,
        transparent 60px,
        rgb(177,181,190,0.5) 70px
    );
    height: 100%;
    position: absolute;
    content: "";
}.instructional-approach-5024::after {
    position: absolute;
    filter: blur(40px);
    height: 300px;
    z-index: 0;
    animation: float 15s ease-in-out infinite;
    top: -10%;
    content: "";
    opacity: 0.05;
    background: rgb(138,147,170);
    width: 300px;
    transform: translate(0, 0);
    right: -5%;
    border-radius: 50%;
}.instructional-approach-5024 .learn-learn-1240 {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 0 30px;
}.instructional-approach-5024 h2 {
    transform: translateX(-5px);
    font-size: 29px;
    color: #000000;
    margin-bottom: 40px;
    line-height: 1.2;
    position: relative;
    font-family: Arial, sans-serif;
    letter-spacing: -0.02em;
    font-weight: 700;
}.instructional-approach-5024 h2::before {
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    width: 80px;
    bottom: -12px;
    transform: scaleX(1);
    height: 3px;
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left center;
    background: linear-gradient(to right, rgb(177,181,190), rgb(138,147,170));
}.instructional-approach-5024:hover h2::before {
    transform: scaleX(1.5);
}.instructional-approach-5024 .text-spot-8146 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-left: 4px solid rgb(177,181,190);
    background: #ffffff;
    position: relative;
    padding: 40px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(5px);
    transform: translateY(0);
}.instructional-approach-5024 .text-spot-8146::before {
    position: absolute;
    background: rgb(138,147,170);
    content: "";
    top: 20px;
    opacity: 0.1;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    width: 0;
    left: -2px;
    height: calc(100% - 40px);
}.instructional-approach-5024:hover .text-spot-8146::before {
    width: 100%;
}.instructional-approach-5024 .text-spot-8146 p {
    z-index: 2;
    position: relative;
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: calc(14px + 0.05rem);
    line-height: 1.7;
    letter-spacing: 0.01em;
}.instructional-approach-5024:hover .text-spot-8146 {
    transform: translateY(-5px);
}

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

@media (max-width: 992px) {.instructional-approach-5024 {
    padding: 90px 0;
}.instructional-approach-5024 h2 {
    font-size: calc(29px - 0.2rem);
}.instructional-approach-5024 .text-spot-8146 {
    padding: 35px;
}
}

@media (max-width: 768px) {.instructional-approach-5024 {
    padding: 70px 0;
}.instructional-approach-5024 h2 {
    font-size: calc(29px - 0.4rem);
    margin-bottom: 30px;
}.instructional-approach-5024 h2::before {
    width: 60px;
}.instructional-approach-5024 .text-spot-8146 {
    padding: 30px 25px;
}.instructional-approach-5024 .text-spot-8146 p {
    font-size: 14px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.instructional-approach-5024 {
    padding: 50px 0;
}.instructional-approach-5024 .learn-learn-1240 {
    padding: 0 20px;
}.instructional-approach-5024 h2 {
    margin-bottom: 25px;
    font-size: calc(29px - 0.6rem);
}.instructional-approach-5024 h2::before {
    height: 2px;
    width: 50px;
    bottom: -8px;
}.instructional-approach-5024 .text-spot-8146 {
    border-left-width: 3px;
    padding: 25px 20px;
}.instructional-approach-5024 .text-spot-8146 p {
    line-height: 1.5;
    font-size: calc(14px - 0.05rem);
}}.program-structure-9037 {
    background: linear-gradient(215deg, rgb(220,222,225) 0%, rgba(0, 0, 0, 0.5) 50%, rgb(177,181,190,0.5) 90%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.program-structure-9037::before {
    content: "";
    background-image: 
        linear-gradient(transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, #ffffff 49%, #ffffff 51%, transparent 51%, transparent 100%);
    width: 100%;
    opacity: 0.03;
    animation: gridFlow 20s linear infinite;
    background-size: 40px 40px;
    left: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
}.program-structure-9037::after {
    animation: rotateBg 60s linear infinite;
    top: -50%;
    left: -50%;
    opacity: 0.4;
    z-index: 1;
    background: radial-gradient(circle at center, transparent 30%, rgba(0, 0, 0, 0.5) 90%);
    position: absolute;
    content: "";
    height: 200%;
    width: 200%;
}.program-structure-9037 .container {
    z-index: 3;
    position: relative;
}.program-structure-9037 .learn-learn-1240 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}.program-structure-9037 .capture-8395 {
    width: 100%;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    transform: scale(1);
}.program-structure-9037 .capture-8395::before {
    opacity: 0.85;
    top: 0;
    mix-blend-mode: multiply;
    background: linear-gradient(
        145deg,
        transparent 0%,
        rgb(177,181,190,0.5) 100%
    );
    z-index: 2;
    transition: opacity 0.5s ease;
    right: 0;
    bottom: 0;
    position: absolute;
    content: "";
    left: 0;
}.program-structure-9037 .capture-8395::after {
    content: "";
    z-index: 3;
    right: 0;
    left: 0;
    background: 
        radial-gradient(circle at 75% 25%, transparent 0%, rgba(0, 0, 0, 0.5) 90%),
        linear-gradient(to bottom, transparent 30%, #000000 100%);
    opacity: 0.7;
    bottom: 0;
    position: absolute;
    top: 0;
}.program-structure-9037 .learn-learn-1240:hover .capture-8395 {
    transform: scale(1.03);
}.program-structure-9037 .learn-learn-1240:hover .capture-8395::before {
    opacity: 0.6;
}.program-structure-9037 .training-track-6518 {
    z-index: 4;
    background: transparent;
    position: relative;
    padding-bottom: 60px;
    padding-top: 60px;
    width: 70%;
}.program-structure-9037 .head-primary-5064 {
    justify-content: center;
    z-index: 5;
    position: absolute;
    background: #ffffff;
    animation: floatLogo 6s ease-in-out infinite;
    height: 110px;
    top: -30px;
    border-radius: 43% 57% 63% 37% / 41% 65% 35% 59%;
    right: 10%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 15px rgb(138,147,170,0.5);
    align-items: center;
    width: 110px;
    perspective: 1000px;
    display: flex;
    transform-style: preserve-3d;
}.program-structure-9037 .head-primary-5064::before {
    position: absolute;
    z-index: -1;
    inset: -5px;
    border-radius: inherit;
    animation: rotateBorderGradient 10s linear infinite;
    opacity: 0.3;
    filter: blur(10px);
    content: "";
    background: linear-gradient(
        45deg,
        rgb(177,181,190,0.5),
        rgb(138,147,170,0.5),
        rgb(177,181,190,0.5)
    );
}.program-structure-9037 .head-primary-5064 svg {
    height: 60%;
    transition: all 0.4s ease;
    transform: translateZ(20px);
    transform-style: preserve-3d;
    width: 60%;
    fill: rgb(177,181,190);
}.program-structure-9037 .head-primary-5064:hover svg {
    fill: rgb(138,147,170);
    transform: translateZ(30px) scale(1.1);
}.program-structure-9037 .head-primary-5064 svg path {
    stroke-width: 0.5;
    transition: all 0.4s ease;
    stroke: #000000;
}.program-structure-9037 .head-primary-5064:hover svg path {
    stroke: rgb(177,181,190);
    stroke-width: 1;
}.program-structure-9037 .training-track-6518 h3 {
    background: linear-gradient(
        135deg,
        rgb(177,181,190,0.5) 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    margin-bottom: 30px;
    display: inline-block;
    color: #ffffff;
    border-radius: 10px;
    border-left: 4px solid rgb(177,181,190);
    padding: 15px 25px;
    font-size: 38px;
    backdrop-filter: blur(10px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgb(177,181,190,0.5);
    position: relative;
    transform: translateZ(0);
}.program-structure-9037 .training-track-6518 h3::after {
    left: 25px;
    bottom: -10px;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    background: rgb(177,181,190);
    content: "";
    width: 40px;
    height: 4px;
}.program-structure-9037 .training-track-6518 p {
    margin: 0 auto;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    padding: 25px 30px;
    text-shadow: 0 1px 3px #000000;
    line-height: 1.8;
    backdrop-filter: blur(5px);
    font-size: 18px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    position: relative;
    max-width: 600px;
    border-radius: 14px;
    color: #ffffff;
    font-weight: 400;
}.program-structure-9037 .training-track-6518 p::first-letter {
    font-size: 2.5em;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    line-height: 0.8;
    color: rgb(177,181,190);
    font-weight: 700;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-15px) rotate(-5deg);
    }
    75% {
        transform: translateY(10px) rotate(5deg);
    }
}

@keyframes rotateBorderGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 1200px) {.program-structure-9037 .training-track-6518 {
    width: 80%;
}.program-structure-9037 .head-primary-5064 {
    width: 100px;
    height: 100px;
    right: 5%;
}
}

@media screen and (max-width: 992px) {.program-structure-9037 {
    padding: 80px 0;
}.program-structure-9037 .learn-learn-1240 {
    min-height: 450px;
}.program-structure-9037 .training-track-6518 {
    width: 85%;
    padding-top: 50px;
    padding-bottom: 50px;
}.program-structure-9037 .head-primary-5064 {
    height: 90px;
    top: -25px;
    width: 90px;
}.program-structure-9037 .training-track-6518 h3 {
    padding: 12px 20px;
    font-size: calc(38px * 0.9);
}.program-structure-9037 .training-track-6518 p {
    font-size: calc(18px * 0.95);
    padding: 20px 25px;
}
}

@media screen and (max-width: 768px) {.program-structure-9037 {
    padding: 60px 0;
}.program-structure-9037 .learn-learn-1240 {
    min-height: auto;
    padding-bottom: 40px;
    display: block;
}.program-structure-9037 .capture-8395 {
    margin-bottom: -40px;
    height: 300px;
    position: relative;
}.program-structure-9037 .training-track-6518 {
    padding-top: 60px;
    width: 100%;
    padding-bottom: 0;
}.program-structure-9037 .head-primary-5064 {
    top: -30px;
    width: 80px;
    right: auto;
    height: 80px;
    left: 20px;
}.program-structure-9037 .training-track-6518 h3 {
    box-sizing: border-box;
    font-size: calc(38px * 0.8);
    display: block;
    margin-top: 20px;
    width: calc(100% - 30px);
}.program-structure-9037 .training-track-6518 p {
    margin: 30px auto 0;
    width: calc(100% - 30px);
    box-sizing: border-box;
}
}

@media screen and (max-width: 576px) {.program-structure-9037 {
    padding: 40px 0;
}.program-structure-9037 .capture-8395 {
    margin-bottom: -30px;
    height: 250px;
}.program-structure-9037 .head-primary-5064 {
    width: 70px;
    top: -25px;
    left: 15px;
    height: 70px;
}.program-structure-9037 .training-track-6518 h3 {
    font-size: calc(38px * 0.7);
    margin-top: 15px;
    padding: 10px 15px;
}.program-structure-9037 .training-track-6518 p {
    padding: 15px 20px;
    font-size: calc(18px * 0.9);
    margin-top: 20px;
}.program-structure-9037 .training-track-6518 h3::after {
    height: 3px;
    width: 30px;
    left: 15px;
    bottom: -8px;
}}.help-desk-info-0469 {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(177,181,190,0.5) 0%, rgb(138,147,170,0.5) 100%);
    overflow: hidden;
}.help-desk-info-0469::before {
    opacity: 0.8;
    background: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 70% 80%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.03) 0%, transparent 30%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    content: '';
}.help-desk-info-0469::after {
    animation: pulse 20s infinite alternate;
    z-index: 0;
    top: -50%;
    background: radial-gradient(ellipse at center, rgb(177,181,190,0.5) 0%, transparent 70%);
    height: 90%;
    width: 90%;
    content: '';
    right: -50%;
    border-radius: 50%;
    opacity: 0.1;
    position: absolute;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.15;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}
.help-desk-info-0469 .container {
    position: relative;
    z-index: 1;
}.help-desk-info-0469 .get-helpdesk-8574 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    padding: 3.5rem;
    backdrop-filter: blur(5px);
    background-color: #ffffff;
    flex-direction: column;
    border-radius: 14px;
    transform: translateZ(0);
}.help-desk-info-0469 .get-helpdesk-8574::before {
    height: 5px;
    content: '';
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(90deg, rgb(177,181,190) 0%, rgb(138,147,170) 100%);
}.help-desk-info-0469 .get-helpdesk-8574::after {
    right: 0;
    background: 
        linear-gradient(45deg, transparent 49%, rgb(177,181,190,0.5) 50%, transparent 51%),
        linear-gradient(-45deg, transparent 49%, rgb(138,147,170,0.5) 50%, transparent 51%);
    height: 30%;
    z-index: -1;
    content: '';
    position: absolute;
    opacity: 0.07;
    background-position: center center;
    bottom: 0;
    background-size: 20px 20px;
    width: 30%;
}.help-desk-info-0469 .get-helpdesk-8574 h3 {
    font-size: 28px;
    font-weight: 700;
    color: rgb(177,181,190);
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    text-align: center;
}.help-desk-info-0469 .get-helpdesk-8574 h3::after {
    content: '';
    height: 3px;
    background: linear-gradient(90deg, rgb(177,181,190) 0%, rgb(138,147,170) 100%);
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    width: 80px;
    bottom: 0;
}.help-desk-info-0469 .contact-list-7120 {
    margin-bottom: 2.5rem;
    line-height: 1.6;
    color: #000000;
    font-size: calc(13px * 1.1);
    max-width: 80%;
    text-align: center;
}.help-desk-info-0469 .msg-page-2075 {
    position: relative;
    background-color: rgba(rgb(220,222,225), 0.03);
    gap: 2rem;
    border-radius: 14px;
    border: 1px solid rgba(rgb(177,181,190,0.5), 0.1);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    padding: 2rem;
}.help-desk-info-0469 .msg-page-2075::after {
    height: 20px;
    right: -10px;
    border-right: 2px solid rgb(177,181,190,0.5);
    width: 20px;
    position: absolute;
    bottom: -10px;
    border-bottom: 2px solid rgb(177,181,190,0.5);
    content: '';
}.help-desk-info-0469 .msg-page-2075 > span {
    position: relative;
    display: flex;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    flex-direction: column;
}.help-desk-info-0469 .msg-page-2075 > span::before {
    box-shadow: 0 0 0 3px rgb(177,181,190,0.5);
    position: absolute;
    width: 20px;
    content: '';
    background-color: rgb(177,181,190);
    border-radius: 50%;
    left: 0;
    top: 0;
    height: 20px;
}.help-desk-info-0469 .msg-page-2075 > span svg {
    transition: all 0.3s ease;
    fill: rgb(177,181,190);
    left: 0;
    position: absolute;
    height: 20px;
    top: 0.1rem;
    width: 20px;
    opacity: 0.9;
}.help-desk-info-0469 .msg-page-2075 > span:hover svg {
    fill: rgb(138,147,170);
    transform: scale(1.1) rotate(5deg);
}.help-desk-info-0469 .msg-page-2075 > span svg path {
    transition: stroke-width 0.3s ease;
    stroke-width: 0.5;
    stroke: #ffffff;
}.help-desk-info-0469 .msg-page-2075 > span:hover svg path {
    stroke-width: 1;
}.help-desk-info-0469 .msg-page-2075 p {
    margin: 0;
    font-size: 13px;
    line-height: 1.4;
    color: #000000;
    font-weight: 400;
}.help-desk-info-0469 .msg-page-2075 span > span {
    display: inline-flex;
    font-weight: 600;
    margin-top: 0.3rem;
    align-items: center;
    position: relative;
    padding-bottom: 3px;
    color: #000000;
}.help-desk-info-0469 .msg-page-2075 span > span svg {
    position: relative;
    transition: all 0.3s ease;
    top: auto;
    margin-right: 0.5rem;
    left: auto;
    fill: rgb(177,181,190);
    height: 16px;
    opacity: 0.8;
    width: 16px;
}.help-desk-info-0469 .msg-page-2075 span:hover > span svg {
    fill: rgb(138,147,170);
    transform: translateX(3px);
}.help-desk-info-0469 .msg-page-2075 span > span::after {
    left: 0;
    background-color: rgb(177,181,190);
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    transition: width 0.3s ease-in-out;
    content: '';
}.help-desk-info-0469 .msg-page-2075 span:hover > span::after {
    width: 100%;
}.help-desk-info-0469 .msg-page-2075 a {
    display: inline-flex;
    transition: color 0.3s ease, transform 0.3s ease;
    align-items: center;
    text-decoration: none;
    color: rgb(177,181,190);
}.help-desk-info-0469 .msg-page-2075 a svg {
    transition: all 0.3s ease;
    position: relative;
    fill: rgb(177,181,190);
    margin-right: 0.5rem;
    height: 14px;
    width: 14px;
}.help-desk-info-0469 .msg-page-2075 a:hover {
    color: rgb(138,147,170);
    transform: translateX(3px);
}.help-desk-info-0469 .msg-page-2075 a:hover svg {
    fill: rgb(138,147,170);
    transform: rotate(15deg);
}.help-desk-info-0469 .edu-ask-8052 {
    border: 1px dashed rgba(rgb(177,181,190,0.5), 0.2);
    grid-column: span 2;
    padding: 1.5rem;
    background-color: rgba(rgb(220,222,225), 0.05);
    border-radius: 10px;
    margin-top: 1rem;
    position: relative;
}.help-desk-info-0469 .edu-ask-8052::before {
    position: absolute;
    z-index: -1;
    left: 0;
    height: 100%;
    content: '';
    width: 100%;
    opacity: 0.03;
    background-size: 20px 20px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(177,181,190,0.5) 49%, transparent 51%),
        linear-gradient(-45deg, transparent 48%, rgb(138,147,170,0.5) 49%, transparent 51%);
    top: 0;
}.help-desk-info-0469 .edu-ask-8052 h4 {
    align-items: center;
    padding-bottom: 8px;
    font-weight: 600;
    position: relative;
    font-size: 19px;
    display: inline-flex;
    margin-bottom: 1rem;
    color: rgb(177,181,190);
}.help-desk-info-0469 .edu-ask-8052 h4 svg {
    margin-right: 0.75rem;
    width: 20px;
    transition: transform 0.5s ease;
    fill: rgb(177,181,190);
    height: 20px;
}.help-desk-info-0469 .edu-ask-8052:hover h4 svg {
    transform: rotate(360deg);
}.help-desk-info-0469 .edu-ask-8052 h4::after {
    height: 2px;
    border-radius: 10px;
    bottom: 0;
    background-color: rgb(177,181,190);
    position: absolute;
    left: 0;
    content: '';
    width: 40px;
}.help-desk-info-0469 .edu-ask-8052 span {
    font-size: calc(13px * 0.95);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    color: #000000;
    position: relative;
    padding-left: 1.2rem;
}.help-desk-info-0469 .edu-ask-8052 span svg {
    fill: rgb(138,147,170);
    left: 0;
    position: absolute;
    transition: transform 0.3s ease;
    height: 10px;
    transform: translateY(-50%);
    top: 50%;
    width: 10px;
    opacity: 0.8;
}.help-desk-info-0469 .edu-ask-8052 span:hover svg {
    transform: translateY(-50%) scale(1.2);
}.help-desk-info-0469 .edu-ask-8052 span::before {
    display: none;
}
@media (min-width: 992px) {.help-desk-info-0469 .msg-page-2075 {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.help-desk-info-0469 {
    padding: 8rem 0;
}.help-desk-info-0469 .get-helpdesk-8574 {
    padding: 4rem 5rem;
}.help-desk-info-0469 .get-helpdesk-8574 h3 {
    font-size: calc(28px * 1.1);
}.help-desk-info-0469 .msg-page-2075::before,
    .help-desk-info-0469 .msg-page-2075::after {
    height: 30px;
    width: 30px;
}
}
@media (max-width: 991px) {.help-desk-info-0469 {
    padding: 5rem 0;
}.help-desk-info-0469 .get-helpdesk-8574 {
    padding: 3rem;
}.help-desk-info-0469 .contact-list-7120 {
    max-width: 90%;
}.help-desk-info-0469 .msg-page-2075 > span svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 767px) {.help-desk-info-0469 {
    padding: 4rem 0;
}.help-desk-info-0469 .get-helpdesk-8574 {
    padding: 2.5rem;
}.help-desk-info-0469 .msg-page-2075 {
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.help-desk-info-0469 .edu-ask-8052 {
    grid-column: span 1;
}.help-desk-info-0469 .contact-list-7120 {
    max-width: 100%;
    font-size: 13px;
}.help-desk-info-0469 .get-helpdesk-8574 h3 {
    font-size: 28px;
}.help-desk-info-0469 .msg-page-2075 > span svg {
    left: -0.3rem;
    width: 16px;
    height: 16px;
}.help-desk-info-0469 .edu-ask-8052 h4 svg {
    height: 18px;
    width: 18px;
}
}
@media (max-width: 575px) {.help-desk-info-0469 {
    padding: 3rem 0;
}.help-desk-info-0469 .get-helpdesk-8574 {
    padding: 2rem 1.5rem;
}.help-desk-info-0469 .msg-page-2075 {
    padding: 1rem;
}.help-desk-info-0469 .edu-ask-8052 {
    padding: 1.2rem;
}.help-desk-info-0469 .get-helpdesk-8574 h3 {
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
}.help-desk-info-0469 .contact-list-7120 {
    margin-bottom: 2rem;
}.help-desk-info-0469 .msg-page-2075 > span {
    padding-left: 1.2rem;
    margin-bottom: 1.2rem;
}.help-desk-info-0469 .msg-page-2075 > span svg {
    width: 14px;
    height: 14px;
    left: -0.2rem;
}.help-desk-info-0469 .edu-ask-8052 span svg {
    height: 8px;
    width: 8px;
}.help-desk-info-0469 .edu-ask-8052 h4 svg {
    height: 16px;
    width: 16px;
}}
.help-desk-info-0469 .get-helpdesk-8574 {
    animation: slide-up 1s ease-out forwards;
    opacity: 0;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.help-desk-info-0469 .msg-page-2075 > span {
    animation: fade-in 0.5s ease-out forwards;
    animation-delay: calc(var(--i, 0) * 0.1s);
    opacity: 0;
}.help-desk-info-0469 .msg-page-2075 > span:nth-child(1) {
    --i: 1;
}.help-desk-info-0469 .msg-page-2075 > span:nth-child(2) {
    --i: 2;
}.help-desk-info-0469 .msg-page-2075 > span:nth-child(3) {
    --i: 3;
}.help-desk-info-0469 .msg-page-2075 > span:nth-child(4) {
    --i: 4;
}.help-desk-info-0469 .msg-page-2075 > span:nth-child(5) {
    --i: 5;
}.help-desk-info-0469 .msg-page-2075 > span:nth-child(6) {
    --i: 6;
}@keyframes fade-in {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.help-desk-info-0469 .container::before {
    left: -5%;
    content: '';
    top: -10%;
    filter: blur(30px);
    animation: float 15s ease-in-out infinite;
    border-radius: 50%;
    z-index: -1;
    width: 200px;
    position: absolute;
    height: 200px;
    background: linear-gradient(135deg, rgb(177,181,190,0.5) 0%, transparent 70%);
}.help-desk-info-0469 .container::after {
    background: linear-gradient(135deg, rgb(138,147,170,0.5) 0%, transparent 70%);
    width: 180px;
    border-radius: 50%;
    right: -5%;
    animation: float 12s ease-in-out infinite reverse;
    z-index: -1;
    bottom: -10%;
    content: '';
    filter: blur(25px);
    position: absolute;
    height: 180px;
}@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(15px, 15px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.help-desk-info-0469 .msg-page-2075 {
    position: relative;
    overflow: hidden;
}.title-welcome-4857 {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(138,147,170,0.5), rgb(177,181,190,0.5));
    overflow: hidden;
}.title-welcome-4857::before {
    height: 100%;
    animation: patternShift 30s linear infinite;
    width: 100%;
    left: 0;
    opacity: 0.08;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
    45deg,
    rgb(138,147,170,0.5) 0,
    rgb(138,147,170,0.5) 1px,
    transparent 1px,
    transparent 25px
  );
    content: "";
}.title-welcome-4857::after {
    position: absolute;
    left: 0;
    mix-blend-mode: overlay;
    background: radial-gradient(
    circle at 30% 50%, 
    rgb(138,147,170,0.5) 0%, 
    transparent 60%
  );
    z-index: 1;
    height: 100%;
    top: 0;
    width: 100%;
    pointer-events: none;
    content: "";
}.title-welcome-4857 .start-home-9057 {
    align-items: center;
    width: 100%;
    perspective: 1000px;
    position: relative;
    flex-direction: column;
    justify-content: center;
    max-width: 1400px;
    padding: 3rem 1.5rem;
    z-index: 2;
    display: flex;
    min-height: 100vh;
    margin: 0 auto;
}.title-welcome-4857 .start-home-9057 > div {
    transform: translateZ(0);
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
}.title-welcome-4857 .start-home-9057 > div:hover {
    transform: translateZ(10px);
}.title-welcome-4857 h3 {
    font-weight: 600;
    border-left: 4px solid rgb(138,147,170);
    margin-bottom: 2.5rem;
    letter-spacing: 0.01em;
    margin-left: auto;
    line-height: 1.6;
    box-shadow: 
    0 20px 30px rgba(0, 0, 0, 0.1),
    0 2px 8px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: perspective(1000px) rotateX(2deg);
    font-family: Arial, sans-serif;
    font-size: calc(22px * 1.1);
    max-width: 90%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(177,181,190);
    backdrop-filter: blur(10px);
    background: rgb(255, 255, 255, 0.5);
    padding: 2rem;
}.title-welcome-4857 h3:hover {
    box-shadow: 
    0 25px 35px rgba(0, 0, 0, 0.12),
    0 3px 10px rgba(0, 0, 0, 0.06),
    0 0 0 1px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.title-welcome-4857 .master-study-7160 {
    width: 100%;
    overflow: hidden;
    border-radius: 3px;
    min-height: 450px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 
    0 40px 80px rgba(0, 0, 0, 0.15),
    0 10px 30px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    position: relative;
    height: 65vh;
    transform-style: preserve-3d;
    transform: perspective(1000px) translateZ(0) scale(0.98);
}.title-welcome-4857 .master-study-7160:hover {
    transform: perspective(1000px) translateZ(10px) scale(1);
}.title-welcome-4857 .master-study-7160::before {
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    background: linear-gradient(
    to bottom,
    transparent 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    height: 100%;
    position: absolute;
}.title-welcome-4857 .master-study-7160::after {
    width: 100%;
    position: absolute;
    mix-blend-mode: overlay;
    content: "";
    height: 100%;
    left: 0;
    z-index: 2;
    top: 0;
    background: linear-gradient(
    135deg,
    rgb(138,147,170,0.5) 0%,
    transparent 60%
  );
}.title-welcome-4857 .master-study-7160 > div {
    bottom: 0;
    transform: translateZ(0);
    padding: 3rem;
    width: 100%;
    left: 0;
    z-index: 3;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.title-welcome-4857 .master-study-7160:hover > div {
    transform: translateY(-10px) translateZ(0);
}.title-welcome-4857 .master-study-7160 p {
    margin-bottom: 1.5rem;
    opacity: 0.9;
    font-weight: 400;
    font-size: calc(12px * 1.2);
    line-height: 1.7;
    color: #ffffff;
    transform: translateX(0);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    position: relative;
    font-family: Arial, sans-serif;
    max-width: 80%;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    padding-left: 1.5rem;
}.title-welcome-4857 .master-study-7160 p::before {
    transform: scaleY(0.8);
    content: "";
    transition: transform 0.3s ease;
    top: 0.5rem;
    height: calc(100% - 1rem);
    left: 0;
    width: 4px;
    background: rgb(138,147,170);
    position: absolute;
}.title-welcome-4857 .master-study-7160:hover p::before {
    transform: scaleY(1);
}.title-welcome-4857 .master-study-7160:hover p {
    transform: translateX(5px);
    opacity: 1;
}.title-welcome-4857 .title_style_header {
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    display: inline-block;
    position: relative;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
    font-size: calc(42px * 1.2);
    margin-bottom: 0;
    letter-spacing: -0.015em;
    transform: translateY(0);
    line-height: 1.3;
    font-family: Arial, sans-serif;
}.title-welcome-4857 .title_style_header::after {
    bottom: -0.5rem;
    content: "";
    height: 3px;
    width: 60%;
    left: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
    transform: scaleX(0.8);
    transform-origin: left;
    background: rgb(138,147,170);
}.title-welcome-4857 .master-study-7160:hover .title_style_header {
    transform: translateY(-5px);
}.title-welcome-4857 .master-study-7160:hover .title_style_header::after {
    transform: scaleX(1);
}

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

@media (max-width: 992px) {.title-welcome-4857 .start-home-9057 {
    padding: 2rem 1rem;
}.title-welcome-4857 h3 {
    max-width: 100%;
    font-size: 22px;
    margin-bottom: 2rem;
    padding: 1.5rem;
}.title-welcome-4857 .master-study-7160 {
    min-height: 400px;
    height: 55vh;
}.title-welcome-4857 .master-study-7160 > div {
    padding: 2rem;
}.title-welcome-4857 .master-study-7160 p {
    font-size: 12px;
    max-width: 90%;
}.title-welcome-4857 .title_style_header {
    font-size: 42px;
}
}

@media (max-width: 768px) {.title-welcome-4857 .start-home-9057 {
    padding: 1.5rem 1rem;
}.title-welcome-4857 h3 {
    padding: 1.25rem;
    margin-bottom: 1.5rem;
    font-size: calc(19px * 1.1);
    transform: perspective(1000px) rotateX(1deg);
}.title-welcome-4857 .master-study-7160 {
    height: 50vh;
    min-height: 350px;
}.title-welcome-4857 .master-study-7160 > div {
    padding: 1.5rem;
}.title-welcome-4857 .master-study-7160 p {
    padding-left: 1rem;
    max-width: 100%;
    font-size: calc(12px * 0.95);
}.title-welcome-4857 .title_style_header {
    font-size: calc(33px * 1.1);
}.title-welcome-4857 .master-study-7160 p::before {
    width: 3px;
}
}

@media (max-width: 576px) {.title-welcome-4857 .start-home-9057 {
    padding: 1rem 0.75rem;
}.title-welcome-4857 h3 {
    margin-bottom: 1.25rem;
    padding: 1rem;
    font-size: 19px;
    border-left: 3px solid rgb(138,147,170);
    transform: none;
}.title-welcome-4857 .master-study-7160 {
    height: 45vh;
    min-height: 300px;
}.title-welcome-4857 .master-study-7160 > div {
    padding: 1.25rem;
}.title-welcome-4857 .master-study-7160 p {
    font-size: 12px;
    margin-bottom: 1rem;
}.title-welcome-4857 .title_style_header {
    font-size: 33px;
}.title-welcome-4857 .title_style_header::after {
    height: 2px;
}}.our-team-1690 {
    position: relative;
    overflow: hidden;
    background: rgb(220,222,225);
    padding: 120px 0;
}.our-team-1690::before {
    opacity: 0.35;
    z-index: 1;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, rgb(177,181,190,0.5) 0%, transparent 50%);
    position: absolute;
}.our-team-1690::after {
    right: 0;
    position: absolute;
    width: 60%;
    background: radial-gradient(circle at 70% 30%, rgb(138,147,170,0.5) 0%, transparent 70%);
    content: "";
    top: 0;
    z-index: 1;
    height: 100%;
}.our-team-1690 .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
}.our-team-1690 .learn-learn-1240 {
    flex-direction: row-reverse;
    display: flex;
    align-items: center;
    position: relative;
    gap: 60px;
}.our-team-1690 .learn-learn-1240::before {
    z-index: -1;
    top: -80px;
    content: "";
    height: 200px;
    animation: pulse 8s infinite alternate;
    width: 200px;
    position: absolute;
    background: rgb(177,181,190,0.5);
    border-radius: 50%;
    filter: blur(80px);
    right: -100px;
}.our-team-1690 .learn-learn-1240::after {
    position: absolute;
    height: 150px;
    z-index: -1;
    bottom: -50px;
    animation: pulse 6s infinite alternate-reverse;
    background: rgb(138,147,170,0.5);
    width: 150px;
    content: "";
    border-radius: 50%;
    filter: blur(60px);
    left: -70px;
}@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.6;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.8;
    }
    100% {
        transform: scale(1);
        opacity: 0.6;
    }
}

.our-team-1690 .our-ethos-7324 {
    transition: transform 0.6s ease;
    overflow: hidden;
    flex: 0 0 35%;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(5deg);
    border-radius: 18px;
    position: relative;
}.our-team-1690 .our-ethos-7324:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.our-team-1690 .our-ethos-7324::before {
    animation: border-pulse 4s infinite alternate;
    z-index: -1;
    bottom: -10px;
    right: -10px;
    border-radius: 18px;
    position: absolute;
    left: -10px;
    top: -10px;
    content: "";
    border: 1px solid rgb(138,147,170,0.5);
}@keyframes border-pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(1.05);
        opacity: 0.7;
    }
}

.our-team-1690 .capture-8395 {
    position: relative;
    height: 380px;
    overflow: hidden;
}.our-team-1690 .capture-8395::after {
    content: "";
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    background: linear-gradient(to top, #000000, transparent);
}.our-team-1690 .pro-track-4986 {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 20px 25px;
}.our-team-1690 .knowledge-hub-7604 {
    font-size: calc(19px - 2px);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 700;
    margin: 0 0 8px;
    color: #ffffff;
}.our-team-1690 .method-edu-4912 {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    font-size: 15px;
    margin: 0;
    opacity: 0.9;
    font-weight: 300;
}.our-team-1690 .text-spot-8146 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    flex: 1;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    padding: 40px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    position: relative;
    border-radius: 18px;
}.our-team-1690 .text-spot-8146::before {
    left: 0;
    background: linear-gradient(135deg, rgb(177,181,190,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    opacity: 0.15;
}.our-team-1690 .text-spot-8146::after {
    z-index: -1;
    background: radial-gradient(circle, rgb(138,147,170,0.5) 0%, transparent 70%);
    right: -50%;
    opacity: 0.8;
    height: 200px;
    animation: float 15s infinite linear;
    top: -50%;
    width: 200px;
    position: absolute;
    content: "";
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-30px, 30px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our-team-1690 .success-metric-2310 {
    align-items: center;
    margin-bottom: 25px;
    gap: 15px;
    display: flex;
}.our-team-1690 .success-metric-2310 svg {
    filter: drop-shadow(0 2px 10px rgb(177,181,190,0.5));
    height: 48px;
    width: 48px;
    transition: transform 0.4s ease, filter 0.4s ease;
    fill: rgb(177,181,190);
}.our-team-1690 .success-metric-2310:hover svg {
    transform: scale(1.1) rotate(5deg);
    filter: drop-shadow(0 5px 15px rgb(177,181,190));
}.our-team-1690 .success-metric-2310 svg path {
    transition: fill 0.3s ease;
}.our-team-1690 .success-metric-2310:hover svg path {
    fill: rgb(138,147,170);
}.our-team-1690 .success-metric-2310 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: calc(19px - 1px);
    font-weight: 600;
    color: rgb(177,181,190);
}.our-team-1690 h2 {
    margin: 0 0 25px;
    color: #000000;
    font-weight: 700;
    padding-bottom: 15px;
    font-size: 32px;
    position: relative;
}.our-team-1690 h2::after {
    background: rgb(177,181,190);
    left: 0;
    border-radius: 10px;
    width: 80px;
    content: "";
    height: 3px;
    position: absolute;
    bottom: 0;
}.our-team-1690 p {
    position: relative;
    font-size: 15px;
    color: #000000;
    margin: 0;
    z-index: 2;
    line-height: 1.8;
}

@media (max-width: 1024px) {.our-team-1690 {
    padding: 90px 0;
}.our-team-1690 .learn-learn-1240 {
    gap: 40px;
}.our-team-1690 .our-ethos-7324 {
    flex: 0 0 40%;
}.our-team-1690 .capture-8395 {
    height: 350px;
}.our-team-1690 .text-spot-8146 {
    padding: 30px;
}
}

@media (max-width: 768px) {.our-team-1690 {
    padding: 70px 0;
}.our-team-1690 .learn-learn-1240 {
    flex-direction: column;
    gap: 50px;
}.our-team-1690 .our-ethos-7324 {
    width: 80%;
    transform: perspective(1000px) rotateY(0);
    max-width: 350px;
    margin: 0 auto;
}.our-team-1690 .our-ethos-7324:hover {
    transform: perspective(1000px) rotateY(0) translateY(-5px);
}.our-team-1690 .capture-8395 {
    height: 320px;
}.our-team-1690 .text-spot-8146 {
    padding: 30px 25px;
    width: 100%;
}.our-team-1690 h2 {
    font-size: calc(32px - 4px);
}
}

@media (max-width: 576px) {.our-team-1690 {
    padding: 60px 0;
}.our-team-1690::before,
    .our-team-1690::after {
    opacity: 0.25;
}.our-team-1690 .our-ethos-7324 {
    width: 100%;
}.our-team-1690 .capture-8395 {
    height: 280px;
}.our-team-1690 .pro-track-4986 {
    padding: 15px 20px;
}.our-team-1690 .knowledge-hub-7604 {
    font-size: calc(19px + 1px);
}.our-team-1690 .text-spot-8146 {
    padding: 25px 20px;
}.our-team-1690 .success-metric-2310 svg {
    width: 40px;
    height: 40px;
}.our-team-1690 .success-metric-2310 {
    font-size: 15px;
    margin-bottom: 20px;
}.our-team-1690 h2 {
    padding-bottom: 12px;
    font-size: calc(32px - 6px);
    margin-bottom: 20px;
}.our-team-1690 h2::after {
    width: 60px;
    height: 2px;
}.our-team-1690 p {
    font-size: calc(15px - 1px);
    line-height: 1.7;
}}.statistics-information-7129 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    color: #ffffff;
}.statistics-information-7129::before {
    background-color: rgb(177,181,190);
    content: "";
    z-index: 1;
    position: absolute;
    opacity: 0.15;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}.statistics-information-7129::after {
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgb(177,181,190) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(138,147,170) 0%, transparent 50%);
    content: "";
    opacity: 0.1;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
}.statistics-information-7129 .container {
    padding: 0;
    z-index: 5;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.statistics-information-7129 .expert-pros-3168 {
    height: 600px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    display: grid;
    grid-template-columns: 350px 1fr;
}.statistics-information-7129 .pro-upgrade-1357 {
    position: relative;
    align-items: center;
    background: linear-gradient(135deg, rgb(177,181,190), rgb(138,147,170));
    justify-content: center;
    overflow: hidden;
    display: flex;
    grid-column: 1;
    padding: 20px;
}.statistics-information-7129 .pro-upgrade-1357::before {
    height: 200%;
    top: -50%;
    position: absolute;
    width: 200%;
    content: "";
    animation: movePattern 20s linear infinite;
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1),
        rgba(255, 255, 255, 0.1) 2px,
        transparent 2px,
        transparent 10px
    );
    left: -50%;
}@keyframes movePattern {
    0% { transform: rotate(0) scale(1); }
    100% { transform: rotate(360deg) scale(1.2); }
}

.statistics-information-7129 .pro-upgrade-1357 svg {
    height: 120px;
    z-index: 1;
    fill: #ffffff;
    width: 120px;
    position: relative;
}.statistics-information-7129 .pro-upgrade-1357 svg path {
    fill: #ffffff;
}.statistics-information-7129 .extra-pro-4169 {
    font-size: 31px;
    font-weight: 700;
    left: 40px;
    text-transform: uppercase;
    position: absolute;
    top: 40px;
    margin: 0;
    letter-spacing: 2px;
    z-index: 1;
    max-width: 250px;
}.statistics-information-7129 .boost-statistics-5310 {
    position: absolute;
    font-size: 13px;
    max-width: 270px;
    bottom: 40px;
    z-index: 1;
    left: 40px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
}.statistics-information-7129 .edu-statistics-0625 {
    display: flex;
    overflow: hidden;
    grid-column: 2;
    background: linear-gradient(135deg, rgb(177,181,190,0.5) 0%, rgb(138,147,170,0.5) 100%);
    position: relative;
    flex-direction: column;
}.statistics-information-7129 .edu-statistics-0625::before {
    background: 
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px,
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) 0 0 / 20px 20px;
    z-index: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    left: 0;
}.statistics-information-7129 .pro-statistics-4983 {
    height: 20%;
    transition: all 0.3s ease;
    padding: 0 40px 0 40px;
    display: flex;
    align-items: center;
    position: relative;
}.statistics-information-7129 .pro-statistics-4983:hover {
    background: rgba(255, 255, 255, 0.15);
}.statistics-information-7129 .pro-statistics-4983::after {
    position: absolute;
    height: 1px;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    content: "";
    right: 40px;
    left: 40px;
}.statistics-information-7129 .pro-statistics-4983:last-child::after {
    display: none;
}.statistics-information-7129 .key-classes-1795 {
    margin-right: 30px;
    flex: 0 0 80px;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
    justify-content: center;
    display: flex;
    height: 80px;
    border-radius: 50%;
    align-items: center;
}.statistics-information-7129 .pro-statistics-4983:hover .key-classes-1795 {
    transform: scale(1.1);
    background: rgba(255, 255, 255, 0.3);
}.statistics-information-7129 .key-classes-1795 svg {
    width: 40px;
    fill: rgb(177,181,190);
    height: 40px;
}.statistics-information-7129 .key-classes-1795 svg path {
    fill: rgb(177,181,190);
}.statistics-information-7129 .pro-statistics-4983:nth-child(even) .key-classes-1795 svg,
.statistics-information-7129 .pro-statistics-4983:nth-child(even) .key-classes-1795 svg path {
    fill: rgb(138,147,170);
}.statistics-information-7129 .pro-statistics-4983 span {
    margin-right: 20px;
    min-width: 100px;
    font-weight: 700;
    font-size: calc(31px * 1.3);
}.statistics-information-7129 .pro-statistics-4983 p {
    margin: 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    flex: 1;
    line-height: 1.4;
}

@media screen and (max-width: 1200px) {.statistics-information-7129 .expert-pros-3168 {
    height: 550px;
    grid-template-columns: 300px 1fr;
}.statistics-information-7129 .extra-pro-4169 {
    font-size: 31px;
    left: 30px;
    max-width: 240px;
    top: 30px;
}.statistics-information-7129 .boost-statistics-5310 {
    max-width: 240px;
    left: 30px;
    bottom: 30px;
}.statistics-information-7129 .pro-upgrade-1357 svg {
    width: 100px;
    height: 100px;
}.statistics-information-7129 .pro-statistics-4983 {
    padding: 0 30px;
}.statistics-information-7129 .pro-statistics-4983::after {
    left: 30px;
    right: 30px;
}.statistics-information-7129 .key-classes-1795 {
    height: 70px;
    margin-right: 25px;
    flex: 0 0 70px;
}.statistics-information-7129 .key-classes-1795 svg {
    width: 35px;
    height: 35px;
}.statistics-information-7129 .pro-statistics-4983 span {
    min-width: 90px;
    font-size: calc(31px * 1.2);
}
}

@media screen and (max-width: 992px) {.statistics-information-7129 {
    padding: 80px 0;
}.statistics-information-7129 .expert-pros-3168 {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    height: auto;
}.statistics-information-7129 .pro-upgrade-1357 {
    height: 200px;
    padding: 30px;
    grid-row: 1;
}.statistics-information-7129 .extra-pro-4169 {
    text-align: center;
    max-width: 100%;
    top: auto;
    margin-bottom: 15px;
    left: auto;
    font-size: 31px;
    position: relative;
}.statistics-information-7129 .boost-statistics-5310 {
    margin: 0 auto;
    left: auto;
    max-width: 500px;
    bottom: auto;
    position: relative;
    text-align: center;
}.statistics-information-7129 .pro-upgrade-1357 svg {
    transform: translateY(-50%);
    right: 30px;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 50%;
    opacity: 0.2;
}.statistics-information-7129 .edu-statistics-0625 {
    grid-row: 2;
}.statistics-information-7129 .pro-statistics-4983 {
    height: auto;
    padding: 20px 30px;
}
}

@media screen and (max-width: 768px) {.statistics-information-7129 {
    padding: 60px 0;
}.statistics-information-7129 .pro-upgrade-1357 {
    padding: 20px;
    height: 180px;
}.statistics-information-7129 .extra-pro-4169 {
    font-size: calc(31px * 0.9);
}.statistics-information-7129 .boost-statistics-5310 {
    max-width: 400px;
    font-size: calc(13px * 0.95);
}.statistics-information-7129 .pro-upgrade-1357 svg {
    width: 120px;
    height: 120px;
    right: 20px;
}.statistics-information-7129 .pro-statistics-4983 {
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    padding: 15px 20px;
}.statistics-information-7129 .key-classes-1795 {
    height: 60px;
    margin: 0 0 15px 0;
    flex: 0 0 60px;
}.statistics-information-7129 .key-classes-1795 svg {
    width: 30px;
    height: 30px;
}.statistics-information-7129 .pro-statistics-4983 span {
    margin: 0 0 10px 0;
    font-size: calc(31px * 1.1);
}.statistics-information-7129 .pro-statistics-4983 p {
    font-size: calc(13px * 0.9);
}.statistics-information-7129 .pro-statistics-4983::after {
    right: 20px;
    left: 20px;
}
}

@media screen and (max-width: 576px) {.statistics-information-7129 .pro-upgrade-1357 {
    height: 160px;
}.statistics-information-7129 .extra-pro-4169 {
    font-size: calc(31px * 0.8);
}.statistics-information-7129 .boost-statistics-5310 {
    font-size: calc(13px * 0.9);
}.statistics-information-7129 .pro-upgrade-1357 svg {
    height: 100px;
    width: 100px;
}.statistics-information-7129 .key-classes-1795 {
    height: 50px;
    flex: 0 0 50px;
}.statistics-information-7129 .key-classes-1795 svg {
    width: 25px;
    height: 25px;
}}.modalDataProtection-9780 {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
    background: rgb(220,222,225);
    border-top: 2px solid rgb(177,181,190);
}.safe-cookies-8570 {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}#cookieSettingsPanel-5324 {
    display: none;
}#cookieSettingsPanel-5324:checked ~ .modalDataProtection-9780 {
    visibility: hidden;
    opacity: 0;
}.modalDataProtection-9780 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.modalDataProtection-9780 p {
    font-size: 18px;
}.cookie-compl-3902 {
    margin-right: 10px;
    flex-shrink: 0;
}.cookie-compl-3902 svg, .cookie-compl-3902 svg path, .cookie-compl-3902 img {
    fill: rgb(177,181,190);
    height: 100px;
    width: 100px;
}.cookie-view-9180 {
    text-align: center;
    color: rgb(177,181,190);
    cursor: pointer;
    white-space: nowrap;
    margin-left: 10px;
    font-size: 24px;
    min-width: 120px;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(177,181,190);
    line-height: 35px;
    text-decoration: none;
}.modalDataProtection-9780 p a {
    color: rgb(177,181,190);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.modalDataProtection-9780 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie-compl-3902 {
    display: none;
}.safe-cookies-8570 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.modalDataProtection-9780 h5 {
    text-align: center;
}.modalDataProtection-9780 p {
    text-align: center;
}.cookies-consent-7086 {
    margin-bottom: 20px;
}body .wrap-container-3617 .cookie-view-9180 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrap-container-3617 .modalDataProtection-9780 {
    box-shadow: rgb(177,181,190,0.5) 0px 0px 40px 39px;
    background: #ffffff;
    border: none;
}.wrap-container-3617 .cookie-view-9180 {
    font-size: 20px;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(177,181,190);
    font-weight: 400;
    padding: 10px;
    border: none;
}.wrap-container-3617 .cookie-compl-3902 {
    background:rgb(177,181,190);
    display: flex;
    border-radius: 50%;
    height: 80px;
    align-items: center;
    justify-content: center;
    width: 80px;
}.wrap-container-3617 .cookie-compl-3902 svg, .wrap-container-3617 .cookie-compl-3902 svg path, .wrap-container-3617 .cookie-compl-3902 img {
    height: 40px;
    width: 40px;
    fill:#000000;
}.wrap-container-3617 .cookies-consent-7086 h5, .wrap-container-3617 .cookies-consent-7086 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrap-container-3617 .cookie-compl-3902 {
    margin: 0;
    margin-bottom: 14px;
}}.tariff-container-0126 {
    padding: 100px 0;
    font-family: Arial, sans-serif;
    background-color: rgb(220,222,225);
    overflow: hidden;
    position: relative;
}.tariff-container-0126::before {
    width: 100%;
    top: 0;
    z-index: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(138,147,170,0.5), 0.05) 0%, rgba(rgb(177,181,190,0.5), 0.08) 100%);
    position: absolute;
    content: "";
}.tariff-container-0126 .container {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
}.tariff-container-0126 .bundle-price-3502 {
    display: flex;
    flex-direction: column;
}.tariff-container-0126 .learning-packages-9584 {
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
    transform: translateY(20px);
    opacity: 0;
}.tariff-container-0126 .learning-packages-9584 h2 {
    margin-bottom: 20px;
    display: inline-block;
    font-weight: 700;
    color: #000000;
    font-size: 33px;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
}.tariff-container-0126 .learning-packages-9584 h2::after {
    content: "";
    left: 0;
    position: absolute;
    height: 4px;
    width: 80px;
    bottom: -10px;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(138,147,170), rgb(177,181,190));
}.tariff-container-0126 .package-price-7465 {
    line-height: 1.6;
    max-width: 800px;
    font-size: 17px;
    margin-top: 25px;
    color: #000000;
}.tariff-container-0126 .price-deals-6570 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    margin-top: 20px;
    gap: 30px;
    display: grid;
}.tariff-container-0126 .cert-cost-7024 {
    transform: translateY(30px);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    perspective: 1000px;
    animation: fadeUp 0.8s ease-out forwards;
    text-decoration: none;
    display: block;
    animation-delay: calc(0.15s * var(--i, 1));
}.tariff-container-0126 .cert-cost-7024:nth-child(1) {
    --i: 1;
}.tariff-container-0126 .cert-cost-7024:nth-child(2) {
    --i: 2;
}.tariff-container-0126 .cert-cost-7024:nth-child(3) {
    --i: 3;
}.tariff-container-0126 .cert-cost-7024:nth-child(4) {
    --i: 4;
}.tariff-container-0126 .annual-plan-1205 {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    background-color: #ffffff;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    height: 100%;
}.tariff-container-0126 .cert-cost-7024:hover .annual-plan-1205 {
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(177,181,190,0.5), 0.1);
}.tariff-container-0126 .cert-plans-4065 {
    padding: 35px 30px;
    box-sizing: border-box;
    z-index: 2;
    min-height: 250px;
    position: relative;
}.tariff-container-0126 .cert-plans-4065 h3 {
    font-weight: 700;
    font-size: calc(22px + 2px);
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    color: #000000;
}.tariff-container-0126 .cert-cost-7024:hover .cert-plans-4065 h3 {
    transform: translateX(5px);
    color: rgb(177,181,190);
}.tariff-container-0126 .pay-plans-5138 {
    font-weight: 700;
    position: relative;
    transition: all 0.3s ease;
    margin: 20px 0;
    color: rgb(138,147,170);
    font-size: calc(22px + 4px);
    display: block;
}.tariff-container-0126 .pay-plans-5138::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(138,147,170), transparent);
    border-radius: 2px;
    width: 40px;
    content: "";
    left: 0;
    height: 3px;
    top: -10px;
}.tariff-container-0126 .cert-cost-7024:hover .pay-plans-5138 {
    transform: scale(1.05);
    color: rgb(177,181,190);
}.tariff-container-0126 .cert-plans-4065 p {
    white-space: normal;
    line-height: 1.6;
    transition: color 0.3s ease;
    font-size: 17px;
    overflow-wrap: break-word;
    word-wrap: break-word;
    color: #000000;
    word-break: normal;
    hyphens: auto;
    margin-top: 15px;
}.tariff-container-0126 .capture-8395 {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 200px;
    transition: all 0.5s ease;
}.tariff-container-0126 .capture-8395::after {
    transition: opacity 0.4s ease;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.6;
    content: "";
    z-index: 1;
    top: 0;
}.tariff-container-0126 .cert-cost-7024:hover .capture-8395 {
    transform: scale(1.05);
}.tariff-container-0126 .cert-cost-7024:hover .capture-8395::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.tariff-container-0126 .bundle-price-3502 {
    flex-direction: row-reverse;
}.tariff-container-0126 .learning-packages-9584 {
    margin-bottom: 0;
    width: 30%;
    padding-left: 50px;
}.tariff-container-0126 .price-deals-6570 {
    width: 70%;
}.tariff-container-0126 .learning-packages-9584 h2 {
    font-size: calc(33px + 4px);
}
}

@media (max-width: 1199px) {.tariff-container-0126 {
    padding: 80px 0;
}.tariff-container-0126 .learning-packages-9584 {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.tariff-container-0126 .learning-packages-9584 h2::after {
    transform: translateX(-50%);
    left: 50%;
}
}

@media (max-width: 767px) {.tariff-container-0126 {
    padding: 60px 0;
}.tariff-container-0126 .price-deals-6570 {
    grid-template-columns: 1fr;
    gap: 20px;
}.tariff-container-0126 .cert-plans-4065 {
    padding: 25px 20px;
}.tariff-container-0126 .capture-8395 {
    height: 180px;
}.tariff-container-0126 .learning-packages-9584 h2 {
    font-size: calc(33px - 2px);
}.tariff-container-0126 .package-price-7465 {
    font-size: calc(17px - 1px);
}
}

@media (hover: none) {.tariff-container-0126 .cert-cost-7024:hover .annual-plan-1205 {
    transform: none;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
}.tariff-container-0126 .cert-cost-7024:hover .cert-plans-4065 h3 {
    transform: none;
}.tariff-container-0126 .cert-cost-7024:hover .pay-plans-5138 {
    transform: none;
}.tariff-container-0126 .cert-cost-7024:hover .capture-8395 {
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}footer .access-cta-6143 {
    padding: 120px 0 30px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(177,181,190), rgb(138,147,170));
    position: relative;
}footer .access-cta-6143::before {
    opacity: 0.25;
    width: 100%;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
    left: 0;
    height: 100px;
    background: #ffffff;
    transform: rotateX(180deg);
    top: 0;
    position: absolute;
}footer .access-cta-6143::after {
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.15;
    background: #ffffff;
    height: 50px;
}footer .twitter-cta-4281 {
    z-index: 1;
    position: relative;
}footer .talk-experts-0297 {
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
    gap: 20px;
}footer .info_item {
    flex: 1 1 200px;
    position: relative;
    padding: 0 25px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    align-items: center;
    border-radius: 40px;
    height: 80px;
    max-width: 300px;
    overflow: hidden;
    transition: all 0.3s ease;
}footer .info_item::before {
    height: 100%;
    content: "";
    animation: waveAnimation 15s linear infinite;
    left: -100%;
    z-index: -1;
    position: absolute;
    background: #ffffff;
    opacity: 0.1;
    width: 100%;
}@keyframes waveAnimation {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}

footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(138,147,170,0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}footer .info_item svg {
    margin-right: 15px;
    height: 20px;
    width: 20px;
    fill: #ffffff;
    flex-shrink: 0;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s ease;
}footer .info_item a:hover {
    text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}footer .text_main_holder {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 25px;
}footer .head-primary-5064 {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
    flex: 1 1 100%;
}footer .head-primary-5064 svg {
    height: 50px;
    margin: 0 auto 20px;
    width: auto;
    filter: brightness(0) invert(1);
}footer .student-aid-4895 {
    font-size: 16px;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 auto;
    text-align: center;
    line-height: 1.6;
}footer .top-core-5037,footer .subscribe_holder {
    position: relative;
    flex: 1 1 300px;
    overflow: hidden;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    padding: 30px;
}footer .top-core-5037::before,footer .subscribe_holder::before {
    top: 0;
    left: -100%;
    content: "";
    opacity: 0.1;
    width: 300%;
    z-index: -1;
    background: #ffffff;
    animation: waveAnimation 20s linear infinite;
    height: 100%;
    position: absolute;
}footer .top-core-5037 h5, footer .subscribe_holder h5 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 600;
}footer .top-core-5037 h5::after, footer .subscribe_holder h5::after {
    height: 2px;
    position: absolute;
    width: 100%;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, #ffffff, transparent);
    left: 0;
}footer .head-main-5698 {
    margin-bottom: 20px;
    gap: 10px;
    flex-wrap: wrap;
    display: flex;
}footer .head-main-5698 a {
    text-decoration: none;
    padding: 8px 15px;
    flex: 1 1 calc(50% - 10px);
    position: relative;
    overflow: hidden;
    font-size: 18px;
    background-color: rgb(177,181,190,0.5);
    text-align: center;
    border-radius: 20px;
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.8);
}footer .head-main-5698 a::before {
    bottom: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    position: absolute;
    transition: left 0.3s ease;
    width: 100%;
    left: -100%;
    content: "";
}footer .head-main-5698 a:hover {
    transform: translateY(-3px);
    background-color: rgb(138,147,170,0.5);
}footer .head-main-5698 a:hover::before {
    left: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
    position: relative;
}footer .input_holder input[type="email"] {
    padding: 15px 20px;
    transition: all 0.3s ease;
    border: none;
    border-radius: 25px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
}footer .input_holder input[type="email"]:focus {
    background-color: rgb(177,181,190,0.5);
    outline: none;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .email-capture-8960 {
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    border: none;
    transition: all 0.3s ease;
    border-radius: 25px;
    background-color: #ffffff;
    color: rgb(177,181,190);
    padding: 15px 20px;
    position: relative;
    font-weight: 600;
}footer .email-capture-8960::after {
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: left 0.7s ease;
    width: 100%;
    left: -100%;
    height: 100%;
}footer .email-capture-8960:hover {
    background-color: rgb(220,222,225);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}footer .email-capture-8960:hover::after {
    left: 100%;
}footer .donate-btn-0761 {
    position: relative;
    margin-top: 60px;
    text-align: center;
}footer .online-tools-6271 {
    display: inline-block;
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    position: relative;
    padding: 0 30px;
}footer .online-tools-6271::before,
footer .online-tools-6271::after {
    height: 1px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3);
    top: 50%;
    content: "";
    width: 20px;
}footer .online-tools-6271::before {
    left: 0;
}footer .online-tools-6271::after {
    right: 0;
}

@media (min-width: 768px) {footer .head-primary-5064 {
    flex: 1 1 100%;
}footer .top-core-5037, footer .subscribe_holder {
    flex: 1 1 300px;
}footer .input_holder {
    flex-direction: row;
}footer .email-capture-8960 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .access-cta-6143 {
    padding: 100px 0 30px;
}footer .text_main_holder {
    gap: 20px;
}
}

@media (max-width: 767px) {footer .access-cta-6143 {
    padding: 80px 0 30px;
}footer .access-cta-6143::before {
    height: 60px;
    background-size: 100% 60px;
}footer .talk-experts-0297 {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .top-core-5037, footer .subscribe_holder {
    padding: 25px 20px;
}footer .donate-btn-0761 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .access-cta-6143 {
    padding: 60px 0 20px;
}footer .access-cta-6143::before {
    height: 40px;
    background-size: 100% 40px;
}footer .top-core-5037 h5, footer .subscribe_holder h5 {
    font-size: calc(22px - 2px);
    margin-bottom: 15px;
}footer .head-main-5698 a {
    flex: 1 1 100%;
}footer .input_holder input[type="email"],
    footer .email-capture-8960 {
    padding: 12px 15px;
}}.thanksWeb-0486 {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(220,222,225), #ffffff);
    overflow: hidden;
}.thanksWeb-0486::before {
    left: 0;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(138,147,170,0.5) 49.5%, rgb(138,147,170,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(138,147,170,0.5) 49.5%, rgb(138,147,170,0.5) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    top: 0;
    z-index: 1;
    content: "";
    height: 100%;
    animation: movePattern 40s linear infinite;
    position: absolute;
    opacity: 0.2;
}.thanksWeb-0486::after {
    background: linear-gradient(120deg, rgb(177,181,190,0.5) 10%, transparent 80%);
    height: 200%;
    transform: rotate(25deg);
    width: 70%;
    position: absolute;
    right: -20%;
    top: -50%;
    content: "";
    opacity: 0.1;
    z-index: 0;
}.thanksWeb-0486 .container {
    z-index: 2;
    padding: 0 20px;
    perspective: 1000px;
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
    transform-style: preserve-3d;
}.thanksWeb-0486 h2 {
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    line-height: 1.4;
    font-size: 28px;
    position: relative;
    color: #000000;
    font-weight: 600;
    transform: translateZ(20px);
    margin-bottom: 40px;
    animation: fadeSlideIn 0.8s ease-out forwards;
}.thanksWeb-0486 h2::after {
    transform-origin: left;
    animation: expandLine 0.6s 0.4s forwards ease-out;
    content: "";
    width: 80px;
    left: 0;
    bottom: -16px;
    background: linear-gradient(90deg, rgb(177,181,190), rgb(138,147,170));
    transform: scaleX(0);
    position: absolute;
    height: 3px;
}.thanksWeb-0486 .learn-learn-1240 {
    animation: fadeSlideUp 0.8s 0.3s ease-out forwards;
    background: #ffffff;
    border-left: 4px solid rgb(138,147,170);
    transform: translateZ(10px) translateY(10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03);
    opacity: 0;
    position: relative;
    padding: 35px 40px 30px;
}.thanksWeb-0486 .learn-learn-1240::before {
    transform: translateZ(-5px);
    opacity: 0.15;
    position: absolute;
    top: 20px;
    width: 100px;
    background: linear-gradient(135deg, rgb(138,147,170,0.5) 30%, transparent 70%);
    content: "";
    border-radius: 50%;
    right: 20px;
    height: 100px;
}.thanksWeb-0486 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}.thanksWeb-0486 li {
    position: relative;
    padding-left: 25px;
}.thanksWeb-0486 li::before {
    transform: rotate(45deg);
    left: 0;
    content: "";
    background: rgb(177,181,190);
    position: absolute;
    width: 8px;
    height: 8px;
    animation: pulse 3s infinite;
    top: 8px;
    opacity: 0.9;
}.thanksWeb-0486 li span {
    font-size: 12px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    display: block;
}

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

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateZ(10px) translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateZ(10px) translateY(10px);
    }
}

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

@keyframes pulse {
    0%, 100% {
        transform: rotate(45deg) scale(1);
    }
    50% {
        transform: rotate(45deg) scale(1.2);
    }
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (max-width: 1200px) {.thanksWeb-0486 {
    padding: 100px 0;
}.thanksWeb-0486 h2 {
    font-size: calc(28px * 0.9);
}
}

@media (max-width: 992px) {.thanksWeb-0486 {
    padding: 80px 0;
}.thanksWeb-0486 h2 {
    font-size: calc(28px * 0.85);
}.thanksWeb-0486::after {
    right: -50%;
    width: 100%;
}.thanksWeb-0486 .learn-learn-1240 {
    padding: 30px 35px 25px;
}
}

@media (max-width: 768px) {.thanksWeb-0486 {
    padding: 60px 0;
}.thanksWeb-0486 h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 30px;
}.thanksWeb-0486 h2::after {
    bottom: -12px;
    width: 60px;
}.thanksWeb-0486 .learn-learn-1240 {
    padding: 25px 30px 20px;
}.thanksWeb-0486 li span {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.thanksWeb-0486 {
    padding: 50px 0;
}.thanksWeb-0486 h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 25px;
}.thanksWeb-0486 .learn-learn-1240 {
    border-left-width: 3px;
    padding: 20px 25px 15px;
}.thanksWeb-0486 li {
    padding-left: 20px;
}.thanksWeb-0486 li::before {
    top: 8px;
    height: 6px;
    width: 6px;
}.thanksWeb-0486 li span {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.thanksWeb-0486::before {
    background-size: 40px 40px;
}
}

@media (hover: hover) {.thanksWeb-0486 .learn-learn-1240:hover {
    transform: translateZ(15px) translateY(5px);
    transition: transform 0.3s ease;
}}.privacy-space-0461 {
    color: #000000;
    overflow: hidden;
    padding: 40px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    height: auto;
    background: rgb(220,222,225);
    font-family: Arial, sans-serif;
}.privacy-space-0461 h1 {
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 25px;
    margin-top: 40px;
    font-weight: 700;
    color: rgb(177,181,190);
    font-size: 41px;
}.privacy-space-0461 h2 {
    color: rgb(138,147,170);
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
    font-size: 32px;
}.privacy-space-0461 h3, .privacy-space-0461 h4, .privacy-space-0461 h5, .privacy-space-0461 h6 {
    margin-top: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 400;
    color: #000000;
}.privacy-space-0461 ul, .privacy-space-0461 ol {
    background: rgb(138,147,170,0.5);
    padding: 15px;
    margin: 20px 0;
    list-style: none;
    border-radius: 10px;
    list-style-position: inside;
    padding-left: 20px;
}.privacy-space-0461 li {
    line-height: 1.5;
    padding-left: 25px;
    position: relative;
    color: #000000;
    font-size: 18px;
    margin-bottom: 15px;
}.privacy-space-0461 li::before {
    content: '•';
    position: absolute;
    top: 0;
    color: rgb(177,181,190);
    line-height: 1.2;
    font-size: 1.5em;
    left: 0;
}.privacy-space-0461 section {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 13px;
    background: #ffffff;
    padding: 20px;
}.privacy-space-0461 p, .privacy-space-0461 span, .privacy-space-0461 div {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 10px;
}

@media only screen and (max-width: 800px) {.privacy-space-0461 {
    padding: 20px;
}.privacy-space-0461 h1 {
    margin-bottom: 20px;
    font-size: calc(24px - 10px);
    margin-top: 30px;
}.privacy-space-0461 h2 {
    font-size: calc(24px - 5px);
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy-space-0461 ul, .privacy-space-0461 ol {
    padding: 10px;
    margin: 10px 0;
}.privacy-space-0461 li {
    font-size: calc(18px - 2px);
    margin-bottom: 10px;
}.privacy-space-0461 p, .privacy-space-0461 span, .privacy-space-0461 div {
    font-size: calc(18px - 2px);
    margin-bottom: 8px;
}}.mentorship-profile-7653 {
    padding: 100px 0;
    background: rgb(220,222,225);
    position: relative;
    overflow: hidden;
}.mentorship-profile-7653::before {
    content: "";
    background: linear-gradient(90deg, 
        transparent 9%, 
        rgb(177,181,190,0.5) 10%, 
        transparent 11%);
    width: 100%;
    opacity: 0.3;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    animation: gradientSlide 30s linear infinite;
    background-size: 150px 100%;
}.mentorship-profile-7653 .container {
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}.mentorship-profile-7653 .client-praises-5479 {
    position: relative;
    background: #ffffff;
    flex-direction: column;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 60px 40px 40px;
    border-radius: 2px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.05);
    display: flex;
}.mentorship-profile-7653 .client-praises-5479:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.mentorship-profile-7653 .capture-8395 {
    left: 40px;
    top: -60px;
    box-shadow: 10px 10px 0 #ffffff, 12px 12px 0 rgb(177,181,190);
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    height: 120px;
    transition: all 0.5s ease;
    width: 120px;
    transform: rotate(0deg);
    position: absolute;
    border-radius: 2px;
}.mentorship-profile-7653 .client-praises-5479:hover .capture-8395 {
    transform: rotate(-5deg);
}.mentorship-profile-7653 .name {
    margin-left: 0;
    transition: transform 0.5s ease;
    margin-top: 40px;
    font-weight: 700;
    transform: translateX(0);
    font-size: calc(23px * 1.2);
    color: #000000;
    letter-spacing: -0.5px;
}.mentorship-profile-7653 .client-praises-5479:hover .name {
    transform: translateX(10px);
}.mentorship-profile-7653 .client-praises-5479 span:not(.name) {
    transition: transform 0.5s ease;
    color: #000000;
    letter-spacing: 1px;
    transform: translateX(0);
    margin-top: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
}.mentorship-profile-7653 .client-praises-5479:hover span:not(.name) {
    color: rgb(177,181,190);
    transform: translateX(10px);
}.mentorship-profile-7653 .exp-list-7035 {
    font-size: 15px;
    margin-top: 40px;
    transition: padding 0.5s ease;
    line-height: 1.8;
    position: relative;
    font-weight: 400;
    padding-left: 0;
    color: #000000;
}.mentorship-profile-7653 .exp-list-7035::before {
    width: 30px;
    content: "";
    background: rgb(177,181,190);
    transition: transform 0.5s ease;
    transform-origin: right;
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    top: 15px;
    left: -40px;
}.mentorship-profile-7653 .client-praises-5479:hover .exp-list-7035 {
    padding-left: 20px;
}.mentorship-profile-7653 .client-praises-5479:hover .exp-list-7035::before {
    transform: scaleX(1);
}

@keyframes gradientSlide {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 0%;
    }
}

@media (max-width: 768px) {.mentorship-profile-7653 {
    padding: 80px 0;
}.mentorship-profile-7653 .client-praises-5479 {
    margin: 0 15px;
    padding: 80px 25px 30px;
}.mentorship-profile-7653 .capture-8395 {
    width: 100px;
    height: 100px;
    left: 25px;
}.mentorship-profile-7653 .name {
    font-size: 23px;
}.mentorship-profile-7653 .exp-list-7035 {
    font-size: calc(15px * 0.95);
}.mentorship-profile-7653 .exp-list-7035::before {
    width: 20px;
    left: -25px;
}}.educational-gains-6159 {
    position: relative;
    padding: 5rem 1.5rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(220,222,225) 0%, #ffffff 100%);
}.educational-gains-6159::before {
    z-index: 0;
    height: 100%;
    top: 0;
    pointer-events: none;
    left: 0;
    position: absolute;
    background: radial-gradient(circle at 30% 30%, rgb(177,181,190,0.5) 0%, transparent 60%);
    content: "";
    width: 100%;
}.educational-gains-6159::after {
    background: radial-gradient(circle, rgb(138,147,170,0.5) 0%, transparent 70%);
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 40%;
    content: "";
    right: -5%;
    bottom: -5%;
    height: 40%;
}.educational-gains-6159 h5 {
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    position: relative;
    font-size: 24px;
    font-weight: 700;
    transition: transform 0.5s ease;
    text-align: center;
    margin-bottom: 3rem;
}.educational-gains-6159 h5::after {
    width: 80px;
    content: "";
    background: linear-gradient(to right, rgb(177,181,190), rgb(138,147,170));
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    height: 3px;
    border-radius: 10px;
    bottom: -12px;
}.educational-gains-6159 .container {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 1200px;
}.educational-gains-6159 .learn-learn-1240 {
    transform: translateY(0);
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    gap: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    overflow: hidden;
    display: flex;
    background: #ffffff;
    border-radius: 23px;
}.educational-gains-6159 .learn-learn-1240:hover {
    transform: translateY(-10px);
}.educational-gains-6159 .capture-8395 {
    transition: transform 1.2s ease;
    height: auto;
    aspect-ratio: 16/9;
    object-position: center;
    width: 100%;
    object-fit: cover;
}.educational-gains-6159 .learn-learn-1240:hover .capture-8395 {
    transform: scale(1.05);
}.educational-gains-6159 .text-spot-8146 {
    position: relative;
    padding: 2rem;
}.educational-gains-6159 .text-spot-8146::before {
    content: "";
    position: absolute;
    width: calc(100% - 40px);
    left: 20px;
    height: 1px;
    top: 0;
    background: linear-gradient(to right, transparent, rgb(138,147,170,0.5), transparent);
}.educational-gains-6159 ul {
    display: grid;
    list-style: none;
    gap: 1.2rem;
    margin: 0;
    padding: 0;
}.educational-gains-6159 li {
    transition: transform 0.3s ease-out;
    padding-left: 2.5rem;
    display: flex;
    transform: translateX(0);
    position: relative;
    align-items: flex-start;
}.educational-gains-6159 li:hover {
    transform: translateX(5px);
}.educational-gains-6159 li p {
    gap: 0.5rem;
    align-items: flex-start;
    display: flex;
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.6;
}.educational-gains-6159 li svg {
    position: absolute;
    transition: transform 0.3s ease;
    left: 0;
    top: 3px;
    width: 24px;
    height: 24px;
}.educational-gains-6159 li:hover svg {
    transform: rotate(5deg) scale(1.1);
}.educational-gains-6159 li svg path {
    fill: rgb(177,181,190);
    transition: fill 0.3s ease;
}.educational-gains-6159 li:hover svg path:first-child {
    fill: rgb(138,147,170);
}.educational-gains-6159 li:nth-child(odd) {
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(0);
    opacity: 0;
    animation: fadeInFromLeft 0.5s forwards;
}.educational-gains-6159 li:nth-child(even) {
    animation-delay: calc(0.1s * var(--i, 0));
    transform: translateY(0);
    animation: fadeInFromRight 0.5s forwards;
    opacity: 0;
}

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

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

@media (min-width: 768px) {.educational-gains-6159 {
    padding: 7rem 2rem;
}.educational-gains-6159 h5 {
    margin-bottom: 4rem;
    font-size: calc(24px * 1.2);
}.educational-gains-6159 h5::after {
    width: 120px;
}.educational-gains-6159 .learn-learn-1240 {
    align-items: stretch;
    flex-direction: row;
}.educational-gains-6159 .learn-learn-1240 > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.educational-gains-6159 .capture-8395 {
    aspect-ratio: auto;
    height: 100%;
}.educational-gains-6159 .text-spot-8146 {
    align-items: center;
    display: flex;
    flex: 0 0 60%;
    padding: 3rem;
}.educational-gains-6159 .text-spot-8146::before {
    left: 0;
    top: 20px;
    background: linear-gradient(to bottom, transparent, rgb(138,147,170,0.5), transparent);
    height: calc(100% - 40px);
    width: 1px;
}.educational-gains-6159 ul {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 992px) {.educational-gains-6159 {
    padding: 8rem 3rem;
}.educational-gains-6159 h5 {
    font-size: calc(24px * 1.4);
}.educational-gains-6159 .learn-learn-1240 {
    gap: 0;
}.educational-gains-6159 .learn-learn-1240 > div:first-child {
    flex: 0 0 45%;
}.educational-gains-6159 .text-spot-8146 {
    padding: 4rem;
    flex: 0 0 55%;
}.educational-gains-6159 li {
    padding-left: 3rem;
}.educational-gains-6159 li p {
    line-height: 1.7;
    font-size: calc(17px * 1.05);
}.educational-gains-6159 li svg {
    height: 28px;
    width: 28px;
}
}

@media (max-width: 767px) {.educational-gains-6159 {
    padding: 4rem 1rem;
}.educational-gains-6159 h5 {
    margin-bottom: 2rem;
    font-size: calc(24px * 0.9);
}.educational-gains-6159 ul {
    gap: 1rem;
}.educational-gains-6159 li {
    margin-bottom: 0.5rem;
}.educational-gains-6159 li p {
    line-height: 1.5;
    font-size: calc(17px * 0.95);
}.educational-gains-6159 li svg {
    top: 2px;
    height: 20px;
    width: 20px;
}
}