* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.segment-wrapper-YvZhC {
    height: 100%;
    min-height: 100%;
    flex-direction: column;
    display: flex;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
}.head-pagewrap-hoJDZ {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1234px;
}.res-connect-jZsdv {
    flex: 0 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact-section-GFovz {
    position: relative;
    padding: 0;
}.contact-section-GFovz::before {
    position: absolute;
    background-color: rgb(181,196,194);
    width: 100%;
    top: 0;
    content: '';
    left: 0;
    opacity: 0.92;
    height: 100%;
}.contact-section-GFovz .container {
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    position: relative;
}.contact-section-GFovz .feedback-map-mXOzZ {
    position: relative;
    display: flex;
}.contact-section-GFovz .message-query-leOfv {
    width: 40%;
    display: flex;
    justify-content: center;
    color: #ffffff;
    padding: 80px 50px;
    flex-direction: column;
    background-color: rgb(147,163,159);
}.contact-section-GFovz .message-query-leOfv h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
    color: #ffffff;
    font-size: 34px;
}.contact-section-GFovz .message-query-leOfv h3::after {
    width: 60px;
    height: 3px;
    bottom: -15px;
    left: 0;
    position: absolute;
    content: '';
    background: #ffffff;
}.contact-section-GFovz .message-query-leOfv div {
    padding-bottom: 15px;
    margin-bottom: 30px;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
}.contact-section-GFovz .message-query-leOfv div:last-child {
    border-bottom: none;
}.contact-section-GFovz .message-query-leOfv svg {
    height: 25px;
    margin-right: 20px;
    width: 25px;
}.contact-section-GFovz .message-query-leOfv svg path {
    fill: #ffffff;
}.contact-section-GFovz .message-query-leOfv span {
    color: #ffffff;
    font-size: 12px;
}.contact-section-GFovz .message-query-leOfv a {
    text-decoration: none;
    color: #ffffff;
    transition: opacity 0.3s ease;
}.contact-section-GFovz .message-query-leOfv a:hover {
    opacity: 0.8;
}.contact-section-GFovz .support-list-ncMfy {
    align-items: center;
    width: 60%;
    background-color: #ffffff;
    padding: 100px 50px 100px 100px;
    display: flex;
}.contact-section-GFovz form {
    width: 100%;
}.contact-section-GFovz form h3 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}.contact-section-GFovz form h3::after {
    bottom: -15px;
    background: rgb(147,163,159);
    width: 60px;
    height: 3px;
    left: 0;
    position: absolute;
    content: '';
}.contact-section-GFovz form input[type="text"],
.contact-section-GFovz form input[type="email"] {
    width: 100%;
    border: none;
    border-bottom: 1px solid #e0e0e0;
    color: #000000;
    margin-bottom: 25px;
    font-size: 12px;
    background: transparent;
    transition: all 0.3s ease;
    padding: 15px 0;
}.contact-section-GFovz form input[type="text"]:focus,
.contact-section-GFovz form input[type="email"]:focus {
    border-bottom-color: rgb(147,163,159);
    outline: none;
}.contact-section-GFovz form input::placeholder {
    color: #9e9e9e;
}.contact-section-GFovz .feedback-block-PErQM {
    align-items: flex-start;
    margin: 30px 0;
    display: flex;
}.contact-section-GFovz .feedback-block-PErQM input[type="checkbox"] {
    background: transparent;
    border: 1px solid #e0e0e0;
    cursor: pointer;
    appearance: none;
    flex-shrink: 0;
    margin-right: 15px;
    transition: all 0.3s ease;
    height: 20px;
    width: 20px;
    -webkit-appearance: none;
    position: relative;
}.contact-section-GFovz .feedback-block-PErQM input[type="checkbox"]:checked {
    background-color: rgb(147,163,159);
    border-color: rgb(147,163,159);
}.contact-section-GFovz .feedback-block-PErQM input[type="checkbox"]:checked::before {
    top: 2px;
    transform: rotate(45deg);
    left: 6px;
    height: 10px;
    width: 6px;
    border: solid white;
    border-width: 0 2px 2px 0;
    content: '';
    position: absolute;
}.contact-section-GFovz .feedback-block-PErQM label {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}.contact-section-GFovz .feedback-block-PErQM a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(147,163,159);
    font-weight: 600;
}.contact-section-GFovz .feedback-block-PErQM a:hover {
    color: rgb(113,129,125);
}.contact-section-GFovz .message-help-efkxT {
    padding: 15px 40px;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border: none;
    background: rgb(147,163,159);
    display: inline-block;
    font-weight: 600;
}.contact-section-GFovz .message-help-efkxT::after {
    top: 0;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    width: 100%;
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    transform-origin: right;
    z-index: -1;
    background: rgb(113,129,125);
}.contact-section-GFovz .message-help-efkxT:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media (max-width: 1024px) {.contact-section-GFovz .message-query-leOfv {
    padding: 60px 30px;
}.contact-section-GFovz .support-list-ncMfy {
    padding: 80px 40px 80px 70px;
}
}

@media (max-width: 768px) {.contact-section-GFovz .feedback-map-mXOzZ {
    flex-direction: column;
}.contact-section-GFovz .message-query-leOfv {
    clip-path: none;
    width: 100%;
    padding: 50px 30px;
}.contact-section-GFovz .support-list-ncMfy {
    padding: 50px 30px;
    width: 100%;
}.contact-section-GFovz .message-query-leOfv h3,
    .contact-section-GFovz form h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 576px) {.contact-section-GFovz .message-query-leOfv,
    .contact-section-GFovz .support-list-ncMfy {
    padding: 40px 25px;
}.contact-section-GFovz .message-query-leOfv h3,
    .contact-section-GFovz form h3 {
    font-size: calc(34px * 0.8);
    margin-bottom: 25px;
}.contact-section-GFovz .message-query-leOfv div {
    margin-bottom: 20px;
}.contact-section-GFovz .message-help-efkxT {
    width: 100%;
    padding: 15px 20px;
}}.title-greeting-gewzm {
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
    display: flex;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(0, 0, 0, 0.5) 100%);
}.title-greeting-gewzm::before {
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    z-index: 1;
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(to right, rgb(147,163,159,0.5) 0%, transparent 75%);
    opacity: 0.4;
    left: 0;
}.title-greeting-gewzm::after {
    width: 35%;
    bottom: -10%;
    opacity: 0.1;
    background: rgb(113,129,125);
    position: absolute;
    right: -5%;
    height: 70%;
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
}.title-greeting-gewzm .learn-front-pWvXU {
    z-index: 2;
    grid-template-columns: 1fr;
    max-width: 1200px;
    gap: 2rem;
    padding: 2rem;
    position: relative;
    display: grid;
    width: 90%;
}.title-greeting-gewzm .learn-front-pWvXU > div:first-child {
    position: relative;
    padding: 1.5rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: translateY(-1rem);
}.title-greeting-gewzm .learn-front-pWvXU > div:first-child:hover {
    transform: translateY(-1.5rem) scale(1.02);
}.title-greeting-gewzm .learn-front-pWvXU > div:first-child p {
    font-family: Arial, sans-serif;
    color: #000000;
    line-height: 1.6;
    z-index: 3;
    position: relative;
    font-weight: 600;
    font-size: calc(14px * 1.2);
    margin: 0;
}.title-greeting-gewzm .study-center-gzvIk {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}.title-greeting-gewzm .study-center-gzvIk > div {
    min-height: 400px;
    flex-direction: column;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 3rem 2rem;
}.title-greeting-gewzm .study-center-gzvIk > div::before {
    top: 0;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%);
    content: "";
    width: 100%;
    left: 0;
}.title-greeting-gewzm .study-center-gzvIk h3 {
    position: relative;
    color: #ffffff;
    z-index: 2;
    margin-bottom: 2rem;
    line-height: 1.4;
    transform: translateX(1rem);
    opacity: 0.9;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-weight: 400;
    max-width: 90%;
    transition: all 0.4s ease;
    font-size: calc(18px * 1.1);
}.title-greeting-gewzm .study-center-gzvIk:hover h3 {
    opacity: 1;
    transform: translateX(0);
}.title-greeting-gewzm .study-center-gzvIk div div {
    position: relative;
    z-index: 2;
}.title-greeting-gewzm .study-center-gzvIk div div div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateY(1rem);
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
}.title-greeting-gewzm .study-center-gzvIk:hover div div div {
    transform: translateY(0);
}.title-greeting-gewzm .title_style_header {
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    padding-left: 1rem;
    margin: 0;
    color: rgb(147,163,159);
    font-size: calc(48px * 0.9);
}.title-greeting-gewzm .title_style_header::before {
    position: absolute;
    left: 0;
    transform: scaleY(0.8);
    height: 100%;
    top: 0;
    background: rgb(113,129,125);
    transition: transform 0.3s ease;
    content: "";
    width: 4px;
}.title-greeting-gewzm .study-center-gzvIk:hover .title_style_header::before {
    transform: scaleY(1);
}

@media (min-width: 768px) {.title-greeting-gewzm .learn-front-pWvXU {
    grid-template-columns: 1fr 2fr;
    gap: 3rem;
}.title-greeting-gewzm .learn-front-pWvXU > div:first-child {
    align-self: center;
    transform: translateY(0) translateX(-1rem);
}.title-greeting-gewzm .learn-front-pWvXU > div:first-child:hover {
    transform: translateX(-1.5rem) scale(1.02);
}.title-greeting-gewzm .title_style_header {
    font-size: 48px;
}.title-greeting-gewzm .study-center-gzvIk > div {
    min-height: 500px;
}
}

@media (min-width: 992px) {.title-greeting-gewzm .learn-front-pWvXU {
    padding: 3rem;
    width: 85%;
}.title-greeting-gewzm .study-center-gzvIk h3 {
    max-width: 80%;
    font-size: 18px;
}.title-greeting-gewzm .study-center-gzvIk > div {
    padding: 4rem 3rem;
}.title-greeting-gewzm .study-center-gzvIk div div div {
    padding: 3rem;
    max-width: 85%;
}
}

@media (max-width: 767px) {.title-greeting-gewzm {
    padding: 4rem 0;
}.title-greeting-gewzm .learn-front-pWvXU {
    gap: 1.5rem;
}.title-greeting-gewzm .title_style_header {
    font-size: calc(29px * 0.9);
}.title-greeting-gewzm .study-center-gzvIk h3 {
    font-size: calc(20px * 1.1);
    max-width: 100%;
}
}

@media (max-width: 480px) {.title-greeting-gewzm .learn-front-pWvXU {
    width: 95%;
    padding: 1rem;
}.title-greeting-gewzm .learn-front-pWvXU > div:first-child {
    padding: 1rem;
}.title-greeting-gewzm .learn-front-pWvXU > div:first-child p {
    font-size: 14px;
}.title-greeting-gewzm .study-center-gzvIk > div {
    min-height: 350px;
    padding: 2rem 1rem;
}.title-greeting-gewzm .study-center-gzvIk div div div {
    padding: 1.5rem;
}}.developer-experience-nKXfV {
    position: relative;
    background: linear-gradient(90deg, rgb(181,196,194) 30%, rgb(113,129,125,0.5) 100%);
    padding: 6rem 2rem;
    overflow: hidden;
    perspective: 1000px;
}.developer-experience-nKXfV::before {
    content: "";
    background: repeating-linear-gradient(
        -45deg,
        rgb(147,163,159,0.5) 0,
        rgb(147,163,159,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.1;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0;
}.developer-experience-nKXfV::after {
    transform: rotate(-15deg);
    position: absolute;
    width: 50%;
    background: rgb(147,163,159,0.5);
    right: -10%;
    top: -20%;
    content: "";
    height: 140%;
    z-index: 0;
    filter: blur(60px);
}.developer-experience-nKXfV .student-feedback-ILHRd {
    display: grid;
    position: relative;
    z-index: 1;
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    transform: rotateX(5deg) rotateZ(-1deg);
    transform-style: preserve-3d;
    margin: 0 auto;
    gap: 0;
}.developer-experience-nKXfV .img-hover-box-RuvlZ {
    z-index: 2;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform-style: preserve-3d;
    border-radius: 0;
    position: relative;
    transform: translateZ(30px);
    height: 450px;
    transition: all 0.7s ease;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
}.developer-experience-nKXfV .past-career-naOQJ {
    margin-left: -3rem;
    justify-content: center;
    z-index: 1;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.7s ease;
    display: flex;
    transform-style: preserve-3d;
    transform: translateZ(10px);
    background: #ffffff;
    position: relative;
}.developer-experience-nKXfV .past-career-naOQJ::before {
    position: absolute;
    content: "";
    width: 10px;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgb(147,163,159), rgb(113,129,125));
}.developer-experience-nKXfV .name {
    color: #000000;
    font-weight: 700;
    font-size: calc(35px * 1.2);
    transform: translateZ(20px);
    transition: transform 0.5s ease;
    margin-bottom: 0.5rem;
}.developer-experience-nKXfV .past-career-naOQJ div:nth-child(2) {
    font-weight: 600;
    color: rgb(113,129,125);
    transform: translateZ(15px);
    transition: transform 0.5s ease 0.1s;
    margin-bottom: 2rem;
    font-size: 19px;
}.developer-experience-nKXfV .employee-details-gAsFN {
    font-size: 18px;
    color: #000000;
    position: relative;
    font-style: italic;
    line-height: 1.7;
    transition: transform 0.5s ease 0.2s;
    transform: translateZ(10px);
}.developer-experience-nKXfV .employee-details-gAsFN::after {
    line-height: 0;
    right: 0;
    position: absolute;
    font-family: serif;
    content: "";
    bottom: -2rem;
    font-size: 5rem;
    color: rgb(147,163,159,0.5);
}.developer-experience-nKXfV .student-feedback-ILHRd:hover .img-hover-box-RuvlZ {
    transform: translateZ(50px) translateX(-20px);
}.developer-experience-nKXfV .student-feedback-ILHRd:hover .past-career-naOQJ {
    transform: translateZ(30px) translateX(20px);
}.developer-experience-nKXfV .student-feedback-ILHRd:hover .name {
    transform: translateZ(40px);
}.developer-experience-nKXfV .student-feedback-ILHRd:hover .past-career-naOQJ div:nth-child(2) {
    transform: translateZ(35px);
}.developer-experience-nKXfV .student-feedback-ILHRd:hover .employee-details-gAsFN {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.developer-experience-nKXfV .student-feedback-ILHRd {
    transform: none;
    grid-template-columns: 1fr;
}.developer-experience-nKXfV .img-hover-box-RuvlZ {
    height: 350px;
    transform: none;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
}.developer-experience-nKXfV .past-career-naOQJ {
    margin-left: 0;
    padding: 3rem 2rem 2rem;
    transform: none;
    z-index: 3;
}.developer-experience-nKXfV .past-career-naOQJ::before {
    width: 50%;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}.developer-experience-nKXfV .student-feedback-ILHRd:hover .img-hover-box-RuvlZ,
    .developer-experience-nKXfV .student-feedback-ILHRd:hover .past-career-naOQJ,
    .developer-experience-nKXfV .student-feedback-ILHRd:hover .name,
    .developer-experience-nKXfV .student-feedback-ILHRd:hover .past-career-naOQJ div:nth-child(2),
    .developer-experience-nKXfV .student-feedback-ILHRd:hover .employee-details-gAsFN {
    transform: none;
}}.data-insights-cnPhN {
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgb(113,129,125,0.5) 100%);
    position: relative;
}.data-insights-cnPhN::before {
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    content: "";
    width: 100%;
    opacity: 0.05;
    background: repeating-linear-gradient(
        45deg,
        rgb(147,163,159,0.5) 0px,
        rgb(147,163,159,0.5) 1px,
        transparent 1px,
        transparent 15px
    );
    position: absolute;
}.data-insights-cnPhN .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 1;
    margin: 0 auto;
}.data-insights-cnPhN ul {
    padding: 0;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    list-style: none;
    display: grid;
}.data-insights-cnPhN .statistics-grow-AOTac {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), 
                box-shadow 0.4s ease;
    overflow: hidden;
    transform-origin: center bottom;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
}.data-insights-cnPhN .statistics-grow-AOTac:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.data-insights-cnPhN .statistics-grow-AOTac::before {
    content: "";
    transform: scaleY(0);
    transition: transform 0.3s ease;
    transform-origin: bottom;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    position: absolute;
    background: rgb(147,163,159);
}.data-insights-cnPhN .statistics-grow-AOTac:hover::before {
    transform: scaleY(1);
}.data-insights-cnPhN .statistics-grow-AOTac::after {
    content: "";
    transition: opacity 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(113,129,125,0.5) 50%);
    top: 0;
    opacity: 0;
    height: 25%;
    position: absolute;
    right: 0;
    width: 25%;
}.data-insights-cnPhN .statistics-grow-AOTac:hover::after {
    opacity: 0.6;
}.data-insights-cnPhN .statistics-grow-AOTac div {
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform 0.3s ease;
    padding: 35px 25px;
}.data-insights-cnPhN .statistics-grow-AOTac:hover div {
    transform: translateX(5px);
}.data-insights-cnPhN .statistics-grow-AOTac p {
    display: inline-block;
    animation-delay: calc(var(--order, 0) * 0.1s);
    opacity: 0;
    font-weight: 700;
    position: relative;
    transform: translateY(20px);
    margin: 0 0 15px;
    animation: stat-number-appear 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    font-size: calc(47px * 1.2);
    color: rgb(147,163,159);
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(1) p {
    --order: 1;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(2) p {
    --order: 2;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(3) p {
    --order: 3;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(4) p {
    --order: 4;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(5) p {
    --order: 5;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(6) p {
    --order: 6;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(7) p {
    --order: 7;
}.data-insights-cnPhN .statistics-grow-AOTac p::after {
    content: "";
    transform-origin: left;
    bottom: -5px;
    width: 40px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    height: 3px;
    transform: scaleX(0);
    background: rgb(113,129,125);
    position: absolute;
    left: 0;
}.data-insights-cnPhN .statistics-grow-AOTac:hover p::after {
    transform: scaleX(1);
}.data-insights-cnPhN .statistics-grow-AOTac span {
    position: relative;
    animation-delay: calc((var(--order, 0) * 0.1s) + 0.2s);
    transform: translateY(15px);
    color: #000000;
    animation: stat-text-appear 0.5s ease forwards;
    font-weight: 600;
    margin-top: auto;
    opacity: 0;
    font-size: 16px;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(1) span {
    --order: 1;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(2) span {
    --order: 2;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(3) span {
    --order: 3;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(4) span {
    --order: 4;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(5) span {
    --order: 5;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(6) span {
    --order: 6;
}.data-insights-cnPhN .statistics-grow-AOTac:nth-child(7) span {
    --order: 7;
}.data-insights-cnPhN h4 {
    transform: translateY(20px);
    position: relative;
    opacity: 0;
    padding-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    color: #000000;
    margin-top: 60px;
    animation: heading-appear 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    animation-delay: 0.8s;
}.data-insights-cnPhN h4::after {
    left: 50%;
    bottom: 0;
    height: 3px;
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(113,129,125), rgb(147,163,159));
}

@keyframes stat-number-appear {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes stat-text-appear {
    0% {
        transform: translateY(15px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

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

@media (max-width: 1200px) {.data-insights-cnPhN ul {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}.data-insights-cnPhN .statistics-grow-AOTac div {
    padding: 30px 20px;
}.data-insights-cnPhN .statistics-grow-AOTac p {
    font-size: calc(47px * 1.1);
}
}

@media (max-width: 992px) {.data-insights-cnPhN {
    padding: 60px 0;
}.data-insights-cnPhN ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.data-insights-cnPhN h4 {
    margin-top: 50px;
}
}

@media (max-width: 768px) {.data-insights-cnPhN {
    padding: 50px 0;
}.data-insights-cnPhN ul {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
}.data-insights-cnPhN .statistics-grow-AOTac div {
    padding: 25px 20px;
}.data-insights-cnPhN .statistics-grow-AOTac p {
    margin-bottom: 10px;
    font-size: 38px;
}.data-insights-cnPhN .statistics-grow-AOTac span {
    font-size: calc(16px * 0.9);
}.data-insights-cnPhN h4 {
    font-size: calc(20px * 0.95);
    margin-top: 40px;
}
}

@media (max-width: 576px) {.data-insights-cnPhN {
    padding: 40px 0;
}.data-insights-cnPhN ul {
    grid-template-columns: 1fr;
    gap: 15px;
}.data-insights-cnPhN .statistics-grow-AOTac div {
    padding: 20px 15px;
}.data-insights-cnPhN h4 {
    margin-top: 30px;
    font-size: calc(20px * 0.9);
}.data-insights-cnPhN h4::after {
    width: 60px;
}}header {
    backdrop-filter: blur(10px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
    border-bottom: 1px solid rgb(147,163,159,0.5);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, 
        rgb(147,163,159) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    transition: all 0.4s ease;
    width: 100%;
}header:before {
    width: 100%;
    height: 100%;
    content: '';
    top: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(147,163,159,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(113,129,125,0.5) 0%, transparent 25%);
    left: 0;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
}header:after {
    position: absolute;
    opacity: 0.02;
    height: 100%;
    content: '';
    top: 0;
    mix-blend-mode: overlay;
    left: 0;
    width: 100%;
    pointer-events: none;
}header .top-guide-jokvt {
    overflow: hidden;
    position: relative;
}header .top-guide-jokvt:before {
    height: 1px;
    position: absolute;
    box-shadow: 0 0 15px rgb(147,163,159), 0 0 35px rgb(147,163,159);
    left: -50%;
    opacity: 0.7;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(147,163,159) 25%,
        #ffffff 50%,
        rgb(147,163,159) 75%,
        transparent 100%
    );
    bottom: 0;
    animation: scanlineGlow 4s linear infinite;
    width: 200%;
}header .container {
    max-width: 1200px;
    padding: 18px 25px;
    margin: 0 auto;
    position: relative;
}header .container:before {
    height: 100%;
    content: '';
    width: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    mix-blend-mode: overlay;
    position: absolute;
    pointer-events: none;
    opacity: 0.5;
}header .top-sitebar-stIwh {
    position: relative;
    align-items: center;
    justify-content: space-between;
    display: flex;
}header .top-sitebar-stIwh:before {
    border-radius: 50%;
    animation: breathe 5s infinite alternate;
    filter: blur(15px);
    left: -10px;
    opacity: 0.3;
    height: 20px;
    content: '';
    position: absolute;
    width: 20px;
    background: rgb(147,163,159);
    top: 50%;
    transform: translateY(-50%);
}header .top-sitebar-stIwh:after {
    transform: translateY(-50%);
    animation: breathe 5s infinite alternate-reverse;
    opacity: 0.3;
    top: 50%;
    width: 20px;
    filter: blur(15px);
    border-radius: 50%;
    right: -10px;
    height: 20px;
    background: rgb(113,129,125);
    content: '';
    position: absolute;
}header .nav-primary-eqTlw {
    align-items: center;
    position: relative;
    gap: 30px;
    display: flex;
}header .nav-primary-eqTlw:before {
    content: '';
    opacity: 0.15;
    transform: translateX(-100%);
    width: 110%;
    top: -5%;
    position: absolute;
    left: -5%;
    animation: menuGlow 10s infinite ease-in-out;
    filter: blur(5px);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,163,159,0.5), 
        transparent
    );
    height: 110%;
}header .top-prime-vqKGp {
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 1px #ffffff;
    padding: 8px 2px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: Arial, sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
}header .top-prime-vqKGp:before {
    opacity: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(147,163,159,0.5), 
        transparent
    );
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    transform: skewX(-20deg) scale(0.8, 1);
    content: '';
    top: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
}header .top-prime-vqKGp:after {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    background: linear-gradient(90deg, 
        rgb(147,163,159),
        #ffffff 50%,
        rgb(147,163,159)
    );
    filter: blur(0.5px);
    content: '';
    position: absolute;
    bottom: -2px;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    opacity: 0.8;
}header .top-prime-vqKGp:hover {
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(147,163,159);
    color: #ffffff;
}header .top-prime-vqKGp:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .top-prime-vqKGp:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(147,163,159),
        0 0 10px rgb(147,163,159);
}header .nav-tutor-plOyW {
    display: flex;
    transition: all 0.3s ease;
    padding: 5px;
    position: relative;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}header .nav-tutor-plOyW:before {
    background: radial-gradient(circle, 
        rgb(147,163,159,0.5) 0%, 
        transparent 70%
    );
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    width: 150%;
    content: '';
    height: 150%;
    position: absolute;
    transition: opacity 0.5s ease;
}header .nav-tutor-plOyW:after {
    top: -5px;
    left: -5px;
    content: '';
    position: absolute;
    opacity: 0;
    border-image: linear-gradient(45deg, rgb(147,163,159), rgb(113,129,125), rgb(147,163,159)) 1;
    border: 1px solid transparent;
    transition: all 0.5s ease;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
}header .nav-tutor-plOyW:hover:before {
    opacity: 0.3;
}header .nav-tutor-plOyW:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .nav-tutor-plOyW svg {
    height: 45px;
    width: auto;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(147,163,159,0.5));
}header .nav-tutor-plOyW:hover svg {
    filter: drop-shadow(0 0 5px rgb(147,163,159));
    transform: scale(1.05);
}header .nav-tutor-plOyW:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(147,163,159), rgb(113,129,125), rgb(147,163,159)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(147,163,159), rgb(113,129,125), rgb(147,163,159)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(147,163,159), rgb(113,129,125), rgb(147,163,159)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .nav-primary-eqTlw {
    gap: 20px;
}header .nav-tutor-plOyW svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .nav-primary-eqTlw {
    width: 85%;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    top: 0;
    right: -100%;
    padding: 85px 30px 30px;
    position: fixed;
    z-index: 1001;
    height: 100vh;
    gap: 25px;
    -webkit-backdrop-filter: blur(15px);
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(15px);
    overflow-y: auto;
    max-width: 330px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
}header .nav-primary-eqTlw:before {
    opacity: 0.3;
    top: 70px;
    width: 80%;
    left: 10%;
    animation: none;
    height: 1px;
}header .nav-primary-eqTlw:after {
    border: 1px solid rgb(147,163,159,0.5);
    opacity: 0.6;
    background: transparent;
    content: '';
    width: 30px;
    top: 20px;
    height: 30px;
    right: 20px;
    position: absolute;
}header .menu.active {
    right: 0;
}header .top-prime-vqKGp {
    opacity: 0.8;
    width: 100%;
    text-align: left;
    padding: 12px 5px;
    border-bottom: 1px solid rgb(147,163,159,0.5);
}header .top-prime-vqKGp:last-child {
    border-bottom: none;
}header .top-prime-vqKGp:hover {
    opacity: 1;
    transform: translateY(0);
}header .nav-tutor-plOyW {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .nav-tutor-plOyW svg {
    height: 35px;
}header .nav-primary-eqTlw {
    max-width: 100%;
    width: 100%;
}}.cookieNotificationAlert-umkaJ {
    bottom: 0;
    z-index: 90;
    box-shadow: 0 -10px 30px rgb(147,163,159,0.5);
    width: 100%;
    position: fixed;
    background: rgb(113,129,125);
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(147,163,159);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.cookie-updates-mBkQJ {
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, rgb(113,129,125) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
    box-shadow: 0 0 20px rgb(147,163,159,0.5);
    justify-content: space-between;
    padding: 20px 5%;
}.consent-learn-UTGPl {
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    flex-shrink: 0;
    padding: 10px;
    box-shadow: 0 0 15px rgb(147,163,159);
    margin-right: 20px;
    border-radius: 14px;
}.consent-learn-UTGPl svg, .consent-learn-UTGPl svg path {
    fill: rgb(147,163,159);
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
}.consent-learn-UTGPl:hover svg {
    transform: rotate(20deg);
}.online-tracking-ClBPa {
    color: #ffffff;
    min-width: 300px;
    flex: 1;
}.online-tracking-ClBPa h5 {
    font-weight: 700;
    font-size: 22px;
    text-shadow: 0 0 10px rgb(147,163,159);
    color: rgb(147,163,159);
    margin-bottom: 10px;
}.online-tracking-ClBPa p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgb(147,163,159,0.5);
}.privacy-gate-jGlIY {
    color: #000000;
    margin-left: 10px;
    cursor: pointer;
    text-decoration: none;
    padding: 12px 25px;
    box-shadow: 0 0 10px rgb(147,163,159,0.5);
    font-size: 16px;
    background: rgb(147,163,159);
    transition: background 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    white-space: nowrap;
}.privacy-gate-jGlIY:hover {
    background: rgb(113,129,125);
    box-shadow: 0 0 20px rgb(113,129,125,0.5);
}.cookieNotificationAlert-umkaJ p a {
    color: rgb(147,163,159);
    transition: color 0.3s ease;
    text-decoration: underline;
}.cookieNotificationAlert-umkaJ p a:hover {
    color: rgb(113,129,125);
}#privacyBannerPopup-OiJCs {
    display: none;
}#privacyBannerPopup-OiJCs:checked ~ .cookieNotificationAlert-umkaJ {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieNotificationAlert-umkaJ {
    padding: 20px;
}.cookie-updates-mBkQJ {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.consent-learn-UTGPl {
    display: none;
}.cookie-updates-mBkQJ {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.online-tracking-ClBPa {
    text-align: center;
    margin-bottom: 20px;
}.cookieNotificationAlert-umkaJ h5, .cookieNotificationAlert-umkaJ p {
    text-align: center;
}.privacy-gate-jGlIY {
    width: 100%;
    text-align: center;
    margin-left: 0;
    margin-top: 10px;
}}
.thxMessage-YHnzV {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
    background: linear-gradient(145deg, rgb(147,163,159,0.5), rgb(113,129,125,0.5));
}.thxMessage-YHnzV::before {
    width: 50%;
    pointer-events: none;
    background: #ffffff;
    content: "";
    transform: rotate(-15deg) skew(15deg);
    left: -5%;
    height: 70%;
    top: -10%;
    opacity: 0.03;
    position: absolute;
}.thxMessage-YHnzV::after {
    pointer-events: none;
    bottom: -10%;
    content: "";
    height: 80%;
    opacity: 0.05;
    right: -5%;
    transform: rotate(25deg) skew(-15deg);
    width: 40%;
    position: absolute;
    background: rgb(113,129,125);
}.thxMessage-YHnzV .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.thxMessage-YHnzV .mentor-approach-ZEYbS {
    position: relative;
    padding: 60px 50px;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    flex-direction: column;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
}.thxMessage-YHnzV .mentor-approach-ZEYbS:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}.thxMessage-YHnzV .mentor-approach-ZEYbS::before {
    background: linear-gradient(to bottom, rgb(147,163,159), rgb(113,129,125));
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transform-origin: left center;
    transform: scaleY(0);
    width: 6px;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.thxMessage-YHnzV .mentor-approach-ZEYbS:hover::before {
    transform: scaleY(1);
}.thxMessage-YHnzV .mentor-approach-ZEYbS > div:first-child {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}.thxMessage-YHnzV h5 {
    line-height: 1.4;
    position: relative;
    color: #000000;
    transform: translateY(0);
    margin: 0;
    font-size: 20px;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}.thxMessage-YHnzV .mentor-approach-ZEYbS:hover h5 {
    transform: translateY(-5px);
}.thxMessage-YHnzV h5::after {
    bottom: -8px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 3px;
    left: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    content: "";
    width: 80px;
    transform: scaleX(0.7);
    position: absolute;
}.thxMessage-YHnzV .mentor-approach-ZEYbS:hover h5::after {
    transform: scaleX(1);
}.thxMessage-YHnzV a {
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: transform 0.4s ease;
}.thxMessage-YHnzV a:hover {
    transform: translateX(5px);
}.thxMessage-YHnzV p {
    font-weight: 400;
    margin: 0;
    position: relative;
    font-size: 17px;
    color: #000000;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}.thxMessage-YHnzV a:hover p {
    color: rgb(147,163,159);
}.thxMessage-YHnzV a::before {
    content: "";
    opacity: 0.3;
    height: 100%;
    pointer-events: none;
    top: 0;
    width: 100%;
    transition: left 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    transform: skewX(-15deg);
    background: linear-gradient(90deg, #ffffff, rgb(113,129,125,0.5), #ffffff);
    position: absolute;
    left: -100%;
}.thxMessage-YHnzV a:hover::before {
    left: 200%;
}

@media (min-width: 992px) {.thxMessage-YHnzV {
    padding: 150px 0;
}.thxMessage-YHnzV .mentor-approach-ZEYbS {
    max-width: 85%;
    padding: 80px 70px;
    margin: 0 auto;
    transform: perspective(1000px) rotateX(2deg);
}.thxMessage-YHnzV h5 {
    line-height: 1.3;
    font-size: calc(20px * 1.15);
}.thxMessage-YHnzV p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}.thxMessage-YHnzV h5::after {
    width: 100px;
}
}

@media (min-width: 1200px) {.thxMessage-YHnzV .mentor-approach-ZEYbS {
    max-width: 75%;
}
}

@media (max-width: 991px) {.thxMessage-YHnzV {
    padding: 100px 0;
}.thxMessage-YHnzV .mentor-approach-ZEYbS {
    padding: 50px 40px;
}
}

@media (max-width: 767px) {.thxMessage-YHnzV {
    padding: 80px 0;
}.thxMessage-YHnzV .mentor-approach-ZEYbS {
    padding: 40px 30px;
    transform: perspective(1000px) rotateX(1deg);
}.thxMessage-YHnzV h5 {
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 575px) {.thxMessage-YHnzV {
    padding: 60px 0;
}.thxMessage-YHnzV .mentor-approach-ZEYbS {
    padding: 30px 20px;
    transform: none;
}.thxMessage-YHnzV h5 {
    line-height: 1.5;
    font-size: calc(20px * 0.85);
}.thxMessage-YHnzV p {
    line-height: 1.7;
    font-size: calc(17px * 0.95);
}.thxMessage-YHnzV h5::after {
    width: 60px;
    height: 2px;
}}.our-background-dRjeO {
    z-index: 1;
    padding: 120px 0 80px;
    overflow: hidden;
    position: relative;
}.our-background-dRjeO::before {
    position: absolute;
    width: 100%;
    content: "";
    opacity: 0.85;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgb(147,163,159,0.5) 0%,
        rgb(113,129,125,0.5) 50%,
        rgb(147,163,159) 100%);
    height: 100%;
    top: 0;
    left: 0;
}.our-background-dRjeO::after {
    opacity: 0.15;
    bottom: -50px;
    height: 300px;
    width: 300px;
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgb(147,163,159);
    filter: blur(60px);
    right: -50px;
    animation: pulse 8s infinite alternate ease-in-out;
    transform: translate(25%, 25%);
    z-index: -1;
}.our-background-dRjeO h4 {
    font-size: 31px;
    animation: slideInDown 0.8s ease-out forwards;
    margin-bottom: 60px;
    color: #ffffff;
    position: relative;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    transform: perspective(1000px) translateZ(0);
}.our-background-dRjeO h4::after {
    content: "";
    width: 80px;
    position: absolute;
    background: rgb(113,129,125);
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    height: 4px;
}.our-background-dRjeO .container {
    transform: perspective(1000px) rotateX(0deg);
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.our-background-dRjeO .text-embed-kMDHc {
    padding: 50px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    transform: perspective(1000px) translateY(30px);
    animation: slideUp 1s 0.4s ease-out forwards;
    position: relative;
    border-left: 5px solid rgb(113,129,125);
}.our-background-dRjeO .text-embed-kMDHc::before {
    position: absolute;
    width: 120px;
    content: "";
    border-right: 4px solid rgb(147,163,159,0.5);
    right: 30px;
    border-top: 4px solid rgb(147,163,159,0.5);
    top: 30px;
    height: 120px;
    z-index: 0;
    opacity: 0.5;
}.our-background-dRjeO .text-embed-kMDHc h6 {
    position: relative;
    animation: slideRight 0.7s 0.8s ease-out forwards;
    font-weight: 700;
    color: rgb(147,163,159);
    margin-bottom: 25px;
    transform: translateX(-15px);
    opacity: 0;
    font-size: 19px;
    letter-spacing: 1px;
}.our-background-dRjeO .text-embed-kMDHc h6::after {
    animation: expandWidth 1.2s 1.2s ease-in-out forwards;
    left: 0;
    height: 3px;
    bottom: -10px;
    width: 60px;
    background: rgb(113,129,125);
    content: "";
    transform: scaleX(0.3);
    position: absolute;
    transform-origin: left;
}.our-background-dRjeO .text-embed-kMDHc div {
    z-index: 1;
    position: relative;
}.our-background-dRjeO .text-embed-kMDHc span {
    font-family: Arial, sans-serif;
    font-size: 13px;
    display: block;
    line-height: 1.8;
    margin-bottom: 15px;
    text-align: justify;
    transform: translateY(20px);
    color: #000000;
    animation: fadeIn 1s 1s ease-out forwards;
    opacity: 0;
    position: relative;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: perspective(1000px) translateY(-50px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: perspective(1000px) translateY(0) translateZ(0);
    }
}

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

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

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

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

@keyframes pulse {
    0% {
        transform: translate(25%, 25%) scale(1);
        opacity: 0.15;
    }
    50% {
        transform: translate(25%, 25%) scale(1.2);
        opacity: 0.2;
    }
    100% {
        transform: translate(25%, 25%) scale(1);
        opacity: 0.15;
    }
}


@media screen and (max-width: 1024px) {.our-background-dRjeO {
    padding: 100px 0 70px;
}.our-background-dRjeO .text-embed-kMDHc {
    padding: 40px 30px;
}.our-background-dRjeO h4 {
    font-size: calc(31px * 0.9);
    margin-bottom: 50px;
}.our-background-dRjeO .text-embed-kMDHc::before {
    width: 90px;
    height: 90px;
}
}

@media screen and (max-width: 768px) {.our-background-dRjeO {
    padding: 80px 0 60px;
}.our-background-dRjeO h4 {
    font-size: calc(31px * 0.8);
    margin-bottom: 40px;
}.our-background-dRjeO .text-embed-kMDHc {
    padding: 35px 25px;
}.our-background-dRjeO .text-embed-kMDHc h6 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.our-background-dRjeO .text-embed-kMDHc::before {
    right: 20px;
    height: 70px;
    width: 70px;
    top: 20px;
}.our-background-dRjeO::after {
    width: 200px;
    height: 200px;
}
}

@media screen and (max-width: 576px) {.our-background-dRjeO {
    padding: 60px 0 40px;
}.our-background-dRjeO h4 {
    font-size: calc(31px * 0.7);
    margin-bottom: 30px;
}.our-background-dRjeO h4::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.our-background-dRjeO .text-embed-kMDHc {
    border-left-width: 3px;
    padding: 25px 20px;
}.our-background-dRjeO .text-embed-kMDHc h6 {
    margin-bottom: 15px;
    font-size: calc(19px * 0.8);
}.our-background-dRjeO .text-embed-kMDHc span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.our-background-dRjeO .text-embed-kMDHc::before {
    display: none;
}.our-background-dRjeO::after {
    bottom: -30px;
    right: -30px;
    height: 150px;
    width: 150px;
}}.access-now-UBnDx {
    padding: 120px 0;
    background: rgb(181,196,194);
    position: relative;
    overflow: hidden;
}.access-now-UBnDx::before {
    position: absolute;
    z-index: 1;
    top: 0;
    background: linear-gradient(135deg, rgb(147,163,159,0.5) 0%, transparent 50%, rgb(113,129,125,0.5) 100%);
    left: 0;
    width: 100%;
    content: '';
    opacity: 0.15;
    height: 100%;
}.access-now-UBnDx::after {
    position: absolute;
    height: 200%;
    opacity: 0.05;
    background: repeating-linear-gradient(45deg, #000000, #000000 10px, rgba(0, 0, 0, 0.5) 10px, rgba(0, 0, 0, 0.5) 20px);
    top: -50%;
    z-index: 1;
    animation: rotate-bg 120s linear infinite;
    left: -50%;
    width: 200%;
    content: '';
}.access-now-UBnDx .mentor-approach-ZEYbS {
    padding: 60px;
    align-items: center;
    z-index: 10;
    position: relative;
    flex-direction: row-reverse;
    backdrop-filter: blur(10px);
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1));
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 18px;
    -webkit-backdrop-filter: blur(10px);
    justify-content: space-between;
    display: flex;
}.access-now-UBnDx .container p {
    color: #ffffff;
    font-size: 33px;
    z-index: 5;
    width: 60%;
    text-shadow: 0 0 10px rgba(rgb(147,163,159,0.5), 0.5);
    line-height: 1.4;
    font-weight: 700;
    margin: 0;
}.access-now-UBnDx .message-help-efkxT {
    isolation: isolate;
    position: relative;
    width: 200px;
    padding: 0;
    height: 200px;
    background: transparent;
    overflow: hidden;
    text-decoration: none;
    border-radius: 50%;
    color: #ffffff;
    font-size: 15px;
    align-items: center;
    z-index: 5;
    font-weight: 700;
    justify-content: center;
    display: flex;
}.access-now-UBnDx .message-help-efkxT::before {
    z-index: -2;
    border-radius: 50%;
    position: absolute;
    content: '';
    background: conic-gradient(
        rgb(147,163,159),
        rgb(113,129,125),
        rgb(147,163,159)
    );
    inset: 0;
    animation: rotate-border 8s linear infinite;
}.access-now-UBnDx .message-help-efkxT::after {
    inset: 3px;
    position: absolute;
    content: '';
    background: rgb(113,129,125);
    z-index: -1;
    border-radius: 50%;
}.access-now-UBnDx .message-help-efkxT:hover {
    transform: scale(1.05);
}.access-now-UBnDx .message-help-efkxT:hover::after {
    background: linear-gradient(135deg, rgb(113,129,125) 0%, rgba(0, 0, 0, 0.5) 100%);
}

@keyframes rotate-bg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-border {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 991px) {.access-now-UBnDx {
    padding: 90px 0;
}.access-now-UBnDx .mentor-approach-ZEYbS {
    padding: 40px;
}.access-now-UBnDx .container p {
    font-size: calc(23px * 1.2);
}.access-now-UBnDx .message-help-efkxT {
    height: 160px;
    width: 160px;
}
}

@media (max-width: 767px) {.access-now-UBnDx {
    padding: 70px 0;
}.access-now-UBnDx .mentor-approach-ZEYbS {
    flex-direction: column;
    gap: 40px;
    padding: 30px;
}.access-now-UBnDx .container p {
    font-size: 23px;
    width: 100%;
    text-align: center;
}.access-now-UBnDx .message-help-efkxT {
    width: 140px;
    height: 140px;
}
}

@media (max-width: 480px) {.access-now-UBnDx {
    padding: 50px 0;
}.access-now-UBnDx .mentor-approach-ZEYbS {
    padding: 25px 20px;
}.access-now-UBnDx .container p {
    font-size: calc(13px * 1.2);
}.access-now-UBnDx .message-help-efkxT {
    height: 120px;
    font-size: calc(15px * 0.9);
    width: 120px;
}}.pricing-card-set-qXpPJ {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: rgb(181,196,194);
}.pricing-card-set-qXpPJ::before {
    position: absolute;
    filter: blur(80px);
    z-index: 0;
    right: -50px;
    animation: float-effect 12s infinite alternate ease-in-out;
    top: -50px;
    width: 300px;
    background: rgb(147,163,159,0.5);
    content: "";
    height: 300px;
}.pricing-card-set-qXpPJ::after {
    width: 250px;
    left: -50px;
    position: absolute;
    animation: float-effect 15s infinite alternate-reverse ease-in-out;
    content: "";
    height: 250px;
    background: rgb(113,129,125,0.5);
    bottom: -50px;
    z-index: 0;
    filter: blur(60px);
}.pricing-card-set-qXpPJ .container {
    padding: 0 15px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.pricing-card-set-qXpPJ .payment-pricing-DqtAp {
    gap: 60px;
    flex-direction: column;
    display: flex;
}.pricing-card-set-qXpPJ .pricing-pack-wSIin {
    order: -1;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 700px;
    position: relative;
    text-align: center;
}.pricing-card-set-qXpPJ .pricing-pack-wSIin h2 {
    font-size: 31px;
    position: relative;
    display: inline-block;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}.pricing-card-set-qXpPJ .pricing-pack-wSIin h2::after {
    position: absolute;
    content: "";
    bottom: -10px;
    width: 80px;
    transform: translateX(-50%);
    left: 50%;
    background: rgb(147,163,159);
    height: 3px;
}.pricing-card-set-qXpPJ .pricing-offers-DmCYH {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
    color: #000000;
    margin-bottom: 0;
}.pricing-card-set-qXpPJ .trial-pricing-SNoVK {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    perspective: 1000px;
}.pricing-card-set-qXpPJ .pricing-block-iPnZc {
    transform-style: preserve-3d;
    position: relative;
    height: 100%;
    color: inherit;
    perspective: 1000px;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-decoration: none;
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover {
    transform: translateY(-10px) scale(1.02);
}.pricing-card-set-qXpPJ .payment-plans-YBVou {
    background: #ffffff;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    flex-direction: column;
    transition: box-shadow 0.4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    display: flex;
    height: 100%;
    transform-style: preserve-3d;
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover .payment-plans-YBVou {
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12), 0 0 20px rgb(147,163,159,0.5);
}.pricing-card-set-qXpPJ .learning-fees-AJdnN {
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    display: flex;
    overflow: hidden;
    padding: 30px;
    z-index: 2;
}.pricing-card-set-qXpPJ .learning-fees-AJdnN::before {
    top: 0;
    left: 0;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    content: "";
    position: absolute;
    transform: scaleX(0);
    right: 0;
    transition: transform 0.5s ease;
    height: 5px;
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover .learning-fees-AJdnN::before {
    transform: scaleX(1);
}.pricing-card-set-qXpPJ .learning-fees-AJdnN h3 {
    color: #000000;
    overflow-wrap: break-word;
    margin-bottom: 10px;
    transition: transform 0.4s ease, color 0.3s ease;
    font-weight: 700;
    word-break: break-word;
    white-space: normal;
    font-size: calc(22px + 2px);
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover .learning-fees-AJdnN h3 {
    color: rgb(147,163,159);
    transform: translateX(5px);
}.pricing-card-set-qXpPJ .edu-packages-FGkvm {
    display: block;
    overflow-wrap: break-word;
    color: rgb(113,129,125);
    margin: 10px 0 20px;
    font-weight: 700;
    position: relative;
    transition: transform 0.4s ease;
    white-space: normal;
    font-size: 22px;
    word-break: break-word;
}.pricing-card-set-qXpPJ .edu-packages-FGkvm::before {
    width: 40px;
    transition: width 0.4s ease;
    height: 2px;
    left: 0;
    background: rgb(113,129,125,0.5);
    bottom: -8px;
    position: absolute;
    content: "";
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover .edu-packages-FGkvm::before {
    width: 80px;
}.pricing-card-set-qXpPJ .learning-fees-AJdnN p {
    word-break: break-word;
    transition: color 0.3s ease;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    white-space: normal;
    flex-grow: 1;
    font-size: calc(15px - 1px);
    overflow-wrap: break-word;
}.pricing-card-set-qXpPJ .img-hover-box-RuvlZ {
    overflow: hidden;
    transform: translateZ(-10px);
    transition: transform 0.6s ease, filter 0.6s ease;
    position: relative;
    height: 200px;
}.pricing-card-set-qXpPJ .img-hover-box-RuvlZ::after {
    position: absolute;
    content: "";
    opacity: 0.6;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    transition: opacity 0.5s ease;
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover .img-hover-box-RuvlZ {
    transform: translateZ(0);
    filter: brightness(1.1) contrast(1.05);
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover .img-hover-box-RuvlZ::after {
    opacity: 0.4;
}.pricing-card-set-qXpPJ .pricing-block-iPnZc::after {
    position: absolute;
    right: 30px;
    filter: blur(10px);
    opacity: 0;
    transition: opacity 0.4s ease;
    left: 30px;
    z-index: -1;
    background: rgb(147,163,159,0.5);
    top: 100%;
    height: 15px;
    content: "";
    border-radius: 50%;
}.pricing-card-set-qXpPJ .pricing-block-iPnZc:hover::after {
    opacity: 0.5;
}

@keyframes float-effect {
    0% {
        transform: translate(0, 0) scale(1);
    }
    50% {
        transform: translate(20px, 20px) scale(1.1);
    }
    100% {
        transform: translate(-20px, -20px) scale(0.9);
    }
}

@media (min-width: 992px) {.pricing-card-set-qXpPJ .payment-pricing-DqtAp {
    align-items: center;
    flex-direction: row;
}.pricing-card-set-qXpPJ .pricing-pack-wSIin {
    text-align: left;
    order: 0;
    flex: 0 0 30%;
    padding-right: 40px;
}.pricing-card-set-qXpPJ .pricing-pack-wSIin h2::after {
    left: 0;
    transform: none;
}.pricing-card-set-qXpPJ .trial-pricing-SNoVK {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}
}

@media (min-width: 1200px) {.pricing-card-set-qXpPJ .trial-pricing-SNoVK {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-card-set-qXpPJ .learning-fees-AJdnN {
    padding: 35px;
}.pricing-card-set-qXpPJ .img-hover-box-RuvlZ {
    height: 220px;
}
}

@media (max-width: 991px) {.pricing-card-set-qXpPJ {
    padding: 80px 0;
}.pricing-card-set-qXpPJ .pricing-pack-wSIin {
    margin-bottom: 20px;
}
}

@media (max-width: 767px) {.pricing-card-set-qXpPJ {
    padding: 60px 0;
}.pricing-card-set-qXpPJ .trial-pricing-SNoVK {
    gap: 25px;
    grid-template-columns: 1fr;
}.pricing-card-set-qXpPJ .pricing-pack-wSIin h2 {
    font-size: calc(31px - 4px);
}.pricing-card-set-qXpPJ .img-hover-box-RuvlZ {
    height: 180px;
}.pricing-card-set-qXpPJ .learning-fees-AJdnN {
    padding: 25px;
}
}

@media (max-width: 480px) {.pricing-card-set-qXpPJ {
    padding: 50px 0;
}.pricing-card-set-qXpPJ .learning-fees-AJdnN h3 {
    font-size: 22px;
}.pricing-card-set-qXpPJ .edu-packages-FGkvm {
    font-size: calc(22px - 2px);
}.pricing-card-set-qXpPJ .img-hover-box-RuvlZ {
    height: 160px;
}.pricing-card-set-qXpPJ .learning-fees-AJdnN {
    padding: 20px;
}}.program-structure-TwBVx {
    background: linear-gradient(135deg, rgb(181,196,194) 0%, rgba(249, 249, 249, 0.95) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.program-structure-TwBVx::before {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(113,129,125,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(113,129,125,0.5) 25%, transparent 25%);
    opacity: 0.05;
    content: "";
    z-index: 0;
    background-size: 60px 60px;
    right: 0;
}.program-structure-TwBVx .container {
    position: relative;
    padding: 0 2rem;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.program-structure-TwBVx .learn-professional-sgUML {
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    gap: 3rem;
    display: grid;
    transform: translateY(20px);
    grid-template-columns: 1fr;
}.program-structure-TwBVx .img-hover-box-RuvlZ {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
}.program-structure-TwBVx .img-hover-box-RuvlZ::after {
    transition: opacity 0.6s ease;
    z-index: 1;
    top: 0;
    background: linear-gradient(to bottom right, 
                rgb(147,163,159,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(113,129,125,0.5) 100%);
    position: absolute;
    opacity: 0.5;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
}.program-structure-TwBVx .img-hover-box-RuvlZ:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.program-structure-TwBVx .img-hover-box-RuvlZ:hover::after {
    opacity: 0.2;
}.program-structure-TwBVx .text-embed-kMDHc {
    flex-direction: column;
    transform: translateX(0);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    display: flex;
    background: #ffffff;
    justify-content: center;
    padding: 2rem;
}.program-structure-TwBVx .text-embed-kMDHc::before {
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    width: 5px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(147,163,159), rgb(113,129,125));
    height: 0;
}.program-structure-TwBVx .learn-professional-sgUML:hover .text-embed-kMDHc::before {
    height: 100%;
}.program-structure-TwBVx h3 {
    color: #000000;
    transform: translateY(0);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(18px * 1.1);
    transition: transform 0.4s ease;
    padding-bottom: 1rem;
}.program-structure-TwBVx h3::after {
    content: "";
    transition: width 0.5s ease;
    left: 0;
    width: 60px;
    background: linear-gradient(90deg, rgb(147,163,159), rgb(113,129,125));
    height: 3px;
    position: absolute;
    bottom: 0;
}.program-structure-TwBVx .text-embed-kMDHc:hover h3 {
    transform: translateY(-5px);
}.program-structure-TwBVx .text-embed-kMDHc:hover h3::after {
    width: 100px;
}.program-structure-TwBVx .description {
    position: relative;
    overflow-y: auto;
    font-size: 14px;
    padding-right: 1rem;
    line-height: 1.7;
    max-height: 200px;
    color: #000000;
    margin-bottom: 1.5rem;
}.program-structure-TwBVx .description::-webkit-scrollbar {
    width: 4px;
}.program-structure-TwBVx .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.program-structure-TwBVx .description::-webkit-scrollbar-thumb {
    background: rgb(113,129,125,0.5);
    border-radius: 10px;
}.program-structure-TwBVx span.description {
    display: none;
}

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

@media (min-width: 768px) {.program-structure-TwBVx {
    padding: 8rem 0;
}.program-structure-TwBVx .learn-professional-sgUML {
    gap: 4rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.program-structure-TwBVx .text-embed-kMDHc {
    transform: translateX(-30px);
}.program-structure-TwBVx .learn-professional-sgUML:hover .text-embed-kMDHc {
    transform: translateX(0);
}.program-structure-TwBVx .img-hover-box-RuvlZ {
    height: 480px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program-structure-TwBVx .img-hover-box-RuvlZ:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.program-structure-TwBVx h3 {
    font-size: 18px;
}
}

@media (min-width: 992px) {.program-structure-TwBVx {
    padding: 10rem 0;
}.program-structure-TwBVx .container {
    padding: 0 3rem;
}.program-structure-TwBVx .learn-professional-sgUML {
    gap: 6rem;
}.program-structure-TwBVx .text-embed-kMDHc {
    padding: 3rem;
}.program-structure-TwBVx .img-hover-box-RuvlZ {
    height: 550px;
}.program-structure-TwBVx h3 {
    font-size: calc(18px * 1.2);
    margin-bottom: 2rem;
}.program-structure-TwBVx .description {
    max-height: 300px;
    line-height: 1.8;
}
}

@media (max-width: 767px) {.program-structure-TwBVx {
    padding: 4rem 0;
}.program-structure-TwBVx .container {
    padding: 0 1.5rem;
}.program-structure-TwBVx .img-hover-box-RuvlZ {
    height: 280px;
    margin-bottom: 1rem;
}.program-structure-TwBVx .text-embed-kMDHc {
    padding: 1.5rem;
}.program-structure-TwBVx h3 {
    margin-bottom: 1rem;
    font-size: calc(16px * 1.1);
    padding-bottom: 0.75rem;
}.program-structure-TwBVx .description {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
    max-height: 180px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.92;
    background: linear-gradient(135deg, rgb(147,163,159,0.5) 0%, rgb(113,129,125,0.5) 100%);
    position: absolute;
    z-index: -1;
    bottom: 0;
}footer {
    background-size: cover !important;
    background-position: center !important;
}.res-connect-jZsdv {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}.res-connect-jZsdv::before {
    content: "";
    height: 15px;
    background: rgb(147,163,159);
    left: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    top: 0;
    position: absolute;
}.res-connect-jZsdv .container {
    position: relative;
    gap: 0;
    display: flex;
    flex-wrap: wrap;
}.res-connect-jZsdv .company_holder {
    position: relative;
    flex: 0 0 40%;
    margin-bottom: 2rem;
    padding: 0 3rem 2rem 0;
}.res-connect-jZsdv .company_holder::after {
    width: 1px;
    right: 1.5rem;
    opacity: 0.3;
    background: linear-gradient(to bottom, #ffffff, transparent);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}.res-connect-jZsdv .company_holder h3 {
    margin: 0 0 1.5rem;
    text-transform: uppercase;
    color: #ffffff;
    padding-bottom: 1rem;
    letter-spacing: 1px;
    font-size: 31px;
    transform: skewX(-10deg);
    font-weight: 700;
    position: relative;
}.res-connect-jZsdv .company_holder h3::after {
    height: 3px;
    bottom: 0;
    width: 80px;
    background: rgb(147,163,159);
    position: absolute;
    content: "";
    box-shadow: 0 0 10px rgb(147,163,159);
    left: 0;
}.res-connect-jZsdv .site-map-mrAEF {
    color: #ffffff;
    font-size: 16px;
    padding: 1.5rem;
    border-left: 3px solid rgb(147,163,159);
    transform: skewX(-5deg);
    background: rgba(0, 0, 0, 0.2);
    transform-origin: left top;
    line-height: 1.6;
}.res-connect-jZsdv .subscr-info-HwEDK {
    display: flex;
    flex: 0 0 60%;
    flex-wrap: wrap;
    gap: 0;
}.res-connect-jZsdv .nav-info-meqQn {
    display: flex;
    flex: 1;
    gap: 0;
    flex-wrap: wrap;
}.res-connect-jZsdv .nav-primary-eqTlw {
    flex: 0 0 50%;
    padding: 0 1rem 2rem 1rem;
    position: relative;
}.res-connect-jZsdv .nav-primary-eqTlw h5 {
    transform: skewX(-5deg);
    margin: 0 0 1.5rem;
    font-size: 23px;
    padding-left: 1rem;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}.res-connect-jZsdv .nav-primary-eqTlw h5::before {
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    background: rgb(147,163,159);
    transform: skewX(5deg);
    width: 3px;
    top: 0;
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a {
    text-decoration: none;
    transform: skewX(-5deg);
    position: relative;
    transition: all 0.3s ease;
    font-size: 16px;
    display: block;
    color: #ffffff;
    overflow: hidden;
    padding: 0.7rem 1rem;
    background: rgba(255, 255, 255, 0.05);
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a::before {
    transition: all 0.5s ease;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    width: 100%;
    height: 100%;
    left: -100%;
    content: "";
    position: absolute;
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a:hover {
    padding-left: 1.5rem;
    transform: skewX(-5deg) translateX(5px);
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a:hover::before {
    left: 100%;
}.calc-foot-EfNgR {
    clip-path: polygon(0 0, 100% 0, 98% 100%, 2% 100%);
    position: relative;
    padding: 1.5rem 0;
    margin-top: 2rem;
    background: rgba(0, 0, 0, 0.15);
}.calc-foot-EfNgR .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}.calc-foot-EfNgR .story-spot-xvKPG {
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    width: 100%;
    transform: skewX(-5deg);
}

@media (max-width: 1200px) {.res-connect-jZsdv .company_holder {
    padding-right: 2rem;
    flex: 0 0 35%;
}.res-connect-jZsdv .subscr-info-HwEDK {
    flex: 0 0 65%;
}
}

@media (max-width: 992px) {.res-connect-jZsdv {
    padding: 4rem 0 2rem;
}.res-connect-jZsdv .container {
    flex-direction: column;
}.res-connect-jZsdv .company_holder {
    flex: 0 0 100%;
    margin-bottom: 3rem;
    padding-right: 0;
}.res-connect-jZsdv .company_holder::after {
    display: none;
}.res-connect-jZsdv .subscr-info-HwEDK {
    flex: 0 0 100%;
}.res-connect-jZsdv .nav-primary-eqTlw {
    padding-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.res-connect-jZsdv {
    padding: 3.5rem 0 1.5rem;
}.res-connect-jZsdv::before {
    height: 10px;
}.res-connect-jZsdv .company_holder h3 {
    font-size: calc(31px - 2px);
}.res-connect-jZsdv .site-map-mrAEF {
    padding: 1.2rem;
    transform: skewX(-3deg);
}.res-connect-jZsdv .nav-primary-eqTlw h5, 
    .res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a {
    transform: skewX(-3deg);
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a:hover {
    transform: skewX(-3deg) translateX(5px);
}.calc-foot-EfNgR {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 3% 100%);
}.calc-foot-EfNgR .story-spot-xvKPG {
    transform: skewX(-3deg);
}
}

@media (max-width: 576px) {.res-connect-jZsdv {
    padding: 3rem 0 1rem;
}.res-connect-jZsdv::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.res-connect-jZsdv .nav-primary-eqTlw {
    padding: 0 0 2rem 0;
    flex: 0 0 100%;
}.res-connect-jZsdv .company_holder {
    margin-bottom: 2rem;
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a {
    padding: 0.6rem 0.8rem;
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a:hover {
    padding-left: 1.2rem;
}.calc-foot-EfNgR {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}

@media (max-width: 420px) {.res-connect-jZsdv .company_holder h3 {
    transform: skewX(-5deg);
}.res-connect-jZsdv .company_holder h3::after {
    width: 60px;
}.res-connect-jZsdv .site-map-mrAEF {
    transform: none;
}.res-connect-jZsdv .nav-primary-eqTlw h5 {
    transform: none;
}.res-connect-jZsdv .nav-primary-eqTlw h5::before {
    transform: none;
}.res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a,
    .res-connect-jZsdv .nav-primary-eqTlw .nav-info-meqQn a:hover,
    .calc-foot-EfNgR .story-spot-xvKPG {
    transform: none;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(147,163,159);
}header .top_plank .top-edu-nav-wSUkr div svg, header .top_plank .top-edu-nav-wSUkr div svg path {
    fill: #ffffff;
}header .top_plank .top-edu-nav-wSUkr div span {
    color: #ffffff;
}header .top_plank .top-edu-nav-wSUkr {
    padding: 15px 0 10px 0;
    font-size: 16px;
    align-items: center;
    flex-wrap: wrap;
    line-height: 21px;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}header .top_plank .top-edu-nav-wSUkr div {
    align-items: center;
    display: flex;
    margin-right: 24px;
    justify-content: flex-start;
}header .top_plank .top-edu-nav-wSUkr div img, header .top_plank .top-edu-nav-wSUkr div svg {
    margin-right: 8px;
    width: 16px;
    height: 16px;
}.privacy-module-YeAxV {
    padding: 40px;
    background-color: rgb(181,196,194);
    line-height: 1.6;
    color: #000000;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}.privacy-module-YeAxV h1 {
    padding-bottom: 10px;
    color: rgb(147,163,159);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 45px;
    border-bottom: 2px solid rgb(147,163,159,0.5);
}.privacy-module-YeAxV h2 {
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
    color: rgb(113,129,125);
    font-size: 33px;
}.privacy-module-YeAxV h3,
.privacy-module-YeAxV h4,
.privacy-module-YeAxV h5,
.privacy-module-YeAxV h6 {
    margin-top: 20px;
    font-weight: 400;
    color: rgb(113,129,125,0.5);
}.privacy-module-YeAxV ul {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}.privacy-module-YeAxV ul li {
    padding: 15px;
    border-left: 4px solid rgb(147,163,159);
    background-color: #ffffff;
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}.privacy-module-YeAxV ol {
    margin: 20px 0;
    counter-reset: li;
    padding: 0;
    list-style: none;
}.privacy-module-YeAxV ol li {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px 15px 10px 40px;
    margin-bottom: 10px;
    position: relative;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}.privacy-module-YeAxV ol li:before {
    content: counter(li);
    justify-content: center;
    counter-increment: li;
    transform: translateY(-50%);
    position: absolute;
    left: 10px;
    align-items: center;
    width: 25px;
    display: flex;
    border-radius: 50%;
    top: 50%;
    color: #ffffff;
    background-color: rgb(147,163,159);
    height: 25px;
}.privacy-module-YeAxV p {
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 16px;
}.privacy-module-YeAxV span {
    color: rgb(147,163,159);
    font-weight: 600;
}.privacy-module-YeAxV div {
    margin-bottom: 20px;
}
@media only screen and (max-width: 800px) {.privacy-module-YeAxV {
    padding: 20px;
}.privacy-module-YeAxV h1 {
    font-size: calc(20px * 0.8);
}.privacy-module-YeAxV h2 {
    font-size: calc(20px * 0.8);
}.privacy-module-YeAxV ul li,
    .privacy-module-YeAxV ol li {
    padding: 10px;
}.privacy-module-YeAxV ol li:before {
    height: 20px;
    width: 20px;
    font-size: 0.8em;
}.privacy-module-YeAxV p {
    font-size: calc(16px * 0.9);
}}.future-members-jXLMS {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(180deg, rgb(181,196,194) 0%, #ffffff 100%);
    position: relative;
}.future-members-jXLMS::before {
    background-size: 100px 100px;
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    opacity: 0.05;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgb(147,163,159,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(225deg, rgb(147,163,159,0.5) 25%, transparent 25%) -50px 0,
                linear-gradient(315deg, rgb(147,163,159,0.5) 25%, transparent 25%),
                linear-gradient(45deg, rgb(147,163,159,0.5) 25%, transparent 25%);
    content: "";
}.future-members-jXLMS .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    max-width: 1140px;
}.future-members-jXLMS .mentor-approach-ZEYbS {
    perspective: 1000px;
    position: relative;
}.future-members-jXLMS h4 {
    transform: translateX(-50%);
    text-align: center;
    font-weight: 700;
    left: 50%;
    position: relative;
    margin-bottom: 80px;
    display: inline-block;
    padding-bottom: 15px;
    color: #000000;
    font-size: 29px;
}.future-members-jXLMS h4::before {
    height: 3px;
    border-radius: 3px;
    background: rgb(147,163,159);
    left: 25%;
    content: "";
    position: absolute;
    width: 50%;
    bottom: 0;
}.future-members-jXLMS h4::after {
    border-radius: 1px;
    width: 70%;
    position: absolute;
    background: rgb(113,129,125,0.5);
    left: 15%;
    bottom: 10px;
    content: "";
    height: 1px;
}.future-members-jXLMS div > div {
    gap: 40px;
    display: grid;
    perspective: 1000px;
    grid-template-columns: repeat(2, 1fr);
}.future-members-jXLMS p {
    transform-style: preserve-3d;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: relative;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    align-items: flex-start;
    padding: 25px;
    transform: translateZ(0) rotateX(0) rotateY(0);
    color: #000000;
    font-size: 14px;
    display: flex;
    border-radius: 26px;
    z-index: 1;
}.future-members-jXLMS p:nth-child(odd) {
    animation: float1 5s ease-in-out infinite;
}.future-members-jXLMS p:nth-child(even) {
    animation: float2 6s ease-in-out infinite;
}@keyframes float1 {
    0%, 100% {
        transform: translateZ(20px) translateY(0);
    }
    50% {
        transform: translateZ(40px) translateY(-15px);
    }
}

@keyframes float2 {
    0%, 100% {
        transform: translateZ(30px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-20px);
    }
}

.future-members-jXLMS p::before {
    width: 100%;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, #ffffff 0%, rgb(181,196,194) 100%);
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    opacity: 0;
    height: 100%;
    z-index: -1;
    border-radius: 26px;
}.future-members-jXLMS p:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateZ(60px) rotateX(5deg) rotateY(5deg);
}.future-members-jXLMS p:hover::before {
    opacity: 1;
}.future-members-jXLMS p svg {
    transform: translateZ(10px);
    height: 28px;
    transition: all 0.3s ease;
    margin-right: 15px;
    flex-shrink: 0;
    width: 28px;
    filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}.future-members-jXLMS p svg path {
    fill: rgb(147,163,159);
    transition: fill 0.3s ease;
}.future-members-jXLMS p:hover svg {
    transform: translateZ(30px) scale(1.2);
}.future-members-jXLMS p:hover svg path {
    fill: rgb(113,129,125);
}.future-members-jXLMS p span {
    transform: translateZ(5px);
}.future-members-jXLMS::after {
    width: 100%;
    left: 0;
    height: 200px;
    background: linear-gradient(to top, #ffffff, transparent);
    content: "";
    bottom: 0;
    pointer-events: none;
    z-index: 1;
    position: absolute;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px) translateZ(0);
    }
    to {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}


@media (max-width: 991px) {.future-members-jXLMS {
    padding: 100px 0;
}.future-members-jXLMS h4 {
    margin-bottom: 60px;
    font-size: calc(29px * 0.9);
}.future-members-jXLMS div > div {
    gap: 30px;
}.future-members-jXLMS p {
    padding: 20px;
}
    
    @keyframes float1 {
        0%, 100% {
            transform: translateZ(10px) translateY(0);
        }
        50% {
            transform: translateZ(20px) translateY(-10px);
        }
    }
    
    @keyframes float2 {
        0%, 100% {
            transform: translateZ(15px) translateY(0);
        }
        50% {
            transform: translateZ(25px) translateY(-12px);
        }
    }
}

@media (max-width: 768px) {.future-members-jXLMS {
    padding: 80px 0;
}.future-members-jXLMS h4 {
    font-size: calc(29px * 0.8);
    margin-bottom: 50px;
}.future-members-jXLMS div > div {
    gap: 25px;
    grid-template-columns: 1fr;
}.future-members-jXLMS p {
    padding: 18px;
}.future-members-jXLMS p svg {
    width: 24px;
    margin-right: 12px;
    height: 24px;
}.future-members-jXLMS p:nth-child(odd),
    .future-members-jXLMS p:nth-child(even) {
    transform: none;
    animation: none;
}.future-members-jXLMS p:hover {
    transform: translateY(-5px);
}.future-members-jXLMS p:hover svg {
    transform: scale(1.2);
}.future-members-jXLMS::after {
    height: 100px;
}
}

@media (max-width: 576px) {.future-members-jXLMS {
    padding: 60px 0;
}.future-members-jXLMS h4 {
    margin-bottom: 40px;
    font-size: calc(29px * 0.7);
}.future-members-jXLMS h4::before {
    height: 2px;
}.future-members-jXLMS h4::after {
    bottom: 8px;
}.future-members-jXLMS div > div {
    gap: 20px;
}.future-members-jXLMS p {
    padding: 15px;
    font-size: calc(14px * 0.9);
}.future-members-jXLMS p svg {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}}.learning-system-BQCDc {
    padding: 160px 0;
    overflow: visible;
    background: linear-gradient(170deg, rgb(181,196,194) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.learning-system-BQCDc::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(147,163,159,0.5) 0%, transparent 40%);
    opacity: 0.2;
}.learning-system-BQCDc .mentor-approach-ZEYbS {
    z-index: 2;
    position: relative;
    transform: rotate(-3deg);
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}.learning-system-BQCDc .text-embed-kMDHc {
    position: relative;
    width: 60%;
    overflow: visible;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    border-radius: 0 13px 13px 0;
    backdrop-filter: blur(10px);
    padding: 60px 70px 60px 50px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: translateX(20px);
    border-left: 4px solid rgb(147,163,159);
    margin-left: 5%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.learning-system-BQCDc .text-embed-kMDHc:hover {
    transform: translateX(10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
}.learning-system-BQCDc .text-embed-kMDHc::before {
    filter: blur(40px);
    width: 180px;
    z-index: -1;
    right: -90px;
    border-radius: 50%;
    position: absolute;
    background: rgb(147,163,159);
    animation: pulse-glow 8s infinite alternate;
    opacity: 0.1;
    height: 180px;
    top: -90px;
    content: '';
}.learning-system-BQCDc .text-embed-kMDHc::after {
    z-index: 3;
    height: 3px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(147,163,159,0.5) 30%, 
        rgb(147,163,159) 50%, 
        rgb(147,163,159,0.5) 70%, 
        transparent 100%
    );
    bottom: -30px;
    content: '';
    left: -25%;
    position: absolute;
    width: 150%;
}.learning-system-BQCDc .text-embed-kMDHc h2 {
    color: #ffffff;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 36px;
    padding-bottom: 15px;
    transform: translateX(-40px);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: relative;
}.learning-system-BQCDc .text-embed-kMDHc h2::before {
    height: 70px;
    width: 70px;
    content: '';
    top: -35px;
    z-index: -1;
    position: absolute;
    border: 2px solid rgb(147,163,159,0.5);
    opacity: 0.6;
    animation: spin-slow 20s linear infinite;
    left: -35px;
    border-radius: 10px;
}.learning-system-BQCDc .text-embed-kMDHc h2::after {
    content: '';
    border-radius: 10px;
    background: rgb(147,163,159);
    bottom: 0;
    left: 0;
    width: 60px;
    height: 4px;
    position: absolute;
}.learning-system-BQCDc .text-embed-kMDHc p {
    position: relative;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    z-index: 2;
    color: #ffffff;
    line-height: 1.8;
}.learning-system-BQCDc::after {
    border-radius: 13px;
    width: 180px;
    filter: blur(30px);
    transform: rotate(30deg);
    animation: rotate-float 25s infinite linear;
    content: '';
    position: absolute;
    right: 15%;
    background: rgb(113,129,125);
    height: 180px;
    opacity: 0.1;
    bottom: -90px;
}.learning-system-BQCDc .mentor-approach-ZEYbS::before {
    content: '';
    animation: float-vertical 10s infinite ease-in-out;
    opacity: 0.4;
    position: absolute;
    width: 100px;
    top: -120px;
    border: 1px solid rgb(147,163,159,0.5);
    height: 100px;
    right: 10%;
    border-radius: 50%;
}.learning-system-BQCDc .mentor-approach-ZEYbS::after {
    content: '';
    position: absolute;
    height: 25px;
    top: 40%;
    opacity: 0.2;
    animation: pulse-subtle 5s infinite;
    left: -40px;
    width: 25px;
    background: rgb(147,163,159);
    border-radius: 50%;
    filter: blur(5px);
}@keyframes pulse-glow {
    0%, 100% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

@keyframes spin-slow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate-float {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    25% {
        transform: rotate(120deg) translateY(-20px);
    }
    50% {
        transform: rotate(210deg) translateY(0);
    }
    75% {
        transform: rotate(300deg) translateY(20px);
    }
    100% {
        transform: rotate(390deg) translateY(0);
    }
}

@keyframes float-vertical {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-30px);
    }
}

@keyframes pulse-subtle {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.4;
        transform: scale(1.3);
    }
}

.learning-system-BQCDc .text-embed-kMDHc p::first-letter {
    font-weight: 700;
    color: rgb(147,163,159);
    font-size: 1.5em;
}.learning-system-BQCDc .text-embed-kMDHc p::after {
    opacity: 0.3;
    right: -250px;
    top: 0;
    position: absolute;
    content: '';
    z-index: -1;
    height: 100%;
    width: 200px;
    background-image: repeating-linear-gradient(
        -45deg,
        rgb(147,163,159,0.5),
        rgb(147,163,159,0.5) 1px,
        transparent 1px,
        transparent 6px
    );
}

@media screen and (max-width: 1200px) {.learning-system-BQCDc .text-embed-kMDHc::after {
    width: 120%;
    left: -10%;
}.learning-system-BQCDc .text-embed-kMDHc p::after {
    display: none;
}
}

@media screen and (max-width: 992px) {.learning-system-BQCDc {
    padding: 120px 0;
}.learning-system-BQCDc .mentor-approach-ZEYbS {
    transform: rotate(-2deg);
}.learning-system-BQCDc .text-embed-kMDHc {
    padding: 50px 40px 50px 40px;
    width: 70%;
}.learning-system-BQCDc .text-embed-kMDHc h2 {
    transform: translateX(-30px);
}.learning-system-BQCDc .text-embed-kMDHc::before {
    width: 150px;
    right: -75px;
    top: -75px;
    height: 150px;
}.learning-system-BQCDc::after {
    width: 150px;
    height: 150px;
    bottom: -75px;
}
}

@media screen and (max-width: 768px) {.learning-system-BQCDc {
    padding: 90px 0;
    overflow: hidden;
}.learning-system-BQCDc .mentor-approach-ZEYbS {
    transform: none;
}.learning-system-BQCDc .text-embed-kMDHc {
    padding: 40px 30px;
    margin-left: 0;
    border-radius: 13px;
    width: 90%;
    transform: none;
}.learning-system-BQCDc .text-embed-kMDHc:hover {
    transform: none;
}.learning-system-BQCDc .text-embed-kMDHc h2 {
    margin-bottom: 25px;
    transform: none;
    font-size: calc(36px * 0.9);
}.learning-system-BQCDc .text-embed-kMDHc h2::before {
    display: none;
}.learning-system-BQCDc .text-embed-kMDHc::before {
    right: -60px;
    height: 120px;
    top: -60px;
    width: 120px;
}.learning-system-BQCDc .text-embed-kMDHc::after {
    width: 100%;
    left: 0;
    bottom: -20px;
}.learning-system-BQCDc .mentor-approach-ZEYbS::before,
    .learning-system-BQCDc .mentor-approach-ZEYbS::after,
    .learning-system-BQCDc::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.learning-system-BQCDc {
    padding: 70px 0;
}.learning-system-BQCDc .text-embed-kMDHc {
    width: 100%;
    padding: 30px 20px;
}.learning-system-BQCDc .text-embed-kMDHc h2 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(36px * 0.8);
}.learning-system-BQCDc .text-embed-kMDHc h2::after {
    height: 3px;
    width: 50px;
}.learning-system-BQCDc .text-embed-kMDHc p {
    font-size: calc(16px * 0.9);
}.learning-system-BQCDc .text-embed-kMDHc::before {
    height: 80px;
    right: -40px;
    width: 80px;
    top: -40px;
}
}