﻿.container {
    margin: auto;
    max-width: 100%;
    width: 1169px;
}

.rCdv-wrap-structure {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}

header,footer {
    width: 100%;
}

header {
    position: fixed;
    z-index: 1000;
    transition: all 0.3s ease;
    left: 0;
    width: 100%;
    border-bottom: 2px solid rgb(202,215,229);
    background-color: #ffffff;
    top: 0;
}

.ewbj-nav-wrap {
    flex: 1 0 auto;
}

a {
    color: inherit;
    text-decoration: none;
}

.cpBA-gratContent::before {
    left: -5%;
    opacity: 0.03;
    transform: rotate(-15deg) skew(15deg);
    pointer-events: none;
    width: 50%;
    height: 70%;
    top: -10%;
    content: "";
    position: absolute;
    background: #ffffff;
}

.cpBA-gratContent .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}

.cpBA-gratContent .Gilr-knowledge-track {
    transform: perspective(1000px) rotateX(2deg);
    padding: 60px 50px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    position: relative;
    display: flex;
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.cpBA-gratContent .Gilr-knowledge-track:hover::before {
    transform: scaleY(1);
}

.cpBA-gratContent .Gilr-knowledge-track > div:first-child {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.cpBA-gratContent .Gilr-knowledge-track:hover h5 {
    transform: translateY(-5px);
}

.cpBA-gratContent h5::after {
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-origin: left center;
    position: absolute;
    transform: scaleX(0.7);
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174));
    bottom: -8px;
    height: 3px;
    width: 80px;
}

.cpBA-gratContent p {
    line-height: 1.8;
    margin: 0;
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    position: relative;
    font-family: Arial, sans-serif;
    transition: color 0.3s ease;
}

.cpBA-gratContent a:hover::before {
    left: 200%;
}

.EQtH-future-students {
    background-size: 60px 60px;
    color: #ffffff;
    padding: 100px 0;
    position: relative;
    background-color: #000000;
    overflow: hidden;
}



.EQtH-future-students::after {
    box-shadow: inset 0 0 150px 50px rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    left: 0;
    content: '';
    pointer-events: none;
    top: 0;
    position: absolute;
}

.EQtH-future-students .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 5;
}

.EQtH-future-students .Gilr-knowledge-track {
    position: relative;
    padding: 0;
    overflow: visible;
}

.EQtH-future-students h4::before {
    position: absolute;
    bottom: 0;
    width: 120px;
    content: '';
    box-shadow: 0 0 10px 2px rgb(156,179,204);
    background: rgb(156,179,204);
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}

.EQtH-future-students h4::after {
    left: 50%;
    width: 200px;
    position: absolute;
    transform: translateX(-50%);
    height: 1px;
    background: rgb(106,145,174,0.5);
    bottom: -5px;
    content: '';
}

.EQtH-future-students p::before {
    right: 0;
    transition: opacity 0.3s ease;
    width: 30px;
    opacity: 0.7;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    height: 30px;
    position: absolute;
    bottom: 0;
    background: rgb(156,179,204);
    content: '';
}

.EQtH-future-students p::after {
    color: rgb(106,145,174);
    content: attr(data-number);
    position: absolute;
    right: 25px;
    font-weight: 700;
    transition: all 0.3s ease;
    z-index: -1;
    font-size: calc(48px * 1.2);
    opacity: 0.15;
    top: -15px;
}

.EQtH-future-students p:nth-child(1)::after {
    content: '01';
}

.EQtH-future-students p:nth-child(2)::after {
    content: '02';
}

.EQtH-future-students p:nth-child(4)::after {
    content: '04';
}

.EQtH-future-students p:nth-child(6)::after {
    content: '06';
}

.EQtH-future-students p:nth-child(8)::after {
    content: '08';
}

.EQtH-future-students p:nth-child(10)::after {
    content: '10';
}

.EQtH-future-students p:hover::before {
    opacity: 1;
}

.EQtH-future-students p:hover::after {
    opacity: 0.3;
    transform: translateY(-10px) scale(1.2);
}

.EQtH-future-students p:nth-child(3n+1) {
    transform: translateX(-30px);
}

.EQtH-future-students p:nth-child(3n+1):hover {
    transform: translateX(-30px) translateY(-15px) rotateX(5deg) rotateY(-5deg);
}

.EQtH-future-students p svg {
    transition: transform 0.3s ease;
    margin-right: 20px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 8px rgb(156,179,204,0.5));
    height: 36px;
    width: 36px;
}

.EQtH-future-students p:hover svg path {
    fill: rgb(106,145,174);
}

.EQtH-future-students .Gilr-knowledge-track::after {
    right: -70px;
    border-radius: 50%;
    width: 150px;
    background: 
        linear-gradient(45deg, transparent 48%, rgb(156,179,204) 49%, rgb(156,179,204) 51%, transparent 52%) 0 0/15px 15px,
        linear-gradient(-45deg, transparent 48%, rgb(156,179,204) 49%, rgb(156,179,204) 51%, transparent 52%) 0 0/15px 15px;
    animation: rotateMesh 30s linear infinite reverse;
    content: '';
    height: 150px;
    filter: blur(2px);
    bottom: -70px;
    position: absolute;
    opacity: 0.2;
}

.foOe-course-program-details::before {
    background: linear-gradient(225deg, rgb(156,179,204,0.5) 0%, transparent 80%);
    right: 0;
    height: 100%;
    top: 0;
    width: 45%;
    content: "";
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    z-index: 1;
    position: absolute;
}

.foOe-course-program-details .container {
    z-index: 3;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.foOe-course-program-details .CRcf-photo-item {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.foOe-course-program-details .CRcf-photo-item::after {
    height: 80px;
    border-right: 4px solid rgb(106,145,174);
    right: -10px;
    top: -10px;
    width: 80px;
    z-index: 2;
    position: absolute;
    content: "";
    border-top: 4px solid rgb(106,145,174);
}

.foOe-course-program-details .VvrY-text-content:hover {
    transform: translateY(-5px);
}

.foOe-course-program-details .VvrY-text-content::before {
    height: 100%;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(156,179,204), rgb(106,145,174));
    position: absolute;
    left: 0;
    width: 4px;
}

.foOe-course-program-details h3::after {
    left: 0;
    background: rgb(156,179,204);
    width: 80px;
    height: 3px;
    bottom: 0;
    content: "";
    position: absolute;
}

.foOe-course-program-details span.description {
    display: none;
}

.XKHo-contact-information {
    background: linear-gradient(90deg, #ffffff 50%, rgb(202,215,229) 50%);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.XKHo-contact-information .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}

.XKHo-contact-information h2 {
    margin-bottom: 60px;
    text-align: center;
    font-size: 32px;
    position: relative;
    color: rgb(156,179,204);
    font-weight: 700;
}

.XKHo-contact-information .zQdx-query-inquiry {
    border-radius: 22px;
    background: #ffffff;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
}

.XKHo-contact-information .CRcf-photo-item {
    min-height: 550px;
    position: relative;
    flex: 0 0 50%;
    transition: all 0.5s ease;
}

.XKHo-contact-information .CRcf-photo-item::after {
    background: linear-gradient(45deg, rgb(156,179,204,0.5), transparent);
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}

.XKHo-contact-information #contact {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.XKHo-contact-information h3 {
    display: inline-block;
    padding-bottom: 10px;
    position: relative;
    font-size: 23px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
}

.XKHo-contact-information input[type="text"] {
    border: 2px solid rgb(202,215,229);
    padding: 18px 20px;
    border-radius: 10px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: 13px;
    color: #000000;
    background: #ffffff;
}

.XKHo-contact-information .bqDW-help-request {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-top: 10px;
}

.XKHo-contact-information .bqDW-help-request input[type="checkbox"]:checked {
    border-color: rgb(156,179,204);
    background: rgb(156,179,204);
}

.XKHo-contact-information .bqDW-help-request input[type="checkbox"]:checked::after {
    top: 5px;
    left: 8px;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    width: 6px;
    border-right: 2px solid #ffffff;
    content: "";
    height: 10px;
    transform: rotate(45deg);
}

.XKHo-contact-information .bqDW-help-request a:hover {
    color: rgb(106,145,174);
}

.XKHo-contact-information .dnhs-query-reach::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    content: "";
    width: 100%;
    transition: all 0.6s ease;
    top: 0;
    position: absolute;
    left: -100%;
}

.XKHo-contact-information .dnhs-query-reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgb(106,145,174,0.5);
    background: rgb(106,145,174);
}

.XKHo-contact-information svg path {
    fill: rgb(156,179,204);
    transition: all 0.3s ease;
}

.XKHo-contact-information svg:hover path {
    fill: rgb(106,145,174);
}

.osmk-our-story {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(202,215,229);
    z-index: 1;
}

.osmk-our-story::after {
    background: radial-gradient(
        circle at top right,
        rgb(156,179,204,0.5) 0%,
        transparent 70%
    );
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    z-index: -1;
    width: 100%;
    opacity: 0.2;
    height: 100%;
}

.osmk-our-story .container {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: visible;
}

.osmk-our-story h2 {
    padding-left: 20px;
    color: #000000;
    text-align: left;
    font-size: 29px;
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    border-left: 4px solid rgb(156,179,204);
}

.osmk-our-story h2::before {
    font-size: calc(39px * 1.5);
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    top: -40px;
    left: -10px;
    z-index: -1;
    position: absolute;
    content: "01";
    opacity: 0.05;
}

.osmk-our-story .rYQp-culture-block:nth-child(2) {
    margin-right: 50px;
    grid-template-columns: 7fr 3fr;
    margin-left: -50px;
}

.osmk-our-story .rYQp-culture-block h3 {
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(
        135deg, 
        rgb(156,179,204,0.5) 0%, 
        rgba(0, 0, 0, 0.5) 100%
    );
    display: inline-block;
    color: #000000;
    position: relative;
    margin-bottom: 0;
    padding: 15px 30px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    text-align: center;
}

.osmk-our-story .rYQp-culture-block p {
    border-radius: 28px;
    z-index: 1;
    font-size: 13px;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    position: relative;
    line-height: 1.8;
    background: #ffffff;
}

.osmk-our-story .rYQp-culture-block:nth-child(2) p {
    margin-right: -20px;
    border-right: 3px solid rgb(106,145,174);
    grid-column: 1;
    grid-row: 1;
    text-align: right;
    clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 100%, 0 100%);
}

.osmk-our-story .rYQp-culture-block:nth-child(2)::before {
    content: "";
    position: absolute;
    left: -100px;
    border-radius: 50%;
    height: 200px;
    transform: translateY(-50%);
    opacity: 0.2;
    border: 1px dashed rgb(106,145,174,0.5);
    width: 200px;
    top: 50%;
    z-index: 0;
    animation: rotate 30s linear infinite reverse;
}

header .eNvo-main-primary {
    padding: 0;
    width: 100%;
}

header .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 20px;
}

header .pVHR-head-bar {
    gap: 35px;
    align-items: center;
    display: flex;
}

header .UKvJ-top-sitebar {
    font-family: Arial, sans-serif;
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    padding: 5px 0;
    position: relative;
}

header .UKvJ-top-sitebar:after {
    content: '';
    background-color: rgb(156,179,204);
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: center;
    width: 100%;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
}

header .esSA-nav-learning {
    position: relative;
    display: flex;
    padding: 5px 10px;
    transition: all 0.3s ease;
    text-decoration: none;
    align-items: center;
}

header .esSA-nav-learning:hover:before {
    opacity: 1;
}

header .esSA-nav-learning svg {
    transition: transform 0.3s ease;
    width: auto;
    height: 42px;
}

header .esSA-nav-learning:hover svg {
    transform: scale(1.05);
}

footer {
    position: relative;
    z-index: 1;
}

footer::before {
    content: "";
    z-index: -2;
    position: absolute;
    left: 0;
    background: linear-gradient(145deg, rgb(202,215,229) 0%, rgb(156,179,204,0.5) 100%);
    right: 0;
    opacity: 0.9;
    top: 0;
    bottom: 0;
}

.CXbB-honor-cta::after {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 6px;
    background: linear-gradient(90deg, rgb(156,179,204), rgb(106,145,174));
    width: 100%;
}

.CXbB-honor-cta .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.CXbB-honor-cta .company_holder::before {
    left: 0;
    height: 5px;
    position: absolute;
    background: rgb(156,179,204);
    border-top-left-radius: 23px;
    top: 0;
    content: "";
    border-top-right-radius: 23px;
    width: 100%;
}

.CXbB-honor-cta .company_holder h3::after {
    content: "";
    bottom: -0.5rem;
    left: 0;
    height: 3px;
    background: rgb(106,145,174);
    width: 80px;
    position: absolute;
}

.CXbB-honor-cta .ZRSz-cert-block {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}

.CXbB-honor-cta .MkeY-header-page {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}

.CXbB-honor-cta .pVHR-head-bar h5 {
    color: #ffffff;
    position: relative;
    padding: 1rem 1.5rem;
    margin: 0;
    background: rgb(106,145,174);
    font-size: 22px;
    font-weight: 600;
}

.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page a {
    color: #000000;
    font-size: 17px;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    align-items: center;
    text-decoration: none;
    display: flex;
    position: relative;
}

.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page a::after {
    opacity: 0;
    content: "";
    width: 5px;
    position: absolute;
    left: 1.5rem;
    transform: translateY(-50%);
    transition: all 0.3s ease;
    border-radius: 50%;
    top: 50%;
    background: rgb(106,145,174);
    height: 5px;
}

.nFyR-intern-ship {
    position: relative;
    background: rgb(202,215,229);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    margin-top: 3rem;
}

.nFyR-intern-ship .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nFyR-intern-ship .hSOv-privacy-cta {
    background: #ffffff;
    border-radius: 50px;
    text-align: center;
    color: #000000;
    font-size: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-weight: 400;
    padding: 0.8rem 2rem;
}

.aoHw-price-card-item .container {
    padding: 0 15px;
    z-index: 2;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.aoHw-price-card-item h2 {
    font-size: 34px;
    margin-bottom: 25px;
    transform: translateZ(50px);
    color: #ffffff;
    text-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-weight: 700;
    text-align: center;
    position: relative;
}

.aoHw-price-card-item .UHJS-price-view {
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.9;
    font-size: 12px;
    text-align: center;
    margin: 0 auto 60px;
    max-width: 800px;
}

.aoHw-price-card-item .UPpC-qtr-cost {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    transform-style: preserve-3d;
    will-change: transform;
    display: block;
    text-decoration: none;
}

.aoHw-price-card-item .GrEU-discount-tier::before {
    opacity: 0;
    left: -5px;
    z-index: -1;
    bottom: -5px;
    background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.1) 45%, rgba(255,255,255,0.1) 55%, transparent 60%);
    position: absolute;
    animation: shimmer 3s infinite linear;
    background-size: 200% 200%;
    transition: opacity 0.4s ease;
    right: -5px;
    top: -5px;
    content: "";
}

.aoHw-price-card-item .fJRt-cost-table h4 {
    margin-bottom: 20px;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 18px;
    color: #ffffff;
    position: relative;
}

.aoHw-price-card-item .fJRt-cost-table h4::after {
    left: 0;
    content: "";
    width: 40px;
    bottom: 0;
    background: rgb(156,179,204);
    transition: width 0.3s ease;
    position: absolute;
    height: 2px;
}

.aoHw-price-card-item .UoEK-edu-packages::before {
    height: 100%;
    width: 100%;
    transition: 0.5s;
    top: 0;
    left: -100%;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}

.aoHw-price-card-item .UPpC-qtr-cost:hover {
    transform: translateY(-10px) rotateX(5deg);
}

.aoHw-price-card-item .UPpC-qtr-cost:hover .GrEU-discount-tier {
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.4),
        -20px -20px 40px rgba(255, 255, 255, 0.03),
        inset 2px 2px 5px rgba(255, 255, 255, 0.05),
        inset -2px -2px 5px rgba(0, 0, 0, 0.15);
}

.aoHw-price-card-item .UPpC-qtr-cost:hover .fJRt-cost-table {
    border-color: rgba(255,255,255,0.1);
    transform: translateZ(20px);
}

.ZrLW-secure-stockade h1 {
    font-size: 39px;
    font-weight: 700;
    padding-bottom: 0.5rem;
    color: rgb(156,179,204);
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgb(156,179,204);
}

.ZrLW-secure-stockade ul,
.ZrLW-secure-stockade ol {
    padding-left: 1.5rem;
    list-style: none;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.ZrLW-secure-stockade li::before {
    left: 0;
    content: "•";
    position: absolute;
    color: rgb(156,179,204);
    font-size: 1.2rem;
    line-height: 1.2;
}

.ZrLW-secure-stockade span {
    font-weight: 400;
    color: #000000;
}

.optc-instructor-profile {
    background-color: rgb(202,215,229);
    padding: 6rem 0;
    position: relative;
    overflow: hidden;
}

.optc-instructor-profile::after {
    left: -5%;
    opacity: 0.1;
    transform: rotate(10deg) skewX(-10deg);
    background: linear-gradient(225deg, rgb(106,145,174,0.5), rgb(156,179,204,0.5));
    z-index: 1;
    filter: blur(20px);
    position: absolute;
    content: "";
    bottom: -10%;
    width: 35%;
    height: 60%;
}

.optc-instructor-profile .qUxt-success-testimonials {
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.08);
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateY(1deg) rotateX(1deg);
    background: linear-gradient(145deg, rgba(255,255,255,0.95), rgba(255,255,255,0.8));
    gap: 2.5rem;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.6s ease;
    padding: 3rem;
}

.optc-instructor-profile .qUxt-success-testimonials .CRcf-photo-item::before {
    opacity: 0.7;
    left: 0;
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgb(106,145,174,0.5) 100%
    );
    width: 100%;
    z-index: 1;
    height: 100%;
    content: "";
}

.optc-instructor-profile .qUxt-success-testimonials:hover .CRcf-photo-item {
    box-shadow: 
        0 15px 35px -10px rgba(0,0,0,0.2),
        0 1px 5px rgba(0,0,0,0.1);
    transform: translateZ(30px) scale(1.02);
}

.optc-instructor-profile .qUxt-success-testimonials > div:nth-child(2) {
    position: relative;
    text-align: center;
}

.optc-instructor-profile .qUxt-success-testimonials .name::after {
    height: 3px;
    position: absolute;
    transform: translateX(-50%);
    width: 35%;
    background: linear-gradient(90deg, rgb(106,145,174), rgb(156,179,204));
    border-radius: 10px;
    left: 50%;
    bottom: -5px;
    content: "";
}

.optc-instructor-profile .qUxt-success-testimonials > div:nth-child(3) {
    position: relative;
}

.optc-instructor-profile .qUxt-success-testimonials .tkUA-work-achievements::before {
    z-index: -1;
    opacity: 0.2;
    top: -20px;
    font-size: 5rem;
    left: -10px;
    position: absolute;
    color: rgb(156,179,204,0.5);
    font-family: serif;
    content: "";
}


.HYNu-track-ack {
    box-shadow: 0 0 20px rgb(156,179,204,0.5);
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    background: linear-gradient(135deg, rgb(106,145,174) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 20px 5%;
    align-items: center;
}

.Ppxg-cookies-overview svg, .Ppxg-cookies-overview svg path {
    transition: transform 0.3s ease;
    width: 60px;
    height: 60px;
    fill: rgb(156,179,204);
}

.Ppxg-cookies-overview:hover svg {
    transform: rotate(20deg);
}

.LAXW-edu-cookies h5 {
    color: rgb(156,179,204);
    font-weight: 700;
    font-size: 19px;
    text-shadow: 0 0 10px rgb(156,179,204);
    margin-bottom: 10px;
}

.keTx-cookie-lock:hover {
    box-shadow: 0 0 20px rgb(106,145,174,0.5);
    background: rgb(106,145,174);
}

.gBoU-cookie-alert-message p a {
    transition: color 0.3s ease;
    text-decoration: underline;
    color: rgb(156,179,204);
}

.gBoU-cookie-alert-message p a:hover {
    color: rgb(106,145,174);
}

#OAZC-cookieUsageMessage {
    display: none;
}


.KJrz-locate {
    background: rgb(156,179,204,0.5);
    overflow: hidden;
    padding: 60px 0;
    position: relative;
}

.KJrz-locate::after {
    pointer-events: none;
    content: '';
    height: 100%;
    background: radial-gradient(circle at 30% 50%, rgb(106,145,174,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.1;
    position: absolute;
    top: 0;
    width: 100%;
}


.KJrz-locate .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}

.KJrz-locate .fAeL-contact-panel {
    position: relative;
    transition: all 0.5s ease;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 15px;
    flex-direction: column;
    overflow: hidden;
    display: flex;
}

.KJrz-locate .Jrdk-edu-asknow {
    color: #000000;
    background: rgb(202,215,229);
    margin: 0;
    display: flex;
    padding: 25px 30px;
    position: relative;
    font-size: 21px;
    font-weight: 700;
    align-items: center;
}

.KJrz-locate .Jrdk-edu-asknow svg path {
    animation: drawPath 1.5s forwards ease-out;
    stroke-dashoffset: 50;
    stroke-dasharray: 50;
}

.KJrz-locate .CRcf-photo-item {
    transform: translateZ(0);
    width: 100%;
    height: 250px;
    overflow: hidden;
    position: relative;
}

.KJrz-locate .CRcf-photo-item::before {
    z-index: 1;
    width: 200%;
    background: linear-gradient(
        to bottom right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 40%,
        rgba(255, 255, 255, 0.4) 50%,
        rgba(255, 255, 255, 0) 60%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 200%;
    transform: rotate(30deg);
    animation: shineEffect 6s infinite linear;
    content: '';
    left: -50%;
    top: -50%;
    position: absolute;
}

.KJrz-locate .FmJK-send-request::after {
    position: absolute;
    z-index: -1;
    content: '';
    height: 100px;
    border-radius: 0 0 15px 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgb(202,215,229) 1px, transparent 1px),
                      linear-gradient(to bottom, rgb(202,215,229) 1px, transparent 1px);
    background-size: 10px 10px;
    opacity: 0.2;
    right: 0;
    width: 100px;
}

.KJrz-locate .FmJK-send-request p:hover svg {
    stroke: rgb(106,145,174);
    transform: scale(1.1);
    background: rgb(106,145,174,0.5);
}

.KJrz-locate .FmJK-send-request p svg path {
    animation: drawSvg 1s forwards ease-out;
    stroke-dashoffset: 30;
    stroke-dasharray: 30;
}

.KJrz-locate .FmJK-send-request p:nth-child(1) svg path {
    animation-delay: 0.1s;
}

.KJrz-locate .FmJK-send-request p:nth-child(3) svg path {
    animation-delay: 0.3s;
}

.KJrz-locate .FmJK-send-request p:nth-child(5) svg path {
    animation-delay: 0.5s;
}

.KJrz-locate .FmJK-send-request span {
    position: relative;
    font-weight: 400;
    z-index: 1;
}

.KJrz-locate .FmJK-send-request span::before {
    transform: skew(-20deg);
    background: rgb(156,179,204,0.5);
    left: -3px;
    content: '';
    width: calc(100% + 6px);
    z-index: -1;
    bottom: -1px;
    opacity: 0.3;
    height: 4px;
    position: absolute;
}

.KJrz-locate .FmJK-send-request b {
    color: rgb(156,179,204);
    font-weight: 700;
}

.KJrz-locate .YCNn-course-info::before {
    height: 3px;
    position: absolute;
    top: -1px;
    left: 0;
    content: '';
    width: 50px;
    border-radius: 10px;
    background: rgb(156,179,204);
}

.KJrz-locate .oKGM-ask-questions svg {
    width: 18px;
    stroke-width: 2;
    stroke-linecap: round;
    fill: none;
    stroke-linejoin: round;
    stroke: rgb(106,145,174);
    margin-right: 8px;
    height: 18px;
}

.KJrz-locate .oKGM-ask-questions::after {
    bottom: -5px;
    left: 0;
    border-radius: 10px;
    content: '';
    width: 30px;
    background: rgb(106,145,174);
    position: absolute;
    height: 2px;
}

.KJrz-locate .wZHB-learn-faq::after {
    top: -15px;
    width: 50px;
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    z-index: -1;
    border: 1px solid rgb(106,145,174,0.5);
    height: 50px;
    content: '';
    right: -15px;
}

.KJrz-locate .EFPN-edu-ask::before {
    top: 0;
    background: rgb(156,179,204);
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    width: 3px;
    opacity: 0.7;
}

.KJrz-locate .EFPN-edu-ask:hover svg {
    stroke: rgb(106,145,174);
    opacity: 1;
    transform: rotate(15deg);
}

.KJrz-locate .EFPN-edu-ask:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.08);
}

.MFby-title-welcome .Gilr-knowledge-track {
    z-index: 1;
    display: grid;
    position: relative;
    width: 100%;
    min-height: 100vh;
    grid-template-columns: 1fr;
    padding: 2rem;
}

.MFby-title-welcome::after {
    opacity: 0.12;
    content: "";
    border-radius: 30% 70% 70% 30% / 60% 40% 60% 40%;
    transform: rotate(8deg);
    left: -10%;
    background: linear-gradient(135deg, rgb(106,145,174,0.5) 20%, rgb(156,179,204,0.5) 80%);
    position: absolute;
    z-index: 0;
    width: 55%;
    animation: floatBackground 22s ease-in-out infinite alternate-reverse;
    height: 60%;
    bottom: -15%;
    filter: blur(15px);
}

.MFby-title-welcome h1 {
    opacity: 0;
    transform: translateX(-5px);
    position: relative;
    color: #000000;
    animation: slideInRight 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.2s;
    line-height: 1.2;
    margin-bottom: 1.5rem;
    font-size: clamp(2rem, 5vw, 43px);
    font-weight: 700;
}

.MFby-title-welcome .UiHt-skill-trackfast {
    flex-direction: column;
    transform: translateY(10px);
    align-items: flex-start;
    margin-bottom: 2.5rem;
    opacity: 0;
    animation: fadeIn 0.8s ease forwards 0.6s;
    display: flex;
}

.MFby-title-welcome .UiHt-skill-trackfast p::before {
    top: 0.5rem;
    bottom: 0.5rem;
    position: absolute;
    content: "";
    left: 0;
    width: 3px;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(156,179,204), rgb(106,145,174));
}

.MFby-title-welcome svg {
    opacity: 0;
    margin-left: -0.5rem;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transform: translateY(5px) scale(0.95);
    transform-origin: center;
    width: 80px;
    height: 80px;
    animation: popIn 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards 0.7s;
}

.MFby-title-welcome ul {
    display: flex;
    padding: 0;
    animation: fadeIn 0.8s ease forwards 1.1s;
    margin: 0;
    transform: translateY(10px);
    list-style: none;
    opacity: 0;
}

.MFby-title-welcome .dnhs-query-reach::before {
    transform: skewX(-25deg);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.2));
    position: absolute;
    width: 100%;
    content: "";
    transition: all 0.6s ease;
    top: 0;
    z-index: -1;
    left: -100%;
    height: 100%;
}

.MFby-title-welcome .dnhs-query-reach:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 14px rgba(94, 170, 168, 0.25);
}

.MFby-title-welcome .dnhs-query-reach:active {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(94, 170, 168, 0.2);
}

.MFby-title-welcome .CRcf-photo-item::before {
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(94, 170, 168, 0.2), transparent);
    position: absolute;
    z-index: 1;
    opacity: 0;
    bottom: 0;
    right: 0;
    transition: opacity 0.3s ease;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    border-radius: 16px;
    box-shadow: inset 3px 3px 1px 8px rgba(0, 0, 0, 0.1);
    background: rgb(106,145,174);
}

::-webkit-scrollbar-track:active {
    background: rgb(106,145,174);
}

::-webkit-scrollbar-thumb {
    transition: transform 3.7s linear;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 2.1rem;
    min-height: 50px;
}

::-webkit-scrollbar-thumb:hover {
    border-color: rgb(202,215,229);
    background: rgb(106,145,174,0.5);
}

.foOe-course-program-details .description::-webkit-scrollbar {
    width: 4px;
}

.foOe-course-program-details .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}

.foOe-course-program-details .description::-webkit-scrollbar-thumb {
    background: rgb(156,179,204,0.5);
    border-radius: 10px;
}



@media (max-width: 767px) {.cpBA-gratContent {
    padding: 80px 0;
}.cpBA-gratContent .Gilr-knowledge-track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 40px 30px;
}.cpBA-gratContent h5 {
    font-size: calc(21px * 0.9);
}
}



@media (max-width: 1199px) {.EQtH-future-students div > div {
    margin: 0 -30px;
}
}



@media (max-width: 991px) {.EQtH-future-students {
    padding: 80px 0;
}.EQtH-future-students h4 {
    margin-bottom: 60px;
    font-size: calc(35px * 1.1);
}.EQtH-future-students div > div {
    margin: 0 -20px;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.EQtH-future-students p {
    padding: 25px 30px;
}.EQtH-future-students p svg {
    width: 32px;
    height: 32px;
    margin-right: 15px;
}.EQtH-future-students p:nth-child(3n+1),
    .EQtH-future-students p:nth-child(3n+3) {
    transform: none;
}.EQtH-future-students p:nth-child(odd) {
    transform: translateX(-20px);
}.EQtH-future-students p:nth-child(even) {
    transform: translateX(20px);
}.EQtH-future-students p:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-15px) rotateX(5deg);
}.EQtH-future-students p:nth-child(even):hover {
    transform: translateX(20px) translateY(-15px) rotateX(5deg);
}
}



@media (min-width: 768px) {.foOe-course-program-details {
    padding: 120px 0;
}.foOe-course-program-details .WvAO-knowledge-guide {
    align-items: center;
    grid-template-columns: 1fr 1fr;
}.foOe-course-program-details .CRcf-photo-item {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
    height: 450px;
}.foOe-course-program-details .VvrY-text-content {
    transform: translateX(-50px);
    z-index: 4;
}.foOe-course-program-details .VvrY-text-content:hover {
    transform: translateX(-60px) translateY(0);
}.foOe-course-program-details h3 {
    font-size: 34px;
}.foOe-course-program-details .description {
    max-height: 350px;
}
}



@media (max-width: 767px) {.foOe-course-program-details {
    padding: 60px 0;
}.foOe-course-program-details::before {
    width: 100%;
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    opacity: 0.3;
}.foOe-course-program-details .CRcf-photo-item {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 280px;
}.foOe-course-program-details .VvrY-text-content {
    margin-top: -30px;
    padding: 25px 20px;
}.foOe-course-program-details h3 {
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: calc(23px * 1.05);
}.foOe-course-program-details .description {
    max-height: 200px;
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}}



@media (max-width: 768px) {.XKHo-contact-information {
    padding: 60px 0;
}.XKHo-contact-information h2 {
    font-size: calc(32px - 4px);
    margin-bottom: 40px;
}.XKHo-contact-information .CxJI-inquiry-card {
    padding: 40px 30px;
}.XKHo-contact-information #contact {
    gap: 25px;
}.XKHo-contact-information .CRcf-photo-item {
    min-height: 300px;
}
}



@media screen and (max-width: 1200px) {.osmk-our-story .rYQp-culture-block:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
}
}



@media screen and (max-width: 992px) {.osmk-our-story {
    padding: 80px 0;
}.osmk-our-story h2 {
    margin-bottom: 50px;
}.osmk-our-story .rYQp-culture-block,
    .osmk-our-story .rYQp-culture-block:nth-child(2) {
    grid-template-columns: 1fr;
    margin-right: 0;
    margin-left: 0;
    gap: 20px;
}.osmk-our-story .rYQp-culture-block:nth-child(1) h3,
    .osmk-our-story .rYQp-culture-block:nth-child(2) h3 {
    width: 80%;
    grid-row: 1;
    justify-self: center;
    margin: 0;
    grid-column: 1;
}.osmk-our-story .rYQp-culture-block:nth-child(1) p,
    .osmk-our-story .rYQp-culture-block:nth-child(2) p {
    border-top: 3px solid rgb(156,179,204);
    clip-path: none;
    grid-row: 2;
    grid-column: 1;
    text-align: left;
    border: none;
    margin: 0;
}.osmk-our-story .rYQp-culture-block:nth-child(2) p {
    border-top: 3px solid rgb(106,145,174);
}.osmk-our-story .rYQp-culture-block::before {
    display: none;
}
}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .pVHR-head-bar {
    gap: 20px;
}header .UKvJ-top-sitebar:before {
    left: -10px;
}header .esSA-nav-learning svg {
    height: 38px;
}
}



@media (max-width: 767px) {header .pVHR-head-bar {
    padding: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
    z-index: 1001;
    top: 100%;
    gap: 0;
    border-bottom: 3px solid rgb(156,179,204);
    position: absolute;
    left: 0;
    max-height: 0;
    width: 100%;
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    flex-direction: column;
}header .menu.active {
    max-height: 400px;
}header .UKvJ-top-sitebar {
    padding: 12px 20px;
    width: 100%;
    border-bottom: 1px solid rgb(202,215,229);
}header .UKvJ-top-sitebar:last-child {
    border-bottom: none;
}header .UKvJ-top-sitebar:before {
    left: 5px;
}header .Ttui-header-guide {
    padding: 5px 0;
}header .esSA-nav-learning {
    margin: 0 auto;
}
}



@media (max-width: 768px) {.CXbB-honor-cta {
    padding: 3rem 0 1.5rem;
}.CXbB-honor-cta .MkeY-header-page {
    gap: 1.5rem;
}.CXbB-honor-cta .company_holder {
    padding: 2rem;
}.CXbB-honor-cta .company_holder h3 {
    font-size: calc(29px - 2px);
}.nFyR-intern-ship {
    margin-top: 2rem;
}
}



@media (max-width: 420px) {.CXbB-honor-cta .company_holder h3::after {
    width: 50px;
}.CXbB-honor-cta .pVHR-head-bar .MkeY-header-page a:hover {
    padding-left: 2rem;
}.nFyR-intern-ship .hSOv-privacy-cta {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}



@media (max-width: 768px) {.aoHw-price-card-item {
    padding: 80px 0;
}.aoHw-price-card-item h2 {
    font-size: calc(34px - 4px);
}.aoHw-price-card-item .UHJS-price-view {
    margin-bottom: 40px;
}.aoHw-price-card-item .FjDO-package-deals {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.aoHw-price-card-item .fJRt-cost-table h4 {
    font-size: calc(18px - 1px);
}.aoHw-price-card-item .UoEK-edu-packages {
    padding: 10px 20px;
    font-size: calc(18px + 2px);
}
}



@media (hover: none) {.aoHw-price-card-item .UPpC-qtr-cost:hover {
    transform: none;
}.aoHw-price-card-item .GrEU-discount-tier {
    box-shadow: 
            5px 5px 15px rgba(0, 0, 0, 0.2),
            -5px -5px 15px rgba(255, 255, 255, 0.02);
}.aoHw-price-card-item .UPpC-qtr-cost:active {
    transform: scale(0.98);
}}



@media (min-width: 768px) {.optc-instructor-profile .qUxt-success-testimonials {
    grid-template-rows: auto 1fr;
    grid-template-columns: 280px 1fr;
    grid-template-areas: 
            "photo info"
            "photo quote";
    gap: 2rem 3.5rem;
    padding: 3.5rem;
}.optc-instructor-profile .qUxt-success-testimonials > div:first-child {
    margin: 0;
    grid-area: photo;
}.optc-instructor-profile .qUxt-success-testimonials > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
    grid-area: info;
}.optc-instructor-profile .qUxt-success-testimonials > div:nth-child(3) {
    align-self: flex-start;
    grid-area: quote;
}.optc-instructor-profile .qUxt-success-testimonials .name::after {
    width: 50px;
    left: 0;
    transform: none;
}.optc-instructor-profile .qUxt-success-testimonials .CRcf-photo-item {
    border-radius: 8px;
}
}


@media only screen and (max-width: 1200px) {.gBoU-cookie-alert-message {
    padding: 20px;
}.HYNu-track-ack {
    padding: 20px 2%;
}
}


@media only screen and (max-width: 800px) {.Ppxg-cookies-overview {
    display: none;
}.HYNu-track-ack {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.LAXW-edu-cookies {
    margin-bottom: 20px;
    text-align: center;
}.gBoU-cookie-alert-message h5, .gBoU-cookie-alert-message p {
    text-align: center;
}.keTx-cookie-lock {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    text-align: center;
}}


@media (max-width: 767px) {.KJrz-locate {
    padding: 40px 0;
}.KJrz-locate .container {
    padding: 0 15px;
}.KJrz-locate .fAeL-contact-panel {
    flex-direction: column;
}.KJrz-locate .CRcf-photo-item {
    height: 200px;
}.KJrz-locate .FmJK-send-request {
    padding: 25px;
}.KJrz-locate .FmJK-send-request p {
    margin-bottom: 12px;
    font-size: calc(14px - 1px);
}.KJrz-locate .wZHB-learn-faq {
    grid-template-columns: 1fr;
}
}


@media (max-width: 480px) {.KJrz-locate {
    padding: 30px 0;
}.KJrz-locate .CRcf-photo-item {
    height: 150px;
}.KJrz-locate .FmJK-send-request {
    padding: 20px;
}.KJrz-locate .FmJK-send-request p {
    padding-left: 25px;
}.KJrz-locate .FmJK-send-request p svg {
    height: 16px;
    top: 3px;
    width: 16px;
}.KJrz-locate .YCNn-course-info {
    padding-top: 20px;
    margin-top: 20px;
}.KJrz-locate .oKGM-ask-questions svg {
    margin-right: 6px;
    width: 14px;
    height: 14px;
}.KJrz-locate .EFPN-edu-ask svg {
    height: 12px;
    width: 12px;
    margin-right: 5px;
}}



@media (min-width: 992px) {.MFby-title-welcome .Gilr-knowledge-track {
    gap: 3rem;
    padding: 4rem 6rem;
}.MFby-title-welcome .VvrY-text-content {
    padding-right: 3rem;
}.MFby-title-welcome h1 {
    margin-bottom: 2rem;
}.MFby-title-welcome svg {
    width: 100px;
    height: 100px;
}.MFby-title-welcome .CRcf-photo-item {
    transform-origin: center right;
    min-height: 550px;
}.MFby-title-welcome::before {
    width: 45%;
    height: 55%;
}.MFby-title-welcome::after {
    height: 50%;
    width: 40%;
}
}

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



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



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



@keyframes gradientMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 0%;
    }
}



@keyframes shimmer {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 200% 200%;
    }
}

@keyframes backgroundFloat {
    0% {
        background-position: 0 0, 10px 10px;
    }
    100% {
        background-position: 100px 0, 110px 10px;
    }
}

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes shineEffect {
    0% {
        transform: rotate(30deg) translate(-100%, -100%);
    }
    100% {
        transform: rotate(30deg) translate(100%, 100%);
    }
}


@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}



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



@keyframes popIn {
    0% {
        opacity: 0;
        transform: translateY(5px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}



@keyframes pulseBrightness {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.2);
    }
}

