﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}header,footer {
    width: 100%;
}.segment-wrapper-li {
    height: 100%;
    flex-direction: column;
    display: flex;
    min-height: 100%;
}.case-study-Qj {
    flex: 0 0 auto;
}.nav-guide-Gz {
    flex: 1 0 auto;
}html,body {
    auto;
    height: 100%;
    min-height: 100%;
    scroll-snap-type: none;
    color: #000000;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
}.container {
    max-width: 100%;
    width: 1148px;
    margin: auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
header {
    z-index: 100;
    background: linear-gradient(to bottom, rgb(220,219,234), #ffffff);
    position: relative;
    width: 100%;
    padding: 1.2rem 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
}header::before {
    left: 0;
    background: linear-gradient(45deg, 
        transparent 65%, 
        rgb(186,185,211,0.5) 65%, 
        rgb(186,185,211,0.5) 70%, 
        transparent 70%),
        linear-gradient(135deg, 
        transparent 75%, 
        rgb(151,149,182,0.5) 75%, 
        rgb(151,149,182,0.5) 80%, 
        transparent 80%);
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    z-index: 0;
}header .container {
    max-width: 100%;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0 3%;
    width: 100%;
}header .top-skill-fa {
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
    display: flex;
}header .header-mainbar-Il {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 0.5rem 1.5rem;
    border-radius: 21px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(186,185,211,0.5), rgb(151,149,182,0.5));
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    display: flex;
}header .header-mainbar-Il::before {
    top: -50%;
    width: 200%;
    opacity: 0;
    content: '';
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    position: absolute;
    left: -50%;
    height: 200%;
}header .header-mainbar-Il:hover::before {
    opacity: 1;
}header .header-mainbar-Il svg {
    height: auto;
    width: 150px;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: all 0.3s ease;
}header .header-mainbar-Il:hover svg {
    transform: scale(1.03);
}header .main-navbar-jN {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 0.5rem;
    width: 100%;
    max-width: 800px;
}header .top-edu-oa {
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    background: #ffffff;
    text-decoration: none;
    position: relative;
    border-radius: 10px;
    z-index: 1;
    border: 1px solid rgba(0, 0, 0, 0.03);
    color: #000000;
    text-align: center;
    padding: 0.6rem 1.2rem;
    font-size: 20px;
    overflow: hidden;
    font-weight: 600;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}header .top-edu-oa::before {
    content: '';
    width: 100%;
    background: linear-gradient(to right, rgb(186,185,211), rgb(151,149,182));
    transform-origin: left;
    transform: scaleX(0);
    height: 3px;
    top: 0;
    transition: transform 0.3s ease;
    position: absolute;
    left: 0;
}header .top-edu-oa:hover {
    transform: translateY(-3px);
    color: rgb(186,185,211);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}header .top-edu-oa:hover::before {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .header-mainbar-Il {
    padding: 0.5rem 1.2rem;
}header .header-mainbar-Il svg {
    width: 140px;
}header .main-navbar-jN {
    gap: 0.5rem;
}header .top-edu-oa {
    padding: 0.5rem 1rem;
}
}

@media (max-width: 767px) {header .top-skill-fa {
    gap: 1.5rem;
}header .header-mainbar-Il {
    padding: 0.4rem 1rem;
}header .header-mainbar-Il svg {
    width: 130px;
}header .main-navbar-jN {
    gap: 0.5rem;
}header .top-edu-oa {
    font-size: calc(20px - 1px);
    padding: 0.5rem 0.9rem;
}
}

@media (max-width: 480px) {header {
    padding: 1rem 0;
}header .top-skill-fa {
    gap: 1rem;
}header .header-mainbar-Il svg {
    width: 120px;
}header .main-navbar-jN {
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0.4rem;
    justify-content: flex-start;
    padding-bottom: 10px;
}header .main-navbar-jN::-webkit-scrollbar {
    height: 3px;
}header .main-navbar-jN::-webkit-scrollbar-thumb {
    background: rgb(186,185,211);
    border-radius: 10px;
}header .top-edu-oa {
    margin-right: 2px;
    flex-shrink: 0;
    white-space: nowrap;
}}.title-page-2R {
    position: relative;
    min-height: 100vh;
    padding: 5rem 1rem;
    display: flex;
    overflow: hidden;
    background-color: rgb(220,219,234);
    align-items: center;
    justify-content: center;
}.title-page-2R::before {
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 0;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(151,149,182,0.5), rgb(186,185,211,0.5));
    width: 100%;
    opacity: 0.07;
}.title-page-2R .start-learn-q4 {
    background-color: rgb(220,219,234);
    transition: transform 0.5s ease;
    border-radius: 16px;
    max-width: 1200px;
    width: 100%;
    z-index: 1;
    transform: perspective(1000px) rotateX(2deg);
    padding: 2.5rem;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
}.title-page-2R .start-learn-q4:hover {
    transform: perspective(1000px) rotateX(0deg);
}.title-page-2R .start-learn-q4 > div {
    gap: 2.5rem;
    flex-direction: column;
    display: flex;
}.title-page-2R h3 {
    border-radius: 12px;
    font-size: 19px;
    padding: 1.5rem;
    font-weight: 600;
    position: relative;
    box-shadow: inset 3px 3px 8px rgba(0, 0, 0, 0.05),
              inset -3px -3px 8px #ffffff;
    color: rgb(151,149,182);
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.7);
    margin: 0;
}.title-page-2R h3::before {
    content: "";
    height: 100%;
    border-radius: 12px 0 0 12px;
    background: linear-gradient(to bottom, rgb(186,185,211), rgb(151,149,182));
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
}.title-page-2R .learning-dna-vM {
    transition: all 0.5s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
              -12px -12px 24px #ffffff;
    overflow: hidden;
    border-radius: 16px;
    position: relative;
}.title-page-2R .learning-dna-vM::before {
    width: 100%;
    background: linear-gradient(135deg, 
    rgba(var(--primary-color-rgb), 0.7),
    rgba(var(--secondary-color-rgb), 0.7));
    top: 0;
    opacity: 0.85;
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    left: 0;
}.title-page-2R .learning-dna-vM:hover {
    transform: translateY(-5px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.1), 
              -15px -15px 30px #ffffff;
}.title-page-2R .learning-dna-vM > div {
    flex-direction: column;
    padding: 4rem 2rem;
    z-index: 2;
    gap: 1.5rem;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    position: relative;
}.title-page-2R .learning-dna-vM p {
    background-color: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    font-size: calc(16px * 1.1);
    margin: 0;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.1),
              inset -2px -2px 5px rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    font-weight: 400;
    color: #ffffff;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}.title-page-2R .learning-dna-vM p:hover {
    transform: translateY(-3px);
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.2),
              inset -2px -2px 5px rgba(255, 255, 255, 0.2);
}.title-page-2R .title_style_header {
    position: relative;
    font-weight: 700;
    margin: 0;
    font-size: 42px;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    padding: 0;
}.title-page-2R .title_style_header::after {
    bottom: -15px;
    background: linear-gradient(to right, rgb(186,185,211), #ffffff, rgb(186,185,211));
    border-radius: 2px;
    left: 50%;
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    transform: translateX(-50%);
}

@media (min-width: 768px) {.title-page-2R .start-learn-q4 {
    padding: 3rem;
}.title-page-2R .start-learn-q4 > div {
    flex-direction: row;
    align-items: stretch;
}.title-page-2R .start-learn-q4 > div > div:first-child {
    display: flex;
    align-items: center;
    flex: 0 0 30%;
}.title-page-2R .learning-dna-vM {
    flex: 0 0 70%;
}.title-page-2R h3 {
    padding: 2rem;
    font-size: 19px;
}.title-page-2R .learning-dna-vM > div {
    padding: 5rem 3rem;
    text-align: left;
    align-items: flex-start;
}.title-page-2R .title_style_header {
    font-size: calc(42px * 1.2);
}.title-page-2R .title_style_header::after {
    transform: none;
    left: 0;
}
}

@media (min-width: 1024px) {.title-page-2R .start-learn-q4 {
    padding: 3.5rem;
}.title-page-2R .start-learn-q4 > div > div:first-child {
    flex: 0 0 35%;
}.title-page-2R .learning-dna-vM {
    flex: 0 0 65%;
}.title-page-2R .learning-dna-vM > div {
    padding: 6rem 4rem;
}.title-page-2R .title_style_header {
    font-size: calc(42px * 1.4);
}
}

@media (max-width: 767px) {.title-page-2R {
    padding: 3rem 1rem;
}.title-page-2R .start-learn-q4 {
    padding: 1.5rem;
}.title-page-2R h3 {
    padding: 1.25rem;
    font-size: calc(19px * 0.9);
}.title-page-2R .learning-dna-vM > div {
    padding: 3rem 1.5rem;
}.title-page-2R .title_style_header {
    font-size: calc(42px * 0.9);
}.title-page-2R .learning-dna-vM p {
    padding: 0.75rem 1rem;
    font-size: 16px;
}
}

@media (max-width: 480px) {.title-page-2R {
    padding: 2rem 0.75rem;
}.title-page-2R .start-learn-q4 {
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.08), 
                -8px -8px 16px #ffffff;
    padding: 1.25rem;
}.title-page-2R h3 {
    font-size: calc(19px * 0.8);
    padding: 1rem;
}.title-page-2R .learning-dna-vM > div {
    padding: 2.5rem 1.25rem;
}.title-page-2R .title_style_header {
    font-size: calc(42px * 0.8);
}.title-page-2R .learning-dna-vM p {
    font-size: calc(16px * 0.9);
    padding: 0.5rem 0.75rem;
}}.connect-with-us-ny {
    padding: 0;
    position: relative;
}.connect-with-us-ny::before {
    background: rgb(220,219,234);
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    opacity: 0.85;
    width: 100%;
    height: 100%;
}.connect-with-us-ny .container {
    margin: 0 auto;
    position: relative;
    max-width: 1400px;
    padding: 0;
}.connect-with-us-ny .help-feedback-p8 {
    grid-template-rows: auto auto auto;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.connect-with-us-ny .support-list-sV {
    background: #ffffff;
    grid-column: 3 / 11;
    border-radius: 28px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    z-index: 10;
    grid-row: 1 / 2;
    margin-top: 80px;
    position: relative;
    overflow: hidden;
}.connect-with-us-ny .support-list-sV h3 {
    font-size: 36px;
    padding: 40px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    background: rgb(186,185,211);
    text-align: center;
}.connect-with-us-ny .support-list-sV div {
    padding: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
}.connect-with-us-ny .support-list-sV svg {
    width: 50px;
    background: rgb(220,219,234);
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 50%;
    height: 50px;
}.connect-with-us-ny .support-list-sV svg path {
    fill: rgb(186,185,211);
}.connect-with-us-ny .support-list-sV span {
    color: #000000;
    font-size: 13px;
}.connect-with-us-ny .support-list-sV a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(186,185,211);
}.connect-with-us-ny .support-list-sV a:hover {
    color: rgb(151,149,182);
}.connect-with-us-ny .contact-query-Vs {
    margin-top: -100px;
    grid-row: 2 / 4;
    background: rgb(186,185,211);
    grid-column: 1 / 13;
    padding: 170px 0 100px;
}.connect-with-us-ny form {
    padding: 60px;
    border-radius: 28px;
    max-width: 700px;
    margin: 0 auto;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    width: 60%;
}.connect-with-us-ny form h3 {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    color: #000000;
}.connect-with-us-ny form h3::after {
    bottom: -15px;
    content: '';
    width: 70px;
    left: 50%;
    position: absolute;
    background: rgb(186,185,211);
    transform: translateX(-50%);
    height: 3px;
}.connect-with-us-ny form input[type="text"],
.connect-with-us-ny form input[type="email"] {
    border-radius: 10px;
    background: #ffffff;
    font-size: 13px;
    transition: all 0.3s ease;
    color: #000000;
    border: 1px solid rgb(220,219,234);
    margin-bottom: 25px;
    padding: 18px 20px;
    width: 100%;
}.connect-with-us-ny form input[type="text"]:focus,
.connect-with-us-ny form input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(186,185,211,0.5);
    outline: none;
    border-color: rgb(186,185,211);
}.connect-with-us-ny form input::placeholder {
    color: #000000;
}.connect-with-us-ny .feedback-support-c7 {
    align-items: flex-start;
    display: flex;
    margin: 25px 0;
}.connect-with-us-ny .feedback-support-c7 input[type="checkbox"] {
    border: 2px solid rgb(220,219,234);
    position: relative;
    flex-shrink: 0;
    transition: all 0.3s ease;
    height: 22px;
    border-radius: 10px;
    width: 22px;
    appearance: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-right: 15px;
}.connect-with-us-ny .feedback-support-c7 input[type="checkbox"]:checked {
    background-color: rgb(186,185,211);
    border-color: rgb(186,185,211);
}.connect-with-us-ny .feedback-support-c7 input[type="checkbox"]:checked::before {
    left: 7px;
    border-width: 0 2px 2px 0;
    content: '';
    width: 6px;
    height: 10px;
    top: 4px;
    position: absolute;
    transform: rotate(45deg);
    border: solid #ffffff;
}.connect-with-us-ny .feedback-support-c7 label {
    font-size: 15px;
    line-height: 1.6;
    color: #000000;
}.connect-with-us-ny .feedback-support-c7 a {
    font-weight: 600;
    transition: color 0.3s ease;
    color: rgb(186,185,211);
    text-decoration: none;
}.connect-with-us-ny .feedback-support-c7 a:hover {
    color: rgb(151,149,182);
}.connect-with-us-ny .request-grid-uv {
    cursor: pointer;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
    background: rgb(186,185,211);
    width: 100%;
    color: #ffffff;
    font-weight: 700;
    border-radius: 10px;
    padding: 18px 20px;
}.connect-with-us-ny .request-grid-uv:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    background: rgb(151,149,182);
}

@media (max-width: 1200px) {.connect-with-us-ny .support-list-sV {
    grid-column: 2 / 12;
}.connect-with-us-ny form {
    width: 70%;
}
}

@media (max-width: 992px) {.connect-with-us-ny .support-list-sV {
    grid-column: 1 / 13;
    margin: 60px 20px 0;
}.connect-with-us-ny form {
    padding: 50px 40px;
    width: 80%;
}
}

@media (max-width: 768px) {.connect-with-us-ny .support-list-sV h3 {
    font-size: calc(36px * 0.9);
    padding: 30px;
}.connect-with-us-ny .contact-query-Vs {
    padding: 150px 20px 80px;
}.connect-with-us-ny form {
    width: 100%;
    padding: 40px 30px;
}.connect-with-us-ny form h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 35px;
}
}

@media (max-width: 576px) {.connect-with-us-ny .support-list-sV {
    margin: 40px 15px 0;
}.connect-with-us-ny .support-list-sV h3 {
    font-size: calc(36px * 0.85);
    padding: 25px 20px;
}.connect-with-us-ny .contact-query-Vs {
    padding: 130px 15px 60px;
}.connect-with-us-ny form {
    padding: 30px 20px;
}.connect-with-us-ny form input[type="text"],
    .connect-with-us-ny form input[type="email"] {
    margin-bottom: 20px;
    padding: 15px;
}}.statistical-details-2m {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(220,219,234) 0%, rgb(151,149,182,0.5) 100%);
}.statistical-details-2m::before {
    top: 0;
    content: "";
    height: 100%;
    opacity: 0.6;
    position: absolute;
    z-index: 0;
    width: 100%;
    pointer-events: none;
    left: 0;
    background: radial-gradient(circle at 20% 30%, rgb(186,185,211,0.5) 0%, transparent 60%);
}.statistical-details-2m::after {
    height: 70%;
    background: radial-gradient(ellipse at bottom right, rgb(151,149,182,0.5) 0%, transparent 70%);
    z-index: 0;
    position: absolute;
    transform: translateY(20%) translateX(10%);
    width: 50%;
    bottom: 0;
    opacity: 0.4;
    content: "";
    right: 0;
    pointer-events: none;
}.statistical-details-2m h3 {
    z-index: 2;
    position: relative;
    color: #000000;
    animation: fadeInUp 0.8s ease forwards 0.2s;
    text-align: center;
    font-size: calc(33px * 0.9);
    opacity: 0;
    margin-bottom: 3rem;
    font-weight: 700;
    transform: translateY(0);
}.statistical-details-2m .container {
    position: relative;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.statistical-details-2m ul {
    list-style: none;
    padding: 0;
    gap: 1.5rem;
    display: grid;
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.statistical-details-2m .program-statistics-dp {
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 85%);
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    padding: 1.8rem;
    transform: translateY(30px);
    min-height: 180px;
    animation: statReveal 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    opacity: 0;
    flex-direction: column;
    animation-delay: calc(0.15s * var(--i, 0));
    position: relative;
    display: flex;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
}.statistical-details-2m .program-statistics-dp:nth-child(1) {
    --i: 1;
}.statistical-details-2m .program-statistics-dp:nth-child(2) {
    --i: 2;
}.statistical-details-2m .program-statistics-dp:nth-child(3) {
    --i: 3;
}.statistical-details-2m .program-statistics-dp:nth-child(4) {
    --i: 4;
}.statistical-details-2m .program-statistics-dp:nth-child(5) {
    --i: 5;
}.statistical-details-2m .program-statistics-dp:nth-child(6) {
    --i: 6;
}.statistical-details-2m .program-statistics-dp:nth-child(7) {
    --i: 7;
}.statistical-details-2m .program-statistics-dp::before {
    left: 0;
    content: "";
    clip-path: polygon(0 0, 100% 0, 100% 94%, 94% 100%, 0 100%);
    opacity: 0;
    height: 100%;
    position: absolute;
    z-index: -1;
    width: 100%;
    transition: opacity 0.5s ease;
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(186,185,211,0.5) 100%);
}.statistical-details-2m .program-statistics-dp:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(186,185,211,0.5);
}.statistical-details-2m .program-statistics-dp:hover::before {
    opacity: 0.1;
}.statistical-details-2m .program-statistics-dp span {
    line-height: 1.3;
    display: block;
    color: #000000;
    position: relative;
    transform: translateY(0);
    margin-bottom: 0.8rem;
    font-size: calc(13px * 1.05);
    transition: all 0.4s ease;
    font-weight: 600;
}.statistical-details-2m .program-statistics-dp:hover span {
    transform: translateY(-2px);
    color: rgb(186,185,211);
}.statistical-details-2m .program-statistics-dp p {
    margin: 0.5rem 0 0;
    position: relative;
    font-weight: 700;
    font-size: calc(47px * 1.1);
    display: inline-block;
    color: rgb(186,185,211);
}.statistical-details-2m .program-statistics-dp p::after {
    left: 50%;
    position: absolute;
    transition: width 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    transform: translateX(-50%);
    height: 3px;
    background: rgb(151,149,182);
    bottom: -5px;
    content: "";
    width: 0;
}.statistical-details-2m .program-statistics-dp:hover p::after {
    width: 70%;
}

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

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


@media (max-width: 1200px) {.statistical-details-2m ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.2rem;
}.statistical-details-2m .program-statistics-dp {
    min-height: 160px;
    padding: 1.6rem;
}
}

@media (max-width: 992px) {.statistical-details-2m {
    padding: 3rem 1.5rem;
}.statistical-details-2m h3 {
    font-size: calc(33px * 0.85);
    margin-bottom: 2.5rem;
}.statistical-details-2m ul {
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.statistical-details-2m {
    padding: 2.5rem 1rem;
}.statistical-details-2m h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 2rem;
}.statistical-details-2m ul {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}.statistical-details-2m .program-statistics-dp {
    min-height: 150px;
    padding: 1.4rem;
}.statistical-details-2m .program-statistics-dp span {
    font-size: 13px;
}.statistical-details-2m .program-statistics-dp p {
    font-size: 47px;
}
}

@media (max-width: 576px) {.statistical-details-2m {
    padding: 2rem 0.8rem;
}.statistical-details-2m h3 {
    font-size: calc(33px * 0.75);
    margin-bottom: 1.5rem;
}.statistical-details-2m ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.statistical-details-2m .program-statistics-dp {
    min-height: auto;
    padding: 1.2rem;
}.statistical-details-2m .program-statistics-dp p {
    font-size: calc(47px * 0.9);
}.statistical-details-2m::before,
    .statistical-details-2m::after {
    opacity: 0.3;
}}.enroll-instantly-kD {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(145deg, rgb(186,185,211) 0%, rgb(151,149,182) 50%, rgb(186,185,211) 100%);
    padding: 110px 0;
}.enroll-instantly-kD::before {
    height: 100%;
    z-index: -1;
    background-size: 60px 60px;
    opacity: 0.05;
    width: 100%;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
    top: 0;
    animation: crystalBackground 30s linear infinite;
    left: 0;
    content: '';
    position: absolute;
}.enroll-instantly-kD::after {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    filter: blur(50px);
    background: radial-gradient(
        circle at 30% 40%,
        #ffffff 0%,
        transparent 60%
    ),
    radial-gradient(
        circle at 70% 60%,
        #ffffff 0%,
        transparent 60%
    );
    opacity: 0.1;
    width: 100%;
    height: 100%;
    content: '';
}.enroll-instantly-kD .learn-studio-ZW {
    max-width: 1000px;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    position: relative;
    justify-content: center;
    display: flex;
    background: rgba(255, 255, 255, 0.07);
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    z-index: 2;
    flex-direction: column;
    align-items: center;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 60px;
    margin: 0 auto;
}.enroll-instantly-kD .learn-studio-ZW::before {
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    bottom: -2px;
    right: -2px;
    opacity: 0.5;
    filter: blur(20px);
    animation: borderGlow 5s ease infinite;
    position: absolute;
    left: -2px;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgb(186,185,211,0.5),
        rgb(151,149,182,0.5),
        rgb(186,185,211,0.5)
    );
    top: -2px;
    content: '';
}.enroll-instantly-kD .learn-studio-ZW::after {
    position: absolute;
    z-index: -1;
    opacity: 0.3;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    content: '';
}.enroll-instantly-kD h3 {
    margin-bottom: 50px;
    letter-spacing: 4px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    font-size: 35px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}.enroll-instantly-kD h3::before {
    opacity: 0.6;
    position: absolute;
    left: 50%;
    content: '';
    height: 30px;
    animation: orbitalSpin 10s linear infinite;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    top: -40px;
    width: 30px;
    transform: translateX(-50%);
}.enroll-instantly-kD h3::after {
    left: 50%;
    bottom: -15px;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    height: 2px;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    width: 50px;
    box-shadow: 0 0 10px #ffffff;
}.enroll-instantly-kD .get-connected-ST {
    display: inline-block;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 20px;
    text-transform: uppercase;
    z-index: 1;
    color: #ffffff;
    clip-path: polygon(
        5% 0%, 
        95% 0%, 
        100% 5%, 
        100% 95%, 
        95% 100%, 
        5% 100%, 
        0% 95%, 
        0% 5%
    );
    transition: all 0.4s ease;
    font-weight: 600;
    border: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    text-decoration: none;
    padding: 16px 45px;
    font-family: Arial, sans-serif;
    position: relative;
}.enroll-instantly-kD .get-connected-ST::before {
    transition: opacity 0.4s ease;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    position: absolute;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    content: '';
    top: 0;
    opacity: 0;
}.enroll-instantly-kD .get-connected-ST::after {
    left: -100%;
    width: 40%;
    transform: rotate(25deg);
    z-index: 1;
    transition: all 0.6s ease;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    height: 200%;
    top: -50%;
    content: '';
}.enroll-instantly-kD .get-connected-ST:hover {
    color: rgb(186,185,211);
    border-color: transparent;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
}.enroll-instantly-kD .get-connected-ST:hover::before {
    opacity: 1;
}.enroll-instantly-kD .get-connected-ST:hover::after {
    left: 150%;
}

@media screen and (max-width: 992px) {.enroll-instantly-kD {
    padding: 90px 0;
}.enroll-instantly-kD .learn-studio-ZW {
    padding: 50px 40px;
    max-width: 90%;
}.enroll-instantly-kD h3 {
    font-size: calc(35px * 0.9);
    margin-bottom: 45px;
}.enroll-instantly-kD h3::before {
    height: 25px;
    width: 25px;
    top: -35px;
}.enroll-instantly-kD h3::after {
    width: 45px;
}.enroll-instantly-kD .get-connected-ST {
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.enroll-instantly-kD {
    padding: 70px 0;
}.enroll-instantly-kD .learn-studio-ZW {
    padding: 40px 30px;
}.enroll-instantly-kD h3 {
    margin-bottom: 40px;
    font-size: calc(35px * 0.8);
    letter-spacing: 3px;
}.enroll-instantly-kD h3::before {
    height: 20px;
    width: 20px;
    top: -30px;
}.enroll-instantly-kD h3::after {
    width: 40px;
}.enroll-instantly-kD .get-connected-ST {
    font-size: calc(20px * 0.95);
    letter-spacing: 1.5px;
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.enroll-instantly-kD {
    padding: 60px 0;
}.enroll-instantly-kD .learn-studio-ZW {
    padding: 30px 20px;
}.enroll-instantly-kD h3 {
    letter-spacing: 2px;
    font-size: calc(35px * 0.7);
    margin-bottom: 35px;
}.enroll-instantly-kD h3::before {
    width: 15px;
    top: -25px;
    height: 15px;
}.enroll-instantly-kD h3::after {
    width: 35px;
}.enroll-instantly-kD .get-connected-ST {
    padding: 10px 30px;
    letter-spacing: 1px;
    font-size: calc(20px * 0.9);
}}

@keyframes crystalBackground {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

@keyframes borderGlow {
    0% {
        filter: blur(20px);
        opacity: 0.5;
    }
    50% {
        filter: blur(25px);
        opacity: 0.7;
    }
    100% {
        filter: blur(20px);
        opacity: 0.5;
    }
}

@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}.course-instructor-hA {
    background: linear-gradient(135deg, rgb(220,219,234) 0%, #ffffff 100%);
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
}.course-instructor-hA::before {
    height: 100%;
    content: "";
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0.1;
    top: 0;
    left: 0;
    background-size: 120px 120px;
    transform: perspective(1000px) rotateX(5deg);
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(186,185,211,0.5) 49.5%, rgb(186,185,211,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(151,149,182,0.5) 49.5%, rgb(151,149,182,0.5) 50.5%, transparent 50.5%);
}.course-instructor-hA .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 1;
    position: relative;
    perspective: 1000px;
}.course-instructor-hA .user-voices-3G {
    padding: 3rem;
    grid-gap: 2rem;
    box-shadow: 0 20px 40px 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);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    display: grid;
    position: relative;
    background: #ffffff;
    transform: perspective(1000px) rotateY(-2deg);
    grid-template-columns: 1fr;
}.course-instructor-hA .user-voices-3G:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course-instructor-hA .user-voices-3G::before {
    bottom: -10px;
    filter: blur(8px);
    content: "";
    transition: opacity 0.5s ease;
    z-index: -1;
    right: -10px;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, rgb(186,185,211,0.5) 0%, rgb(151,149,182,0.5) 100%);
    top: -10px;
    left: -10px;
}.course-instructor-hA .user-voices-3G:hover::before {
    opacity: 0.7;
}.course-instructor-hA .user-voices-3G > div:nth-child(1) {
    grid-area: photo;
}.course-instructor-hA .user-voices-3G > div:nth-child(2) {
    grid-area: info;
}.course-instructor-hA .user-voices-3G > div:nth-child(3) {
    grid-area: quote;
}.course-instructor-hA .responsive-img-2u {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 240px;
    clip-path: polygon(0% 15%, 15% 0%, 85% 0%, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0% 85%);
    width: 240px;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateZ(30px);
    position: relative;
}.course-instructor-hA .user-voices-3G:hover .responsive-img-2u {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    transform: translateZ(50px) scale(1.05);
}.course-instructor-hA .responsive-img-2u::after {
    background: linear-gradient(135deg, rgb(186,185,211,0.5) 0%, transparent 100%);
    left: 0;
    content: "";
    position: absolute;
    opacity: 0.3;
    transition: opacity 0.4s ease;
    top: 0;
    width: 100%;
    height: 100%;
}.course-instructor-hA .user-voices-3G:hover .responsive-img-2u::after {
    opacity: 0.5;
}.course-instructor-hA .name {
    transition: transform 0.3s ease;
    font-weight: 700;
    font-size: calc(18px * 1.2);
    position: relative;
    transform: translateZ(15px);
    margin: 0 0 0.5rem;
    color: rgb(186,185,211);
}.course-instructor-hA .name::after {
    left: 0;
    position: absolute;
    content: "";
    transition: transform 0.4s ease-out;
    background: rgb(151,149,182);
    width: 60px;
    transform: scaleX(0.7);
    transform-origin: left;
    height: 3px;
    bottom: -10px;
}.course-instructor-hA .user-voices-3G:hover .name::after {
    transform: scaleX(1);
}.course-instructor-hA .user-voices-3G > div:nth-child(2) > div {
    transform: translateZ(10px);
    font-weight: 600;
    font-size: calc(17px * 1.1);
    position: relative;
    font-family: Arial, sans-serif;
    color: rgb(151,149,182);
    margin-top: 1.5rem;
}.course-instructor-hA .job-box-Bt {
    position: relative;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 17px;
    text-align: justify;
    transform: translateZ(5px);
    line-height: 1.8;
}.course-instructor-hA .job-box-Bt::before {
    position: absolute;
    font-size: 6rem;
    color: rgb(186,185,211,0.5);
    transition: all 0.4s ease;
    transform: translateZ(5px);
    left: -1.5rem;
    font-family: Georgia, serif;
    opacity: 0.2;
    top: -3.5rem;
    content: "";
}.course-instructor-hA .user-voices-3G:hover .job-box-Bt::before {
    transform: translateZ(15px) translateY(-10px);
    opacity: 0.4;
}

@media (min-width: 768px) {.course-instructor-hA .user-voices-3G {
    grid-template-areas:
            "photo info"
            "quote quote";
    align-items: center;
    padding: 4rem;
    grid-template-columns: auto 1fr;
}.course-instructor-hA .user-voices-3G > div:nth-child(2) {
    padding-left: 2rem;
}.course-instructor-hA .job-box-Bt {
    margin-top: 2rem;
}
}

@media (min-width: 992px) {.course-instructor-hA {
    padding: 8rem 0;
}.course-instructor-hA .user-voices-3G {
    grid-template-rows: auto 1fr;
    grid-template-areas:
            "photo info"
            "photo quote";
    grid-template-columns: auto 1fr;
    padding: 5rem;
}.course-instructor-hA .job-box-Bt {
    margin-top: 0;
    padding-left: 2rem;
}.course-instructor-hA .responsive-img-2u {
    height: 280px;
    width: 280px;
}
}

@media (max-width: 767px) {.course-instructor-hA .user-voices-3G {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-areas:
            "responsive-img-2u"
            "request-block-yj"
            "job-box-Bt";
}.course-instructor-hA .responsive-img-2u {
    width: 180px;
    margin: 0 auto;
    height: 180px;
}.course-instructor-hA .name {
    text-align: center;
    margin-top: 1.5rem;
}.course-instructor-hA .name::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0.7);
}.course-instructor-hA .user-voices-3G:hover .name::after {
    transform: translateX(-50%) scaleX(1);
}.course-instructor-hA .user-voices-3G > div:nth-child(2) > div {
    text-align: center;
    margin-top: 1rem;
}.course-instructor-hA .job-box-Bt {
    margin-top: 1.5rem;
    text-align: left;
}}.user-testimonials-wk {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(220,219,234) 0%, rgb(186,185,211,0.5) 100%);
    padding: 6rem 0;
}.user-testimonials-wk::before {
    width: 100%;
    pointer-events: none;
    left: 0;
    position: absolute;
    height: 100%;
    background: repeating-linear-gradient(
        45deg,
        rgb(151,149,182,0.5) 0px,
        rgb(151,149,182,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    content: "";
    top: 0;
    z-index: 1;
}.user-testimonials-wk::after {
    height: 300px;
    content: "";
    right: -100px;
    top: -100px;
    opacity: 0.1;
    background: rgb(151,149,182);
    border-radius: 50%;
    width: 300px;
    filter: blur(80px);
    z-index: 0;
    position: absolute;
}.user-testimonials-wk .container {
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
}.user-testimonials-wk h2 {
    position: relative;
    text-align: center;
    transform-origin: center bottom;
    font-size: 37px;
    color: #000000;
    margin-bottom: 3rem;
    transform: perspective(1000px) rotateX(5deg);
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
}.user-testimonials-wk h2::after {
    left: 50%;
    z-index: -1;
    bottom: -15px;
    width: 100px;
    transform: translateX(-50%) skewX(-20deg);
    height: 4px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, rgb(186,185,211) 0%, rgb(151,149,182) 100%);
}.user-testimonials-wk .learn-studio-ZW {
    perspective: 1000px;
    padding: 2rem 0;
}.user-testimonials-wk .user-praise-vS {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    transform-style: preserve-3d;
    gap: 2.5rem;
}.user-testimonials-wk .user-voices-3G {
    overflow: hidden;
    border-radius: 10px;
    padding: 2rem;
    transform: translateZ(0px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
}.user-testimonials-wk .user-voices-3G::before {
    width: 100%;
    position: absolute;
    transition: transform 0.5s ease;
    background: linear-gradient(90deg, rgb(151,149,182) 0%, rgb(186,185,211) 100%);
    content: "";
    top: 0;
    height: 5px;
    left: 0;
    transform-origin: left;
    z-index: 1;
    transform: scaleX(0);
}.user-testimonials-wk .user-voices-3G:hover {
    transform: translateZ(20px) translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 
                0 10px 25px rgba(0, 0, 0, 0.05),
                0 5px 10px rgba(0, 0, 0, 0.05);
}.user-testimonials-wk .user-voices-3G:hover::before {
    transform: scaleX(1);
}.user-testimonials-wk .user-voices-3G h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    color: rgb(186,185,211);
    position: relative;
    margin-bottom: 1rem;
}.user-testimonials-wk .user-voices-3G h3::after {
    bottom: -5px;
    background: rgb(151,149,182);
    content: "";
    transition: width 0.3s ease;
    height: 2px;
    width: 30px;
    position: absolute;
    left: 0;
}.user-testimonials-wk .user-voices-3G:hover h3::after {
    width: 100%;
}.user-testimonials-wk .user-voices-3G .description {
    margin-bottom: 1.5rem;
    font-size: 13px;
    position: relative;
    color: #000000;
    line-height: 1.6;
    z-index: 2;
}.user-testimonials-wk .user-voices-3G div {
    transition: transform 0.3s ease;
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    width: 70px;
    overflow: hidden;
    border-radius: 50%;
    margin-top: 1.5rem;
    position: relative;
    height: 70px;
}.user-testimonials-wk .user-voices-3G:hover div {
    transform: scale(1.1) rotate(5deg);
}.user-testimonials-wk .user-voices-3G img {
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}.user-testimonials-wk .user-voices-3G:hover img {
    transform: scale(1.1);
}.user-testimonials-wk .user-voices-3G::after {
    line-height: 1;
    top: 10px;
    font-size: 6rem;
    right: 20px;
    z-index: 1;
    opacity: 0.2;
    font-family: serif;
    color: rgb(151,149,182,0.5);
    content: "";
    position: absolute;
}

@media (max-width: 1024px) {.user-testimonials-wk {
    padding: 5rem 0;
}.user-testimonials-wk .user-praise-vS {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 768px) {.user-testimonials-wk {
    padding: 4rem 0;
}.user-testimonials-wk h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2.5rem;
}.user-testimonials-wk .user-praise-vS {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.5rem;
}.user-testimonials-wk .user-voices-3G {
    padding: 1.5rem;
}
}

@media (max-width: 576px) {.user-testimonials-wk {
    padding: 3rem 0;
}.user-testimonials-wk h2 {
    font-size: calc(37px * 0.8);
    transform: none;
    margin-bottom: 2rem;
}.user-testimonials-wk .user-praise-vS {
    grid-template-columns: 1fr;
    gap: 1.25rem;
}.user-testimonials-wk .user-voices-3G {
    padding: 1.25rem;
}.user-testimonials-wk .user-voices-3G:hover {
    transform: translateZ(10px) translateY(-5px);
}.user-testimonials-wk .container {
    padding: 0 1.5rem;
}
}

@media (hover: none) {.user-testimonials-wk .user-voices-3G:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                    0 5px 15px rgba(0, 0, 0, 0.05),
                    0 1px 3px rgba(0, 0, 0, 0.1);
    transform: none;
}.user-testimonials-wk .user-voices-3G:hover::before {
    transform: scaleX(0);
}.user-testimonials-wk .user-voices-3G:hover h3::after {
    width: 30px;
}.user-testimonials-wk .user-voices-3G:hover div {
    transform: none;
}.user-testimonials-wk .user-voices-3G:hover img {
    transform: none;
}}.case-study-Qj {
    position: relative;
    color: #ffffff;
    z-index: 1;
    padding: 80px 0 40px;
    font-family: Arial, sans-serif;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.case-study-Qj .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}.case-study-Qj .company_holder {
    position: relative;
    padding-right: 30px;
    flex: 0 0 30%;
}.case-study-Qj .company_holder::after {
    background: linear-gradient(to bottom, transparent, rgb(186,185,211), transparent);
    height: 80%;
    right: 0;
    top: 10%;
    content: '';
    position: absolute;
    width: 1px;
}.case-study-Qj .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(186,185,211,0.5);
    font-weight: 700;
    display: inline-block;
    font-size: calc(29px * 0.9);
    position: relative;
}.case-study-Qj .company_holder h3::after {
    position: absolute;
    background: rgb(186,185,211);
    transition: width 0.3s ease-in-out;
    content: '';
    height: 2px;
    left: 0;
    bottom: -5px;
    width: 40%;
}.case-study-Qj .company_holder h3:hover::after {
    width: 100%;
}.case-study-Qj .mentor-cta-PC {
    font-size: 17px;
    transform: translateZ(0);
    padding: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    backdrop-filter: blur(5px);
    line-height: 1.6;
    margin-top: 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}.case-study-Qj .mentor-cta-PC:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}.case-study-Qj .calc-foot-Z0 {
    justify-content: space-between;
    flex: 0 0 65%;
    position: relative;
    display: flex;
}.case-study-Qj .head-main-Al {
    justify-content: space-between;
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.case-study-Qj .main-navbar-jN {
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    flex: 0 0 45%;
    position: relative;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    overflow: hidden;
}.case-study-Qj .main-navbar-jN::before {
    transition: transform 0.6s ease;
    content: '';
    inset: 0;
    transform: translateX(-100%);
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
}.case-study-Qj .main-navbar-jN:hover::before {
    transform: translateX(100%);
}.case-study-Qj .main-navbar-jN h5 {
    padding-bottom: 10px;
    position: relative;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}.case-study-Qj .main-navbar-jN h5::after {
    left: 0;
    height: 2px;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    content: '';
    bottom: 0;
    position: absolute;
    background: rgb(186,185,211);
    width: 40px;
}.case-study-Qj .main-navbar-jN:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(186,185,211), 0 0 16px rgb(186,185,211,0.5);
}.case-study-Qj .main-navbar-jN .head-main-Al {
    gap: 12px;
    flex-direction: column;
    display: flex;
}.case-study-Qj .main-navbar-jN .head-main-Al a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.85;
    font-size: calc(17px * 0.95);
    padding-left: 0;
    color: #ffffff;
    position: relative;
}.case-study-Qj .main-navbar-jN .head-main-Al a::before {
    content: '';
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    height: 1px;
    width: 0;
    position: absolute;
    transform-origin: left;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(186,185,211), transparent);
}.case-study-Qj .main-navbar-jN .head-main-Al a:hover {
    opacity: 1;
    padding-left: 5px;
    color: #ffffff;
}.case-study-Qj .main-navbar-jN .head-main-Al a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(186,185,211,0.5);
}.brainstorm-pE {
    padding: 15px 0;
    position: relative;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
}.brainstorm-pE::before {
    height: 1px;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(186,185,211,0.5), transparent);
    content: '';
    right: 0;
    position: absolute;
}.brainstorm-pE .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.brainstorm-pE .learn-nav-Ar {
    color: #ffffff;
    font-size: 13px;
    transition: opacity 0.3s ease;
    letter-spacing: 0.5px;
    opacity: 0.8;
    text-align: center;
}.brainstorm-pE .learn-nav-Ar:hover {
    opacity: 1;
}

@media (max-width: 991px) {.case-study-Qj {
    padding: 60px 0 30px;
}.case-study-Qj .container {
    flex-direction: column;
}.case-study-Qj .company_holder {
    margin-bottom: 40px;
    padding-right: 0;
    flex: 0 0 100%;
}.case-study-Qj .company_holder::after {
    display: none;
}.case-study-Qj .calc-foot-Z0 {
    flex: 0 0 100%;
}.case-study-Qj .main-navbar-jN {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.case-study-Qj {
    padding: 40px 0 20px;
}.case-study-Qj .head-main-Al {
    flex-direction: column;
}.case-study-Qj .main-navbar-jN {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.case-study-Qj .company_holder h3 {
    font-size: calc(29px * 0.8);
}.case-study-Qj .main-navbar-jN h5 {
    font-size: calc(22px * 0.9);
}.brainstorm-pE .learn-nav-Ar {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.case-study-Qj {
    padding: 30px 0 15px;
}.case-study-Qj .company_holder {
    margin-bottom: 30px;
}.case-study-Qj .company_holder h3 {
    font-size: calc(29px * 0.7);
}.case-study-Qj .main-navbar-jN h5 {
    font-size: calc(22px * 0.8);
}.brainstorm-pE {
    padding: 10px 0;
}.brainstorm-pE .learn-nav-Ar {
    font-size: calc(13px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    background-size: 50px 50px;
    z-index: 0;
    opacity: 0.3;
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    top: 0;
    right: 0;
}.case-study-Qj .company_holder h3 {
    position: relative;
    overflow: hidden;
}.case-study-Qj .company_holder h3::before {
    height: 100%;
    top: 0;
    transition: 0.5s;
    left: -100%;
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    content: '';
    position: absolute;
    width: 100%;
}.case-study-Qj .company_holder h3:hover::before {
    left: 100%;
}.course-structure-sA {
    background: linear-gradient(120deg, #000000 20%, rgb(151,149,182,0.5) 100%);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.course-structure-sA::before {
    filter: blur(30px);
    height: 140%;
    width: 70%;
    position: absolute;
    transform: rotate(-15deg);
    z-index: 1;
    top: -20%;
    background: radial-gradient(ellipse at center, rgb(186,185,211,0.5) 0%, transparent 70%);
    animation: floatGradient 20s ease-in-out infinite alternate;
    content: "";
    right: -10%;
}.course-structure-sA::after {
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    opacity: 0.8;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.02) 5px,
            rgba(255, 255, 255, 0.02) 10px
        ),
        radial-gradient(circle at 10% 90%, rgb(151,149,182,0.5) 0%, transparent 40%);
    position: absolute;
}.course-structure-sA .container {
    z-index: 2;
    position: relative;
}.course-structure-sA .learn-studio-ZW {
    grid-template-areas: 
        "photo info"
        "photo info";
    min-height: 500px;
    display: grid;
    gap: 0;
    grid-template-columns: 45% 55%;
    position: relative;
}.course-structure-sA .knowledge-ao {
    overflow: hidden;
    z-index: 3;
    transform: translateX(-40px);
    border-radius: 0 11px 11px 0;
    position: relative;
    backdrop-filter: blur(8px);
    padding: 3.5rem 3rem 3.5rem 5rem;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    grid-area: info;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
}.course-structure-sA .knowledge-ao::before {
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.1;
    z-index: -1;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(186,185,211,0.5) 49.5%, rgb(186,185,211,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(186,185,211,0.5) 49.5%, rgb(186,185,211,0.5) 50.5%, transparent 50.5%);
    top: 0;
    background-size: 30px 30px;
    width: 100%;
    height: 100%;
}.course-structure-sA .knowledge-ao::after {
    left: -50%;
    height: 200%;
    transform-origin: center;
    width: 200%;
    animation: rotateRadial 30s linear infinite;
    content: "";
    opacity: 0.1;
    position: absolute;
    background: radial-gradient(
        circle at center,
        rgb(186,185,211,0.5) 0%,
        transparent 60%
    );
    z-index: -1;
    top: -50%;
}.course-structure-sA .head-primary-Jp {
    margin-bottom: 2rem;
    width: 90px;
    transform: rotate(-5deg) skew(-5deg);
    position: relative;
    height: 90px;
}.course-structure-sA .head-primary-Jp::before {
    filter: blur(5px);
    z-index: -1;
    animation: pulseLogo 4s ease-in-out infinite alternate;
    transform: rotate(5deg);
    position: absolute;
    content: "";
    inset: -5px;
    background: linear-gradient(
        135deg,
        rgb(186,185,211) 0%,
        rgb(151,149,182) 100%
    );
    border-radius: 12px;
}.course-structure-sA .head-primary-Jp::after {
    inset: 0;
    content: "";
    z-index: -1;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
}.course-structure-sA .head-primary-Jp svg {
    width: 50px;
    filter: drop-shadow(0 0 8px rgb(186,185,211,0.5));
    top: 50%;
    position: absolute;
    left: 50%;
    animation: floatLogo 6s ease-in-out infinite;
    height: 50px;
    transform: translate(-50%, -50%);
}.course-structure-sA .head-primary-Jp svg path {
    fill: rgb(186,185,211);
    transition: fill 0.3s ease;
}.course-structure-sA h3 {
    line-height: 1.3;
    position: relative;
    margin-bottom: 1.8rem;
    font-weight: 700;
    transform: skew(-2deg);
    color: #ffffff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    font-size: 29px;
}.course-structure-sA h3::before {
    bottom: -10px;
    height: 3px;
    width: 40px;
    left: 0;
    background: linear-gradient(to right, rgb(186,185,211), transparent);
    position: absolute;
    content: "";
}.course-structure-sA h3::after {
    background: linear-gradient(to right, rgb(186,185,211), transparent);
    left: 0;
    bottom: -15px;
    width: 80px;
    height: 1px;
    position: absolute;
    content: "";
}.course-structure-sA p {
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
    margin-bottom: 2rem;
    font-size: 18px;
    max-width: 600px;
    color: #ffffff;
    line-height: 1.8;
}.course-structure-sA .responsive-img-2u {
    grid-area: photo;
    position: relative;
    border-radius: 11px 0 0 11px;
    transform: perspective(1000px) rotateY(5deg);
    height: 460px;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    z-index: 2;
    overflow: hidden;
}.course-structure-sA .responsive-img-2u::before {
    top: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        rgba(0, 0, 0, 0.5) 100%
    );
    mix-blend-mode: multiply;
    opacity: 0.6;
}.course-structure-sA .responsive-img-2u::after {
    opacity: 0.7;
    z-index: 2;
    background: linear-gradient(
        to top,
        #000000 0%,
        transparent 100%
    );
    position: absolute;
    height: 50%;
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
}.course-structure-sA .learn-studio-ZW:hover .responsive-img-2u {
    box-shadow: 
        -20px 20px 40px rgba(0, 0, 0, 0.4),
        -10px 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 0 25px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(8deg) translateX(-10px);
}.course-structure-sA .learn-studio-ZW:hover .knowledge-ao {
    transform: translateX(-20px);
    box-shadow: 
        5px 15px 45px rgba(0, 0, 0, 0.35),
        10px 10px 25px rgba(0, 0, 0, 0.25);
}.course-structure-sA .head-primary-Jp:hover svg path {
    fill: rgb(151,149,182);
}

@keyframes floatGradient {
    0% {
        opacity: 0.5;
        transform: rotate(-15deg) translateY(-5%);
    }
    50% {
        opacity: 0.7;
        transform: rotate(-12deg) translateY(0);
    }
    100% {
        opacity: 0.5;
        transform: rotate(-18deg) translateY(5%);
    }
}

@keyframes rotateRadial {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseLogo {
    0% {
        filter: blur(5px) brightness(1);
    }
    50% {
        filter: blur(8px) brightness(1.2);
    }
    100% {
        filter: blur(5px) brightness(1);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}

@media screen and (max-width: 1200px) {.course-structure-sA .learn-studio-ZW {
    min-height: 450px;
    grid-template-columns: 42% 58%;
}.course-structure-sA .knowledge-ao {
    padding: 3rem 2.5rem 3rem 4.5rem;
}.course-structure-sA h3 {
    font-size: calc(29px * 0.9);
}
}

@media screen and (max-width: 992px) {.course-structure-sA {
    padding: 5rem 0;
}.course-structure-sA .learn-studio-ZW {
    grid-template-areas:
            "responsive-img-2u"
            "request-block-yj";
    min-height: auto;
    grid-template-columns: 1fr;
}.course-structure-sA .responsive-img-2u {
    height: 350px;
    border-radius: 11px 11px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    transform: perspective(1000px) rotateX(5deg);
}.course-structure-sA .knowledge-ao {
    transform: translateY(-40px);
    padding: 3rem 2.5rem;
    border-radius: 0 0 11px 11px;
}.course-structure-sA .learn-studio-ZW:hover .responsive-img-2u {
    transform: perspective(1000px) rotateX(8deg);
}.course-structure-sA .learn-studio-ZW:hover .knowledge-ao {
    transform: translateY(-50px);
}
}

@media screen and (max-width: 768px) {.course-structure-sA {
    padding: 4rem 0;
}.course-structure-sA .responsive-img-2u {
    height: 300px;
}.course-structure-sA .knowledge-ao {
    padding: 2.5rem 2rem;
}.course-structure-sA .head-primary-Jp {
    width: 80px;
    margin-bottom: 1.5rem;
    height: 80px;
}.course-structure-sA .head-primary-Jp svg {
    width: 45px;
    height: 45px;
}.course-structure-sA h3 {
    font-size: calc(29px * 0.8);
    margin-bottom: 1.5rem;
}.course-structure-sA p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}
}

@media screen and (max-width: 576px) {.course-structure-sA {
    padding: 3rem 0;
}.course-structure-sA .responsive-img-2u {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);
    height: 250px;
}.course-structure-sA .knowledge-ao {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 2rem 1.5rem;
    transform: translateY(-30px);
}.course-structure-sA .head-primary-Jp {
    width: 70px;
    height: 70px;
    margin-bottom: 1.2rem;
}.course-structure-sA .head-primary-Jp svg {
    width: 40px;
    height: 40px;
}.course-structure-sA h3 {
    margin-bottom: 1.2rem;
    font-size: calc(29px * 0.7);
}.course-structure-sA h3::before {
    width: 30px;
    height: 2px;
    bottom: -8px;
}.course-structure-sA h3::after {
    height: 1px;
    bottom: -12px;
    width: 60px;
}.course-structure-sA p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
    margin-bottom: 1.5rem;
}.course-structure-sA .learn-studio-ZW:hover .knowledge-ao {
    transform: translateY(-35px);
}}.privacy-enclosure-RP {
    background: linear-gradient(135deg, rgb(220,219,234) 0%, #ffffff 100%);
    padding: 4rem 0;
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
}.privacy-enclosure-RP::before {
    right: 0;
    content: "";
    top: 0;
    z-index: 2;
    height: 5px;
    left: 0;
    background: linear-gradient(90deg, rgb(186,185,211) 0%, rgb(151,149,182) 100%);
    position: absolute;
}.privacy-enclosure-RP::after {
    top: 0;
    height: 100%;
    pointer-events: none;
    width: 100%;
    content: "";
    z-index: 1;
    position: absolute;
    background-image: repeating-linear-gradient(
        0deg,
        transparent,
        transparent 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 40px,
        rgba(rgba(0, 0, 0, 0.5), 0.02) 41px
    );
    left: 0;
}.privacy-enclosure-RP .container {
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    max-width: 1140px;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: 3;
    position: relative;
    padding: 3rem;
    padding: 0 20px;
}.privacy-enclosure-RP .container:hover {
    transform: translateY(-5px);
}.privacy-enclosure-RP h1 {
    font-weight: 700;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
    font-size: 41px;
    color: rgb(186,185,211);
}.privacy-enclosure-RP h1::after {
    bottom: -10px;
    height: 4px;
    width: 80px;
    background: rgb(151,149,182);
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
    animation: scaleIn 1s forwards 1s;
    content: "";
    position: absolute;
}.privacy-enclosure-RP h2 {
    border-left: 4px solid rgb(186,185,211);
    margin: 2.5rem 0 1.5rem;
    font-size: 29px;
    padding-left: 1rem;
    opacity: 0;
    position: relative;
    color: #000000;
    font-weight: 600;
    animation: fadeSlideUp 0.8s forwards 0.4s;
}.privacy-enclosure-RP h3 {
    animation: fadeSlideUp 0.8s forwards 0.5s;
    opacity: 0;
    position: relative;
    font-size: calc(29px * 0.85);
    margin: 2rem 0 1.2rem;
    font-weight: 600;
    color: #000000;
}.privacy-enclosure-RP h4 {
    animation: fadeSlideUp 0.8s forwards 0.6s;
    opacity: 0;
    color: #000000;
    margin: 1.8rem 0 1rem;
    font-size: calc(29px * 0.7);
    font-weight: 600;
}.privacy-enclosure-RP p {
    font-size: 18px;
    margin-bottom: 1.5rem;
    color: #000000;
    animation: fadeSlideUp 0.8s forwards 0.6s;
    line-height: 1.8;
    opacity: 0;
}.privacy-enclosure-RP p strong {
    position: relative;
    display: inline-block;
    font-weight: 600;
    color: #000000;
}.privacy-enclosure-RP p strong::after {
    position: absolute;
    content: "";
    left: 0;
    height: 2px;
    background: rgb(151,149,182,0.5);
    bottom: -2px;
    width: 100%;
}.privacy-enclosure-RP ul {
    list-style: none;
    opacity: 0;
    animation: fadeSlideUp 0.8s forwards 0.7s;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.privacy-enclosure-RP li {
    position: relative;
    line-height: 1.7;
    color: #000000;
    padding-left: 1.5rem;
    font-size: 18px;
    margin-bottom: 1rem;
}.privacy-enclosure-RP li::before {
    width: 8px;
    height: 8px;
    background: rgb(186,185,211);
    top: 10px;
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    content: "";
}.privacy-enclosure-RP span {
    line-height: 1.8;
    animation: fadeSlideUp 0.8s forwards 0.8s;
    opacity: 0;
    position: relative;
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    font-size: 18px;
    border-left: 2px solid rgb(151,149,182,0.5);
    padding-left: 1rem;
}

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

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

@media (max-width: 991px) {.privacy-enclosure-RP {
    padding: 3rem 0;
}.privacy-enclosure-RP .container {
    padding: 2rem;
}.privacy-enclosure-RP h1 {
    font-size: calc(41px * 0.9);
}.privacy-enclosure-RP h2 {
    font-size: calc(29px * 0.9);
    margin: 2rem 0 1.2rem;
}
}

@media (max-width: 767px) {.privacy-enclosure-RP {
    padding: 2rem 0;
}.privacy-enclosure-RP .container {
    padding: 1.5rem;
}.privacy-enclosure-RP h1 {
    font-size: calc(41px * 0.8);
    margin-bottom: 1.5rem;
}.privacy-enclosure-RP h1::after {
    width: 60px;
    height: 3px;
}.privacy-enclosure-RP h2 {
    margin: 1.8rem 0 1rem;
    font-size: calc(29px * 0.8);
}.privacy-enclosure-RP h3 {
    font-size: calc(29px * 0.7);
}.privacy-enclosure-RP h4 {
    font-size: calc(29px * 0.6);
}.privacy-enclosure-RP ul {
    padding-left: 0.5rem;
}.privacy-enclosure-RP li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy-enclosure-RP {
    padding: 1.5rem 0;
}.privacy-enclosure-RP .container {
    padding: 1.2rem;
}.privacy-enclosure-RP h1 {
    font-size: calc(41px * 0.7);
    margin-bottom: 1.2rem;
}.privacy-enclosure-RP h2 {
    font-size: calc(29px * 0.7);
    padding-left: 0.8rem;
}.privacy-enclosure-RP p, 
    .privacy-enclosure-RP li, 
    .privacy-enclosure-RP span {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
}.privacy-enclosure-RP span {
    padding-left: 0.8rem;
}}.who-we-are-JS {
    position: relative;
    padding: 120px 0;
    isolation: isolate;
    overflow: hidden;
}.who-we-are-JS:before {
    opacity: 0.92;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: linear-gradient(135deg, rgb(186,185,211,0.5), rgb(151,149,182,0.5));
    height: 100%;
    top: 0;
    content: "";
}.who-we-are-JS:after {
    content: "";
    height: 200%;
    clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
    width: 80%;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    right: -20%;
    top: -50%;
    transform: rotate(-15deg);
    background: rgb(151,149,182);
    pointer-events: none;
}.who-we-are-JS .container {
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    perspective: 1000px;
}.who-we-are-JS .text-card-wrap-2b {
    background: rgba(255, 255, 255, 0.95);
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.1),
                -12px -12px 24px rgba(255, 255, 255, 0.6),
                inset 2px 2px 4px rgba(255, 255, 255, 0.7),
                inset -2px -2px 4px rgba(0, 0, 0, 0.05);
    transform: rotateX(2deg) rotateY(-1deg);
    padding: 40px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.who-we-are-JS .text-card-wrap-2b:hover {
    transform: rotateX(0deg) rotateY(0deg) translateZ(10px);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.12),
                -15px -15px 30px rgba(255, 255, 255, 0.7),
                inset 2px 2px 4px rgba(255, 255, 255, 0.8),
                inset -2px -2px 4px rgba(0, 0, 0, 0.06);
}.who-we-are-JS .text-card-wrap-2b:before {
    z-index: -1;
    top: -10px;
    right: -10px;
    content: "";
    left: -10px;
    transition: opacity 0.4s ease-out;
    bottom: -10px;
    opacity: 0.3;
    filter: blur(20px);
    position: absolute;
    background: linear-gradient(45deg, transparent 20%, rgb(151,149,182,0.5) 100%);
}.who-we-are-JS .text-card-wrap-2b:hover:before {
    opacity: 0.5;
}.who-we-are-JS .text-card-wrap-2b > div:first-child {
    position: relative;
    margin-bottom: 20px;
}.who-we-are-JS .text-card-wrap-2b > div:first-child:before {
    background: rgb(186,185,211);
    content: "";
    height: 40px;
    clip-path: polygon(0 0, 100% 20%, 100% 80%, 0 100%);
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
    width: 8px;
    position: absolute;
}.who-we-are-JS h5 {
    text-transform: uppercase;
    padding-bottom: 8px;
    position: relative;
    color: rgb(186,185,211);
    display: inline-block;
    letter-spacing: 2px;
    font-size: 21px;
    font-weight: 700;
    margin: 0;
}.who-we-are-JS h5:after {
    width: 60%;
    background: rgb(151,149,182);
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    transition: width 0.3s ease-out;
    transform-origin: left center;
    bottom: 0;
}.who-we-are-JS .text-card-wrap-2b:hover h5:after {
    width: 100%;
}.who-we-are-JS .text-card-wrap-2b > div:nth-child(2) {
    margin-bottom: 25px;
}.who-we-are-JS .text-card-wrap-2b > div:nth-child(2) p {
    display: inline-block;
    color: #000000;
    position: relative;
    margin: 0;
    font-size: calc(17px * 1.3);
    font-weight: 600;
}.who-we-are-JS .text-card-wrap-2b > div:nth-child(2) p b {
    -webkit-background-clip: text !important;
    background: linear-gradient(135deg, rgb(186,185,211), rgb(151,149,182));
    color: transparent;
    background-clip: text !important;
    position: relative;
}.who-we-are-JS ol {
    list-style-position: inside;
    margin: 0;
    counter-reset: item;
    padding: 0 0 0 2px;
}.who-we-are-JS ol li {
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    text-align: justify;
    list-style: none;
    columns: 1;
    counter-increment: item;
    line-height: 1.7;
    position: relative;
    font-size: 17px;
    color: #000000;
    column-gap: 40px;
}.who-we-are-JS ol li:before {
    content: "";
    display: inline-block;
    height: 6px;
    transform: rotate(45deg);
    background: rgb(151,149,182);
    vertical-align: middle;
    width: 6px;
    margin-right: 12px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1),
                -2px -2px 4px rgba(255, 255, 255, 0.5);
}.who-we-are-JS .text-card-wrap-2b:after {
    right: -15px;
    border-radius: 50%;
    height: 180px;
    width: 180px;
    opacity: 0.1;
    z-index: -1;
    mix-blend-mode: overlay;
    bottom: -15px;
    content: "";
    background: linear-gradient(135deg, rgb(186,185,211,0.5), rgb(151,149,182,0.5));
    position: absolute;
}

@media (min-width: 768px) {.who-we-are-JS {
    padding: 150px 0;
}.who-we-are-JS .text-card-wrap-2b {
    padding: 60px;
}.who-we-are-JS ol li {
    columns: 2;
}.who-we-are-JS h5 {
    font-size: calc(21px * 1.2);
}.who-we-are-JS .text-card-wrap-2b > div:nth-child(2) p {
    font-size: calc(17px * 1.5);
}
}

@media (min-width: 992px) {.who-we-are-JS .text-card-wrap-2b {
    padding: 70px;
    margin: 0 60px;
}.who-we-are-JS .text-card-wrap-2b:before {
    right: -15px;
    top: -15px;
    bottom: -15px;
    left: -15px;
}.who-we-are-JS ol li {
    font-size: calc(17px * 1.05);
    line-height: 1.8;
}.who-we-are-JS .text-card-wrap-2b > div:first-child:before {
    left: -30px;
    height: 50px;
}
}

@media (max-width: 767px) {.who-we-are-JS {
    padding: 80px 0;
}.who-we-are-JS .text-card-wrap-2b {
    transform: none;
    padding: 30px;
}.who-we-are-JS h5 {
    font-size: calc(21px * 0.9);
}.who-we-are-JS .text-card-wrap-2b > div:nth-child(2) p {
    font-size: calc(17px * 1.1);
}.who-we-are-JS ol li {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.who-we-are-JS .text-card-wrap-2b > div:first-child:before {
    left: -15px;
    height: 30px;
}}.thanksPart-nW {
    background: linear-gradient(135deg, rgb(151,149,182,0.5) 0%, rgb(186,185,211,0.5) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    position: relative;
}.thanksPart-nW::before {
    width: 50%;
    background: linear-gradient(120deg, rgb(151,149,182) 0%, rgb(186,185,211) 100%);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    transform: rotate(-15deg) skew(10deg);
    content: "";
    animation: float 12s ease-in-out infinite;
    top: -10%;
    position: absolute;
    z-index: 1;
    height: 70%;
    right: -5%;
    pointer-events: none;
    opacity: 0.1;
}.thanksPart-nW::after {
    background: linear-gradient(210deg, rgb(186,185,211) 0%, rgb(151,149,182) 100%);
    clip-path: polygon(20% 0, 100% 20%, 80% 100%, 0 80%);
    transform: rotate(10deg) skew(-5deg);
    height: 60%;
    width: 40%;
    pointer-events: none;
    position: absolute;
    opacity: 0.08;
    animation: float 15s ease-in-out infinite reverse;
    content: "";
    left: -5%;
    bottom: -5%;
    z-index: 1;
}.thanksPart-nW .container {
    z-index: 2;
    display: flex;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    flex-direction: column;
    align-items: flex-start;
}.thanksPart-nW h2 {
    font-weight: 700;
    transform: translateX(-10px);
    position: relative;
    opacity: 0;
    max-width: 90%;
    margin-bottom: 2.5rem;
    font-size: 31px;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    line-height: 1.3;
    font-family: Arial, sans-serif;
    color: #000000;
}.thanksPart-nW h2::after {
    position: absolute;
    animation: expandLine 1.2s 0.4s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    bottom: -15px;
    height: 4px;
    content: "";
    background: linear-gradient(90deg, rgb(186,185,211) 0%, rgb(151,149,182) 100%);
    width: 120px;
}.thanksPart-nW .learn-studio-ZW {
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #ffffff;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04), 0 5px 15px rgba(0, 0, 0, 0.05);
    animation: riseUp 1s 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    padding: 3rem;
    width: 100%;
}.thanksPart-nW .learn-studio-ZW::before {
    animation: expandLine 1.5s 1s cubic-bezier(0.17, 0.67, 0.43, 0.99) forwards;
    content: "";
    background: linear-gradient(90deg, rgb(151,149,182) 0%, rgb(186,185,211) 100%);
    right: 0;
    position: absolute;
    height: 5px;
    transform: scaleX(0);
    left: 0;
    top: 0;
    transform-origin: left;
}.thanksPart-nW ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksPart-nW li {
    padding-left: 1.5rem;
    position: relative;
}.thanksPart-nW li::before {
    animation: popIn 0.5s 1.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    top: 0.5rem;
    content: "";
    left: 0;
    height: 8px;
    background: rgb(151,149,182);
    opacity: 0;
    transform: rotate(45deg) scale(0);
    width: 8px;
    position: absolute;
}.thanksPart-nW span {
    font-size: 14px;
    color: #000000;
    transform: translateY(15px);
    opacity: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    animation: fadeIn 1s 1.2s ease-out forwards;
    display: block;
}

@keyframes slideIn {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

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

@keyframes popIn {
    0% {
        transform: rotate(45deg) scale(0);
        opacity: 0;
    }
    70% {
        transform: rotate(45deg) scale(1.2);
        opacity: 1;
    }
    100% {
        transform: rotate(45deg) scale(1);
        opacity: 1;
    }
}

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

@media (max-width: 991px) {.thanksPart-nW {
    padding: 4rem 1.5rem;
}.thanksPart-nW h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.thanksPart-nW .learn-studio-ZW {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.thanksPart-nW {
    padding: 3.5rem 1.25rem;
}.thanksPart-nW h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.thanksPart-nW h2::after {
    width: 100px;
    height: 3px;
}.thanksPart-nW .learn-studio-ZW {
    padding: 2rem 1.5rem;
}.thanksPart-nW span {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.thanksPart-nW {
    padding: 3rem 1rem;
}.thanksPart-nW h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.thanksPart-nW h2::after {
    height: 3px;
    width: 80px;
    bottom: -10px;
}.thanksPart-nW .learn-studio-ZW {
    padding: 1.5rem 1.25rem;
}.thanksPart-nW li {
    padding-left: 1.25rem;
}.thanksPart-nW li::before {
    height: 6px;
    width: 6px;
}.thanksPart-nW span {
    line-height: 1.5;
    font-size: calc(14px * 0.9);
}}.cookie-overlay-panel-Ud {
    box-shadow: 0 -3px 10px rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    z-index: 100;
    display: flex;
    padding: 20px 0;
    width: 100%;
    justify-content: center;
    border-top: 3px solid rgb(186,185,211);
    background: rgb(220,219,234);
}.learn-cookies-i4 {
    align-items: center;
    border: 2px solid rgb(186,185,211);
    padding: 20px;
    justify-content: space-between;
    border-radius: 16px;
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    max-width: 1200px;
    width: 90%;
    margin: auto;
}.data-approve-j6 {
    flex-shrink: 0;
    margin-right: 20px;
}.data-approve-j6 svg {
    fill: rgb(186,185,211);
    height: 50px;
    width: 50px;
}.cookie-guard-nH {
    text-align: left;
    color: #ffffff;
    flex-grow: 1;
}.cookie-guard-nH h5 {
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 10px;
    color: rgb(186,185,211);
    text-transform: uppercase;
    letter-spacing: 1px;
}.cookie-guard-nH p {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    margin: 0;
}.cookie-guard-nH p a {
    text-decoration: underline;
    color: rgb(186,185,211);
}.edu-track-fF {
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    min-width: 120px;
    text-align: center;
    padding: 10px 20px;
    flex-shrink: 0;
    background: rgb(186,185,211);
    border: none;
    text-decoration: none;
}.cookie_button.cookie-compl-I6 {
    margin-right: 10px;
}#cookie-banneralert-Ad {
    display: none;
}#cookie-banneralert-Ad:checked ~ .cookie-overlay-panel-Ud {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 1200px) {.learn-cookies-i4 {
    align-items: center;
    text-align: center;
    flex-direction: column;
}.data-approve-j6 {
    margin-right: 0;
    margin-bottom: 20px;
}.edu-track-fF {
    margin: 10px 0;
    max-width: 250px;
    width: 100%;
}}
.course-fit-for-kL {
    background: rgb(220,219,234);
    perspective: 1000px;
    overflow: hidden;
    position: relative;
    padding: 120px 0 100px;
}.course-fit-for-kL::before {
    opacity: 0.6;
    right: -5%;
    content: '';
    filter: blur(60px);
    position: absolute;
    transform: rotate(-15deg);
    width: 600px;
    height: 600px;
    background: linear-gradient(45deg, rgb(186,185,211,0.5), rgb(151,149,182,0.5));
    top: -10%;
    border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
    animation: rotateBlob 20s infinite linear;
}@keyframes rotateBlob {
    0% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
    50% {
        border-radius: 45% 55% 52% 48% / 56% 48% 52% 44%;
        transform: rotate(10deg);
    }
    100% {
        border-radius: 38% 62% 63% 37% / 41% 44% 56% 59%;
        transform: rotate(-15deg);
    }
}

.course-fit-for-kL .container {
    z-index: 3;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.course-fit-for-kL .learn-studio-ZW {
    padding: 0;
    flex-direction: column;
    display: flex;
    z-index: 2;
    position: relative;
}.course-fit-for-kL h4 {
    position: relative;
    font-weight: 700;
    font-size: 41px;
    margin-bottom: 70px;
    max-width: 700px;
    transform: translateZ(40px);
    color: #000000;
    padding-left: 35px;
}.course-fit-for-kL h4::before {
    top: 15px;
    border-radius: 10px;
    width: 8px;
    height: calc(100% - 20px);
    position: absolute;
    background: rgb(186,185,211);
    left: 0;
    content: '';
}.course-fit-for-kL h4::after {
    border-radius: 10px;
    height: 3px;
    width: 120px;
    position: absolute;
    content: '';
    background: rgb(151,149,182);
    left: 30px;
    bottom: -15px;
}.course-fit-for-kL div > div {
    display: grid;
    gap: 25px;
    grid-auto-rows: minmax(100px, auto);
    transform-style: preserve-3d;
    grid-template-columns: repeat(12, 1fr);
}.course-fit-for-kL p {
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    color: #000000;
    align-items: flex-start;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    transform: translateZ(0);
    margin: 0;
    padding: 30px;
    line-height: 1.6;
}.course-fit-for-kL p:hover {
    transform: translateZ(20px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.course-fit-for-kL p svg {
    width: 30px;
    margin-top: 3px;
    margin-right: 20px;
    transition: all 0.3s ease;
    height: 30px;
    flex-shrink: 0;
}.course-fit-for-kL p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.course-fit-for-kL p svg path {
    transition: fill 0.3s ease;
    fill: rgb(186,185,211);
}.course-fit-for-kL p:hover svg path {
    fill: rgb(151,149,182);
}.course-fit-for-kL p::after {
    left: 0;
    width: 100%;
    content: '';
    bottom: 0;
    transform-origin: left;
    transform: scaleX(0);
    height: 4px;
    position: absolute;
    background: linear-gradient(90deg, rgb(186,185,211), rgb(151,149,182));
    transition: transform 0.4s ease;
}.course-fit-for-kL p:hover::after {
    transform: scaleX(1);
}.course-fit-for-kL p:nth-child(1) {
    grid-column: 1 / span 6;
    grid-row: 1;
    z-index: 5;
}.course-fit-for-kL p:nth-child(2) {
    grid-row: 1;
    z-index: 4;
    grid-column: 8 / span 5;
}.course-fit-for-kL p:nth-child(3) {
    grid-row: 2;
    z-index: 6;
    grid-column: 3 / span 6;
}.course-fit-for-kL p:nth-child(4) {
    grid-row: 3;
    z-index: 3;
    grid-column: 1 / span 4;
}.course-fit-for-kL p:nth-child(5) {
    z-index: 2;
    grid-row: 3;
    grid-column: 6 / span 7;
}.course-fit-for-kL p:nth-child(6) {
    grid-row: 4;
    grid-column: 2 / span 5;
    z-index: 1;
}.course-fit-for-kL p:nth-child(7) {
    grid-row: 4;
    z-index: 1;
    grid-column: 8 / span 5;
}.course-fit-for-kL p:nth-child(8) {
    grid-row: 5;
    z-index: 1;
    grid-column: 4 / span 6;
}@keyframes float-in {
    0% {
        opacity: 0;
        transform: translateY(50px) translateZ(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0) translateZ(0);
    }
}

.course-fit-for-kL p {
    opacity: 0;
    animation: float-in 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}.course-fit-for-kL p:nth-child(1) {
    animation-delay: 0.1s;
}.course-fit-for-kL p:nth-child(2) {
    animation-delay: 0.3s;
}.course-fit-for-kL p:nth-child(3) {
    animation-delay: 0.5s;
}.course-fit-for-kL p:nth-child(4) {
    animation-delay: 0.7s;
}.course-fit-for-kL p:nth-child(5) {
    animation-delay: 0.9s;
}.course-fit-for-kL p:nth-child(6) {
    animation-delay: 1.1s;
}.course-fit-for-kL p:nth-child(7) {
    animation-delay: 1.3s;
}.course-fit-for-kL p:nth-child(8) {
    animation-delay: 1.5s;
}

@media screen and (max-width: 1200px) {.course-fit-for-kL p:nth-child(1) {
    grid-column: 1 / span 7;
}.course-fit-for-kL p:nth-child(2) {
    grid-column: 8 / span 5;
}.course-fit-for-kL p:nth-child(3) {
    grid-column: 2 / span 7;
}.course-fit-for-kL p:nth-child(4) {
    grid-column: 1 / span 5;
}.course-fit-for-kL p:nth-child(5) {
    grid-column: 6 / span 7;
}
}

@media screen and (max-width: 992px) {.course-fit-for-kL {
    padding: 90px 0 80px;
}.course-fit-for-kL h4 {
    margin-bottom: 60px;
    font-size: calc(41px * 0.85);
}.course-fit-for-kL div > div {
    gap: 20px;
    grid-template-columns: repeat(8, 1fr);
}.course-fit-for-kL p {
    padding: 25px;
}.course-fit-for-kL p:nth-child(1) {
    grid-column: 1 / span 4;
}.course-fit-for-kL p:nth-child(2) {
    grid-column: 5 / span 4;
}.course-fit-for-kL p:nth-child(3) {
    grid-column: 2 / span 6;
}.course-fit-for-kL p:nth-child(4) {
    grid-column: 1 / span 3;
}.course-fit-for-kL p:nth-child(5) {
    grid-column: 4 / span 5;
}.course-fit-for-kL p:nth-child(6) {
    grid-column: 2 / span 6;
}.course-fit-for-kL p:nth-child(7) {
    grid-column: 1 / span 4;
}.course-fit-for-kL p:nth-child(8) {
    grid-column: 5 / span 4;
}
}

@media screen and (max-width: 768px) {.course-fit-for-kL {
    padding: 80px 0 70px;
}.course-fit-for-kL h4 {
    margin-bottom: 50px;
    padding-left: 25px;
    font-size: calc(41px * 0.7);
}.course-fit-for-kL h4::before {
    width: 6px;
}.course-fit-for-kL div > div {
    grid-template-columns: 1fr;
    gap: 15px;
}.course-fit-for-kL p {
    grid-column: 1 !important;
    grid-row: auto !important;
    padding: 20px;
}.course-fit-for-kL p svg {
    margin-right: 15px;
    height: 25px;
    width: 25px;
}}.pricing-offer-box-vs {
    position: relative;
    padding: 5rem 0;
    overflow: hidden;
    background: rgb(220,219,234);
}.pricing-offer-box-vs::before {
    content: "";
    width: 300px;
    z-index: 0;
    top: -50px;
    position: absolute;
    background: linear-gradient(135deg, rgb(151,149,182,0.5), rgb(186,185,211,0.5));
    height: 300px;
    right: -50px;
    border-radius: 50%;
    filter: blur(60px);
}.pricing-offer-box-vs::after {
    border-radius: 50%;
    width: 250px;
    bottom: -50px;
    left: -50px;
    background: linear-gradient(225deg, rgb(186,185,211,0.5), rgb(151,149,182,0.5));
    filter: blur(50px);
    z-index: 0;
    height: 250px;
    content: "";
    position: absolute;
}.pricing-offer-box-vs .container {
    z-index: 1;
    position: relative;
}.pricing-offer-box-vs .study-price-VD {
    flex-direction: column-reverse;
    gap: 3rem;
    display: flex;
}.pricing-offer-box-vs .cost-card-ts {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    padding: 0 1rem;
    text-align: center;
}.pricing-offer-box-vs .cost-card-ts h2 {
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: calc(32px * 1.1);
    display: inline-block;
    margin-bottom: 1.5rem;
}.pricing-offer-box-vs .cost-card-ts h2::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(186,185,211), rgb(151,149,182));
    content: "";
    width: 80px;
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: -10px;
}.pricing-offer-box-vs .study-rates-Ut {
    color: #000000;
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 14px;
}.pricing-offer-box-vs .payment-deals-0O {
    gap: 2rem;
    display: grid;
    perspective: 1000px;
    grid-template-columns: 1fr;
}.pricing-offer-box-vs .fee-offers-uq {
    display: block;
    position: relative;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform-style: preserve-3d;
}.pricing-offer-box-vs .fee-offers-uq:hover {
    transform: translateY(-10px);
}.pricing-offer-box-vs .promo-rates-lX {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    flex-direction: column;
    min-height: 430px;
    position: relative;
    justify-content: space-between;
    display: flex;
    transition: all 0.4s ease;
    z-index: 1;
    background: #ffffff;
}.pricing-offer-box-vs .fee-offers-uq:hover .promo-rates-lX {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
}.pricing-offer-box-vs .pricing-block-ng {
    z-index: 2;
    position: relative;
    flex: 1;
    padding: 2rem;
}.pricing-offer-box-vs .fee-offers-uq h3 {
    position: relative;
    font-size: calc(18px * 1.1);
    font-weight: 700;
    display: inline-block;
    margin-bottom: 1rem;
    color: #000000;
}.pricing-offer-box-vs .fee-offers-uq h3::before {
    background: rgb(186,185,211);
    transition: width 0.3s ease;
    left: 0;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -5px;
    content: "";
}.pricing-offer-box-vs .fee-offers-uq:hover h3::before {
    width: 100%;
}.pricing-offer-box-vs .program-fees-tp {
    display: block;
    font-size: calc(18px * 1.4);
    font-weight: 700;
    position: relative;
    color: rgb(151,149,182);
    margin: 1.5rem 0;
}.pricing-offer-box-vs .program-fees-tp::after {
    transform: translateY(-50%);
    width: 3px;
    border-radius: 3px;
    top: 50%;
    position: absolute;
    background: rgb(186,185,211);
    height: 20px;
    content: "";
    left: -10px;
}.pricing-offer-box-vs .fee-offers-uq p {
    overflow-wrap: break-word;
    margin-bottom: 1rem;
    line-height: 1.6;
    color: #000000;
    font-size: 14px;
    word-wrap: break-word;
    hyphens: auto;
}.pricing-offer-box-vs .responsive-img-2u {
    position: relative;
    height: 180px;
}.pricing-offer-box-vs .responsive-img-2u::before {
    position: absolute;
    z-index: 1;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    inset: 0;
}.pricing-offer-box-vs .fee-offers-uq:nth-child(1) .promo-rates-lX {
    border-top: 4px solid rgb(186,185,211);
}.pricing-offer-box-vs .fee-offers-uq:nth-child(2) .promo-rates-lX {
    border-top: 4px solid rgb(151,149,182);
}.pricing-offer-box-vs .fee-offers-uq:nth-child(3) .promo-rates-lX {
    border-top: 4px solid #6c5ce7;
}.pricing-offer-box-vs .fee-offers-uq:nth-child(4) .promo-rates-lX {
    border-top: 4px solid #00b894;
}

@media (min-width: 768px) {.pricing-offer-box-vs .payment-deals-0O {
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box-vs .promo-rates-lX {
    min-height: 480px;
}.pricing-offer-box-vs .cost-card-ts {
    padding: 0 2rem;
}.pricing-offer-box-vs .cost-card-ts h2 {
    font-size: calc(32px * 1.2);
}
}

@media (min-width: 992px) {.pricing-offer-box-vs .study-price-VD {
    align-items: center;
    gap: 4rem;
    flex-direction: row;
}.pricing-offer-box-vs .payment-deals-0O {
    flex: 2;
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box-vs .cost-card-ts {
    padding-right: 3rem;
    text-align: left;
    flex: 1;
}.pricing-offer-box-vs .cost-card-ts h2::after {
    left: 0;
    transform: none;
}.pricing-offer-box-vs .promo-rates-lX {
    min-height: 500px;
}
}

@media (min-width: 1200px) {.pricing-offer-box-vs .payment-deals-0O {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-box-vs .fee-offers-uq {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateY(0);
}.pricing-offer-box-vs .fee-offers-uq:hover {
    transform: perspective(1000px) translateY(-15px) rotateY(2deg);
}.pricing-offer-box-vs .promo-rates-lX {
    backface-visibility: hidden;
    min-height: 520px;
    transform-style: preserve-3d;
}.pricing-offer-box-vs .responsive-img-2u {
    height: 200px;
}.pricing-offer-box-vs .program-fees-tp {
    font-size: calc(18px * 1.6);
}.pricing-offer-box-vs .cost-card-ts h2 {
    font-size: calc(32px * 1.3);
}
}