* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}header,footer {
    width: 100%;
}.e-gift-card {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.R-page-nav {
    flex: 1 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.q-core-container {
    flex-direction: column;
    display: flex;
    min-height: 100%;
    height: 100%;
}.container {
    max-width: 100%;
    width: 1183px;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.U-connect-with-us {
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgb(194,189,217,0.5) 100%);
}.U-connect-with-us::before {
    z-index: 0;
    top: 0;
    animation: pulse 15s infinite alternate;
    background: 
        radial-gradient(circle at 20% 30%, rgb(161,157,193,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(194,189,217,0.5) 0%, transparent 40%);
    width: 100%;
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
}.U-connect-with-us::after {
    z-index: 1;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    content: '';
    background-size: 200px 200px;
    height: 100%;
    left: 0;
    background-image: 
        linear-gradient(45deg, rgb(194,189,217,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(194,189,217,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(194,189,217,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(194,189,217,0.5) 75%);
    top: 0;
    width: 100%;
    opacity: 0.05;
    position: absolute;
}.U-connect-with-us .z-image-slider {
    height: 100%;
    z-index: 2;
    position: absolute;
    width: 100%;
    left: 0;
    filter: grayscale(40%) contrast(120%);
    top: 0;
    opacity: 0.2;
}.U-connect-with-us .container {
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
}.U-connect-with-us h3 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 29px;
    text-align: center;
}.U-connect-with-us h3::after {
    bottom: -10px;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    background: rgb(194,189,217);
    left: 50%;
    content: '';
    height: 4px;
    border-radius: 10px;
}.U-connect-with-us .g-request-block {
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    display: flex;
    background: #ffffff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
}.U-connect-with-us .g-request-block::before {
    right: -5px;
    top: -5px;
    background: linear-gradient(45deg, rgb(161,157,193), rgb(194,189,217), rgb(161,157,193));
    position: absolute;
    left: -5px;
    animation: border-glow 5s infinite linear;
    z-index: -1;
    bottom: -5px;
    content: '';
    border-radius: calc(25px + 5px);
}.U-connect-with-us .S-message-reach {
    padding: 40px;
    position: relative;
    flex: 1 1 60%;
    overflow: hidden;
}.U-connect-with-us .S-message-reach::before {
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    top: 0;
    position: absolute;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    z-index: 0;
    width: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    left: 0;
    height: 100%;
    opacity: 0.3;
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    content: '';
}.U-connect-with-us .S-message-reach #contact {
    z-index: 1;
    position: relative;
}.U-connect-with-us .S-message-reach h3 {
    color: #000000;
    text-align: left;
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 600;
}.U-connect-with-us .S-message-reach h3::after {
    left: 0;
    transform: none;
    width: 60px;
}.U-connect-with-us .S-message-reach input[type="text"],
.U-connect-with-us .S-message-reach textarea {
    color: #000000;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    background-color: rgba(0, 0, 0, 0.02);
    width: 100%;
    font-size: 12px;
    padding: 15px 20px;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.08);
}.U-connect-with-us .S-message-reach input[type="text"]:focus,
.U-connect-with-us .S-message-reach textarea:focus {
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 0 3px rgb(194,189,217,0.5);
    border-color: rgb(194,189,217);
}.U-connect-with-us .S-message-reach textarea {
    height: 120px;
    resize: vertical;
}.U-connect-with-us .S-message-reach .r-query-list {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.U-connect-with-us .S-message-reach .r-query-list input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.U-connect-with-us .S-message-reach .r-query-list label {
    position: relative;
    font-size: calc(12px - 2px);
    line-height: 1.5;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
}.U-connect-with-us .S-message-reach .r-query-list label::before {
    height: 22px;
    left: 0;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    top: 2px;
    background-color: rgba(0, 0, 0, 0.02);
    content: '';
    position: absolute;
    width: 22px;
}.U-connect-with-us .S-message-reach .r-query-list input[type="checkbox"]:checked + label::before {
    background-color: rgb(194,189,217);
    border-color: rgb(194,189,217);
}.U-connect-with-us .S-message-reach .r-query-list input[type="checkbox"]:checked + label::after {
    top: 9px;
    position: absolute;
    left: 7px;
    height: 4px;
    width: 8px;
    content: '';
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    border-left: 2px solid #ffffff;
}.U-connect-with-us .S-message-reach .r-query-list a {
    font-weight: 600;
    color: rgb(194,189,217);
    text-decoration: none;
    transition: color 0.3s ease;
}.U-connect-with-us .S-message-reach .r-query-list a:hover {
    color: rgb(161,157,193);
    text-decoration: underline;
}.U-connect-with-us .S-message-reach .A-query-panel {
    overflow: hidden;
    letter-spacing: 1px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 19px;
    position: relative;
    padding: 15px 30px;
    background: linear-gradient(135deg, rgb(194,189,217) 0%, rgb(161,157,193) 100%);
    display: inline-block;
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
}.U-connect-with-us .S-message-reach .A-query-panel::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    position: absolute;
    height: 100%;
    top: 0;
    content: '';
    transition: all 0.5s ease;
    left: -100%;
    width: 100%;
}.U-connect-with-us .S-message-reach .A-query-panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.U-connect-with-us .S-message-reach .A-query-panel:hover::before {
    left: 100%;
}.U-connect-with-us .K-connect-list {
    overflow: hidden;
    position: relative;
    flex: 1 1 40%;
    padding: 40px;
    background: linear-gradient(135deg, rgb(161,157,193) 0%, rgb(194,189,217) 100%);
}.U-connect-with-us .K-connect-list::before {
    height: 100%;
    opacity: 0.6;
    left: 0;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    top: 0;
    content: '';
    position: absolute;
}.U-connect-with-us .K-connect-list h4 {
    margin-bottom: 30px;
    position: relative;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}.U-connect-with-us .K-connect-list h4::after {
    border-radius: 10px;
    position: absolute;
    height: 3px;
    left: 0;
    width: 60px;
    content: '';
    background: #ffffff;
    bottom: -10px;
}.U-connect-with-us .K-connect-list .x-request-help {
    list-style: none;
    padding: 0;
    margin: 0;
}.U-connect-with-us .K-connect-list .x-request-help li {
    position: relative;
    z-index: 1;
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.U-connect-with-us .K-connect-list .x-request-help li svg {
    height: 24px;
    width: 24px;
    flex-shrink: 0;
    margin-right: 15px;
}.U-connect-with-us .K-connect-list .x-request-help li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}.U-connect-with-us .K-connect-list .x-request-help li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.U-connect-with-us .K-connect-list .x-request-help li span {
    line-height: 1.5;
    font-size: 12px;
    color: #ffffff;
}.U-connect-with-us .K-connect-list .x-request-help li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}.U-connect-with-us .K-connect-list .x-request-help li a:hover {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.U-connect-with-us {
    padding: 60px 0;
}.U-connect-with-us .container {
    padding: 0 15px;
}.U-connect-with-us .g-request-block {
    flex-direction: column;
}.U-connect-with-us .S-message-reach,
    .U-connect-with-us .K-connect-list {
    flex: 1 1 100%;
}.U-connect-with-us .S-message-reach {
    padding: 30px;
}.U-connect-with-us .K-connect-list {
    padding: 30px;
}
}

@media (max-width: 768px) {.U-connect-with-us {
    padding: 40px 0;
}.U-connect-with-us h3 {
    margin-bottom: 30px;
    font-size: calc(29px - 4px);
}.U-connect-with-us .S-message-reach h3,
    .U-connect-with-us .K-connect-list h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}.U-connect-with-us .S-message-reach input[type="text"],
    .U-connect-with-us .S-message-reach textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.U-connect-with-us .S-message-reach textarea {
    height: 100px;
}.U-connect-with-us .S-message-reach .A-query-panel {
    padding: 12px 25px;
    font-size: calc(19px - 1px);
}.U-connect-with-us .K-connect-list .x-request-help li {
    margin-bottom: 20px;
}.U-connect-with-us .K-connect-list .x-request-help li svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
}

@media (max-width: 576px) {.U-connect-with-us {
    padding: 30px 0;
}.U-connect-with-us .S-message-reach,
    .U-connect-with-us .K-connect-list {
    padding: 20px;
}.U-connect-with-us h3 {
    font-size: calc(29px - 6px);
}.U-connect-with-us .S-message-reach .r-query-list label {
    font-size: calc(12px - 3px);
}}.y-price-package {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.y-price-package::before {
    left: 0;
    z-index: 1;
    width: 100%;
    content: "";
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    position: absolute;
    height: 100%;
    top: 0;
}.y-price-package .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.y-price-package .V-plan-details {
    position: relative;
}.y-price-package h2 {
    opacity: 0;
    color: #ffffff;
    transform: translateY(20px);
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 0.5px;
    font-weight: 700;
    position: relative;
    animation: fadeSlideUp 0.8s ease-out forwards;
    font-size: calc(28px * 1.1);
}.y-price-package .V-discount-price {
    opacity: 0;
    margin: 0 auto 50px;
    word-break: break-word;
    font-size: 15px;
    transform: translateY(20px);
    line-height: 1.6;
    text-align: center;
    max-width: 700px;
    animation: fadeSlideUp 0.8s ease-out 0.2s forwards;
    color: rgb(255, 255, 255, 0.5);
    position: relative;
    overflow-wrap: break-word;
}.y-price-package .E-qtr-cost {
    list-style: none;
    gap: 25px;
    perspective: 1000px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}.y-price-package .E-qtr-cost li {
    transform-style: preserve-3d;
    transform: translateZ(0) rotateY(5deg);
    animation-delay: calc(0.2s * var(--li-index, 1));
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards, rotateCard 0.8s ease-out forwards;
}.y-price-package .E-qtr-cost li:nth-child(1) {
    --li-index: 1;
}.y-price-package .E-qtr-cost li:nth-child(2) {
    --li-index: 2;
}.y-price-package .E-qtr-cost li:nth-child(3) {
    --li-index: 3;
}.y-price-package .E-qtr-cost li:nth-child(4) {
    --li-index: 4;
}.y-price-package .v-payment-plan {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: block;
    text-decoration: none;
    height: 100%;
}.y-price-package .v-payment-plan:hover {
    transform: translateY(-10px) scale(1.02);
}.y-price-package .v-learn-fees {
    transition: all 0.4s ease;
    border: 1px solid rgba(255,255,255,0.1);
    position: relative;
    backdrop-filter: blur(10px);
    padding: 30px;
    height: 100%;
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.07) 0%, 
        rgba(255,255,255,0.03) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1),
                inset 0 1px 1px rgba(255,255,255,0.1);
}.y-price-package .v-payment-plan:hover .v-learn-fees {
    background: linear-gradient(145deg, 
        rgba(rgb(194,189,217), 0.15) 0%, 
        rgba(rgb(194,189,217), 0.05) 100%);
    box-shadow: 0 20px 40px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15),
                inset 0 1px 2px rgba(255,255,255,0.15);
}.y-price-package .v-learn-fees::before {
    transition: opacity 0.6s ease;
    height: 200%;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(
        ellipse at center,
        rgba(255,255,255,0.1) 0%,
        rgba(255,255,255,0) 70%
    );
    opacity: 0;
    top: -50%;
    width: 200%;
    content: "";
    left: -50%;
    transform: rotate(30deg);
}.y-price-package .v-payment-plan:hover .v-learn-fees::before {
    opacity: 1;
}.y-price-package .U-fee-offers {
    height: 100%;
    flex-direction: column;
    display: flex;
}.y-price-package .U-fee-offers h4 {
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    position: relative;
    color: #ffffff;
    transition: transform 0.3s ease;
}.y-price-package .v-payment-plan:hover .U-fee-offers h4 {
    color: rgb(194,189,217);
    transform: translateY(-2px);
}.y-price-package .U-fee-offers h4::after {
    left: 0;
    background: rgb(194,189,217);
    content: "";
    transform: scaleX(0.7);
    transition: transform 0.4s ease;
    transform-origin: left;
    height: 2px;
    bottom: -10px;
    position: absolute;
    width: 50px;
}.y-price-package .v-payment-plan:hover .U-fee-offers h4::after {
    transform: scaleX(1);
}.y-price-package .U-fee-offers p {
    margin-bottom: 25px;
    white-space: normal;
    flex-grow: 1;
    color: rgb(255, 255, 255, 0.5);
    line-height: 1.7;
    font-size: calc(15px * 0.9);
    word-break: break-word;
    overflow-wrap: break-word;
}.y-price-package .p-study-cost {
    margin-top: auto;
    font-size: calc(19px * 1.4);
    padding: 10px 0;
    display: inline-block;
    font-weight: 700;
    transition: transform 0.3s ease, color 0.3s ease;
    position: relative;
    color: #ffffff;
}.y-price-package .v-payment-plan:hover .p-study-cost {
    transform: scale(1.05);
    color: rgb(194,189,217);
}.y-price-package .p-study-cost::before {
    position: absolute;
    top: 0;
    width: 100%;
    content: "";
    background: linear-gradient(to right, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.3) 50%,
        rgba(255,255,255,0.1) 100%);
    height: 1px;
    left: 0;
}

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

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes rotateCard {
    0% {
        transform: translateZ(0) rotateY(5deg);
    }
    100% {
        transform: translateZ(0) rotateY(0);
    }
}

@media (max-width: 1024px) {.y-price-package {
    padding: 100px 0;
}.y-price-package .E-qtr-cost {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.y-price-package .v-learn-fees {
    padding: 25px;
}
}

@media (max-width: 768px) {.y-price-package {
    padding: 80px 0;
}.y-price-package h2 {
    font-size: 28px;
    margin-bottom: 20px;
}.y-price-package .V-discount-price {
    font-size: calc(15px * 0.95);
    margin-bottom: 40px;
}.y-price-package .E-qtr-cost {
    margin: 0 auto;
    max-width: 450px;
    grid-template-columns: 1fr;
}.y-price-package .v-learn-fees {
    padding: 25px 20px;
}.y-price-package .U-fee-offers h4 {
    font-size: 19px;
}.y-price-package .U-fee-offers p {
    font-size: calc(15px * 0.85);
}.y-price-package .p-study-cost {
    font-size: calc(19px * 1.2);
}
}

@media (max-width: 480px) {.y-price-package {
    padding: 60px 0;
}.y-price-package h2 {
    font-size: calc(28px * 0.9);
}.y-price-package .V-discount-price {
    font-size: calc(15px * 0.9);
}.y-price-package .v-learn-fees {
    padding: 20px 15px;
}.y-price-package .U-fee-offers h4 {
    font-size: calc(19px * 0.95);
}.y-price-package .U-fee-offers p {
    margin-bottom: 20px;
    line-height: 1.6;
}.y-price-package .p-study-cost {
    font-size: calc(19px * 1.1);
}}.z-appFrame {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(rgb(194,189,217), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.z-appFrame::before {
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    opacity: 0.8;
    width: 100%;
    content: "";
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(194,189,217), 0.07) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(161,157,193), 0.05) 0%, transparent 60%);
}.z-appFrame::after {
    content: "";
    z-index: 0;
    clip-path: polygon(0 0, 100% 25%, 85% 100%, 15% 80%);
    top: -10%;
    height: 70%;
    width: 40%;
    position: absolute;
    transform: rotate(-15deg);
    background: linear-gradient(45deg, rgba(rgb(194,189,217), 0.03) 0%, rgba(rgb(161,157,193), 0.05) 100%);
    right: -5%;
    animation: float 15s infinite ease-in-out;
}.z-appFrame .container {
    padding: 0 2rem;
    perspective: 1000px;
    max-width: 1200px;
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.z-appFrame h2 {
    max-width: 90%;
    position: relative;
    margin-bottom: 2.5rem;
    text-shadow: 0 2px 15px rgba(#000000, 0.05);
    color: rgb(194,189,217);
    transform: translateZ(10px);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 37px;
    line-height: 1.3;
    letter-spacing: -0.02em;
}.z-appFrame h2::after {
    left: 0;
    background: linear-gradient(90deg, rgb(194,189,217) 0%, rgb(161,157,193) 100%);
    width: 5rem;
    transform-origin: left center;
    content: "";
    position: absolute;
    animation: expandWidth 0.8s ease-out forwards;
    border-radius: 2px;
    height: 4px;
    bottom: -0.8rem;
}.z-appFrame .h-master-program {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: #ffffff;
    transform: translateZ(5px);
    border-radius: 13px;
    padding: 3rem;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(#000000, 0.05),
        0 5px 15px rgba(#000000, 0.03);
    position: relative;
}.z-appFrame .h-master-program::before {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 6px;
    background: linear-gradient(90deg, rgb(194,189,217) 0%, rgb(161,157,193) 100%);
    content: "";
}.z-appFrame .h-master-program::after {
    opacity: 0.5;
    background-image: 
        linear-gradient(45deg, rgba(rgb(194,189,217), 0.03) 25%, transparent 25%),
        linear-gradient(-45deg, rgba(rgb(194,189,217), 0.03) 25%, transparent 25%);
    height: 30%;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    content: "";
    width: 40%;
    background-size: 12px 12px;
}.z-appFrame ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.z-appFrame li {
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    padding-left: 0;
    transform: translateY(20px);
    position: relative;
}.z-appFrame li::before {
    top: 0.5rem;
    height: 8px;
    left: -1.5rem;
    position: absolute;
    box-shadow: 0 0 0 3px rgba(rgb(161,157,193), 0.1);
    width: 8px;
    content: "";
    border-radius: 50%;
    background: rgb(161,157,193);
}.z-appFrame span {
    letter-spacing: 0.01em;
    line-height: 1.7;
    display: block;
    font-size: calc(13px * 1.05);
    font-weight: 400;
    color: #000000;
    font-family: Arial, sans-serif;
}

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

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 5rem;
    }
}

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

@media (hover: hover) {.z-appFrame .h-master-program:hover {
    transform: translateZ(10px) scale(1.01);
    box-shadow: 
            0 20px 45px rgba(#000000, 0.07),
            0 5px 20px rgba(#000000, 0.05);
}
}

@media (max-width: 992px) {.z-appFrame {
    padding: 5rem 0;
}.z-appFrame h2 {
    max-width: 100%;
    font-size: calc(37px * 0.9);
}.z-appFrame .h-master-program {
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.z-appFrame {
    padding: 4rem 0;
}.z-appFrame h2 {
    margin-bottom: 2rem;
    font-size: calc(37px * 0.8);
}.z-appFrame .h-master-program {
    padding: 2rem;
}.z-appFrame span {
    font-size: 13px;
    line-height: 1.6;
}
}

@media (max-width: 576px) {.z-appFrame {
    padding: 3rem 0;
}.z-appFrame .container {
    padding: 0 1.5rem;
}.z-appFrame h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.5rem;
}.z-appFrame .h-master-program {
    padding: 1.5rem;
}.z-appFrame li::before {
    height: 6px;
    width: 6px;
    left: -1.2rem;
}}.M-primary-page {
    display: flex;
    overflow: hidden;
    align-items: center;
    width: 100%;
    justify-content: center;
    position: relative;
    min-height: 90vh;
}.M-primary-page .L-edu-home {
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 90vh;
    position: relative;
    height: 100%;
    width: 100%;
}.M-primary-page .L-edu-home::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.4) 100%);
    backdrop-filter: blur(3px);
    content: "";
}.M-primary-page .z-learning-program {
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.25),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    max-width: 1200px;
    position: relative;
    width: 85%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.12);
}.M-primary-page .z-learning-program:hover {
    box-shadow: 
    25px 25px 50px rgba(0, 0, 0, 0.3),
    -12px -12px 35px rgba(255, 255, 255, 0.15);
    transform: perspective(1000px) rotateX(0deg);
}.M-primary-page .z-learning-program > div {
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards;
    opacity: 0;
}.M-primary-page .z-learning-program > div:nth-child(1) {
    animation-delay: 0.2s;
}.M-primary-page .z-learning-program > div:nth-child(2) {
    animation-delay: 0.5s;
}.M-primary-page .title_style_header {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
    color: #ffffff;
    font-size: 47px;
    line-height: 1.2;
}.M-primary-page .title_style_header::after {
    background: linear-gradient(90deg, rgb(194,189,217) 0%, rgb(161,157,193) 100%);
    transform: scaleX(0);
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    transform-origin: left;
    width: 100px;
    height: 4px;
    animation: scaleIn 0.6s 0.8s forwards;
}.M-primary-page h3 {
    color: #ffffff;
    line-height: 1.5;
    font-size: calc(22px + 0.2rem);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.M-primary-page p {
    position: relative;
    color: #ffffff;
    max-width: 90%;
    padding-left: 1rem;
    font-size: 17px;
    line-height: 1.6;
    margin-top: 1.5rem;
}.M-primary-page p::before {
    background: rgb(161,157,193);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 3px;
    animation: scaleIn 0.4s 1s forwards;
    transform: scaleY(0);
    transform-origin: top;
}

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

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

@media (max-width: 992px) {.M-primary-page {
    min-height: 80vh;
}.M-primary-page .L-edu-home {
    min-height: 80vh;
}.M-primary-page .z-learning-program {
    transform: perspective(1000px) rotateX(1deg);
    width: 90%;
    padding: 2.5rem;
}.M-primary-page .title_style_header {
    font-size: calc(47px - 0.5rem);
}.M-primary-page h3 {
    font-size: 22px;
}
}

@media (max-width: 768px) {.M-primary-page {
    min-height: 70vh;
}.M-primary-page .L-edu-home {
    min-height: 70vh;
}.M-primary-page .z-learning-program {
    padding: 2rem;
    width: 95%;
    transform: none;
}.M-primary-page .z-learning-program:hover {
    transform: none;
}.M-primary-page .title_style_header {
    margin-bottom: 1.5rem;
    font-size: calc(47px - 1rem);
}.M-primary-page .title_style_header::after {
    height: 3px;
    width: 80px;
}.M-primary-page h3 {
    margin-bottom: 1rem;
    font-size: calc(22px - 0.1rem);
}.M-primary-page p {
    font-size: calc(17px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.M-primary-page {
    padding: 4rem 0;
    min-height: auto;
}.M-primary-page .L-edu-home {
    min-height: auto;
}.M-primary-page .z-learning-program {
    box-shadow: 
      10px 10px 20px rgba(0, 0, 0, 0.25),
      -5px -5px 15px rgba(255, 255, 255, 0.1);
    padding: 1.5rem;
}.M-primary-page .title_style_header {
    font-size: calc(34px - 0.2rem);
    margin-bottom: 1.25rem;
}.M-primary-page .title_style_header::after {
    bottom: -10px;
    height: 3px;
    width: 60px;
}.M-primary-page h3 {
    font-size: calc(19px + 0.1rem);
}.M-primary-page p {
    padding-left: 0.75rem;
    margin-top: 1rem;
}.M-primary-page p::before {
    width: 2px;
}}header .C-head-teach {
    overflow: visible;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 100;
    background: linear-gradient(135deg, rgb(194,189,217,0.5) 0%, rgb(161,157,193) 100%);
    display: flex;
    position: relative;
    left: 0;
    padding: 1.5rem 2rem;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 0;
}header .C-head-teach .k-top-learning {
    position: relative;
    transform: skewX(5deg);
    z-index: 2;
}header .C-head-teach .k-top-learning .S-nav-teach {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .C-head-teach .k-top-learning .S-nav-teach:hover {
    transform: translateY(-8px) rotate(0deg);
}header .C-head-teach .k-top-learning svg {
    width: 80px;
    height: auto;
}header .C-head-teach .C-top-learn {
    display: flex;
    position: relative;
    padding: 0;
    margin: 0;
    gap: 1rem;
    list-style: none;
}header .C-head-teach .C-top-learn::before {
    background: linear-gradient(45deg, transparent 0%, rgb(194,189,217,0.5) 100%);
    border-radius: 10px;
    content: "";
    z-index: -1;
    opacity: 0;
    height: calc(100% + 20px);
    width: calc(100% + 40px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    top: -10px;
    left: -20px;
    position: absolute;
}header .C-head-teach .n-site-info {
    transition: transform 0.3s ease;
    position: relative;
}header .C-head-teach .n-site-info a {
    transition: color 0.3s ease;
    display: block;
    font-size: 16px;
    font-family: Arial, sans-serif;
    padding: 0.5rem 1rem;
    color: #ffffff;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}header .C-head-teach .n-site-info a::before {
    position: absolute;
    width: 100%;
    transition: transform 0.3s ease;
    left: 0;
    height: 2px;
    bottom: 0;
    transform-origin: right;
    content: "";
    transform: scaleX(0) rotate(-2deg);
    background: rgb(161,157,193);
}header .C-head-teach .n-site-info a:hover {
    color: rgb(161,157,193);
}header .C-head-teach .n-site-info a:hover::before {
    transform: scaleX(1) rotate(-2deg);
    transform-origin: left;
}

@media (max-width: 992px) {header .C-head-teach {
    transform: skewX(0);
    box-sizing: border-box;
    padding: 1rem;
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
    width: 100vw;
}header .C-head-teach .k-top-learning {
    margin-bottom: 1rem;
    transform: skewX(0);
}header .C-head-teach .C-top-learn {
    transform: skewX(0);
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}header .C-head-teach .C-top-learn::before {
    transform: skewX(0);
}header .C-head-teach .C-top-learn:hover::before {
    transform: skewX(0);
}header .C-head-teach .n-site-info {
    margin: 0.25rem;
}header .C-head-teach .n-site-info:nth-child(odd),
  header .C-head-teach .n-site-info:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .C-head-teach {
    padding: 0.75rem;
}header .C-head-teach .C-top-learn {
    flex-direction: column;
    align-items: center;
}header .C-head-teach .n-site-info {
    text-align: center;
    width: 100%;
}header .C-head-teach .k-top-learning svg {
    width: 100px;
}}.Q-popupPrivacySettings {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    transition: all 0.3s ease-in-out;
    width: 100%;
    bottom: 0;
    position: fixed;
    padding: 20px 0;
    border-top: 2px solid rgb(194,189,217);
    z-index: 90;
    background: rgb(161,157,193);
}.T-data-policy {
    display: flex;
    max-width: 1200px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 20px 30px;
    flex-wrap: wrap;
}.Q-popupPrivacySettings h5 {
    margin-bottom: 6px;
    transition: color 0.3s ease-in-out;
    font-size: 24px;
    color: #ffffff;
    font-weight: 700;
}.Q-popupPrivacySettings p {
    color: #ffffff;
    font-size: 13px;
    max-width: 500px;
}.q-consent-comply {
    margin-right: 20px;
    flex-shrink: 0;
}.q-consent-comply svg, .q-consent-comply svg path {
    width: 80px;
    fill: rgb(194,189,217);
    transition: transform 0.3s ease-in-out;
    height: 80px;
}.q-consent-comply:hover svg {
    transform: rotate(10deg);
}.J-cookie-all {
    margin-left: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    padding: 10px 20px;
    border-radius: 12px;
    text-decoration: none;
    line-height: 35px;
    cursor: pointer;
    box-shadow: rgb(194,189,217,0.5) 0px 4px 10px 0px;
    color: #ffffff;
    background: rgb(194,189,217);
    font-size: 19px;
}.cookie_button.E-cookie-control {
    background: rgb(194,189,217);
}.cookie_button.d-cookies-tech {
    background: rgb(161,157,193);
}.J-cookie-all:hover {
    box-shadow: rgb(194,189,217,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.Q-popupPrivacySettings p a {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
    color: rgb(194,189,217);
    font-weight: 600;
}.Q-popupPrivacySettings p a:hover {
    color: rgb(161,157,193);
}.q-core-container .Q-popupPrivacySettings {
    background: rgb(161,157,193);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    padding: 40px 0;
    border: none;
}.q-core-container .J-cookie-all {
    font-weight: 400;
    border: none;
    padding: 10px;
    margin-left: 30px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 19px;
    color: #ffffff;
    border-radius: 10px;
    background: rgb(194,189,217);
}.q-core-container .z-accept-cookies h5, .q-core-container .z-accept-cookies p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.Q-popupPrivacySettings {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.q-consent-comply {
    display: none;
}.T-data-policy {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}.Q-popupPrivacySettings h5 {
    text-align: center;
}.Q-popupPrivacySettings p {
    text-align: center;
}.z-accept-cookies {
    margin-bottom: 20px;
    text-align: center;
}.J-cookie-all {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
}}
#h-userSettingsPopup {
    display: none;
}#h-userSettingsPopup:checked ~ .Q-popupPrivacySettings {
    visibility: hidden;
    opacity: 0;
}.q-stay-connected {
    padding: 5rem 2rem;
    background: linear-gradient(135deg, rgb(194,189,217,0.5), rgb(161,157,193));
    z-index: 1;
    overflow: hidden;
    position: relative;
}.q-stay-connected::before {
    content: "";
    animation: pulse 8s infinite alternate;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(194,189,217,0.5) 0px,
        rgb(194,189,217,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    width: 100%;
    opacity: 0.1;
    z-index: -1;
}.q-stay-connected::after {
    bottom: -50px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    background: rgb(161,157,193);
    animation: float 15s infinite ease-in-out;
    right: -50px;
    filter: blur(60px);
    content: "";
    opacity: 0.2;
    z-index: -1;
    width: 200px;
}.q-stay-connected .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.q-stay-connected .h-master-program {
    justify-content: center;
    z-index: 2;
    flex-direction: column;
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    align-items: center;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.q-stay-connected .h-master-program:hover {
    transform: perspective(1000px) rotateY(0deg);
}.q-stay-connected h4 {
    font-family: Arial, sans-serif;
    transform: translateZ(0);
    margin-bottom: 2rem;
    color: #000000;
    font-size: calc(24px * 1.1);
    text-align: center;
    position: relative;
    font-weight: 600;
    line-height: 1.4;
}.q-stay-connected h4::after {
    bottom: -10px;
    transition: width 0.3s ease;
    transform: translateX(-50%);
    position: absolute;
    height: 3px;
    left: 50%;
    content: "";
    width: 80px;
    background: linear-gradient(90deg, rgb(194,189,217), rgb(161,157,193));
}.q-stay-connected .h-master-program:hover h4::after {
    width: 120px;
}.q-stay-connected .input_holder {
    flex-direction: column;
    display: flex;
    max-width: 600px;
    margin-top: 1rem;
    width: 100%;
    gap: 1rem;
}.q-stay-connected .input_holder span {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}.q-stay-connected input[type="email"] {
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.05);
    padding: 1rem 1.5rem;
    font-size: 14px;
    outline: none;
    background: #ffffff;
}.q-stay-connected input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(194,189,217,0.5);
    border-color: rgb(194,189,217);
}.q-stay-connected input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: all 0.3s ease;
}.q-stay-connected input[type="email"]:focus::placeholder {
    opacity: 0.7;
    transform: translateX(5px);
}.q-stay-connected .h-news-section {
    border: none;
    color: #ffffff;
    cursor: pointer;
    position: relative;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1rem 1.5rem;
    text-align: center;
    font-weight: 600;
    width: 100%;
    font-size: 15px;
    display: inline-block;
    background: linear-gradient(135deg, rgb(194,189,217), rgb(161,157,193));
    overflow: hidden;
    transform: translateY(0);
}.q-stay-connected .h-news-section::before {
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.6s ease;
    content: "";
}.q-stay-connected .h-news-section:hover {
    box-shadow: 0 7px 14px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
    transform: translateY(-3px);
}.q-stay-connected .h-news-section:hover::before {
    left: 100%;
}.q-stay-connected .h-news-section:active {
    transform: translateY(1px);
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.2;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-20px, 20px);
    }
    50% {
        transform: translate(-40px, -10px);
    }
    75% {
        transform: translate(-10px, -30px);
    }
}

@media screen and (min-width: 768px) {.q-stay-connected {
    padding: 6rem 3rem;
}.q-stay-connected .h-master-program {
    padding: 3rem 4rem;
    transform: perspective(1200px) rotateY(-3deg);
}.q-stay-connected h4 {
    margin-bottom: 2.5rem;
    font-size: calc(24px * 1.2);
}.q-stay-connected .input_holder {
    flex-direction: row;
    margin-top: 1.5rem;
}.q-stay-connected input[type="email"] {
    border-radius: 0;
}.q-stay-connected .h-news-section {
    white-space: nowrap;
    min-width: 180px;
    width: auto;
}
}

@media screen and (min-width: 992px) {.q-stay-connected {
    padding: 7rem 4rem;
}.q-stay-connected::before {
    background-size: 15px 15px;
}.q-stay-connected .h-master-program {
    transform: perspective(1500px) rotateY(-4deg);
    padding: 3.5rem 5rem;
}.q-stay-connected h4 {
    font-size: calc(24px * 1.3);
}.q-stay-connected .input_holder {
    gap: 1.5rem;
}
}

@media screen and (max-width: 767px) {.q-stay-connected {
    padding: 4rem 1.5rem;
}.q-stay-connected .h-master-program {
    padding: 2rem 1.5rem;
}.q-stay-connected h4 {
    margin-bottom: 1.5rem;
    font-size: 24px;
}.q-stay-connected input[type="email"],
    .q-stay-connected .h-news-section {
    padding: 0.9rem 1.2rem;
}
}

@media (prefers-reduced-motion: reduce) {.q-stay-connected::before,
    .q-stay-connected::after,
    .q-stay-connected .h-master-program,
    .q-stay-connected h4::after,
    .q-stay-connected input[type="email"]::placeholder,
    .q-stay-connected .h-news-section::before {
    animation: none;
    transition: none;
}.q-stay-connected .h-master-program:hover,
    .q-stay-connected .h-master-program:hover h4::after,
    .q-stay-connected .h-news-section:hover {
    transform: none;
}}.B-company-overview {
    position: relative;
    color: #ffffff;
    overflow: hidden;
    padding: 6rem 0;
}.B-company-overview::before {
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
}.B-company-overview::after {
    animation: backgroundShift 35s infinite alternate ease-in-out;
    background-image: linear-gradient(30deg, rgb(194,189,217,0.5) 10%, transparent 10.5%),
                     linear-gradient(60deg, rgb(194,189,217,0.5) 25%, transparent 25.5%),
                     linear-gradient(90deg, rgb(161,157,193,0.5) 40%, transparent 40.5%);
    position: absolute;
    opacity: 0.05;
    height: 100%;
    background-size: 60px 60px;
    top: 0;
    width: 100%;
    z-index: 2;
    left: 0;
    content: "";
}.B-company-overview h4 {
    font-size: calc(18px * 1.2);
    opacity: 1;
    text-transform: uppercase;
    margin-bottom: 2.5rem;
    animation: fadeInDown 0.8s ease-out;
    font-weight: 700;
    text-align: center;
    z-index: 5;
    letter-spacing: 3px;
    color: #ffffff;
    position: relative;
    transform: translateY(0);
}.B-company-overview h4::after {
    position: absolute;
    content: "";
    transition: width 0.3s ease;
    background: rgb(161,157,193);
    width: 60px;
    bottom: -12px;
    transform: translateX(-50%);
    height: 3px;
    left: 50%;
}.B-company-overview:hover h4::after {
    width: 100px;
}.B-company-overview .container {
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    z-index: 5;
    animation: fadeIn 1s ease-out 0.3s both;
    position: relative;
}.B-company-overview .N-text-banner {
    transform: translateY(0);
    border-left: 4px solid rgb(161,157,193);
    background: rgba(255, 255, 255, 0.09);
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.B-company-overview .N-text-banner:hover {
    transform: translateY(-5px);
}.B-company-overview .N-text-banner::before {
    z-index: -1;
    background: rgb(161,157,193);
    right: 20px;
    height: 40px;
    position: absolute;
    top: -10px;
    content: "";
    opacity: 0.2;
    transform: rotate(45deg);
    width: 40px;
}.B-company-overview .N-text-banner::after {
    content: "";
    background: rgb(194,189,217);
    height: 20px;
    width: 20px;
    bottom: -10px;
    left: 40px;
    opacity: 0.15;
    z-index: -1;
    transform: rotate(45deg);
    position: absolute;
}.B-company-overview .N-text-banner h6 {
    font-weight: 700;
    transform: translateX(0);
    padding-bottom: 0.5rem;
    display: inline-block;
    color: rgb(161,157,193);
    font-size: calc(18px * 1.3);
    margin-bottom: 1.5rem;
    animation: slideInLeft 0.7s ease-out 0.5s both;
    position: relative;
}.B-company-overview .N-text-banner h6::after {
    width: 100%;
    background: linear-gradient(90deg, rgb(161,157,193) 0%, transparent 100%);
    left: 0;
    bottom: 0;
    position: absolute;
    content: "";
    height: 1px;
}.B-company-overview .N-text-banner div {
    animation: fadeIn 1s ease-out 0.8s both;
    line-height: 1.8;
    position: relative;
}.B-company-overview .N-text-banner span {
    text-align: justify;
    opacity: 0.9;
    column-gap: 40px;
    column-count: 1;
    transition: opacity 0.3s ease;
    font-size: 15px;
    display: block;
    color: #ffffff;
}.B-company-overview .N-text-banner div:hover span {
    opacity: 1;
}

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

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

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

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

@media (min-width: 768px) {.B-company-overview {
    padding: 8rem 0;
}.B-company-overview h4 {
    margin-bottom: 3.5rem;
    font-size: calc(18px * 1.4);
}.B-company-overview .N-text-banner {
    border-left-width: 6px;
    padding: 4rem;
}.B-company-overview .N-text-banner span {
    column-count: 2;
}
}

@media (min-width: 992px) {.B-company-overview {
    padding: 10rem 0;
}.B-company-overview .container {
    display: flex;
    justify-content: center;
}.B-company-overview .N-text-banner {
    width: 90%;
    padding: 5rem;
}.B-company-overview .N-text-banner h6 {
    margin-bottom: 2rem;
    font-size: calc(18px * 1.5);
}.B-company-overview .N-text-banner span {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (max-width: 767px) {.B-company-overview {
    padding: 4rem 0;
}.B-company-overview h4 {
    margin-bottom: 2rem;
    font-size: 18px;
}.B-company-overview .N-text-banner {
    padding: 2rem;
}.B-company-overview .N-text-banner h6 {
    font-size: 18px;
    margin-bottom: 1rem;
}.B-company-overview .N-text-banner span {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.B-company-overview {
    padding: 3rem 0;
}.B-company-overview h4::after {
    width: 40px;
}.B-company-overview .N-text-banner {
    padding: 1.5rem;
    border-left-width: 3px;
}
}

@media (prefers-reduced-motion) {.B-company-overview h4,
    .B-company-overview .container,
    .B-company-overview .N-text-banner h6,
    .B-company-overview .N-text-banner div {
    animation: none;
}.B-company-overview::after {
    animation: none;
}.B-company-overview .N-text-banner {
    transition: none;
}.B-company-overview .N-text-banner:hover {
    transform: none;
}}footer {
    width: 100%;
    position: relative;
}.e-gift-card {
    padding: 100px 0 30px;
    background-color: rgb(224,222,238);
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
}.e-gift-card::before {
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    background-size: 100px 100px;
    background-color: rgb(194,189,217,0.5);
    height: 120px;
    background: 
        linear-gradient(135deg, rgb(224,222,238) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(224,222,238) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(224,222,238) 25%, transparent 25%),
        linear-gradient(45deg, rgb(224,222,238) 25%, transparent 25%);
    top: 0;
}footer .V-footer-clients {
    z-index: 1;
    margin-top: -70px;
    position: relative;
}footer .a-get-assist {
    flex-wrap: wrap;
    display: flex;
    transform: translateY(-30px);
    margin-bottom: 60px;
    background-color: #ffffff;
    justify-content: space-between;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    padding: 25px;
    border-radius: 18px;
    position: relative;
    z-index: 2;
}footer .info_item {
    border-radius: 10px;
    background-color: rgb(224,222,238);
    padding: 10px 15px;
    flex: 1 1 200px;
    position: relative;
    margin: 10px;
    transition: all 0.3s ease;
}footer .info_item:hover {
    background-color: #ffffff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}footer .info_item::before {
    top: 0;
    height: 100%;
    position: absolute;
    background-color: rgb(194,189,217);
    border-radius: 3px 0 0 3px;
    opacity: 0;
    left: 0;
    transition: opacity 0.3s ease;
    content: "";
    width: 3px;
}footer .info_item:hover::before {
    opacity: 1;
}footer .info_item svg {
    width: 20px;
    fill: rgb(194,189,217);
    vertical-align: middle;
    margin-right: 10px;
    height: 20px;
}footer .info_item p,
footer .info_item a {
    font-size: 15px;
    color: #000000;
    vertical-align: middle;
    display: inline-block;
    transition: color 0.3s ease;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(194,189,217);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
    gap: 30px;
}footer .text_main_holder::before {
    height: calc(100% + 80px);
    background-color: #ffffff;
    top: -40px;
    position: absolute;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    content: "";
    z-index: -1;
    left: 0;
}footer .k-top-learning {
    position: relative;
    padding: 0 30px;
}footer .k-top-learning::after {
    left: 30px;
    background: linear-gradient(90deg, rgb(194,189,217), transparent);
    height: 1px;
    bottom: -15px;
    content: "";
    position: absolute;
    right: 30px;
}footer .k-top-learning svg {
    height: 45px;
    margin-bottom: 15px;
    width: auto;
}footer .T-report-abuse {
    color: #000000;
    max-width: 330px;
    line-height: 1.6;
    font-size: 14px;
}footer .C-top-learn {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border-radius: 18px;
    position: relative;
    margin-top: -10px;
    background-color: rgb(224,222,238);
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px;
    z-index: 1;
}footer .C-top-learn h5 {
    color: #000000;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 20px;
    display: inline-block;
}footer .C-top-learn h5::after {
    bottom: -7px;
    height: 2px;
    content: "";
    background-color: rgb(194,189,217);
    position: absolute;
    width: 50px;
    left: 0;
}footer .B-nav-info {
    grid-template-columns: 1fr;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}footer .B-nav-info a {
    text-decoration: none;
    font-size: 15px;
    position: relative;
    color: #000000;
    display: inline-block;
    padding: 8px 0;
    transition: all 0.3s ease;
}footer .B-nav-info a::after {
    width: 0;
    content: "";
    left: 0;
    height: 2px;
    position: absolute;
    bottom: 5px;
    background-color: rgb(194,189,217);
    transition: width 0.3s ease;
}footer .B-nav-info a:hover {
    transform: translateX(5px);
    color: rgb(194,189,217);
}footer .B-nav-info a:hover::after {
    width: 100%;
}footer .subscribe_holder {
    position: relative;
    background-color: rgb(194,189,217);
    margin-right: 40px;
    margin-left: 40px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    margin-top: -10px;
    z-index: 0;
    border-radius: 18px;
    padding: 30px;
    color: #ffffff;
}footer .subscribe_holder::before {
    content: "";
    width: 30px;
    transform: rotate(45deg);
    right: 30px;
    background-color: rgb(194,189,217);
    height: 30px;
    position: absolute;
    top: -15px;
    z-index: -1;
}footer .subscribe_holder h5 {
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 20px;
}footer .subscribe_holder p {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    position: relative;
    gap: 15px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    padding: 14px 16px;
    color: #000000;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    font-size: 15px;
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}footer .h-news-section {
    padding: 14px 20px;
    font-size: 18px;
    background-color: #000000;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    color: #ffffff;
}footer .h-news-section:hover {
    transform: translateY(-3px);
    background-color: rgb(161,157,193);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .b-sec-cert {
    position: relative;
    text-align: center;
    margin-top: 60px;
    z-index: 1;
}footer .l-eco-foot {
    font-size: 14px;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 8px 20px;
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .B-nav-info {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .h-news-section {
    white-space: nowrap;
}
}

@media (min-width: 992px) {footer .C-top-learn {
    margin-top: 0;
}footer .subscribe_holder {
    margin-top: 0;
}
}

@media (max-width: 991px) {footer .text_main_holder {
    gap: 50px;
}
}

@media (max-width: 767px) {footer .e-gift-card {
    padding: 80px 0 30px;
}footer .a-get-assist {
    justify-content: center;
    padding: 20px;
}footer .info_item {
    width: 100%;
}footer .C-top-learn, footer .subscribe_holder {
    padding: 25px 20px;
    margin-left: 10px;
    margin-right: 10px;
}footer .b-sec-cert {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .e-gift-card {
    padding: 60px 0 20px;
}footer .a-get-assist {
    margin-bottom: 40px;
    transform: translateY(-20px);
    padding: 15px;
}footer .text_main_holder::before {
    top: -30px;
    height: calc(100% + 60px);
}footer .k-top-learning {
    padding: 0 20px;
}footer .k-top-learning::after {
    left: 20px;
    right: 20px;
}footer .C-top-learn h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .B-nav-info a {
    padding: 6px 0;
}footer .input_holder input[type="email"],
    footer .h-news-section {
    padding: 12px 15px;
}}.B-confidential-hearth {
    background-color: rgb(224,222,238);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    padding: 40px;
    transition: all 0.3s ease;
    color: #000000;
    font-family: Arial, sans-serif;
}.B-confidential-hearth:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}.B-confidential-hearth h1 {
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
    font-size: 43px;
    color: rgb(194,189,217);
    text-transform: uppercase;
}.B-confidential-hearth h2 {
    color: rgb(161,157,193);
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 15px;
}.B-confidential-hearth h3, .B-confidential-hearth h4, .B-confidential-hearth h5, .B-confidential-hearth h6 {
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}.B-confidential-hearth h5 {
    font-size: 19px;
}.B-confidential-hearth h6 {
    font-size: 16px;
}.B-confidential-hearth ul, .B-confidential-hearth ol {
    margin-left: 20px;
    margin-bottom: 20px;
}.B-confidential-hearth li {
    padding-left: 10px;
    font-size: 12px;
    margin-bottom: 10px;
    position: relative;
}.B-confidential-hearth li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: rgb(194,189,217);
    top: 0;
}.B-confidential-hearth p, .B-confidential-hearth span {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 20px;
}.B-confidential-hearth p {
    text-align: justify;
}.B-confidential-hearth .container {
    margin: 0 auto;
    max-width: 1200px;
}.B-confidential-hearth .container div {
    margin-bottom: 30px;
}
@media only screen and (max-width: 800px) {.B-confidential-hearth {
    padding: 20px;
    border-radius: 10px;
}.B-confidential-hearth h1 {
    font-size: calc(19px - 10px);
}.B-confidential-hearth h2 {
    font-size: calc(19px - 8px);
}.B-confidential-hearth p, .B-confidential-hearth span {
    font-size: calc(12px - 2px);
}}
.B-confidential-hearth a {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(194,189,217,0.5);
    text-decoration: none;
    color: rgb(194,189,217);
}.B-confidential-hearth a:hover {
    color: rgb(161,157,193);
    border-bottom: 1px solid rgb(161,157,193);
}.B-confidential-hearth button {
    border-radius: 10px;
    background-color: rgb(194,189,217);
    transition: background-color 0.3s ease;
    font-size: 20px;
    cursor: pointer;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
}.B-confidential-hearth button:hover {
    background-color: rgb(161,157,193);
}.z-customer-feedback {
    background: linear-gradient(180deg, rgb(224,222,238) 0%, rgb(194,189,217,0.5) 100%);
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.z-customer-feedback::before {
    background: linear-gradient(to right, rgb(161,157,193,0.5), transparent, rgb(161,157,193,0.5));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.3;
    transform: skewY(-5deg) translateY(-100px);
    z-index: 0;
    height: 200px;
    content: "";
}.z-customer-feedback::after {
    opacity: 0.3;
    right: 0;
    position: absolute;
    left: 0;
    z-index: 0;
    background: linear-gradient(to left, rgb(194,189,217,0.5), transparent, rgb(194,189,217,0.5));
    content: "";
    bottom: 0;
    transform: skewY(3deg) translateY(50px);
    height: 150px;
}.z-customer-feedback .container {
    z-index: 1;
    position: relative;
}.z-customer-feedback h2 {
    font-weight: 700;
    position: relative;
    text-align: center;
    font-size: 38px;
    padding-bottom: 20px;
    color: #000000;
    transform: perspective(500px) rotateX(5deg);
    margin-bottom: 70px;
}.z-customer-feedback h2::after {
    border-radius: 10px;
    bottom: 0;
    background: linear-gradient(to right, rgb(194,189,217), rgb(161,157,193));
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    height: 5px;
    left: 50%;
    content: "";
}.z-customer-feedback .w-testimonials-track {
    transform-style: preserve-3d;
    display: flex;
    max-width: 800px;
    align-items: center;
    perspective: 1000px;
    gap: 70px;
    flex-direction: column;
    margin: 0 auto;
}.z-customer-feedback .T-feedback-corner {
    padding: 30px;
    transition: all 0.5s ease;
    display: flex;
    transform: translateZ(0);
    gap: 20px;
    background: #ffffff;
    z-index: 1;
    width: 100%;
    flex-direction: column;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.z-customer-feedback .T-feedback-corner:nth-child(odd) {
    transform: translateX(-30px) rotateZ(-1deg);
    align-self: flex-start;
}.z-customer-feedback .T-feedback-corner:nth-child(even) {
    transform: translateX(30px) rotateZ(1deg);
    align-self: flex-end;
}.z-customer-feedback .T-feedback-corner:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    transform: scale(1.03) rotateZ(0);
    z-index: 2;
}.z-customer-feedback .T-feedback-corner::before {
    background: #ffffff;
    transform: rotate(45deg);
    box-shadow: -5px -5px 15px rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 30px;
    width: 30px;
    top: -15px;
    height: 30px;
    z-index: -1;
}.z-customer-feedback .T-feedback-corner:nth-child(even)::before {
    right: 30px;
    left: auto;
}.z-customer-feedback .T-feedback-corner img {
    border-radius: 50%;
    left: 20px;
    height: 80px;
    border: 5px solid #ffffff;
    position: absolute;
    width: 80px;
    transition: all 0.5s ease;
    top: -40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
    object-fit: cover;
}.z-customer-feedback .T-feedback-corner:nth-child(even) img {
    right: 20px;
    left: auto;
}.z-customer-feedback .T-feedback-corner:hover img {
    transform: scale(1.1) translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
}.z-customer-feedback .T-feedback-corner p {
    font-family: Arial, sans-serif;
    margin: 0;
}.z-customer-feedback .T-feedback-corner p:first-of-type {
    font-weight: 600;
    position: relative;
    font-size: 20px;
    margin-top: 40px;
    margin-left: 100px;
    color: #000000;
}.z-customer-feedback .T-feedback-corner:nth-child(even) p:first-of-type {
    margin-left: 0;
    margin-right: 100px;
    text-align: right;
}.z-customer-feedback .T-feedback-corner .description {
    color: #000000;
    font-size: 13px;
    background: linear-gradient(to right, rgb(224,222,238), transparent);
    border-radius: 10px;
    position: relative;
    padding: 20px;
    line-height: 1.7;
    font-weight: 400;
}.z-customer-feedback .T-feedback-corner:nth-child(even) .description {
    background: linear-gradient(to left, rgb(224,222,238), transparent);
}.z-customer-feedback .T-feedback-corner .description::before {
    color: rgb(194,189,217,0.5);
    font-size: 60px;
    left: 0;
    top: -20px;
    content: "";
    position: absolute;
    font-weight: 700;
    line-height: 1;
}.z-customer-feedback .T-feedback-corner:nth-child(even) .description::before {
    left: auto;
    right: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.z-customer-feedback .T-feedback-corner:nth-child(3n+1) {
    animation: float 6s ease-in-out infinite;
}.z-customer-feedback .T-feedback-corner:nth-child(3n+2) {
    animation-delay: 1s;
    animation: float 7s ease-in-out infinite;
}.z-customer-feedback .T-feedback-corner:nth-child(3n) {
    animation-delay: 2s;
    animation: float 8s ease-in-out infinite;
}

@media (max-width: 992px) {.z-customer-feedback {
    padding: 80px 0;
}.z-customer-feedback .T-feedback-corner:nth-child(odd),
    .z-customer-feedback .T-feedback-corner:nth-child(even) {
    transform: none;
    width: 90%;
}.z-customer-feedback .T-feedback-corner:hover {
    transform: scale(1.02);
}
}

@media (max-width: 768px) {.z-customer-feedback {
    padding: 70px 0;
}.z-customer-feedback h2 {
    margin-bottom: 50px;
    transform: none;
}.z-customer-feedback .w-testimonials-track {
    gap: 80px;
}.z-customer-feedback .T-feedback-corner {
    padding: 25px 20px;
}.z-customer-feedback .T-feedback-corner img {
    height: 60px;
    top: -30px;
    width: 60px;
}.z-customer-feedback .T-feedback-corner p:first-of-type {
    margin-top: 30px;
    margin-left: 80px;
    font-size: calc(20px * 0.9);
}.z-customer-feedback .T-feedback-corner:nth-child(even) p:first-of-type {
    margin-right: 80px;
}.z-customer-feedback .T-feedback-corner .description {
    font-size: calc(13px * 0.95);
    padding: 15px;
}}.j-course-program-info {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgba(245, 247, 250, 0.95) 100%);
    position: relative;
}.j-course-program-info::before {
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgba(var(--primary-color-opacity), 0.05) 0%, transparent 50%),
        linear-gradient(45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%),
        linear-gradient(-45deg, rgba(var(--secondary-color-opacity), 0.03) 25%, transparent 25.5%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: "";
    background-size: 80px 80px, 60px 60px, 60px 60px;
}.j-course-program-info .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.j-course-program-info h2 {
    font-weight: 700;
    color: #000000;
    transform: translateX(-5%);
    line-height: 1.3;
    position: relative;
    font-size: 38px;
    padding-left: 20px;
    margin-bottom: 50px;
    max-width: 90%;
}.j-course-program-info h2::before {
    content: "";
    background: linear-gradient(to bottom, rgb(194,189,217), rgb(161,157,193));
    transform: translateY(-50%);
    height: 80%;
    left: 0;
    top: 50%;
    position: absolute;
    width: 8px;
}.j-course-program-info .t-education-flow {
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
}.j-course-program-info .z-image-slider {
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg) rotateX(-1deg);
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.j-course-program-info .z-image-slider::after {
    inset: 0;
    background: linear-gradient(135deg, transparent 60%, rgba(var(--primary-color-opacity), 0.3));
    content: "";
    z-index: 1;
    position: absolute;
}.j-course-program-info .z-image-slider:hover {
    transform: perspective(1000px) rotateY(0) rotateX(0);
}.j-course-program-info .N-text-banner {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
    z-index: 2;
    transform: translateY(-15px);
    background-color: #ffffff;
    position: relative;
    padding: 35px 40px;
}.j-course-program-info .N-text-banner::before {
    width: 100%;
    left: 0;
    position: absolute;
    height: 6px;
    background: linear-gradient(90deg, rgb(194,189,217) 0%, rgb(161,157,193) 100%);
    content: "";
    top: 0;
}.j-course-program-info .description {
    animation: fadeIn 0.8s forwards;
    line-height: 1.8;
    transform: translateY(20px);
    opacity: 0;
    font-size: 15px;
    margin-bottom: 20px;
    color: #000000;
}.j-course-program-info .description:first-of-type {
    animation-delay: 0.2s;
}.j-course-program-info .description:last-of-type {
    animation-delay: 0.4s;
}.j-course-program-info .description:first-letter {
    color: rgb(194,189,217);
    font-weight: 700;
    font-size: 1.5em;
}

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

@media (min-width: 768px) {.j-course-program-info h2 {
    font-size: calc(38px * 1.1);
    transform: translateX(-2%);
    max-width: 80%;
}.j-course-program-info .t-education-flow {
    grid-template-columns: 1fr 1.3fr;
    gap: 30px;
}.j-course-program-info .z-image-slider {
    height: 100%;
    min-height: 450px;
}.j-course-program-info .N-text-banner {
    max-height: 600px;
    padding: 40px 50px;
    overflow-y: auto;
    transform: translateY(0) translateX(-50px);
}.j-course-program-info .N-text-banner::-webkit-scrollbar {
    width: 8px;
}.j-course-program-info .N-text-banner::-webkit-scrollbar-thumb {
    background-color: var(--secondary-color-opacity);
}.j-course-program-info .N-text-banner::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.05);
}
}

@media (min-width: 992px) {.j-course-program-info {
    padding: 150px 0;
}.j-course-program-info h2 {
    max-width: 70%;
    font-size: calc(38px * 1.2);
}.j-course-program-info .t-education-flow {
    gap: 0;
    grid-template-columns: 1fr 1.5fr;
}.j-course-program-info .z-image-slider {
    min-height: 550px;
}.j-course-program-info .N-text-banner {
    padding: 50px 60px;
    max-height: 650px;
    transform: translateY(40px) translateX(-80px);
}.j-course-program-info .description {
    line-height: 1.9;
    font-size: calc(15px * 1.05);
}
}

@media (min-width: 1200px) {.j-course-program-info h2 {
    font-size: calc(38px * 1.3);
    max-width: 65%;
}.j-course-program-info .t-education-flow {
    grid-template-columns: 0.8fr 1.2fr;
}.j-course-program-info .z-image-slider {
    min-height: 600px;
}.j-course-program-info .N-text-banner {
    transform: translateY(60px) translateX(-100px);
    max-height: 700px;
}.j-course-program-info .description {
    font-size: calc(15px * 1.1);
}
}

@media (max-width: 767px) {.j-course-program-info {
    padding: 80px 0;
}.j-course-program-info h2 {
    max-width: 100%;
    font-size: calc(38px * 0.9);
    transform: translateX(0);
    margin-bottom: 30px;
}.j-course-program-info .z-image-slider {
    height: 250px;
}.j-course-program-info .N-text-banner {
    padding: 25px;
}.j-course-program-info .description {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}}.J-leadership-profile {
    background: linear-gradient(135deg, rgb(224,222,238) 0%, rgb(161,157,193,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.J-leadership-profile::before {
    z-index: 0;
    transform-origin: center;
    content: "";
    width: 40%;
    animation: floating 15s ease-in-out infinite;
    filter: blur(60px);
    top: -5%;
    height: 40%;
    position: absolute;
    opacity: 0.3;
    background: rgb(194,189,217,0.5);
    right: -5%;
}.J-leadership-profile::after {
    animation: floating 18s ease-in-out infinite reverse;
    bottom: -5%;
    content: "";
    height: 30%;
    position: absolute;
    z-index: 0;
    filter: blur(50px);
    left: -5%;
    opacity: 0.2;
    background: rgb(161,157,193,0.5);
    width: 30%;
    transform-origin: center;
}.J-leadership-profile .container {
    padding: 0 1.5rem;
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.J-leadership-profile .T-feedback-corner {
    backdrop-filter: blur(10px);
    gap: 2rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    opacity: 0;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 4px;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    display: grid;
    padding: 2.5rem;
}.J-leadership-profile .T-feedback-corner:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 8px 20px rgba(0, 0, 0, 0.08),
                0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}.J-leadership-profile .T-feedback-corner > div:first-child {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 280px;
}.J-leadership-profile .T-feedback-corner .z-image-slider {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateZ(30px);
    position: relative;
    border-radius: 3px;
    height: 280px;
    animation: fadeInLeft 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0.2s forwards;
    width: 100%;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.J-leadership-profile .T-feedback-corner .z-image-slider::before {
    top: 0;
    position: absolute;
    background: linear-gradient(
        to bottom,
        transparent 65%,
        rgba(rgb(194,189,217), 0.2) 100%
    );
    height: 100%;
    z-index: 1;
    content: "";
    width: 100%;
    left: 0;
}.J-leadership-profile .T-feedback-corner .z-image-slider::after {
    transition: opacity 0.5s ease;
    z-index: 2;
    left: -10%;
    opacity: 0;
    content: "";
    top: -10%;
    position: absolute;
    height: 120%;
    width: 120%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.25) 0%,
        transparent 80%
    );
}.J-leadership-profile .T-feedback-corner .z-image-slider:hover::after {
    opacity: 1;
}.J-leadership-profile .T-feedback-corner > div:nth-child(2) {
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s forwards;
    opacity: 0;
    text-align: center;
}.J-leadership-profile .T-feedback-corner .name {
    margin-bottom: 0.5rem;
    font-weight: 700;
    color: #000000;
    font-size: 19px;
    position: relative;
    display: inline-block;
}.J-leadership-profile .T-feedback-corner .name::after {
    background: rgb(194,189,217);
    left: 50%;
    content: "";
    height: 3px;
    position: absolute;
    width: 40px;
    border-radius: 1px;
    transform: translateX(-50%);
    bottom: -8px;
}.J-leadership-profile .T-feedback-corner > div:nth-child(2) > div {
    margin-top: 1rem;
    color: rgb(161,157,193);
    font-weight: 600;
    font-size: calc(17px - 0.1rem);
}.J-leadership-profile .T-feedback-corner > div:nth-child(3) {
    opacity: 0;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s forwards;
}.J-leadership-profile .T-feedback-corner .Z-job-view {
    padding-left: 1.5rem;
    border-left: 3px solid rgb(194,189,217,0.5);
    position: relative;
    font-size: 17px;
    color: #000000;
    margin: 0;
    line-height: 1.7;
}.J-leadership-profile .T-feedback-corner .Z-job-view::before {
    font-family: Georgia, serif;
    opacity: 0.2;
    font-size: 5rem;
    content: "";
    top: -20px;
    position: absolute;
    left: -15px;
    color: rgb(194,189,217,0.5);
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 40px, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-40px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

@keyframes floating {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    25% {
        transform: translate(5%, 5%) rotate(2deg);
    }
    50% {
        transform: translate(0, 8%) rotate(0deg);
    }
    75% {
        transform: translate(-5%, 3%) rotate(-2deg);
    }
    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@media (min-width: 768px) {.J-leadership-profile {
    padding: 7rem 0;
}.J-leadership-profile .T-feedback-corner {
    row-gap: 1.5rem;
    padding: 3rem;
    grid-template-rows: auto 1fr;
    column-gap: 3rem;
    grid-template-columns: 280px 1fr;
}.J-leadership-profile .T-feedback-corner > div:first-child {
    grid-row: 1 / span 2;
}.J-leadership-profile .T-feedback-corner > div:nth-child(2) {
    text-align: left;
    align-self: flex-end;
}.J-leadership-profile .T-feedback-corner .name::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 992px) {.J-leadership-profile .T-feedback-corner {
    padding: 3.5rem;
    grid-template-columns: 320px 1fr;
}.J-leadership-profile .T-feedback-corner > div:first-child {
    max-width: 320px;
}.J-leadership-profile .T-feedback-corner .z-image-slider {
    height: 350px;
}.J-leadership-profile .T-feedback-corner .Z-job-view {
    line-height: 1.8;
    font-size: calc(17px + 0.05rem);
}
}

@media (max-width: 767px) {.J-leadership-profile {
    padding: 4rem 0;
}.J-leadership-profile .container {
    padding: 0 1rem;
}.J-leadership-profile .T-feedback-corner {
    padding: 2rem;
}.J-leadership-profile .T-feedback-corner .z-image-slider {
    height: 240px;
}
}