﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.assign-help-WNSfo {
    flex: 0 0 auto;
}.container {
    max-width: 100%;
    width: 1113px;
    margin: auto;
}header,footer {
    width: 100%;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: auto;
    height: 100%;
}.layer-container-AuXgV {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}svg {
    height: 30px;
    width: 30px;
}.header-navbar-WBNmt {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.learning-impact-Dlybt {
    padding: 100px 0;
    background: #f7f8fa;
    position: relative;
    overflow: hidden;
}.learning-impact-Dlybt::before {
    background: linear-gradient(135deg, rgba(rgb(157,180,190,0.5), 0.05) 0%, rgba(rgb(110,110,180,0.5), 0.02) 100%);
    height: 100%;
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    content: "";
    width: 100%;
}.learning-impact-Dlybt::after {
    content: "";
    z-index: 0;
    width: 400px;
    border-radius: 50%;
    top: -200px;
    filter: blur(40px);
    background: linear-gradient(to right, rgba(rgb(157,180,190,0.5), 0.05), rgba(rgb(110,110,180,0.5), 0.08));
    right: -200px;
    position: absolute;
    height: 400px;
}.learning-impact-Dlybt .container {
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.learning-impact-Dlybt .team-profile-PmNSX {
    display: flex;
    position: relative;
    gap: 40px;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.05),
        -20px -20px 60px rgba(255, 255, 255, 0.8),
        inset 5px 5px 10px rgba(255, 255, 255, 0.8),
        inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    padding: 30px;
    border-radius: 16px;
    flex-direction: column-reverse;
    background: #ffffff;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.learning-impact-Dlybt .team-profile-PmNSX:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.06),
        -15px -15px 30px rgba(255, 255, 255, 0.9),
        inset 3px 3px 6px rgba(255, 255, 255, 0.9),
        inset -3px -3px 6px rgba(0, 0, 0, 0.04);
}.learning-impact-Dlybt .word-box-PqAVt {
    padding: 20px;
    flex: 1;
}.learning-impact-Dlybt h4 {
    font-weight: 700;
    transform: translateY(10px);
    line-height: 1.4;
    margin-bottom: 30px;
    position: relative;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    font-size: 28px;
    color: #000000;
    opacity: 0;
}.learning-impact-Dlybt h4::after {
    bottom: -10px;
    box-shadow: 0 2px 4px rgba(rgb(157,180,190,0.5), 0.3);
    left: 0;
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    content: "";
    position: absolute;
    height: 4px;
    border-radius: 2px;
    width: 60px;
}.learning-impact-Dlybt .word-box-PqAVt > div {
    flex-direction: column;
    gap: 30px;
    display: flex;
}.learning-impact-Dlybt ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.learning-impact-Dlybt li {
    animation-delay: calc(0.2s + var(--li-index, 0) * 0.1s);
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards;
    margin-bottom: 16px;
    position: relative;
    transform: translateY(15px);
}.learning-impact-Dlybt li:nth-child(1) {
    --li-index: 1;
}.learning-impact-Dlybt li:nth-child(2) {
    --li-index: 2;
}.learning-impact-Dlybt li:nth-child(3) {
    --li-index: 3;
}.learning-impact-Dlybt li p {
    transition: all 0.3s ease;
    align-items: flex-start;
    padding: 16px;
    border-radius: 12px;
    display: flex;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.03),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 2px rgba(255, 255, 255, 0.8),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, #f5f9ff, #ffffff);
    gap: 16px;
}.learning-impact-Dlybt li p:hover {
    transform: translateY(-3px);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.04),
        -10px -10px 20px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.9),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}.learning-impact-Dlybt li p span:first-child {
    flex-shrink: 0;
    height: 42px;
    justify-content: center;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.05),
        -4px -4px 8px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6),
        inset -1px -1px 2px rgba(0, 0, 0, 0.03);
    width: 42px;
    transition: all 0.3s ease;
    display: flex;
    background: linear-gradient(135deg, #fcfcfc, #f0f4f9);
    align-items: center;
    border-radius: 50%;
}.learning-impact-Dlybt li p:hover span:first-child {
    transform: rotate(10deg);
    box-shadow: 
        5px 5px 10px rgba(0, 0, 0, 0.06),
        -5px -5px 10px rgba(255, 255, 255, 1),
        inset 1px 1px 2px rgba(255, 255, 255, 0.7),
        inset -1px -1px 2px rgba(0, 0, 0, 0.04);
}.learning-impact-Dlybt li p span:last-child {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}.learning-impact-Dlybt svg {
    height: 24px;
    transform: scale(0.85);
    width: 24px;
    transition: transform 0.3s ease;
}.learning-impact-Dlybt li p:hover svg {
    transform: scale(0.95) rotate(5deg);
}.learning-impact-Dlybt svg path {
    fill: rgb(157,180,190);
    transition: fill 0.3s ease;
}.learning-impact-Dlybt li p:hover svg path {
    fill: rgb(110,110,180);
}.learning-impact-Dlybt .pic-list-wrap-YCpmO {
    animation: fadeIn 1s forwards 0.6s;
    transition: all 0.5s ease;
    height: auto;
    aspect-ratio: 16/9;
    width: 100%;
    opacity: 0;
    transform: perspective(1000px) rotateY(-3deg) translateZ(20px);
    border-radius: 12px;
    object-fit: cover;
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -15px -15px 30px rgba(255, 255, 255, 0.8);
}.learning-impact-Dlybt .team-profile-PmNSX:hover .pic-list-wrap-YCpmO {
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
}

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

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (min-width: 768px) {.learning-impact-Dlybt .team-profile-PmNSX {
    align-items: center;
    padding: 40px;
    flex-direction: row;
}.learning-impact-Dlybt .word-box-PqAVt {
    padding: 30px 40px 30px 0;
}.learning-impact-Dlybt h4 {
    margin-bottom: 40px;
    font-size: 32px;
}.learning-impact-Dlybt .word-box-PqAVt > div {
    flex-direction: row;
    gap: 40px;
}.learning-impact-Dlybt .pic-list-wrap-YCpmO {
    width: 45%;
    object-position: center;
    height: 400px;
}
}

@media (min-width: 992px) {.learning-impact-Dlybt {
    padding: 120px 0;
}.learning-impact-Dlybt .team-profile-PmNSX {
    gap: 60px;
    padding: 60px;
}.learning-impact-Dlybt h4 {
    font-size: 36px;
}.learning-impact-Dlybt li p {
    padding: 20px;
}.learning-impact-Dlybt .pic-list-wrap-YCpmO {
    height: 450px;
}
}

@media (max-width: 767px) {.learning-impact-Dlybt {
    padding: 60px 0;
}.learning-impact-Dlybt h4 {
    font-size: 24px;
}.learning-impact-Dlybt .word-box-PqAVt > div > ul {
    margin-bottom: 20px;
}.learning-impact-Dlybt .pic-list-wrap-YCpmO {
    height: 250px;
}
}

@media (max-width: 480px) {.learning-impact-Dlybt .team-profile-PmNSX {
    padding: 20px;
}.learning-impact-Dlybt .word-box-PqAVt {
    padding: 10px;
}.learning-impact-Dlybt h4 {
    font-size: 22px;
}.learning-impact-Dlybt li p {
    padding: 12px;
}.learning-impact-Dlybt svg {
    height: 20px;
    width: 20px;
}.learning-impact-Dlybt .pic-list-wrap-YCpmO {
    height: 200px;
}}.contact-information-YgHTv {
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg, #ffffff 50%, rgb(217,227,231) 50%);
    padding: 100px 0;
}.contact-information-YgHTv::before {
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: 60px 60px;
    content: "";
    z-index: 0;
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgba(0, 0, 0, 0.02) 0%, transparent 20%),
        radial-gradient(circle at 80% 80%, rgba(0, 0, 0, 0.02) 0%, transparent 20%);
}.contact-information-YgHTv .container {
    padding: 0 20px;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.contact-information-YgHTv h2 {
    position: relative;
    margin-bottom: 60px;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    color: rgb(157,180,190);
}.contact-information-YgHTv h2::after {
    content: "";
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    bottom: -15px;
    position: absolute;
    background: rgb(157,180,190);
}.contact-information-YgHTv .request-query-UcPyM {
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #ffffff;
    display: flex;
    position: relative;
}.contact-information-YgHTv .request-query-UcPyM::before {
    background: linear-gradient(90deg, rgb(157,180,190), rgb(110,110,180));
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
}.contact-information-YgHTv .pic-list-wrap-YCpmO {
    transition: all 0.5s ease;
    position: relative;
    min-height: 550px;
    flex: 0 0 50%;
}.contact-information-YgHTv .pic-list-wrap-YCpmO::after {
    background: linear-gradient(45deg, rgb(157,180,190,0.5), transparent);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    width: 100%;
}.contact-information-YgHTv .query-query-svuRU {
    flex: 0 0 50%;
    background: #ffffff;
    position: relative;
    padding: 60px 50px;
}.contact-information-YgHTv .query-query-svuRU::before {
    width: 10px;
    content: "";
    height: 100%;
    position: absolute;
    background: rgb(217,227,231);
    left: 0;
    top: 0;
}.contact-information-YgHTv #contact {
    display: flex;
    gap: 30px;
    flex-direction: column;
}.contact-information-YgHTv h3 {
    margin-bottom: 20px;
    position: relative;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    display: inline-block;
}.contact-information-YgHTv h3::after {
    bottom: 0;
    position: absolute;
    background: rgb(157,180,190,0.5);
    left: 0;
    height: 2px;
    content: "";
    width: 100%;
}.contact-information-YgHTv input[type="text"] {
    border-radius: 10px;
    border: 2px solid rgb(217,227,231);
    background: #ffffff;
    color: #000000;
    padding: 18px 20px;
    transition: all 0.3s ease;
    font-size: 15px;
    width: 100%;
}.contact-information-YgHTv input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    border-color: rgb(157,180,190);
}.contact-information-YgHTv input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact-information-YgHTv .help-reach-DqrvB {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}.contact-information-YgHTv .help-reach-DqrvB input[type="checkbox"] {
    border: 2px solid rgb(217,227,231);
    cursor: pointer;
    width: 24px;
    position: relative;
    transition: all 0.3s ease;
    height: 24px;
    border-radius: 10px;
    appearance: none;
    margin-top: 2px;
}.contact-information-YgHTv .help-reach-DqrvB input[type="checkbox"]:checked {
    background: rgb(157,180,190);
    border-color: rgb(157,180,190);
}.contact-information-YgHTv .help-reach-DqrvB input[type="checkbox"]:checked::after {
    border-bottom: 2px solid #ffffff;
    left: 8px;
    transform: rotate(45deg);
    position: absolute;
    content: "";
    width: 6px;
    top: 5px;
    height: 10px;
    border-right: 2px solid #ffffff;
}.contact-information-YgHTv .help-reach-DqrvB label {
    font-size: 15px;
    line-height: 1.5;
    color: #000000;
}.contact-information-YgHTv .help-reach-DqrvB a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: rgb(157,180,190);
    font-weight: 600;
}.contact-information-YgHTv .help-reach-DqrvB a:hover {
    color: rgb(110,110,180);
}.contact-information-YgHTv .request-box-wNCAy {
    box-shadow: 0 8px 20px rgb(157,180,190,0.5);
    font-weight: 600;
    align-self: flex-start;
    background: rgb(157,180,190);
    margin-top: 20px;
    font-size: 19px;
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    color: #ffffff;
    border: none;
    padding: 16px 40px;
}.contact-information-YgHTv .request-box-wNCAy::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
}.contact-information-YgHTv .request-box-wNCAy:hover {
    background: rgb(110,110,180);
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(110,110,180,0.5);
}.contact-information-YgHTv .request-box-wNCAy:hover::before {
    left: 100%;
}.contact-information-YgHTv svg {
    width: 22px;
    fill: rgb(157,180,190);
    transition: all 0.3s ease;
    height: 22px;
}.contact-information-YgHTv svg path {
    transition: all 0.3s ease;
    fill: rgb(157,180,190);
}.contact-information-YgHTv svg:hover {
    fill: rgb(110,110,180);
    transform: translateY(-2px);
}.contact-information-YgHTv svg:hover path {
    fill: rgb(110,110,180);
}

@media (max-width: 1200px) {.contact-information-YgHTv {
    background: #ffffff;
}
}

@media (max-width: 992px) {.contact-information-YgHTv {
    padding: 80px 0;
}.contact-information-YgHTv .request-query-UcPyM {
    flex-direction: column-reverse;
}.contact-information-YgHTv .pic-list-wrap-YCpmO {
    min-height: 350px;
    flex: 0 0 auto;
}.contact-information-YgHTv .query-query-svuRU {
    padding: 50px 40px;
    flex: 0 0 auto;
}.contact-information-YgHTv .query-query-svuRU::before {
    top: 0;
    width: 100%;
    height: 10px;
    left: 0;
}
}

@media (max-width: 768px) {.contact-information-YgHTv {
    padding: 60px 0;
}.contact-information-YgHTv h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 40px;
}.contact-information-YgHTv .query-query-svuRU {
    padding: 40px 30px;
}.contact-information-YgHTv #contact {
    gap: 25px;
}.contact-information-YgHTv .pic-list-wrap-YCpmO {
    min-height: 300px;
}
}

@media (max-width: 576px) {.contact-information-YgHTv {
    padding: 50px 0;
}.contact-information-YgHTv .container {
    padding: 0 15px;
}.contact-information-YgHTv h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.contact-information-YgHTv .query-query-svuRU {
    padding: 35px 25px;
}.contact-information-YgHTv #contact {
    gap: 20px;
}.contact-information-YgHTv input[type="text"] {
    padding: 15px;
}.contact-information-YgHTv .request-box-wNCAy {
    padding: 15px 25px;
    width: 100%;
}.contact-information-YgHTv .pic-list-wrap-YCpmO {
    min-height: 250px;
}}.opening-board-eCtmk {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(157,180,190,0.5) 0%, rgba(94,170,168,0.15) 50%, rgb(110,110,180,0.5) 100%);
}.opening-board-eCtmk::before {
    top: 0;
    z-index: 1;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(94,170,168,0.1) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgba(94,170,168,0.15) 0%, transparent 40%);
    position: absolute;
}.opening-board-eCtmk .team-profile-PmNSX {
    padding: 2rem;
    position: relative;
    height: 100%;
    z-index: 2;
    max-width: 1400px;
    gap: 2rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
    display: grid;
}.opening-board-eCtmk h1 {
    animation: titleFade 1.2s ease-out forwards;
    transform: translateY(0);
    text-shadow: 0 2px 10px rgba(94,170,168,0.1);
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-size: 47px;
}.opening-board-eCtmk h1::after {
    transform: scaleX(0);
    background: rgb(157,180,190);
    left: 0;
    width: 80px;
    transform-origin: left;
    height: 4px;
    position: absolute;
    bottom: -10px;
    animation: lineExpand 1s 0.4s ease-out forwards;
    content: "";
}.opening-board-eCtmk .word-box-PqAVt {
    gap: 2rem;
    flex-direction: column;
    display: flex;
    position: relative;
}.opening-board-eCtmk .course-open-WKZuh {
    position: relative;
    box-shadow: 0 15px 30px rgba(94,170,168,0.15), 
                0 5px 15px rgba(0,0,0,0.05);
    animation: fadeUp 0.8s 0.6s ease-out forwards;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.9);
    border-left: 4px solid rgb(157,180,190);
    transform: translateY(20px);
    backdrop-filter: blur(10px);
    opacity: 0;
}.opening-board-eCtmk .course-open-WKZuh p {
    position: relative;
    color: #000000;
    font-size: calc(14px * 1.2);
    line-height: 1.6;
    margin-bottom: 2rem;
}.opening-board-eCtmk .course-open-WKZuh p::before {
    background: rgb(110,110,180);
    left: 0;
    position: absolute;
    top: -10px;
    content: "";
    width: 40px;
    height: 2px;
}.opening-board-eCtmk svg {
    transform: rotate(-5deg);
    margin: 0 auto 2rem;
    width: 120px;
    height: 120px;
    display: block;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.25));
    transition: transform 0.5s ease;
}.opening-board-eCtmk svg:hover {
    transform: rotate(0deg) scale(1.05);
}.opening-board-eCtmk svg path {
    fill: rgb(94,170,168);
    transition: fill 0.3s ease;
}.opening-board-eCtmk svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
}.opening-board-eCtmk svg:hover path {
    fill: rgba(94,170,168,0.85);
}.opening-board-eCtmk svg:hover text {
    fill: #000000;
}.opening-board-eCtmk .request-box-wNCAy {
    box-shadow: 0 5px 15px rgba(94,170,168,0.3);
    background: linear-gradient(135deg, rgb(157,180,190) 0%, rgb(94,170,168) 100%);
    padding: 1rem 2rem;
    transition: all 0.3s ease;
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
    position: relative;
    margin-top: 1rem;
    border: none;
    text-decoration: none;
    overflow: hidden;
    display: inline-block;
    transform: translateZ(0);
}.opening-board-eCtmk .request-box-wNCAy::before {
    height: 100%;
    width: 100%;
    transition: left 0.7s ease;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    position: absolute;
    top: 0;
}.opening-board-eCtmk .request-box-wNCAy:hover {
    box-shadow: 0 8px 20px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.opening-board-eCtmk .request-box-wNCAy:hover::before {
    left: 100%;
}.opening-board-eCtmk .pic-list-wrap-YCpmO {
    transform: translateY(20px);
    height: 300px;
    animation: fadeUp 0.8s 0.8s ease-out forwards;
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
    opacity: 0;
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    position: relative;
}.opening-board-eCtmk .pic-list-wrap-YCpmO::before {
    top: 0;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), transparent);
    height: 100%;
    pointer-events: none;
}

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

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

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

@media (min-width: 768px) {.opening-board-eCtmk .team-profile-PmNSX {
    padding: 4rem 2rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 3rem;
}.opening-board-eCtmk h1 {
    margin-bottom: 2rem;
    grid-column: 1 / -1;
    font-size: calc(47px * 1.2);
}.opening-board-eCtmk .course-open-WKZuh {
    padding: 2.5rem;
}.opening-board-eCtmk .pic-list-wrap-YCpmO {
    margin-top: 0;
    height: 450px;
}.opening-board-eCtmk svg {
    width: 150px;
    height: 150px;
    margin: 0 0 1rem 1rem;
    float: right;
}
}

@media (min-width: 992px) {.opening-board-eCtmk .team-profile-PmNSX {
    padding: 5rem 3rem;
    gap: 4rem;
}.opening-board-eCtmk h1 {
    font-size: calc(47px * 1.4);
}.opening-board-eCtmk .course-open-WKZuh {
    padding: 3rem;
}.opening-board-eCtmk .pic-list-wrap-YCpmO {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 550px;
}.opening-board-eCtmk .pic-list-wrap-YCpmO:hover {
    transform: scale(1.03);
}.opening-board-eCtmk svg {
    width: 180px;
    height: 180px;
}
}

@media (min-width: 1200px) {.opening-board-eCtmk .team-profile-PmNSX {
    padding: 6rem 4rem;
    gap: 6rem;
}.opening-board-eCtmk h1 {
    font-size: calc(47px * 1.6);
}.opening-board-eCtmk .course-open-WKZuh {
    padding: 3.5rem;
}.opening-board-eCtmk .pic-list-wrap-YCpmO {
    height: 600px;
}
}

@media (max-width: 767px) {.opening-board-eCtmk .team-profile-PmNSX {
    padding: 3rem 1.5rem;
}.opening-board-eCtmk h1 {
    font-size: calc(47px * 0.9);
}.opening-board-eCtmk .course-open-WKZuh p {
    font-size: 14px;
}.opening-board-eCtmk .request-box-wNCAy {
    width: 100%;
    text-align: center;
}}footer {
    position: relative;
    background-color: #000000;
    margin-top: 0;
}footer::before {
    opacity: 0.9;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(to right,
    #000000 0%,
    rgb(157,180,190,0.5) 50%,
    #000000 100%);
    top: 0;
    content: "";
}.assign-help-WNSfo {
    position: relative;
    z-index: 5;
    background-color: transparent;
    padding: 60px 0 40px;
}.assign-help-WNSfo .container {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 30px;
    display: grid;
    position: relative;
}.assign-help-WNSfo .company_holder {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 30px;
    grid-column: span 4;
    position: relative;
}.assign-help-WNSfo .company_holder h3 {
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 31px;
    color: #ffffff;
    position: relative;
}.assign-help-WNSfo .company_holder h3::after {
    bottom: -8px;
    content: "";
    position: absolute;
    width: 100%;
    background: rgb(157,180,190);
    left: 0;
    height: 2px;
}.assign-help-WNSfo .class-guide-MDctC {
    color: #ffffff;
    font-size: 13px;
    opacity: 0.8;
    line-height: 1.6;
}.assign-help-WNSfo .support-cta-NDhkT {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    grid-column: span 8;
    grid-gap: 30px;
}.assign-help-WNSfo .main-page-qUVJx {
    border-radius: 10px;
    position: relative;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.03);
}.assign-help-WNSfo .main-page-qUVJx h5 {
    font-weight: 600;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
}.assign-help-WNSfo .main-page-qUVJx h5::after {
    left: 0;
    height: 2px;
    content: "";
    bottom: -8px;
    position: absolute;
    background: rgb(110,110,180);
    width: 100%;
}.assign-help-WNSfo .main-page-qUVJx .head-pagewrap-CvYxb {
    grid-gap: 15px;
    display: grid;
}.assign-help-WNSfo .main-page-qUVJx .head-pagewrap-CvYxb a {
    padding-left: 15px;
    position: relative;
    opacity: 0.8;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
    display: block;
}.assign-help-WNSfo .main-page-qUVJx .head-pagewrap-CvYxb a::before {
    height: 6px;
    left: 0;
    position: absolute;
    background: rgb(110,110,180);
    transform: translateY(-50%);
    width: 6px;
    top: 50%;
    content: "";
    border-radius: 50%;
}.assign-help-WNSfo .main-page-qUVJx .head-pagewrap-CvYxb a:hover {
    opacity: 1;
    color: rgb(157,180,190);
    transform: translateX(5px);
}.app-store-rsAzm {
    position: relative;
    margin-top: 40px;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    padding: 25px 0;
}.app-store-rsAzm .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.app-store-rsAzm .podcast-cta-KvgxG {
    opacity: 0.7;
    text-align: center;
    font-size: 12px;
    color: #ffffff;
}

@media (max-width: 991px) {.assign-help-WNSfo .container {
    grid-gap: 30px;
    grid-template-columns: 1fr;
}.assign-help-WNSfo .company_holder {
    grid-column: span 12;
}.assign-help-WNSfo .support-cta-NDhkT {
    grid-column: span 12;
    grid-template-columns: 1fr 1fr;
}
}

@media (max-width: 767px) {.assign-help-WNSfo {
    padding: 40px 0 30px;
}.assign-help-WNSfo .support-cta-NDhkT {
    grid-template-columns: 1fr;
}.assign-help-WNSfo .company_holder {
    padding: 25px;
}.assign-help-WNSfo .main-page-qUVJx {
    padding: 25px;
}.assign-help-WNSfo .company_holder h3 {
    font-size: calc(31px - 2px);
}.assign-help-WNSfo .main-page-qUVJx h5 {
    font-size: calc(18px - 1px);
}
}

@media (max-width: 575px) {.assign-help-WNSfo {
    padding: 30px 0 20px;
}.assign-help-WNSfo .company_holder,
  .assign-help-WNSfo .main-page-qUVJx {
    padding: 20px;
}.assign-help-WNSfo .company_holder h3 {
    font-size: calc(31px - 4px);
}.app-store-rsAzm {
    padding: 20px 0;
}}

.assign-help-WNSfo .company_holder:hover,
.assign-help-WNSfo .main-page-qUVJx:hover {
    transition: background-color 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}.assign-help-WNSfo .container::before {
    height: 100%;
    opacity: 0.05;
    left: 0;
    top: 0;
    background: 
    linear-gradient(to right, rgb(157,180,190,0.5) 1px, transparent 1px) 0 0 / 40px 100%,
    linear-gradient(to bottom, rgb(157,180,190,0.5) 1px, transparent 1px) 0 0 / 100% 40px;
    z-index: -1;
    width: 100%;
    pointer-events: none;
    content: "";
    position: absolute;
}.assign-help-WNSfo .company_holder::before {
    opacity: 0.5;
    content: "";
    background: rgb(157,180,190);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 5px;
}.assign-help-WNSfo .main-page-qUVJx::before {
    opacity: 0.5;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    width: 5px;
    left: 0;
    background: rgb(110,110,180);
}footer::after {
    width: 100%;
    left: 0;
    height: 5px;
    opacity: 0.3;
    content: "";
    z-index: 2;
    bottom: 0;
    background: linear-gradient(to right,
    rgb(157,180,190),
    rgb(110,110,180),
    rgb(157,180,190));
    position: absolute;
}.assign-help-WNSfo .head-pagewrap-CvYxb {
    position: relative;
}.assign-help-WNSfo .head-pagewrap-CvYxb::after {
    width: 100%;
    left: 0;
    opacity: 0.2;
    background: rgb(110,110,180,0.5);
    position: absolute;
    height: 1px;
    content: "";
    bottom: -15px;
}.assign-help-WNSfo .main-page-qUVJx h5,
.assign-help-WNSfo .company_holder h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
}.assign-help-WNSfo .main-page-qUVJx:nth-child(1) {
    grid-row: 1;
    grid-column: 1;
}.assign-help-WNSfo .main-page-qUVJx:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}.app-store-rsAzm .podcast-cta-KvgxG {
    display: inline-block;
    position: relative;
}.app-store-rsAzm .podcast-cta-KvgxG::before {
    height: 1px;
    top: 50%;
    left: -40px;
    background: rgb(157,180,190);
    opacity: 0.5;
    width: 30px;
    content: "";
    transform: translateY(-50%);
    position: absolute;
}.app-store-rsAzm .podcast-cta-KvgxG::after {
    width: 30px;
    background: rgb(157,180,190);
    top: 50%;
    transform: translateY(-50%);
    content: "";
    height: 1px;
    position: absolute;
    right: -40px;
    opacity: 0.5;
}.company-overview-PVcwm {
    overflow: hidden;
    position: relative;
    padding: 120px 0 140px;
    color: #ffffff;
}.company-overview-PVcwm::before {
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, rgba(12, 19, 35, 0.92), rgba(28, 35, 61, 0.85));
    content: "";
}.company-overview-PVcwm::after {
    content: "";
    z-index: 0;
    top: -10%;
    background: linear-gradient(45deg, rgb(157,180,190,0.5), rgb(110,110,180,0.5));
    position: absolute;
    width: 80%;
    transform: rotate(-15deg);
    right: -10%;
    height: 70%;
    animation: floatGradient 15s ease-in-out infinite alternate;
    filter: blur(70px);
}.company-overview-PVcwm .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.company-overview-PVcwm h2 {
    font-size: 41px;
    transform: translateX(-10px);
    font-weight: 700;
    position: relative;
    margin-bottom: 50px;
    display: inline-block;
}.company-overview-PVcwm h2::before {
    height: 60%;
    position: absolute;
    width: 4px;
    transform: translateY(-50%);
    top: 50%;
    background: rgb(110,110,180);
    left: -20px;
    content: "";
}.company-overview-PVcwm h2::after {
    left: 0;
    content: "";
    bottom: -12px;
    position: absolute;
    background: linear-gradient(90deg, rgb(110,110,180), transparent);
    height: 2px;
    width: 100px;
}.company-overview-PVcwm .word-box-PqAVt {
    gap: 30px;
    padding: 40px;
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: grid;
}.company-overview-PVcwm .word-box-PqAVt:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
}.company-overview-PVcwm .word-box-PqAVt::before {
    top: -2px;
    position: absolute;
    background: linear-gradient(45deg, transparent, rgb(110,110,180,0.5), transparent);
    z-index: -1;
    right: -2px;
    opacity: 0;
    content: "";
    filter: blur(8px);
    left: -2px;
    bottom: -2px;
    transition: opacity 0.6s ease;
}.company-overview-PVcwm .word-box-PqAVt:hover::before {
    opacity: 1;
}.company-overview-PVcwm .word-box-PqAVt > div {
    position: relative;
}.company-overview-PVcwm .word-box-PqAVt p {
    color: rgb(110,110,180);
    margin-bottom: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-size: calc(23px * 1.2);
}.company-overview-PVcwm .word-box-PqAVt p::after {
    width: 40px;
    left: 0;
    height: 2px;
    position: absolute;
    bottom: -6px;
    content: "";
    background: rgb(110,110,180);
    transition: width 0.3s ease;
}.company-overview-PVcwm .word-box-PqAVt:hover p::after {
    width: 100%;
}.company-overview-PVcwm .word-box-PqAVt div > div {
    line-height: 1.8;
    font-size: 17px;
    hyphens: auto;
    column-count: 1;
    opacity: 0.9;
    position: relative;
    text-align: justify;
    column-gap: 40px;
}.company-overview-PVcwm .word-box-PqAVt div > div::first-letter {
    font-size: 3.5em;
    line-height: 0.8;
    font-weight: 700;
    color: rgb(110,110,180);
    float: left;
    margin-right: 8px;
}

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

@media (min-width: 768px) {.company-overview-PVcwm {
    padding: 150px 0 180px;
}.company-overview-PVcwm h2 {
    margin-bottom: 70px;
    font-size: calc(41px * 1.2);
}.company-overview-PVcwm .word-box-PqAVt {
    padding: 60px;
    grid-template-columns: 1fr;
}.company-overview-PVcwm .word-box-PqAVt div > div {
    column-count: 2;
}
}

@media (min-width: 992px) {.company-overview-PVcwm {
    padding: 180px 0 200px;
}.company-overview-PVcwm h2 {
    transform: translateX(-20px);
}.company-overview-PVcwm .word-box-PqAVt {
    padding: 70px;
}.company-overview-PVcwm .word-box-PqAVt div > div {
    column-count: 2;
}
}

@media (max-width: 767px) {.company-overview-PVcwm {
    padding: 80px 0 100px;
}.company-overview-PVcwm h2 {
    font-size: calc(32px * 1.1);
    margin-bottom: 40px;
}.company-overview-PVcwm .word-box-PqAVt {
    padding: 30px;
}.company-overview-PVcwm .word-box-PqAVt p {
    font-size: 23px;
}.company-overview-PVcwm .word-box-PqAVt div > div::first-letter {
    font-size: 2.5em;
}
}

@media (max-width: 480px) {.company-overview-PVcwm {
    padding: 60px 0 80px;
}.company-overview-PVcwm .word-box-PqAVt {
    padding: 25px 20px;
}.company-overview-PVcwm h2 {
    margin-bottom: 30px;
    font-size: 32px;
}.company-overview-PVcwm .word-box-PqAVt div > div {
    line-height: 1.6;
    font-size: calc(17px - 1px);
}}.privacyAgreementDialog-mxFKw {
    background: rgb(110,110,180);
    box-shadow: 0 -10px 30px rgb(157,180,190,0.5);
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
    animation: slideIn 0.5s ease-in-out;
    border-top: 2px solid rgb(157,180,190);
}@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.track-toggle-VyNGL {
    box-shadow: 0 0 20px rgb(157,180,190,0.5);
    justify-content: space-between;
    padding: 20px 5%;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgb(110,110,180) 0%, rgba(0, 0, 0, 0.5) 100%);
    flex-wrap: wrap;
}.track-settings-WPCGD {
    border-radius: 25px;
    overflow: hidden;
    margin-right: 20px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(157,180,190);
    padding: 10px;
    flex-shrink: 0;
}.track-settings-WPCGD svg, .track-settings-WPCGD svg path {
    transition: transform 0.3s ease;
    fill: rgb(157,180,190);
    width: 60px;
    height: 60px;
}.track-settings-WPCGD:hover svg {
    transform: rotate(20deg);
}.cookie-control-cahjO {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}.cookie-control-cahjO h5 {
    text-shadow: 0 0 10px rgb(157,180,190);
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 700;
    color: rgb(157,180,190);
}.cookie-control-cahjO p {
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(157,180,190,0.5);
    font-size: 18px;
}.cookie-window-qLgOK {
    font-size: 17px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    background: rgb(157,180,190);
    margin-left: 10px;
    cursor: pointer;
    color: #000000;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(157,180,190,0.5);
}.cookie-window-qLgOK:hover {
    box-shadow: 0 0 20px rgb(110,110,180,0.5);
    background: rgb(110,110,180);
}.privacyAgreementDialog-mxFKw p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(157,180,190);
}.privacyAgreementDialog-mxFKw p a:hover {
    color: rgb(110,110,180);
}#cookie-banneralert-hxBKi {
    display: none;
}#cookie-banneralert-hxBKi:checked ~ .privacyAgreementDialog-mxFKw {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.privacyAgreementDialog-mxFKw {
    padding: 20px;
}.track-toggle-VyNGL {
    padding: 20px 2%;
}
}
@media only screen and (max-width: 800px) {.track-settings-WPCGD {
    display: none;
}.track-toggle-VyNGL {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.cookie-control-cahjO {
    text-align: center;
    margin-bottom: 20px;
}.privacyAgreementDialog-mxFKw h5, .privacyAgreementDialog-mxFKw p {
    text-align: center;
}.cookie-window-qLgOK {
    text-align: center;
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
}}
.join-list-WBXJk {
    overflow: hidden;
    padding: 4rem 2rem;
    z-index: 1;
    background: linear-gradient(135deg, rgb(110,110,180,0.5), rgb(157,180,190));
    position: relative;
}.join-list-WBXJk::before {
    content: "";
    top: -10%;
    transform: rotate(-15deg) skewX(-15deg);
    position: absolute;
    filter: blur(40px);
    background: rgb(255, 255, 255, 0.5);
    z-index: -1;
    right: -5%;
    height: 70%;
    width: 40%;
    animation: float 15s infinite alternate ease-in-out;
}.join-list-WBXJk::after {
    content: "";
    left: -5%;
    position: absolute;
    width: 25%;
    z-index: -1;
    bottom: -5%;
    animation: float 12s infinite alternate-reverse ease-in-out;
    background: rgb(110,110,180,0.5);
    transform: rotate(25deg) skewY(5deg);
    height: 50%;
    filter: blur(30px);
}.join-list-WBXJk .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.join-list-WBXJk .team-profile-PmNSX {
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(110,110,180);
    background: rgba(255, 255, 255, 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}.join-list-WBXJk .team-profile-PmNSX:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.15);
}.join-list-WBXJk h3 {
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    color: #ffffff;
    line-height: 1.4;
    font-family: Arial, sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transform: translateX(5px);
    font-weight: 600;
    margin-bottom: 2rem;
    position: relative;
}.join-list-WBXJk h3::before {
    border-radius: 10px;
    left: -20px;
    top: 0.8em;
    height: 8px;
    transform: translateY(-50%);
    width: 8px;
    background: rgb(110,110,180);
    position: absolute;
    animation: pulse 3s infinite;
    content: "";
}.join-list-WBXJk .input_holder {
    max-width: 100%;
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
    position: relative;
}.join-list-WBXJk .input_holder::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05));
    right: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    clip-path: polygon(80% 0, 100% 0, 100% 100%, 60% 100%);
    z-index: -1;
    width: 100%;
}.join-list-WBXJk .input_holder div {
    flex: 1;
    position: relative;
}.join-list-WBXJk input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 17px;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 1.5rem;
    backdrop-filter: blur(5px);
}.join-list-WBXJk input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(110,110,180,0.5);
    outline: none;
    background: rgba(255, 255, 255, 0.15);
    border-color: rgb(110,110,180);
    transform: translateY(-2px);
}.join-list-WBXJk input[type="email"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.join-list-WBXJk input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.join-list-WBXJk .sub-component-CPhXI {
    padding: 1.1rem 2rem;
    border: none;
    background: rgb(110,110,180);
    font-weight: 600;
    align-self: flex-start;
    color: #ffffff;
    font-size: 19px;
    letter-spacing: 0.5px;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    transform-origin: left;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}.join-list-WBXJk .sub-component-CPhXI::before {
    width: 100%;
    transition: transform 0.6s ease;
    content: "";
    transform: translateX(-100%);
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}.join-list-WBXJk .sub-component-CPhXI:hover {
    background: rgb(157,180,190);
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(-3px) scale(1.02);
}.join-list-WBXJk .sub-component-CPhXI:hover::before {
    transform: translateX(100%);
}.join-list-WBXJk .sub-component-CPhXI:active {
    transform: translateY(1px) scale(0.98);
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateY(-50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translateY(-50%) scale(1.5);
    }
}

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

@media (min-width: 768px) {.join-list-WBXJk {
    padding: 6rem 2rem;
}.join-list-WBXJk .team-profile-PmNSX {
    padding: 4rem;
    clip-path: polygon(0 0, 100% 0, 98% 100%, 0 100%);
}.join-list-WBXJk .input_holder {
    flex-direction: row;
    align-items: center;
}.join-list-WBXJk h3 {
    max-width: 80%;
    margin-bottom: 2.5rem;
}.join-list-WBXJk .input_holder::before {
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 50% 100%);
}
}

@media (max-width: 767px) {.join-list-WBXJk .team-profile-PmNSX {
    padding: 2rem 1.5rem;
}.join-list-WBXJk h3 {
    margin-bottom: 1.5rem;
    font-size: clamp(1rem, 5vw, 1.25rem);
}.join-list-WBXJk input[type="email"] {
    padding: 1rem;
}.join-list-WBXJk .sub-component-CPhXI {
    margin-top: 0.5rem;
    width: 100%;
    padding: 1rem;
}.join-list-WBXJk::before,
    .join-list-WBXJk::after {
    opacity: 0.5;
}
}

@media (hover: none) {.join-list-WBXJk .team-profile-PmNSX:hover {
    transform: none;
    box-shadow: none;
}.join-list-WBXJk .sub-component-CPhXI:hover {
    background: rgb(110,110,180);
    transform: none;
    box-shadow: none;
}
}

@media (prefers-reduced-motion: reduce) {.join-list-WBXJk::before,
    .join-list-WBXJk::after,
    .join-list-WBXJk h3::before,
    .join-list-WBXJk .sub-component-CPhXI::before {
    transition: none;
    animation: none;
}.join-list-WBXJk .team-profile-PmNSX,
    .join-list-WBXJk input[type="email"],
    .join-list-WBXJk .sub-component-CPhXI {
    transition: none;
}}.find-us-DdqCZ {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(157,180,190) 0%, rgb(110,110,180) 70%, rgb(217,227,231) 100%);
    padding: 100px 0;
}.find-us-DdqCZ:before {
    z-index: -1;
    position: absolute;
    top: -50%;
    opacity: 0.2;
    background: radial-gradient(circle at 30% 30%, rgb(157,180,190,0.5) 0%, transparent 60%);
    left: -50%;
    content: '';
    animation: rotateGlow 20s infinite linear;
    height: 200%;
    width: 200%;
}.find-us-DdqCZ:after {
    height: 150%;
    z-index: -1;
    content: '';
    opacity: 0.15;
    right: -30%;
    width: 150%;
    position: absolute;
    background: radial-gradient(circle at 70% 70%, rgb(110,110,180,0.5) 0%, transparent 50%);
    animation: rotateGlowReverse 25s infinite linear;
    bottom: -30%;
}.find-us-DdqCZ .container {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}.find-us-DdqCZ .connect-team-Zhzeq {
    position: relative;
    box-shadow: 0 20px 50px rgb(157,180,190,0.5);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    background: #ffffff;
    padding: 60px;
    border-radius: 21px;
}.find-us-DdqCZ .connect-team-Zhzeq:hover {
    transform: translateY(-15px);
    box-shadow: 0 30px 70px rgb(110,110,180,0.5);
}.find-us-DdqCZ .write-form-TByvd {
    position: relative;
    overflow: hidden;
    color: rgb(157,180,190);
    margin-bottom: 50px;
    font-weight: 700;
    font-size: 35px;
    display: inline-block;
}.find-us-DdqCZ .write-form-TByvd:before {
    background: rgb(110,110,180);
    content: '';
    width: 100%;
    transform-origin: left;
    animation: slideIn 1.5s ease forwards;
    left: 0;
    height: 5px;
    border-radius: 10px;
    bottom: -12px;
    transform: scaleX(0);
    position: absolute;
}.find-us-DdqCZ .pic-list-wrap-YCpmO {
    margin-bottom: 50px;
    overflow: hidden;
    width: 100%;
    height: 320px;
    border-radius: 21px;
    transition: all 0.5s ease;
    position: relative;
}.find-us-DdqCZ .pic-list-wrap-YCpmO:before {
    background: linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.2) 50%, transparent 60%);
    position: absolute;
    content: '';
    animation: scanLine 4s infinite linear;
    inset: 0;
}.find-us-DdqCZ .pic-list-wrap-YCpmO:hover {
    box-shadow: 0 15px 40px rgb(110,110,180,0.5);
    transform: scale(1.05);
}.find-us-DdqCZ .send-request-zfbTw {
    display: grid;
    gap: 30px;
    position: relative;
}.find-us-DdqCZ .send-request-zfbTw p {
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    padding-left: 0;
    align-items: center;
    display: flex;
    line-height: 1.7;
    margin: 0;
    font-size: 13px;
}.find-us-DdqCZ .send-request-zfbTw p svg {
    fill: rgb(110,110,180);
    transition: all 0.3s ease;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin: 0 15px;
}.find-us-DdqCZ .send-request-zfbTw p svg path {
    fill: rgb(110,110,180);
    transition: fill 0.3s ease;
}.find-us-DdqCZ .send-request-zfbTw p:hover svg {
    transform: translateX(5px);
}.find-us-DdqCZ .send-request-zfbTw p:hover svg path {
    fill: rgb(157,180,190);
}.find-us-DdqCZ .send-request-zfbTw p span {
    color: rgb(157,180,190);
    font-weight: 600;
}.find-us-DdqCZ .send-request-zfbTw p a {
    text-decoration: none;
    position: relative;
    color: rgb(110,110,180);
    transition: color 0.3s ease;
}.find-us-DdqCZ .send-request-zfbTw p a:after {
    position: absolute;
    left: 0;
    bottom: -3px;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    height: 1px;
    width: 100%;
    background: rgb(110,110,180);
    transform-origin: right;
    content: '';
}.find-us-DdqCZ .send-request-zfbTw p a:hover:after {
    transform: scaleX(1);
    transform-origin: left;
}.find-us-DdqCZ .send-request-zfbTw p a:hover {
    color: rgb(157,180,190);
}.find-us-DdqCZ .contact-question-EnQpB {
    position: relative;
    margin-top: 50px;
    border-radius: 21px;
    transition: all 0.4s ease;
    padding: 30px;
    overflow: hidden;
    background: rgb(217,227,231);
}.find-us-DdqCZ .contact-question-EnQpB:before {
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    animation: sweep 6s infinite linear;
    height: 100%;
    position: absolute;
    content: '';
    top: 0;
}.find-us-DdqCZ .contact-question-EnQpB:hover {
    box-shadow: 0 10px 30px rgb(157,180,190,0.5);
    background: rgb(110,110,180,0.5);
}.find-us-DdqCZ .get-contactwidget-UFKsP {
    font-size: 21px;
    position: relative;
    align-items: center;
    font-weight: 600;
    display: flex;
    margin-bottom: 25px;
    color: rgb(157,180,190);
}.find-us-DdqCZ .get-contactwidget-UFKsP svg {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}.find-us-DdqCZ .get-contactwidget-UFKsP svg path {
    fill: rgb(157,180,190);
    transition: fill 0.3s ease;
}.find-us-DdqCZ .contact-question-EnQpB:hover .get-contactwidget-UFKsP svg path {
    fill: rgb(110,110,180);
}.find-us-DdqCZ .get-contactpanel-GIfmR {
    gap: 20px;
    display: grid;
}.find-us-DdqCZ .online-contact-eDKBn {
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
    padding: 12px 20px;
    background: #ffffff;
    position: relative;
    display: flex;
    color: #000000;
    border-radius: 10px;
    align-items: center;
}.find-us-DdqCZ .online-contact-eDKBn svg {
    margin-right: 10px;
    width: 16px;
    transform: translateX(-10px);
    opacity: 0;
    transition: all 0.3s ease;
    height: 16px;
}.find-us-DdqCZ .online-contact-eDKBn svg path {
    fill: rgb(110,110,180);
}.find-us-DdqCZ .online-contact-eDKBn:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgb(110,110,180,0.5);
}.find-us-DdqCZ .online-contact-eDKBn:hover svg {
    opacity: 1;
    transform: translateX(0);
}

@media screen and (max-width: 1024px) {.find-us-DdqCZ {
    padding: 80px 0;
}.find-us-DdqCZ .connect-team-Zhzeq {
    padding: 50px;
}.find-us-DdqCZ .pic-list-wrap-YCpmO {
    height: 280px;
}.find-us-DdqCZ .write-form-TByvd {
    font-size: calc(35px * 0.9);
}.find-us-DdqCZ .send-request-zfbTw {
    gap: 25px;
}.find-us-DdqCZ .contact-question-EnQpB {
    padding: 25px;
}.find-us-DdqCZ .send-request-zfbTw p svg {
    width: 22px;
    height: 22px;
}
}

@media screen and (max-width: 768px) {.find-us-DdqCZ {
    padding: 60px 0;
}.find-us-DdqCZ .connect-team-Zhzeq {
    padding: 40px;
}.find-us-DdqCZ .pic-list-wrap-YCpmO {
    margin-bottom: 40px;
    height: 240px;
}.find-us-DdqCZ .write-form-TByvd {
    margin-bottom: 40px;
    font-size: calc(35px * 0.85);
}.find-us-DdqCZ .send-request-zfbTw {
    gap: 20px;
}.find-us-DdqCZ .contact-question-EnQpB {
    padding: 20px;
    margin-top: 40px;
}.find-us-DdqCZ .get-contactwidget-UFKsP {
    font-size: calc(21px * 0.9);
}.find-us-DdqCZ .online-contact-eDKBn {
    padding: 10px 15px;
}.find-us-DdqCZ .send-request-zfbTw p svg {
    margin: 0 12px;
    width: 20px;
    height: 20px;
}.find-us-DdqCZ .get-contactwidget-UFKsP svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}

@media screen and (max-width: 480px) {.find-us-DdqCZ {
    padding: 40px 0;
}.find-us-DdqCZ .connect-team-Zhzeq {
    padding: 30px;
}.find-us-DdqCZ .pic-list-wrap-YCpmO {
    margin-bottom: 30px;
    height: 200px;
}.find-us-DdqCZ .write-form-TByvd {
    font-size: calc(35px * 0.75);
}.find-us-DdqCZ .send-request-zfbTw {
    gap: 15px;
}.find-us-DdqCZ .contact-question-EnQpB {
    margin-top: 30px;
    padding: 15px;
}.find-us-DdqCZ .get-contactwidget-UFKsP {
    font-size: calc(21px * 0.85);
}.find-us-DdqCZ .online-contact-eDKBn {
    padding: 8px 12px;
}.find-us-DdqCZ .send-request-zfbTw p svg {
    width: 18px;
    margin: 0 10px;
    height: 18px;
}.find-us-DdqCZ .get-contactwidget-UFKsP svg {
    margin-right: 8px;
    width: 18px;
    height: 18px;
}}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(360deg);
        opacity: 0.2;
    }
}

@keyframes rotateGlowReverse {
    0% {
        transform: rotate(360deg);
        opacity: 0.15;
    }
    50% {
        opacity: 0.25;
    }
    100% {
        transform: rotate(0deg);
        opacity: 0.15;
    }
}

@keyframes slideIn {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes scanLine {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes sweep {
    0% {
        left: -100%;
    }
    100% {
        left: 100%;
    }
}.course-program-DcNbC {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
}.course-program-DcNbC::before {
    z-index: 0;
    width: 300px;
    position: absolute;
    right: -5%;
    background: linear-gradient(45deg, rgb(157,180,190,0.5) 0%, rgb(110,110,180,0.5) 100%);
    filter: blur(120px);
    opacity: 0.4;
    content: "";
    height: 300px;
    top: -10%;
}.course-program-DcNbC::after {
    z-index: 0;
    opacity: 0.3;
    width: 250px;
    height: 250px;
    background: linear-gradient(225deg, rgb(110,110,180,0.5) 0%, rgb(157,180,190,0.5) 100%);
    content: "";
    filter: blur(100px);
    position: absolute;
    left: -5%;
    bottom: -10%;
}.course-program-DcNbC .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
}.course-program-DcNbC .future-skills-QCcjd {
    grid-template-columns: 1fr;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    gap: 40px;
    border-left: 3px solid rgb(157,180,190);
    background: #ffffff;
    display: grid;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.course-program-DcNbC .future-skills-QCcjd:hover {
    transform: translateY(-5px);
}.course-program-DcNbC .pic-list-wrap-YCpmO {
    height: 250px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 100%;
    transform-origin: center center;
    overflow: hidden;
    position: relative;
}.course-program-DcNbC .pic-list-wrap-YCpmO::after {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    height: 100%;
}.course-program-DcNbC .pic-list-wrap-YCpmO:hover {
    transform: scale(1.02);
}.course-program-DcNbC .word-box-PqAVt {
    position: relative;
    padding: 40px 30px;
}.course-program-DcNbC .word-box-PqAVt::before {
    height: 4px;
    background: linear-gradient(90deg, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    transform-origin: left;
    content: "";
    transform: scaleX(0.7);
    left: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
    width: 100%;
    position: absolute;
}.course-program-DcNbC .future-skills-QCcjd:hover .word-box-PqAVt::before {
    transform: scaleX(1);
}.course-program-DcNbC h3 {
    margin-bottom: 25px;
    color: #000000;
    font-weight: 700;
    font-size: 19px;
    transform: translateY(0);
    padding-left: 0;
    line-height: 1.4;
    position: relative;
    transition: transform 0.3s ease, padding-left 0.3s ease;
}.course-program-DcNbC .future-skills-QCcjd:hover h3 {
    transform: translateY(-3px);
    padding-left: 15px;
    color: rgb(157,180,190);
}.course-program-DcNbC h3::after {
    width: 60px;
    content: "";
    height: 2px;
    position: absolute;
    bottom: -8px;
    transition: width 0.4s ease-out, background-color 0.3s ease;
    left: 0;
    background-color: rgb(110,110,180);
}.course-program-DcNbC .future-skills-QCcjd:hover h3::after {
    width: 100px;
    background-color: rgb(157,180,190);
}.course-program-DcNbC .word-box-PqAVt div {
    position: relative;
    overflow: hidden;
}.course-program-DcNbC p.description {
    color: #000000;
    line-height: 1.8;
    position: relative;
    overflow-y: auto;
    max-height: 300px;
    font-size: 16px;
    margin-bottom: 20px;
    padding-right: 15px;
}.course-program-DcNbC p.description::-webkit-scrollbar {
    width: 4px;
}.course-program-DcNbC p.description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.course-program-DcNbC p.description::-webkit-scrollbar-thumb {
    background: rgb(157,180,190,0.5);
    border-radius: 10px;
}.course-program-DcNbC span.description {
    display: none;
}

@media (min-width: 768px) {.course-program-DcNbC .future-skills-QCcjd {
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
}.course-program-DcNbC .pic-list-wrap-YCpmO {
    min-height: 400px;
    height: 100%;
}.course-program-DcNbC h3 {
    font-size: calc(19px * 1.1);
}.course-program-DcNbC p.description {
    max-height: 400px;
    font-size: calc(16px * 1.05);
}
}

@media (min-width: 992px) {.course-program-DcNbC .future-skills-QCcjd {
    grid-template-columns: 1fr 1.8fr;
}.course-program-DcNbC .pic-list-wrap-YCpmO {
    min-height: 450px;
}.course-program-DcNbC .word-box-PqAVt {
    padding: 50px 40px;
}.course-program-DcNbC h3 {
    font-size: calc(19px * 1.2);
    margin-bottom: 30px;
}.course-program-DcNbC p.description {
    max-height: 450px;
    line-height: 1.9;
}
}

@media (max-width: 767px) {.course-program-DcNbC {
    padding: 70px 0;
}.course-program-DcNbC .word-box-PqAVt {
    padding: 30px 20px;
}.course-program-DcNbC h3 {
    margin-bottom: 20px;
    font-size: calc(19px * 0.9);
}.course-program-DcNbC p.description {
    font-size: calc(16px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}
}

@media (max-width: 480px) {.course-program-DcNbC {
    padding: 50px 0;
}.course-program-DcNbC .pic-list-wrap-YCpmO {
    height: 180px;
}.course-program-DcNbC .word-box-PqAVt {
    padding: 25px 15px;
}.course-program-DcNbC h3 {
    font-size: calc(19px * 0.85);
    margin-bottom: 15px;
}
}

@media (hover: hover) {.course-program-DcNbC .future-skills-QCcjd {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.5s ease;
}.course-program-DcNbC .future-skills-QCcjd:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.04);
}}.thanksSpot-wXOaW {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, #ffffff 100%);
    overflow: hidden;
}.thanksSpot-wXOaW::before {
    background: rgb(157,180,190,0.5);
    height: 120%;
    transform: rotate(-5deg);
    left: -10%;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 0% 85%);
    content: "";
    width: 60%;
    opacity: 0.1;
    position: absolute;
    top: -10%;
    z-index: 1;
}.thanksSpot-wXOaW::after {
    right: -5%;
    background: rgb(110,110,180,0.5);
    z-index: 1;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    width: 40%;
    height: 80%;
    position: absolute;
    content: "";
    transform: rotate(3deg);
    bottom: -5%;
    opacity: 0.1;
}.thanksSpot-wXOaW .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.thanksSpot-wXOaW .team-profile-PmNSX {
    padding: 60px 40px;
    backdrop-filter: blur(5px);
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    display: grid;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    gap: 30px;
}.thanksSpot-wXOaW .team-profile-PmNSX:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(0deg);
}.thanksSpot-wXOaW .team-profile-PmNSX::before {
    top: 0;
    position: absolute;
    content: "";
    height: 6px;
    width: 100%;
    background: linear-gradient(90deg, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    left: 0;
}.thanksSpot-wXOaW .team-profile-PmNSX::after {
    animation: rotate 15s infinite linear;
    border: 2px solid rgb(157,180,190,0.5);
    opacity: 0.2;
    top: 20px;
    width: 60px;
    right: 20px;
    height: 60px;
    z-index: -1;
    content: "";
    position: absolute;
}.thanksSpot-wXOaW h5 {
    font-weight: 700;
    padding-left: 20px;
    margin: 0 0 10px;
    position: relative;
    color: rgb(157,180,190);
    font-size: 21px;
    line-height: 1.4;
    transform: translateZ(0);
}.thanksSpot-wXOaW h5::before {
    top: 0.4em;
    height: 8px;
    content: "";
    left: 0;
    background: rgb(157,180,190);
    transform: rotate(45deg);
    width: 8px;
    position: absolute;
}.thanksSpot-wXOaW p {
    font-size: 12px;
    line-height: 1.8;
    transition: all 0.3s ease;
    margin: 0;
    color: #000000;
    border-left: 1px solid rgb(157,180,190,0.5);
    padding-left: 20px;
    position: relative;
}.thanksSpot-wXOaW a {
    text-decoration: none;
    padding: 20px;
    background-color: rgba(rgb(217,227,231), 0.3);
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
    display: block;
}.thanksSpot-wXOaW a::before {
    transform-origin: left;
    transition: transform 0.5s ease;
    bottom: 0;
    content: "";
    transform: scaleX(0.7);
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(157,180,190,0.5), transparent);
}.thanksSpot-wXOaW a:hover::before {
    transform: scaleX(1);
}.thanksSpot-wXOaW a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    background-color: rgba(rgb(217,227,231), 0.5);
}.thanksSpot-wXOaW a:hover p {
    padding-left: 25px;
    border-left-color: rgb(157,180,190);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (min-width: 768px) {.thanksSpot-wXOaW {
    padding: 150px 0;
}.thanksSpot-wXOaW .team-profile-PmNSX {
    padding: 80px 60px;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}.thanksSpot-wXOaW h5 {
    max-width: 90%;
    font-size: calc(21px * 1.1);
}.thanksSpot-wXOaW p {
    font-size: calc(12px * 1.05);
}.thanksSpot-wXOaW a {
    padding: 25px;
}
}

@media screen and (min-width: 992px) {.thanksSpot-wXOaW {
    padding: 180px 0;
}.thanksSpot-wXOaW .team-profile-PmNSX {
    padding: 100px 80px;
    gap: 60px;
    grid-template-columns: 0.8fr 1.2fr;
}.thanksSpot-wXOaW h5 {
    font-size: calc(21px * 1.2);
    padding-left: 30px;
}.thanksSpot-wXOaW h5::before {
    height: 10px;
    width: 10px;
}.thanksSpot-wXOaW p {
    padding-left: 30px;
    font-size: calc(12px * 1.1);
}.thanksSpot-wXOaW a {
    padding: 30px;
}
}

@media screen and (max-width: 767px) {.thanksSpot-wXOaW {
    padding: 80px 0;
}.thanksSpot-wXOaW .team-profile-PmNSX {
    padding: 40px 25px;
}.thanksSpot-wXOaW h5 {
    font-size: calc(21px * 0.95);
}.thanksSpot-wXOaW p {
    font-size: calc(12px * 0.95);
}.thanksSpot-wXOaW a {
    padding: 15px;
}
}

@media (prefers-reduced-motion: reduce) {.thanksSpot-wXOaW .team-profile-PmNSX,
    .thanksSpot-wXOaW .team-profile-PmNSX:hover,
    .thanksSpot-wXOaW a,
    .thanksSpot-wXOaW a:hover,
    .thanksSpot-wXOaW p,
    .thanksSpot-wXOaW a:hover p,
    .thanksSpot-wXOaW a::before,
    .thanksSpot-wXOaW a:hover::before {
    animation: none;
    transform: none;
    transition: none;
}}.privacy-shell-mXPnd {
    position: relative;
    background: linear-gradient(165deg, rgb(217,227,231) 0%, #ffffff 100%);
    color: #000000;
    font-family: Arial, sans-serif;
    padding: 4rem 1.5rem;
    overflow: hidden;
}.privacy-shell-mXPnd::before {
    left: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(157,180,190,0.5) 0,
        rgb(157,180,190,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    top: 0;
    content: "";
    width: 100%;
    opacity: 0.05;
}.privacy-shell-mXPnd .container {
    max-width: 1140px;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
    transform: translateZ(0);
    z-index: 1;
    background: #ffffff;
    padding: 3.5rem 2.5rem;
}.privacy-shell-mXPnd h1 {
    font-weight: 700;
    margin: 0 0 2rem;
    transform: translateY(0);
    padding-bottom: 1rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: rgb(157,180,190);
    font-size: 40px;
    position: relative;
    line-height: 1.2;
}.privacy-shell-mXPnd h1::after {
    width: 80px;
    transition: width 0.4s ease-out;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    left: 0;
    height: 3px;
    bottom: 0;
}.privacy-shell-mXPnd:hover h1::after {
    width: 120px;
}.privacy-shell-mXPnd h2 {
    color: rgb(110,110,180);
    font-weight: 600;
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-size: 36px;
    position: relative;
}.privacy-shell-mXPnd h2::before {
    left: 0;
    top: 0;
    width: 4px;
    border-radius: 2px;
    transition: transform 0.3s ease;
    transform: scaleY(0.8);
    content: "";
    background: rgb(157,180,190);
    height: 100%;
    position: absolute;
}.privacy-shell-mXPnd h2:hover::before {
    transform: scaleY(1);
}.privacy-shell-mXPnd h3 {
    padding-left: 1.5rem;
    color: #000000;
    position: relative;
    font-size: calc(36px * 0.85);
    margin: 2.2rem 0 1rem;
    font-weight: 600;
}.privacy-shell-mXPnd h3::before {
    position: absolute;
    top: 50%;
    background: rgb(110,110,180);
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    left: 0;
    content: "";
}.privacy-shell-mXPnd h4 {
    font-weight: 400;
    position: relative;
    color: #000000;
    font-size: calc(36px * 0.7);
    padding-left: 1.5rem;
    margin: 2rem 0 0.8rem;
}.privacy-shell-mXPnd h4::before {
    top: 50%;
    color: rgb(157,180,190);
    position: absolute;
    font-size: 0.9em;
    transform: translateY(-50%);
    left: 0;
    content: "→";
}.privacy-shell-mXPnd p {
    transition: opacity 0.3s ease;
    margin-bottom: 1.5rem;
    font-size: 18px;
    line-height: 1.7;
    color: #000000;
    max-width: 92%;
    opacity: 0.9;
}.privacy-shell-mXPnd p:hover {
    opacity: 1;
}.privacy-shell-mXPnd p strong {
    z-index: 1;
    color: #000000;
    font-weight: 600;
    position: relative;
}.privacy-shell-mXPnd p strong::after {
    left: 0;
    height: 30%;
    transform: scaleX(0.95);
    background-color: rgb(157,180,190,0.5);
    width: 100%;
    bottom: 0;
    position: absolute;
    transition: transform 0.3s ease;
    content: "";
    transform-origin: left;
    z-index: -1;
}.privacy-shell-mXPnd p strong:hover::after {
    transform: scaleX(1);
}.privacy-shell-mXPnd ul {
    margin: 1.5rem 0;
    padding: 0.5rem 0 1rem 1.5rem;
    list-style: none;
    position: relative;
}.privacy-shell-mXPnd ul::before {
    top: 0;
    bottom: 0;
    width: 3px;
    border-radius: 1.5px;
    position: absolute;
    left: 0;
    background: linear-gradient(180deg, rgb(157,180,190) 0%, rgb(157,180,190,0.5) 100%);
    content: "";
}.privacy-shell-mXPnd li {
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-size: 18px;
    transition: transform 0.3s ease;
    padding-left: 1.5rem;
    line-height: 1.7;
}.privacy-shell-mXPnd li::before {
    content: "";
    width: 8px;
    left: 0;
    height: 8px;
    background: rgb(110,110,180);
    top: 0.75em;
    transition: background 0.3s ease;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
}.privacy-shell-mXPnd li:hover {
    transform: translateX(3px);
}.privacy-shell-mXPnd li:hover::before {
    background: rgb(157,180,190);
}.privacy-shell-mXPnd span {
    margin-bottom: 2rem;
    background-color: rgba(rgb(110,110,180,0.5), 0.07);
    opacity: 0.85;
    display: block;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    border-left: 3px solid rgb(110,110,180);
    line-height: 1.65;
    font-size: calc(18px * 0.95);
    color: #000000;
}.privacy-shell-mXPnd span:hover {
    background-color: rgba(rgb(110,110,180,0.5), 0.1);
    opacity: 1;
}

@media screen and (max-width: 992px) {.privacy-shell-mXPnd {
    padding: 3rem 1rem;
}.privacy-shell-mXPnd .container {
    padding: 2.5rem 2rem;
}.privacy-shell-mXPnd h1 {
    font-size: calc(40px * 0.9);
}.privacy-shell-mXPnd h2 {
    font-size: calc(36px * 0.9);
}.privacy-shell-mXPnd p {
    max-width: 100%;
}
}

@media screen and (max-width: 768px) {.privacy-shell-mXPnd {
    padding: 2.5rem 0.75rem;
}.privacy-shell-mXPnd .container {
    padding: 2rem 1.5rem;
}.privacy-shell-mXPnd h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.privacy-shell-mXPnd h2 {
    margin: 2rem 0 1rem;
    font-size: calc(36px * 0.8);
}.privacy-shell-mXPnd h3 {
    font-size: calc(36px * 0.7);
}.privacy-shell-mXPnd h4 {
    font-size: calc(36px * 0.6);
}.privacy-shell-mXPnd p, 
    .privacy-shell-mXPnd li {
    font-size: calc(18px * 0.95);
}.privacy-shell-mXPnd span {
    font-size: calc(18px * 0.9);
    padding: 0.75rem 1rem;
}
}

@media screen and (max-width: 576px) {.privacy-shell-mXPnd {
    padding: 2rem 0.5rem;
}.privacy-shell-mXPnd .container {
    padding: 1.5rem 1.25rem;
}.privacy-shell-mXPnd h1 {
    font-size: calc(40px * 0.7);
    padding-bottom: 0.75rem;
}.privacy-shell-mXPnd h1::after {
    height: 2px;
    width: 60px;
}.privacy-shell-mXPnd:hover h1::after {
    width: 90px;
}.privacy-shell-mXPnd h2 {
    font-size: calc(36px * 0.7);
    padding-left: 0.75rem;
}.privacy-shell-mXPnd h2::before {
    width: 3px;
}.privacy-shell-mXPnd h3, 
    .privacy-shell-mXPnd h4 {
    padding-left: 1.25rem;
}.privacy-shell-mXPnd ul {
    padding-left: 1rem;
}.privacy-shell-mXPnd li {
    padding-left: 1.25rem;
}.privacy-shell-mXPnd li::before {
    height: 6px;
    width: 6px;
}.privacy-shell-mXPnd span {
    border-left: 2px solid rgb(110,110,180);
    padding: 0.75rem 0.75rem;
}}.audience-profile-lvRhc {
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(110,110,180,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
}.audience-profile-lvRhc::before {
    position: absolute;
    top: 0;
    height: 100%;
    content: '';
    z-index: 1;
    background-size: 50px 50px;
    width: 100%;
    left: 0;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(157,180,190,0.5) 46%, rgb(157,180,190,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(110,110,180,0.5) 46%, rgb(110,110,180,0.5) 54%, transparent 55%);
    opacity: 0.1;
}.audience-profile-lvRhc::after {
    top: 0;
    animation: pulseDots 10s infinite alternate;
    z-index: 1;
    opacity: 0.4;
    content: '';
    left: 0;
    background-image: radial-gradient(circle at 50% 50%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(157,180,190,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(157,180,190,0.5) 0%, transparent 2%);
    width: 100%;
    background-size: 180px 180px;
    position: absolute;
    height: 100%;
}.audience-profile-lvRhc .team-profile-PmNSX {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 2;
    position: relative;
}.audience-profile-lvRhc h3 {
    position: relative;
    padding-left: 1.5rem;
    font-size: 36px;
    font-weight: 700;
    text-align: left;
    color: rgb(110,110,180);
    margin-bottom: 3rem;
    box-shadow: -5px 0 15px rgb(157,180,190,0.5);
    border-left: 4px solid rgb(157,180,190);
}.audience-profile-lvRhc ul {
    padding: 0;
    list-style-type: none;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    display: grid;
    margin: 0;
}.audience-profile-lvRhc li {
    display: flex;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    align-items: center;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 1.8rem;
    border-radius: 27px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}.audience-profile-lvRhc li::before {
    height: 100%;
    top: 0;
    pointer-events: none;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    left: 0;
    content: '';
}.audience-profile-lvRhc li::after {
    content: '';
    background: rgb(157,180,190);
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    transition: width 0.4s ease, opacity 0.4s ease;
    height: 100%;
}.audience-profile-lvRhc li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(157,180,190,0.5);
    transform: translateY(-5px) scale(1.02);
}.audience-profile-lvRhc li:hover::after {
    opacity: 1;
    width: 8px;
}.audience-profile-lvRhc li svg {
    transition: all 0.4s ease;
    flex-shrink: 0;
    animation: pulseIcon 3s infinite alternate;
    fill: rgb(157,180,190);
    width: 40px;
    margin-right: 1.5rem;
    height: 40px;
    filter: drop-shadow(0 0 8px rgb(157,180,190,0.5));
}.audience-profile-lvRhc li:hover svg {
    animation-duration: 1.5s;
}.audience-profile-lvRhc li svg path {
    transition: all 0.4s ease;
}.audience-profile-lvRhc li:hover svg path {
    fill: rgb(157,180,190);
}.audience-profile-lvRhc li {
    line-height: 1.5;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.audience-profile-lvRhc li:nth-child(1)::after {
    animation-delay: 0s;
}.audience-profile-lvRhc li:nth-child(2)::after {
    animation-delay: 0.5s;
}.audience-profile-lvRhc li:nth-child(3)::after {
    animation-delay: 1s;
}.audience-profile-lvRhc li:nth-child(4)::after {
    animation-delay: 1.5s;
}.audience-profile-lvRhc li:nth-child(1) svg {
    animation-delay: 0s;
}.audience-profile-lvRhc li:nth-child(2) svg {
    animation-delay: 1s;
}.audience-profile-lvRhc li:nth-child(3) svg {
    animation-delay: 0.5s;
}.audience-profile-lvRhc li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(157,180,190,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(157,180,190));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(157,180,190,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(157,180,190);
    }
}

@media (max-width: 991px) {.audience-profile-lvRhc {
    padding: 4rem 0;
}.audience-profile-lvRhc h3 {
    padding-left: 1.2rem;
    font-size: calc(36px * 0.9);
}.audience-profile-lvRhc li {
    padding: 1.5rem;
}.audience-profile-lvRhc li svg {
    width: 35px;
    height: 35px;
    margin-right: 1.2rem;
}
}

@media (max-width: 767px) {.audience-profile-lvRhc {
    padding: 3rem 0;
}.audience-profile-lvRhc ul {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.audience-profile-lvRhc h3 {
    box-shadow: 0 5px 15px rgb(157,180,190,0.5);
    padding-left: 0;
    border-bottom: 4px solid rgb(157,180,190);
    text-align: center;
    font-size: calc(36px * 0.8);
    margin-bottom: 2.5rem;
    padding-bottom: 1rem;
    border-left: none;
}.audience-profile-lvRhc li {
    padding: 1.2rem;
}.audience-profile-lvRhc li svg {
    height: 30px;
    margin-right: 1rem;
    width: 30px;
}}header {
    width: 100%;
    left: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    top: 0;
    position: fixed;
    z-index: 1000;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: rgb(217,227,231);
}header:before {
    content: '';
    height: 5px;
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(157,180,190) 0%, 
        rgb(110,110,180) 50%, 
        rgb(157,180,190) 100%
    );
    top: 0;
}header:after {
    content: '';
    background-size: 20px 20px;
    opacity: 0.4;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.01);
    bottom: 0;
    height: 100%;
    pointer-events: none;
    left: 0;
    width: 100%;
    background: 
        linear-gradient(135deg, rgb(217,227,231) 25%, transparent 25%) -10px 0,
        linear-gradient(225deg, rgb(217,227,231) 25%, transparent 25%) -10px 0,
        linear-gradient(315deg, rgb(217,227,231) 25%, transparent 25%),
        linear-gradient(45deg, rgb(217,227,231) 25%, transparent 25%);
}header .head-main-OzFMc {
    overflow: hidden;
    position: relative;
}header .head-main-OzFMc:before {
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 0;
    width: 100%;
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        rgb(157,180,190,0.5),
        transparent
    );
}header .container {
    padding: 15px 25px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}header .container:before {
    position: absolute;
    opacity: 0.7;
    left: 10px;
    height: 8px;
    width: 8px;
    background: rgb(157,180,190);
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    content: '';
}header .container:after {
    background: rgb(110,110,180);
    content: '';
    transform: translateY(-50%) rotate(45deg);
    right: 10px;
    position: absolute;
    width: 8px;
    top: 50%;
    height: 8px;
    opacity: 0.7;
}header .header-bar-tlpAT {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .header-bar-tlpAT:before {
    background: linear-gradient(90deg,
        transparent 0%,
        #000000 20%,
        #000000 80%,
        transparent 100%
    );
    opacity: 0.2;
    width: 100%;
    position: absolute;
    height: 1px;
    left: 0;
    bottom: -10px;
    content: '';
}header .main-page-qUVJx {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}header .main-page-qUVJx:before {
    background: rgb(157,180,190);
    bottom: -8px;
    left: 0;
    transform-origin: center;
    transform: scaleX(0.9);
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: absolute;
    height: 2px;
    width: 100%;
    content: '';
}header .main-page-qUVJx:hover:before {
    transform: scaleX(1);
    opacity: 0.3;
}header .top-navbar-kGOxy {
    text-decoration: none;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    padding: 8px 2px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
    font-size: 14px;
}header .top-navbar-kGOxy:before {
    background: rgb(157,180,190);
    content: '';
    width: 100%;
    left: 0;
    transform: translateX(-101%);
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    bottom: 0;
    height: 2px;
    position: absolute;
}header .top-navbar-kGOxy:after {
    height: 8px;
    transition: all 0.3s ease;
    content: '';
    background: rgb(157,180,190);
    transform: translate(-50%, -50%) rotate(45deg);
    top: 100%;
    position: absolute;
    width: 8px;
    opacity: 0;
    left: 50%;
}header .top-navbar-kGOxy:hover {
    color: rgb(157,180,190);
}header .top-navbar-kGOxy:hover:before {
    transform: translateX(0);
}header .top-navbar-kGOxy:hover:after {
    opacity: 1;
    top: calc(100% - 3px);
}header .top-class-KrXxs {
    display: flex;
    position: relative;
    padding: 5px 12px;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
}header .top-class-KrXxs:before {
    left: 0;
    top: 0;
    position: absolute;
    border-radius: 10px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    opacity: 0;
    background: linear-gradient(rgb(217,227,231), rgb(217,227,231)) padding-box,
                linear-gradient(135deg, rgb(157,180,190), rgb(110,110,180)) border-box;
    border: 2px solid transparent;
    content: '';
    width: 100%;
}header .top-class-KrXxs:after {
    transition: all 0.4s ease;
    left: -5px;
    top: -5px;
    width: 10px;
    position: absolute;
    background: linear-gradient(135deg, rgb(157,180,190), rgb(110,110,180));
    opacity: 0;
    content: '';
    transform: scale(0);
    border-radius: 50%;
    height: 10px;
}header .top-class-KrXxs:hover:before {
    opacity: 1;
}header .top-class-KrXxs:hover:after {
    opacity: 1;
    transform: scale(1);
}header .top-class-KrXxs svg {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 42px;
    width: auto;
}header .top-class-KrXxs:hover svg {
    transform: scale(1.05);
}

@keyframes drawBorder {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .main-page-qUVJx {
    gap: 20px;
}header .top-class-KrXxs svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .main-page-qUVJx {
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.1);
    flex-direction: column;
    position: fixed;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    max-width: 320px;
    top: 0;
    gap: 5px;
    background: rgb(217,227,231);
    width: 80%;
    z-index: 1001;
    right: -100%;
    padding: 75px 30px 30px;
}header .main-page-qUVJx:before {
    bottom: auto;
    left: 10%;
    width: 80%;
    top: 60px;
    height: 1px;
}header .menu.active {
    right: 0;
}header .top-navbar-kGOxy {
    width: 100%;
    padding: 14px 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}header .top-navbar-kGOxy:last-child {
    border-bottom: none;
}header .top-navbar-kGOxy:after {
    transform: translateY(-50%) rotate(45deg);
    top: 50%;
    left: 10px;
}header .top-navbar-kGOxy:hover:after {
    opacity: 1;
    left: 5px;
    top: 50%;
}header .top-class-KrXxs {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .container:before,
    header .container:after {
    display: none;
}header .top-class-KrXxs svg {
    height: 35px;
}}.instructor-profile-rESlA {
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgb(157,180,190,0.5) 100%);
    padding: 5rem 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.instructor-profile-rESlA::before {
    pointer-events: none;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(110,110,180,0.5) 49.5%, rgb(110,110,180,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(110,110,180,0.5) 49.5%, rgb(110,110,180,0.5) 50.5%, transparent 50.5%);
    height: 100%;
    width: 100%;
    opacity: 0.1;
    z-index: 1;
    left: 0;
    position: absolute;
    background-size: 60px 60px;
    content: "";
}.instructor-profile-rESlA .container {
    transform-style: preserve-3d;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 1.5rem;
}.instructor-profile-rESlA .rating-showcase-umtZr {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    padding: 2.5rem;
    transform: rotateY(-2deg) translateZ(10px);
    grid-template-columns: 1fr;
    border-radius: 10px;
    border-left: 4px solid rgb(157,180,190);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    grid-gap: 2rem;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 3px 3px rgba(0, 0, 0, 0.03);
    display: grid;
}.instructor-profile-rESlA .rating-showcase-umtZr:hover {
    transform: rotateY(0deg) translateZ(20px) scale(1.01);
}.instructor-profile-rESlA .rating-showcase-umtZr > div:first-child {
    align-self: start;
    position: relative;
}.instructor-profile-rESlA .pic-list-wrap-YCpmO {
    height: 200px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 200px;
    transform: translateZ(20px);
}.instructor-profile-rESlA .pic-list-wrap-YCpmO::after {
    z-index: 1;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, rgba(rgb(157,180,190), 0.2) 0%, transparent 100%);
}.instructor-profile-rESlA .rating-showcase-umtZr:hover .pic-list-wrap-YCpmO {
    transform: translateZ(30px) scale(1.05);
}.instructor-profile-rESlA .rating-showcase-umtZr > div:nth-child(2) {
    transform: translateZ(15px);
    align-self: start;
}.instructor-profile-rESlA .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    transition: transform 0.4s ease;
    transform: translateX(0);
    font-size: calc(23px * 1.1);
    position: relative;
    color: rgb(157,180,190);
    display: inline-block;
}.instructor-profile-rESlA .name::after {
    background-color: rgb(110,110,180);
    bottom: -5px;
    height: 2px;
    position: absolute;
    transition: width 0.4s ease-out;
    left: 0;
    width: 0;
    content: "";
}.instructor-profile-rESlA .rating-showcase-umtZr:hover .name::after {
    width: 100%;
}.instructor-profile-rESlA .rating-showcase-umtZr:hover .name {
    transform: translateX(5px);
}.instructor-profile-rESlA .rating-showcase-umtZr > div:nth-child(2) > div {
    opacity: 0.85;
    font-style: italic;
    font-weight: 600;
    color: #000000;
    font-size: calc(16px * 0.95);
    margin-bottom: 1rem;
}.instructor-profile-rESlA .work-table-SyvwP {
    margin: 0;
    padding-left: 1.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
    transform: translateZ(10px);
}.instructor-profile-rESlA .work-table-SyvwP::before {
    height: 100%;
    top: 0;
    width: 3px;
    left: 0;
    background: linear-gradient(to bottom, rgb(157,180,190) 0%, rgb(110,110,180) 100%);
    position: absolute;
    content: "";
}

@media (min-width: 768px) {.instructor-profile-rESlA {
    padding: 7rem 0;
}.instructor-profile-rESlA .rating-showcase-umtZr {
    grid-template-columns: 220px 1fr 2fr;
    padding: 3rem;
    grid-gap: 2.5rem;
    align-items: start;
}.instructor-profile-rESlA .pic-list-wrap-YCpmO {
    width: 220px;
    height: 260px;
}.instructor-profile-rESlA .name {
    font-size: calc(23px * 1.2);
    margin-bottom: 0.75rem;
}.instructor-profile-rESlA .work-table-SyvwP {
    padding-left: 2rem;
    font-size: calc(16px * 1.05);
}.instructor-profile-rESlA .work-table-SyvwP::before {
    width: 4px;
}
}

@media (min-width: 992px) {.instructor-profile-rESlA .container {
    padding: 0 3rem;
}.instructor-profile-rESlA .rating-showcase-umtZr {
    padding: 3.5rem;
    grid-template-columns: 260px 1fr 2.5fr;
    grid-gap: 3rem;
}.instructor-profile-rESlA .pic-list-wrap-YCpmO {
    width: 260px;
    height: 300px;
}.instructor-profile-rESlA .name {
    font-size: calc(23px * 1.3);
    margin-bottom: 1rem;
}.instructor-profile-rESlA .rating-showcase-umtZr > div:nth-child(2) > div {
    font-size: 16px;
    margin-bottom: 1.5rem;
}.instructor-profile-rESlA .work-table-SyvwP {
    font-size: calc(16px * 1.1);
    line-height: 1.7;
}
}

@media (min-width: 1200px) {.instructor-profile-rESlA .rating-showcase-umtZr {
    grid-gap: 3.5rem;
    grid-template-columns: 300px 1fr 3fr;
    padding: 4rem;
}.instructor-profile-rESlA .pic-list-wrap-YCpmO {
    height: 350px;
    width: 300px;
}
}

@media (max-width: 767px) {.instructor-profile-rESlA .rating-showcase-umtZr {
    transform: rotateY(0deg) translateZ(0);
    padding: 2rem;
}.instructor-profile-rESlA .pic-list-wrap-YCpmO {
    width: 180px;
    height: 180px;
    margin: 0 auto 1.5rem;
}.instructor-profile-rESlA .rating-showcase-umtZr > div:first-child {
    display: flex;
    justify-content: center;
}.instructor-profile-rESlA .rating-showcase-umtZr > div:nth-child(2) {
    text-align: center;
}.instructor-profile-rESlA .work-table-SyvwP {
    padding-top: 1.5rem;
    padding-left: 0;
}.instructor-profile-rESlA .work-table-SyvwP::before {
    left: 50%;
    top: 0;
    width: 60px;
    transform: translateX(-50%);
    height: 3px;
}}.pricing-column-uPrmN {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(217,227,231) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
    padding: 100px 0;
}.pricing-column-uPrmN::before {
    z-index: 1;
    pointer-events: none;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    height: 100%;
    left: 0;
}.pricing-column-uPrmN .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.pricing-column-uPrmN .pricing-schemes-GPeBw {
    display: flex;
    flex-direction: column-reverse;
}.pricing-column-uPrmN .learning-rates-MWAco {
    transition: transform 0.5s ease-out;
    text-align: center;
    margin-bottom: 50px;
}.pricing-column-uPrmN .learning-rates-MWAco h2 {
    margin-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-size: 35px;
    display: inline-block;
    position: relative;
}.pricing-column-uPrmN .learning-rates-MWAco h2::after {
    background: rgb(157,180,190);
    height: 3px;
    width: 80px;
    left: 50%;
    bottom: -10px;
    content: "";
    position: absolute;
    transform: translateX(-50%);
}.pricing-column-uPrmN .skill-pricing-zsKSd {
    word-break: break-word;
    font-size: 12px;
    line-height: 1.6;
    margin: 0 auto;
    overflow-wrap: break-word;
    max-width: 700px;
    color: #000000;
    white-space: normal;
}.pricing-column-uPrmN .payment-pricing-pZuyQ {
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}.pricing-column-uPrmN .program-fees-ixBoO {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    border-radius: 8px;
    color: #000000;
}.pricing-column-uPrmN .program-fees-ixBoO:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.pricing-column-uPrmN .plan-options-arucx {
    background-color: #ffffff;
    position: relative;
    display: flex;
    min-height: 450px;
    overflow: hidden;
    flex-direction: column;
}.pricing-column-uPrmN .payment-scheme-vHNhL {
    position: relative;
    display: flex;
    padding: 30px;
    flex: 1;
    overflow-wrap: break-word;
    white-space: normal;
    flex-direction: column;
    z-index: 2;
    word-break: break-word;
}.pricing-column-uPrmN .payment-scheme-vHNhL h3 {
    font-weight: 600;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 8px;
    transform: translateX(0);
    color: #000000;
    font-size: calc(19px + 2px);
}.pricing-column-uPrmN .program-fees-ixBoO:hover .payment-scheme-vHNhL h3 {
    transform: translateX(5px);
}.pricing-column-uPrmN .discount-plan-PldHX {
    font-weight: 700;
    margin: 15px 0;
    font-size: calc(19px + 4px);
    position: relative;
    display: inline-block;
    color: rgb(157,180,190);
}.pricing-column-uPrmN .discount-plan-PldHX::before {
    background: rgb(157,180,190);
    height: 2px;
    width: 10px;
    position: absolute;
    top: 50%;
    left: -20px;
    opacity: 0;
    content: "";
    transform: translateX(-10px);
    transition: all 0.3s ease;
}.pricing-column-uPrmN .program-fees-ixBoO:hover .discount-plan-PldHX::before {
    opacity: 1;
    transform: translateX(0);
}.pricing-column-uPrmN .payment-scheme-vHNhL p {
    margin-top: 15px;
    color: #000000;
    white-space: normal;
    flex: 1;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 12px;
}.pricing-column-uPrmN .pic-list-wrap-YCpmO {
    height: 200px;
    overflow: hidden;
    width: 100%;
    transition: transform 0.6s ease;
    position: relative;
}.pricing-column-uPrmN .pic-list-wrap-YCpmO::after {
    width: 100%;
    z-index: 1;
    position: absolute;
    background: linear-gradient(0deg, rgba(rgb(157,180,190,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    top: 0;
    height: 100%;
    left: 0;
    content: "";
}.pricing-column-uPrmN .program-fees-ixBoO:hover .pic-list-wrap-YCpmO {
    transform: scale(1.05);
}.pricing-column-uPrmN .program-fees-ixBoO:nth-child(odd) .plan-options-arucx {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing-column-uPrmN .program-fees-ixBoO:nth-child(even) .plan-options-arucx {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing-column-uPrmN .program-fees-ixBoO:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing-column-uPrmN .program-fees-ixBoO:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing-column-uPrmN .program-fees-ixBoO:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing-column-uPrmN .program-fees-ixBoO:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing-column-uPrmN .payment-pricing-pZuyQ {
    grid-template-columns: repeat(2, 1fr);
}.pricing-column-uPrmN .learning-rates-MWAco {
    margin-bottom: 60px;
}.pricing-column-uPrmN .payment-scheme-vHNhL h3 {
    font-size: 19px;
}.pricing-column-uPrmN .discount-plan-PldHX {
    font-size: calc(19px + 2px);
}.pricing-column-uPrmN .payment-scheme-vHNhL p {
    font-size: calc(12px - 1px);
}
}

@media (min-width: 992px) {.pricing-column-uPrmN .pricing-schemes-GPeBw {
    align-items: center;
    gap: 50px;
    flex-direction: row;
}.pricing-column-uPrmN .learning-rates-MWAco {
    flex: 0 0 30%;
    margin-bottom: 0;
    text-align: left;
}.pricing-column-uPrmN .learning-rates-MWAco h2::after {
    transform: none;
    left: 0;
}.pricing-column-uPrmN .payment-pricing-pZuyQ {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-column-uPrmN .payment-scheme-vHNhL {
    padding: 35px;
}
}

@media (min-width: 1200px) {.pricing-column-uPrmN .payment-pricing-pZuyQ {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}.pricing-column-uPrmN .plan-options-arucx {
    min-height: 500px;
}.pricing-column-uPrmN .pic-list-wrap-YCpmO {
    height: 220px;
}.pricing-column-uPrmN .payment-scheme-vHNhL h3 {
    font-size: calc(19px + 2px);
}.pricing-column-uPrmN .discount-plan-PldHX {
    font-size: calc(19px + 6px);
}
}