* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}html,body {
    min-height: 100%;
    height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
}a {
    text-decoration: none;
    color: inherit;
}.head-nav-3 {
    flex: 1 0 auto;
}.challenge-cta-9 {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.wrapper-padding-3 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1114px;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.pricing-matrix-8 {
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgba(245, 247, 252, 1) 100%);
}.pricing-matrix-8::before {
    content: "";
    left: 0;
    height: 100%;
    position: absolute;
    background-image: repeating-linear-gradient(
    45deg,
    rgba(0, 0, 0, 0.02) 0px,
    rgba(0, 0, 0, 0.02) 1px,
    transparent 1px,
    transparent 11px
  );
    top: 0;
    z-index: 1;
    width: 100%;
    pointer-events: none;
}.pricing-matrix-8 .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.pricing-matrix-8 .value-rates-2 {
    flex-direction: column-reverse;
    display: flex;
}.pricing-matrix-8 .discount-tier-4 {
    transition: transform 0.5s ease-out;
    margin-bottom: 50px;
    text-align: center;
}.pricing-matrix-8 .discount-tier-4 h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 38px;
    color: #000000;
}.pricing-matrix-8 .discount-tier-4 h2::after {
    left: 50%;
    height: 3px;
    width: 80px;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    background: rgb(160,183,214);
    content: "";
}.pricing-matrix-8 .annual-plan-4 {
    line-height: 1.6;
    overflow-wrap: break-word;
    margin: 0 auto;
    max-width: 700px;
    font-size: 12px;
    white-space: normal;
    word-break: break-word;
    color: #000000;
}.pricing-matrix-8 .plan-rates-3 {
    gap: 30px;
    grid-template-columns: 1fr;
    display: grid;
}.pricing-matrix-8 .annual-fee-6 {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    display: block;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    color: #000000;
    text-decoration: none;
    overflow: hidden;
}.pricing-matrix-8 .annual-fee-6:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}.pricing-matrix-8 .payment-option-8 {
    display: flex;
    background-color: #ffffff;
    flex-direction: column;
    min-height: 450px;
    position: relative;
    overflow: hidden;
}.pricing-matrix-8 .discount-deals-6 {
    padding: 30px;
    word-break: break-word;
    display: flex;
    flex: 1;
    position: relative;
    overflow-wrap: break-word;
    white-space: normal;
    flex-direction: column;
    z-index: 2;
}.pricing-matrix-8 .discount-deals-6 h3 {
    font-weight: 600;
    margin-bottom: 8px;
    color: #000000;
    transition: transform 0.3s ease;
    font-size: calc(18px + 2px);
    position: relative;
    transform: translateX(0);
}.pricing-matrix-8 .annual-fee-6:hover .discount-deals-6 h3 {
    transform: translateX(5px);
}.pricing-matrix-8 .fee-pricing-7 {
    display: inline-block;
    margin: 15px 0;
    position: relative;
    font-weight: 700;
    font-size: calc(18px + 4px);
    color: rgb(160,183,214);
}.pricing-matrix-8 .fee-pricing-7::before {
    height: 2px;
    transition: all 0.3s ease;
    width: 10px;
    background: rgb(160,183,214);
    opacity: 0;
    transform: translateX(-10px);
    position: absolute;
    left: -20px;
    top: 50%;
    content: "";
}.pricing-matrix-8 .annual-fee-6:hover .fee-pricing-7::before {
    transform: translateX(0);
    opacity: 1;
}.pricing-matrix-8 .discount-deals-6 p {
    flex: 1;
    line-height: 1.6;
    margin-top: 15px;
    word-break: break-word;
    font-size: 12px;
    color: #000000;
    white-space: normal;
    overflow-wrap: break-word;
}.pricing-matrix-8 .img-item-wrapper-4 {
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.6s ease;
}.pricing-matrix-8 .img-item-wrapper-4::after {
    width: 100%;
    top: 0;
    content: "";
    position: absolute;
    height: 100%;
    background: linear-gradient(0deg, rgba(rgb(160,183,214,0.5), 0.2) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    left: 0;
}.pricing-matrix-8 .annual-fee-6:hover .img-item-wrapper-4 {
    transform: scale(1.05);
}.pricing-matrix-8 .annual-fee-6:nth-child(odd) .payment-option-8 {
    background: linear-gradient(135deg, #ffffff 0%, rgba(245, 247, 252, 1) 100%);
}.pricing-matrix-8 .annual-fee-6:nth-child(even) .payment-option-8 {
    background: linear-gradient(135deg, rgba(245, 247, 252, 1) 0%, #ffffff 100%);
}.pricing-matrix-8 .annual-fee-6:nth-child(1) {
    animation: fadeInUp 0.6s 0.1s both;
}.pricing-matrix-8 .annual-fee-6:nth-child(2) {
    animation: fadeInUp 0.6s 0.2s both;
}.pricing-matrix-8 .annual-fee-6:nth-child(3) {
    animation: fadeInUp 0.6s 0.3s both;
}.pricing-matrix-8 .annual-fee-6:nth-child(4) {
    animation: fadeInUp 0.6s 0.4s both;
}

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

@media (min-width: 768px) {.pricing-matrix-8 .plan-rates-3 {
    grid-template-columns: repeat(2, 1fr);
}.pricing-matrix-8 .discount-tier-4 {
    margin-bottom: 60px;
}.pricing-matrix-8 .discount-deals-6 h3 {
    font-size: 18px;
}.pricing-matrix-8 .fee-pricing-7 {
    font-size: calc(18px + 2px);
}.pricing-matrix-8 .discount-deals-6 p {
    font-size: calc(12px - 1px);
}
}

@media (min-width: 992px) {.pricing-matrix-8 .value-rates-2 {
    align-items: center;
    flex-direction: row;
    gap: 50px;
}.pricing-matrix-8 .discount-tier-4 {
    margin-bottom: 0;
    text-align: left;
    flex: 0 0 30%;
}.pricing-matrix-8 .discount-tier-4 h2::after {
    left: 0;
    transform: none;
}.pricing-matrix-8 .plan-rates-3 {
    flex: 0 0 70%;
    grid-template-columns: repeat(2, 1fr);
}.pricing-matrix-8 .discount-deals-6 {
    padding: 35px;
}
}

@media (min-width: 1200px) {.pricing-matrix-8 .plan-rates-3 {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.pricing-matrix-8 .payment-option-8 {
    min-height: 500px;
}.pricing-matrix-8 .img-item-wrapper-4 {
    height: 220px;
}.pricing-matrix-8 .discount-deals-6 h3 {
    font-size: calc(18px + 2px);
}.pricing-matrix-8 .fee-pricing-7 {
    font-size: calc(18px + 6px);
}}.study-method-4 {
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(196,217,249) 0%, rgba(240, 245, 255, 1) 100%);
    overflow: hidden;
}.study-method-4::before {
    top: 0;
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(160,183,214,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(125,149,180,0.5), 0.07) 0%, transparent 50%);
    z-index: 1;
    width: 100%;
    left: 0;
    position: absolute;
    content: "";
}.study-method-4::after {
    height: 300px;
    background: linear-gradient(225deg, rgb(125,149,180) 0%, transparent 80%);
    top: -5%;
    right: -5%;
    filter: blur(30px);
    content: "";
    transform: rotate(-15deg);
    z-index: 0;
    opacity: 0.07;
    position: absolute;
    animation: float 15s ease-in-out infinite;
    width: 300px;
}.study-method-4 .container.learn-experts-0 {
    max-width: 1140px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.study-method-4 .container.learn-experts-0 > div {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(1deg);
    background: #ffffff;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}.study-method-4 .container.learn-experts-0 > div:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.04);
}.study-method-4 .container.learn-experts-0 > div::before {
    position: absolute;
    content: "";
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    left: 0;
    width: 5px;
    transform-origin: top;
    transform: scaleY(0);
    top: 0;
    background: linear-gradient(to bottom, rgb(160,183,214), rgb(125,149,180));
}.study-method-4 .container.learn-experts-0 > div:hover::before {
    transform: scaleY(1);
}.study-method-4 h3 {
    padding-bottom: 1rem;
    margin-bottom: 1.8rem;
    font-size: calc(37px * 0.85);
    font-weight: 700;
    position: relative;
    transform: translateZ(0);
    color: #000000;
}.study-method-4 h3::after {
    bottom: 0;
    left: 0;
    content: "";
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
    height: 3px;
    transition: width 0.4s ease-out;
    width: 80px;
    position: absolute;
}.study-method-4 .container.learn-experts-0 > div:hover h3::after {
    width: 120px;
}.study-method-4 p {
    line-height: 1.8;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 0;
    font-size: 12px;
    position: relative;
}.study-method-4 p span {
    opacity: 0;
    transform: translateY(10px);
    animation: fadeUp 0.8s forwards 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    display: block;
    position: relative;
}

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

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

@media (max-width: 992px) {.study-method-4 {
    padding: 4rem 0;
}.study-method-4 .container.learn-experts-0 > div {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem;
}.study-method-4 h3 {
    font-size: calc(37px * 0.75);
    margin-bottom: 1.5rem;
}
}

@media (max-width: 768px) {.study-method-4 {
    padding: 3.5rem 0;
}.study-method-4 .container.learn-experts-0 > div {
    padding: 2rem;
    transform: none;
}.study-method-4 .container.learn-experts-0 > div:hover {
    transform: translateY(-3px);
}.study-method-4 h3 {
    font-size: calc(37px * 0.7);
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
}.study-method-4 h3::after {
    width: 60px;
    height: 2px;
}.study-method-4 .container.learn-experts-0 > div:hover h3::after {
    width: 90px;
}.study-method-4 p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.study-method-4 {
    padding: 3rem 0;
}.study-method-4 .container.learn-experts-0 > div {
    padding: 1.5rem;
}.study-method-4 h3 {
    font-size: calc(37px * 0.65);
    margin-bottom: 1rem;
}.study-method-4 p {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}}.contact-3 {
    position: relative;
    background: rgb(196,217,249);
    padding: 90px 0;
    overflow: hidden;
}.contact-3::before {
    filter: blur(70px);
    background: linear-gradient(45deg, rgb(160,183,214,0.5), rgb(125,149,180,0.5));
    top: -150px;
    width: 400px;
    content: "";
    right: -150px;
    z-index: 1;
    border-radius: 50%;
    position: absolute;
    height: 400px;
}.contact-3::after {
    left: -100px;
    background: linear-gradient(225deg, rgb(125,149,180,0.5), rgb(160,183,214,0.5));
    bottom: -100px;
    height: 300px;
    width: 300px;
    z-index: 1;
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    content: "";
}.contact-3 .container {
    position: relative;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 1200px;
    z-index: 2;
}.contact-3 h2 {
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
    font-size: 30px;
}.contact-3 h2::before {
    top: -25px;
    height: 50px;
    position: absolute;
    background: rgb(160,183,214,0.5);
    content: "";
    border-radius: 50%;
    width: 50px;
    left: calc(50% - 120px);
    z-index: -1;
}.contact-3 h2::after {
    z-index: -1;
    bottom: -15px;
    height: 30px;
    border-radius: 50%;
    content: "";
    background: rgb(125,149,180,0.5);
    width: 30px;
    right: calc(50% - 100px);
    position: absolute;
}.contact-3 .query-list-3 {
    display: flex;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
    position: relative;
    background: #ffffff;
}.contact-3 .query-list-3::before {
    pointer-events: none;
    z-index: 0;
    position: absolute;
    background: radial-gradient(
        circle at 0% 0%,
        transparent 98%,
        rgb(160,183,214,0.5) 99%
    ), radial-gradient(
        circle at 100% 100%,
        transparent 98%,
        rgb(125,149,180,0.5) 99%
    );
    inset: 0;
    content: "";
}.contact-3 .img-item-wrapper-4 {
    transition: transform 0.5s ease;
    flex: 0 0 45%;
    min-height: 500px;
    position: relative;
}.contact-3 .img-item-wrapper-4::before {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}.contact-3 .img-item-wrapper-4::after {
    top: 20px;
    bottom: 20px;
    left: 20px;
    position: absolute;
    content: "";
    right: 20px;
    z-index: 2;
    pointer-events: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
}.contact-3 .support-feedback-6 {
    justify-content: center;
    display: flex;
    padding: 60px;
    position: relative;
    flex-direction: column;
    flex: 0 0 55%;
}.contact-3 form {
    z-index: 3;
    position: relative;
}.contact-3 form h3 {
    font-weight: 600;
    margin-bottom: 30px;
    color: #000000;
    font-size: 24px;
}.contact-3 form input[type="text"] {
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 12px;
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    background: rgb(196,217,249);
    border: none;
    padding: 18px 25px;
}.contact-3 form input[type="text"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(rgb(160,183,214), 0.1);
    background: linear-gradient(rgb(196,217,249), rgb(196,217,249)) padding-box,
                linear-gradient(to right, rgb(160,183,214), rgb(125,149,180)) border-box;
    border: 1px solid transparent;
}.contact-3 form input[type="text"]::placeholder {
    color: rgba(#000000, 0.5);
}.contact-3 .reach-list-0 {
    position: relative;
    margin-bottom: 30px;
}.contact-3 .reach-list-0 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact-3 .reach-list-0 label {
    align-items: center;
    font-size: 14px;
    display: flex;
    position: relative;
    color: #000000;
    cursor: pointer;
    padding-left: 35px;
}.contact-3 .reach-list-0 label::before {
    background: rgb(196,217,249);
    height: 22px;
    top: 0;
    border-radius: 6px;
    transition: all 0.3s ease;
    left: 0;
    content: "";
    width: 22px;
    position: absolute;
}.contact-3 .reach-list-0 input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(160,183,214), rgb(125,149,180));
}.contact-3 .reach-list-0 input[type="checkbox"]:checked + label::after {
    top: 4px;
    content: "";
    border-width: 0 2px 2px 0;
    left: 8px;
    height: 12px;
    position: absolute;
    border: solid #ffffff;
    width: 6px;
    transform: rotate(45deg);
}.contact-3 .reach-list-0 label a {
    color: rgb(160,183,214);
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}.contact-3 .reach-list-0 label a:hover {
    color: rgb(125,149,180);
}.contact-3 .help-panel-5 {
    transition: all 0.5s ease;
    color: #ffffff;
    border: none;
    z-index: 1;
    background: linear-gradient(135deg, rgb(160,183,214), rgb(125,149,180));
    font-weight: 600;
    padding: 20px;
    font-size: 15px;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 12px;
}.contact-3 .help-panel-5::before {
    transform-origin: right;
    width: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(125,149,180), rgb(160,183,214));
    transform: scaleX(0);
    height: 100%;
    z-index: -1;
    transition: transform 0.5s ease;
    top: 0;
    content: "";
}.contact-3 .help-panel-5:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact-3 svg {
    transition: all 0.3s ease;
    height: 24px;
    stroke: rgb(160,183,214);
    fill: none;
    width: 24px;
    margin-right: 12px;
}.contact-3 svg path {
    fill: none;
    stroke: rgb(160,183,214);
    stroke-width: 2;
    transition: all 0.3s ease;
}.contact-3 svg:hover,
.contact-3 svg:hover path {
    stroke: rgb(125,149,180);
}

@media (max-width: 1024px) {.contact-3 {
    padding: 70px 0;
}.contact-3 .support-feedback-6 {
    padding: 45px;
}.contact-3 .img-item-wrapper-4 {
    min-height: 450px;
}
}

@media (max-width: 768px) {.contact-3 {
    padding: 60px 0;
}.contact-3 h2 {
    margin-bottom: 40px;
}.contact-3 .query-list-3 {
    flex-direction: column;
}.contact-3 .img-item-wrapper-4 {
    flex: 0 0 300px;
    min-height: 300px;
    width: 100%;
}.contact-3 .support-feedback-6 {
    padding: 40px 30px;
    flex: 0 0 auto;
}.contact-3 form h3 {
    margin-bottom: 25px;
}.contact-3 form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}
}

@media (max-width: 480px) {.contact-3 {
    padding: 50px 0;
}.contact-3 h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.contact-3 .img-item-wrapper-4 {
    min-height: 220px;
}.contact-3 .support-feedback-6 {
    padding: 30px 20px;
}.contact-3 form h3 {
    font-size: calc(24px * 0.9);
    margin-bottom: 20px;
}.contact-3 form input[type="text"] {
    margin-bottom: 16px;
    padding: 14px 16px;
    font-size: calc(17px * 0.95);
}.contact-3 .help-panel-5 {
    padding: 16px;
}.contact-3 .reach-list-0 label {
    font-size: calc(14px * 0.95);
}}.course-overview-7 {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgba(245, 245, 245, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.course-overview-7::before {
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    top: 0;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,183,214,0.5) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgb(125,149,180,0.5) 0%, transparent 25%);
    position: absolute;
    width: 100%;
}.course-overview-7::after {
    width: 200px;
    position: absolute;
    z-index: 1;
    border: 1px solid rgb(160,183,214,0.5);
    right: -50px;
    transform: rotate(15deg);
    top: -50px;
    height: 200px;
    opacity: 0.2;
    content: "";
}.course-overview-7 .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.course-overview-7 h2 {
    line-height: 1.4;
    font-size: 35px;
    color: #000000;
    position: relative;
    margin-bottom: 50px;
    transform: translateX(-5px);
    font-weight: 700;
}.course-overview-7 h2::after {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: scaleX(1);
    bottom: -15px;
    background: rgb(160,183,214);
    width: 80px;
    content: "";
    position: absolute;
    height: 3px;
    left: 0;
    transform-origin: left center;
}.course-overview-7 h2:hover::after {
    transform: scaleX(1.5);
}.course-overview-7 .career-classes-1 {
    gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.course-overview-7 .img-item-wrapper-4 {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    height: 350px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.course-overview-7 .img-item-wrapper-4::before {
    top: 0;
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.3));
    content: "";
    z-index: 1;
    bottom: 0;
    right: 0;
}.course-overview-7 .img-item-wrapper-4::after {
    transition: opacity 0.5s ease;
    mix-blend-mode: overlay;
    top: -10%;
    background: rgb(160,183,214);
    height: 120%;
    width: 120%;
    left: -10%;
    content: "";
    opacity: 0;
    position: absolute;
}.course-overview-7 .img-item-wrapper-4:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(0deg);
}.course-overview-7 .img-item-wrapper-4:hover::after {
    opacity: 0.1;
}.course-overview-7 .label-container-0 {
    transform: translateY(-5px);
    background: #ffffff;
    padding: 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    position: relative;
}.course-overview-7 .label-container-0::before {
    content: "";
    width: 3px;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    position: absolute;
    top: 0;
    background: rgb(160,183,214);
    height: 0;
}.course-overview-7 .label-container-0:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
    transform: translateY(0);
}.course-overview-7 .label-container-0:hover::before {
    height: 100%;
}.course-overview-7 .description {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #000000;
    position: relative;
    padding-left: 15px;
    font-size: 15px;
}.course-overview-7 .description:last-child {
    margin-bottom: 0;
}.course-overview-7 .description::before {
    border-radius: 50%;
    content: "";
    opacity: 0.7;
    background: rgb(160,183,214);
    height: 5px;
    width: 5px;
    left: 0;
    position: absolute;
    top: 0.7em;
}.course-overview-7 .container:hover .description::before {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.5);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0.7;
    }
}

@media (min-width: 768px) {.course-overview-7 {
    padding: 120px 0;
}.course-overview-7 h2 {
    max-width: 85%;
    font-size: calc(35px * 1.1);
}.course-overview-7 .career-classes-1 {
    grid-template-columns: 0.8fr 1.2fr;
    align-items: center;
    gap: 60px;
}.course-overview-7 .img-item-wrapper-4 {
    height: 450px;
}.course-overview-7 .label-container-0 {
    scrollbar-color: rgb(160,183,214,0.5) rgba(0,0,0,0.05);
    scrollbar-width: thin;
    padding: 40px 50px;
    max-height: 450px;
    overflow-y: auto;
}.course-overview-7 .label-container-0::-webkit-scrollbar {
    width: 6px;
}.course-overview-7 .label-container-0::-webkit-scrollbar-track {
    background: rgba(0,0,0,0.05);
}.course-overview-7 .label-container-0::-webkit-scrollbar-thumb {
    background-color: rgb(160,183,214,0.5);
}
}

@media (min-width: 992px) {.course-overview-7 {
    padding: 150px 0;
}.course-overview-7::before {
    background: 
            radial-gradient(circle at 10% 30%, rgb(160,183,214,0.5) 0%, transparent 30%),
            radial-gradient(circle at 90% 70%, rgb(125,149,180,0.5) 0%, transparent 35%);
}.course-overview-7 h2 {
    max-width: 70%;
    transform: translateX(0);
    margin-left: 30px;
}.course-overview-7 .career-classes-1 {
    gap: 80px;
}.course-overview-7 .img-item-wrapper-4 {
    height: 500px;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.8s ease;
    transform: perspective(1000px) rotateY(-5deg) translateX(-20px);
}.course-overview-7 .img-item-wrapper-4:hover {
    transform: perspective(1000px) rotateY(0deg) translateX(0);
}.course-overview-7 .label-container-0 {
    padding: 50px 60px;
    max-height: 500px;
    transform: translateY(0) translateX(20px);
}.course-overview-7 .label-container-0:hover {
    transform: translateY(0) translateX(0);
}.course-overview-7 .description {
    font-size: calc(15px * 1.05);
    padding-left: 25px;
}.course-overview-7 .description::before {
    width: 6px;
    height: 6px;
    left: 10px;
}
}

@media (min-width: 1200px) {.course-overview-7 h2 {
    margin-left: 50px;
}.course-overview-7 .career-classes-1 {
    gap: 100px;
}.course-overview-7 .img-item-wrapper-4 {
    transform: perspective(1200px) rotateY(-8deg) translateX(-30px);
}.course-overview-7 .label-container-0 {
    transform: translateY(0) translateX(30px);
}
}

@media (max-width: 767px) {.course-overview-7 {
    padding: 60px 0;
}.course-overview-7 h2 {
    font-size: calc(35px * 0.9);
    margin-bottom: 30px;
}.course-overview-7 h2::after {
    width: 60px;
    bottom: -10px;
}.course-overview-7 .description {
    font-size: calc(15px * 0.95);
}.course-overview-7 .img-item-wrapper-4 {
    margin-bottom: 20px;
    height: 250px;
}.course-overview-7 .label-container-0 {
    padding: 25px 20px;
}}.explore-now-5 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(125,149,180,0.5) 0%, rgb(196,217,249) 100%);
    padding: 130px 0;
}.explore-now-5::before {
    opacity: 0.03;
    height: 100%;
    content: '';
    position: absolute;
    z-index: 1;
    background-size: 20px 20px;
    background: 
        linear-gradient(45deg, rgb(196,217,249) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(196,217,249) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(196,217,249) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(196,217,249) 75%);
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    left: 0;
    width: 100%;
    top: 0;
}.explore-now-5 .learn-experts-0 {
    grid-template-columns: repeat(2, 1fr);
    z-index: 10;
    gap: 30px;
    display: grid;
    position: relative;
}.explore-now-5 .container p {
    font-size: 37px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    z-index: 5;
    font-weight: 700;
    position: relative;
    padding: 50px;
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg) translateZ(0);
    transition: transform 0.5s ease;
    color: #000000;
    background: #ffffff;
    margin: 0;
    line-height: 1.4;
    border-radius: 29px;
}.explore-now-5 .help-panel-5 {
    background: rgb(160,183,214);
    border-radius: 29px;
    display: flex;
    font-weight: 600;
    padding: 50px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(0, 0, 0, 0.01);
    justify-content: center;
    transform: perspective(1000px) rotateX(2deg) rotateY(2deg) translateZ(0);
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    z-index: 5;
    align-items: center;
    color: #ffffff;
    transition: all 0.5s ease;
    position: relative;
}.explore-now-5 .help-panel-5::before {
    height: 200%;
    width: 200%;
    background: radial-gradient(circle, rgb(125,149,180) 0%, transparent 60%);
    content: '';
    position: absolute;
    z-index: -1;
    left: -50%;
    opacity: 0;
    top: -50%;
    transition: opacity 0.5s ease;
}.explore-now-5 .container p:hover,
.explore-now-5 .help-panel-5:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(30px);
}.explore-now-5 .help-panel-5:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.explore-now-5 .help-panel-5:hover::before {
    opacity: 0.3;
    animation: pulse-bg 3s infinite;
}.explore-now-5::after {
    content: '';
    opacity: 0.3;
    background: linear-gradient(
        45deg,
        rgb(160,183,214,0.5),
        rgb(125,149,180,0.5)
    );
    height: 300px;
    filter: blur(80px);
    bottom: -50px;
    right: -50px;
    z-index: 1;
    width: 300px;
    position: absolute;
    border-radius: 50%;
}

@keyframes pulse-bg {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.explore-now-5 {
    padding: 90px 0;
}.explore-now-5 .container p {
    font-size: calc(18px * 1.2);
    padding: 40px;
}.explore-now-5 .help-panel-5 {
    padding: 40px;
}
}

@media (max-width: 767px) {.explore-now-5 {
    padding: 70px 0;
}.explore-now-5 .learn-experts-0 {
    grid-template-columns: 1fr;
}.explore-now-5 .container p {
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    font-size: 18px;
}.explore-now-5 .help-panel-5 {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(0);
    padding: 25px;
}.explore-now-5 .container p:hover,
    .explore-now-5 .help-panel-5:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg) translateZ(10px);
}
}

@media (max-width: 480px) {.explore-now-5 {
    padding: 50px 0;
}.explore-now-5 .container p {
    font-size: calc(16px * 1.2);
    padding: 25px 20px;
}.explore-now-5 .help-panel-5 {
    font-size: calc(20px * 0.9);
    padding: 20px;
}}.our-mission-8 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
}.our-mission-8::before {
    opacity: 0.15;
    position: absolute;
    background: 
        linear-gradient(0deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%),
        linear-gradient(90deg, transparent 0%, transparent 49%, rgba(0, 0, 0, 0.5) 49%, rgba(0, 0, 0, 0.5) 51%, transparent 51%, transparent 100%);
    width: 100%;
    z-index: 1;
    background-size: 40px 40px;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}.our-mission-8::after {
    position: absolute;
    top: -100px;
    animation: float 20s infinite alternate linear;
    opacity: 0.25;
    background: linear-gradient(135deg, rgb(160,183,214) 0%, transparent 80%);
    height: 400px;
    border-radius: 50%;
    z-index: 1;
    width: 400px;
    filter: blur(80px);
    content: "";
    right: -100px;
}@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-50px, 50px) rotate(180deg);
    }
    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}

.our-mission-8 .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
}.our-mission-8 h2 {
    position: relative;
    letter-spacing: 2px;
    text-align: center;
    font-size: 41px;
    font-weight: 700;
    margin-bottom: 60px;
    text-shadow: 0 0 20px rgb(160,183,214,0.5);
    color: #ffffff;
}.our-mission-8 h2::after {
    width: 100px;
    position: absolute;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(160,183,214), transparent);
    bottom: -20px;
}.our-mission-8 .master-program-3 {
    display: flex;
    flex-direction: column;
    gap: 40px;
}.our-mission-8 .growth-path-8 {
    backdrop-filter: blur(5px);
    overflow: hidden;
    border-radius: 19px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    padding: 50px;
}.our-mission-8 .growth-path-8:nth-child(1) {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    transform: translateX(-40px);
}.our-mission-8 .growth-path-8:nth-child(2) {
    transform: translateX(40px);
    background: linear-gradient(135deg, rgba(rgb(125,149,180), 0.2) 0%, rgba(rgb(125,149,180), 0.05) 100%);
}.our-mission-8 .growth-path-8::before {
    height: 100%;
    z-index: -1;
    background-size: 60px 60px;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%),
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%);
    position: absolute;
    left: 0;
    width: 100%;
    content: "";
    top: 0;
}.our-mission-8 .growth-path-8:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}.our-mission-8 .growth-path-8:nth-child(1):hover {
    transform: translateY(-10px) translateX(-40px);
}.our-mission-8 .growth-path-8:nth-child(2):hover {
    transform: translateY(-10px) translateX(40px);
}.our-mission-8 .growth-path-8 h3 {
    margin-bottom: 25px;
    font-size: 18px;
    color: #ffffff;
    padding-bottom: 15px;
    margin-left: 15px;
    position: relative;
    font-weight: 700;
}.our-mission-8 .growth-path-8 h3::before {
    left: -15px;
    background: rgb(160,183,214);
    width: 6px;
    height: 6px;
    position: absolute;
    box-shadow: 0 0 10px rgb(160,183,214);
    content: "";
    top: 8px;
    border-radius: 50%;
}.our-mission-8 .growth-path-8:nth-child(2) h3::before {
    box-shadow: 0 0 10px rgb(125,149,180);
    background: rgb(125,149,180);
}.our-mission-8 .growth-path-8 h3::after {
    position: absolute;
    content: "";
    width: 40px;
    transition: width 0.3s ease;
    height: 2px;
    left: 0;
    bottom: 0;
    background: rgb(160,183,214);
}.our-mission-8 .growth-path-8:nth-child(2) h3::after {
    background: rgb(125,149,180);
}.our-mission-8 .growth-path-8:hover h3::after {
    width: 80px;
}.our-mission-8 .growth-path-8 p {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.8;
}.our-mission-8 .container::before {
    left: -100px;
    opacity: 0.25;
    filter: blur(80px);
    height: 400px;
    bottom: -100px;
    background: linear-gradient(135deg, rgb(125,149,180) 0%, transparent 80%);
    position: absolute;
    z-index: 1;
    width: 400px;
    animation: float 20s infinite alternate-reverse linear;
    content: "";
    border-radius: 50%;
}

@media screen and (max-width: 991px) {.our-mission-8 {
    padding: 100px 0;
}.our-mission-8 h2 {
    margin-bottom: 50px;
}.our-mission-8 .growth-path-8 {
    padding: 40px;
}.our-mission-8 .growth-path-8:nth-child(1) {
    transform: translateX(-30px);
}.our-mission-8 .growth-path-8:nth-child(2) {
    transform: translateX(30px);
}.our-mission-8 .growth-path-8:nth-child(1):hover {
    transform: translateY(-10px) translateX(-30px);
}.our-mission-8 .growth-path-8:nth-child(2):hover {
    transform: translateY(-10px) translateX(30px);
}
}

@media screen and (max-width: 768px) {.our-mission-8 {
    padding: 80px 0;
}.our-mission-8 h2 {
    font-size: calc(34px + 0.2rem);
    margin-bottom: 40px;
}.our-mission-8 .growth-path-8 {
    padding: 30px;
}.our-mission-8 .growth-path-8:nth-child(1),
    .our-mission-8 .growth-path-8:nth-child(2) {
    transform: translateX(0);
}.our-mission-8 .growth-path-8:nth-child(1):hover,
    .our-mission-8 .growth-path-8:nth-child(2):hover {
    transform: translateY(-5px);
}
}

@media screen and (max-width: 576px) {.our-mission-8 {
    padding: 60px 0;
}.our-mission-8 h2 {
    font-size: 34px;
}.our-mission-8 .master-program-3 {
    gap: 30px;
}.our-mission-8 .growth-path-8 {
    padding: 25px;
}.our-mission-8 .growth-path-8 h3 {
    font-size: calc(18px + 0.1rem);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our-mission-8 .growth-path-8 p {
    font-size: calc(13px - 0.05rem);
}}.cookieNotificationBanner-4 {
    padding: 20px 0;
    z-index: 90;
    position: fixed;
    border-top: 3px solid rgb(125,149,180);
    bottom: 0;
    transition: transform 0.5s ease-in-out;
    animation: slideUp 0.5s forwards;
    font-family: Arial, sans-serif;
    background: rgb(125,149,180);
    transform: translateY(100%);
    width: 100%;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.track-alert-5 {
    justify-content: space-between;
    align-items: center;
    padding: 20px 5%;
    display: flex;
    gap: 20px;
}.cookieNotificationBanner-4 h5 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}.cookieNotificationBanner-4 p {
    line-height: 1.5;
    margin: 0;
    font-size: 15px;
    color: #ffffff;
}.data-opt-8 {
    margin-right: 15px;
    flex-shrink: 0;
    filter: drop-shadow(0 0 10px rgb(160,183,214));
    display: flex;
    align-items: center;
    justify-content: center;
}.data-opt-8 svg {
    transition: transform 0.3s ease-in-out;
    width: 80px;
    height: 80px;
    fill: rgb(160,183,214);
}.data-opt-8:hover svg {
    transform: scale(1.1);
}.cookie-window-0 {
    flex-shrink: 0;
    padding: 10px 20px;
    white-space: nowrap;
    cursor: pointer;
    margin-left: 10px;
    color: #000000;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    box-shadow: 0 0 15px rgb(160,183,214);
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
    line-height: 40px;
    border-radius: 16px;
    min-width: 140px;
    text-decoration: none;
    font-size: 14px;
}.cookie-window-0:hover {
    box-shadow: 0 0 20px rgb(125,149,180);
}.cookie_button.cookie-hide-7:hover {
    box-shadow: 0 0 15px rgb(125,149,180);
}.cookieNotificationBanner-4 p a {
    color: rgb(160,183,214);
    text-decoration: none;
    transition: color 0.3s ease;
}.cookieNotificationBanner-4 p a:hover {
    color: rgb(125,149,180);
}#cookieConsentDialog-8 {
    display: none;
}#cookieConsentDialog-8:checked ~ .cookieNotificationBanner-4 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookieNotificationBanner-4 {
    padding: 15px 0;
}.track-alert-5 {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.data-opt-8 {
    display: none;
}.track-alert-5 {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookieNotificationBanner-4 h5 {
    margin-bottom: 5px;
    font-size: 22px;
}.web-tracking-6 {
    margin-bottom: 15px;
}.cookie-window-0 {
    min-width: 100%;
    margin: 10px 0;
}}
.potential-enrollees-1 {
    overflow: hidden;
    z-index: 1;
    background-color: rgb(196,217,249);
    padding: 6rem 0;
    position: relative;
}.potential-enrollees-1::before {
    height: 100%;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(#ffffff, 0.3) 0%, transparent 40%),
        radial-gradient(circle at 70% 80%, rgba(#ffffff, 0.2) 0%, transparent 30%),
        radial-gradient(circle at 90% 10%, rgba(#ffffff, 0.2) 0%, transparent 50%);
    content: "";
    width: 100%;
    top: 0;
    z-index: -1;
}.potential-enrollees-1::after {
    z-index: -1;
    width: 100%;
    background: 
        radial-gradient(circle at 85% 15%, rgba(rgb(160,183,214,0.5), 0.1) 0%, transparent 40%),
        radial-gradient(circle at 15% 85%, rgba(rgb(125,149,180,0.5), 0.1) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    animation: cloudMove 25s infinite alternate ease-in-out;
    content: "";
}.potential-enrollees-1 .learn-experts-0 {
    margin: 0 auto;
    padding: 0 2rem;
    flex-direction: column;
    align-items: center;
    display: flex;
    position: relative;
    max-width: 1100px;
}.potential-enrollees-1 h3 {
    opacity: 0.9;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 4rem;
    font-weight: 600;
    position: relative;
    color: rgb(160,183,214);
    font-size: 40px;
}.potential-enrollees-1 h3::after {
    opacity: 0.6;
    transform: translateX(-50%);
    bottom: -15px;
    background: rgb(160,183,214);
    content: "";
    width: 50px;
    left: 50%;
    position: absolute;
    height: 2px;
}.potential-enrollees-1 ul {
    margin: 0;
    width: 100%;
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    list-style: none;
}.potential-enrollees-1 li {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(#ffffff, 0.08);
    display: flex;
    border-radius: 27px;
    padding: 2rem;
    overflow: hidden;
    flex-direction: column;
    text-align: center;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.04),
        0 6px 10px rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    position: relative;
    align-items: center;
    border: 1px solid rgba(#ffffff, 0.1);
}.potential-enrollees-1 li::before {
    background: linear-gradient(
        135deg,
        rgba(#ffffff, 0.05) 0%,
        transparent 100%
    );
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
}.potential-enrollees-1 li:hover {
    transform: translateY(-10px);
    border-color: rgba(rgb(160,183,214,0.5), 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.06),
        0 10px 15px rgba(0, 0, 0, 0.04);
}.potential-enrollees-1 li:hover::after {
    left: 0;
    height: 4px;
    position: absolute;
    width: 100%;
    content: "";
    bottom: 0;
    background: linear-gradient(
        90deg,
        rgb(160,183,214) 0%,
        rgb(125,149,180) 100%
    );
}.potential-enrollees-1 li svg {
    transition: all 0.5s ease;
    width: 50px;
    height: 50px;
    opacity: 0.9;
    fill: rgb(125,149,180);
    margin-bottom: 1.5rem;
}.potential-enrollees-1 li svg path {
    fill: rgb(125,149,180);
    transition: fill 0.5s ease;
}.potential-enrollees-1 li:hover svg {
    animation: float 3s infinite ease-in-out;
    transform: translateY(-3px);
}.potential-enrollees-1 li:hover svg path {
    fill: rgb(160,183,214);
}.potential-enrollees-1 li {
    line-height: 1.6;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
}

@keyframes float {
    0% {
        transform: translateY(-3px);
    }
    50% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(-3px);
    }
}

@keyframes cloudMove {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 10% 10%;
    }
}

@media (max-width: 1200px) {.potential-enrollees-1 ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 992px) {.potential-enrollees-1 {
    padding: 5rem 0;
}.potential-enrollees-1 h3 {
    margin-bottom: 3.5rem;
    font-size: calc(40px * 0.9);
}
}

@media (max-width: 768px) {.potential-enrollees-1 {
    padding: 4rem 0;
}.potential-enrollees-1 .learn-experts-0 {
    padding: 0 1.5rem;
}.potential-enrollees-1 h3 {
    font-size: calc(40px * 0.8);
    margin-bottom: 3rem;
}.potential-enrollees-1 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.potential-enrollees-1 li {
    padding: 1.5rem;
}.potential-enrollees-1 li svg {
    width: 45px;
    margin-bottom: 1.2rem;
    height: 45px;
}
}

@media (max-width: 480px) {.potential-enrollees-1 {
    padding: 3rem 0;
}.potential-enrollees-1 .learn-experts-0 {
    padding: 0 1rem;
}.potential-enrollees-1 h3 {
    font-size: calc(40px * 0.7);
    margin-bottom: 2.5rem;
}.potential-enrollees-1 li {
    padding: 1.25rem;
}.potential-enrollees-1 li svg {
    height: 40px;
    width: 40px;
    margin-bottom: 1rem;
}}header {
    position: relative;
    background: linear-gradient(to right, rgb(125,149,180,0.5), rgb(160,183,214));
    overflow: visible;
    z-index: 1000;
    padding: 1.5rem 0;
}header::before {
    z-index: -1;
    opacity: 0.1;
    background: 
        radial-gradient(circle at 10% 20%, #ffffff 0%, transparent 15%),
        radial-gradient(circle at 90% 80%, #ffffff 0%, transparent 15%);
    left: 0;
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}header .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
    position: relative;
}header .top-start-1 {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    display: flex;
    gap: 1.5rem;
}header .top-study-9 {
    z-index: 2;
    display: flex;
    position: relative;
    align-items: center;
    text-decoration: none;
    justify-content: center;
    padding: 1rem;
}header .top-study-9::after {
    content: '';
    bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: width 0.3s ease, opacity 0.3s ease;
    background: #ffffff;
    width: 50%;
    height: 2px;
    opacity: 0.6;
}header .top-study-9:hover::after {
    opacity: 1;
    width: 80%;
}header .top-study-9 svg {
    height: auto;
    width: 220px;
    filter: drop-shadow(0 4px 8px rgb(160,183,214,0.5));
    transition: all 0.3s ease;
}header .top-study-9:hover svg {
    transform: translateY(-5px);
}header .header-master-5 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    justify-content: center;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 0.6rem 1rem;
    width: 100%;
    gap: 0.8rem;
}header .header-master-5::before {
    left: 0;
    width: 100%;
    border-radius: 12px;
    content: '';
    position: absolute;
    top: 0;
    z-index: -1;
    height: 100%;
    box-shadow: 
        0 4px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
}header .top-base-6 {
    font-weight: 400;
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    padding: 0.7rem 1.2rem;
    text-decoration: none;
    letter-spacing: 0.5px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    overflow: hidden;
    font-size: 12px;
}header .top-base-6::before {
    z-index: -1;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
    transform: translateY(100%) scale(0.8);
    background: #ffffff;
    border-radius: 10px;
    width: 100%;
    transition: opacity 0.3s ease;
    content: '';
    left: 0;
}header .top-base-6:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    color: rgb(160,183,214);
}header .top-base-6:hover::before {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@media (max-width: 991px) {header {
    padding: 1.2rem 0;
}header .top-start-1 {
    gap: 1.2rem;
}header .top-study-9 svg {
    width: 180px;
}header .header-master-5 {
    gap: 0.6rem;
    padding: 0.5rem;
}header .top-base-6 {
    font-size: calc(12px - 1px);
    padding: 0.6rem 1rem;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0;
}header .top-start-1 {
    gap: 1rem;
}header .top-study-9 svg {
    width: 150px;
}header .header-master-5 {
    padding: 0.4rem;
    gap: 0.4rem;
}header .top-base-6 {
    padding: 0.5rem 0.8rem;
    font-size: calc(12px - 2px);
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0;
}header .top-start-1 {
    gap: 0.8rem;
}header .top-study-9 svg {
    width: 140px;
}header .header-master-5 {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 0.4rem 0.6rem;
    justify-content: flex-start;
}header .header-master-5::-webkit-scrollbar {
    height: 3px;
}header .header-master-5::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #ffffff;
}header .top-base-6 {
    font-size: calc(12px - 3px);
    padding: 0.4rem 0.7rem;
    white-space: nowrap;
}}.newsletter-subscription-9 {
    background: linear-gradient(135deg, rgb(160,183,214,0.5) 0%, rgb(125,149,180) 100%);
    padding: 4rem 2rem;
    overflow: hidden;
    position: relative;
}.newsletter-subscription-9::before {
    background: rgb(125,149,180,0.5);
    z-index: 1;
    content: "";
    position: absolute;
    left: -10%;
    height: 70%;
    transform: rotate(-15deg);
    width: 120%;
    top: -10%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0% 100%);
}.newsletter-subscription-9 .learn-experts-0 {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
}.newsletter-subscription-9 .connect-inquiry-4 {
    display: flex;
    transform: translateX(10%);
    flex-direction: column;
    max-width: 90%;
}.newsletter-subscription-9 h3 {
    transform: skewX(-5deg);
    font-family: Arial, sans-serif;
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    font-size: 28px;
    color: #ffffff;
    margin-bottom: 2rem;
    font-weight: 700;
}.newsletter-subscription-9 .input_holder {
    border-radius: 10px;
    flex-direction: row;
    align-items: stretch;
    display: flex;
    transform: perspective(800px) rotateY(-5deg);
    max-width: 90%;
    overflow: hidden;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
}.newsletter-subscription-9 input[type="email"] {
    padding: 1.2rem 1.5rem;
    flex-grow: 1;
    border: none;
    transition: all 0.3s ease;
    font-size: 13px;
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
}.newsletter-subscription-9 input[type="email"]:focus {
    box-shadow: inset 0 0 0 3px rgb(160,183,214,0.5);
    background: rgb(196,217,249);
    outline: none;
}.newsletter-subscription-9 .sub-desc-0 {
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    font-size: 20px;
    color: #ffffff;
    padding: 1rem 2.5rem;
    font-family: Arial, sans-serif;
    font-weight: 600;
    background: linear-gradient(to right, rgb(160,183,214), rgb(125,149,180));
    border: none;
}.newsletter-subscription-9 .sub-desc-0:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    transform: translateY(-5px);
}@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(160,183,214,0.5);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.newsletter-subscription-9 .sub-desc-0:active {
    animation: pulse 1s forwards;
    transform: translateY(2px);
}

@media (max-width: 768px) {.newsletter-subscription-9 {
    padding: 3rem 1rem;
}.newsletter-subscription-9 .connect-inquiry-4 {
    transform: translateX(0);
    max-width: 100%;
}.newsletter-subscription-9 h3 {
    font-size: calc(20px + 0.2rem);
    text-align: left;
}.newsletter-subscription-9 .input_holder {
    max-width: 100%;
    transform: perspective(0) rotateY(0);
    flex-direction: column;
}.newsletter-subscription-9 input[type="email"] {
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 1rem;
}.newsletter-subscription-9 .sub-desc-0 {
    width: 100%;
    padding: 1rem;
    border-radius: 0 0 10px 10px;
}}.tyMessage-5 {
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(160,183,214,0.5), rgb(125,149,180), rgb(160,183,214));
    overflow: hidden;
    isolation: isolate;
}.tyMessage-5::before {
    width: 100%;
    left: 0;
    animation: shimmer 15s infinite linear;
    position: absolute;
    background-size: 60px 60px, 40px 40px;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    z-index: -1;
    opacity: 0.6;
    content: "";
    height: 100%;
    top: 0;
}.tyMessage-5::after {
    filter: blur(40px);
    right: -5%;
    content: "";
    position: absolute;
    background: linear-gradient(160deg, rgb(125,149,180,0.5), transparent);
    height: 70%;
    transform: rotate(-15deg) skew(20deg);
    z-index: -1;
    top: -10%;
    width: 40%;
}.tyMessage-5 .container {
    z-index: 1;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
}.tyMessage-5 .learn-experts-0 {
    backdrop-filter: blur(10px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    transform-origin: center bottom;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.95);
}.tyMessage-5 .learn-experts-0::before {
    height: 6px;
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180), rgb(160,183,214));
    transform-origin: left center;
    width: 100%;
    opacity: 0.9;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    animation: shimmerBorder 3s infinite linear;
}.tyMessage-5 .learn-experts-0::after {
    width: 90%;
    border-radius: 50%;
    filter: blur(15px);
    background: rgba(0, 0, 0, 0.07);
    content: "";
    height: 20px;
    position: absolute;
    left: 5%;
    bottom: -20px;
    z-index: -1;
}.tyMessage-5 .learn-experts-0 > div:first-child {
    position: relative;
    margin-bottom: 2rem;
}.tyMessage-5 .learn-experts-0 > div:first-child::after {
    width: 60px;
    bottom: -0.75rem;
    left: 0;
    transform: scaleX(0);
    transform-origin: left center;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    content: "";
    height: 3px;
    background: rgb(125,149,180);
}.tyMessage-5 h5 {
    color: #000000;
    margin: 0;
    line-height: 1.4;
    font-weight: 700;
    transform: translateY(20px);
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 23px;
    opacity: 0;
}.tyMessage-5 p {
    color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    transform: translateY(20px);
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    line-height: 1.8;
    font-size: 18px;
    opacity: 0;
}.tyMessage-5 a {
    text-decoration: none;
    color: inherit;
    position: relative;
    transition: all 0.3s ease;
    display: block;
}.tyMessage-5 a::before {
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: -10px;
    height: 2px;
    width: 30%;
    right: 0;
    background: rgb(160,183,214,0.5);
    position: absolute;
    transform: scaleX(0);
    transform-origin: right center;
}.tyMessage-5 a:hover {
    transform: translateX(5px);
}.tyMessage-5 a:hover::before {
    transform: scaleX(1);
}

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

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

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

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

@media (hover: hover) {.tyMessage-5 .learn-experts-0:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}

@media screen and (max-width: 992px) {.tyMessage-5 {
    padding: 5rem 2rem;
}.tyMessage-5 .learn-experts-0 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.tyMessage-5 h5 {
    font-size: calc(23px * 0.9);
}
}

@media screen and (max-width: 768px) {.tyMessage-5 {
    padding: 4rem 1.5rem;
}.tyMessage-5 .learn-experts-0 {
    padding: 2rem;
    transform: none;
}.tyMessage-5 .learn-experts-0::before {
    height: 4px;
}.tyMessage-5 h5 {
    font-size: calc(23px * 0.85);
}.tyMessage-5 p {
    font-size: calc(18px * 0.95);
}
}

@media screen and (max-width: 576px) {.tyMessage-5 {
    padding: 3rem 1rem;
}.tyMessage-5 .learn-experts-0 {
    padding: 1.75rem;
}.tyMessage-5 .learn-experts-0::before {
    height: 3px;
}.tyMessage-5 h5 {
    font-size: calc(23px * 0.8);
}.tyMessage-5 p {
    font-size: calc(18px * 0.9);
    line-height: 1.7;
}.tyMessage-5 .learn-experts-0 > div:first-child {
    margin-bottom: 1.5rem;
}}.client-comments-6 {
    position: relative;
    background: linear-gradient(135deg, rgb(125,149,180,0.5), rgb(196,217,249));
    overflow: hidden;
    padding: 120px 0 80px;
}.client-comments-6::before {
    width: 100%;
    content: "";
    background-image: radial-gradient(circle at 20% 30%, rgb(160,183,214,0.5) 0%, transparent 70%);
    left: 0;
    z-index: 1;
    height: 100%;
    top: 0;
    position: absolute;
    opacity: 0.4;
}.client-comments-6::after {
    bottom: -50px;
    border: 2px solid rgb(160,183,214,0.5);
    content: "";
    transform: rotate(15deg);
    opacity: 0.2;
    height: 300px;
    z-index: 1;
    position: absolute;
    right: -50px;
    width: 300px;
}.client-comments-6 .container.learn-experts-0 {
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.client-comments-6 h2 {
    padding-left: 20px;
    transform: perspective(1000px) rotateX(0deg) rotateY(-1deg);
    position: relative;
    transform-origin: left center;
    font-weight: 700;
    color: #000000;
    text-align: left;
    font-size: 30px;
    margin-bottom: 60px;
}.client-comments-6 h2::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(160,183,214), rgb(125,149,180));
    height: 80%;
    width: 8px;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
}.client-comments-6 .testimonials-hub-9 {
    gap: 30px;
    margin: 0;
    list-style: none;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.client-comments-6 .review-list-5 {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.5s ease;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 20px 40px rgba(83, 83, 83, 0.04);
    background: linear-gradient(145deg, #ffffff, #f8f9fd);
    height: 100%;
    overflow: hidden;
    padding: 30px;
    border-left: 4px solid rgb(160,183,214);
    position: relative;
}.client-comments-6 .review-list-5:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.03),
                0 30px 60px rgba(83, 83, 83, 0.05);
    transform: translateY(-10px) scale(1.01);
}.client-comments-6 .review-list-5:hover::after {
    transform: translate(-50%, -50%) scale(1.5);
}.client-comments-6 .review-list-5::after {
    z-index: 0;
    height: 100%;
    content: "";
    position: absolute;
    opacity: 0.8;
    top: 0;
    background: radial-gradient(circle at 10% 10%, #ffffff 0%, transparent 70%);
    transition: transform 1.5s ease-out;
    left: 0;
    width: 100%;
}.client-comments-6 .review-list-5 > div {
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    display: flex;
}.client-comments-6 .review-list-5 img {
    width: 60px;
    object-fit: cover;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    height: 60px;
    border: 3px solid #ffffff;
    transition: transform 0.3s ease;
    border-radius: 50%;
}.client-comments-6 .review-list-5:hover img {
    transform: scale(1.1) rotate(5deg);
}.client-comments-6 .review-list-5 h4 {
    font-size: 18px;
    margin-left: 20px;
    position: relative;
    font-weight: 600;
    color: #000000;
}.client-comments-6 .review-list-5 h4::after {
    content: "";
    width: 0;
    background: linear-gradient(to right, rgb(160,183,214), transparent);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -8px;
    transition: width 0.4s ease-out;
}.client-comments-6 .review-list-5:hover h4::after {
    width: 100%;
}.client-comments-6 .description {
    position: relative;
    line-height: 1.7;
    margin: 0;
    font-family: Arial, sans-serif;
    font-weight: 400;
    z-index: 2;
    color: #000000;
    font-size: 16px;
}.client-comments-6 .description::before {
    left: -10px;
    z-index: -1;
    font-family: Georgia, serif;
    position: absolute;
    opacity: 0.2;
    font-size: 80px;
    line-height: 1;
    color: rgb(125,149,180,0.5);
    content: "";
    top: -20px;
}.client-comments-6 a {
    margin-top: 50px;
    z-index: 2;
    border-radius: 10px;
    padding: 15px 32px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(160,183,214), rgb(125,149,180));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
}.client-comments-6 a::before {
    content: "";
    position: absolute;
    left: -100%;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.7s ease;
    top: 0;
}.client-comments-6 a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.client-comments-6 a:hover::before {
    left: 100%;
}

@media (max-width: 1024px) {.client-comments-6 {
    padding: 80px 0 60px;
}.client-comments-6 h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 40px;
}.client-comments-6 .testimonials-hub-9 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}

@media (max-width: 768px) {.client-comments-6 {
    padding: 60px 0 40px;
}.client-comments-6::after {
    height: 200px;
    width: 200px;
}.client-comments-6 h2 {
    transform: none;
    margin-bottom: 30px;
    padding-left: 0;
    font-size: calc(30px * 0.8);
    text-align: center;
}.client-comments-6 h2::before {
    height: 5px;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    width: 60px;
}.client-comments-6 .testimonials-hub-9 {
    grid-template-columns: 1fr;
    gap: 20px;
}.client-comments-6 .review-list-5 {
    padding: 25px;
}.client-comments-6 a {
    padding: 12px 28px;
    margin-top: 30px;
}
}

@media (max-width: 480px) {.client-comments-6 {
    padding: 50px 0 30px;
}.client-comments-6 h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.client-comments-6 .review-list-5 {
    padding: 20px;
}.client-comments-6 .review-list-5 > div {
    margin-bottom: 15px;
}.client-comments-6 .review-list-5 img {
    width: 50px;
    height: 50px;
}.client-comments-6 .description {
    font-size: calc(16px * 0.95);
}.client-comments-6 a {
    padding: 12px 20px;
    width: 100%;
}}.privacy-hold-2 {
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    background: #ffffff;
    padding: 50px;
}.privacy-hold-2 h1 {
    padding-bottom: 10px;
    border-bottom: 3px solid rgb(160,183,214);
    text-align: center;
    margin-top: 0;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 38px;
    margin-bottom: 30px;
    color: #000000;
}.privacy-hold-2 h2 {
    color: rgb(125,149,180);
    font-weight: 600;
    border-bottom: 2px solid rgb(125,149,180);
    font-family: Arial, sans-serif;
    padding-bottom: 8px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 40px;
    font-size: 37px;
}.privacy-hold-2 h3, .privacy-hold-2 h4, .privacy-hold-2 h5, .privacy-hold-2 h6 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    font-family: Arial, sans-serif;
    font-size: 23px;
    text-transform: uppercase;
    padding-bottom: 5px;
    margin-bottom: 15px;
    color: #000000;
    margin-top: 30px;
    font-weight: 600;
}.privacy-hold-2 ul, .privacy-hold-2 ol {
    padding-left: 0;
    margin: 0;
    padding: 20px 0;
    list-style: none;
}.privacy-hold-2 li {
    font-family: Arial, sans-serif;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    margin-bottom: 15px;
    line-height: 1.8;
    padding: 10px 0;
    font-size: 17px;
}.privacy-hold-2 section {
    background: #ffffff;
}.privacy-hold-2 p, .privacy-hold-2 span, .privacy-hold-2 div {
    font-family: Arial, sans-serif;
    color: #000000;
    padding-bottom: 10px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-size: 17px;
}

@media only screen and (max-width: 800px) {.privacy-hold-2 {
    border: none;
    padding: 20px;
    box-shadow: none;
}.privacy-hold-2 h1, .privacy-hold-2 h2 {
    font-size: calc(23px - 10px);
    text-align: left;
    border-bottom-width: 1px;
}.privacy-hold-2 ul, .privacy-hold-2 ol {
    border-bottom-width: 0;
    border-top-width: 0;
    padding: 10px 0;
}.privacy-hold-2 li {
    padding: 5px 0;
    border-bottom-width: 0;
}.privacy-hold-2 p, .privacy-hold-2 span, .privacy-hold-2 div {
    border-bottom-width: 0;
    padding-bottom: 5px;
}}.locate-2 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgba(245, 247, 250, 0.95) 100%);
}.locate-2::before {
    content: "";
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(rgb(160,183,214,0.5), 0.03) 0px,
        rgba(rgb(160,183,214,0.5), 0.03) 2px,
        transparent 2px,
        transparent 10px
    );
    left: 0;
    top: 0;
}.locate-2::after {
    width: 30%;
    top: -10%;
    z-index: 1;
    position: absolute;
    right: -5%;
    height: 50%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    animation: float 15s infinite alternate ease-in-out;
    content: "";
    background: radial-gradient(
        circle at center,
        rgba(rgb(160,183,214,0.5), 0.15),
        rgba(rgb(125,149,180,0.5), 0.05) 60%,
        transparent 80%
    );
}.locate-2 h1 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    z-index: 2;
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 3rem;
    transform: translateY(0);
    font-size: 38px;
    text-align: center;
}.locate-2 h1::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
    position: absolute;
    border-radius: 10px;
    left: 50%;
    width: 4rem;
    bottom: -0.8rem;
    content: "";
    height: 0.25rem;
}.locate-2 .container {
    position: relative;
    margin: 0 auto;
    z-index: 3;
    max-width: 1200px;
}.locate-2 .ask-form-2 {
    background: rgba(#ffffff, 0.85);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(rgb(160,183,214,0.5), 0.1);
    gap: 2.5rem;
    border-radius: 23px;
    grid-template-columns: 1fr;
    display: grid;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.08), 
                0 1px 5px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease;
    transform: translateY(0);
    padding: 2.5rem;
}.locate-2 .ask-form-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 2px 10px rgba(rgba(0, 0, 0, 0.5), 0.05);
}.locate-2 .ask-form-2 > div {
    position: relative;
    border-radius: 10px;
    padding: 1rem;
    transition: all 0.3s ease;
}.locate-2 .ask-form-2 > div:first-child {
    font-size: calc(16px + 0.1rem);
    color: #000000;
    border-left: 3px solid rgb(160,183,214);
    letter-spacing: 0.01em;
    line-height: 1.6;
    padding: 1.5rem;
    background: linear-gradient(135deg, rgba(rgb(160,183,214,0.5), 0.1), rgba(rgb(160,183,214,0.5), 0.03));
}.locate-2 .ask-form-2 > div:nth-child(2) {
    gap: 0.75rem;
    flex-direction: column;
    display: flex;
}.locate-2 h6 {
    font-weight: 600;
    margin-bottom: 0.5rem;
    gap: 0.75rem;
    display: flex;
    font-size: 21px;
    align-items: center;
    color: #000000;
    text-transform: capitalize;
}.locate-2 span {
    font-size: 16px;
    display: block;
    color: #000000;
    margin-left: 1.8rem;
    transition: color 0.3s ease;
}.locate-2 .edu-help-6 {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}.locate-2 .edu-help-6 > div {
    transition: transform 0.3s ease;
    position: relative;
}.locate-2 .edu-help-6 > div:hover {
    transform: translateX(5px);
}.locate-2 .learn-faq-3 {
    align-items: center;
    transition: color 0.3s ease;
    gap: 0.75rem;
    position: relative;
    font-weight: 400;
    display: flex;
    text-decoration: none;
    font-size: 16px;
    color: #000000;
}.locate-2 .learn-faq-3::before {
    position: absolute;
    height: 1.5px;
    background: linear-gradient(90deg, rgb(160,183,214), rgb(125,149,180));
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    content: "";
    bottom: -4px;
}.locate-2 .learn-faq-3:hover {
    color: rgb(160,183,214);
}.locate-2 .learn-faq-3:hover::before {
    width: 100%;
}.locate-2 svg {
    width: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
    height: 20px;
}.locate-2 .learn-faq-3:hover svg {
    transform: scale(1.1);
}.locate-2 svg path {
    fill: rgb(160,183,214);
    transition: fill 0.3s ease;
}.locate-2 .learn-faq-3:hover svg path {
    fill: rgb(125,149,180);
}

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

@keyframes pulse {
    0% {
        opacity: 0.7;
        transform: scale(0.98);
    }
    50% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0.7;
        transform: scale(0.98);
    }
}

@media (min-width: 768px) {.locate-2 {
    padding: 8rem 3rem;
}.locate-2 .ask-form-2 {
    padding: 3rem;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 2rem;
}.locate-2 h1 {
    margin-bottom: 4rem;
    font-size: calc(38px * 1.1);
}.locate-2 h1::after {
    width: 6rem;
}.locate-2 .ask-form-2 > div:first-child {
    font-size: calc(16px + 0.2rem);
}
}

@media (max-width: 767px) {.locate-2 {
    padding: 4rem 1.5rem;
}.locate-2::after {
    height: 30%;
    width: 50%;
}.locate-2 h1 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.9);
}.locate-2 .ask-form-2 {
    padding: 2rem 1.5rem;
}.locate-2 .edu-help-6 {
    gap: 1rem;
}.locate-2 svg {
    width: 18px;
    height: 18px;
}
}

@media (max-width: 480px) {.locate-2 {
    padding: 3rem 1rem;
}.locate-2 h1 {
    font-size: calc(38px * 0.8);
}.locate-2 .ask-form-2 {
    padding: 1.5rem;
}.locate-2 .ask-form-2 > div {
    padding: 0.75rem;
}.locate-2 .ask-form-2 > div:first-child {
    font-size: 16px;
    padding: 1.25rem;
}}.challenge-cta-9 {
    position: relative;
    padding: 80px 0 40px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    z-index: 1;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.challenge-cta-9 .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.challenge-cta-9 .company_holder {
    flex: 0 0 30%;
    position: relative;
    padding-right: 30px;
}.challenge-cta-9 .company_holder::after {
    background: linear-gradient(to bottom, transparent, rgb(160,183,214), transparent);
    height: 80%;
    width: 1px;
    top: 10%;
    content: '';
    position: absolute;
    right: 0;
}.challenge-cta-9 .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 0 10px rgb(160,183,214,0.5);
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    font-size: calc(29px * 0.9);
}.challenge-cta-9 .company_holder h3::after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: '';
    background: rgb(160,183,214);
    transition: width 0.3s ease-in-out;
    height: 2px;
    width: 40%;
}.challenge-cta-9 .company_holder h3:hover::after {
    width: 100%;
}.challenge-cta-9 .fellow-prog-1 {
    border-radius: 10px;
    backdrop-filter: blur(5px);
    line-height: 1.6;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    margin-top: 15px;
    padding: 15px;
    transform: translateZ(0);
    font-size: 15px;
}.challenge-cta-9 .fellow-prog-1:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
    background: rgba(255, 255, 255, 0.12);
}.challenge-cta-9 .res-connect-8 {
    flex: 0 0 65%;
    position: relative;
    justify-content: space-between;
    display: flex;
}.challenge-cta-9 .main-know-2 {
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
    gap: 20px;
}.challenge-cta-9 .header-master-5 {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 45%;
    backdrop-filter: blur(10px);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
}.challenge-cta-9 .header-master-5::before {
    inset: 0;
    position: absolute;
    transform: translateX(-100%);
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    content: '';
    transition: transform 0.6s ease;
}.challenge-cta-9 .header-master-5:hover::before {
    transform: translateX(100%);
}.challenge-cta-9 .header-master-5 h5 {
    margin-bottom: 20px;
    font-size: 19px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}.challenge-cta-9 .header-master-5 h5::after {
    position: absolute;
    content: '';
    background: rgb(160,183,214);
    width: 40px;
    bottom: 0;
    left: 0;
    transition: width 0.3s ease, box-shadow 0.3s ease;
    height: 2px;
}.challenge-cta-9 .header-master-5:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(160,183,214), 0 0 16px rgb(160,183,214,0.5);
}.challenge-cta-9 .header-master-5 .main-know-2 {
    flex-direction: column;
    gap: 12px;
    display: flex;
}.challenge-cta-9 .header-master-5 .main-know-2 a {
    padding-left: 0;
    position: relative;
    font-size: calc(15px * 0.95);
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    opacity: 0.85;
    transition: all 0.3s ease;
}.challenge-cta-9 .header-master-5 .main-know-2 a::before {
    transform-origin: left;
    content: '';
    width: 0;
    bottom: -2px;
    left: 0;
    transition: width 0.3s ease, transform 0.3s ease;
    background: linear-gradient(90deg, rgb(160,183,214), transparent);
    position: absolute;
    height: 1px;
}.challenge-cta-9 .header-master-5 .main-know-2 a:hover {
    color: #ffffff;
    padding-left: 5px;
    opacity: 1;
}.challenge-cta-9 .header-master-5 .main-know-2 a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(160,183,214,0.5);
}.access-help-3 {
    padding: 15px 0;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    position: relative;
}.access-help-3::before {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(160,183,214,0.5), transparent);
    right: 0;
    top: 0;
    content: '';
    left: 0;
    height: 1px;
}.access-help-3 .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.access-help-3 .class-guide-2 {
    text-align: center;
    transition: opacity 0.3s ease;
    opacity: 0.8;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #ffffff;
}.access-help-3 .class-guide-2:hover {
    opacity: 1;
}

@media (max-width: 991px) {.challenge-cta-9 {
    padding: 60px 0 30px;
}.challenge-cta-9 .container {
    flex-direction: column;
}.challenge-cta-9 .company_holder {
    padding-right: 0;
    flex: 0 0 100%;
    margin-bottom: 40px;
}.challenge-cta-9 .company_holder::after {
    display: none;
}.challenge-cta-9 .res-connect-8 {
    flex: 0 0 100%;
}.challenge-cta-9 .header-master-5 {
    margin-bottom: 20px;
    flex: 0 0 calc(50% - 20px);
}
}

@media (max-width: 768px) {.challenge-cta-9 {
    padding: 40px 0 20px;
}.challenge-cta-9 .main-know-2 {
    flex-direction: column;
}.challenge-cta-9 .header-master-5 {
    flex: 0 0 100%;
    margin-bottom: 20px;
}.challenge-cta-9 .company_holder h3 {
    font-size: calc(29px * 0.8);
}.challenge-cta-9 .header-master-5 h5 {
    font-size: calc(19px * 0.9);
}.access-help-3 .class-guide-2 {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.challenge-cta-9 {
    padding: 30px 0 15px;
}.challenge-cta-9 .company_holder {
    margin-bottom: 30px;
}.challenge-cta-9 .company_holder h3 {
    font-size: calc(29px * 0.7);
}.challenge-cta-9 .header-master-5 h5 {
    font-size: calc(19px * 0.8);
}.access-help-3 {
    padding: 10px 0;
}.access-help-3 .class-guide-2 {
    font-size: calc(13px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    position: absolute;
    z-index: 0;
    opacity: 0.3;
    bottom: 0;
    background-size: 50px 50px;
    top: 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);
    left: 0;
    right: 0;
    content: '';
}.challenge-cta-9 .company_holder h3 {
    position: relative;
    overflow: hidden;
}.challenge-cta-9 .company_holder h3::before {
    pointer-events: none;
    top: 0;
    left: -100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
    content: '';
    width: 100%;
    height: 100%;
}.challenge-cta-9 .company_holder h3:hover::before {
    left: 100%;
}.mentorship-experience-1 {
    background: linear-gradient(to bottom, #000000 0%, rgb(196,217,249) 100%);
    position: relative;
    overflow: hidden;
    padding: 8rem 0;
}.mentorship-experience-1::before {
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(160,183,214,0.5) 0%, transparent 25%),
        radial-gradient(circle at 80% 70%, rgb(125,149,180,0.5) 0%, transparent 25%);
    content: "";
    left: 0;
    filter: blur(60px);
    position: absolute;
    top: 0;
    animation: ambientLight 20s ease-in-out infinite alternate;
    width: 100%;
}@keyframes ambientLight {
    0% { opacity: 0.3; transform: scale(1); }
    50% { opacity: 0.5; transform: scale(1.1); }
    100% { opacity: 0.3; transform: scale(1); }
}

.mentorship-experience-1 .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    perspective: 1000px;
    max-width: 1200px;
}.mentorship-experience-1 .review-list-5 {
    backdrop-filter: blur(15px);
    flex-wrap: wrap;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgb(125,149,180,0.5),
        inset 0 0 30px rgb(160,183,214,0.5);
    display: flex;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transform-style: preserve-3d;
    position: relative;
    transform: rotateX(5deg) rotateY(-5deg);
    padding: 3rem;
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 22px;
}.mentorship-experience-1 .review-list-5:hover {
    transform: rotateX(0) rotateY(0);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.3),
        0 0 0 2px rgb(125,149,180,0.5),
        inset 0 0 50px rgb(160,183,214,0.5);
}.mentorship-experience-1 .img-item-wrapper-4 {
    left: 50%;
    transform: translateX(-50%) translateZ(30px);
    position: absolute;
    top: -90px;
    width: 180px;
    border: 3px solid #ffffff;
    height: 180px;
    border-radius: 50%;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgb(160,183,214,0.5);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}.mentorship-experience-1 .review-list-5:hover .img-item-wrapper-4 {
    transform: translateX(-50%) translateZ(50px);
}.mentorship-experience-1 .name {
    margin-top: 100px;
    text-shadow: 0 0 10px rgb(160,183,214,0.5);
    width: 100%;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    transform: translateZ(20px);
    font-weight: 700;
    color: #ffffff;
}.mentorship-experience-1 .review-list-5 span:not(.name) {
    transform: translateZ(15px);
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    color: rgb(125,149,180);
    width: 100%;
    margin-top: 0.5rem;
}.mentorship-experience-1 .career-table-9 {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.7;
    padding: 2rem;
    transform: translateZ(10px);
    border-radius: 10px;
    position: relative;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    border-left: 3px solid rgb(160,183,214);
    margin-top: 2rem;
    transition: transform 0.3s ease;
    width: 100%;
}.mentorship-experience-1 .career-table-9::before {
    left: 0;
    height: 100%;
    mix-blend-mode: overlay;
    content: "";
    top: 0;
    position: absolute;
    border-radius: 10px;
    width: 100%;
    background: linear-gradient(45deg, rgb(160,183,214,0.5) 0%, transparent 70%);
    opacity: 0.1;
}.mentorship-experience-1 .review-list-5:hover .career-table-9 {
    transform: translateZ(25px);
}

@media (max-width: 991px) {.mentorship-experience-1 {
    padding: 7rem 0 5rem;
}.mentorship-experience-1 .review-list-5 {
    padding: 2.5rem 2rem;
}.mentorship-experience-1 .img-item-wrapper-4 {
    width: 150px;
    height: 150px;
    top: -75px;
}.mentorship-experience-1 .name {
    margin-top: 80px;
}.mentorship-experience-1 .career-table-9 {
    padding: 1.5rem;
}
}

@media (max-width: 767px) {.mentorship-experience-1 {
    padding: 6rem 0 3rem;
}.mentorship-experience-1 .container {
    padding: 0 1rem;
}.mentorship-experience-1 .review-list-5 {
    padding: 2rem 1.5rem;
    transform: none;
}.mentorship-experience-1 .img-item-wrapper-4 {
    height: 120px;
    top: -60px;
    width: 120px;
}.mentorship-experience-1 .name {
    margin-top: 70px;
    font-size: calc(30px - 2px);
}.mentorship-experience-1 .review-list-5 span:not(.name) {
    font-size: calc(22px - 1px);
}.mentorship-experience-1 .career-table-9 {
    margin-top: 1.5rem;
    padding: 1.2rem;
    font-size: calc(13px - 1px);
}.mentorship-experience-1 .review-list-5:hover {
    transform: none;
}}.welcome-2 {
    display: flex;
    overflow: hidden;
    justify-content: center;
    min-height: 100vh;
    position: relative;
    background: rgb(196,217,249);
    align-items: center;
    perspective: 1000px;
}.welcome-2::before {
    background: linear-gradient(135deg, 
    rgba(rgb(160,183,214), 0.02) 0%, 
    rgba(rgb(160,183,214), 0.05) 40%, 
    rgba(rgb(160,183,214), 0.08) 60%, 
    rgba(rgb(160,183,214), 0.12) 100%);
    position: absolute;
    content: "";
    bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}.welcome-2::after {
    position: absolute;
    height: 150%;
    animation: subtleRotate 40s infinite linear;
    width: 150%;
    z-index: 1;
    content: "";
    background: radial-gradient(circle at center, 
    transparent 0%, 
    transparent 50%, 
    rgba(rgb(160,183,214), 0.02) 70%, 
    rgba(rgb(160,183,214), 0.04) 100%);
    left: -25%;
    top: -25%;
}.welcome-2 .learning-primary-4 {
    max-width: 1400px;
    grid-template-columns: 1fr 1.5fr;
    width: 90%;
    gap: 3rem;
    z-index: 2;
    transform: translateZ(0);
    position: relative;
    display: grid;
}.welcome-2 .learning-primary-4 > div:first-child {
    position: relative;
    align-items: center;
    transform: translateY(-2rem) translateX(1rem);
    display: flex;
}.welcome-2 .learning-primary-4 > div:first-child::before {
    width: 15vmin;
    height: 15vmin;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%, 0 100%);
    background: linear-gradient(45deg, rgb(160,183,214) 0%, rgb(125,149,180) 100%);
    transform: rotate(15deg);
    position: absolute;
    content: "";
    opacity: 0.1;
    left: -3rem;
    top: -4rem;
}.welcome-2 .learning-primary-4 h3 {
    line-height: 1.4;
    padding-left: 2rem;
    font-size: clamp(1.25rem, 2vw + 0.5rem, 2rem);
    font-weight: 600;
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateY(-5deg);
    position: relative;
    color: #000000;
}.welcome-2 .learning-primary-4 h3::before {
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    width: 4px;
    transform: scaleY(0);
    top: 0.5rem;
    background: rgb(160,183,214);
    left: 0;
    transform-origin: top;
    content: "";
    position: absolute;
    height: calc(100% - 1rem);
}.welcome-2 .learning-primary-4 > div:nth-child(2) {
    align-items: center;
    display: flex;
    position: relative;
    justify-content: flex-start;
}.welcome-2 .learn-pro-9 {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
    0 20px 40px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -5px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(5deg) translateZ(20px);
    width: 100%;
    background: linear-gradient(145deg, 
    rgba(#ffffff, 1) 0%, 
    rgba(#ffffff, 0.95) 100%);
    padding: 3rem 2rem;
    position: relative;
}.welcome-2 .learn-pro-9::before {
    position: absolute;
    content: "";
    right: -10px;
    top: -10px;
    opacity: 0.1;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 70% 100%, 0 60%);
    z-index: -1;
    background: linear-gradient(135deg, rgb(160,183,214) 0%, rgb(125,149,180) 100%);
    height: 30%;
    width: 40%;
}.welcome-2 .learn-pro-9 h1 {
    font-size: clamp(2rem, 4vw + 1rem, 4rem);
    color: #000000;
    font-weight: 700;
    opacity: 0;
    transform: translateX(-10px);
    position: relative;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.welcome-2 .learn-pro-9 h1::after {
    width: 80px;
    left: 0;
    height: 3px;
    position: absolute;
    background: rgb(160,183,214);
    transform: scaleX(0);
    transform-origin: left;
    content: "";
    bottom: -0.5rem;
    animation: scaleIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
}.welcome-2 .learn-pro-9 > div {
    overflow: hidden;
    margin-top: 2rem;
    opacity: 0;
    position: relative;
    transform: translateY(10px);
    animation: slideUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    padding: 2rem;
}.welcome-2 .learn-pro-9 > div::before {
    background: rgb(160,183,214);
    opacity: 0.2;
    z-index: -1;
    position: absolute;
    bottom: 0;
    content: "";
    top: 0;
    left: 0;
    right: 0;
}.welcome-2 .learn-pro-9 p {
    font-weight: 400;
    color: #ffffff;
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    line-height: 1.6;
    text-shadow: 0 1px 2px rgba(rgba(0, 0, 0, 0.5), 0.3);
    position: relative;
}

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

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

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

@keyframes subtleRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (hover: hover) {.welcome-2 .learning-primary-4 h3:hover {
    transform: perspective(1000px) rotateY(0deg);
}.welcome-2 .learn-pro-9:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(40px);
}
}

@media (max-width: 1200px) {.welcome-2 .learning-primary-4 {
    gap: 2rem;
}.welcome-2 .learning-primary-4 h3::before {
    width: 3px;
}
}

@media (max-width: 992px) {.welcome-2 .learning-primary-4 {
    grid-template-columns: 1fr;
    gap: 3rem;
}.welcome-2 .learning-primary-4 > div:first-child {
    transform: translateY(0) translateX(0);
}.welcome-2 .learn-pro-9 {
    padding: 2rem 1.5rem;
    transform: perspective(1000px) rotateY(0deg);
}.welcome-2 .learn-pro-9 > div {
    padding: 1.5rem;
}
}

@media (max-width: 768px) {.welcome-2 {
    padding: 4rem 0;
}.welcome-2 .learning-primary-4 {
    width: 85%;
}.welcome-2 .learning-primary-4 h3 {
    font-size: clamp(1rem, 1.5vw + 0.5rem, 1.5rem);
    padding-left: 1.5rem;
}.welcome-2 .learn-pro-9 h1 {
    font-size: clamp(1.75rem, 3vw + 0.5rem, 3rem);
}.welcome-2 .learn-pro-9 h1::after {
    width: 60px;
}
}

@media (max-width: 576px) {.welcome-2 {
    padding: 3rem 0;
}.welcome-2 .learning-primary-4 {
    width: 90%;
}.welcome-2 .learning-primary-4 h3 {
    padding-left: 1rem;
}.welcome-2 .learning-primary-4 h3::before {
    width: 2px;
}.welcome-2 .learn-pro-9 {
    padding: 1.5rem 1rem;
}.welcome-2 .learn-pro-9 > div {
    padding: 1.25rem;
    margin-top: 1.5rem;
}.welcome-2 .learn-pro-9 h1::after {
    height: 2px;
    width: 50px;
}
}

h1, h2, h3, h4, h5, h6 {word-break: break-word;}

/* Logo image (replaces header SVG) */
header .top-study-9 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgb(160,183,214,0.5));
    transition: all 0.3s ease;
}
header .top-study-9:hover img {
    transform: translateY(-5px);
}

/* Mobile navigation */
.mobile-nav-toggle {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}
.mobile-menu-btn {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    padding: 8px;
    cursor: pointer;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.25);
    z-index: 1001;
}
.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
}
body.mobile-nav-open {
    overflow: hidden;
}

/* Footer contact block */
.footer-contact-info {
    margin-top: 15px;
}
.footer-contact-info p {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 8px;
    opacity: 0.92;
}
.footer-contact-info a {
    color: rgb(196, 217, 249);
    text-decoration: underline;
    transition: color 0.3s ease;
}
.footer-contact-info a:hover {
    color: #ffffff;
}

/* Form validation & mobile fixes */
.form-phone-error {
    display: block;
    color: #c0392b;
    font-size: 13px;
    line-height: 1.4;
    margin: -15px 0 15px;
}
.contact-3 form input[type="tel"] {
    transition: all 0.3s ease;
    color: #000000;
    border-radius: 12px;
    width: 100%;
    font-size: 17px;
    margin-bottom: 25px;
    background: rgb(196,217,249);
    border: none;
    padding: 18px 25px;
    box-sizing: border-box;
}
.contact-3 form input[type="tel"]:focus {
    outline: none;
    box-shadow: 0 5px 15px rgba(160, 183, 214, 0.1);
    background: linear-gradient(rgb(196,217,249), rgb(196,217,249)) padding-box,
                linear-gradient(to right, rgb(160,183,214), rgb(125,149,180)) border-box;
    border: 1px solid transparent;
}
.locate-2 p {
    font-size: 16px;
    color: #000000;
    margin-left: 0;
    margin-bottom: 0.5rem;
}
.locate-2 p a {
    color: rgb(160,183,214);
    font-weight: 600;
    text-decoration: none;
}
.locate-2 p a:hover {
    color: rgb(125,149,180);
    text-decoration: underline;
}

@media (max-width: 767px) {
    header .top-start-1 {
        position: relative;
        align-items: stretch;
        gap: 0.75rem;
        padding-top: 0.25rem;
    }
    .mobile-menu-btn {
        display: flex;
        position: absolute;
        top: 0.25rem;
        right: 0;
    }
    header .top-study-9 {
        order: -1;
        padding: 0.25rem 3rem 0.25rem 0.25rem;
    }
    header .header-master-5 {
        display: none;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow: visible;
        max-width: none;
        width: 100%;
        padding: 0.75rem;
        gap: 0.35rem;
        background: rgba(255, 255, 255, 0.12);
        border-radius: 12px;
    }
    .mobile-nav-toggle:checked ~ .header-master-5 {
        display: flex;
    }
    .mobile-nav-toggle:checked + .mobile-menu-btn span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }
    .mobile-nav-toggle:checked + .mobile-menu-btn span:nth-child(2) {
        opacity: 0;
    }
    .mobile-nav-toggle:checked + .mobile-menu-btn span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }
    header .top-base-6 {
        width: 100%;
        text-align: center;
        white-space: normal;
    }
    .challenge-cta-9 .footer-contact-info p {
        font-size: calc(14px * 0.95);
    }
    .contact-3 form input[type="text"],
    .contact-3 form input[type="tel"] {
        font-size: 16px;
        padding: 14px 16px;
        margin-bottom: 18px;
    }
    .contact-3 .reach-list-0 label {
        align-items: flex-start;
        line-height: 1.5;
    }
    .newsletter-subscription-9 .input_holder {
        width: 100%;
    }
    .newsletter-subscription-9 input[type="email"],
    .newsletter-subscription-9 .sub-desc-0 {
        width: 100%;
        min-width: 0;
    }
}

@media (max-width: 480px) {
    .mobile-menu-btn {
        width: 40px;
        height: 40px;
    }
}

/* About page (about-58) */
.about-58 {
    background: #ffffff;
    color: #000000;
}
.about-58-hero {
    padding: 5rem 0 3.5rem;
    background: linear-gradient(135deg, rgb(196,217,249) 0%, rgba(245, 247, 252, 1) 100%);
    text-align: center;
}
.about-58-label {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    color: rgb(125,149,180);
    margin-bottom: 1rem;
}
.about-58-hero h1 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 1.25rem;
}
.about-58-lead {
    max-width: 720px;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.75;
}
.about-58-story,
.about-58-team {
    padding: 4.5rem 0;
}
.about-58-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}
.about-58-split-reverse .about-58-copy {
    order: -1;
}
.about-58-photo {
    margin: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}
.about-58-photo img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.about-58-copy h2 {
    font-size: 28px;
    margin-bottom: 1.25rem;
    color: #000000;
}
.about-58-copy p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 1rem;
}
.about-58-list {
    margin: 1.25rem 0 0;
    padding-left: 1.25rem;
}
.about-58-list li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}
.about-58-quote {
    padding: 3.5rem 0;
    background: linear-gradient(135deg, rgb(125,149,180) 0%, rgb(160,183,214) 100%);
}
.about-58-quote blockquote {
    margin: 0;
    max-width: 820px;
    margin-inline: auto;
    text-align: center;
}
.about-58-quote p {
    font-size: clamp(1.1rem, 2vw, 1.45rem);
    line-height: 1.7;
    color: #ffffff;
    font-weight: 600;
}
.about-58-values {
    padding: 4.5rem 0;
    background: rgb(196,217,249);
}
.about-58-values h2 {
    text-align: center;
    font-size: 30px;
    margin-bottom: 2.5rem;
}
.about-58-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}
.about-58-cards article {
    background: #ffffff;
    border-radius: 16px;
    padding: 1.75rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.about-58-cards h3 {
    font-size: 18px;
    margin-bottom: 0.75rem;
    color: rgb(125,149,180);
}
.about-58-cards p {
    font-size: 15px;
    line-height: 1.7;
}
.about-58-cta {
    padding: 3.5rem 0 5rem;
    text-align: center;
}
.about-58-cta p {
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.about-58-btn {
    display: inline-block;
    padding: 1rem 2.25rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(160,183,214), rgb(125,149,180));
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.about-58-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .about-58-split,
    .about-58-cards {
        grid-template-columns: 1fr;
    }
    .about-58-split-reverse .about-58-copy {
        order: 0;
    }
    .about-58-story,
    .about-58-team,
    .about-58-values {
        padding: 3.5rem 0;
    }
}

@media (max-width: 767px) {
    .about-58-hero {
        padding: 3.5rem 0 2.5rem;
    }
    .about-58-lead {
        font-size: 16px;
    }
    .about-58-copy h2 {
        font-size: 24px;
    }
}
