﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.framework-wrapqMfVsxg {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}.nav_start5aUpvHK {
    flex: 1 0 auto;
}.edu_globalRZYVlEF {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    auto
contain
touch-action: none;
    scroll-behavior: auto;
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
    scroll-snap-type: none;
}.container {
    width: 1186px;
    margin: auto;
    max-width: 100%;
}header,footer {
    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;
}}
.data_explorationIuYXzwe {
    background-color: #000000;
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.data_explorationIuYXzwe::before {
    content: "";
    z-index: -2;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(103,112,111,0.5) 30%, rgba(0, 0, 0, 0.5) 70%);
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}.data_explorationIuYXzwe::after {
    transform: rotate(15deg);
    position: absolute;
    animation: gridMove 35s linear infinite;
    left: -50%;
    content: "";
    z-index: -1;
    width: 200%;
    top: -50%;
    height: 200%;
    background: repeating-linear-gradient(
        rgba(rgb(139,149,150,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    ), 
    repeating-linear-gradient(
        90deg,
        rgba(rgb(139,149,150,0.5), 0.03) 0px,
        transparent 1px,
        transparent 30px
    );
}@keyframes gridMove {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(17deg) translate(-5%, -2%);
    }
    100% {
        transform: rotate(15deg) translate(0, 0);
    }
}

.data_explorationIuYXzwe .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}.data_explorationIuYXzwe .container::before {
    top: -80px;
    border-radius: 50%;
    position: absolute;
    animation: pulseEffect 8s ease-in-out infinite;
    opacity: 0.4;
    height: 200px;
    background: radial-gradient(circle, rgb(139,149,150,0.5) 0%, transparent 70%);
    filter: blur(50px);
    right: -20px;
    content: "";
    width: 200px;
}@keyframes pulseEffect {
    0%, 100% {
        transform: scale(1);
        opacity: 0.4;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
}

.data_explorationIuYXzwe h2 {
    font-weight: 700;
    margin-bottom: 60px;
    position: relative;
    font-size: 42px;
    display: inline-block;
    color: #ffffff;
    padding-left: 20px;
}.data_explorationIuYXzwe h2::before {
    top: 50%;
    background: linear-gradient(to bottom, rgb(139,149,150), rgb(103,112,111));
    left: 0;
    content: "";
    border-radius: 10px;
    width: 6px;
    height: 90%;
    position: absolute;
    transform: translateY(-50%);
}.data_explorationIuYXzwe h2::after {
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    width: 100%;
    bottom: -15px;
    background: linear-gradient(to right, rgb(139,149,150), transparent);
}.data_explorationIuYXzwe ul {
    margin: 0;
    display: flex;
    list-style: none;
    padding: 0;
    gap: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh {
    text-align: center;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 35px 30px;
    background: rgba(255, 255, 255, 0.03);
    max-width: 100%;
    flex: 1 1 240px;
    position: relative;
    overflow: hidden;
    min-width: 240px;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.data_explorationIuYXzwe .benefits_blockaYNQwOh::before {
    height: 100%;
    z-index: -1;
    top: 0;
    width: 100%;
    content: "";
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255, 255, 255, 0.05) 100%);
    position: absolute;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh::after {
    transition: opacity 0.5s ease;
    position: absolute;
    opacity: 0;
    height: 200%;
    transform: scale(0.5);
    background: radial-gradient(circle, rgb(139,149,150,0.5) 0%, transparent 60%);
    content: "";
    width: 200%;
    z-index: -1;
    top: -50%;
    left: -50%;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh:hover {
    transform: translateY(-10px);
    border-color: rgba(rgb(139,149,150,0.5), 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.data_explorationIuYXzwe .benefits_blockaYNQwOh:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p {
    margin: 0 0 20px;
    color: #ffffff;
    line-height: 1;
    position: relative;
    font-weight: 700;
    font-size: 3.5rem;
    display: inline-block;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p::before {
    height: 40px;
    content: "";
    filter: blur(10px);
    background: rgb(139,149,150,0.5);
    position: absolute;
    opacity: 0.2;
    border-radius: 50%;
    left: -20px;
    top: -10px;
    width: 40px;
    z-index: -1;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh span {
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    display: block;
    line-height: 1.5;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh span::after {
    content: "";
    left: 50%;
    border-radius: 10px;
    background: rgb(139,149,150,0.5);
    position: absolute;
    transform: translateX(-50%);
    height: 2px;
    width: 40px;
    bottom: -15px;
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:only-child) .benefits_blockaYNQwOh {
    margin: 0 auto;
    max-width: 500px;
    flex: 0 0 100%;
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(2):last-child) .benefits_blockaYNQwOh {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(3):last-child) .benefits_blockaYNQwOh {
    max-width: calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(4):last-child) .benefits_blockaYNQwOh {
    max-width: calc(25% - 30px);
    flex: 0 0 calc(25% - 30px);
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(5):nth-last-child(-n+1)) .benefits_blockaYNQwOh {
    flex: 0 0 calc(20% - 32px);
    max-width: calc(20% - 32px);
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(n+6):nth-child(-n+10)) .benefits_blockaYNQwOh {
    max-width: calc(33.33% - 27px);
    flex: 0 0 calc(33.33% - 27px);
}.data_explorationIuYXzwe svg {
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
    transition: transform 0.3s ease;
    fill: rgb(139,149,150);
}.data_explorationIuYXzwe svg path {
    fill: rgb(139,149,150);
}.data_explorationIuYXzwe .benefits_blockaYNQwOh:hover svg {
    transform: scale(1.2) rotate(5deg);
}

@media screen and (min-width: 1441px) {.data_explorationIuYXzwe {
    padding: 150px 0;
}.data_explorationIuYXzwe h2 {
    margin-bottom: 80px;
    font-size: calc(42px * 1.2);
}.data_explorationIuYXzwe .benefits_blockaYNQwOh {
    padding: 45px 40px;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p {
    font-size: 4rem;
}
}

@media screen and (max-width: 1440px) {.data_explorationIuYXzwe {
    padding: 100px 0;
}.data_explorationIuYXzwe ul {
    gap: 30px;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh {
    padding: 30px 25px;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p {
    font-size: 3rem;
}
}

@media screen and (max-width: 1200px) {.data_explorationIuYXzwe {
    padding: 90px 0;
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(4):last-child) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(5):nth-last-child(-n+1)) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(n+6):nth-child(-n+10)) .benefits_blockaYNQwOh {
    max-width: calc(33.33% - 20px);
    flex: 0 0 calc(33.33% - 20px);
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p {
    font-size: 2.8rem;
}
}

@media screen and (max-width: 991px) {.data_explorationIuYXzwe {
    padding: 80px 0;
}.data_explorationIuYXzwe h2 {
    font-size: calc(42px * 0.9);
    margin-bottom: 50px;
}.data_explorationIuYXzwe ul {
    gap: 25px;
}.data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(3):last-child) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(4):last-child) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(5):nth-last-child(-n+1)) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(n+6):nth-child(-n+10)) .benefits_blockaYNQwOh {
    max-width: calc(50% - 13px);
    flex: 0 0 calc(50% - 13px);
}.data_explorationIuYXzwe .benefits_blockaYNQwOh {
    padding: 25px 20px;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p {
    font-size: 2.5rem;
    margin-bottom: 15px;
}
}

@media screen and (max-width: 767px) {.data_explorationIuYXzwe {
    padding: 70px 0;
}.data_explorationIuYXzwe h2 {
    font-size: calc(42px * 0.8);
    padding-left: 15px;
    margin-bottom: 40px;
}.data_explorationIuYXzwe h2::before {
    width: 4px;
}.data_explorationIuYXzwe ul {
    gap: 20px;
    flex-direction: column;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(2):last-child) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(3):last-child) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(4):last-child) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(5):nth-last-child(-n+1)) .benefits_blockaYNQwOh,
    .data_explorationIuYXzwe ul:has(.benefits_blockaYNQwOh:nth-child(n+6):nth-child(-n+10)) .benefits_blockaYNQwOh {
    flex: 0 0 100%;
    max-width: 100%;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p {
    font-size: 2.2rem;
}.data_explorationIuYXzwe svg {
    width: 35px;
    height: 35px;
}
}

@media screen and (max-width: 480px) {.data_explorationIuYXzwe {
    padding: 60px 0;
}.data_explorationIuYXzwe h2 {
    padding-left: 12px;
    margin-bottom: 30px;
    font-size: calc(42px * 0.7);
}.data_explorationIuYXzwe h2::before {
    width: 3px;
}.data_explorationIuYXzwe ul {
    gap: 15px;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh {
    padding: 20px 15px;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh p {
    margin-bottom: 10px;
    font-size: 2rem;
}.data_explorationIuYXzwe .benefits_blockaYNQwOh span {
    font-size: calc(13px * 0.9);
}.data_explorationIuYXzwe svg {
    width: 30px;
    margin-bottom: 10px;
    height: 30px;
}}.thanksNoteI4nX0EM {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,186,187) 0%, rgb(103,112,111,0.5) 100%);
    position: relative;
    padding: 120px 0;
}.thanksNoteI4nX0EM::before {
    transform: perspective(1000px) rotateX(5deg);
    left: 0;
    opacity: 0.1;
    content: "";
    z-index: 1;
    background: repeating-linear-gradient(
        45deg,
        rgb(139,149,150,0.5) 0px,
        rgb(139,149,150,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.thanksNoteI4nX0EM::after {
    transform: rotate(15deg);
    right: -50px;
    border-radius: 100px;
    height: 300px;
    z-index: 0;
    width: 300px;
    opacity: 0.1;
    content: "";
    position: absolute;
    animation: float 15s ease-in-out infinite;
    bottom: -50px;
    background: rgb(139,149,150);
}.thanksNoteI4nX0EM .container {
    padding: 0 20px;
    z-index: 2;
    transform-style: preserve-3d;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.thanksNoteI4nX0EM h2 {
    transform: translateZ(20px);
    position: relative;
    margin-bottom: 40px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-weight: 700;
    font-size: 32px;
    color: #000000;
    line-height: 1.3;
}.thanksNoteI4nX0EM h2::after {
    transform: translateZ(30px);
    bottom: -15px;
    position: absolute;
    animation: pulse 3s infinite alternate;
    background: rgb(139,149,150);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    left: 0;
    content: "";
    width: 80px;
    height: 4px;
}.thanksNoteI4nX0EM .fast_learn5a6lJnP {
    transform: perspective(1000px) rotateY(-2deg);
    padding: 40px;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
    background: #ffffff;
    border-radius: 8px;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}.thanksNoteI4nX0EM .fast_learn5a6lJnP::before {
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(139,149,150) 0%, rgb(103,112,111) 100%);
    position: absolute;
    width: 100%;
    height: 6px;
    left: 0;
}.thanksNoteI4nX0EM .fast_learn5a6lJnP:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.thanksNoteI4nX0EM ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksNoteI4nX0EM li {
    position: relative;
    padding-left: 25px;
}.thanksNoteI4nX0EM li::before {
    top: 8px;
    content: "";
    width: 8px;
    transform: rotate(45deg);
    animation: spin 12s linear infinite;
    left: 0;
    position: absolute;
    background: rgb(139,149,150);
    height: 8px;
}.thanksNoteI4nX0EM span {
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: 16px;
    color: #000000;
    display: block;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.thanksNoteI4nX0EM {
    padding: 90px 0;
}.thanksNoteI4nX0EM h2 {
    font-size: calc(32px * 0.9);
}.thanksNoteI4nX0EM .fast_learn5a6lJnP {
    padding: 30px;
}
}

@media (max-width: 768px) {.thanksNoteI4nX0EM {
    padding: 70px 0;
}.thanksNoteI4nX0EM h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.thanksNoteI4nX0EM h2::after {
    width: 60px;
}.thanksNoteI4nX0EM .fast_learn5a6lJnP {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.thanksNoteI4nX0EM span {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.thanksNoteI4nX0EM {
    padding: 50px 0;
}.thanksNoteI4nX0EM h2 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.7);
}.thanksNoteI4nX0EM h2::after {
    width: 50px;
    height: 3px;
}.thanksNoteI4nX0EM .fast_learn5a6lJnP {
    padding: 20px;
    transform: none;
}.thanksNoteI4nX0EM li {
    padding-left: 20px;
}.thanksNoteI4nX0EM span {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}.our_teammAhiVje {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.our_teammAhiVje::before {
    left: 0;
    content: '';
    background: linear-gradient(135deg, rgb(139,149,150,0.5), rgba(0, 0, 0, 0.5) 85%);
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    backdrop-filter: blur(4px);
    position: absolute;
}.our_teammAhiVje .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
    z-index: 2;
}.our_teammAhiVje .text_post1eU7lS2 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    gap: 30px;
    transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: grid;
    position: relative;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px;
    grid-template-columns: 1fr;
}.our_teammAhiVje .text_post1eU7lS2::before {
    height: 100%;
    position: absolute;
    width: 5px;
    top: 0;
    background: linear-gradient(to bottom, rgb(139,149,150), rgb(103,112,111));
    content: '';
    left: 0;
}.our_teammAhiVje .text_post1eU7lS2::after {
    background: linear-gradient(to right, transparent, rgb(103,112,111,0.5), transparent);
    content: '';
    right: 30px;
    transform: scaleX(0.7);
    position: absolute;
    width: calc(100% - 60px);
    height: 1px;
    bottom: -15px;
    transform-origin: right center;
}.our_teammAhiVje .text_post1eU7lS2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.our_teammAhiVje h5 {
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(139,149,150);
    position: relative;
    font-size: 18px;
    letter-spacing: 1.5px;
    margin: 0 0 15px;
}.our_teammAhiVje h5::after {
    bottom: 0;
    content: '';
    position: absolute;
    transform-origin: left;
    transform: scaleX(1);
    height: 3px;
    background: rgb(103,112,111);
    transition: transform 0.4s ease;
    left: 0;
    width: 60px;
}.our_teammAhiVje .text_post1eU7lS2:hover h5::after {
    transform: scaleX(1.5);
}.our_teammAhiVje p {
    font-size: calc(15px * 1.2);
    color: #000000;
    line-height: 1.5;
    margin: 0;
}.our_teammAhiVje p b {
    font-weight: 700;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color: rgb(103,112,111);
    font-size: calc(15px * 1.6);
    display: block;
}.our_teammAhiVje ol {
    counter-reset: item;
    padding: 0;
    margin: 25px 0 0;
    list-style: none;
}.our_teammAhiVje ol li {
    column-count: 1;
    column-gap: 40px;
    padding: 0;
    hyphens: auto;
    line-height: 1.7;
    text-align: justify;
    font-size: 15px;
    position: relative;
    color: #000000;
}.our_teammAhiVje ol li::before {
    content: '';
    left: -20px;
    width: 40px;
    counter-increment: item;
    opacity: 0.1;
    top: -20px;
    height: 40px;
    background-color: #ffffff;
    position: absolute;
    border-radius: 50%;
    border: 2px solid rgb(139,149,150);
    transition: all 0.4s ease;
    z-index: -1;
}.our_teammAhiVje .text_post1eU7lS2:hover ol li::before {
    transform: scale(1.2);
    opacity: 0.2;
}

@media (min-width: 768px) {.our_teammAhiVje .text_post1eU7lS2 {
    align-items: start;
    grid-template-columns: 1fr 2fr;
}.our_teammAhiVje ol li {
    column-count: 2;
}.our_teammAhiVje h5, .our_teammAhiVje div:nth-child(2) {
    grid-column: 1;
}.our_teammAhiVje ol {
    margin-top: 10px;
    grid-column: 1 / span 2;
}
}

@media (min-width: 992px) {.our_teammAhiVje {
    padding: 150px 0;
}.our_teammAhiVje .text_post1eU7lS2 {
    grid-template-columns: 1fr 3fr;
    padding: 70px;
}.our_teammAhiVje ol li {
    column-count: 3;
}.our_teammAhiVje h5 {
    font-size: calc(18px * 1.2);
}.our_teammAhiVje p b {
    font-size: calc(15px * 1.8);
}
}

@media (max-width: 767px) {.our_teammAhiVje {
    padding: 80px 0;
}.our_teammAhiVje .text_post1eU7lS2 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px;
}.our_teammAhiVje h5 {
    font-size: calc(18px * 0.9);
}.our_teammAhiVje p b {
    font-size: calc(15px * 1.4);
}.our_teammAhiVje ol li {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.our_teammAhiVje {
    padding: 60px 0;
}.our_teammAhiVje .container {
    padding: 0 20px;
}.our_teammAhiVje .text_post1eU7lS2 {
    padding: 25px;
    transform: none;
}.our_teammAhiVje h5 {
    font-size: calc(18px * 0.85);
}.our_teammAhiVje p b {
    font-size: calc(15px * 1.3);
}}.try_immediatelybzW8gps {
    overflow: hidden;
    padding: 120px 0;
    background-size: 200% 200%;
    z-index: 1;
    background: linear-gradient(130deg, rgb(139,149,150) 0%, rgb(103,112,111) 50%, rgb(139,149,150) 100%);
    animation: gradientFlow 15s ease infinite;
    position: relative;
}.try_immediatelybzW8gps::before {
    height: 100%;
    width: 100%;
    position: absolute;
    animation: rotateQuantum 30s linear infinite;
    content: '';
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    left: 0;
    top: 0;
    z-index: -1;
}.try_immediatelybzW8gps::after {
    left: -50%;
    z-index: -1;
    opacity: 0.1;
    content: '';
    position: absolute;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    top: -50%;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    width: 200%;
}.try_immediatelybzW8gps .fast_learn5a6lJnP {
    backdrop-filter: blur(10px);
    position: relative;
    justify-content: center;
    max-width: 1000px;
    z-index: 2;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    padding: 60px 40px;
    align-items: center;
}.try_immediatelybzW8gps .fast_learn5a6lJnP::before {
    left: 0;
    background-size: 40px 40px;
    position: absolute;
    height: 100%;
    opacity: 0.3;
    top: 0;
    width: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    z-index: -1;
    animation: pulseGrid 4s linear infinite alternate;
    content: '';
}.try_immediatelybzW8gps .fast_learn5a6lJnP::after {
    width: 200%;
    position: absolute;
    animation: rotateQuantumGradient 20s linear infinite;
    height: 200%;
    z-index: -1;
    opacity: 0.1;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(139,149,150,0.5) 0deg,
        rgb(103,112,111,0.5) 120deg,
        rgb(139,149,150,0.5) 240deg,
        rgb(103,112,111,0.5) 360deg
    );
    top: -50%;
    content: '';
    left: -50%;
}.try_immediatelybzW8gps h3 {
    position: relative;
    letter-spacing: 3px;
    font-size: 28px;
    font-weight: 700;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    text-align: center;
    color: #ffffff;
    animation: floatTitle 6s ease-in-out infinite;
    margin-bottom: 60px;
    text-transform: uppercase;
}.try_immediatelybzW8gps h3::before {
    left: 50%;
    width: 80px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    bottom: -20px;
    transform: translateX(-50%);
    height: 1px;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.try_immediatelybzW8gps h3::after {
    opacity: 0;
    position: absolute;
    animation: titleScan 3s ease-in-out infinite;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    content: '';
    top: 0;
}.try_immediatelybzW8gps .get_connectedyuN1fpH {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    position: relative;
    text-transform: uppercase;
    border: 2px solid rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: all 0.4s ease;
    background: transparent;
    font-family: Arial, sans-serif;
    border-radius: 30px;
    z-index: 1;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 18px 45px;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
}.try_immediatelybzW8gps .get_connectedyuN1fpH::before {
    width: 100%;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    position: absolute;
    z-index: -1;
    top: 0;
    transition: opacity 0.4s ease;
    content: '';
    left: 0;
    opacity: 0;
    height: 100%;
}.try_immediatelybzW8gps .get_connectedyuN1fpH::after {
    width: 20px;
    left: -100px;
    content: '';
    z-index: 2;
    transform: rotate(35deg);
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    transition: all 0.6s ease;
    height: 200%;
    top: -50%;
}.try_immediatelybzW8gps .get_connectedyuN1fpH:hover {
    border-color: transparent;
    transform: translateY(-5px);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
    color: rgb(139,149,150);
}.try_immediatelybzW8gps .get_connectedyuN1fpH:hover::before {
    opacity: 1;
}.try_immediatelybzW8gps .get_connectedyuN1fpH:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.try_immediatelybzW8gps {
    padding: 100px 0;
}.try_immediatelybzW8gps .fast_learn5a6lJnP {
    padding: 50px 30px;
    max-width: 90%;
}.try_immediatelybzW8gps h3 {
    font-size: calc(28px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 2.5px;
}.try_immediatelybzW8gps h3::before {
    bottom: -18px;
    width: 70px;
}.try_immediatelybzW8gps .get_connectedyuN1fpH {
    font-size: calc(15px * 0.95);
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.try_immediatelybzW8gps {
    padding: 80px 0;
}.try_immediatelybzW8gps .fast_learn5a6lJnP {
    padding: 40px 25px;
}.try_immediatelybzW8gps h3 {
    font-size: calc(28px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.try_immediatelybzW8gps h3::before {
    width: 60px;
    bottom: -15px;
}.try_immediatelybzW8gps .get_connectedyuN1fpH {
    padding: 14px 35px;
    font-size: calc(15px * 0.9);
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.try_immediatelybzW8gps {
    padding: 60px 0;
}.try_immediatelybzW8gps .fast_learn5a6lJnP {
    padding: 30px 20px;
}.try_immediatelybzW8gps h3 {
    margin-bottom: 40px;
    font-size: calc(28px * 0.7);
    letter-spacing: 1.5px;
}.try_immediatelybzW8gps h3::before {
    bottom: -12px;
    width: 50px;
}.try_immediatelybzW8gps .get_connectedyuN1fpH {
    padding: 12px 30px;
    letter-spacing: 1px;
    font-size: calc(15px * 0.85);
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.privacy_fortKzpvWbV {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(139,149,150,0.5) 30%, rgb(103,112,111,0.5) 100%);
    height: auto;
    width: 100%;
    overflow: hidden;
    padding: 40px;
}.privacy_fortKzpvWbV h1 {
    text-transform: uppercase;
    margin-bottom: 30px;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    font-size: 39px;
    margin-top: 40px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000000;
    background: rgb(139,149,150);
    padding: 10px;
    border-radius: 10px;
}.privacy_fortKzpvWbV h2 {
    margin-bottom: 25px;
    font-weight: 600;
    border-bottom: 2px solid rgb(139,149,150);
    font-size: 30px;
    text-align: left;
    margin-top: 35px;
    padding-bottom: 5px;
    color: rgb(103,112,111);
}.privacy_fortKzpvWbV ul, .privacy_fortKzpvWbV ol {
    padding-left: 20px;
    list-style-position: outside;
    padding: 15px 0;
    font-size: 15px;
    font-family: Arial, sans-serif;
    color: #000000;
    list-style: none;
}.privacy_fortKzpvWbV li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}.privacy_fortKzpvWbV li::before {
    left: 0;
    color: rgb(139,149,150);
    content: '•';
    font-size: 1.5em;
    top: 0;
    line-height: 1em;
    position: absolute;
}.privacy_fortKzpvWbV p, .privacy_fortKzpvWbV span, .privacy_fortKzpvWbV div {
    margin-bottom: 15px;
    color: #000000;
    font-size: 15px;
    line-height: 1.6;
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
}.privacy_fortKzpvWbV p:hover, .privacy_fortKzpvWbV span:hover, .privacy_fortKzpvWbV div:hover {
    transform: translateY(-2px);
    color: rgb(139,149,150);
}

@media only screen and (max-width: 800px) {.privacy_fortKzpvWbV {
    border-radius: 10px;
    padding: 20px 10px;
}.privacy_fortKzpvWbV h1 {
    margin-top: 20px;
    font-size: calc(20px - 10px);
    margin-bottom: 20px;
}.privacy_fortKzpvWbV h2 {
    font-size: calc(20px - 8px);
    margin-top: 20px;
    margin-bottom: 15px;
}.privacy_fortKzpvWbV ul, .privacy_fortKzpvWbV ol {
    padding-left: 10px;
}.privacy_fortKzpvWbV li {
    padding-left: 15px;
}}
.connect_with_uskS30X5V {
    background: rgb(176,186,187);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.connect_with_uskS30X5V::before {
    content: '';
    width: 100%;
    opacity: 0.05;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(30deg, rgb(103,112,111,0.5) 12%, transparent 12.5%, transparent 87%, rgb(103,112,111,0.5) 87.5%, rgb(103,112,111,0.5)),
                      linear-gradient(150deg, rgb(103,112,111,0.5) 12%, transparent 12.5%, transparent 87%, rgb(103,112,111,0.5) 87.5%, rgb(103,112,111,0.5)),
                      linear-gradient(30deg, rgb(103,112,111,0.5) 12%, transparent 12.5%, transparent 87%, rgb(103,112,111,0.5) 87.5%, rgb(103,112,111,0.5)),
                      linear-gradient(150deg, rgb(103,112,111,0.5) 12%, transparent 12.5%, transparent 87%, rgb(103,112,111,0.5) 87.5%, rgb(103,112,111,0.5)),
                      linear-gradient(60deg, rgb(139,149,150,0.5) 25%, transparent 25.5%, transparent 75%, rgb(139,149,150,0.5) 75%, rgb(139,149,150,0.5)),
                      linear-gradient(60deg, rgb(139,149,150,0.5) 25%, transparent 25.5%, transparent 75%, rgb(139,149,150,0.5) 75%, rgb(139,149,150,0.5));
    background-size: 80px 140px;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
}.connect_with_uskS30X5V .img_resize2BSldJO {
    position: absolute;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.2);
    left: 0;
    top: 5%;
    border-radius: 0 30px 30px 0;
    width: 45%;
    height: 90%;
}.connect_with_uskS30X5V .img_resize2BSldJO::after {
    position: absolute;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    border-radius: 0 30px 30px 0;
    width: 100%;
}.connect_with_uskS30X5V .container {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.connect_with_uskS30X5V h3 {
    font-weight: 700;
    text-align: center;
    font-size: 31px;
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: rgb(139,149,150);
    padding: 10px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 50px;
    display: inline-block;
    position: relative;
}.connect_with_uskS30X5V .feedback_inquirygpQejVu {
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    width: 60%;
    float: right;
}.connect_with_uskS30X5V .feedback_inquirygpQejVu::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    content: '';
    width: 100%;
    background: linear-gradient(to right, rgb(139,149,150), rgb(103,112,111));
}.connect_with_uskS30X5V .connect_boxP4nW9Kq {
    padding: 40px;
}.connect_with_uskS30X5V form h3 {
    margin-bottom: 30px;
    box-shadow: none;
    display: block;
    border-radius: 0;
    width: 100%;
    background: transparent;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(103,112,111,0.5);
    font-size: 22px;
    color: #000000;
    padding: 0;
}.connect_with_uskS30X5V input[type="text"],
.connect_with_uskS30X5V textarea {
    font-family: Arial, sans-serif;
    padding: 15px;
    background: rgb(176,186,187);
    border: none;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 12px;
    width: 100%;
    transition: all 0.3s ease;
    color: #000000;
}.connect_with_uskS30X5V input[type="text"]:focus,
.connect_with_uskS30X5V textarea:focus {
    box-shadow: 0 0 0 2px rgb(139,149,150);
    outline: none;
    background: #ffffff;
}.connect_with_uskS30X5V textarea {
    height: 130px;
    resize: none;
}.connect_with_uskS30X5V .support_sectionN5lwqYk {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.connect_with_uskS30X5V .support_sectionN5lwqYk input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.connect_with_uskS30X5V .support_sectionN5lwqYk label {
    padding-left: 30px;
    line-height: 1.5;
    color: #000000;
    position: relative;
    cursor: pointer;
    font-size: 14px;
}.connect_with_uskS30X5V .support_sectionN5lwqYk label::before {
    content: '';
    top: 2px;
    width: 18px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgb(139,149,150);
    height: 18px;
    position: absolute;
    left: 0;
}.connect_with_uskS30X5V .support_sectionN5lwqYk input[type="checkbox"]:checked + label::before {
    background: rgb(139,149,150);
}.connect_with_uskS30X5V .support_sectionN5lwqYk input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    height: 9px;
    left: 6px;
    width: 6px;
    top: 6px;
    position: absolute;
    content: '';
    border: solid #ffffff;
}.connect_with_uskS30X5V .support_sectionN5lwqYk a {
    color: rgb(139,149,150);
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}.connect_with_uskS30X5V .support_sectionN5lwqYk a:hover {
    color: rgb(103,112,111);
    text-decoration: underline;
}.connect_with_uskS30X5V .request_gridOVxngC7 {
    background-size: 200% auto;
    font-family: Arial, sans-serif;
    background: linear-gradient(to right, rgb(139,149,150), rgb(139,149,150));
    padding: 14px 30px;
    transition: all 0.5s ease;
    cursor: pointer;
    font-size: 15px;
    border: none;
    font-weight: 600;
    border-radius: 10px;
    color: #ffffff;
}.connect_with_uskS30X5V .request_gridOVxngC7:hover {
    transform: translateY(-2px);
    background-position: right center;
    box-shadow: 0 5px 15px rgb(139,149,150,0.5);
}.connect_with_uskS30X5V .inquiry_blockko8LPnd {
    color: #ffffff;
    padding: 40px;
    background: linear-gradient(135deg, rgb(139,149,150), rgb(103,112,111));
}.connect_with_uskS30X5V .inquiry_blockko8LPnd h4 {
    color: #ffffff;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    margin-bottom: 25px;
}.connect_with_uskS30X5V .inquiry_blockko8LPnd h4::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -8px;
    left: 0;
    background: #ffffff;
    width: 40px;
}.connect_with_uskS30X5V .support_paneldWTrOjh {
    list-style: none;
    padding: 0;
    margin: 0;
}.connect_with_uskS30X5V .support_paneldWTrOjh li {
    margin-bottom: 20px;
    display: flex;
    align-items: flex-start;
    transition: transform 0.3s ease;
}.connect_with_uskS30X5V .support_paneldWTrOjh li:hover {
    transform: translateX(5px);
}.connect_with_uskS30X5V .support_paneldWTrOjh svg {
    flex-shrink: 0;
    margin-right: 15px;
    width: 22px;
    margin-top: 3px;
    height: 22px;
}.connect_with_uskS30X5V .support_paneldWTrOjh svg path {
    fill: #ffffff;
}.connect_with_uskS30X5V .support_paneldWTrOjh span {
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.connect_with_uskS30X5V .support_paneldWTrOjh a {
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
}.connect_with_uskS30X5V .support_paneldWTrOjh a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

@media (max-width: 992px) {.connect_with_uskS30X5V {
    padding: 80px 0;
}.connect_with_uskS30X5V .img_resize2BSldJO {
    display: none;
}.connect_with_uskS30X5V .feedback_inquirygpQejVu {
    float: none;
    max-width: 650px;
    margin: 0 auto;
    width: 100%;
}
}

@media (max-width: 768px) {.connect_with_uskS30X5V {
    padding: 60px 0;
}.connect_with_uskS30X5V h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 40px;
}.connect_with_uskS30X5V .connect_boxP4nW9Kq,
    .connect_with_uskS30X5V .inquiry_blockko8LPnd {
    padding: 30px;
}.connect_with_uskS30X5V form h3,
    .connect_with_uskS30X5V .inquiry_blockko8LPnd h4 {
    font-size: calc(22px * 0.9);
    margin-bottom: 20px;
}
}

@media (max-width: 576px) {.connect_with_uskS30X5V {
    padding: 40px 0;
}.connect_with_uskS30X5V h3 {
    margin-bottom: 30px;
    font-size: calc(31px * 0.8);
}.connect_with_uskS30X5V .connect_boxP4nW9Kq,
    .connect_with_uskS30X5V .inquiry_blockko8LPnd {
    padding: 25px 20px;
}.connect_with_uskS30X5V input[type="text"],
    .connect_with_uskS30X5V textarea {
    margin-bottom: 15px;
    padding: 12px;
}.connect_with_uskS30X5V textarea {
    height: 110px;
}.connect_with_uskS30X5V .request_gridOVxngC7 {
    width: 100%;
}}.cookiePolicyContainer9vRsZaB {
    width: 100%;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    bottom: 0;
    padding: 15px 20px;
    z-index: 1050;
    background: #ffffff;
    border-top: 3px solid rgb(139,149,150);
    position: fixed;
}.cookie_overlaycWdJsiz {
    justify-content: space-between;
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}.track_alerthf4nLGr {
    flex-shrink: 0;
    margin-right: 15px;
}.track_alerthf4nLGr svg {
    fill: rgb(139,149,150);
    width: 50px;
    transition: fill 0.3s ease-in-out;
    height: 50px;
}.cookies_overviewLbYFprt {
    flex-grow: 1;
    margin-right: 15px;
}.cookies_overviewLbYFprt h5 {
    color: rgb(139,149,150);
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 5px;
}.cookies_overviewLbYFprt p {
    color: #000000;
    font-size: 17px;
    margin-bottom: 0;
}.data_guardVSK7fFx {
    margin-left: 10px;
    white-space: nowrap;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    border: 1px solid transparent;
    line-height: 1.5;
    user-select: none;
    text-decoration: none;
    border-radius: 10px;
    vertical-align: middle;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
}.cookie_button.data_controlzVvp4Ry {
    border-color: rgb(139,149,150);
    color: #ffffff;
    background-color: rgb(139,149,150);
}#cookie_popup_boardPDN8Fgi {
    display: none;
}#cookie_popup_boardPDN8Fgi:checked ~ .cookiePolicyContainer9vRsZaB {
    visibility: hidden;
    opacity: 0;
}.cookie_button.data_controlzVvp4Ry:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.5);
}.cookie_button.track_eduonmUf7G {
    background-color: rgb(103,112,111);
    color: #000000;
    border-color: rgb(103,112,111);
}.cookie_button.track_eduonmUf7G:hover {
    color: #ffffff;
    border-color: rgb(139,149,150);
    background-color: rgb(139,149,150);
}.cookiePolicyContainer9vRsZaB p a {
    color: rgb(139,149,150);
    text-decoration: underline;
}.cookiePolicyContainer9vRsZaB p a:hover {
    color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1200px) {.cookies_overviewLbYFprt h5 {
    font-size: calc(21px - 2px);
}.cookies_overviewLbYFprt p {
    font-size: calc(17px - 2px);
}.data_guardVSK7fFx {
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.cookie_overlaycWdJsiz {
    flex-direction: column;
    align-items: center;
}.track_alerthf4nLGr {
    margin-bottom: 10px;
}.cookies_overviewLbYFprt {
    text-align: center;
    margin-bottom: 15px;
}.data_guardVSK7fFx {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.course_program_infojNFCWlD {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    background-color: rgb(176,186,187);
}.course_program_infojNFCWlD .training_track8uH5UqS {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
}.course_program_infojNFCWlD .job_successtNHUrfI {
    height: 100%;
    width: 500%;
    display: flex;
    animation: slide-show 35s ease-in-out infinite;
}.course_program_infojNFCWlD .training_track8uH5UqS:hover .job_successtNHUrfI {
    animation-play-state: paused;
}.course_program_infojNFCWlD .skill_route4yxOFE1 {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 20%;
}.course_program_infojNFCWlD .skill_route4yxOFE1 img {
    width: 100%;
    filter: brightness(0.8) saturate(1.3);
    height: 100%;
    object-fit: cover;
    animation: zoom-flow 20s ease-in-out infinite alternate;
    transform-origin: center;
}.course_program_infojNFCWlD .skill_route4yxOFE1::before {
    inset: 0;
    z-index: 2;
    opacity: 0.7;
    background: 
        linear-gradient(0deg, 
            rgb(139,149,150,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(103,112,111,0.5) 100%),
        linear-gradient(90deg, 
            rgb(139,149,150,0.5) 0%, 
            transparent 40%, 
            transparent 60%, 
            rgb(103,112,111,0.5) 100%);
    content: '';
    position: absolute;
}.course_program_infojNFCWlD .skill_route4yxOFE1::after {
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(139,149,150,0.5) 0px,
            rgb(139,149,150,0.5) 2px,
            transparent 2px,
            transparent 6px
        );
    z-index: 3;
    inset: 0;
    mix-blend-mode: overlay;
    position: absolute;
    content: '';
    animation: slide-pattern 15s linear infinite;
    opacity: 0.3;
}.course_program_infojNFCWlD .container {
    margin: 0 auto;
    position: relative;
    z-index: 4;
    width: 90%;
    max-width: 1200px;
}.course_program_infojNFCWlD .fast_learn5a6lJnP {
    width: 100%;
    margin-left: 0;
    padding: 0.5rem;
    position: relative;
    background: linear-gradient(
        135deg,
        rgb(139,149,150,0.5) 0%,
        rgb(103,112,111,0.5) 100%
    );
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    border-radius: 28px;
    backdrop-filter: blur(8px);
}.course_program_infojNFCWlD .class_pathFOnlLb4 {
    padding: 3rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgb(176,186,187);
    position: relative;
    border-radius: 10px;
}.course_program_infojNFCWlD .class_pathFOnlLb4::before {
    content: '';
    background: 
        radial-gradient(
            circle at 30% 40%,
            rgb(139,149,150,0.5) 0%,
            transparent 70%
        ),
        radial-gradient(
            circle at 70% 60%,
            rgb(103,112,111,0.5) 0%,
            transparent 70%
        );
    opacity: 0.15;
    inset: 0;
    z-index: -1;
    position: absolute;
}.course_program_infojNFCWlD .class_pathFOnlLb4 h3 {
    color: rgb(139,149,150);
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    font-size: 35px;
    position: relative;
}.course_program_infojNFCWlD .class_pathFOnlLb4 h3::after {
    height: 3px;
    border-radius: 10px;
    transition: width 0.3s ease, transform 0.3s ease;
    width: 60px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: linear-gradient(to right, 
        rgb(139,149,150), 
        rgb(103,112,111));
    content: '';
}.course_program_infojNFCWlD .class_pathFOnlLb4:hover h3::after {
    width: 100%;
    transform: translateY(-3px);
}.course_program_infojNFCWlD .class_pathFOnlLb4 p {
    line-height: 1.7;
    font-size: 15px;
    color: #000000;
    margin-bottom: 2rem;
}.course_program_infojNFCWlD .class_pathFOnlLb4 .request_gridOVxngC7 {
    letter-spacing: 1px;
    overflow: hidden;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(to right, 
        rgb(139,149,150), 
        rgb(103,112,111));
    text-transform: uppercase;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(139,149,150,0.5);
    font-size: 17px;
    position: relative;
    padding: 0.9rem 1.8rem;
    color: #ffffff;
}.course_program_infojNFCWlD .class_pathFOnlLb4 .request_gridOVxngC7::before {
    left: 0;
    background: linear-gradient(to right, 
        rgb(103,112,111), 
        rgb(139,149,150));
    opacity: 0;
    height: 100%;
    content: '';
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    transition: opacity 0.4s ease;
}.course_program_infojNFCWlD .class_pathFOnlLb4 .request_gridOVxngC7:hover {
    box-shadow: 0 8px 20px rgb(103,112,111,0.5);
    transform: translateY(-3px);
}.course_program_infojNFCWlD .class_pathFOnlLb4 .request_gridOVxngC7:hover::before {
    opacity: 1;
}

@keyframes slide-show {
    0%, 15% {
        transform: translateX(0);
    }
    20%, 35% {
        transform: translateX(-20%);
    }
    40%, 55% {
        transform: translateX(-40%);
    }
    60%, 75% {
        transform: translateX(-60%);
    }
    80%, 95% {
        transform: translateX(-80%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes zoom-flow {
    0%, 100% {
        transform: scale(1.1);
    }
    50% {
        transform: scale(1.2);
    }
}

@keyframes slide-pattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (min-width: 992px) and (max-width: 1400px) {.course_program_infojNFCWlD .class_pathFOnlLb4 {
    padding: 2.5rem;
}.course_program_infojNFCWlD .fast_learn5a6lJnP {
    max-width: 550px;
}
}

@media (min-width: 1400px) {.course_program_infojNFCWlD .fast_learn5a6lJnP {
    max-width: 650px;
}.course_program_infojNFCWlD .container {
    max-width: 1320px;
}
}

@media (max-width: 991px) {.course_program_infojNFCWlD {
    flex-direction: column;
    min-height: auto;
    padding: 0;
}.course_program_infojNFCWlD .training_track8uH5UqS {
    height: 350px;
    position: relative;
}.course_program_infojNFCWlD .container {
    padding: 3rem 1.5rem;
    width: 100%;
}.course_program_infojNFCWlD .fast_learn5a6lJnP {
    max-width: 100%;
    margin: 0 auto;
}.course_program_infojNFCWlD .class_pathFOnlLb4 {
    padding: 2rem;
}
}

@media (max-width: 767px) {.course_program_infojNFCWlD .training_track8uH5UqS {
    height: 300px;
}.course_program_infojNFCWlD .job_successtNHUrfI {
    animation-duration: 25s;
}.course_program_infojNFCWlD .container {
    padding: 2.5rem 1rem;
}.course_program_infojNFCWlD .class_pathFOnlLb4 {
    padding: 1.8rem;
}.course_program_infojNFCWlD .class_pathFOnlLb4 h3 {
    font-size: calc(35px * 0.9);
}.course_program_infojNFCWlD .class_pathFOnlLb4 p {
    margin-bottom: 1.5rem;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 480px) {.course_program_infojNFCWlD .training_track8uH5UqS {
    height: 250px;
}.course_program_infojNFCWlD .job_successtNHUrfI {
    animation-duration: 20s;
}.course_program_infojNFCWlD .container {
    padding: 2rem 0.8rem;
}.course_program_infojNFCWlD .class_pathFOnlLb4 {
    padding: 1.5rem;
}.course_program_infojNFCWlD .class_pathFOnlLb4 h3 {
    font-size: calc(35px * 0.8);
    margin-bottom: 1rem;
}.course_program_infojNFCWlD .class_pathFOnlLb4 p {
    font-size: calc(15px * 0.85);
    margin-bottom: 1.2rem;
    line-height: 1.5;
}.course_program_infojNFCWlD .class_pathFOnlLb4 .request_gridOVxngC7 {
    padding: 0.8rem 1.5rem;
    text-align: center;
    width: 100%;
}
}

@media (prefers-reduced-motion) {.course_program_infojNFCWlD .job_successtNHUrfI,
    .course_program_infojNFCWlD .skill_route4yxOFE1 img,
    .course_program_infojNFCWlD .skill_route4yxOFE1::after {
    animation: none;
}}.pricing_optionkM19hSl {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.pricing_optionkM19hSl::before {
    right: 0;
    top: 0;
    z-index: 1;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
}.pricing_optionkM19hSl .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    z-index: 2;
}.payment_schemeZcU4Rey {
    position: relative;
}.pricing_optionkM19hSl h2 {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    margin-bottom: 25px;
    opacity: 1;
    letter-spacing: 0.5px;
    position: relative;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    transform: translateY(0);
    color: #ffffff;
}.pricing_optionkM19hSl h2::after {
    content: "";
    transform: scaleX(1);
    width: 80px;
    display: block;
    background: linear-gradient(90deg, rgb(103,112,111), rgb(139,149,150));
    transition: transform 0.4s ease;
    height: 3px;
    margin: 20px auto 0;
}.pricing_optionkM19hSl:hover h2::after {
    transform: scaleX(1.2);
}.pricing_optionkM19hSl .monthly_planFhyApzg {
    opacity: 0.9;
    line-height: 1.6;
    max-width: 800px;
    color: #ffffff;
    text-align: center;
    font-size: calc(13px + 2px);
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
    margin: 0 auto 60px;
}.pricing_optionkM19hSl .fee_pricingBEiMV4U {
    gap: 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    list-style: none;
    margin: 0;
}.pricing_optionkM19hSl .fee_pricingBEiMV4U li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.pricing_optionkM19hSl .fee_pricingBEiMV4U li:hover {
    z-index: 10;
    transform: translateY(-10px);
}.pricing_optionkM19hSl .payment_deals3RGvZs1 {
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    border: 1px solid rgba(255,255,255,0.1);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    position: relative;
    height: 100%;
    overflow: hidden;
    display: block;
}.pricing_optionkM19hSl .payment_deals3RGvZs1::before {
    content: "";
    width: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(230deg, rgb(103,112,111,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    height: 100%;
    left: 0;
}.pricing_optionkM19hSl .payment_deals3RGvZs1:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.pricing_optionkM19hSl .payment_deals3RGvZs1:hover::before {
    opacity: 0.2;
}.pricing_optionkM19hSl .discount_pricew1IZGmu {
    padding: 40px 30px;
    z-index: 2;
    position: relative;
}.pricing_optionkM19hSl .bundle_ratemor8u3C {
    flex-direction: column;
    height: 100%;
    display: flex;
}.pricing_optionkM19hSl .bundle_ratemor8u3C h4 {
    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    color: #ffffff;
    font-size: calc(21px + 2px);
}.pricing_optionkM19hSl .bundle_ratemor8u3C h4::after {
    bottom: 0;
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    background: rgb(139,149,150);
    width: 40px;
    transition: width 0.4s ease;
}.pricing_optionkM19hSl .payment_deals3RGvZs1:hover .bundle_ratemor8u3C h4::after {
    width: 60px;
}.pricing_optionkM19hSl .bundle_ratemor8u3C p {
    position: relative;
    line-height: 1.6;
    transition: color 0.3s ease;
    font-size: 13px;
    color: rgba(255,255,255,0.85);
    flex-grow: 1;
    margin-bottom: 30px;
}.pricing_optionkM19hSl .payment_deals3RGvZs1:hover .bundle_ratemor8u3C p {
    color: #ffffff;
}.pricing_optionkM19hSl .learning_packagesK7QwM2x {
    position: relative;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(103,112,111) 0%, rgb(139,149,150) 100%);
    transition: transform 0.3s ease;
    font-size: calc(21px + 4px);
    background-clip: text !important;
    font-weight: 700;
    padding: 10px 0;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    margin-top: auto;
    display: inline-block;
}.pricing_optionkM19hSl .learning_packagesK7QwM2x::before {
    height: 1px;
    left: 0;
    background: linear-gradient(90deg, rgb(103,112,111) 0%, transparent 100%);
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0;
}.pricing_optionkM19hSl .payment_deals3RGvZs1:hover .learning_packagesK7QwM2x {
    transform: scale(1.05);
}

@media (max-width: 992px) {.pricing_optionkM19hSl {
    padding: 90px 0;
}.pricing_optionkM19hSl .fee_pricingBEiMV4U {
    grid-template-columns: repeat(2, 1fr);
}.pricing_optionkM19hSl .discount_pricew1IZGmu {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.pricing_optionkM19hSl {
    padding: 70px 0;
}.pricing_optionkM19hSl h2 {
    font-size: calc(32px - 4px);
}.pricing_optionkM19hSl .monthly_planFhyApzg {
    font-size: 13px;
    margin-bottom: 40px;
}.pricing_optionkM19hSl .fee_pricingBEiMV4U {
    grid-template-columns: 1fr;
    gap: 20px;
}.pricing_optionkM19hSl .discount_pricew1IZGmu {
    padding: 25px 20px;
}.pricing_optionkM19hSl .learning_packagesK7QwM2x {
    font-size: calc(21px + 2px);
}
}

@media (max-width: 480px) {.pricing_optionkM19hSl {
    padding: 60px 0;
}.pricing_optionkM19hSl h2 {
    font-size: calc(32px - 6px);
}.pricing_optionkM19hSl .bundle_ratemor8u3C h4 {
    font-size: 21px;
}.pricing_optionkM19hSl .bundle_ratemor8u3C p {
    font-size: calc(13px - 1px);
}}.teaching_historyYrUQgcj {
    padding: 6rem 0;
    background-color: rgb(176,186,187);
    position: relative;
    overflow: hidden;
}.teaching_historyYrUQgcj::before {
    bottom: 0;
    content: "";
    right: 0;
    background: 
        linear-gradient(135deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(225deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(315deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0,
        linear-gradient(45deg, rgba(255,255,255,0.05) 25%, transparent 25%) 0 0;
    left: 0;
    z-index: 1;
    position: absolute;
    background-size: 30px 30px;
    top: 0;
    opacity: 0.6;
}.teaching_historyYrUQgcj .container {
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ {
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.5),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    gap: 2rem;
    display: grid;
    background: linear-gradient(145deg, #ffffff, rgb(176,186,187));
    border-radius: 16px;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3rem;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ:hover {
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.12),
        -25px -25px 70px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(255, 255, 255, 0.5),
        inset -5px -5px 10px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-10px);
}.teaching_historyYrUQgcj .img_resize2BSldJO {
    transform: translateZ(30px);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    margin: 0 auto;
    border-radius: 16px;
    width: 150px;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.15),
        -8px -8px 16px rgba(255, 255, 255, 0.7),
        inset 2px 2px 4px rgba(255, 255, 255, 0.25),
        inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    height: 150px;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ:hover .img_resize2BSldJO {
    transform: translateZ(50px) scale(1.05);
}.teaching_historyYrUQgcj .name {
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
    transform: translateZ(20px);
    font-size: calc(20px * 1.1);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    text-align: center;
    color: rgb(139,149,150);
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ:hover .name {
    transform: translateZ(30px);
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ div:nth-child(2) div {
    margin-bottom: 1rem;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.05s;
    font-size: calc(12px * 0.95);
    color: rgb(103,112,111);
    transform: translateZ(15px);
    font-weight: 600;
    text-align: center;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ:hover div:nth-child(2) div {
    transform: translateZ(25px);
}.teaching_historyYrUQgcj .career_projects7zx3B2a {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) 0.1s;
    color: #000000;
    border-radius: 12px;
    transform: translateZ(10px);
    line-height: 1.7;
    font-size: 12px;
    background: linear-gradient(145deg, rgba(255,255,255,0.65), rgba(255,255,255,0.35));
    backdrop-filter: blur(5px);
    padding: 2rem;
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.08),
        -6px -6px 12px rgba(255, 255, 255, 0.5),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
    position: relative;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ:hover .career_projects7zx3B2a {
    transform: translateZ(20px);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.1),
        -8px -8px 16px rgba(255, 255, 255, 0.6),
        inset 1px 1px 2px rgba(255, 255, 255, 0.3),
        inset -1px -1px 2px rgba(0, 0, 0, 0.05);
}.teaching_historyYrUQgcj .career_projects7zx3B2a::before {
    content: "";
    font-family: serif;
    line-height: 1;
    font-size: 5rem;
    top: -1.5rem;
    opacity: 0.3;
    position: absolute;
    left: 1rem;
    color: rgb(139,149,150,0.5);
    transition: all 0.4s ease;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ:hover .career_projects7zx3B2a::before {
    transform: scale(1.1) translateY(-5px);
    opacity: 0.5;
}

@media (min-width: 768px) {.teaching_historyYrUQgcj {
    padding: 8rem 0;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ {
    padding: 4rem;
    gap: 3rem;
    grid-template-columns: auto 1fr 2fr;
    align-items: center;
}.teaching_historyYrUQgcj .img_resize2BSldJO {
    height: 180px;
    margin: 0;
    width: 180px;
}.teaching_historyYrUQgcj .name {
    text-align: left;
    font-size: calc(20px * 1.2);
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ div:nth-child(2) div {
    font-size: 12px;
    text-align: left;
}.teaching_historyYrUQgcj .career_projects7zx3B2a {
    font-size: calc(12px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.teaching_historyYrUQgcj {
    padding: 10rem 0;
}.teaching_historyYrUQgcj .container {
    padding: 0 3rem;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ {
    padding: 5rem;
    gap: 4rem;
}.teaching_historyYrUQgcj .img_resize2BSldJO {
    width: 220px;
    height: 220px;
}.teaching_historyYrUQgcj .name {
    font-size: calc(20px * 1.3);
    margin-bottom: 0.75rem;
}.teaching_historyYrUQgcj .feedback_viewscBAHuFZ div:nth-child(2) div {
    margin-bottom: 1.5rem;
    font-size: calc(12px * 1.05);
}.teaching_historyYrUQgcj .career_projects7zx3B2a {
    padding: 2.5rem;
    font-size: calc(12px * 1.1);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.teaching_historyYrUQgcj .feedback_viewscBAHuFZ {
    padding: 2.5rem 1.5rem;
}.teaching_historyYrUQgcj .img_resize2BSldJO {
    height: 120px;
    width: 120px;
}.teaching_historyYrUQgcj .name {
    margin-top: 1rem;
}.teaching_historyYrUQgcj .career_projects7zx3B2a {
    padding: 1.5rem;
}}.course_benefitsk4D8Is0 {
    padding: 4rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(176,186,187) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}.course_benefitsk4D8Is0::before {
    width: 100%;
    z-index: 0;
    left: 0;
    background-image: 
    radial-gradient(circle at 20% 30%, rgb(139,149,150,0.5) 0%, transparent 70%),
    radial-gradient(circle at 80% 70%, rgb(103,112,111,0.5) 0%, transparent 60%);
    position: absolute;
    height: 100%;
    top: 0;
    content: "";
}.course_benefitsk4D8Is0 .container {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    display: grid;
    padding: 0 1.5rem;
    position: relative;
    gap: 2.5rem;
    z-index: 1;
}.course_benefitsk4D8Is0 .img_resize2BSldJO {
    transform: perspective(1000px) rotateY(-2deg);
    width: 100%;
    height: auto;
    clip-path: polygon(0 0, 100% 4%, 96% 100%, 4% 96%);
    object-fit: cover;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}.course_benefitsk4D8Is0 .img_resize2BSldJO:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_benefitsk4D8Is0 .fast_learn5a6lJnP {
    justify-content: center;
    display: flex;
    flex-direction: column;
}.course_benefitsk4D8Is0 .text_post1eU7lS2 {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    background: linear-gradient(135deg, #ffffff 0%,#ffffff 100%);
    position: relative;
    padding: 1.5rem;
    transform: translateX(0) translateY(0);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.course_benefitsk4D8Is0 .text_post1eU7lS2::before {
    content: "";
    top: 0;
    height: 0;
    position: absolute;
    width: 4px;
    transition: height 0.5s ease;
    background: rgb(139,149,150);
    left: 0;
}.course_benefitsk4D8Is0 .text_post1eU7lS2:hover::before {
    height: 100%;
}.course_benefitsk4D8Is0 h1 {
    letter-spacing: -0.01em;
    margin-bottom: 1.75rem;
    transform: translateZ(0);
    font-weight: 700;
    font-size: calc(37px * 1.1);
    line-height: 1.3;
    color: #000000;
    position: relative;
}.course_benefitsk4D8Is0 h1::after {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    height: 3px;
    bottom: -0.75rem;
    position: absolute;
    transform: scaleX(0.6);
    left: 0;
    transform-origin: left;
    width: 70px;
    background: rgb(103,112,111);
}.course_benefitsk4D8Is0 .text_post1eU7lS2:hover h1::after {
    transform: scaleX(1);
}.course_benefitsk4D8Is0 ul {
    gap: 1.2rem;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    margin: 1.5rem 0 0;
    list-style: none;
}.course_benefitsk4D8Is0 li {
    transition: transform 0.4s ease;
    padding-left: 2.5rem;
    position: relative;
}.course_benefitsk4D8Is0 li:hover {
    transform: translateX(8px);
}.course_benefitsk4D8Is0 li p {
    font-weight: 400;
    margin: 0;
    font-size: 14px;
    color: #000000;
    align-items: center;
    line-height: 1.6;
    display: flex;
}.course_benefitsk4D8Is0 svg {
    width: 24px;
    top: 0;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: scale(0.9);
    position: absolute;
    height: 24px;
    left: 0;
}.course_benefitsk4D8Is0 li:hover svg {
    transform: scale(1.1);
}.course_benefitsk4D8Is0 svg path {
    transition: fill 0.3s ease;
    fill: rgb(103,112,111);
}.course_benefitsk4D8Is0 li:hover svg path {
    fill: rgb(139,149,150);
}.course_benefitsk4D8Is0 li:nth-child(odd) {
    transform: translateX(0);
}.course_benefitsk4D8Is0 li:nth-child(even) {
    transform: translateX(0);
}.course_benefitsk4D8Is0 li:nth-child(odd):hover {
    transform: translateX(8px);
}.course_benefitsk4D8Is0 li:nth-child(even):hover {
    transform: translateX(8px);
}

@media (min-width: 768px) {.course_benefitsk4D8Is0 {
    padding: 6rem 0;
}.course_benefitsk4D8Is0 .container {
    gap: 3rem;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.course_benefitsk4D8Is0 h1 {
    margin-bottom: 2rem;
    font-size: 44px;
}.course_benefitsk4D8Is0 ul {
    gap: 1.5rem 2rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.course_benefitsk4D8Is0 .text_post1eU7lS2 {
    transform: translateX(-20px);
    padding: 2.5rem;
}.course_benefitsk4D8Is0 .text_post1eU7lS2:hover {
    transform: translateX(0);
}.course_benefitsk4D8Is0 .img_resize2BSldJO {
    height: 100%;
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_benefitsk4D8Is0 .container {
    gap: 4rem;
}.course_benefitsk4D8Is0 .img_resize2BSldJO {
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 5% 95%);
}.course_benefitsk4D8Is0 h1 {
    font-size: calc(44px * 1.05);
}.course_benefitsk4D8Is0 li {
    padding-left: 3rem;
}.course_benefitsk4D8Is0 svg {
    transform: scale(1);
}
}

@media (max-width: 767px) {.course_benefitsk4D8Is0 {
    padding: 3rem 0;
}.course_benefitsk4D8Is0 .container {
    gap: 2rem;
}.course_benefitsk4D8Is0 h1 {
    margin-bottom: 1.5rem;
    font-size: calc(37px * 0.9);
}.course_benefitsk4D8Is0 li {
    margin-bottom: 1rem;
}.course_benefitsk4D8Is0 .img_resize2BSldJO {
    clip-path: polygon(0 0, 100% 3%, 97% 100%, 3% 97%);
    max-height: 300px;
}.course_benefitsk4D8Is0 ul {
    gap: 1rem;
}
}

@media (max-width: 480px) {.course_benefitsk4D8Is0 h1 {
    font-size: 37px;
}.course_benefitsk4D8Is0 .text_post1eU7lS2 {
    padding: 1.25rem;
}.course_benefitsk4D8Is0 li p {
    font-size: calc(14px * 0.95);
}.course_benefitsk4D8Is0 .img_resize2BSldJO {
    max-height: 250px;
}}header {
    z-index: 100;
    position: relative;
    background: rgb(176,186,187);
    padding: 1.2rem 0;
}header::before {
    background: linear-gradient(135deg, 
        rgb(139,149,150,0.5) 0%, 
        transparent 50%, 
        rgb(103,112,111,0.5) 100%);
    opacity: 0.5;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
    margin: 0 auto;
    z-index: 1;
}header .header_navHxcnB8K {
    align-items: center;
    display: flex;
    border-radius: 17px;
    background: #ffffff;
    padding: 1rem;
    gap: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    flex-direction: column;
}header .page_navKS2Xsiy {
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
    text-decoration: none;
    justify-content: center;
    display: flex;
    position: relative;
}header .page_navKS2Xsiy::before {
    height: 1px;
    background: linear-gradient(to right, 
        transparent, 
        rgb(139,149,150,0.5), 
        rgb(103,112,111,0.5), 
        rgb(139,149,150,0.5), 
        transparent);
    bottom: 0;
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
}header .page_navKS2Xsiy svg {
    width: 160px;
    transition: all 0.3s ease;
    height: auto;
}header .page_navKS2Xsiy:hover svg {
    transform: translateY(-2px);
    filter: drop-shadow(0 2px 4px rgb(139,149,150,0.5));
}header .header_pagel4frRW5 {
    border-radius: 10px;
    justify-content: center;
    padding: 0.6rem;
    width: 100%;
    display: flex;
    background: rgb(176,186,187);
    flex-wrap: wrap;
    gap: 0.4rem;
}header .main_prowGKQyBn {
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    font-weight: 400;
    border-radius: 10px;
    color: #000000;
    text-decoration: none;
    padding: 0.5rem 1rem;
    overflow: hidden;
    z-index: 1;
    font-size: 14px;
}header .main_prowGKQyBn::before {
    top: 0;
    transition: opacity 0.3s ease;
    position: absolute;
    width: 100%;
    opacity: 0;
    content: '';
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, rgb(139,149,150), rgb(103,112,111));
    z-index: -1;
}header .main_prowGKQyBn:hover {
    color: #ffffff;
}header .main_prowGKQyBn:hover::before {
    opacity: 1;
}header .main_prowGKQyBn::after {
    background: linear-gradient(to right, rgb(139,149,150), rgb(103,112,111));
    transform: scaleX(0);
    left: 0;
    position: absolute;
    bottom: 0;
    transition: transform 0.3s ease;
    width: 100%;
    transform-origin: left;
    content: '';
    height: 2px;
}header .main_prowGKQyBn:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header_navHxcnB8K {
    gap: 0.8rem;
    padding: 0.8rem;
}header .page_navKS2Xsiy svg {
    width: 140px;
}header .header_pagel4frRW5 {
    padding: 0.5rem;
}header .main_prowGKQyBn {
    font-size: calc(14px - 1px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .header_navHxcnB8K {
    padding: 0.7rem;
    gap: 0.7rem;
}header .page_navKS2Xsiy svg {
    width: 120px;
}header .header_pagel4frRW5 {
    padding: 0.4rem;
    gap: 0.3rem;
}header .main_prowGKQyBn {
    font-size: calc(14px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .header_navHxcnB8K {
    padding: 0.6rem;
    gap: 0.6rem;
}header .page_navKS2Xsiy svg {
    width: 110px;
}header .header_pagel4frRW5 {
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem;
}header .header_pagel4frRW5::-webkit-scrollbar {
    height: 2px;
}header .header_pagel4frRW5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(139,149,150);
}header .main_prowGKQyBn {
    flex-shrink: 0;
    white-space: nowrap;
}}footer {
    position: relative;
    width: 100%;
}footer .edu_globalRZYVlEF {
    color: #ffffff;
    background-color: rgb(103,112,111);
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .edu_globalRZYVlEF::before {
    height: 100px;
    left: 0;
    right: 0;
    content: "";
    clip-path: polygon(0 50%, 100% 50%, 100% 100%, 0 100%);
    top: -50px;
    background-color: rgb(103,112,111);
    z-index: 0;
    position: absolute;
    transform: skewY(-3deg);
}footer .student_aidja7o5sU {
    z-index: 1;
    position: relative;
}footer .course_askMPSvc5z {
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
    display: flex;
    gap: 15px;
}footer .info_item {
    position: relative;
    max-width: 300px;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 25px;
    background-color: rgb(103,112,111,0.5);
    border-radius: 0 5px 5px 0;
    flex: 1 1 200px;
    overflow: hidden;
}footer .info_item::before {
    position: absolute;
    content: "";
    left: 0;
    width: 5px;
    height: 100%;
    background-color: rgb(139,149,150);
    top: 0;
}footer .info_item::after {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: -1;
    left: 0;
    top: 0;
    content: "";
}footer .info_item:nth-child(even) {
    background-color: rgb(139,149,150,0.5);
}footer .info_item:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateX(5px);
}footer .info_item svg {
    top: -1px;
    position: relative;
    margin-right: 12px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: rgb(139,149,150);
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    transition: color 0.3s ease;
    vertical-align: middle;
    font-size: 14px;
    display: inline-block;
    color: #ffffff;
}footer .info_item a:hover {
    color: rgb(139,149,150);
}footer .text_main_holder {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}footer .top_barlNIXLgr {
    background-color: rgb(103,112,111,0.5);
    padding: 30px;
    border-radius: 10px;
    position: relative;
}footer .top_barlNIXLgr::before {
    position: absolute;
    top: 15px;
    pointer-events: none;
    bottom: 15px;
    left: 15px;
    right: 15px;
    content: "";
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: calc(10px - 8px);
}footer .top_barlNIXLgr svg {
    display: block;
    width: auto;
    height: 45px;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .partner_logoK50b4ik {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .header_pagel4frRW5 {
    position: relative;
}footer .header_pagel4frRW5 h5 {
    position: relative;
    margin-bottom: 25px;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
}footer .header_pagel4frRW5 h5::before {
    width: 3px;
    top: 0;
    background-color: rgb(139,149,150);
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
}footer .head_train30HYjW1 {
    margin-bottom: 25px;
    position: relative;
}footer .head_train30HYjW1 a {
    padding: 10px 15px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 10px 10px 0;
    display: inline-block;
    background-color: rgb(103,112,111,0.5);
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 14px;
    border-radius: 0 5px 5px 0;
    position: relative;
}footer .head_train30HYjW1 a::before {
    width: 3px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgb(139,149,150);
    transition: width 0.3s ease;
}footer .head_train30HYjW1 a:hover {
    transform: translateX(5px);
    background-color: rgb(139,149,150,0.5);
    color: #ffffff;
}footer .head_train30HYjW1 a:hover::before {
    width: 5px;
}footer .subscribe_holder {
    position: relative;
    border-radius: 10px;
    background-color: rgb(103,112,111,0.5);
    padding: 30px;
}footer .subscribe_holder::before {
    pointer-events: none;
    bottom: 15px;
    border-radius: calc(10px - 8px);
    position: absolute;
    left: 15px;
    right: 15px;
    content: "";
    top: 15px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
}footer .subscribe_holder h5 {
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 600;
    padding-left: 15px;
    font-size: 20px;
    position: relative;
}footer .subscribe_holder h5::before {
    left: 0;
    width: 3px;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background-color: rgb(139,149,150);
}footer .subscribe_holder p {
    font-size: 14px;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 14px;
    padding: 14px 16px;
    color: #ffffff;
}footer .input_holder input[type="email"]:focus {
    border-color: rgb(139,149,150);
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_blockPHuZ3E2 {
    padding: 14px 20px;
    border: none;
    font-size: 16px;
    border-radius: 10px;
    background-color: rgb(139,149,150);
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}footer .sub_blockPHuZ3E2::after {
    left: -100%;
    transform: rotate(30deg);
    width: 200%;
    position: absolute;
    height: 200%;
    content: "";
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s ease;
    top: -50%;
}footer .sub_blockPHuZ3E2:hover {
    background-color: rgb(103,112,111);
}footer .sub_blockPHuZ3E2:hover::after {
    left: 100%;
}footer .online_tools8peNacr {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .online_tools8peNacr::before {
    top: -25px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 1px;
    width: 50px;
}footer .fellow_progBt3Vo7M {
    display: inline-block;
    font-size: 13px;
    position: relative;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_blockPHuZ3E2 {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .edu_globalRZYVlEF {
    padding: 60px 0 30px;
}footer .course_askMPSvc5z {
    margin-bottom: 40px;
}footer .top_barlNIXLgr, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_train30HYjW1 a {
    padding: 8px 12px;
    margin: 0 5px 8px 0;
}footer .online_tools8peNacr {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .edu_globalRZYVlEF {
    padding: 50px 0 20px;
}footer .header_pagel4frRW5 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(20px - 2px);
}footer .top_barlNIXLgr::before, footer .subscribe_holder::before {
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;
}footer .input_holder input[type="email"],
    footer .sub_blockPHuZ3E2 {
    padding: 12px;
}}.future_learnersgzbfpZF {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background-color: #edf0f8;
}.future_learnersgzbfpZF::before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        ),
        repeating-linear-gradient(
            90deg,
            transparent,
            transparent 10px,
            rgba(228, 232, 243, 0.8) 10px,
            rgba(228, 232, 243, 0.8) 11px
        );
    opacity: 0.4;
    z-index: 1;
    width: 100%;
}.future_learnersgzbfpZF .fast_learn5a6lJnP {
    max-width: 1200px;
    text-align: center;
    padding: 0 30px;
    margin: 0 auto;
    z-index: 10;
    position: relative;
}.future_learnersgzbfpZF h3 {
    padding: 20px 40px;
    color: #000000;
    position: relative;
    margin-bottom: 60px;
    background-color: #edf0f8;
    border-radius: 15px;
    font-size: 35px;
    display: inline-block;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.7),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
    font-weight: 700;
}.future_learnersgzbfpZF h3::after {
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 60px;
    background: linear-gradient(90deg, rgb(139,149,150), rgb(103,112,111));
    border-radius: 10px;
    content: '';
    bottom: -15px;
}.future_learnersgzbfpZF ul {
    padding: 0;
    list-style: none;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 35px;
}.future_learnersgzbfpZF ul li {
    text-align: left;
    align-items: flex-start;
    background-color: #edf0f8;
    position: relative;
    width: calc(33.333% - 24px);
    min-width: 280px;
    gap: 20px;
    transition: all 0.4s ease;
    padding: 35px 30px;
    display: flex;
    border-radius: 20px;
    box-shadow: 
        10px 10px 20px rgba(166, 180, 208, 0.5),
        -10px -10px 20px rgba(255, 255, 255, 0.8);
}.future_learnersgzbfpZF ul li:hover {
    box-shadow: 
        inset 5px 5px 10px rgba(166, 180, 208, 0.4),
        inset -5px -5px 10px rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
}.future_learnersgzbfpZF ul li::before {
    background: linear-gradient(135deg, rgb(139,149,150), rgb(103,112,111));
    transition: opacity 0.3s ease;
    right: 15px;
    height: 12px;
    position: absolute;
    opacity: 0.5;
    top: 15px;
    content: '';
    width: 12px;
    border-radius: 50%;
}.future_learnersgzbfpZF ul li:hover::before {
    opacity: 1;
}.future_learnersgzbfpZF ul li svg {
    transition: all 0.4s ease;
    flex-shrink: 0;
    border-radius: 12px;
    width: 50px;
    background: linear-gradient(135deg, #edf0f8, #e2e6f3);
    padding: 10px;
    height: 50px;
    box-shadow: 
        5px 5px 10px rgba(166, 180, 208, 0.5),
        -5px -5px 10px rgba(255, 255, 255, 0.8);
}.future_learnersgzbfpZF ul li:hover svg {
    transform: scale(1.05);
    box-shadow: 
        inset 3px 3px 6px rgba(166, 180, 208, 0.4),
        inset -3px -3px 6px rgba(255, 255, 255, 0.8);
}.future_learnersgzbfpZF ul li svg path {
    fill: rgb(139,149,150);
    transition: fill 0.4s ease;
}.future_learnersgzbfpZF ul li:hover svg path {
    fill: rgb(103,112,111);
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.future_learnersgzbfpZF ul li {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}.future_learnersgzbfpZF ul li:nth-child(1) {
    animation-delay: 0.1s;
}.future_learnersgzbfpZF ul li:nth-child(2) {
    animation-delay: 0.2s;
}.future_learnersgzbfpZF ul li:nth-child(3) {
    animation-delay: 0.3s;
}.future_learnersgzbfpZF ul li:nth-child(4) {
    animation-delay: 0.4s;
}.future_learnersgzbfpZF ul li:nth-child(5) {
    animation-delay: 0.5s;
}.future_learnersgzbfpZF ul li:nth-child(6) {
    animation-delay: 0.6s;
}

@media (max-width: 992px) {.future_learnersgzbfpZF {
    padding: 80px 0;
}.future_learnersgzbfpZF h3 {
    padding: 15px 30px;
    margin-bottom: 50px;
}.future_learnersgzbfpZF ul {
    gap: 25px;
}.future_learnersgzbfpZF ul li {
    padding: 30px 25px;
    width: calc(50% - 13px);
}
}

@media (max-width: 768px) {.future_learnersgzbfpZF ul li {
    max-width: 400px;
    width: 100%;
}
}

@media (max-width: 576px) {.future_learnersgzbfpZF {
    padding: 60px 0;
}.future_learnersgzbfpZF h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.85);
    padding: 15px 20px;
}.future_learnersgzbfpZF ul li {
    gap: 15px;
    padding: 25px 20px;
}.future_learnersgzbfpZF ul li svg {
    height: 40px;
    padding: 8px;
    width: 40px;
}
}

@media (prefers-reduced-motion: reduce) {.future_learnersgzbfpZF ul li {
    opacity: 1;
    animation: none;
}.future_learnersgzbfpZF ul li:hover {
    transform: none;
}}.title_board1nwkzQa {
    width: 100%;
    background: rgb(176,186,187);
    position: relative;
    overflow: hidden;
}.title_board1nwkzQa .fast_learn5a6lJnP {
    z-index: 2;
    width: 100%;
    height: 80vh;
    position: relative;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 80vh;
    left: 0;
    overflow: hidden;
    top: 0;
    position: absolute;
    width: 100%;
}.title_board1nwkzQa .course_hero8sP5TCu input {
    display: none;
}.title_board1nwkzQa .learn_pageokiZfq2 {
    width: 500%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    display: flex;
}.title_board1nwkzQa .study_toolstaK1Lpc {
    width: 20%;
    height: 100%;
    overflow: hidden;
    position: relative;
}.title_board1nwkzQa .study_toolstaK1Lpc::before {
    background: linear-gradient(
        to bottom,
        transparent 0%,
        rgba(0, 0, 0, 0.4) 50%,
        rgb(139,149,150) 100%
    );
    z-index: 2;
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
}.title_board1nwkzQa .study_toolstaK1Lpc img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    transform: scale(1.05);
    filter: brightness(0.85);
    transition: transform 1.5s ease, filter 0.6s ease;
}.title_board1nwkzQa .learn_frontnNpUb35 {
    gap: 3px;
    z-index: 10;
    display: flex;
    right: 40px;
    position: absolute;
    bottom: 40px;
}.title_board1nwkzQa .learn_frontnNpUb35::before {
    inset: -10px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 28px;
    backdrop-filter: blur(5px);
    position: absolute;
    z-index: -1;
    content: "";
}.title_board1nwkzQa .learn_frontnNpUb35 label {
    opacity: 0.5;
    position: relative;
    background: #ffffff;
    cursor: pointer;
    height: 2px;
    width: 30px;
    transform: scale(1);
    transition: all 0.3s ease;
}.title_board1nwkzQa .learn_frontnNpUb35 label:hover {
    opacity: 0.8;
}.title_board1nwkzQa .text_post1eU7lS2 {
    width: 90%;
    bottom: 40px;
    z-index: 5;
    left: 40px;
    position: absolute;
    max-width: 900px;
}.title_board1nwkzQa .text_post1eU7lS2 .container {
    max-width: 650px;
    background: transparent;
    position: relative;
    padding: 0;
}.title_board1nwkzQa .text_post1eU7lS2 h1 {
    padding-bottom: 15px;
    text-shadow: 0 2px 15px rgba(0,0,0,0.3);
    font-size: 38px;
    margin-bottom: 1.2rem;
    color: #ffffff;
    position: relative;
    font-weight: 700;
}.title_board1nwkzQa .text_post1eU7lS2 h1::after {
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    background: rgb(103,112,111);
    width: 80px;
    content: "";
}.title_board1nwkzQa .text_post1eU7lS2 h3 {
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 1.5rem;
    color: #ffffff;
}.title_board1nwkzQa .text_post1eU7lS2 p {
    font-size: 13px;
    margin-bottom: 0.5rem;
    color: #ffffff;
    max-width: 100%;
    text-shadow: 0 1px 5px rgba(0,0,0,0.2);
    padding-left: 15px;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
}.title_board1nwkzQa .text_post1eU7lS2 p::before {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 3px;
    content: "";
    background: rgb(103,112,111,0.5);
}.title_board1nwkzQa input:nth-of-type(1):checked ~ .learn_pageokiZfq2 {
    transform: translateX(0);
}.title_board1nwkzQa input:nth-of-type(2):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-20%);
}.title_board1nwkzQa input:nth-of-type(3):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-40%);
}.title_board1nwkzQa input:nth-of-type(4):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-60%);
}.title_board1nwkzQa input:nth-of-type(5):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-80%);
}.title_board1nwkzQa input:nth-of-type(6):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-100%);
}.title_board1nwkzQa input:nth-of-type(7):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-120%);
}.title_board1nwkzQa input:nth-of-type(8):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-140%);
}.title_board1nwkzQa input:nth-of-type(9):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-160%);
}.title_board1nwkzQa input:nth-of-type(10):checked ~ .learn_pageokiZfq2 {
    transform: translateX(-180%);
}.title_board1nwkzQa input:nth-of-type(1):checked ~ .learn_frontnNpUb35 label:nth-child(1),
.title_board1nwkzQa input:nth-of-type(2):checked ~ .learn_frontnNpUb35 label:nth-child(2),
.title_board1nwkzQa input:nth-of-type(3):checked ~ .learn_frontnNpUb35 label:nth-child(3),
.title_board1nwkzQa input:nth-of-type(4):checked ~ .learn_frontnNpUb35 label:nth-child(4),
.title_board1nwkzQa input:nth-of-type(5):checked ~ .learn_frontnNpUb35 label:nth-child(5),
.title_board1nwkzQa input:nth-of-type(6):checked ~ .learn_frontnNpUb35 label:nth-child(6),
.title_board1nwkzQa input:nth-of-type(7):checked ~ .learn_frontnNpUb35 label:nth-child(7),
.title_board1nwkzQa input:nth-of-type(8):checked ~ .learn_frontnNpUb35 label:nth-child(8),
.title_board1nwkzQa input:nth-of-type(9):checked ~ .learn_frontnNpUb35 label:nth-child(9),
.title_board1nwkzQa input:nth-of-type(10):checked ~ .learn_frontnNpUb35 label:nth-child(10) {
    transform: scaleY(2);
    background: rgb(103,112,111);
    opacity: 1;
}.title_board1nwkzQa input:nth-of-type(1):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(1) img,
.title_board1nwkzQa input:nth-of-type(2):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(2) img,
.title_board1nwkzQa input:nth-of-type(3):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(3) img,
.title_board1nwkzQa input:nth-of-type(4):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(4) img,
.title_board1nwkzQa input:nth-of-type(5):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(5) img,
.title_board1nwkzQa input:nth-of-type(6):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(6) img,
.title_board1nwkzQa input:nth-of-type(7):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(7) img,
.title_board1nwkzQa input:nth-of-type(8):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(8) img,
.title_board1nwkzQa input:nth-of-type(9):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(9) img,
.title_board1nwkzQa input:nth-of-type(10):checked ~ .learn_pageokiZfq2 .study_toolstaK1Lpc:nth-child(10) img {
    transform: scale(1);
    filter: brightness(0.95);
}

@media (max-width: 1199px) {.title_board1nwkzQa .text_post1eU7lS2 {
    width: 90%;
    bottom: 30px;
    left: 30px;
}.title_board1nwkzQa .text_post1eU7lS2 .container {
    max-width: 600px;
}.title_board1nwkzQa .learn_frontnNpUb35 {
    bottom: 30px;
    right: 30px;
}
}

@media (max-width: 991px) {.title_board1nwkzQa .fast_learn5a6lJnP {
    height: 70vh;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 70vh;
}.title_board1nwkzQa .text_post1eU7lS2 {
    bottom: 25px;
    left: 25px;
}.title_board1nwkzQa .text_post1eU7lS2 .container {
    max-width: 550px;
}.title_board1nwkzQa .text_post1eU7lS2 h1 {
    font-size: calc(38px * 0.9);
    padding-bottom: 12px;
}.title_board1nwkzQa .text_post1eU7lS2 h1::after {
    width: 70px;
}.title_board1nwkzQa .text_post1eU7lS2 h3 {
    font-size: calc(20px * 0.9);
}.title_board1nwkzQa .learn_frontnNpUb35 {
    bottom: 25px;
    right: 25px;
}
}

@media (max-width: 767px) {.title_board1nwkzQa .fast_learn5a6lJnP {
    height: 60vh;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 60vh;
}.title_board1nwkzQa .text_post1eU7lS2 {
    left: 20px;
    bottom: 20px;
    width: 92%;
}.title_board1nwkzQa .text_post1eU7lS2 .container {
    max-width: 500px;
}.title_board1nwkzQa .text_post1eU7lS2 h1 {
    font-size: calc(38px * 0.85);
    margin-bottom: 1rem;
    padding-bottom: 10px;
}.title_board1nwkzQa .text_post1eU7lS2 h1::after {
    width: 60px;
    height: 2px;
}.title_board1nwkzQa .text_post1eU7lS2 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(20px * 0.85);
}.title_board1nwkzQa .text_post1eU7lS2 p {
    padding-left: 12px;
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.title_board1nwkzQa .text_post1eU7lS2 p::before {
    width: 2px;
}.title_board1nwkzQa .learn_frontnNpUb35 {
    bottom: 20px;
    right: 20px;
}.title_board1nwkzQa .learn_frontnNpUb35 label {
    width: 25px;
}
}

@media (max-width: 575px) {.title_board1nwkzQa .fast_learn5a6lJnP {
    height: 80vh;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 80vh;
}.title_board1nwkzQa .text_post1eU7lS2 {
    left: 15px;
    width: 85%;
    bottom: 60px;
}.title_board1nwkzQa .text_post1eU7lS2 .container {
    max-width: 100%;
}.title_board1nwkzQa .text_post1eU7lS2 h1 {
    margin-bottom: 0.8rem;
    font-size: calc(38px * 0.8);
}.title_board1nwkzQa .text_post1eU7lS2 h1::after {
    width: 50px;
}.title_board1nwkzQa .text_post1eU7lS2 h3 {
    margin-bottom: 1rem;
    font-size: calc(22px * 1.1);
}.title_board1nwkzQa .text_post1eU7lS2 p {
    font-size: calc(13px * 0.9);
    padding-left: 10px;
    line-height: 1.5;
}.title_board1nwkzQa .learn_frontnNpUb35 {
    right: auto;
    bottom: 15px;
    left: 15px;
}.title_board1nwkzQa .learn_frontnNpUb35 label {
    width: 20px;
    height: 2px;
}
}

@media (max-width: 480px) {.title_board1nwkzQa .fast_learn5a6lJnP {
    height: 70vh;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 70vh;
}
}

@media (max-height: 700px) and (min-width: 768px) {.title_board1nwkzQa .fast_learn5a6lJnP {
    height: 85vh;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 85vh;
}
}

@media (max-height: 600px) {.title_board1nwkzQa .fast_learn5a6lJnP {
    height: 90vh;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 90vh;
}
}

@media (orientation: landscape) and (max-height: 500px) {.title_board1nwkzQa .fast_learn5a6lJnP {
    height: 95vh;
}.title_board1nwkzQa .course_hero8sP5TCu {
    height: 95vh;
}
}