* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}.wrap-container-wSGp {
    flex-direction: column;
    height: 100%;
    display: flex;
    min-height: 100%;
}.container {
    margin: auto;
    width: 1134px;
    max-width: 100%;
}.pledge-block-9Bcf {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    min-height: 100%;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
}.main-lead-29iZ {
    flex: 1 0 auto;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.appContent-YFrB {
    position: relative;
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgb(195,166,201,0.5) 100%);
}.appContent-YFrB::before {
    pointer-events: none;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(172,106,185,0.5) 49.5%, rgb(172,106,185,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(172,106,185,0.5) 49.5%, rgb(172,106,185,0.5) 50.5%, transparent 50.5%);
    top: 0;
    background-size: 60px 60px;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
}.appContent-YFrB::after {
    transform: rotate(-15deg) skewX(-15deg);
    right: -10%;
    opacity: 0.03;
    content: "";
    width: 50%;
    background: rgb(195,166,201);
    z-index: 0;
    top: 20%;
    height: 70%;
    position: absolute;
}.appContent-YFrB .container {
    position: relative;
    transform-style: preserve-3d;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    perspective: 1000px;
}.appContent-YFrB h2 {
    font-size: 36px;
    color: #000000;
    position: relative;
    opacity: 0;
    font-weight: 700;
    animation: slideTitle 0.8s forwards 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(30px);
    text-align: left;
    margin-bottom: 40px;
}.appContent-YFrB h2::after {
    width: 80px;
    transform: scaleX(0);
    background: linear-gradient(to right, rgb(195,166,201), rgb(172,106,185));
    height: 4px;
    animation: expandLine 1.2s forwards 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: -15px;
    content: "";
    left: 0;
    position: absolute;
    transform-origin: left;
}.appContent-YFrB .skill-track-ozSO {
    opacity: 0;
    overflow: hidden;
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    border-radius: 10px;
    position: relative;
    background: #ffffff;
    padding: 50px 40px;
    animation: fadeScale 0.8s forwards 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.appContent-YFrB .skill-track-ozSO::before {
    width: 100%;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(135deg, rgb(195,166,201,0.5) 0%, transparent 80%);
    opacity: 0.07;
    z-index: 0;
    left: 0;
    top: 0;
}.appContent-YFrB .skill-track-ozSO::after {
    background: radial-gradient(circle, rgb(195,166,201,0.5) 0%, transparent 70%);
    z-index: 0;
    content: "";
    transform: scale(0.8);
    width: 300%;
    top: -100%;
    height: 300%;
    transition: opacity 1.5s ease, transform 1.5s ease;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    left: -100%;
}.appContent-YFrB .skill-track-ozSO:hover::after {
    opacity: 0.05;
    transform: scale(1);
}.appContent-YFrB ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 2;
}.appContent-YFrB li {
    padding-left: 30px;
    position: relative;
    z-index: 2;
}.appContent-YFrB li::before {
    width: 10px;
    content: "";
    top: 12px;
    position: absolute;
    animation: popIn 0.5s forwards 1s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-radius: 50%;
    left: 0;
    transform: scale(0);
    background: linear-gradient(135deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    height: 10px;
}.appContent-YFrB li span {
    opacity: 0;
    line-height: 1.8;
    color: #000000;
    font-family: Arial, sans-serif;
    animation: fadeUp 0.8s forwards 0.8s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    font-size: 16px;
    transform: translateY(20px);
}.appContent-YFrB .skill-track-ozSO:hover {
    box-shadow: 0 22px 60px -20px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateZ(20px) perspective(1000px) rotateX(1deg);
}


@keyframes cursorRadial {
    0% { transform: scale(0); opacity: 0.8; }
    100% { transform: scale(1); opacity: 0; }
}


@keyframes slideTitle {
    0% { opacity: 0; transform: translateZ(30px) translateY(-20px); }
    100% { opacity: 1; transform: translateZ(30px) translateY(0); }
}

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

@keyframes fadeScale {
    0% { opacity: 0; transform: translateZ(10px) perspective(1000px) rotateX(5deg) scale(0.95); }
    100% { opacity: 1; transform: translateZ(10px) perspective(1000px) rotateX(2deg) scale(1); }
}

@keyframes popIn {
    0% { transform: scale(0); }
    50% { transform: scale(1.2); }
    100% { transform: scale(1); }
}

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


@media screen and (max-width: 1200px) {.appContent-YFrB {
    padding: 100px 0 80px;
}.appContent-YFrB h2 {
    font-size: calc(36px - 2px);
}
}

@media screen and (max-width: 992px) {.appContent-YFrB {
    padding: 80px 0 60px;
}.appContent-YFrB h2 {
    font-size: calc(36px - 4px);
}.appContent-YFrB .skill-track-ozSO {
    padding: 40px 30px;
}
}

@media screen and (max-width: 768px) {.appContent-YFrB {
    padding: 60px 0 50px;
}.appContent-YFrB h2 {
    font-size: calc(36px - 6px);
    margin-bottom: 30px;
}.appContent-YFrB .skill-track-ozSO {
    transform: translateZ(0) perspective(1000px) rotateX(0);
    padding: 30px 25px;
}.appContent-YFrB h2::after {
    height: 3px;
    width: 60px;
}.appContent-YFrB li {
    padding-left: 25px;
}.appContent-YFrB li::before {
    height: 8px;
    width: 8px;
}
}

@media screen and (max-width: 576px) {.appContent-YFrB {
    padding: 50px 0 40px;
}.appContent-YFrB h2 {
    margin-bottom: 25px;
    font-size: calc(36px - 8px);
}.appContent-YFrB .skill-track-ozSO {
    padding: 25px 20px;
}.appContent-YFrB li {
    padding-left: 22px;
}.appContent-YFrB li span {
    line-height: 1.6;
    font-size: calc(16px - 1px);
}.appContent-YFrB li::before {
    top: 10px;
    width: 7px;
    height: 7px;
}
}

@media (hover: none) {.appContent-YFrB .skill-track-ozSO:hover {
    transform: translateZ(10px) perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 50px -20px rgba(0, 0, 0, 0.15);
}.appContent-YFrB .skill-track-ozSO:hover::after {
    opacity: 0;
}}.audience-profile-uxWb {
    overflow: hidden;
    background-color: rgb(214,204,219);
    position: relative;
    padding: 6rem 0;
}.audience-profile-uxWb::before {
    position: absolute;
    content: '';
    opacity: 0.2;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, #ffffff 0%, transparent 25%),
        radial-gradient(circle at 80% 80%, rgb(172,106,185,0.5) 0%, transparent 30%),
        radial-gradient(circle at 50% 50%, rgb(195,166,201,0.5) 0%, transparent 40%);
    left: 0;
}.audience-profile-uxWb::after {
    height: 100%;
    left: 0;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    position: absolute;
    z-index: 1;
    opacity: 0.1;
    width: 100%;
    content: '';
    top: 0;
}.audience-profile-uxWb .skill-track-ozSO {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.audience-profile-uxWb h3 {
    margin-bottom: 4rem;
    color: rgb(195,166,201);
    font-weight: 300;
    font-size: 45px;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}.audience-profile-uxWb h3::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
    content: '';
    border-radius: 50px;
    opacity: 0.8;
    background: linear-gradient(90deg, transparent, rgb(195,166,201), transparent);
    width: 80px;
    position: absolute;
}.audience-profile-uxWb ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
    list-style-type: none;
    margin: 0;
    padding: 0;
}.audience-profile-uxWb li {
    background-color: rgba(255, 255, 255, 0.9);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    align-items: center;
    padding: 2.5rem 2rem;
    text-align: center;
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    flex-direction: column;
}.audience-profile-uxWb li::before {
    top: 0;
    opacity: 0.1;
    left: 0;
    position: absolute;
    z-index: -1;
    content: '';
    transition: opacity 0.5s ease;
    height: 100%;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(195,166,201,0.5) 0%, transparent 30%),
        radial-gradient(circle at 10% 90%, rgb(172,106,185,0.5) 0%, transparent 30%);
}.audience-profile-uxWb li::after {
    transition: all 0.5s ease;
    z-index: -1;
    content: '';
    left: -50%;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.8) 0%, transparent 60%);
    opacity: 0;
    top: -50%;
    width: 200%;
    transform: scale(0.8);
    height: 200%;
    position: absolute;
}.audience-profile-uxWb li:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.1),
        0 10px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-10px);
    border-color: rgb(195,166,201,0.5);
}.audience-profile-uxWb li:hover::before {
    opacity: 0.2;
}.audience-profile-uxWb li:hover::after {
    transform: scale(1);
    opacity: 0.1;
}.audience-profile-uxWb li svg {
    transition: all 0.5s ease;
    margin-bottom: 1.5rem;
    filter: drop-shadow(0 3px 6px rgb(172,106,185,0.5));
    width: 70px;
    animation: float 8s ease-in-out infinite;
    height: 70px;
    fill: rgb(172,106,185);
}.audience-profile-uxWb li:hover svg {
    filter: drop-shadow(0 8px 15px rgb(195,166,201,0.5));
    fill: rgb(195,166,201);
    transform: translateY(-5px);
}.audience-profile-uxWb li svg path {
    transition: all 0.5s ease;
}.audience-profile-uxWb li:hover svg path {
    fill: rgb(195,166,201);
}.audience-profile-uxWb li {
    font-weight: 300;
    font-size: calc(17px * 1.1);
    color: #000000;
    line-height: 1.7;
    margin-top: 1rem;
}.audience-profile-uxWb li:nth-child(1) {
    animation-delay: 0s;
}.audience-profile-uxWb li:nth-child(2) {
    animation-delay: 0.3s;
}.audience-profile-uxWb li:nth-child(3) {
    animation-delay: 0.6s;
}.audience-profile-uxWb li:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.7;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.audience-profile-uxWb {
    padding: 5rem 0;
}.audience-profile-uxWb h3 {
    font-size: calc(45px * 0.8);
    margin-bottom: 3rem;
}.audience-profile-uxWb ul {
    gap: 2rem;
}.audience-profile-uxWb li {
    padding: 2rem 1.5rem;
}.audience-profile-uxWb li svg {
    height: 60px;
    width: 60px;
    margin-bottom: 1.2rem;
}
}

@media (max-width: 767px) {.audience-profile-uxWb {
    padding: 4rem 0;
}.audience-profile-uxWb h3 {
    letter-spacing: 1px;
    font-size: calc(45px * 0.7);
    margin-bottom: 2.5rem;
}.audience-profile-uxWb ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.audience-profile-uxWb li {
    padding: 1.8rem 1.2rem;
}.audience-profile-uxWb li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}}.pledge-block-9Bcf {
    padding: 6rem 0 4rem;
    z-index: 1;
    color: #ffffff;
    position: relative;
}.pledge-block-9Bcf::before {
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    left: 0;
    background: #000000;
    height: 100%;
    opacity: 0.85;
}.pledge-block-9Bcf::after {
    background-position: center;
    opacity: 0.15;
    background-size: 30px 30px;
    content: "";
    z-index: -1;
    top: 0;
    width: 100%;
    left: 0;
    animation: gridAnimate 15s linear infinite;
    height: 100%;
    background: 
        linear-gradient(rgba(rgb(195,166,201), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(195,166,201), 0.2) 1px, transparent 1px);
    position: absolute;
}@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

.pledge-block-9Bcf .container {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
    grid-gap: 2rem;
}.pledge-block-9Bcf .company_holder {
    grid-column: 1 / 5;
    grid-row: 1;
    position: relative;
}.pledge-block-9Bcf .company_holder::before {
    height: 60px;
    border-top: 2px solid rgb(195,166,201);
    border-left: 2px solid rgb(195,166,201);
    left: -20px;
    opacity: 0.7;
    position: absolute;
    top: -20px;
    content: "";
    width: 60px;
}.pledge-block-9Bcf .company_holder::after {
    content: "";
    width: 60px;
    bottom: -20px;
    height: 60px;
    right: -20px;
    position: absolute;
    opacity: 0.7;
    border-bottom: 2px solid rgb(195,166,201);
    border-right: 2px solid rgb(195,166,201);
}.pledge-block-9Bcf .company_holder h3 {
    background: linear-gradient(90deg, #ffffff, rgb(195,166,201));
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 1.5rem;
    display: inline-block;
}.pledge-block-9Bcf .company_holder h3::after {
    box-shadow: 0 0 10px rgb(195,166,201);
    background: rgb(195,166,201);
    bottom: -5px;
    position: absolute;
    left: 0;
    content: "";
    width: 30%;
    height: 2px;
}.pledge-block-9Bcf .case-study-jTgB {
    color: #ffffff;
    font-size: 14px;
    margin-top: 1.5rem;
    opacity: 0.8;
    line-height: 1.6;
}.pledge-block-9Bcf .art-portal-WFRZ {
    display: flex;
    grid-row: 1;
    justify-content: flex-end;
    grid-column: 6 / 13;
}.pledge-block-9Bcf .head-learn-Vr97 {
    gap: 3rem;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    display: grid;
}.pledge-block-9Bcf .header-main-VFtU {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0) 100%);
    padding: 1.5rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    backdrop-filter: blur(4px);
    position: relative;
}.pledge-block-9Bcf .header-main-VFtU:hover {
    transform: translateY(-5px);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}.pledge-block-9Bcf .header-main-VFtU::before {
    background: rgb(195,166,201);
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    position: absolute;
    transition: height 0.3s ease;
    content: "";
}.pledge-block-9Bcf .header-main-VFtU:hover::before {
    height: 100%;
}.pledge-block-9Bcf .header-main-VFtU h5 {
    font-size: 24px;
    margin-bottom: 1.5rem;
    color: rgb(172,106,185);
    position: relative;
    font-weight: 600;
    padding-left: 1rem;
    letter-spacing: 1px;
}.pledge-block-9Bcf .header-main-VFtU h5::before {
    background: rgb(195,166,201);
    left: 0;
    content: "";
    width: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 5px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgb(195,166,201);
}.pledge-block-9Bcf .header-main-VFtU .head-learn-Vr97 {
    flex-direction: column;
    gap: 0.7rem;
    display: flex;
}.pledge-block-9Bcf .header-main-VFtU .head-learn-Vr97 a {
    z-index: 1;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    padding: 0.4rem 1rem;
    overflow: hidden;
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
    transition: all 0.3s ease;
}.pledge-block-9Bcf .header-main-VFtU .head-learn-Vr97 a::before {
    background: linear-gradient(90deg, rgba(rgb(195,166,201,0.5), 0.1), transparent);
    position: absolute;
    z-index: -1;
    transform: translateX(-100%);
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    transition: transform 0.3s ease;
    content: "";
}.pledge-block-9Bcf .header-main-VFtU .head-learn-Vr97 a:hover {
    padding-left: 1.5rem;
    color: #ffffff;
    opacity: 1;
}.pledge-block-9Bcf .header-main-VFtU .head-learn-Vr97 a:hover::before {
    transform: translateX(0);
}.edu-global-PTwZ {
    background: rgba(0, 0, 0, 0.5);
    padding: 1.5rem 0;
    position: relative;
    grid-column: 1 / 13;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    margin-top: 4rem;
    grid-row: 2;
}.edu-global-PTwZ::before {
    background: linear-gradient(90deg, transparent, rgb(195,166,201), transparent);
    left: 50%;
    height: 1px;
    content: "";
    width: 60%;
    transform: translateX(-50%);
    top: 0;
    position: absolute;
}.edu-global-PTwZ .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.edu-global-PTwZ .tutor-match-mbXM {
    letter-spacing: 0.5px;
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 15px;
}

@media screen and (max-width: 992px) {.pledge-block-9Bcf .container {
    grid-template-columns: repeat(1, 1fr);
}.pledge-block-9Bcf .company_holder {
    grid-row: 1;
    grid-column: 1;
}.pledge-block-9Bcf .art-portal-WFRZ {
    grid-row: 2;
    margin-top: 2rem;
    grid-column: 1;
}.edu-global-PTwZ {
    grid-row: 3;
    margin-top: 3rem;
}
}

@media screen and (max-width: 768px) {.pledge-block-9Bcf {
    padding: 4rem 0 3rem;
}.pledge-block-9Bcf .head-learn-Vr97 {
    grid-template-columns: 1fr;
    gap: 2rem;
}.pledge-block-9Bcf .header-main-VFtU {
    padding: 1.2rem;
}.pledge-block-9Bcf .header-main-VFtU h5 {
    font-size: calc(24px * 0.9);
}.pledge-block-9Bcf .company_holder::before,
    .pledge-block-9Bcf .company_holder::after {
    height: 40px;
    width: 40px;
}
}

@media screen and (max-width: 576px) {.pledge-block-9Bcf {
    padding: 3rem 0 2rem;
}.pledge-block-9Bcf .company_holder h3 {
    font-size: calc(30px * 0.9);
}.pledge-block-9Bcf .case-study-jTgB {
    font-size: calc(14px * 0.9);
}.pledge-block-9Bcf .header-main-VFtU .head-learn-Vr97 a {
    font-size: calc(14px * 0.9);
}.edu-global-PTwZ {
    margin-top: 2rem;
    padding: 1rem 0;
}}.course-program-mkwx {
    position: relative;
    overflow: hidden;
    background: rgb(214,204,219);
    perspective: 1000px;
    padding: 120px 0;
}.course-program-mkwx::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(195,166,201,0.5) 0,
        rgb(195,166,201,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
    animation: shiftLines 20s linear infinite;
    opacity: 0.05;
    left: 0;
    content: "";
    position: absolute;
    height: 100%;
}@keyframes shiftLines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

.course-program-mkwx .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    overflow: visible;
    max-width: 1280px;
    position: relative;
}.course-program-mkwx .learn-coding-bs4G {
    min-height: 550px;
    gap: 0;
    grid-template-rows: auto auto;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course-program-mkwx .text-area-wrap-HuN5 {
    grid-column: 1;
    margin-left: 50px;
    margin-right: 50px;
    grid-row: 2;
    padding: 40px;
    transition: transform 0.5s ease;
    background: #ffffff;
    margin-top: -80px;
    transform: translateZ(0);
    border-radius: 19px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1),
                0 10px 30px rgba(0, 0, 0, 0.05);
    z-index: 5;
    position: relative;
}.course-program-mkwx .text-area-wrap-HuN5::before {
    border-radius: 19px;
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(120deg, 
                rgba(255, 255, 255, 0.8) 0%, 
                rgba(255, 255, 255, 0.95) 100%);
    top: 0;
    backdrop-filter: blur(10px);
}.course-program-mkwx .text-area-wrap-HuN5::after {
    z-index: -1;
    filter: blur(20px);
    content: "";
    animation: pulsate 5s ease-in-out infinite;
    height: 100px;
    position: absolute;
    right: -20px;
    border-radius: 50%;
    opacity: 0.3;
    top: -20px;
    background: radial-gradient(circle, rgb(195,166,201) 0%, transparent 70%);
    width: 100px;
}@keyframes pulsate {
    0%, 100% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
}

.course-program-mkwx .text-area-wrap-HuN5 h2 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: 32px;
}.course-program-mkwx .text-area-wrap-HuN5 h2::before {
    border-radius: 10px;
    position: absolute;
    content: "";
    width: 40px;
    left: 0;
    height: 4px;
    transition: width 0.3s ease;
    background: rgb(195,166,201);
    bottom: -8px;
}.course-program-mkwx .text-area-wrap-HuN5:hover h2::before {
    width: 100%;
}.course-program-mkwx .text-area-wrap-HuN5 .description {
    position: relative;
    font-size: 12px;
    margin-bottom: 20px;
    color: #000000;
    z-index: 2;
    line-height: 1.7;
}.course-program-mkwx .text-area-wrap-HuN5 .description:last-child {
    margin-bottom: 0;
}.course-program-mkwx .image-slider-V3mt {
    transition: transform 0.5s ease;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    height: 450px;
    grid-row: 1;
    z-index: 3;
    border-radius: 19px;
    position: relative;
    grid-column: 1;
    transform: rotateX(5deg);
    overflow: hidden;
}.course-program-mkwx .image-slider-V3mt::before {
    background: linear-gradient(180deg, 
                transparent 0%, 
                rgba(0, 0, 0, 0.5) 100%);
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1;
}.course-program-mkwx .image-slider-V3mt::after {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    content: "";
    mix-blend-mode: overlay;
    background: radial-gradient(
        circle at 70% 20%,
        rgb(195,166,201,0.5) 0%,
        transparent 60%
    );
    width: 100%;
    height: 100%;
}.course-program-mkwx:hover .image-slider-V3mt {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-mkwx:hover .text-area-wrap-HuN5 {
    transform: translateY(-10px);
}.course-program-mkwx .container::before,
.course-program-mkwx .container::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    z-index: 1;
    opacity: 0.1;
    background: rgb(172,106,185,0.5);
}.course-program-mkwx .container::before {
    animation: float 20s ease-in-out infinite;
    height: 200px;
    top: -100px;
    left: -50px;
    width: 200px;
}.course-program-mkwx .container::after {
    right: -30px;
    bottom: -50px;
    animation: float 15s ease-in-out infinite reverse;
    width: 150px;
    height: 150px;
}@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(20px, -20px);
    }
    50% {
        transform: translate(0, -40px);
    }
    75% {
        transform: translate(-20px, -20px);
    }
}

.course-program-mkwx .learn-coding-bs4G::after {
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 20px,
        rgb(195,166,201,0.5) 20px,
        rgb(195,166,201,0.5) 21px
    );
    height: 100%;
    content: "";
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.05;
    width: 100%;
    right: 0;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {.course-program-mkwx {
    padding: 80px 0;
}.course-program-mkwx .learn-coding-bs4G {
    min-height: 400px;
}.course-program-mkwx .image-slider-V3mt {
    height: 350px;
}.course-program-mkwx .text-area-wrap-HuN5 {
    padding: 30px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -60px;
}.course-program-mkwx .container::before {
    height: 150px;
    width: 150px;
}.course-program-mkwx .container::after {
    height: 100px;
    width: 100px;
}
}

@media screen and (max-width: 767px) {.course-program-mkwx {
    padding: 60px 0;
}.course-program-mkwx .learn-coding-bs4G {
    min-height: auto;
}.course-program-mkwx .image-slider-V3mt {
    transform: none;
    height: 250px;
}.course-program-mkwx .text-area-wrap-HuN5 {
    margin-right: 15px;
    margin-top: -40px;
    transform: none;
    margin-left: 15px;
    padding: 25px;
}.course-program-mkwx .text-area-wrap-HuN5 h2 {
    font-size: calc(32px * 0.85);
    margin-bottom: 20px;
}.course-program-mkwx .text-area-wrap-HuN5 .description {
    font-size: calc(12px * 0.95);
}.course-program-mkwx:hover .image-slider-V3mt,
    .course-program-mkwx:hover .text-area-wrap-HuN5 {
    transform: none;
}.course-program-mkwx .container::before,
    .course-program-mkwx .container::after {
    display: none;
}}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.course-program-mkwx .image-slider-V3mt {
    animation: slideUp 0.8s ease-out forwards;
}.course-program-mkwx .text-area-wrap-HuN5 {
    animation-fill-mode: forwards;
    opacity: 0;
    animation: slideUp 1s 0.3s ease-out forwards;
}

@media (prefers-color-scheme: dark) {.course-program-mkwx {
    background: rgb(195,166,201);
}.course-program-mkwx .text-area-wrap-HuN5::before {
    background: linear-gradient(120deg, 
                    rgba(30, 30, 30, 0.9) 0%, 
                    rgba(50, 50, 50, 0.95) 100%);
}.course-program-mkwx .text-area-wrap-HuN5 h2 {
    color: #ffffff;
}.course-program-mkwx .text-area-wrap-HuN5 .description {
    opacity: 0.9;
    color: #ffffff;
}
}

@media (prefers-contrast: more) {.course-program-mkwx .text-area-wrap-HuN5 {
    background: #ffffff;
}.course-program-mkwx .text-area-wrap-HuN5 h2 {
    color: #000000;
}.course-program-mkwx .text-area-wrap-HuN5 .description {
    color: #000000;
}.course-program-mkwx .image-slider-V3mt::before {
    opacity: 0.7;
}
}

@media (prefers-reduced-motion: reduce) {.course-program-mkwx::before,
    .course-program-mkwx .container::before,
    .course-program-mkwx .container::after,
    .course-program-mkwx .text-area-wrap-HuN5::after,
    .course-program-mkwx:hover .image-slider-V3mt,
    .course-program-mkwx:hover .text-area-wrap-HuN5 {
    transform: none;
    animation: none;
}.course-program-mkwx .image-slider-V3mt,
    .course-program-mkwx .text-area-wrap-HuN5 {
    opacity: 1;
    animation: none;
}}

.course-program-mkwx .image-slider-V3mt,
.course-program-mkwx .text-area-wrap-HuN5 {
    transform: translateZ(0);
    will-change: transform;
}

@media (hover: hover) {.course-program-mkwx .text-area-wrap-HuN5:hover h2::before {
    width: 100%;
}.course-program-mkwx:hover .image-slider-V3mt {
    transform: rotateX(2deg) translateY(-10px);
}.course-program-mkwx:hover .text-area-wrap-HuN5 {
    transform: translateY(-10px);
}}.cookie-message-panel-rkly {
    padding: 20px 0;
    z-index: 90;
    background: rgb(214,204,219);
    width: 100%;
    position: fixed;
    border-top: 3px solid rgb(195,166,201);
    bottom: 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}.track-settings-b6cz {
    margin: auto;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
    flex-wrap: nowrap;
    display: flex;
    justify-content: space-between;
}#cookie-banneralert-STao {
    display: none;
}#cookie-banneralert-STao:checked ~ .cookie-message-panel-rkly {
    opacity: 0;
    visibility: hidden;
}.cookie-message-panel-rkly h5 {
    text-transform: uppercase;
    font-weight: 700;
    color: rgb(195,166,201);
    letter-spacing: 1px;
    margin-bottom: 6px;
    font-size: 18px;
}.cookie-message-panel-rkly p {
    font-size: 14px;
    color: #000000;
    max-width: 500px;
}.user-tracker-tdbz {
    flex-shrink: 0;
    margin-right: 20px;
}.user-tracker-tdbz svg, .user-tracker-tdbz svg path {
    fill: rgb(195,166,201);
    height: 80px;
    width: 80px;
}.tracking-policy-mysn {
    color: #ffffff;
    min-width: 140px;
    font-weight: 600;
    margin-left: 10px;
    font-size: 16px;
    padding: 12px 24px;
    text-align: center;
    transition: border 0.2s;
    background: rgb(195,166,201);
    text-transform: uppercase;
    text-decoration: none;
    flex-shrink: 0;
    border-radius: 10px;
    border: 2px solid transparent;
}.cookie_button.cookie-guide-N3bh {
    background: rgb(195,166,201);
}.cookie_button.cookie-menu-ciuo {
    background: rgb(172,106,185);
}.tracking-policy-mysn:hover {
    border: 2px solid #ffffff;
}.cookie-message-panel-rkly p a {
    color: rgb(195,166,201);
    font-weight: 700;
    text-decoration: underline;
}
@media only screen and (max-width: 1200px) {.track-settings-b6cz {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.user-tracker-tdbz {
    display: none;
}.track-settings-b6cz {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    align-items: center;
}.cookie-message-panel-rkly h5, .cookie-message-panel-rkly p {
    text-align: center;
}.manage-cookies-6Cgk {
    margin-bottom: 20px;
}.tracking-policy-mysn {
    max-width: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.wrap-container-wSGp .cookie-message-panel-rkly {
    border: none;
    padding: 30px 0;
    background: rgb(172,106,185);
}.wrap-container-wSGp .tracking-policy-mysn {
    font-size: 16px;
    background: rgb(195,166,201);
    margin-left: 0;
    font-weight: 600;
    color: #ffffff;
    border-radius: 10px;
    border: none;
}.wrap-container-wSGp .manage-cookies-6Cgk h5, .wrap-container-wSGp .manage-cookies-6Cgk p {
    color: #ffffff;
}.mentorship-experience-EBVU {
    background: linear-gradient(90deg, rgb(214,204,219) 30%, rgb(172,106,185,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
    overflow: hidden;
    perspective: 1000px;
}.mentorship-experience-EBVU::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
    opacity: 0.1;
    background: repeating-linear-gradient(
        -45deg,
        rgb(195,166,201,0.5) 0,
        rgb(195,166,201,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
}.mentorship-experience-EBVU::after {
    width: 50%;
    right: -10%;
    top: -20%;
    position: absolute;
    filter: blur(60px);
    background: rgb(195,166,201,0.5);
    height: 140%;
    transform: rotate(-15deg);
    content: "";
    z-index: 0;
}.mentorship-experience-EBVU .rating-praise-uWxT {
    transform-style: preserve-3d;
    transform: rotateX(5deg) rotateZ(-1deg);
    margin: 0 auto;
    max-width: 1100px;
    grid-template-columns: 1fr 1.2fr;
    display: grid;
    position: relative;
    z-index: 1;
    gap: 0;
}.mentorship-experience-EBVU .image-slider-V3mt {
    transform: translateZ(30px);
    height: 450px;
    transform-style: preserve-3d;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: all 0.7s ease;
    border-radius: 0;
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    z-index: 2;
}.mentorship-experience-EBVU .work-trajectory-lJ6T {
    padding: 3rem 3rem 3rem 5rem;
    z-index: 1;
    transform: translateZ(10px);
    background: #ffffff;
    margin-left: -3rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transition: all 0.7s ease;
    flex-direction: column;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    position: relative;
}.mentorship-experience-EBVU .work-trajectory-lJ6T::before {
    position: absolute;
    content: "";
    top: 50%;
    width: 10px;
    height: 60%;
    left: 0;
    background: linear-gradient(to bottom, rgb(195,166,201), rgb(172,106,185));
    transform: translateY(-50%);
}.mentorship-experience-EBVU .name {
    font-size: calc(36px * 1.2);
    font-weight: 700;
    margin-bottom: 0.5rem;
    transform: translateZ(20px);
    color: #000000;
    transition: transform 0.5s ease;
}.mentorship-experience-EBVU .work-trajectory-lJ6T div:nth-child(2) {
    transform: translateZ(15px);
    transition: transform 0.5s ease 0.1s;
    margin-bottom: 2rem;
    font-size: 20px;
    font-weight: 600;
    color: rgb(172,106,185);
}.mentorship-experience-EBVU .past-work-THLF {
    transform: translateZ(10px);
    line-height: 1.7;
    font-style: italic;
    font-size: 15px;
    transition: transform 0.5s ease 0.2s;
    position: relative;
    color: #000000;
}.mentorship-experience-EBVU .past-work-THLF::after {
    right: 0;
    font-size: 5rem;
    position: absolute;
    content: "";
    color: rgb(195,166,201,0.5);
    bottom: -2rem;
    line-height: 0;
    font-family: serif;
}.mentorship-experience-EBVU .rating-praise-uWxT:hover .image-slider-V3mt {
    transform: translateZ(50px) translateX(-20px);
}.mentorship-experience-EBVU .rating-praise-uWxT:hover .work-trajectory-lJ6T {
    transform: translateZ(30px) translateX(20px);
}.mentorship-experience-EBVU .rating-praise-uWxT:hover .name {
    transform: translateZ(40px);
}.mentorship-experience-EBVU .rating-praise-uWxT:hover .work-trajectory-lJ6T div:nth-child(2) {
    transform: translateZ(35px);
}.mentorship-experience-EBVU .rating-praise-uWxT:hover .past-work-THLF {
    transform: translateZ(30px);
}

@media screen and (max-width: 991px) {.mentorship-experience-EBVU .rating-praise-uWxT {
    transform: none;
    grid-template-columns: 1fr;
}.mentorship-experience-EBVU .image-slider-V3mt {
    margin-bottom: -2rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    height: 350px;
    transform: none;
}.mentorship-experience-EBVU .work-trajectory-lJ6T {
    transform: none;
    z-index: 3;
    padding: 3rem 2rem 2rem;
    margin-left: 0;
}.mentorship-experience-EBVU .work-trajectory-lJ6T::before {
    height: 5px;
    transform: translateX(-50%);
    top: 0;
    left: 50%;
    width: 50%;
}.mentorship-experience-EBVU .rating-praise-uWxT:hover .image-slider-V3mt,
    .mentorship-experience-EBVU .rating-praise-uWxT:hover .work-trajectory-lJ6T,
    .mentorship-experience-EBVU .rating-praise-uWxT:hover .name,
    .mentorship-experience-EBVU .rating-praise-uWxT:hover .work-trajectory-lJ6T div:nth-child(2),
    .mentorship-experience-EBVU .rating-praise-uWxT:hover .past-work-THLF {
    transform: none;
}}.our-team-z9yk {
    color: #ffffff;
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}.our-team-z9yk::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5));
    z-index: 1;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}.our-team-z9yk::after {
    z-index: 2;
    transform: rotate(-45deg);
    right: -50%;
    opacity: 0.18;
    height: 200%;
    content: "";
    width: 100%;
    position: absolute;
    background: rgb(195,166,201);
    top: -50%;
}.our-team-z9yk .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 5;
}.our-team-z9yk .text-area-wrap-HuN5 {
    padding: 50px;
    animation: slide-up 0.8s ease-out forwards;
    position: relative;
    border-left: 4px solid rgb(195,166,201);
    background: rgba(23, 23, 35, 0.85);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(20px);
}.our-team-z9yk .text-area-wrap-HuN5::before {
    width: 30%;
    position: absolute;
    height: 4px;
    content: "";
    background: rgb(195,166,201);
    top: 0;
    right: 0;
}.our-team-z9yk .text-area-wrap-HuN5::after {
    bottom: 0;
    position: absolute;
    left: 0;
    height: 2px;
    width: 60%;
    content: "";
    background: linear-gradient(90deg, rgb(195,166,201), transparent);
}.our-team-z9yk h1 {
    opacity: 0;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    transform: translateX(-20px);
    font-weight: 700;
    font-size: 47px;
    animation: slide-right 0.6s ease-out 0.3s forwards;
}.our-team-z9yk h1::after {
    width: 80px;
    height: 3px;
    bottom: -10px;
    transform: scaleX(0);
    background: rgb(195,166,201);
    animation: expand 0.6s ease-out 0.9s forwards;
    transform-origin: left;
    content: "";
    left: 0;
    position: absolute;
}.our-team-z9yk ul {
    margin: 0;
    list-style: none;
    padding: 0;
}.our-team-z9yk li {
    margin-bottom: 20px;
}.our-team-z9yk li:last-child {
    margin-bottom: 0;
}.our-team-z9yk h4 {
    font-weight: 600;
    transform: translateY(15px);
    opacity: 0;
    margin-bottom: 15px;
    color: rgb(172,106,185);
    animation: slide-up 0.6s ease-out 0.6s forwards;
    font-size: 21px;
}.our-team-z9yk span {
    max-width: 100%;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    column-count: 1;
    display: block;
    font-weight: 400;
    opacity: 0;
    column-gap: 40px;
    animation: fade-in 0.8s ease-out 0.9s forwards;
    color: rgba(255, 255, 255, 0.9);
    transform: translateY(20px);
}

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

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

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

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

@media (min-width: 768px) {.our-team-z9yk {
    padding: 160px 0;
}.our-team-z9yk .text-area-wrap-HuN5 {
    width: 90%;
    padding: 60px;
    margin-left: 5%;
}.our-team-z9yk h1 {
    font-size: calc(47px * 1.2);
    margin-bottom: 40px;
}.our-team-z9yk h1::after {
    width: 120px;
}.our-team-z9yk span {
    column-gap: 50px;
    column-count: 2;
}.our-team-z9yk::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4));
}
}

@media (min-width: 1200px) {.our-team-z9yk {
    padding: 180px 0;
}.our-team-z9yk .text-area-wrap-HuN5 {
    padding: 70px 80px;
    margin-left: 10%;
    transform: perspective(1000px) rotateY(-2deg);
    width: 80%;
}.our-team-z9yk h1 {
    font-size: calc(47px * 1.4);
}.our-team-z9yk h1::after {
    height: 4px;
    width: 150px;
}.our-team-z9yk span {
    font-size: calc(18px * 1.05);
    column-count: 3;
}
}

@media (hover: hover) {.our-team-z9yk .text-area-wrap-HuN5:hover {
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(0);
}.our-team-z9yk .text-area-wrap-HuN5:hover::before {
    transition: width 0.5s ease;
    width: 40%;
}
}

@media (max-width: 767px) {.our-team-z9yk {
    padding: 80px 0;
}.our-team-z9yk .text-area-wrap-HuN5 {
    padding: 30px 25px;
}.our-team-z9yk h1 {
    font-size: calc(47px * 0.9);
    margin-bottom: 25px;
}.our-team-z9yk h4 {
    font-size: calc(21px * 0.9);
}.our-team-z9yk span {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}}.tariff-package-s4zt {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgba(245, 247, 252, 1) 100%);
    position: relative;
}.tariff-package-s4zt::before {
    z-index: 1;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    left: 0;
    content: "";
    pointer-events: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
}.tariff-package-s4zt .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}.tariff-package-s4zt .group-plans-1Eci {
    display: flex;
    flex-direction: column-reverse;
}.tariff-package-s4zt .learning-rates-A8aS {
    margin-bottom: 50px;
    transition: transform 0.5s ease-out;
    text-align: center;
}.tariff-package-s4zt .learning-rates-A8aS h2 {
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    font-size: 36px;
    margin-bottom: 15px;
}.tariff-package-s4zt .learning-rates-A8aS h2::after {
    position: absolute;
    height: 3px;
    bottom: -10px;
    background: rgb(195,166,201);
    content: "";
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
}.tariff-package-s4zt .learning-package-ZH6D {
    line-height: 1.6;
    max-width: 700px;
    word-break: break-word;
    font-size: 12px;
    margin: 0 auto;
    overflow-wrap: break-word;
    color: #000000;
    white-space: normal;
}.tariff-package-s4zt .cost-plan-vMHg {
    grid-template-columns: 1fr;
    gap: 30px;
    display: grid;
}.tariff-package-s4zt .cert-plans-MH7N {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    display: block;
    position: relative;
    color: #000000;
    overflow: hidden;
    border-radius: 8px;
}.tariff-package-s4zt .cert-plans-MH7N:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.tariff-package-s4zt .pay-options-3qyU {
    position: relative;
    flex-direction: column;
    display: flex;
    overflow: hidden;
    min-height: 450px;
    background-color: #ffffff;
}.tariff-package-s4zt .study-costs-OV6H {
    position: relative;
    flex-direction: column;
    padding: 30px;
    display: flex;
    flex: 1;
    white-space: normal;
    word-break: break-word;
    z-index: 2;
    overflow-wrap: break-word;
}.tariff-package-s4zt .study-costs-OV6H h3 {
    font-weight: 600;
    font-size: calc(19px + 2px);
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 8px;
    transform: translateX(0);
}.tariff-package-s4zt .cert-plans-MH7N:hover .study-costs-OV6H h3 {
    transform: translateX(5px);
}.tariff-package-s4zt .lesson-rates-t8x2 {
    font-weight: 700;
    color: rgb(195,166,201);
    margin: 15px 0;
    position: relative;
    display: inline-block;
    font-size: calc(19px + 4px);
}.tariff-package-s4zt .lesson-rates-t8x2::before {
    transform: translateX(-10px);
    width: 10px;
    transition: all 0.3s ease;
    height: 2px;
    opacity: 0;
    background: rgb(195,166,201);
    top: 50%;
    position: absolute;
    content: "";
    left: -20px;
}.tariff-package-s4zt .cert-plans-MH7N:hover .lesson-rates-t8x2::before {
    opacity: 1;
    transform: translateX(0);
}.tariff-package-s4zt .study-costs-OV6H p {
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 12px;
    line-height: 1.6;
    flex: 1;
    color: #000000;
    margin-top: 15px;
    white-space: normal;
}.tariff-package-s4zt .image-slider-V3mt {
    width: 100%;
    overflow: hidden;
    transition: transform 0.6s ease;
    position: relative;
    height: 200px;
}.tariff-package-s4zt .image-slider-V3mt::after {
    top: 0;
    content: "";
    background: linear-gradient(0deg, rgba(rgb(195,166,201,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    height: 100%;
    z-index: 1;
    left: 0;
    width: 100%;
    position: absolute;
}.tariff-package-s4zt .cert-plans-MH7N:hover .image-slider-V3mt {
    transform: scale(1.05);
}.tariff-package-s4zt .cert-plans-MH7N:nth-child(odd) .pay-options-3qyU {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.tariff-package-s4zt .cert-plans-MH7N:nth-child(even) .pay-options-3qyU {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.tariff-package-s4zt .cert-plans-MH7N:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.tariff-package-s4zt .cert-plans-MH7N:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.tariff-package-s4zt .cert-plans-MH7N:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.tariff-package-s4zt .cert-plans-MH7N: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) {.tariff-package-s4zt .cost-plan-vMHg {
    grid-template-columns: repeat(2, 1fr);
}.tariff-package-s4zt .learning-rates-A8aS {
    margin-bottom: 60px;
}.tariff-package-s4zt .study-costs-OV6H h3 {
    font-size: 19px;
}.tariff-package-s4zt .lesson-rates-t8x2 {
    font-size: calc(19px + 2px);
}.tariff-package-s4zt .study-costs-OV6H p {
    font-size: calc(12px - 1px);
}
}

@media (min-width: 992px) {.tariff-package-s4zt .group-plans-1Eci {
    gap: 50px;
    align-items: center;
    flex-direction: row;
}.tariff-package-s4zt .learning-rates-A8aS {
    flex: 0 0 30%;
    text-align: left;
    margin-bottom: 0;
}.tariff-package-s4zt .learning-rates-A8aS h2::after {
    transform: none;
    left: 0;
}.tariff-package-s4zt .cost-plan-vMHg {
    grid-template-columns: repeat(2, 1fr);
    flex: 0 0 70%;
}.tariff-package-s4zt .study-costs-OV6H {
    padding: 35px;
}
}

@media (min-width: 1200px) {.tariff-package-s4zt .cost-plan-vMHg {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.tariff-package-s4zt .pay-options-3qyU {
    min-height: 500px;
}.tariff-package-s4zt .image-slider-V3mt {
    height: 220px;
}.tariff-package-s4zt .study-costs-OV6H h3 {
    font-size: calc(19px + 2px);
}.tariff-package-s4zt .lesson-rates-t8x2 {
    font-size: calc(19px + 6px);
}}.welcome-board-6gDC {
    overflow: hidden;
    font-family: Arial, sans-serif;
    height: 100vh;
    width: 100%;
    color: #ffffff;
    position: relative;
}.welcome-board-6gDC .course-lead-9HdL {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    left: 0;
}.welcome-board-6gDC .course-lead-9HdL::before {
    height: 100%;
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.7) 0%, 
        rgba(0, 0, 0, 0.4) 50%, 
        rgba(0, 0, 0, 0.7) 100%);
    content: "";
    backdrop-filter: blur(3px);
    position: absolute;
    top: 0;
    left: 0;
}.welcome-board-6gDC .course-lead-9HdL::after {
    background: linear-gradient(to top, 
        rgba(rgb(195,166,201,0.5), 0.9), 
        transparent);
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 35%;
    z-index: -1;
}.welcome-board-6gDC .study-hub-gw6R {
    position: relative;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    display: flex;
    margin: 0 auto;
    z-index: 2;
    flex-direction: column;
    padding: 2rem 5%;
    max-width: 1200px;
}.welcome-board-6gDC .study-hub-gw6R > div {
    animation: fade-slide-up 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    transform: translateY(30px);
    opacity: 0;
}.welcome-board-6gDC .study-hub-gw6R > div:nth-child(1) {
    max-width: 85%;
    animation-delay: 0.2s;
}.welcome-board-6gDC .study-hub-gw6R > div:nth-child(2) {
    max-width: 90%;
    animation-delay: 0.5s;
}.welcome-board-6gDC .study-hub-gw6R > div:nth-child(3) {
    max-width: 75%;
    animation-delay: 0.8s;
}.welcome-board-6gDC p {
    position: relative;
    color: rgb(172,106,185);
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    letter-spacing: 0.5px;
    font-weight: 600;
    font-size: calc(12px * 1.3);
    line-height: 1.5;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}.welcome-board-6gDC p::before {
    height: 80%;
    top: 50%;
    border-radius: 2px;
    left: 0;
    background: rgb(172,106,185);
    position: absolute;
    width: 5px;
    content: "";
    transform: translateY(-50%);
}.welcome-board-6gDC .title_style_header {
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, #ffffff 30%, rgb(172,106,185) 100%);
    background-clip: text !important;
    margin-bottom: 2rem;
    transition: transform 0.5s ease;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    color: transparent;
    font-weight: 700;
    position: relative;
    line-height: 1.2;
    font-size: clamp(2.5rem, 5vw, 44px);
    transform: perspective(1000px) rotateX(0deg);
}.welcome-board-6gDC .title_style_header::after {
    position: absolute;
    height: 4px;
    width: 40%;
    animation: line-reveal 1s 0.7s cubic-bezier(0.17, 0.67, 0.83, 0.67) forwards;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(172,106,185), transparent);
    content: "";
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
}.welcome-board-6gDC h3 {
    line-height: 1.6;
    font-weight: 400;
    font-size: calc(20px * 1.1);
    padding-left: 1.5rem;
    margin-top: 0;
    padding-right: 10%;
    color: rgba(rgb(255, 255, 255, 0.5), 0.9);
    position: relative;
    border-left: 2px solid rgb(195,166,201);
    box-decoration-break: clone;
}@keyframes fade-slide-up {
    0% {
        opacity: 0;
        transform: translateY(30px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes line-reveal {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}


.welcome-board-6gDC:hover .title_style_header {
    transform: perspective(1000px) rotateX(3deg);
}


@media (max-width: 992px) {.welcome-board-6gDC .study-hub-gw6R {
    padding: 2rem 4%;
}.welcome-board-6gDC p {
    font-size: calc(12px * 1.1);
    padding-left: 1.2rem;
}.welcome-board-6gDC h3 {
    padding-right: 5%;
    font-size: 20px;
}
}

@media (max-width: 768px) {.welcome-board-6gDC {
    height: 90vh;
}.welcome-board-6gDC .study-hub-gw6R {
    justify-content: flex-end;
    padding-bottom: 15%;
}.welcome-board-6gDC .study-hub-gw6R > div:nth-child(1),
    .welcome-board-6gDC .study-hub-gw6R > div:nth-child(2),
    .welcome-board-6gDC .study-hub-gw6R > div:nth-child(3) {
    max-width: 100%;
}.welcome-board-6gDC p {
    margin-bottom: 1rem;
    font-size: 12px;
}.welcome-board-6gDC .title_style_header {
    font-size: clamp(2rem, 7vw, 2.5rem);
    margin-bottom: 1.5rem;
}.welcome-board-6gDC .title_style_header::after {
    width: 60%;
}.welcome-board-6gDC h3 {
    padding-right: 0;
    font-size: calc(21px * 1.1);
}
}

@media (max-width: 576px) {.welcome-board-6gDC {
    height: 85vh;
}.welcome-board-6gDC .course-lead-9HdL::before {
    background: linear-gradient(135deg, 
            rgba(0, 0, 0, 0.8) 0%, 
            rgba(0, 0, 0, 0.6) 50%, 
            rgba(0, 0, 0, 0.8) 100%);
}.welcome-board-6gDC .study-hub-gw6R {
    padding: 1.5rem 5%;
    justify-content: center;
}.welcome-board-6gDC p {
    font-size: calc(12px * 0.9);
    margin-bottom: 0.8rem;
    padding-left: 1rem;
}.welcome-board-6gDC p::before {
    height: 70%;
    width: 3px;
}.welcome-board-6gDC .title_style_header {
    font-size: clamp(1.8rem, 8vw, 2.2rem);
    margin-bottom: 1.2rem;
}.welcome-board-6gDC h3 {
    padding-left: 1rem;
    line-height: 1.5;
    font-size: 21px;
}
}

@media (orientation: landscape) and (max-height: 600px) {.welcome-board-6gDC {
    min-height: 100vh;
    height: auto;
}.welcome-board-6gDC .study-hub-gw6R {
    padding: 5rem 5% 3rem;
}.welcome-board-6gDC p {
    margin-bottom: 0.5rem;
}.welcome-board-6gDC .title_style_header {
    margin-bottom: 1rem;
}}.privacy-lock-l4mD {
    padding: 40px;
    height: auto;
    width: 100%;
}.privacy-lock-l4mD h1 {
    font-family: Arial, sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(172,106,185);
    color: rgb(195,166,201);
    text-shadow: 0 0 10px rgb(195,166,201);
    font-size: 44px;
    margin-bottom: 20px;
    margin-top: 0;
    grid-column: span 2;
    text-align: center;
}.privacy-lock-l4mD h2 {
    font-family: Arial, sans-serif;
    padding-left: 10px;
    font-size: 31px;
    border-left: 4px solid rgb(195,166,201);
    font-weight: 600;
    color: rgb(172,106,185);
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0;
    text-shadow: 0 0 5px rgb(172,106,185);
}.privacy-lock-l4mD ul {
    margin: 0;
    list-style-type: none;
    padding-left: 0;
}.privacy-lock-l4mD li {
    color: #ffffff;
    font-size: 17px;
    background: rgb(172,106,185,0.5);
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 10px;
    line-height: 1.5;
    border: 1px solid rgb(195,166,201);
    font-family: Arial, sans-serif;
    text-shadow: 0 0 5px rgb(195,166,201);
}.privacy-lock-l4mD div {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.8;
    border: 1px solid rgb(172,106,185);
    border-radius: 19px;
    padding: 15px;
    margin-bottom: 15px;
    background: rgb(195,166,201,0.5);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}.privacy-lock-l4mD p, .privacy-lock-l4mD span {
    font-size: 17px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(172,106,185);
    margin-bottom: 10px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.privacy-lock-l4mD {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px;
}.privacy-lock-l4mD h1 {
    margin-bottom: 15px;
    font-size: calc(20px - 4px);
}.privacy-lock-l4mD h2 {
    font-size: calc(20px - 2px);
    margin-bottom: 10px;
}.privacy-lock-l4mD ul {
    padding-left: 0;
}.privacy-lock-l4mD li {
    padding: 8px;
    margin-bottom: 8px;
}.privacy-lock-l4mD div {
    padding: 10px;
}}.take-a-spin-4Gzb {
    padding: 110px 0;
    overflow: hidden;
    background: linear-gradient(120deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    position: relative;
    z-index: 1;
}.take-a-spin-4Gzb::before {
    opacity: 0.05;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            #ffffff 0,
            #ffffff 1px,
            transparent 1px,
            transparent 20px
        );
    content: '';
    height: 100%;
}.take-a-spin-4Gzb::after {
    height: 200%;
    position: absolute;
    content: '';
    top: -50%;
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(195,166,201) 0deg,
        rgb(172,106,185) 120deg,
        rgb(195,166,201) 240deg,
        rgb(172,106,185) 360deg
    );
    width: 200%;
    z-index: -1;
    opacity: 0.1;
    left: -50%;
    animation: rotateRays 30s linear infinite;
}.take-a-spin-4Gzb .skill-track-ozSO {
    border: 1px solid rgba(255, 255, 255, 0.1);
    justify-content: center;
    backdrop-filter: blur(10px);
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    position: relative;
    max-width: 1000px;
    border-radius: 21px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    z-index: 2;
    padding: 60px 40px;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
}.take-a-spin-4Gzb .skill-track-ozSO::before {
    z-index: -1;
    position: absolute;
    animation: pulseRadial 15s ease-in-out infinite alternate;
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background: 
        repeating-radial-gradient(
            circle at 50% 50%,
            transparent,
            transparent 40px,
            rgba(255, 255, 255, 0.03) 40px,
            rgba(255, 255, 255, 0.03) 41px
        );
    content: '';
}.take-a-spin-4Gzb .skill-track-ozSO::after {
    animation: scanBottom 4s ease-in-out infinite;
    height: 1px;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
}.take-a-spin-4Gzb h3 {
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    font-weight: 700;
    animation: pulseText 4s ease-in-out infinite alternate;
    font-size: 31px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin-bottom: 50px;
    font-family: Arial, sans-serif;
    color: #ffffff;
}.take-a-spin-4Gzb h3::before {
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    bottom: -15px;
    box-shadow: 0 0 10px #ffffff;
    left: 50%;
    position: absolute;
    height: 2px;
    transform: translateX(-50%);
    width: 70px;
}.take-a-spin-4Gzb h3::after {
    width: 120%;
    height: 1px;
    left: -10%;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 10%,
        rgba(255, 255, 255, 0.3) 50%,
        transparent 90%
    );
    content: '';
    bottom: -25px;
}.take-a-spin-4Gzb .get-answers-EdVC {
    font-size: 18px;
    position: relative;
    display: inline-block;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    overflow: hidden;
    text-decoration: none;
    font-weight: 600;
    border-radius: 10px;
    z-index: 1;
    transition: all 0.4s ease;
    color: rgb(195,166,201);
    padding: 16px 45px;
    background: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
}.take-a-spin-4Gzb .get-answers-EdVC::before {
    transition: opacity 0.4s ease;
    left: 0;
    z-index: -1;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgb(195,166,201),
        rgb(172,106,185)
    );
    opacity: 0;
    top: 0;
    height: 100%;
    content: '';
    width: 100%;
}.take-a-spin-4Gzb .get-answers-EdVC::after {
    left: -100%;
    transform: rotate(25deg);
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    height: 300%;
    z-index: 1;
    transition: all 0.6s ease;
    width: 30%;
    position: absolute;
    top: -100%;
    content: '';
}.take-a-spin-4Gzb .get-answers-EdVC:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 25px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transform: translateY(-5px);
}.take-a-spin-4Gzb .get-answers-EdVC:hover::before {
    opacity: 1;
}.take-a-spin-4Gzb .get-answers-EdVC:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.take-a-spin-4Gzb {
    padding: 90px 0;
}.take-a-spin-4Gzb .skill-track-ozSO {
    max-width: 90%;
    padding: 50px 30px;
}.take-a-spin-4Gzb h3 {
    font-size: calc(31px * 0.9);
    margin-bottom: 45px;
}.take-a-spin-4Gzb h3::before {
    width: 60px;
}.take-a-spin-4Gzb .get-answers-EdVC {
    font-size: calc(18px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.take-a-spin-4Gzb {
    padding: 70px 0;
}.take-a-spin-4Gzb .skill-track-ozSO {
    padding: 40px 25px;
}.take-a-spin-4Gzb h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 40px;
    letter-spacing: 2px;
}.take-a-spin-4Gzb h3::before {
    width: 50px;
    bottom: -12px;
}.take-a-spin-4Gzb h3::after {
    bottom: -20px;
}.take-a-spin-4Gzb .get-answers-EdVC {
    letter-spacing: 1.5px;
    padding: 12px 35px;
    font-size: calc(18px * 0.9);
}
}

@media screen and (max-width: 576px) {.take-a-spin-4Gzb {
    padding: 60px 0;
}.take-a-spin-4Gzb .skill-track-ozSO {
    padding: 30px 20px;
}.take-a-spin-4Gzb h3 {
    font-size: calc(31px * 0.7);
    letter-spacing: 1.5px;
    margin-bottom: 35px;
}.take-a-spin-4Gzb h3::before {
    width: 40px;
    bottom: -10px;
}.take-a-spin-4Gzb h3::after {
    bottom: -18px;
}.take-a-spin-4Gzb .get-answers-EdVC {
    padding: 10px 30px;
    font-size: calc(18px * 0.85);
    letter-spacing: 1px;
}}

@keyframes rotateRays {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
    50% {
        opacity: 0.5;
        background-size: 90px 90px;
    }
    100% {
        opacity: 0.3;
        background-size: 80px 80px;
    }
}

@keyframes scanBottom {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@keyframes pulseText {
    0% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
    50% {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.6), 0 0 30px rgba(255, 255, 255, 0.4);
    }
    100% {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    }
}.get-in-touch-Xgqz {
    position: relative;
    background: linear-gradient(
        225deg, 
        rgb(214,204,219) 0%, 
        rgb(172,106,185,0.5) 100%
    );
    perspective: 1000px;
    overflow: hidden;
    padding: 6rem 0;
}.get-in-touch-Xgqz::before {
    left: 0;
    z-index: 1;
    right: 0;
    pointer-events: none;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    top: 0;
    bottom: 0;
    position: absolute;
    content: '';
}.get-in-touch-Xgqz::after {
    top: -50%;
    content: '';
    left: -50%;
    height: 200%;
    animation: circuit-pulse 10s infinite alternate;
    opacity: 0.6;
    position: absolute;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(195,166,201,0.5) 0%, 
        transparent 70%
    );
    z-index: 2;
}.get-in-touch-Xgqz .container {
    padding: 0 1rem;
    margin: 0 auto;
    position: relative;
    max-width: 1300px;
    z-index: 3;
}.get-in-touch-Xgqz h2 {
    text-transform: uppercase;
    font-size: 47px;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    margin-bottom: 3rem;
    position: relative;
}.get-in-touch-Xgqz h2::before,
.get-in-touch-Xgqz h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(195,166,201), 
        transparent
    );
    content: '';
    height: 2px;
    bottom: -0.5rem;
    position: absolute;
}.get-in-touch-Xgqz h2::before {
    width: 30%;
    left: 0;
}.get-in-touch-Xgqz h2::after {
    right: 0;
    width: 30%;
}.get-in-touch-Xgqz .inquiry-map-1Gqc {
    align-items: stretch;
    display: flex;
    border-radius: 30px;
    transform: rotateX(5deg) scale(0.98);
    border: 1px solid rgb(195,166,201,0.5);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    background: rgb(172,106,185,0.5);
    transition: transform 0.3s ease;
}.get-in-touch-Xgqz .inquiry-map-1Gqc:hover {
    transform: rotateX(0) scale(1);
}.get-in-touch-Xgqz .image-slider-V3mt {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    flex: 0 0 40%;
}.get-in-touch-Xgqz .image-slider-V3mt::before {
    height: 100%;
    left: 0;
    content: '';
    top: 0;
    opacity: 0.7;
    mix-blend-mode: color-dodge;
    width: 100%;
    background: linear-gradient(
        135deg, 
        rgb(195,166,201,0.5) 0%, 
        rgb(172,106,185,0.5) 100%
    );
    position: absolute;
}.get-in-touch-Xgqz .inquiry-list-LFxi {
    flex-direction: column;
    justify-content: center;
    flex: 0 0 60%;
    padding: 4rem 3rem;
    display: flex;
    position: relative;
}.get-in-touch-Xgqz .inquiry-list-LFxi::before {
    animation: signal-pulse 2s infinite alternate;
    width: 10px;
    height: 10px;
    background: rgb(195,166,201);
    content: '';
    box-shadow: 0 0 20px rgb(195,166,201);
    border-radius: 50%;
    right: 2rem;
    top: 2rem;
    position: absolute;
}.get-in-touch-Xgqz .inquiry-list-LFxi form {
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
    z-index: 3;
    position: relative;
}.get-in-touch-Xgqz .inquiry-list-LFxi h3 {
    color: #ffffff;
    margin-bottom: 2rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    font-size: 30px;
}.get-in-touch-Xgqz .inquiry-list-LFxi input:not([type="checkbox"]):not([type="submit"]) {
    padding: 1rem 1.5rem;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease;
    font-size: 17px;
    z-index: 2;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(195,166,201,0.5);
    position: relative;
    color: #ffffff;
    background: rgb(172,106,185,0.5);
    width: 100%;
}.get-in-touch-Xgqz .inquiry-list-LFxi input:not([type="checkbox"]):not([type="submit"])::before {
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(195,166,201,0.5) 100%
    );
    content: '';
    left: 0;
    position: absolute;
    transition: opacity 0.3s ease;
    z-index: 1;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0;
}.get-in-touch-Xgqz .inquiry-list-LFxi input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(195,166,201);
    box-shadow: 0 0 15px rgb(195,166,201,0.5);
}.get-in-touch-Xgqz .inquiry-list-LFxi input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M input[type="checkbox"] {
    appearance: none;
    margin-right: 1rem;
    height: 22px;
    border: 2px solid rgb(195,166,201,0.5);
    position: relative;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgb(172,106,185,0.5);
    width: 22px;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M input[type="checkbox"]:checked {
    border-color: rgb(195,166,201);
    background: rgb(195,166,201);
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M input[type="checkbox"]:checked::after {
    content: '✔';
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    color: #ffffff;
    font-size: 0.8rem;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M label {
    align-items: center;
    display: flex;
    font-size: 17px;
    color: #ffffff;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(195,166,201);
    margin-left: 0.3rem;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M a:hover {
    text-decoration: underline;
}.get-in-touch-Xgqz .inquiry-list-LFxi .request-grid-1Z04 {
    border-radius: 10px;
    padding: 1rem;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.1em;
    border: none;
    background: rgb(195,166,201);
    width: 100%;
    font-weight: 600;
    position: relative;
}.get-in-touch-Xgqz .inquiry-list-LFxi .request-grid-1Z04::before {
    top: 0;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(195,166,201,0.5), 
        transparent
    );
    left: -100%;
    width: 100%;
    transition: all 0.3s ease;
    position: absolute;
    height: 100%;
    content: '';
}.get-in-touch-Xgqz .inquiry-list-LFxi .request-grid-1Z04:hover::before {
    left: 100%;
}.get-in-touch-Xgqz .inquiry-list-LFxi .request-grid-1Z04:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgb(195,166,201,0.5);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.get-in-touch-Xgqz .inquiry-map-1Gqc {
    transform: none;
    flex-direction: column;
}.get-in-touch-Xgqz .image-slider-V3mt {
    flex: 0 0 100%;
    min-height: 300px;
}.get-in-touch-Xgqz .inquiry-list-LFxi {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}

@media screen and (max-width: 768px) {.get-in-touch-Xgqz {
    padding: 3rem 0;
}.get-in-touch-Xgqz h2 {
    font-size: calc(47px * 0.8);
    margin-bottom: 2rem;
}.get-in-touch-Xgqz .inquiry-list-LFxi h3 {
    font-size: calc(30px * 0.9);
}.get-in-touch-Xgqz .inquiry-list-LFxi input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M {
    align-items: flex-start;
}.get-in-touch-Xgqz .inquiry-list-LFxi .query-list-4s2M input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.get-in-touch-Xgqz .inquiry-map-1Gqc {
    border-radius: 0;
}.get-in-touch-Xgqz .image-slider-V3mt {
    min-height: 250px;
}.get-in-touch-Xgqz .inquiry-list-LFxi {
    padding: 2rem 1.5rem;
}}.service-info-8kNB {
    padding: 80px 0;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.service-info-8kNB::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: linear-gradient(90deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    height: 5px;
    left: 0;
    z-index: 1;
}.service-info-8kNB::after {
    height: 60%;
    bottom: 0;
    pointer-events: none;
    position: absolute;
    width: 40%;
    right: 0;
    content: "";
    opacity: 0.05;
    transform: translate(10%, 20%);
    background: 
        radial-gradient(circle at 75% 75%, rgb(195,166,201,0.5) 0%, transparent 70%),
        repeating-linear-gradient(45deg, rgb(172,106,185,0.5) 0%, transparent 1px, transparent 3px, rgb(172,106,185,0.5) 4px);
    z-index: 0;
}.service-info-8kNB .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.service-info-8kNB .message-section-hoMu {
    display: grid;
    grid-template-columns: 1fr;
    gap: 30px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    border-radius: 10px;
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    padding: 40px;
}.service-info-8kNB .message-section-hoMu:hover {
    transform: perspective(1000px) rotateY(0deg);
}.service-info-8kNB h3 {
    position: relative;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    margin: 0 0 25px;
    padding-bottom: 15px;
    font-size: 34px;
}.service-info-8kNB h3::after {
    position: absolute;
    transition: width 0.3s ease;
    bottom: 0;
    content: "";
    height: 3px;
    background: linear-gradient(90deg, rgb(195,166,201) 0%, rgb(172,106,185) 100%);
    width: 80px;
    left: 0;
}.service-info-8kNB .message-section-hoMu:hover h3::after {
    width: 120px;
}.service-info-8kNB p {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 15px;
    max-width: 90%;
    font-size: 14px;
}.service-info-8kNB h5 {
    margin: 0 0 10px;
    font-size: 23px;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 600;
}.service-info-8kNB h5 svg {
    transition: transform 0.3s ease;
    margin-left: 10px;
}.service-info-8kNB .message-section-hoMu > div:hover h5 svg {
    transform: scale(1.1);
}.service-info-8kNB .talk-now-DHqb {
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
    display: grid;
    margin: 15px 0 0;
}.service-info-8kNB .talk-now-DHqb li {
    padding: 10px 0;
    transition: transform 0.3s ease, border-color 0.3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    position: relative;
}.service-info-8kNB .talk-now-DHqb li:hover {
    transform: translateX(5px);
    border-bottom-color: rgb(195,166,201,0.5);
}.service-info-8kNB .get-answers-EdVC {
    align-items: center;
    font-weight: 400;
    text-decoration: none;
    font-family: Arial, sans-serif;
    display: flex;
    transition: color 0.3s ease;
    color: #000000;
    font-size: 14px;
}.service-info-8kNB .get-answers-EdVC:hover {
    color: rgb(195,166,201);
}.service-info-8kNB .get-answers-EdVC svg {
    margin-left: 8px;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateY(0);
}.service-info-8kNB .get-answers-EdVC:hover svg {
    transform: translateY(-3px);
}.service-info-8kNB svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.service-info-8kNB svg path {
    fill: #000000;
    transition: fill 0.3s ease;
}.service-info-8kNB .get-answers-EdVC:hover svg path {
    fill: rgb(195,166,201);
}

@media (min-width: 768px) {.service-info-8kNB .message-section-hoMu {
    grid-template-columns: 1fr 1fr;
    gap: 40px 50px;
}.service-info-8kNB .message-section-hoMu > div:first-of-type {
    grid-column: 1 / -1;
}.service-info-8kNB .talk-now-DHqb {
    grid-column: 1 / -1;
}.service-info-8kNB h3 {
    margin-bottom: 30px;
    font-size: calc(34px * 1.1);
}.service-info-8kNB .message-section-hoMu {
    transform: perspective(1200px) rotateY(-1.5deg);
    padding: 50px;
}
}

@media (min-width: 992px) {.service-info-8kNB {
    padding: 100px 0;
}.service-info-8kNB .message-section-hoMu {
    grid-template-columns: 2fr 1fr;
}.service-info-8kNB .talk-now-DHqb {
    grid-template-columns: repeat(3, 1fr);
}.service-info-8kNB h3 {
    margin-bottom: 35px;
}.service-info-8kNB .message-section-hoMu::before {
    content: "";
    right: -15px;
    width: 80px;
    height: 80px;
    border-right: 3px solid rgb(172,106,185);
    transition: all 0.3s ease;
    border-top: 3px solid rgb(172,106,185);
    opacity: 0.5;
    pointer-events: none;
    top: -15px;
    position: absolute;
}.service-info-8kNB .message-section-hoMu::after {
    border-bottom: 3px solid rgb(195,166,201);
    transition: all 0.3s ease;
    height: 80px;
    content: "";
    pointer-events: none;
    width: 80px;
    border-left: 3px solid rgb(195,166,201);
    position: absolute;
    left: -15px;
    bottom: -15px;
    opacity: 0.5;
}.service-info-8kNB .message-section-hoMu:hover::before,
    .service-info-8kNB .message-section-hoMu:hover::after {
    width: 100px;
    height: 100px;
    opacity: 0.7;
}
}

@media (max-width: 767px) {.service-info-8kNB {
    padding: 60px 0;
}.service-info-8kNB .message-section-hoMu {
    transform: none;
    gap: 20px;
    padding: 30px 25px;
}.service-info-8kNB h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.9);
}.service-info-8kNB p {
    max-width: 100%;
    font-size: calc(14px * 0.95);
}.service-info-8kNB .talk-now-DHqb {
    grid-template-columns: 1fr;
}.service-info-8kNB .talk-now-DHqb li {
    padding: 8px 0;
}
}

@media (max-width: 480px) {.service-info-8kNB {
    padding: 40px 0;
}.service-info-8kNB .message-section-hoMu {
    padding: 25px 20px;
}.service-info-8kNB h3 {
    font-size: calc(34px * 0.85);
    padding-bottom: 12px;
}.service-info-8kNB h5 {
    font-size: calc(23px * 0.9);
}.service-info-8kNB p {
    font-size: calc(14px * 0.9);
}.service-info-8kNB .get-answers-EdVC {
    font-size: calc(14px * 0.9);
}.service-info-8kNB svg {
    height: 20px;
    width: 20px;
}}.educational-gains-jBnJ {
    position: relative;
    box-shadow: 0 -15px 35px -20px rgba(0, 0, 0, 0.1) inset;
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(214,204,219) 0%, rgba(247, 248, 255, 0.95) 100%);
}.educational-gains-jBnJ::before {
    opacity: 0.1;
    left: -15%;
    background: linear-gradient(145deg, rgb(195,166,201,0.5) 0%, rgb(172,106,185,0.5) 70%);
    content: "";
    top: -100%;
    z-index: 0;
    animation: float 20s infinite alternate ease-in-out;
    height: 300%;
    position: absolute;
    width: 35%;
    transform: rotate(-15deg);
}.educational-gains-jBnJ::after {
    background: linear-gradient(215deg, rgb(172,106,185,0.5) 0%, rgb(195,166,201,0.5) 70%);
    content: "";
    height: 200%;
    right: -15%;
    position: absolute;
    transform: rotate(15deg);
    opacity: 0.08;
    width: 40%;
    animation: float 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    bottom: -100%;
}.educational-gains-jBnJ .container {
    z-index: 1;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    padding: 0 20px;
    position: relative;
    gap: 50px;
    margin: 0 auto;
    max-width: 1200px;
}.educational-gains-jBnJ .image-slider-V3mt {
    border-radius: 28px;
    transition: transform 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: auto;
    width: 100%;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.1), 
                -5px -5px 30px rgba(255, 255, 255, 0.8);
    animation: photo-appear 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    transform: perspective(1000px) rotateY(-5deg) rotateX(3deg);
    filter: saturate(1.05);
    object-fit: cover;
    opacity: 0;
    max-width: 450px;
    transform-origin: center center;
}.educational-gains-jBnJ .image-slider-V3mt:hover {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg) scale(1.02);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.15), 
                -5px -5px 30px rgba(255, 255, 255, 0.9);
}.educational-gains-jBnJ .skill-track-ozSO {
    z-index: 2;
    animation: slide-in 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
    transform: translateY(30px);
    opacity: 0;
    position: relative;
}.educational-gains-jBnJ .text-area-wrap-HuN5 {
    position: relative;
    padding: 10px 0 10px 30px;
}.educational-gains-jBnJ .text-area-wrap-HuN5::before {
    border-radius: 10px;
    width: 3px;
    height: 100%;
    background: linear-gradient(to bottom, rgb(195,166,201), rgb(172,106,185));
    position: absolute;
    content: "";
    top: 0;
    left: 0;
}.educational-gains-jBnJ h1 {
    position: relative;
    color: #000000;
    transform: translateZ(0);
    line-height: 1.3;
    font-size: 46px;
    margin-bottom: 30px;
    font-weight: 700;
}.educational-gains-jBnJ h1::after {
    position: absolute;
    height: 15px;
    border-radius: 50%;
    background: rgb(195,166,201);
    transform: translateY(-50%);
    top: 50%;
    content: "";
    left: -30px;
    box-shadow: 0 0 15px rgb(195,166,201,0.5);
    width: 15px;
}.educational-gains-jBnJ ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
}.educational-gains-jBnJ li {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.5) 100%);
    position: relative;
    opacity: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.05),
                -2px -2px 10px rgba(255, 255, 255, 0.6);
    padding: 15px 20px 15px 60px;
    animation: fade-in 0.5s forwards;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    transform: translateZ(0);
    animation-delay: calc(0.15s * var(--i, 0));
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}.educational-gains-jBnJ li:nth-child(1) {
    --i: 1;
}.educational-gains-jBnJ li:nth-child(2) {
    --i: 2;
}.educational-gains-jBnJ li:nth-child(3) {
    --i: 3;
}.educational-gains-jBnJ li:nth-child(4) {
    --i: 4;
}.educational-gains-jBnJ li:nth-child(5) {
    --i: 5;
}.educational-gains-jBnJ li:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.08),
                -3px -3px 12px rgba(255, 255, 255, 0.8);
}.educational-gains-jBnJ li p {
    margin: 0;
    line-height: 1.6;
    font-size: 12px;
    color: #000000;
}.educational-gains-jBnJ li svg {
    top: 50%;
    color: rgb(195,166,201);
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
    width: 30px;
    transform: translateY(-50%);
    height: 30px;
    left: 15px;
    position: absolute;
}.educational-gains-jBnJ li:hover svg {
    transform: translateY(-50%) scale(1.1);
}.educational-gains-jBnJ svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,166,201);
}.educational-gains-jBnJ li:hover svg path {
    fill: rgb(172,106,185);
}

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

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

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

@keyframes photo-appear {
    0% { opacity: 0; transform: perspective(1000px) rotateY(-15deg) rotateX(10deg) translateX(-50px); }
    100% { opacity: 1; transform: perspective(1000px) rotateY(-5deg) rotateX(3deg) translateX(0); }
}

@media (max-width: 1024px) {.educational-gains-jBnJ {
    padding: 90px 0;
}.educational-gains-jBnJ .container {
    grid-template-columns: 1fr;
    gap: 40px;
}.educational-gains-jBnJ .image-slider-V3mt {
    max-width: 400px;
    margin: 0 auto;
}.educational-gains-jBnJ ul {
    grid-template-columns: 1fr;
}
}

@media (max-width: 768px) {.educational-gains-jBnJ {
    padding: 70px 0;
}.educational-gains-jBnJ h1 {
    margin-bottom: 25px;
    font-size: calc(46px * 0.85);
}.educational-gains-jBnJ .image-slider-V3mt {
    max-width: 100%;
}.educational-gains-jBnJ .text-area-wrap-HuN5 {
    padding: 0 0 0 20px;
}.educational-gains-jBnJ li {
    padding: 15px 15px 15px 55px;
}
}

@media (max-width: 576px) {.educational-gains-jBnJ {
    padding: 50px 0;
}.educational-gains-jBnJ h1 {
    font-size: calc(46px * 0.7);
    margin-bottom: 20px;
}.educational-gains-jBnJ ul {
    gap: 15px;
}.educational-gains-jBnJ li {
    padding: 12px 12px 12px 50px;
}.educational-gains-jBnJ li svg {
    height: 24px;
    width: 24px;
    left: 12px;
}.educational-gains-jBnJ li p {
    font-size: calc(12px * 0.9);
}}header {
    padding: 1.5rem 0;
    position: relative;
    z-index: 100;
    background: linear-gradient(to right, rgb(214,204,219), #ffffff);
    box-shadow: 0 5px 15px rgb(195,166,201,0.5);
}header .container {
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
    margin: 0 auto;
}header .nav-site-sqPV {
    gap: 1.2rem;
    align-items: center;
    flex-direction: column;
    display: flex;
}header .header-page-lsu5 {
    padding: 0.5rem;
    display: block;
    text-decoration: none;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    border-radius: 10px;
}header .header-page-lsu5::after {
    bottom: -5px;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to right, transparent, rgb(195,166,201), transparent);
    opacity: 0.7;
    height: 2px;
    position: absolute;
}header .header-page-lsu5 svg {
    width: 180px;
    transition: transform 0.3s ease;
    height: auto;
}header .header-page-lsu5:hover svg {
    transform: scale(1.05);
}header .header-main-VFtU {
    width: 100%;
    justify-content: center;
    background: linear-gradient(to right, rgb(195,166,201,0.5), rgb(172,106,185,0.5));
    flex-wrap: wrap;
    border-radius: 17px;
    gap: 0.5rem;
    display: flex;
    padding: 0.8rem;
}header .main-start-fqXB {
    font-family: Arial, sans-serif;
    background: #ffffff;
    color: #000000;
    text-decoration: none;
    border-radius: 10px;
    font-size: 16px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    padding: 0.6rem 1.2rem;
}header .main-start-fqXB:hover {
    transform: translateY(-2px);
    color: #ffffff;
    box-shadow: 0 4px 8px rgb(195,166,201,0.5);
    background: linear-gradient(135deg, rgb(195,166,201), rgb(172,106,185));
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .header-page-lsu5 svg {
    width: 160px;
}header .header-main-VFtU {
    padding: 0.7rem;
}header .main-start-fqXB {
    padding: 0.5rem 1rem;
    font-size: calc(16px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .nav-site-sqPV {
    gap: 1rem;
}header .header-page-lsu5 svg {
    width: 140px;
}header .header-main-VFtU {
    gap: 0.4rem;
    padding: 0.6rem;
}header .main-start-fqXB {
    font-size: calc(16px - 2px);
    padding: 0.4rem 0.8rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .nav-site-sqPV {
    gap: 0.8rem;
}header .header-page-lsu5 svg {
    width: 120px;
}header .header-main-VFtU {
    padding: 0.5rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .header-main-VFtU::-webkit-scrollbar {
    height: 3px;
}header .header-main-VFtU::-webkit-scrollbar-thumb {
    background: rgb(195,166,201);
    border-radius: 10px;
}header .main-start-fqXB {
    padding: 0.4rem 0.7rem;
    flex-shrink: 0;
    white-space: nowrap;
    font-size: calc(16px - 2px);
}
}