﻿* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}svg {
    width: 30px;
    height: 30px;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}::-webkit-scrollbar {
    width: 14px;
}::-webkit-scrollbar-button {
    border-radius: 1px;
    background: rgb(191,175,192,0.5);
}::-webkit-scrollbar-track {
    background: rgb(168,121,168,0.5);
    border-radius: 16.9rem;
}::-webkit-scrollbar-thumb {
    transition: background, border-radius, transform 1s ease-in;
    box-shadow: -1px 1px 13px 1px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}::-webkit-scrollbar-thumb:active {
    background: rgb(191,175,192);
    box-shadow: inset 2px -4px 14px -2px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    border: 1px dotted rgb(168,121,168);
    background: rgb(191,175,192,0.5);
}html {
    scrollbar-color: rgb(236,234,236) rgb(191,175,192);
    scrollbar-width: none;
}html,body {
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
    min-height: 100%;
}.math-tools-aDFgoe {
    flex: 0 0 auto;
}.head-primary-IgiTFN {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1232px;
}.content-wrapper-B1bFyC {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.potential-students-DpaKX4 {
    overflow: hidden;
    background-color: rgb(236,234,236);
    padding: 100px 20px;
    z-index: 1;
    position: relative;
}.potential-students-DpaKX4::before {
    background: radial-gradient(
    circle at 30% 30%,
    rgb(168,121,168,0.5) 0%,
    transparent 50%
  ), radial-gradient(
    circle at 70% 70%,
    rgb(191,175,192,0.5) 0%,
    transparent 45%
  );
    height: 200%;
    content: "";
    z-index: -1;
    animation: slowRotate 35s linear infinite;
    top: -50%;
    left: -50%;
    opacity: 0.6;
    width: 200%;
    position: absolute;
}.potential-students-DpaKX4 .learn-study-vVltXx {
    border-radius: 26px;
    box-shadow: 
    0 10px 40px rgba(0, 0, 0, 0.1),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    position: relative;
    max-width: 900px;
    background: rgba(255, 255, 255, 0.1);
    padding: 50px;
    margin: 0 auto;
    backdrop-filter: blur(12px);
    z-index: 2;
}.potential-students-DpaKX4 h3 {
    position: relative;
    font-size: 29px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin-bottom: 50px;
    letter-spacing: 1px;
}.potential-students-DpaKX4 h3::after {
    position: absolute;
    width: 60px;
    border-radius: 10px;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, 
    rgb(191,175,192,0.5), 
    rgb(168,121,168), 
    rgb(191,175,192,0.5)
  );
    height: 3px;
    left: 50%;
}.potential-students-DpaKX4 ul {
    padding: 0;
    flex-direction: column;
    list-style: none;
    margin: 0;
    gap: 25px;
    display: flex;
}.potential-students-DpaKX4 ul li {
    flex-direction: column;
    border-radius: 26px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 
    0 5px 15px rgba(0, 0, 0, 0.05),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    padding: 25px;
    align-items: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.15);
    display: flex;
}.potential-students-DpaKX4 ul li::before {
    -webkit-mask-composite: xor;
    -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
    padding: 2px;
    content: "";
    border-radius: 26px;
    inset: 0;
    transition: opacity 0.4s ease;
    position: absolute;
    opacity: 0.4;
    mask-composite: exclude;
    background: linear-gradient(
    45deg,
    transparent,
    rgb(168,121,168,0.5),
    rgb(191,175,192,0.5),
    transparent
  );
}.potential-students-DpaKX4 ul li:hover {
    box-shadow: 
    0 15px 25px rgba(0, 0, 0, 0.08),
    0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transform: translateY(-5px);
}.potential-students-DpaKX4 ul li:hover::before {
    opacity: 1;
}.potential-students-DpaKX4 ul li svg {
    width: 45px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    height: 45px;
    fill: rgb(168,121,168);
}.potential-students-DpaKX4 ul li:hover svg {
    transform: scale(1.05);
    fill: rgb(191,175,192);
}.potential-students-DpaKX4 ul li svg path {
    transition: all 0.3s ease;
    fill: rgb(168,121,168);
}.potential-students-DpaKX4 ul li:hover svg path {
    fill: rgb(191,175,192);
}.potential-students-DpaKX4 ul li {
    line-height: 1.6;
    font-size: 15px;
    font-weight: 300;
    color: #000000;
}.potential-students-DpaKX4 ul li::after {
    position: absolute;
    border-radius: 26px;
    background: radial-gradient(
    circle at var(--x, center) var(--y, center),
    rgba(255, 255, 255, 0.15) 0%,
    transparent 60%
  );
    top: 0;
    left: 0;
    right: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
    opacity: 0;
    z-index: -1;
    content: "";
}.potential-students-DpaKX4 ul li:hover::after {
    opacity: 1;
}

@keyframes slowRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 992px) {.potential-students-DpaKX4 {
    padding: 70px 15px;
}.potential-students-DpaKX4 .learn-study-vVltXx {
    padding: 40px 30px;
}.potential-students-DpaKX4 h3 {
    font-size: calc(29px * 0.9);
    margin-bottom: 40px;
}.potential-students-DpaKX4 ul {
    gap: 20px;
}
}

@media screen and (max-width: 768px) {.potential-students-DpaKX4 {
    padding: 50px 15px;
}.potential-students-DpaKX4 .learn-study-vVltXx {
    padding: 30px 20px;
    backdrop-filter: blur(8px);
}.potential-students-DpaKX4 h3 {
    margin-bottom: 35px;
    font-size: calc(29px * 0.8);
}.potential-students-DpaKX4 ul {
    gap: 15px;
}.potential-students-DpaKX4 ul li {
    padding: 20px 15px;
}.potential-students-DpaKX4 ul li svg {
    width: 35px;
    height: 35px;
    margin-bottom: 12px;
}.potential-students-DpaKX4::before {
    animation-duration: 60s;
}.potential-students-DpaKX4 ul li::before {
    padding: 1px;
}}

.potential-students-DpaKX4 ul li {
    --y: center;
    --x: center;
}

@media (hover: hover) {.potential-students-DpaKX4 ul li:hover {
    --x: calc(1100%);
    --y: calc(100%);
}
}

@media screen and (min-width: 1200px) {.potential-students-DpaKX4 ul {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}}.pricing-offer-3KBH4e {
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, rgb(236,234,236), #ffffff);
}.pricing-offer-3KBH4e::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    position: absolute;
    width: 100%;
}.pricing-offer-3KBH4e .container {
    max-width: 1320px;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
    position: relative;
}.pricing-offer-3KBH4e .group-plans-s5iIDJ {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.pricing-offer-3KBH4e .skill-plans-7hsibq {
    opacity: 0;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    text-align: center;
    animation: fadeInUp 0.8s forwards 0.2s;
    order: 1;
    transform: translateY(20px);
    padding: 2rem;
}.pricing-offer-3KBH4e .skill-plans-7hsibq h2 {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    color: rgb(191,175,192);
    font-size: 33px;
}.pricing-offer-3KBH4e .skill-plans-7hsibq h2::after {
    left: 50%;
    height: 3px;
    bottom: -10px;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,175,192), transparent);
    width: 60%;
    transform: translateX(-50%);
}.pricing-offer-3KBH4e .skill-plans-7hsibq .study-rates-oYjrya {
    font-weight: 400;
    font-size: 18px;
    margin: 0 auto;
    line-height: 1.6;
    max-width: 80%;
    color: #000000;
}.pricing-offer-3KBH4e .payment-option-RFucCN {
    display: grid;
    order: 2;
    grid-template-columns: 1fr;
    gap: 2rem;
}.pricing-offer-3KBH4e .program-rate-vZTfRX {
    animation-delay: calc(0.1s * var(--i, 1));
    transform: translateY(30px);
    opacity: 0;
    display: block;
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    will-change: transform, opacity;
    text-decoration: none;
    animation: fadeInUp 0.8s forwards;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:nth-child(1) {
    --i: 1;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:nth-child(2) {
    --i: 2;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:nth-child(3) {
    --i: 3;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:nth-child(4) {
    --i: 4;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:hover {
    transform: translateY(-5px) scale(1.02);
}.pricing-offer-3KBH4e .cost-deals-p6rEzW {
    transition: all 0.4s ease;
    position: relative;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    height: 100%;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:hover .cost-deals-p6rEzW {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.pricing-offer-3KBH4e .pricing-schemes-9WyL7M {
    position: relative;
    padding: 2.5rem 2rem;
    flex-grow: 1;
    z-index: 1;
    flex-direction: column;
    display: flex;
}.pricing-offer-3KBH4e .pricing-schemes-9WyL7M::before {
    transform: translate(30px, -30px);
    content: "";
    top: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    background: linear-gradient(135deg, transparent 50%, rgb(191,175,192,0.5) 50%);
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: -1;
    right: 0;
    opacity: 0;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:hover .pricing-schemes-9WyL7M::before {
    transform: translate(0, 0);
    opacity: 0.7;
}.pricing-offer-3KBH4e .program-rate-vZTfRX h3 {
    transition: color 0.3s ease;
    color: #000000;
    margin-bottom: 1rem;
    position: relative;
    font-size: calc(18px + 0.2rem);
    font-weight: 700;
}.pricing-offer-3KBH4e .program-rate-vZTfRX:hover h3 {
    color: rgb(191,175,192);
}.pricing-offer-3KBH4e .cert-plans-Nifoqn {
    font-weight: 700;
    color: rgb(191,175,192);
    display: inline-block;
    font-size: calc(20px + 0.8rem);
    position: relative;
    margin-bottom: 1.5rem;
}.pricing-offer-3KBH4e .cert-plans-Nifoqn::before {
    background: rgb(168,121,168);
    height: 3px;
    left: 0;
    width: 40px;
    position: absolute;
    bottom: -5px;
    transition: width 0.3s ease;
    content: "";
}.pricing-offer-3KBH4e .program-rate-vZTfRX:hover .cert-plans-Nifoqn::before {
    width: 80px;
}.pricing-offer-3KBH4e .program-rate-vZTfRX p {
    line-height: 1.6;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    font-size: 18px;
    margin-bottom: 0;
    -ms-word-break: break-all;
    color: #000000;
}.pricing-offer-3KBH4e .img-card-QPJIE1 {
    height: 200px;
    position: relative;
    transition: transform 0.5s ease;
    overflow: hidden;
}.pricing-offer-3KBH4e .img-card-QPJIE1::after {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
}.pricing-offer-3KBH4e .program-rate-vZTfRX:hover .img-card-QPJIE1 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.pricing-offer-3KBH4e .payment-option-RFucCN {
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-3KBH4e .skill-plans-7hsibq {
    padding: 3rem;
}.pricing-offer-3KBH4e .pricing-schemes-9WyL7M {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.pricing-offer-3KBH4e .group-plans-s5iIDJ {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.pricing-offer-3KBH4e .skill-plans-7hsibq {
    flex-direction: column;
    text-align: left;
    display: flex;
    order: 2;
    justify-content: center;
    padding: 4rem 3rem;
    height: 100%;
}.pricing-offer-3KBH4e .skill-plans-7hsibq h2::after {
    width: 100px;
    background: linear-gradient(90deg, rgb(191,175,192), transparent);
    transform: none;
    left: 0;
}.pricing-offer-3KBH4e .skill-plans-7hsibq .study-rates-oYjrya {
    margin: 0;
    max-width: 100%;
}.pricing-offer-3KBH4e .payment-option-RFucCN {
    grid-template-columns: repeat(2, 1fr);
    order: 1;
}
}

@media (min-width: 1200px) {.pricing-offer-3KBH4e .payment-option-RFucCN {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.pricing-offer-3KBH4e .pricing-schemes-9WyL7M {
    padding: 3rem 2.5rem;
}.pricing-offer-3KBH4e .skill-plans-7hsibq h2 {
    font-size: calc(33px + 0.3rem);
}
}

@media (max-width: 767px) {.pricing-offer-3KBH4e {
    padding: 4rem 0;
}.pricing-offer-3KBH4e .skill-plans-7hsibq h2 {
    font-size: calc(33px - 0.2rem);
}.pricing-offer-3KBH4e .skill-plans-7hsibq .study-rates-oYjrya {
    max-width: 100%;
    font-size: calc(18px - 0.1rem);
}.pricing-offer-3KBH4e .program-rate-vZTfRX h3 {
    font-size: 18px;
}.pricing-offer-3KBH4e .cert-plans-Nifoqn {
    font-size: calc(20px + 0.5rem);
}.pricing-offer-3KBH4e .img-card-QPJIE1 {
    height: 160px;
}}.statistical-overview-kMCoeK {
    padding: 0;
    overflow: hidden;
    display: flex;
    position: relative;
    background-color: #000000;
    align-items: center;
    min-height: 100vh;
}.statistical-overview-kMCoeK::before {
    background: conic-gradient(
        from 45deg at 50% 50%,
        #000000 0deg,
        rgb(168,121,168,0.5) 90deg,
        #000000 180deg,
        rgb(191,175,192,0.5) 270deg,
        #000000 360deg
    );
    position: absolute;
    top: 0;
    opacity: 0.4;
    left: 0;
    width: 100%;
    z-index: 0;
    height: 100%;
    content: "";
}.statistical-overview-kMCoeK .container {
    z-index: 1;
    margin: 0 auto;
    display: flex;
    max-width: 1200px;
    flex-direction: column;
    position: relative;
    width: 100%;
    padding: 60px 0;
}.statistical-overview-kMCoeK h2 {
    opacity: 0.05;
    letter-spacing: -2px;
    top: 50%;
    pointer-events: none;
    font-size: calc(39px * 2.5);
    width: 100%;
    transform: translateY(-50%);
    text-transform: uppercase;
    line-height: 1;
    color: #ffffff;
    z-index: -1;
    font-weight: 700;
    position: absolute;
    text-align: center;
    left: 0;
}.statistical-overview-kMCoeK ul {
    list-style: none;
    align-items: stretch;
    margin: 0;
    gap: 0;
    height: 80vh;
    display: flex;
    justify-content: center;
    flex-direction: row;
    max-height: 700px;
    padding: 0;
    width: 100%;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    flex-direction: column;
    position: relative;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:first-child {
    border-radius: 20px 0 0 20px;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:last-child {
    border-radius: 0 20px 20px 0;
    border-right: none;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG::before {
    background: linear-gradient(90deg, rgb(191,175,192), rgb(168,121,168));
    left: 0;
    transition: transform 0.4s ease;
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    transform: scaleX(0);
    transform-origin: left;
    height: 4px;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:hover {
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 2;
    background: rgba(rgba(0, 0, 0, 0.5), 0.7);
    flex: 1.8;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:hover::before {
    transform: scaleX(1);
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG p {
    color: #ffffff;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    transition: all 0.4s ease;
    transform: translateY(30px);
    margin: 0;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:hover p {
    transform: translateY(0);
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG span {
    max-width: 200px;
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s ease 0.1s;
    opacity: 0;
    margin-top: 20px;
    font-size: 16px;
    text-align: center;
    transform: translateY(20px);
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:hover span {
    opacity: 1;
    transform: translateY(0);
}.statistical-overview-kMCoeK svg {
    height: 60px;
    transition: all 0.5s ease;
    fill: rgb(191,175,192);
    right: -30px;
    top: -30px;
    transform: rotate(45deg);
    opacity: 0.1;
    position: absolute;
    width: 60px;
}.statistical-overview-kMCoeK svg path {
    fill: rgb(191,175,192);
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:hover svg {
    top: 20px;
    right: 20px;
    transform: rotate(0) scale(1.5);
    opacity: 0.6;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:only-child) {
    max-width: 500px;
    height: auto;
    flex-direction: column;
    margin: 0 auto;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:only-child) .knowledge-upgrade-Ae8smG {
    border-right: none;
    border-radius: 20px;
    min-height: 300px;
    padding: 60px;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:only-child) .knowledge-upgrade-Ae8smG p {
    transform: translateY(0);
    font-size: 5rem;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:only-child) .knowledge-upgrade-Ae8smG span {
    margin-top: 30px;
    opacity: 1;
    font-size: calc(16px * 1.2);
    transform: translateY(0);
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:only-child) .knowledge-upgrade-Ae8smG:hover {
    transform: scale(1.05);
    flex: 1;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(2):last-child) {
    flex-direction: row;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(3):last-child),
.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(4):last-child),
.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(5):last-child) {
    flex-direction: row;
    flex-wrap: nowrap;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(n+6):nth-child(-n+10)) {
    gap: 2px;
    flex-wrap: wrap;
    height: auto;
    max-height: none;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(n+6):nth-child(-n+10)) .knowledge-upgrade-Ae8smG {
    border-right: none;
    border-radius: 0;
    flex: 1 1 calc(33.33% - 2px);
    margin: 1px;
    min-width: 200px;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(n+6):nth-child(-n+10)) .knowledge-upgrade-Ae8smG:first-child {
    border-top-left-radius: 20px;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(n+6):nth-child(-n+10)) .knowledge-upgrade-Ae8smG:nth-child(3) {
    border-top-right-radius: 20px;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(n+6):nth-child(-n+10)) .knowledge-upgrade-Ae8smG:nth-last-child(3) {
    border-bottom-left-radius: 20px;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(n+6):nth-child(-n+10)) .knowledge-upgrade-Ae8smG:last-child {
    border-bottom-right-radius: 20px;
}

@media screen and (min-width: 1441px) {.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG p {
    font-size: 4rem;
}.statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:only-child) .knowledge-upgrade-Ae8smG p {
    font-size: 6rem;
}
}

@media screen and (max-width: 1200px) {.statistical-overview-kMCoeK .container {
    padding: 40px;
}.statistical-overview-kMCoeK h2 {
    font-size: calc(39px * 2);
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG p {
    font-size: 3rem;
}
}

@media screen and (max-width: 991px) {.statistical-overview-kMCoeK {
    min-height: auto;
    padding: 80px 0;
}.statistical-overview-kMCoeK .container {
    padding: 20px;
}.statistical-overview-kMCoeK h2 {
    transform: none;
    top: auto;
    font-size: calc(39px * 1.5);
    opacity: 1;
    margin-bottom: 60px;
    position: relative;
}.statistical-overview-kMCoeK ul {
    max-height: none;
    flex-direction: column !important;
    height: auto;
    gap: 15px;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG,
    .statistical-overview-kMCoeK ul:has(.knowledge-upgrade-Ae8smG:nth-child(n+6):nth-child(-n+10)) .knowledge-upgrade-Ae8smG {
    border-right: none;
    flex: 1 !important;
    padding: 30px;
    border-radius: 15px !important;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG p,
    .statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG span {
    transform: translateY(0);
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG span {
    opacity: 1;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG:hover {
    transform: translateY(-5px);
}.statistical-overview-kMCoeK svg {
    opacity: 0.4;
    right: 20px;
    transform: rotate(0);
    top: 20px;
}
}

@media screen and (max-width: 767px) {.statistical-overview-kMCoeK {
    padding: 60px 0;
}.statistical-overview-kMCoeK h2 {
    font-size: calc(39px * 1.2);
    margin-bottom: 40px;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG p {
    font-size: 2.5rem;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG {
    padding: 25px;
}.statistical-overview-kMCoeK svg {
    width: 50px;
    height: 50px;
}
}

@media screen and (max-width: 480px) {.statistical-overview-kMCoeK {
    padding: 50px 0;
}.statistical-overview-kMCoeK h2 {
    font-size: 39px;
    margin-bottom: 30px;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG {
    padding: 20px;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG p {
    font-size: 2.2rem;
}.statistical-overview-kMCoeK .knowledge-upgrade-Ae8smG span {
    font-size: calc(16px * 0.9);
    margin-top: 15px;
}.statistical-overview-kMCoeK svg {
    top: 15px;
    width: 40px;
    height: 40px;
    right: 15px;
}}.our-story-T9Qd7f {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
}.our-story-T9Qd7f::before {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(191,175,192,0.5), rgba(0, 0, 0, 0.5) 85%);
    z-index: 1;
    top: 0;
    bottom: 0;
}.our-story-T9Qd7f::after {
    width: 300px;
    right: -50px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0 100%);
    background: rgb(168,121,168);
    position: absolute;
    content: "";
    z-index: 2;
    height: 300px;
    top: -50px;
    transform: rotate(35deg);
    opacity: 0.07;
}.our-story-T9Qd7f h4 {
    letter-spacing: 3px;
    position: relative;
    color: #ffffff;
    text-align: center;
    z-index: 10;
    text-transform: uppercase;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 40px;
}.our-story-T9Qd7f h4::after {
    height: 4px;
    width: 60px;
    bottom: -14px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    background: rgb(168,121,168);
    left: 50%;
}.our-story-T9Qd7f .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 10;
    position: relative;
}.our-story-T9Qd7f .description-card-1jEAam {
    padding: 50px 60px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateY(0);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.95);
    border-left: 5px solid rgb(168,121,168);
    position: relative;
}.our-story-T9Qd7f .description-card-1jEAam:hover {
    transform: translateY(-8px);
}.our-story-T9Qd7f .description-card-1jEAam::before {
    content: "";
    z-index: -1;
    top: 30px;
    position: absolute;
    border-radius: 10px;
    width: 150px;
    background: rgb(168,121,168);
    right: 30px;
    transform: rotate(25deg);
    height: 150px;
    opacity: 0.05;
}.our-story-T9Qd7f h6 {
    font-size: calc(23px + 2px);
    font-weight: 700;
    position: relative;
    color: rgb(191,175,192);
    display: inline-block;
    margin-bottom: 25px;
}.our-story-T9Qd7f h6::after {
    background: rgb(168,121,168);
    content: "";
    position: absolute;
    left: 0;
    height: 3px;
    width: 40%;
    bottom: -8px;
}.our-story-T9Qd7f .description-card-1jEAam div {
    position: relative;
}.our-story-T9Qd7f .description-card-1jEAam span {
    text-align: justify;
    column-count: 2;
    display: block;
    font-weight: 400;
    column-gap: 40px;
    color: #000000;
    line-height: 1.8;
    font-size: 15px;
    hyphens: auto;
}

@media (max-width: 992px) {.our-story-T9Qd7f {
    padding: 90px 0 60px;
}.our-story-T9Qd7f .description-card-1jEAam {
    padding: 40px 35px;
}.our-story-T9Qd7f .description-card-1jEAam span {
    font-size: calc(15px - 1px);
    column-count: 1;
}.our-story-T9Qd7f h6 {
    font-size: 23px;
}.our-story-T9Qd7f h4 {
    font-size: calc(38px - 4px);
}
}

@media (max-width: 768px) {.our-story-T9Qd7f {
    padding: 70px 0 50px;
}.our-story-T9Qd7f .description-card-1jEAam {
    border-left-width: 3px;
    padding: 30px 25px;
}.our-story-T9Qd7f .description-card-1jEAam::before {
    width: 100px;
    height: 100px;
    right: 20px;
    top: 20px;
}.our-story-T9Qd7f h6 {
    font-size: calc(16px + 2px);
}.our-story-T9Qd7f h4 {
    letter-spacing: 2px;
    font-size: calc(38px - 8px);
    margin-bottom: 30px;
}.our-story-T9Qd7f h4::after {
    height: 3px;
    bottom: -10px;
    width: 40px;
}
}

@media (max-width: 576px) {.our-story-T9Qd7f {
    padding: 60px 0 40px;
}.our-story-T9Qd7f .description-card-1jEAam {
    padding: 25px 20px;
}.our-story-T9Qd7f .description-card-1jEAam span {
    font-size: calc(15px - 2px);
    line-height: 1.6;
}.our-story-T9Qd7f h6 {
    margin-bottom: 20px;
}.our-story-T9Qd7f h6::after {
    height: 2px;
    bottom: -6px;
}.our-story-T9Qd7f .description-card-1jEAam::before {
    display: none;
}}.register-now-YOvTL6 {
    z-index: 1;
    padding: 120px 0;
    overflow: hidden;
    background-size: 200% 200%;
    animation: gradientFlow 15s ease infinite;
    position: relative;
    background: linear-gradient(130deg, rgb(191,175,192) 0%, rgb(168,121,168) 50%, rgb(191,175,192) 100%);
}.register-now-YOvTL6::before {
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            transparent 0deg,
            transparent 10deg,
            rgba(255, 255, 255, 0.03) 10deg,
            rgba(255, 255, 255, 0.03) 20deg
        );
    top: 0;
    content: '';
    animation: rotateQuantum 30s linear infinite;
    height: 100%;
    z-index: -1;
    width: 100%;
    position: absolute;
    left: 0;
}.register-now-YOvTL6::after {
    position: absolute;
    animation: pulseRadial 10s ease-in-out infinite alternate;
    opacity: 0.1;
    z-index: -1;
    width: 200%;
    height: 200%;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    left: -50%;
    content: '';
    top: -50%;
}.register-now-YOvTL6 .learn-study-vVltXx {
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    align-items: center;
    position: relative;
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.05);
    flex-direction: column;
    z-index: 2;
    margin: 0 auto;
    overflow: hidden;
    justify-content: center;
    padding: 60px 40px;
    max-width: 1000px;
    display: flex;
}.register-now-YOvTL6 .learn-study-vVltXx::before {
    top: 0;
    background-size: 40px 40px;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    position: absolute;
    opacity: 0.3;
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%),
        linear-gradient(0deg, transparent 49.5%, rgba(255, 255, 255, 0.1) 50%, transparent 50.5%);
    animation: pulseGrid 4s linear infinite alternate;
}.register-now-YOvTL6 .learn-study-vVltXx::after {
    background: conic-gradient(
        from 0deg at 50% 50%,
        rgb(191,175,192,0.5) 0deg,
        rgb(168,121,168,0.5) 120deg,
        rgb(191,175,192,0.5) 240deg,
        rgb(168,121,168,0.5) 360deg
    );
    z-index: -1;
    position: absolute;
    width: 200%;
    animation: rotateQuantumGradient 20s linear infinite;
    left: -50%;
    height: 200%;
    top: -50%;
    content: '';
    opacity: 0.1;
}.register-now-YOvTL6 h3 {
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
    position: relative;
    animation: floatTitle 6s ease-in-out infinite;
    font-size: 37px;
    color: #ffffff;
    margin-bottom: 60px;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}.register-now-YOvTL6 h3::before {
    transform: translateX(-50%);
    width: 80px;
    left: 50%;
    content: '';
    bottom: -20px;
    position: absolute;
    box-shadow: 0 0 10px #ffffff;
    height: 1px;
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.register-now-YOvTL6 h3::after {
    width: 100%;
    content: '';
    top: 0;
    opacity: 0;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 50%,
        transparent 100%
    );
    position: absolute;
    left: 0;
    height: 100%;
    animation: titleScan 3s ease-in-out infinite;
}.register-now-YOvTL6 .talk-answer-8WHvrX {
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    background: transparent;
    font-family: Arial, sans-serif;
    padding: 18px 45px;
    text-decoration: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2), 0 0 10px rgba(255, 255, 255, 0.1);
    overflow: hidden;
    color: #ffffff;
    letter-spacing: 2px;
    transition: all 0.4s ease;
    z-index: 1;
    border-radius: 17px;
    position: relative;
    font-weight: 600;
    border: 2px solid rgba(255, 255, 255, 0.5);
}.register-now-YOvTL6 .talk-answer-8WHvrX::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    transition: opacity 0.4s ease;
    content: '';
    width: 100%;
    z-index: -1;
    background: linear-gradient(
        170deg,
        #ffffff 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    opacity: 0;
}.register-now-YOvTL6 .talk-answer-8WHvrX::after {
    z-index: 2;
    left: -100px;
    content: '';
    position: absolute;
    transition: all 0.6s ease;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    width: 20px;
    top: -50%;
    height: 200%;
    transform: rotate(35deg);
}.register-now-YOvTL6 .talk-answer-8WHvrX:hover {
    transform: translateY(-5px);
    border-color: transparent;
    color: rgb(191,175,192);
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.3), 0 0 20px rgba(255, 255, 255, 0.2);
}.register-now-YOvTL6 .talk-answer-8WHvrX:hover::before {
    opacity: 1;
}.register-now-YOvTL6 .talk-answer-8WHvrX:hover::after {
    left: 120%;
}

@media screen and (max-width: 992px) {.register-now-YOvTL6 {
    padding: 100px 0;
}.register-now-YOvTL6 .learn-study-vVltXx {
    padding: 50px 30px;
    max-width: 90%;
}.register-now-YOvTL6 h3 {
    letter-spacing: 2.5px;
    font-size: calc(37px * 0.9);
    margin-bottom: 50px;
}.register-now-YOvTL6 h3::before {
    bottom: -18px;
    width: 70px;
}.register-now-YOvTL6 .talk-answer-8WHvrX {
    padding: 16px 40px;
    font-size: calc(14px * 0.95);
}
}

@media screen and (max-width: 768px) {.register-now-YOvTL6 {
    padding: 80px 0;
}.register-now-YOvTL6 .learn-study-vVltXx {
    padding: 40px 25px;
}.register-now-YOvTL6 h3 {
    font-size: calc(37px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.register-now-YOvTL6 h3::before {
    width: 60px;
    bottom: -15px;
}.register-now-YOvTL6 .talk-answer-8WHvrX {
    letter-spacing: 1.5px;
    font-size: calc(14px * 0.9);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.register-now-YOvTL6 {
    padding: 60px 0;
}.register-now-YOvTL6 .learn-study-vVltXx {
    padding: 30px 20px;
}.register-now-YOvTL6 h3 {
    margin-bottom: 40px;
    font-size: calc(37px * 0.7);
    letter-spacing: 1.5px;
}.register-now-YOvTL6 h3::before {
    bottom: -12px;
    width: 50px;
}.register-now-YOvTL6 .talk-answer-8WHvrX {
    font-size: calc(14px * 0.85);
    padding: 12px 30px;
    letter-spacing: 1px;
}}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes rotateQuantum {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes pulseGrid {
    0% {
        opacity: 0.2;
        background-size: 40px 40px;
    }
    100% {
        opacity: 0.3;
        background-size: 45px 45px;
    }
}

@keyframes rotateQuantumGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateY(0);
        text-shadow: 0 0 15px rgba(255, 255, 255, 0.4);
    }
    50% {
        transform: translateY(-10px);
        text-shadow: 0 0 25px rgba(255, 255, 255, 0.6);
    }
}

@keyframes titleScan {
    0%, 100% {
        opacity: 0;
        transform: translateX(-100%);
    }
    50% {
        opacity: 0.5;
        transform: translateX(100%);
    }
}.education-framework-CSibWO {
    padding: 8rem 0;
    overflow: hidden;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(236,234,236) 0%, rgb(191,175,192,0.5) 100%);
}.education-framework-CSibWO::before {
    filter: blur(20px);
    opacity: 0.3;
    content: "";
    background: linear-gradient(45deg, rgb(168,121,168,0.5) 0%, rgb(191,175,192,0.5) 100%);
    height: 120%;
    top: -10%;
    z-index: 0;
    right: -5%;
    position: absolute;
    pointer-events: none;
    transform: rotate(-15deg) translateZ(-50px);
    width: 40%;
}.education-framework-CSibWO::after {
    transform: rotate(10deg) translateZ(-30px);
    height: 70%;
    z-index: 0;
    content: "";
    background: linear-gradient(-45deg, rgb(191,175,192) 0%, transparent 70%);
    bottom: -5%;
    pointer-events: none;
    position: absolute;
    left: -2%;
    width: 35%;
    opacity: 0.15;
}.education-framework-CSibWO .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    padding: 0 2rem;
    transform-style: preserve-3d;
}.education-framework-CSibWO .learn-study-vVltXx {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    justify-content: center;
    display: flex;
    align-items: center;
    transform: translateZ(20px);
}.education-framework-CSibWO .learn-study-vVltXx:hover {
    transform: translateZ(40px) scale(1.02);
}.education-framework-CSibWO .learn-study-vVltXx > div {
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5),
                0 -5px 20px -5px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 3rem 3.5rem;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    border-left: 5px solid rgb(191,175,192);
    position: relative;
    max-width: 800px;
}.education-framework-CSibWO .learn-study-vVltXx > div:hover {
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.5),
                0 -10px 25px -5px rgba(0, 0, 0, 0.5);
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.education-framework-CSibWO .learn-study-vVltXx > div::before {
    transition: opacity 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 85% 100%, 80% 90%, 0 90%);
    background: linear-gradient(135deg, rgb(191,175,192), rgb(168,121,168));
    z-index: -1;
    opacity: 0.1;
    left: -2px;
    right: -2px;
    top: -2px;
    position: absolute;
    bottom: -2px;
    transform: translateZ(-10px);
    content: "";
}.education-framework-CSibWO .learn-study-vVltXx > div:hover::before {
    opacity: 0.2;
}.education-framework-CSibWO h3 {
    transform: translateZ(10px);
    color: #000000;
    padding-bottom: 1rem;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: calc(37px * 0.85);
    margin-bottom: 1.5rem;
}.education-framework-CSibWO h3::after {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    background: linear-gradient(90deg, rgb(191,175,192), rgb(168,121,168));
    width: 6rem;
    transform: scaleX(0.8) translateZ(5px);
    height: 3px;
    bottom: 0;
    position: absolute;
    left: 0;
    content: "";
    transform-origin: left;
}.education-framework-CSibWO .learn-study-vVltXx > div:hover h3::after {
    transform: scaleX(1) translateZ(5px);
}.education-framework-CSibWO p {
    line-height: 1.7;
    transform: translateZ(5px);
    position: relative;
    margin-bottom: 0;
    font-size: 16px;
    color: #000000;
}.education-framework-CSibWO p span {
    display: block;
    opacity: 0.9;
    position: relative;
    transition: opacity 0.3s ease;
}.education-framework-CSibWO p span:hover {
    opacity: 1;
}.education-framework-CSibWO p span::first-letter {
    color: rgb(191,175,192);
    font-size: 1.25em;
    font-weight: 600;
}

@media screen and (max-width: 991px) {.education-framework-CSibWO {
    padding: 6rem 0;
}.education-framework-CSibWO .learn-study-vVltXx > div {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 2.5rem;
}.education-framework-CSibWO h3 {
    font-size: calc(37px * 0.75);
}
}

@media screen and (max-width: 767px) {.education-framework-CSibWO {
    padding: 5rem 0;
}.education-framework-CSibWO::before,
    .education-framework-CSibWO::after {
    width: 60%;
}.education-framework-CSibWO .learn-study-vVltXx > div {
    transform: perspective(800px) rotateY(0deg);
    padding: 2rem;
}.education-framework-CSibWO h3 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.2rem;
    padding-bottom: 0.8rem;
}.education-framework-CSibWO p {
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}
}

@media screen and (max-width: 575px) {.education-framework-CSibWO {
    padding: 4rem 0;
}.education-framework-CSibWO .container {
    padding: 0 1.5rem;
}.education-framework-CSibWO .learn-study-vVltXx > div {
    padding: 1.75rem;
    border-left: 4px solid rgb(191,175,192);
}.education-framework-CSibWO h3 {
    font-size: calc(37px * 0.65);
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
}.education-framework-CSibWO h3::after {
    width: 4rem;
    height: 2px;
}.education-framework-CSibWO p {
    line-height: 1.5;
    font-size: calc(16px * 0.9);
}}.secure-archive-m9hZvP {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(236,234,236) 0%, #ffffff 100%);
}.secure-archive-m9hZvP::before {
    content: "";
    opacity: 0.15;
    position: absolute;
    right: -5%;
    height: 25vw;
    z-index: 0;
    filter: blur(80px);
    transform: rotate(-15deg);
    background: rgb(191,175,192,0.5);
    width: 25vw;
    top: -10%;
}.secure-archive-m9hZvP::after {
    filter: blur(80px);
    opacity: 0.15;
    transform: rotate(15deg);
    left: -5%;
    background: rgb(168,121,168,0.5);
    bottom: -10%;
    width: 25vw;
    position: absolute;
    z-index: 0;
    content: "";
    height: 25vw;
}.secure-archive-m9hZvP .container {
    border-left: 3px solid rgb(191,175,192);
    background: #ffffff;
    transition: transform 0.5s ease-out;
    position: relative;
    max-width: 1200px;
    padding: 3rem;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(1deg);
    z-index: 1;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}.secure-archive-m9hZvP .container:hover {
    transform: perspective(1000px) rotateY(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}.secure-archive-m9hZvP h1 {
    color: #000000;
    font-weight: 700;
    transform: translateX(-8px);
    margin-bottom: 2rem;
    position: relative;
    font-size: 40px;
}.secure-archive-m9hZvP h1::before {
    content: "";
    width: 6px;
    left: -20px;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(191,175,192), rgb(168,121,168));
    height: 50%;
}.secure-archive-m9hZvP h2 {
    margin: 3rem 0 1.5rem;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    color: #000000;
    font-size: 34px;
    position: relative;
    padding-bottom: 0.75rem;
}.secure-archive-m9hZvP h2::after {
    background: linear-gradient(90deg, rgb(191,175,192), rgb(168,121,168));
    left: 0;
    height: 3px;
    bottom: -1px;
    transition: width 0.3s ease;
    content: "";
    width: 50px;
    position: absolute;
}.secure-archive-m9hZvP h2:hover::after {
    width: 100px;
}.secure-archive-m9hZvP h3 {
    color: #000000;
    position: relative;
    margin: 2.5rem 0 1.25rem;
    padding-left: 15px;
    font-size: calc(34px * 0.85);
    font-weight: 600;
}.secure-archive-m9hZvP h3::before {
    height: 100%;
    top: 0;
    opacity: 0.7;
    content: "";
    background: rgb(168,121,168);
    left: 0;
    position: absolute;
    width: 3px;
}.secure-archive-m9hZvP h4 {
    margin: 2rem 0 1rem;
    position: relative;
    color: #000000;
    display: inline-block;
    font-size: calc(34px * 0.7);
    font-weight: 600;
}.secure-archive-m9hZvP h4::after {
    background: linear-gradient(90deg, rgb(168,121,168), transparent);
    bottom: -3px;
    height: 1px;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
}.secure-archive-m9hZvP p {
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
    max-width: 90ch;
    margin-bottom: 1.5rem;
}.secure-archive-m9hZvP ul {
    margin: 1.5rem 0 2.5rem;
    padding-left: 1.5rem;
    position: relative;
}.secure-archive-m9hZvP ul::before {
    width: 1px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom, rgb(191,175,192,0.5), transparent);
    height: 100%;
    content: "";
}.secure-archive-m9hZvP li {
    padding-left: 1rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    transition: transform 0.2s ease;
    position: relative;
    font-size: 12px;
    color: #000000;
}.secure-archive-m9hZvP li::before {
    top: 0.7rem;
    opacity: 0.7;
    height: 8px;
    left: -1.5rem;
    content: "";
    position: absolute;
    transform: rotate(45deg);
    width: 8px;
    background: rgb(191,175,192);
    transition: transform 0.2s ease;
    border-radius: 1px;
}.secure-archive-m9hZvP li:hover {
    transform: translateX(3px);
}.secure-archive-m9hZvP li:hover::before {
    background: rgb(168,121,168);
    transform: rotate(135deg);
}.secure-archive-m9hZvP span {
    color: #000000;
    opacity: 0.9;
    font-style: italic;
    padding: 0.5rem 0 0.5rem 1rem;
    line-height: 1.7;
    display: block;
    border-left: 2px solid rgb(168,121,168,0.5);
    margin-bottom: 2rem;
    font-size: 12px;
}.secure-archive-m9hZvP strong {
    display: inline-block;
    position: relative;
    font-weight: 600;
    color: #000000;
}.secure-archive-m9hZvP strong::after {
    background: rgb(191,175,192,0.5);
    left: 0;
    bottom: -2px;
    content: "";
    width: 100%;
    opacity: 0.3;
    position: absolute;
    height: 2px;
}

@media (max-width: 991px) {.secure-archive-m9hZvP {
    padding: 4rem 1.5rem;
}.secure-archive-m9hZvP .container {
    transform: perspective(800px) rotateY(0.5deg);
    padding: 2.5rem 2rem;
}.secure-archive-m9hZvP h1 {
    font-size: calc(40px * 0.9);
}.secure-archive-m9hZvP h2 {
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 767px) {.secure-archive-m9hZvP {
    padding: 3rem 1rem;
}.secure-archive-m9hZvP .container {
    border-left-width: 2px;
    transform: perspective(600px) rotateY(0.3deg);
    padding: 2rem 1.5rem;
}.secure-archive-m9hZvP h1 {
    transform: translateX(-5px);
    font-size: calc(40px * 0.8);
}.secure-archive-m9hZvP h1::before {
    left: -15px;
    width: 4px;
}.secure-archive-m9hZvP h2 {
    font-size: calc(34px * 0.8);
    margin: 2.5rem 0 1.25rem;
}.secure-archive-m9hZvP h3 {
    font-size: calc(34px * 0.7);
}.secure-archive-m9hZvP h4 {
    font-size: calc(34px * 0.6);
}.secure-archive-m9hZvP p, 
    .secure-archive-m9hZvP li,
    .secure-archive-m9hZvP span {
    font-size: calc(12px * 0.95);
}.secure-archive-m9hZvP ul {
    padding-left: 1rem;
}.secure-archive-m9hZvP li::before {
    height: 6px;
    left: -1rem;
    width: 6px;
}
}

@media (max-width: 480px) {.secure-archive-m9hZvP {
    padding: 2rem 0.75rem;
}.secure-archive-m9hZvP .container {
    padding: 1.5rem 1.25rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transform: none;
}.secure-archive-m9hZvP h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.7);
}.secure-archive-m9hZvP h2 {
    font-size: calc(34px * 0.7);
    margin: 2rem 0 1rem;
}.secure-archive-m9hZvP h3 {
    margin: 1.75rem 0 1rem;
    font-size: calc(34px * 0.6);
}.secure-archive-m9hZvP h4 {
    font-size: calc(34px * 0.5);
}.secure-archive-m9hZvP p, 
    .secure-archive-m9hZvP li,
    .secure-archive-m9hZvP span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.secure-archive-m9hZvP li {
    margin-bottom: 0.75rem;
}.secure-archive-m9hZvP ul {
    margin: 1rem 0 2rem;
}}.contact-us-PVMiZ6 {
    position: relative;
    padding: 100px 0;
}.contact-us-PVMiZ6::before {
    background: linear-gradient(135deg, rgb(191,175,192,0.5) 0%, rgb(168,121,168,0.5) 100%);
    width: 100%;
    content: '';
    top: 0;
    height: 100%;
    left: 0;
    position: absolute;
}.contact-us-PVMiZ6 .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 15px;
}.contact-us-PVMiZ6 .help-list-gGc4nW {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: 1fr;
}.contact-us-PVMiZ6 .query-links-z0vwUX {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    background: #ffffff;
    padding: 40px;
    display: grid;
    grid-gap: 20px;
}.contact-us-PVMiZ6 .query-links-z0vwUX h3 {
    font-size: 32px;
    position: relative;
    text-align: center;
    font-weight: 700;
    margin-bottom: 30px;
    color: #000000;
    grid-column: 1 / -1;
}.contact-us-PVMiZ6 .query-links-z0vwUX h3::after {
    left: 50%;
    content: '';
    transform: translateX(-50%);
    background: rgb(191,175,192);
    bottom: -15px;
    border-radius: 2px;
    position: absolute;
    height: 4px;
    width: 80px;
}.contact-us-PVMiZ6 .query-links-z0vwUX div {
    border-radius: 10px;
    flex-direction: column;
    align-items: center;
    display: flex;
    padding: 30px 20px;
    text-align: center;
    background: rgb(236,234,236);
    transition: all 0.3s ease;
}.contact-us-PVMiZ6 .query-links-z0vwUX div:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact-us-PVMiZ6 .query-links-z0vwUX svg {
    margin-bottom: 15px;
    height: 40px;
    width: 40px;
}.contact-us-PVMiZ6 .query-links-z0vwUX svg path {
    fill: rgb(191,175,192);
}.contact-us-PVMiZ6 .query-links-z0vwUX span {
    color: #000000;
    font-size: 18px;
}.contact-us-PVMiZ6 .query-links-z0vwUX a {
    text-decoration: none;
    color: rgb(191,175,192);
    transition: color 0.3s ease;
    font-weight: 600;
}.contact-us-PVMiZ6 .query-links-z0vwUX a:hover {
    color: rgb(168,121,168);
}.contact-us-PVMiZ6 .request-form-5fmjhe {
    background: #ffffff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-radius: 25px;
    padding: 40px;
}.contact-us-PVMiZ6 form h3 {
    color: #000000;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 32px;
    text-align: center;
    position: relative;
}.contact-us-PVMiZ6 form h3::after {
    width: 80px;
    background: rgb(191,175,192);
    position: absolute;
    height: 4px;
    left: 50%;
    bottom: -15px;
    border-radius: 2px;
    content: '';
    transform: translateX(-50%);
}.contact-us-PVMiZ6 form {
    grid-gap: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.contact-us-PVMiZ6 form h3 {
    grid-column: 1 / -1;
}.contact-us-PVMiZ6 form input[type="text"],
.contact-us-PVMiZ6 form input[type="email"] {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 18px;
    color: #000000;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #ffffff;
}.contact-us-PVMiZ6 form input[type="text"]:focus,
.contact-us-PVMiZ6 form input[type="email"]:focus {
    border-color: rgb(191,175,192);
    outline: none;
    box-shadow: 0 0 0 3px rgb(191,175,192,0.5);
}.contact-us-PVMiZ6 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact-us-PVMiZ6 .connect-support-eOK0Gm {
    grid-column: 1 / -1;
    display: flex;
    margin: 10px 0;
    align-items: flex-start;
}.contact-us-PVMiZ6 .connect-support-eOK0Gm input[type="checkbox"] {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    height: 22px;
    flex-shrink: 0;
    border: 2px solid rgba(0, 0, 0, 0.1);
    appearance: none;
    margin-right: 15px;
    border-radius: 10px;
    -webkit-appearance: none;
    width: 22px;
}.contact-us-PVMiZ6 .connect-support-eOK0Gm input[type="checkbox"]:checked {
    border-color: rgb(191,175,192);
    background-color: rgb(191,175,192);
}.contact-us-PVMiZ6 .connect-support-eOK0Gm input[type="checkbox"]:checked::before {
    left: 7px;
    top: 4px;
    width: 6px;
    content: "";
    height: 10px;
    transform: rotate(45deg);
    position: absolute;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
}.contact-us-PVMiZ6 .connect-support-eOK0Gm label {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.contact-us-PVMiZ6 .connect-support-eOK0Gm a {
    transition: color 0.3s ease;
    text-decoration: none;
    font-weight: 600;
    color: rgb(191,175,192);
}.contact-us-PVMiZ6 .connect-support-eOK0Gm a:hover {
    color: rgb(168,121,168);
}.contact-us-PVMiZ6 .support-widget-eNbB2w {
    grid-column: 1 / -1;
    border-radius: 10px;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 18px 20px;
    border: none;
    background: rgb(191,175,192);
    cursor: pointer;
}.contact-us-PVMiZ6 .support-widget-eNbB2w:hover {
    transform: translateY(-3px);
    background: rgb(168,121,168);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {.contact-us-PVMiZ6 {
    padding: 80px 0;
}.contact-us-PVMiZ6 .query-links-z0vwUX {
    padding: 35px;
}.contact-us-PVMiZ6 .request-form-5fmjhe {
    padding: 35px;
}
}

@media (max-width: 768px) {.contact-us-PVMiZ6 {
    padding: 60px 0;
}.contact-us-PVMiZ6 .query-links-z0vwUX {
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
}.contact-us-PVMiZ6 .request-form-5fmjhe {
    padding: 30px;
}.contact-us-PVMiZ6 form {
    grid-template-columns: 1fr;
    grid-gap: 20px;
}.contact-us-PVMiZ6 .query-links-z0vwUX h3,
    .contact-us-PVMiZ6 form h3 {
    margin-bottom: 30px;
    font-size: calc(32px * 0.85);
}
}

@media (max-width: 576px) {.contact-us-PVMiZ6 {
    padding: 50px 0;
}.contact-us-PVMiZ6 .query-links-z0vwUX {
    padding: 25px;
    grid-template-columns: 1fr;
}.contact-us-PVMiZ6 .request-form-5fmjhe {
    padding: 25px;
}.contact-us-PVMiZ6 .query-links-z0vwUX h3,
    .contact-us-PVMiZ6 form h3 {
    margin-bottom: 25px;
    font-size: calc(32px * 0.8);
}.contact-us-PVMiZ6 .query-links-z0vwUX div {
    padding: 25px 15px;
}}.client-experience-qpfjr0 {
    padding: 7rem 0 5rem;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(236,234,236) 0%, rgba(246, 246, 255, 0.9) 100%);
}.client-experience-qpfjr0::before {
    width: 100%;
    background: 
        radial-gradient(circle at 15% 15%, rgba(rgb(191,175,192,0.5), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 85% 85%, rgba(rgb(168,121,168,0.5), 0.07) 0%, transparent 60%);
    content: "";
    left: 0;
    z-index: 0;
    height: 100%;
    position: absolute;
    top: 0;
}.client-experience-qpfjr0::after {
    width: 40%;
    height: 30%;
    transform: rotate(-15deg) skewX(30deg);
    right: -5%;
    z-index: 0;
    position: absolute;
    content: "";
    background: linear-gradient(225deg, rgba(rgb(168,121,168,0.5), 0.1), transparent);
    top: -10%;
}.client-experience-qpfjr0 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.client-experience-qpfjr0 h2 {
    font-size: 31px;
    color: #000000;
    text-align: center;
    transform-origin: center bottom;
    position: relative;
    margin-bottom: 3.5rem;
    letter-spacing: -0.01em;
    transform: perspective(1000px) rotateX(2deg);
    font-weight: 700;
}.client-experience-qpfjr0 h2::after {
    transform: translateX(-50%);
    content: "";
    height: 3px;
    left: 50%;
    width: 80px;
    background: linear-gradient(90deg, rgb(191,175,192), rgb(168,121,168));
    position: absolute;
    bottom: -15px;
}.client-experience-qpfjr0 .alumni-reviews-HjkUmy {
    gap: 2.5rem;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    perspective: 1000px;
}.client-experience-qpfjr0 .review-list-mqZdsG {
    background: #ffffff;
    transform: perspective(1000px) rotateY(0deg) translateZ(0);
    padding: 2rem;
    border-left: 3px solid rgb(191,175,192);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s ease;
    transform-style: preserve-3d;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
}.client-experience-qpfjr0 .review-list-mqZdsG:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateY(2deg) translateZ(10px) translateY(-8px);
}.client-experience-qpfjr0 .review-list-mqZdsG::before {
    top: 10px;
    line-height: 1;
    position: absolute;
    font-family: Georgia, serif;
    right: 20px;
    content: "";
    color: rgba(rgb(168,121,168,0.5), 0.1);
    z-index: 0;
    font-size: 6rem;
}.client-experience-qpfjr0 .review-list-mqZdsG div {
    align-items: center;
    display: flex;
    position: relative;
    z-index: 2;
    margin-bottom: 1.2rem;
}.client-experience-qpfjr0 .review-list-mqZdsG img {
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 60px;
    clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
    width: 60px;
    margin-right: 1rem;
    transform: rotate(-3deg);
    border: 2px solid rgba(rgb(191,175,192,0.5), 0.3);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    object-fit: cover;
}.client-experience-qpfjr0 .review-list-mqZdsG:hover img {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}.client-experience-qpfjr0 .review-list-mqZdsG h4 {
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    margin: 0;
    position: relative;
}.client-experience-qpfjr0 .review-list-mqZdsG h4::after {
    position: absolute;
    transform: scaleX(0);
    transition: transform 0.4s cubic-bezier(0.075, 0.82, 0.165, 1);
    content: "";
    left: 0;
    height: 2px;
    bottom: -5px;
    background: rgb(168,121,168);
    transform-origin: left;
    width: 30px;
}.client-experience-qpfjr0 .review-list-mqZdsG:hover h4::after {
    transform: scaleX(1);
}.client-experience-qpfjr0 .description {
    position: relative;
    color: #000000;
    z-index: 2;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
}.client-experience-qpfjr0 .description::before {
    height: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    background: linear-gradient(to bottom, transparent, rgb(191,175,192), transparent);
    width: 3px;
    content: "";
    position: absolute;
    transition: height 0.5s ease, opacity 0.5s ease;
    left: -10px;
}.client-experience-qpfjr0 .review-list-mqZdsG:hover .description::before {
    height: 70%;
    opacity: 0.5;
}.client-experience-qpfjr0 a {
    text-decoration: none;
    padding: 0.8rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    overflow: hidden;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(135deg, rgb(191,175,192) 0%, rgb(168,121,168) 100%);
    margin-top: 3rem;
    display: inline-block;
    position: relative;
    box-shadow: 0 4px 15px rgba(rgb(191,175,192,0.5), 0.2);
    color: #ffffff;
    z-index: 2;
    transform: translateY(0);
    border-radius: 10px;
}.client-experience-qpfjr0 a::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    transition: opacity 0.3s ease;
    opacity: 0;
    left: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(168,121,168) 0%, rgb(191,175,192) 100%);
    position: absolute;
}.client-experience-qpfjr0 a:hover {
    box-shadow: 0 8px 25px rgba(rgb(191,175,192,0.5), 0.3);
    transform: translateY(-5px);
}.client-experience-qpfjr0 a:hover::before {
    opacity: 1;
}

@media (max-width: 992px) {.client-experience-qpfjr0 {
    padding: 5rem 0 4rem;
}.client-experience-qpfjr0 h2 {
    font-size: calc(31px * 0.9);
    margin-bottom: 3rem;
}.client-experience-qpfjr0 .alumni-reviews-HjkUmy {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}

@media (max-width: 768px) {.client-experience-qpfjr0 {
    padding: 4rem 0 3rem;
}.client-experience-qpfjr0 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(31px * 0.8);
}.client-experience-qpfjr0 .alumni-reviews-HjkUmy {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 1.8rem;
}.client-experience-qpfjr0 .review-list-mqZdsG {
    padding: 1.8rem;
}.client-experience-qpfjr0 .review-list-mqZdsG img {
    width: 50px;
    height: 50px;
}
}

@media (max-width: 576px) {.client-experience-qpfjr0 {
    padding: 3rem 0 2.5rem;
}.client-experience-qpfjr0 h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.7);
}.client-experience-qpfjr0 .alumni-reviews-HjkUmy {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.client-experience-qpfjr0 .review-list-mqZdsG {
    padding: 1.5rem;
}.client-experience-qpfjr0 .review-list-mqZdsG::before {
    right: 15px;
    font-size: 5rem;
    top: 5px;
}.client-experience-qpfjr0 a {
    padding: 0.7rem 1.8rem;
    margin-top: 2rem;
}
}

@media (min-width: 1200px) {.client-experience-qpfjr0 .alumni-reviews-HjkUmy {
    grid-template-columns: repeat(4, 1fr);
}.client-experience-qpfjr0 .review-list-mqZdsG:nth-child(odd) {
    transform: perspective(1000px) rotateY(-1deg) translateZ(5px);
}.client-experience-qpfjr0 .review-list-mqZdsG:nth-child(even) {
    transform: perspective(1000px) rotateY(1deg) translateZ(5px);
}.client-experience-qpfjr0 .review-list-mqZdsG:nth-child(odd):hover {
    transform: perspective(1000px) rotateY(2deg) translateZ(15px) translateY(-8px);
}.client-experience-qpfjr0 .review-list-mqZdsG:nth-child(even):hover {
    transform: perspective(1000px) rotateY(-2deg) translateZ(15px) translateY(-8px);
}
}

@media (prefers-reduced-motion: reduce) {.client-experience-qpfjr0 .review-list-mqZdsG,
    .client-experience-qpfjr0 .review-list-mqZdsG:hover,
    .client-experience-qpfjr0 .review-list-mqZdsG img,
    .client-experience-qpfjr0 .review-list-mqZdsG:hover img,
    .client-experience-qpfjr0 a,
    .client-experience-qpfjr0 a:hover {
    transition: none;
    transform: none;
}}footer {
    position: relative;
    width: 100%;
}footer .math-tools-aDFgoe {
    font-family: Arial, sans-serif;
    color: #ffffff;
    padding: 250px 0 30px;
    background:rgb(168,121,168);
    position: relative;
}footer .math-tools-aDFgoe::before {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    content: "";
    background: linear-gradient(90deg, rgb(191,175,192) 25%, rgb(168,121,168) 25%, rgb(168,121,168) 50%, rgb(191,175,192) 50%, rgb(191,175,192) 75%, rgb(168,121,168) 75%);
    height: 20px;
}footer .testimonial-8ksahM {
    position: relative;
    z-index: 1;
}footer .help-request-f3cIPQ {
    flex-wrap: wrap;
    border-radius: 30px;
    position: absolute;
    padding: 0;
    left: 0;
    right: 0;
    margin-bottom: 50px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    top: -120px;
    display: flex;
    justify-content: space-between;
}footer .info_item {
    position: relative;
    padding: 25px;
    flex: 1 1 250px;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-right: none;
}footer .info_item::after {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    height: 3px;
    transition: width 0.3s ease;
    background-color: rgb(191,175,192);
    width: 0;
}footer .info_item:hover::after {
    width: 100%;
}footer .info_item svg {
    flex-shrink: 0;
    width: 22px;
    margin-right: 15px;
    fill: rgb(191,175,192);
    height: 22px;
}footer .info_item p,
footer .info_item a {
    color: #000000;
    transition: all 0.3s ease;
    font-size: 14px;
    text-decoration: none;
}footer .info_item a:hover {
    color: rgb(191,175,192);
}footer .text_main_holder {
    margin-top: 100px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr;
}footer .nav-base-3gO5Ud {
    padding: 0 25px;
    position: relative;
}footer .nav-base-3gO5Ud svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .collab-net-BJfTVO {
    max-width: 350px;
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
}footer .nav-lead-eq9da7 {
    position: relative;
    padding: 0 25px;
}footer .nav-lead-eq9da7 h5 {
    font-size: 22px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: #ffffff;
    margin-bottom: 25px;
    font-weight: 600;
    padding-bottom: 10px;
}footer .nav-lead-eq9da7 h5::after {
    width: 60px;
    left: 0;
    position: absolute;
    height: 2px;
    bottom: -2px;
    content: "";
    background-color: rgb(191,175,192);
}footer .main-master-OoEPXH {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}footer .main-master-OoEPXH a {
    font-size: 14px;
    border-radius: 20px;
    margin: 5px 8px 5px 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    padding: 8px 16px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
}footer .main-master-OoEPXH a:hover {
    color: #ffffff;
    background-color: rgb(191,175,192);
    transform: translateY(-3px);
}footer .subscribe_holder {
    border-radius: 30px;
    padding: 30px 25px;
    position: relative;
    background-color: rgb(168,121,168,0.5);
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #ffffff;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
}footer .input_holder {
    gap: 15px;
    position: relative;
    flex-direction: column;
    display: flex;
}footer .input_holder::before {
    right: -10px;
    border-radius: 50%;
    top: -10px;
    opacity: 0.1;
    z-index: -1;
    background-color: rgb(191,175,192);
    width: 50px;
    position: absolute;
    height: 50px;
    content: "";
}footer .input_holder::after {
    border-radius: 50%;
    left: -10px;
    background-color: rgb(168,121,168);
    z-index: -1;
    height: 70px;
    position: absolute;
    width: 70px;
    bottom: -20px;
    content: "";
    opacity: 0.1;
}footer .input_holder input[type="email"] {
    border: none;
    font-size: 14px;
    color: rgb(168,121,168);
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 10px;
    transition: all 0.3s ease;
}footer .input_holder input[type="email"]:focus {
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    outline: none;
}footer .input_holder input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.6;
}footer .upgrade-today-sryzj2 {
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    font-size: 18px;
    background-color: rgb(191,175,192);
    color: #ffffff;
    padding: 15px;
    font-weight: 600;
    cursor: pointer;
    border: none;
    border-radius: 10px;
}footer .upgrade-today-sryzj2::before {
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    position: absolute;
    content: "";
    left: -100%;
    top: 0;
    height: 100%;
}footer .upgrade-today-sryzj2:hover {
    background-color: rgb(168,121,168);
}footer .upgrade-today-sryzj2:hover::before {
    left: 100%;
}footer .footer-milestones-UAfGYk {
    margin-top: 50px;
    border-top: 1px dashed rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}footer .whatsapp-grp-4whjrn {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .math-tools-aDFgoe {
    padding-top: 60px;
}footer .text_main_holder {
    gap: 30px;
    grid-template-columns: 1fr 1fr 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .upgrade-today-sryzj2 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .help-request-f3cIPQ {
    top: 0;
    margin-bottom: 80px;
    position: relative;
}footer .math-tools-aDFgoe {
    padding: 120px 0 30px;
}footer .text_main_holder {
    margin-top: 40px;
}
}

@media (max-width: 767px) {footer .info_item {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}footer .info_item:last-child {
    border-bottom: none;
}footer .nav-lead-eq9da7, footer .subscribe_holder, footer .nav-base-3gO5Ud {
    padding: 20px;
}footer .footer-milestones-UAfGYk {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .nav-lead-eq9da7 h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: calc(22px - 2px);
}footer .main-master-OoEPXH a {
    padding: 6px 12px;
    font-size: calc(14px - 1px);
}footer .input_holder input[type="email"],
    footer .upgrade-today-sryzj2 {
    padding: 12px;
}}.teaching-experience-YxbKJl {
    background: linear-gradient(135deg, rgb(236,234,236), rgb(168,121,168,0.5));
    padding: 80px 0;
    overflow: hidden;
    position: relative;
}.teaching-experience-YxbKJl::before {
    position: absolute;
    animation: float 8s ease-in-out infinite;
    height: 80%;
    top: -10%;
    transform: rotate(-15deg);
    right: -10%;
    background: rgb(191,175,192,0.5);
    z-index: 1;
    border-radius: 29px;
    width: 60%;
    content: "";
}.teaching-experience-YxbKJl::after {
    height: 60%;
    position: absolute;
    transform: rotate(20deg);
    z-index: 1;
    width: 40%;
    content: "";
    bottom: -5%;
    left: -5%;
    background: rgb(168,121,168,0.5);
    animation: float 6s ease-in-out infinite reverse;
    border-radius: 29px;
}.teaching-experience-YxbKJl .container {
    z-index: 2;
    position: relative;
}.teaching-experience-YxbKJl .review-list-mqZdsG {
    border-radius: 29px;
    grid-template-areas: 
        "photo name"
        "photo job"
        "quote quote";
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    grid-template-columns: 1fr 2fr;
    padding: 40px;
    background: #ffffff;
    gap: 15px;
    transform: rotate(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    display: grid;
}.teaching-experience-YxbKJl .review-list-mqZdsG:hover {
    transform: rotate(0deg) translateY(-10px);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}.teaching-experience-YxbKJl .img-card-QPJIE1 {
    transition: transform 0.3s ease;
    border-radius: 29px;
    height: 200px;
    grid-area: photo;
    box-shadow: 10px 10px 0 rgb(191,175,192,0.5);
    transform: rotate(4deg);
}.teaching-experience-YxbKJl .review-list-mqZdsG:hover .img-card-QPJIE1 {
    transform: rotate(0deg) scale(1.05);
}.teaching-experience-YxbKJl .name {
    font-weight: 700;
    grid-area: name;
    transform: translateX(20px);
    font-size: 21px;
    color: #000000;
    margin-top: 20px;
}.teaching-experience-YxbKJl .review-list-mqZdsG span:not(.name) {
    transform: translateX(20px);
    grid-area: job;
    color: #000000;
    font-size: 13px;
    font-style: italic;
}.teaching-experience-YxbKJl .work-trajectory-dpNSkL {
    line-height: 1.6;
    border-radius: 0 10px 10px 0;
    position: relative;
    border-left: 4px solid rgb(191,175,192);
    background: linear-gradient(to right, rgb(236,234,236), transparent);
    font-size: 13px;
    color: #000000;
    padding: 20px;
    grid-area: quote;
    margin-top: 20px;
}.teaching-experience-YxbKJl .work-trajectory-dpNSkL::before {
    position: absolute;
    color: rgb(191,175,192,0.5);
    line-height: 1;
    left: 10px;
    font-size: calc(42px * 2);
    top: -10px;
    content: "";
    font-family: serif;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(-15deg);
    }
    50% {
        transform: translateY(-20px) rotate(-10deg);
    }
}

@media (max-width: 768px) {.teaching-experience-YxbKJl {
    padding: 60px 0;
}.teaching-experience-YxbKJl .review-list-mqZdsG {
    grid-template-columns: 1fr;
    padding: 30px 20px;
    grid-template-areas: 
            "img-card-QPJIE1"
            "name"
            "professional-exp-XRvdca"
            "work-trajectory-dpNSkL";
}.teaching-experience-YxbKJl .img-card-QPJIE1 {
    height: 180px;
    width: 80%;
    margin: 0 auto;
}.teaching-experience-YxbKJl .name,
    .teaching-experience-YxbKJl .review-list-mqZdsG span:not(.name) {
    text-align: center;
    transform: translateX(0);
}.teaching-experience-YxbKJl .work-trajectory-dpNSkL {
    padding: 15px;
}}.course-summary-5KJrpa {
    overflow: hidden;
    position: relative;
    background: linear-gradient(45deg, rgb(236,234,236) 0%, rgb(168,121,168,0.5) 50%, rgb(236,234,236) 100%);
    padding: 6rem 0;
}.course-summary-5KJrpa::before {
    top: -10%;
    right: -10%;
    opacity: 0.4;
    width: 70%;
    position: absolute;
    content: "";
    height: 70%;
    background: radial-gradient(circle, rgb(191,175,192,0.5) 0%, transparent 70%);
    animation: pulseGlow 15s ease-in-out infinite;
    z-index: 1;
    border-radius: 50%;
}.course-summary-5KJrpa::after {
    content: "";
    width: 50%;
    border-radius: 50%;
    z-index: 1;
    animation: pulseGlow 12s ease-in-out infinite reverse;
    position: absolute;
    left: -5%;
    height: 50%;
    opacity: 0.3;
    background: radial-gradient(circle, rgb(168,121,168,0.5) 0%, transparent 70%);
    bottom: -5%;
}@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

.course-summary-5KJrpa .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
}.course-summary-5KJrpa .learn-study-vVltXx {
    grid-template-columns: 1.2fr 0.8fr;
    transform: perspective(1000px) rotateY(-2deg);
    display: grid;
    transform-style: preserve-3d;
    gap: 3rem;
    position: relative;
}.course-summary-5KJrpa .learn-study-vVltXx::before {
    left: -2rem;
    width: calc(100% + 4rem);
    height: calc(100% + 4rem);
    top: -2rem;
    transform: translateZ(-10px);
    content: "";
    background: 
        repeating-linear-gradient(90deg, transparent, transparent 50px, rgb(191,175,192,0.5) 50px, rgb(191,175,192,0.5) 51px),
        repeating-linear-gradient(180deg, transparent, transparent 50px, rgb(191,175,192,0.5) 50px, rgb(191,175,192,0.5) 51px);
    border-radius: 10px;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
}.course-summary-5KJrpa .training-route-0CdBxW {
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.1),
        0 10px 20px -5px rgba(0, 0, 0, 0.04),
        inset 0 0 0 1px rgb(236,234,236);
    background: #ffffff;
    position: relative;
    z-index: 3;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 0% 100%);
    padding: 3rem;
    border-radius: 10px;
    transform: translateZ(20px);
}.course-summary-5KJrpa .training-route-0CdBxW::before {
    content: "";
    width: 100%;
    opacity: 0.7;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #ffffff 0%, transparent 100%);
    border-radius: 10px;
    height: 100%;
    z-index: -1;
    top: 0;
}.course-summary-5KJrpa .nav-base-3gO5Ud {
    position: relative;
    align-items: center;
    display: flex;
    margin-bottom: 2rem;
}.course-summary-5KJrpa .nav-base-3gO5Ud::before {
    background: rgb(191,175,192);
    width: 40px;
    height: 2px;
    right: -20px;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    content: "";
    transform: translateY(-50%);
}.course-summary-5KJrpa .nav-base-3gO5Ud::after {
    bottom: -10px;
    left: 0;
    position: absolute;
    border-radius: 10px;
    height: 3px;
    background: linear-gradient(90deg, rgb(168,121,168) 0%, transparent 100%);
    content: "";
    width: 60px;
}.course-summary-5KJrpa .nav-base-3gO5Ud svg {
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgb(191,175,192,0.5));
    width: auto;
    height: 4rem;
}.course-summary-5KJrpa .nav-base-3gO5Ud svg:hover {
    filter: drop-shadow(0 6px 12px rgb(191,175,192,0.5));
    transform: translateY(-2px) scale(1.03);
}.course-summary-5KJrpa .nav-base-3gO5Ud svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,175,192);
}.course-summary-5KJrpa .nav-base-3gO5Ud svg:hover path {
    fill: rgb(168,121,168);
}.course-summary-5KJrpa h3 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    color: transparent;
    background: linear-gradient(to right, #000000 0%, rgb(191,175,192) 100%);
    display: inline-block;
    background-clip: text !important;
    transform: translateZ(5px);
    font-weight: 700;
    -webkit-background-clip: text !important;
    position: relative;
}.course-summary-5KJrpa h3::after {
    bottom: -8px;
    border-radius: 10px;
    position: absolute;
    width: 30px;
    content: "";
    height: 3px;
    left: 0;
    background: rgb(191,175,192);
    transition: width 0.3s ease;
}.course-summary-5KJrpa .training-route-0CdBxW:hover h3::after {
    width: 80px;
}.course-summary-5KJrpa p {
    transform: translateZ(10px);
    font-size: 15px;
    color: #000000;
    position: relative;
    z-index: 2;
    line-height: 1.7;
    margin-bottom: 1rem;
}.course-summary-5KJrpa .img-card-QPJIE1 {
    transform: translateZ(30px) rotate(3deg);
    position: relative;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    overflow: hidden;
    height: 450px;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.1),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    min-height: 400px;
    animation: floatAnimation 6s ease-in-out infinite;
    height: 100%;
}@keyframes floatAnimation {
    0% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
    50% {
        transform: translateZ(30px) rotate(3deg) translateY(-10px);
    }
    100% {
        transform: translateZ(30px) rotate(3deg) translateY(0);
    }
}

.course-summary-5KJrpa .img-card-QPJIE1::before {
    z-index: 1;
    mix-blend-mode: soft-light;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    transition: all 0.5s ease;
    left: 0;
    height: 100%;
    background: linear-gradient(
        45deg,
        transparent 0%,
        transparent 40%,
        rgb(191,175,192,0.5) 100%
    );
    opacity: 0.5;
}.course-summary-5KJrpa .img-card-QPJIE1::after {
    z-index: 1;
    background: linear-gradient(
        to top,
        rgb(191,175,192,0.5) 0%,
        transparent 100%
    );
    position: absolute;
    height: 50%;
    bottom: 0;
    content: "";
    width: 100%;
    opacity: 0.3;
    left: 0;
}.course-summary-5KJrpa .learn-study-vVltXx:hover .img-card-QPJIE1 {
    border-radius: 60% 40% 60% 40% / 40% 60% 40% 60%;
    transform: translateZ(40px) rotate(1deg) scale(1.03);
    box-shadow: 
        25px 25px 70px rgba(0, 0, 0, 0.15),
        -25px -25px 70px rgba(255, 255, 255, 0.15),
        inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}.course-summary-5KJrpa .learn-study-vVltXx:hover .img-card-QPJIE1::before {
    background: linear-gradient(
        45deg,
        transparent 0%,
        rgb(168,121,168,0.5) 40%,
        rgb(191,175,192,0.5) 100%
    );
    opacity: 0.7;
}

@media (max-width: 1024px) {.course-summary-5KJrpa {
    padding: 5rem 0;
}.course-summary-5KJrpa .learn-study-vVltXx {
    gap: 2rem;
    transform: perspective(1000px) rotateY(0deg);
    grid-template-columns: 1fr;
}.course-summary-5KJrpa .training-route-0CdBxW {
    padding: 2.5rem;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}.course-summary-5KJrpa .img-card-QPJIE1 {
    border-radius: 20% 80% 20% 80% / 80% 20% 80% 20%;
    min-height: 350px;
    transform: translateZ(20px) rotate(0deg);
}.course-summary-5KJrpa .learn-study-vVltXx:hover .img-card-QPJIE1 {
    transform: translateZ(30px) scale(1.02);
}
}

@media (max-width: 768px) {.course-summary-5KJrpa {
    padding: 4rem 0;
}.course-summary-5KJrpa .learn-study-vVltXx::before {
    height: calc(100% + 3rem);
    top: -1.5rem;
    width: calc(100% + 3rem);
    left: -1.5rem;
}.course-summary-5KJrpa .training-route-0CdBxW {
    padding: 2rem;
}.course-summary-5KJrpa .nav-base-3gO5Ud svg {
    height: 3.5rem;
}.course-summary-5KJrpa h3 {
    font-size: calc(32px * 0.9);
}.course-summary-5KJrpa .img-card-QPJIE1 {
    min-height: 300px;
}
}

@media (max-width: 576px) {.course-summary-5KJrpa {
    padding: 3rem 0;
}.course-summary-5KJrpa .learn-study-vVltXx::before {
    display: none;
}.course-summary-5KJrpa .training-route-0CdBxW {
    padding: 1.5rem;
}.course-summary-5KJrpa .nav-base-3gO5Ud svg {
    height: 3rem;
}.course-summary-5KJrpa .nav-base-3gO5Ud::before {
    width: 20px;
    right: -10px;
}.course-summary-5KJrpa h3 {
    margin-bottom: 1rem;
    font-size: calc(32px * 0.8);
}.course-summary-5KJrpa p {
    font-size: calc(15px * 0.9);
}.course-summary-5KJrpa .img-card-QPJIE1 {
    border-radius: 10% 90% 10% 90% / 90% 10% 90% 10%;
    min-height: 250px;
}}.greeting-page-mNGRD0 {
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: flex-start;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(236,234,236) 0%, rgb(168,121,168,0.5) 100%);
    position: relative;
    width: 100%;
    padding: 6rem 2rem;
}.greeting-page-mNGRD0::before {
    bottom: 0;
    background-image: 
    radial-gradient(circle at 10% 20%, rgb(191,175,192,0.5) 1px, transparent 3px),
    radial-gradient(circle at 30% 70%, rgb(191,175,192,0.5) 1px, transparent 3px),
    radial-gradient(circle at 70% 40%, rgb(191,175,192,0.5) 1px, transparent 3px),
    radial-gradient(circle at 90% 80%, rgb(191,175,192,0.5) 1px, transparent 3px);
    content: "";
    left: 0;
    position: absolute;
    z-index: 0;
    right: 0;
    background-size: 100px 100px;
    top: 0;
    opacity: 0.15;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN {
    max-width: 1400px;
    width: 100%;
    z-index: 1;
    position: relative;
    margin: 0 auto;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN > div {
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN > div > div:first-child {
    transform: translateX(-100%);
    opacity: 0;
    animation: slideInLeft 0.8s ease-out forwards;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN h3 {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
    font-size: 22px;
    position: relative;
    max-width: 90%;
    font-weight: 600;
    line-height: 1.4;
    border-left: 4px solid rgb(191,175,192);
    color: #000000;
    transition: all 0.3s ease;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(50px);
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    animation: fadeInUp 0.8s ease-out 0.3s forwards;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4::before {
    position: absolute;
    right: 0;
    z-index: 1;
    background: linear-gradient(180deg, 
    rgba(0, 0, 0, 0.1) 0%, 
    rgba(0, 0, 0, 0.7) 100%);
    left: 0;
    content: "";
    bottom: 0;
    top: 0;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 > div {
    display: flex;
    min-height: 400px;
    padding: 3rem 2rem;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 p {
    font-size: calc(14px * 1.1);
    padding-left: 1rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    margin-bottom: 1rem;
    color: #ffffff;
    position: relative;
    max-width: 80%;
    line-height: 1.6;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 p::before {
    position: absolute;
    left: 0;
    content: "";
    border-radius: 3px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: rgb(191,175,192);
}.greeting-page-mNGRD0 .title_style_header {
    margin-top: 0.5rem;
    position: relative;
    animation: fadeInUp 0.6s ease-out 0.6s forwards;
    color: #ffffff;
    font-weight: 700;
    font-size: 45px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    line-height: 1.2;
    transform: translateY(10px);
    opacity: 0;
}.greeting-page-mNGRD0 .title_style_header::after {
    bottom: -10px;
    height: 4px;
    left: 0;
    background: rgb(191,175,192);
    border-radius: 2px;
    width: 80px;
    position: absolute;
    content: "";
}.greeting-page-mNGRD0:hover .title_style_header::after {
    width: 120px;
    transition: width 0.4s ease;
}

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

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

@media (min-width: 768px) {.greeting-page-mNGRD0 {
    padding: 8rem 4rem;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN > div {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    gap: 3rem;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN h3 {
    margin-bottom: 0;
    font-size: calc(22px * 1.1);
    padding-left: 2rem;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 {
    min-height: 450px;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 > div {
    padding: 4rem 3rem;
}.greeting-page-mNGRD0 .title_style_header {
    font-size: calc(45px * 1.2);
}
}

@media (min-width: 1024px) {.greeting-page-mNGRD0 {
    height: 100vh;
    padding: 0;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN > div {
    gap: 4rem;
    grid-template-columns: 0.8fr 1.2fr;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN h3 {
    font-size: calc(22px * 1.2);
    max-width: 85%;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 {
    min-height: 500px;
    transform: perspective(1000px) rotateY(-5deg);
    transition: transform 0.6s ease;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4:hover {
    transform: perspective(1000px) rotateY(0deg);
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 > div {
    padding: 5rem 4rem;
}.greeting-page-mNGRD0 .title_style_header {
    font-size: calc(45px * 1.4);
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 p {
    font-size: calc(14px * 1.2);
}
}

@media (max-width: 767px) {.greeting-page-mNGRD0 {
    padding: 4rem 1.5rem;
}.greeting-page-mNGRD0 .quick-edu-nEC3WN h3 {
    max-width: 100%;
    font-size: calc(22px * 0.9);
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 > div {
    padding: 2rem 1.5rem;
    min-height: 350px;
}.greeting-page-mNGRD0 .title_style_header {
    font-size: calc(45px * 0.9);
}.greeting-page-mNGRD0 .quick-edu-nEC3WN .master-study-h1dwS4 p {
    font-size: 14px;
    max-width: 100%;
}}.privacyPolicyOverlay-TaC5Eq {
    z-index: 90;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 20px 0px;
    width: 100%;
    bottom: 0;
    position: fixed;
    background: rgb(168,121,168);
    border-top: 2px solid rgb(191,175,192);
    transition: all 0.3s ease-in-out;
    padding: 20px 0;
}.cookie-explained-pZ6Qbf {
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 20px 30px;
    margin: auto;
    align-items: center;
}.privacyPolicyOverlay-TaC5Eq h5 {
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}.privacyPolicyOverlay-TaC5Eq p {
    font-size: 13px;
    max-width: 500px;
    color: #ffffff;
}.consent-ack-plKrMh {
    margin-right: 20px;
    flex-shrink: 0;
}.consent-ack-plKrMh svg, .consent-ack-plKrMh svg path {
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
    fill: rgb(191,175,192);
}.consent-ack-plKrMh:hover svg {
    transform: rotate(10deg);
}.edu-approve-D5F03w {
    box-shadow: rgb(191,175,192,0.5) 0px 4px 10px 0px;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 23px;
    background: rgb(191,175,192);
    margin-left: 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
}.cookie_button.track-cookies-ZWCyq9 {
    background: rgb(191,175,192);
}.cookie_button.cookie-tab-fzL2F8 {
    background: rgb(168,121,168);
}.edu-approve-D5F03w:hover {
    box-shadow: rgb(191,175,192,0.5) 0px 6px 15px 0px;
    transform: scale(1.05);
}.privacyPolicyOverlay-TaC5Eq p a {
    color: rgb(191,175,192);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease-in-out;
}.privacyPolicyOverlay-TaC5Eq p a:hover {
    color: rgb(168,121,168);
}.content-wrapper-B1bFyC .privacyPolicyOverlay-TaC5Eq {
    box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 40px 39px;
    border: none;
    background: rgb(168,121,168);
    padding: 40px 0;
}.content-wrapper-B1bFyC .edu-approve-D5F03w {
    background: rgb(191,175,192);
    border-radius: 10px;
    font-weight: 400;
    color: #ffffff;
    padding: 10px;
    font-size: 15px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    border: none;
    margin-left: 30px;
}.content-wrapper-B1bFyC .cookie-ack-Seuc6H h5, .content-wrapper-B1bFyC .cookie-ack-Seuc6H p {
    color: #ffffff;
}
@media only screen and (max-width: 1200px) {.privacyPolicyOverlay-TaC5Eq {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent-ack-plKrMh {
    display: none;
}.cookie-explained-pZ6Qbf {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.privacyPolicyOverlay-TaC5Eq h5 {
    text-align: center;
}.privacyPolicyOverlay-TaC5Eq p {
    text-align: center;
}.cookie-ack-Seuc6H {
    margin-bottom: 20px;
    text-align: center;
}.edu-approve-D5F03w {
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    margin-left: 0;
}}
#cookiePolicyWindow-SXl1kt {
    display: none;
}#cookiePolicyWindow-SXl1kt:checked ~ .privacyPolicyOverlay-TaC5Eq {
    visibility: hidden;
    opacity: 0;
}header {
    -webkit-backdrop-filter: blur(10px);
    z-index: 100;
    margin-top: 0;
    background: linear-gradient(135deg, rgb(191,175,192,0.5) 0%, rgb(168,121,168,0.5) 100%);
    position: relative;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0;
}header::before {
    z-index: -1;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(191,175,192,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(168,121,168,0.5) 0%, transparent 30%);
    height: 100%;
    width: 100%;
    opacity: 0.5;
}header .site-study-UichWC {
    padding: 1.2rem 2.5rem;
    z-index: 5;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .nav-base-3gO5Ud {
    background: rgba(255, 255, 255, 0.15);
    transition: all 0.4s ease;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 0.8rem 1.2rem;
    -webkit-backdrop-filter: blur(5px);
    border-radius: 21px;
    backdrop-filter: blur(5px);
    z-index: 2;
}header .nav-base-3gO5Ud:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.25);
}header .nav-site-kuNEoW {
    transition: all 0.3s ease;
    display: block;
}header .nav-site-kuNEoW img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .nav-lead-eq9da7 {
    margin: 0;
    display: flex;
    z-index: 2;
    padding: 0;
    position: relative;
    list-style: none;
}header .head-pagebar-a5WfhI {
    margin: 0 0.3rem;
    position: relative;
}header .head-pagebar-a5WfhI a {
    padding: 0.8rem 1.2rem;
    z-index: 1;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    font-size: 17px;
    -webkit-backdrop-filter: blur(5px);
    position: relative;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    display: block;
    font-weight: 600;
    border-radius: 21px;
}header .head-pagebar-a5WfhI a:hover {
    border-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}header .head-pagebar-a5WfhI a::before {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    left: 0;
    border-radius: 21px;
    z-index: -1;
    height: 100%;
    content: '';
    opacity: 0;
    width: 100%;
    position: absolute;
    transition: opacity 0.3s ease;
    top: 0;
}header .head-pagebar-a5WfhI a:hover::before {
    opacity: 1;
}header .head-pagebar-a5WfhI::after {
    bottom: -3px;
    position: absolute;
    content: '';
    background: #ffffff;
    transition: width 0.3s ease;
    border-radius: 10px;
    opacity: 0.7;
    width: 0;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
}header .head-pagebar-a5WfhI:hover::after {
    width: 70%;
}header .site-study-UichWC::before {
    filter: blur(40px);
    background: rgb(191,175,192,0.5);
    position: absolute;
    top: -20px;
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    content: '';
    right: -20px;
}header .site-study-UichWC::after {
    border-radius: 50%;
    background: rgb(168,121,168,0.5);
    opacity: 0.5;
    left: -20px;
    height: 80px;
    content: '';
    filter: blur(30px);
    width: 80px;
    z-index: -1;
    position: absolute;
    bottom: -20px;
}header .head-primary-IgiTFN {
    padding-top: 2rem;
    z-index: 1;
    position: relative;
    background: rgb(236,234,236);
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .nav-base-3gO5Ud::after {
    bottom: -20px;
    content: '';
    transition: all 0.4s ease;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    position: absolute;
    opacity: 0.5;
    width: 100%;
    left: 0;
    height: 20px;
}header .nav-base-3gO5Ud:hover::after {
    opacity: 0.7;
    transform: scaleX(0.9);
}

@media (min-width: 1400px) {header .site-study-UichWC {
    max-width: 1320px;
    margin: 0 auto;
}header .head-pagebar-a5WfhI {
    margin: 0 0.5rem;
}header .head-pagebar-a5WfhI a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}header .site-study-UichWC {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .nav-base-3gO5Ud {
    margin-bottom: 0;
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .nav-lead-eq9da7 {
    justify-content: flex-end;
    flex-basis: 100%;
    margin-top: 1rem;
}header .head-pagebar-a5WfhI a {
    font-size: calc(17px - 1px);
    padding: 0.6rem 1rem;
    border-radius: 10px;
}header .site-study-UichWC::before,
    header .site-study-UichWC::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site-study-UichWC {
    padding: 0.8rem 1.2rem;
}header .nav-base-3gO5Ud {
    padding: 0.5rem 0.8rem;
    max-width: 140px;
}header .nav-site-kuNEoW img {
    max-height: 35px;
}header .nav-lead-eq9da7 {
    scrollbar-width: thin;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}header .nav-lead-eq9da7::-webkit-scrollbar {
    height: 3px;
}header .nav-lead-eq9da7::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .head-pagebar-a5WfhI {
    margin: 0 0.15rem;
    flex: 0 0 auto;
}header .head-pagebar-a5WfhI a {
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
    font-size: calc(17px - 2px);
}header .head-pagebar-a5WfhI::after {
    display: none;
}header .nav-base-3gO5Ud::after {
    display: none;
}
}

@media (max-width: 479px) {header .site-study-UichWC {
    padding: 0.7rem 1rem;
}header .nav-base-3gO5Ud {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .head-pagebar-a5WfhI a {
    padding: 0.4rem 0.6rem;
    font-size: calc(17px - 3px);
}}.thanks-msg-eLVvoD {
    overflow: hidden;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(236,234,236), rgb(168,121,168,0.5));
    position: relative;
    perspective: 1000px;
}.thanks-msg-eLVvoD::before {
    height: 100%;
    animation: backgroundShift 20s infinite alternate ease-in-out;
    top: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    background: 
        linear-gradient(80deg, transparent 30%, rgba(255, 255, 255, 0.03) 40%, transparent 60%),
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.02) 10px, rgba(255, 255, 255, 0.02) 20px);
    content: "";
}.thanks-msg-eLVvoD .container {
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.thanks-msg-eLVvoD .learn-study-vVltXx {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.98));
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        0 1px 0 rgba(255, 255, 255, 0.2) inset;
    gap: 2.5rem;
    transform: translateZ(0);
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    backdrop-filter: blur(8px);
    padding: 3rem;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.12),
        0 8px 20px rgba(0, 0, 0, 0.08),
        0 1px 0 rgba(255, 255, 255, 0.3) inset;
    transform: translateZ(10px) scale(1.01);
}.thanks-msg-eLVvoD .learn-study-vVltXx::before {
    top: 0;
    background: linear-gradient(45deg, transparent 0%, rgb(191,175,192,0.5) 100%);
    transform: translateZ(-10px);
    opacity: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    width: 100%;
    left: 0;
    transition: opacity 0.5s ease;
    content: "";
    pointer-events: none;
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover::before {
    opacity: 0.05;
}.thanks-msg-eLVvoD .learn-study-vVltXx > div:first-child {
    transform: translateZ(20px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
}.thanks-msg-eLVvoD .learn-study-vVltXx > div:first-child::after {
    background: rgb(191,175,192);
    transform: scaleX(0);
    height: 3px;
    left: 0;
    bottom: -10px;
    width: 60px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    content: "";
    transform-origin: left;
    position: absolute;
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover > div:first-child::after {
    transform: scaleX(1);
}.thanks-msg-eLVvoD h5 {
    color: #000000;
    position: relative;
    font-weight: 700;
    line-height: 1.4;
    font-size: 24px;
    letter-spacing: 0.02em;
    transform: translateZ(5px);
    margin: 0;
}.thanks-msg-eLVvoD h5::first-letter {
    font-size: 1.2em;
    color: rgb(191,175,192);
}.thanks-msg-eLVvoD .learn-study-vVltXx > div:last-child {
    position: relative;
    transform: translateZ(15px);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}.thanks-msg-eLVvoD a {
    text-decoration: none;
    overflow: hidden;
    position: relative;
    color: inherit;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    display: block;
}.thanks-msg-eLVvoD a::before {
    content: "";
    top: 0;
    height: 100%;
    left: -100%;
    width: 100%;
    transition: left 0.8s ease-in-out;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover a::before {
    left: 100%;
}.thanks-msg-eLVvoD p {
    line-height: 1.7;
    transition: opacity 0.4s ease;
    font-weight: 400;
    font-size: 17px;
    margin: 0;
    opacity: 0.9;
    color: #000000;
}.thanks-msg-eLVvoD a:hover p {
    opacity: 1;
    color: rgb(191,175,192);
}

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

@media (min-width: 768px) {.thanks-msg-eLVvoD {
    padding: 7rem 0;
}.thanks-msg-eLVvoD .learn-study-vVltXx {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.thanks-msg-eLVvoD h5 {
    font-size: calc(24px * 1.1);
}.thanks-msg-eLVvoD p {
    font-size: calc(17px * 1.05);
}.thanks-msg-eLVvoD .learn-study-vVltXx::after {
    top: -15px;
    position: absolute;
    width: 30px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    content: "";
    right: -15px;
    transform: translateZ(10px) scale(0.9);
    border-top: 3px solid rgb(191,175,192);
    border-right: 3px solid rgb(191,175,192);
    height: 30px;
    opacity: 0;
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover::after {
    opacity: 1;
    transform: translateZ(10px) scale(1);
}.thanks-msg-eLVvoD .learn-study-vVltXx::before {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition: clip-path 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover::before {
    clip-path: polygon(5% 5%, 95% 5%, 95% 95%, 5% 95%);
}
}

@media (min-width: 992px) {.thanks-msg-eLVvoD {
    padding: 8rem 0;
}.thanks-msg-eLVvoD .learn-study-vVltXx {
    gap: 4rem;
    padding: 5rem;
}.thanks-msg-eLVvoD .learn-study-vVltXx > div:first-child {
    transform: translateZ(30px) translateX(-10px);
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover > div:first-child {
    transform: translateZ(40px) translateX(0);
}.thanks-msg-eLVvoD .learn-study-vVltXx > div:last-child {
    transform: translateZ(20px) translateX(10px);
}.thanks-msg-eLVvoD .learn-study-vVltXx:hover > div:last-child {
    transform: translateZ(30px) translateX(0);
}.thanks-msg-eLVvoD a {
    padding: 1rem 0;
}.thanks-msg-eLVvoD p {
    line-height: 1.8;
}.thanks-msg-eLVvoD .container::before {
    width: 80%;
    position: absolute;
    left: 10%;
    opacity: 0.5;
    bottom: -20px;
    height: 1px;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,175,192,0.5), transparent);
}
}

@media (max-width: 767px) {.thanks-msg-eLVvoD {
    padding: 3rem 1rem;
}.thanks-msg-eLVvoD .learn-study-vVltXx {
    padding: 2rem 1.5rem;
}.thanks-msg-eLVvoD h5 {
    font-size: calc(24px * 0.9);
}.thanks-msg-eLVvoD p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}