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

svg {
    height: 30px;
    width: 30px;
}

html,body {
    color: #000000;
    height: 100%;
    min-height: 100%;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}

.user-reviews-5812 .container {
    z-index: 1;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 1.5rem;
}

.user-reviews-5812 h2::after {
    left: 0;
    bottom: -10px;
    background: rgb(192,165,194);
    content: "";
    width: 80px;
    height: 3px;
    animation: lineGrow 3s ease-out infinite alternate;
    transform-origin: left;
    position: absolute;
}

.user-reviews-5812 .feedback-ratings-5429:hover {
    box-shadow: 0 20px 30px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateY(-10px) rotateX(2deg);
}

.user-reviews-5812 .feedback-ratings-5429:hover img {
    filter: grayscale(0%);
    border-color: rgb(192,165,194);
    transform: scale(1.05);
}

.user-reviews-5812 .feedback-ratings-5429:hover h4::after {
    width: 100%;
}

.user-reviews-5812 .description::before {
    content: "";
    left: 0.75rem;
    color: rgb(192,165,194);
    transform: translateX(-50%);
    opacity: 0.15;
    font-size: 3rem;
    position: absolute;
    line-height: 1;
    top: -10px;
}

.user-reviews-5812 a:hover {
    box-shadow: 0 5px 15px rgba(rgb(192,165,194,0.5), 0.3);
    transform: translateY(-2px);
}

.learning-profits-5380::before {
    animation: float 15s ease-in-out infinite alternate;
    filter: blur(60px);
    right: -200px;
    background: linear-gradient(135deg, rgb(192,165,194,0.5) 0%, transparent 70%);
    border-radius: 50%;
    position: absolute;
    height: 600px;
    content: "";
    top: -200px;
    width: 600px;
}

.learning-profits-5380 .img-border-5607 {
    transform: rotate(-3deg) translateY(10px);
    max-width: 350px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: 2;
    box-shadow: 
    15px 15px 30px rgba(0, 0, 0, 0.15),
    -5px -5px 20px rgba(255, 255, 255, 0.5),
    inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    flex: 0 0 40%;
}

.learning-profits-5380 ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.learning-profits-5380 li:hover {
    transform: translateX(10px);
    box-shadow: 
    8px 8px 20px rgba(0, 0, 0, 0.08),
    -8px -8px 20px rgba(255, 255, 255, 0.8);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
}

.learning-profits-5380 svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.potential-students-8751::before {
    z-index: 0;
    background: linear-gradient(
        135deg,
        transparent 20px,
        rgb(192,165,194,0.5) 20px,
        rgb(192,165,194,0.5) 22px,
        transparent 22px
    ),
    linear-gradient(
        225deg,
        transparent 20px,
        rgb(156,121,159,0.5) 20px,
        rgb(156,121,159,0.5) 22px,
        transparent 22px
    );
    width: 100%;
    opacity: 0.15;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background-size: 60px 60px;
}

.potential-students-8751 ul li {
    border-top: 1px solid rgb(156,121,159,0.5);
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.05),
        -10px -10px 20px rgba(255, 255, 255, 0.5);
    font-size: 13px;
    border-bottom: 3px solid rgb(156,121,159);
    transition: all 0.4s ease;
    border-right: 1px solid rgb(156,121,159,0.5);
    border-left: 3px solid rgb(192,165,194);
    background: #ffffff;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 25px 25px 25px 70px;
}



.potential-students-8751 ul li:nth-child(odd) {
    animation: lightsOn 3s infinite alternate;
}

.title-portal-0659::before {
    border-radius: 40% 60% 70% 30%;
    position: absolute;
    z-index: 0;
    content: "";
    width: 35%;
    left: -5%;
    top: -10%;
    background: rgb(192,165,194,0.5);
    height: 50%;
    animation: float 15s infinite alternate ease-in-out;
    opacity: 0.15;
    filter: blur(80px);
}

.title-portal-0659 h1::after {
    left: 0;
    height: 6px;
    transition: width 0.5s ease;
    width: 100px;
    background: linear-gradient(90deg, rgb(192,165,194) 0%, rgb(156,121,159) 100%);
    border-radius: 3px;
    content: "";
    box-shadow: 0 4px 15px rgba(94,170,168,0.3);
    bottom: -0.75rem;
    position: absolute;
}

.title-portal-0659 svg {
    height: 140px;
    width: 140px;
    display: block;
    filter: drop-shadow(0px 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.5s ease, filter 0.5s ease;
    margin: 1rem auto 2rem;
}

.title-portal-0659 svg:hover path {
    fill: rgb(192,165,194);
}

.title-portal-0659 .contact-reach-0489 {
    border-radius: 11px;
    transition: all 0.3s ease;
    padding: 1rem 2rem;
    text-decoration: none;
    transform: translateZ(0);
    border: none;
    font-size: 16px;
    box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.1),
                -6px -6px 18px rgba(255, 255, 255, 0.8),
                inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    cursor: pointer;
    overflow: hidden;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #ffffff;
    background: linear-gradient(135deg, rgb(192,165,194) 0%, rgb(156,121,159) 100%);
}

#bannerCookieNotice-3654:checked ~ .cookie-banner-dialog-2307 {
    visibility: hidden;
    opacity: 0;
}

.cookie-banner-dialog-2307 h5 {
    color: rgb(192,165,194);
    margin: 0;
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.cookie-frame-6804 svg {
    height: 60px;
    width: 60px;
    fill: rgb(192,165,194);
}

.cookie_button.cookie-rules-8437 {
    border: 2px solid rgb(156,121,159);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}

.cookie-banner-dialog-2307 p a:hover {
    color: rgb(156,121,159);
}

.test-drive-1378::before {
    top: 0;
    position: absolute;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%, 
                transparent 50%, rgba(255, 255, 255, 0.1) 50%, 
                rgba(255, 255, 255, 0.1) 75%, transparent 75%);
    z-index: -1;
    content: "";
    background-size: 50px 50px;
    opacity: 0.2;
    height: 100%;
    width: 100%;
    transform: skewY(-3deg) translateY(20px);
    left: 0;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.test-drive-1378 div span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: perspective(800px) rotateX(0deg);
}

.test-drive-1378 .contact-reach-0489:hover::before {
    left: 100%;
}

.test-drive-1378 .contact-reach-0489:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 
                0 3px 3px rgba(0, 0, 0, 0.05),
                0 0 0 4px rgba(255, 255, 255, 0.1);
    transform: translateY(1px);
}

.company-overview-6487 {
    overflow: hidden;
    padding: 120px 0 100px;
    position: relative;
    isolation: isolate;
}

.company-overview-6487 .container {
    max-width: 1200px;
    z-index: 1;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.company-overview-6487 h2:hover::after {
    transform: scaleX(1.5);
}

.company-overview-6487 .content-holder-5027 {
    max-width: 900px;
    padding: 50px;
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-left: auto;
    background: rgba(255, 255, 255, 0.92);
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), calc(100% - 40px) 100%, 0 100%);
}

.company-overview-6487 .content-holder-5027 div > div::first-letter {
    font-size: 1.8em;
    line-height: 1;
    padding: 5px 10px 0 0;
    font-weight: 700;
    float: left;
    color: rgb(192,165,194);
}

.secure-grotto-7216 h3, .secure-grotto-7216 h4, .secure-grotto-7216 h5, .secure-grotto-7216 h6 {
    font-weight: 600;
    font-size: 23px;
    color: rgb(192,165,194);
    margin-top: 25px;
    margin-bottom: 15px;
}

.trust-badge-6248::before {
    left: 0;
    top: 0;
    height: 1px;
    animation: shimmer 8s linear infinite;
    right: 0;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(192,165,194) 25%, 
                #ffffff 50%, 
                rgb(156,121,159) 75%, 
                transparent 100%);
    content: "";
}

.trust-badge-6248 .company_holder h3::after {
    bottom: -8px;
    content: "";
    transition: transform 0.5s ease;
    background: linear-gradient(to right, rgb(192,165,194), rgb(156,121,159));
    left: 0;
    width: 100%;
    transform-origin: left;
    height: 2px;
    position: absolute;
    transform: scaleX(0.3);
}

.trust-badge-6248 .main-class-1479:hover h5::before {
    width: 100%;
}

.trust-badge-6248 .main-class-1479 .main-teach-3258 {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.trust-badge-6248 .main-class-1479 a:hover {
    color: #ffffff;
    transform: translateX(5px);
}

.site-map-6235::before {
    top: 0;
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(156,121,159) 25%, 
                #ffffff 50%, 
                rgb(192,165,194) 75%, 
                transparent 100%);
    content: "";
    left: 0;
    right: 0;
    height: 1px;
}

.trust-badge-6248 .exam-prep-9104::before {
    height: 0;
    position: absolute;
    transition: width 0.5s ease 0.3s, height 0.5s ease;
    top: -10px;
    left: -10px;
    border: 1px solid transparent;
    width: 0;
    content: "";
}

.reach-us-3486 {
    overflow: hidden;
    font-family: Arial, sans-serif;
    position: relative;
    background: linear-gradient(135deg, rgb(230,218,231) 0%, rgba(245, 247, 250, 0.97) 100%);
    padding: 4rem 2rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.reach-us-3486 h1::after {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: rgb(156,121,159);
    left: 50%;
    bottom: -10px;
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    transform: translateX(-50%) scaleX(0.8);
}

.reach-us-3486 .quick-reach-3614 > div:hover {
    transform: translateX(5px);
    background: rgba(245, 247, 250, 0.8);
    border-left: 3px solid rgb(156,121,159);
}

.reach-us-3486 h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.reach-us-3486 .reach-team-5813 {
    flex-direction: column;
    display: flex;
    gap: 1.2rem;
}

.reach-us-3486 .quick-request-5719 {
    text-decoration: none;
    display: flex;
    font-size: 18px;
    color: #000000;
    align-items: center;
    transition: color 0.3s ease;
    text-transform: capitalize;
    font-weight: 400;
}

.academic-experience-2384::before {
    right: -5%;
    background: linear-gradient(120deg, rgb(192,165,194,0.5) 10%, rgb(156,121,159,0.5) 90%);
    position: absolute;
    top: -10%;
    content: "";
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    width: 25rem;
    z-index: 1;
    transform: rotate(-15deg);
    opacity: 0.1;
    height: 25rem;
}

.academic-experience-2384 .feedback-ratings-5429 > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

.academic-experience-2384 .name {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-weight: 700;
    font-size: 23px;
    color: rgb(192,165,194);
    position: relative;
}

.academic-experience-2384 .feedback-ratings-5429 > div:nth-child(2) {
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.tariff-feature-7510 {
    position: relative;
    padding: 7rem 0;
    background: linear-gradient(135deg, rgb(230,218,231) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
}

.tariff-feature-7510 .container {
    z-index: 2;
    max-width: 1400px;
    position: relative;
    margin: 0 auto;
    padding: 0 2rem;
}

.tariff-feature-7510 .skill-plans-7152 h2 {
    color: #000000;
    margin-bottom: 1.5rem;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 31px;
}

.tariff-feature-7510 .study-rates-0526 {
    overflow: hidden;
    background: #ffffff;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), 
                box-shadow 0.4s ease;
    position: relative;
    height: 100%;
    color: #000000;
    text-decoration: none;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.tariff-feature-7510 .cost-fee-1538 .annual-fee-1209 {
    margin-bottom: 1.5rem;
    font-size: calc(22px * 1.3);
    color: rgb(192,165,194);
    position: relative;
    font-weight: 700;
}

.tariff-feature-7510 .img-border-5607::after {
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.4));
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
}

.course-program-info-3548::before {
    height: 100%;
    top: 0;
    background-size: 60px 60px;
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(225deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(315deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0,
                linear-gradient(45deg, rgba(0, 0, 0, 0.03) 25%, transparent 25%) 0 0;
    content: "";
}

.course-program-info-3548 .content-holder-5027 .description:last-child {
    margin-bottom: 0;
}

.course-program-info-3548 .img-border-5607 {
    overflow: hidden;
    width: 100%;
    position: relative;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    height: 500px;
    border-radius: 27px;
    margin-top: 60px;
}

.course-program-info-3548 .pro-skills-0528::after {
    transform: rotate(-45deg);
    right: -100px;
}

.contact-us-1478 {
    position: relative;
    background: rgb(230,218,231);
    overflow: hidden;
    padding: 100px 0;
}



.contact-us-1478 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 30px;
    max-width: 1200px;
}

.contact-us-1478 h2::before {
    width: 100px;
    position: absolute;
    background: rgb(192,165,194);
    box-shadow: 
        0 0 5px rgb(192,165,194),
        0 0 10px rgb(192,165,194),
        0 0 15px rgb(192,165,194);
    content: "";
    height: 2px;
    bottom: -15px;
    left: calc(50% - 50px);
}

.contact-us-1478 .img-border-5607 {
    flex: 0 0 45%;
    position: relative;
    min-height: 550px;
    overflow: hidden;
}

.contact-us-1478 .inquiry-support-9875 {
    flex: 0 0 55%;
    padding: 60px;
    background: #ffffff;
    position: relative;
}

.contact-us-1478 .inquiry-support-9875::after {
    position: absolute;
    bottom: -75px;
    z-index: 0;
    left: -75px;
    background: rgb(156,121,159,0.5);
    filter: blur(80px);
    content: "";
    opacity: 0.3;
    height: 150px;
    width: 150px;
}

.contact-us-1478 form input[type="text"]:focus {
    box-shadow: 
        0 0 0 1px rgb(192,165,194),
        0 0 5px rgb(192,165,194,0.5);
    outline: none;
    border-color: rgb(192,165,194);
}

.contact-us-1478 .support-inquiry-6948 label::before {
    width: 22px;
    border-radius: 4px;
    top: 0;
    position: absolute;
    border: 1px solid rgb(192,165,194,0.5);
    background: rgb(230,218,231);
    content: "";
    transition: all 0.3s ease;
    height: 22px;
    left: 0;
}

.contact-us-1478 .support-inquiry-6948 label a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.contact-us-1478 .contact-reach-0489:hover {
    box-shadow: 
        0 5px 20px rgb(156,121,159,0.5),
        0 0 0 1px rgb(156,121,159);
}

.contact-us-1478 svg {
    transition: all 0.3s ease;
    width: 22px;
    filter: drop-shadow(0 0 2px rgb(192,165,194,0.5));
    height: 22px;
    fill: rgb(192,165,194);
}

header .container {
    position: relative;
    padding: 0 3%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

header .top-head-9182::before {
    opacity: 0;
    width: 200%;
    content: '';
    left: -50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    transition: opacity 0.3s ease;
    top: -50%;
    height: 200%;
    position: absolute;
}

header .main-class-1479 {
    margin-top: 0.5rem;
    gap: 0.6rem;
    justify-content: center;
    max-width: 800px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

header .nav-info-4182:hover::before {
    transform: scaleX(1);
}

.metrics-summary-0179::before {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    content: "";
    z-index: 1;
    opacity: 0.9;
    top: 0;
    height: 100%;
}

.metrics-summary-0179 .extra-experts-3094 svg {
    width: 100%;
    fill: #ffffff;
    height: 100%;
}

.metrics-summary-0179 .statistics-zone-5413 {
    font-size: 35px;
    margin: 0 0 10px;
    font-weight: 700;
    position: relative;
}

.metrics-summary-0179 .study-edge-0534 {
    padding-bottom: 10px;
    margin: 0 -10px;
    overflow-x: auto;
    display: flex;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.metrics-summary-0179 .extra-pro-8659:hover {
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-5px);
}

.metrics-summary-0179 .extra-pro-8659:hover::before {
    opacity: 1;
}

.metrics-summary-0179 .study-statistics-4289::after {
    transition: all 0.3s ease;
    content: "";
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    left: 50%;
    position: absolute;
    height: 48px;
    transform: translate(-50%, -50%);
    top: 50%;
    width: 48px;
    z-index: -1;
}

.metrics-summary-0179 .extra-pro-8659:nth-child(4) span {
    animation-delay: 0.5s;
}

.metrics-summary-0179 .extra-pro-8659:nth-child(2) {
    animation: fadeInSlide 0.4s ease forwards 0.1s;
}

.thankYouDiv-5862 {
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgb(230,218,231) 0%, rgba(rgb(192,165,194,0.5), 0.08) 100%);
    position: relative;
    padding: 6rem 0;
}

.thankYouDiv-5862 .online-mastery-4961 {
    box-shadow: 
        0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.08),
        0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(
        145deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.85) 100%
    );
    padding: 3.5rem;
    transform: translateZ(0);
    mask-image: linear-gradient(
        to bottom right,
        transparent 0%,
        black 5%,
        black 95%,
        transparent 100%
    );
    overflow: hidden;
    gap: 2.5rem;
    flex-direction: column;
    position: relative;
    display: flex;
}

.thankYouDiv-5862 a:hover {
    transform: translateX(5px);
}

.metrics-summary-0179 .study-edge-0534::-webkit-scrollbar {
    display: none;
}



@media (max-width: 1200px) {.user-reviews-5812 {
    padding: 4rem 0;
}.user-reviews-5812 .student-views-9216 {
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
}



@media (prefers-reduced-motion: reduce) {.user-reviews-5812 .feedback-ratings-5429,
    .user-reviews-5812 .feedback-ratings-5429 img,
    .user-reviews-5812 a,
    .user-reviews-5812 h2::after {
    animation: none;
    transition: none;
}.user-reviews-5812 .feedback-ratings-5429:hover {
    transform: none;
}}



@media (max-width: 768px) {.learning-profits-5380 .online-mastery-4961 {
    flex-direction: column;
    gap: 30px;
}.learning-profits-5380 .img-border-5607 {
    width: 70%;
    align-self: center;
    max-width: 280px;
    transform: rotate(0deg) translateY(0);
}.learning-profits-5380 h3 {
    text-align: center;
}.learning-profits-5380 h3::after {
    transform: translateX(-50%);
    left: 50%;
}.learning-profits-5380 .content-holder-5027:hover h3::after {
    width: 100px;
}
}



@media (min-width: 992px) {.title-portal-0659 .online-mastery-4961 {
    padding: 5rem;
    min-height: 85vh;
}.title-portal-0659 h1 {
    max-width: 60%;
    font-size: calc(42px * 1.4);
}.title-portal-0659 .content-holder-5027 {
    width: 45%;
}.title-portal-0659 .img-border-5607 {
    transform: translateZ(0) translateX(0) rotate(0deg);
    height: 550px;
    width: 50%;
}.title-portal-0659 .img-border-5607:hover {
    transform: translateZ(0) translateX(-10px) rotate(1deg) scale(1.03);
}.title-portal-0659 svg {
    width: 160px;
    height: 160px;
}
}



@media (max-width: 767px) {.test-drive-1378 {
    padding: 3rem 1rem;
}.test-drive-1378::before {
    background-size: 30px 30px;
}.test-drive-1378 h6 {
    padding-bottom: 1.25rem;
    font-size: 19px;
}.test-drive-1378 h6::after {
    height: 2px;
    width: 50px;
}.test-drive-1378 .container {
    gap: 1.75rem;
}.test-drive-1378 .contact-reach-0489 {
    padding: 1rem 2rem;
}
}



@media (min-width: 992px) {.company-overview-6487::before {
    background: linear-gradient(135deg, rgb(156,121,159,0.5), transparent 90%);
}.company-overview-6487 .container {
    padding: 0 50px;
}.company-overview-6487 .content-holder-5027 {
    width: 85%;
    margin-left: 15%;
    padding: 70px 80px;
}.company-overview-6487 h2 {
    font-size: calc(32px * 1.2);
    margin-bottom: 70px;
}.company-overview-6487 .content-holder-5027::before {
    height: 250px;
    top: -125px;
    width: 250px;
    left: -125px;
}
}



@media (max-width: 576px) {.trust-badge-6248 {
    padding: 2.5rem 0 1rem;
}.trust-badge-6248 .company_holder h3 {
    font-size: calc(28px * 0.75);
}.trust-badge-6248 .exam-prep-9104 {
    font-size: calc(18px * 0.9);
}.trust-badge-6248 .main-class-1479 h5 {
    font-size: calc(24px * 0.9);
}.trust-badge-6248 .main-class-1479 a {
    font-size: calc(18px * 0.9);
}.site-map-6235 .partner-logo-3546 {
    padding: 0.4rem 0.8rem;
    font-size: calc(14px * 0.9);
}}



@media (hover: none) {.reach-us-3486 .quick-reach-3614:hover {
    transform: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}.reach-us-3486 .quick-reach-3614 > div:hover {
    transform: none;
}.reach-us-3486 .reach-team-5813 > div:hover {
    transform: none;
}}



@media (min-width: 992px) {.academic-experience-2384 .feedback-ratings-5429 {
    grid-template-rows: 1fr;
    grid-template-columns: 250px 250px 1fr;
    align-items: center;
}.academic-experience-2384 .feedback-ratings-5429 > div:first-child {
    grid-row: 1;
}.academic-experience-2384 .img-border-5607 {
    height: 220px;
    width: 220px;
}.academic-experience-2384 .career-overview-6983 {
    padding-left: 2rem;
}.academic-experience-2384 .career-overview-6983::before {
    font-size: 6rem;
    top: -2rem;
    left: -0.5rem;
}
}



@media (max-width: 991px) {.tariff-feature-7510 {
    padding: 5rem 0;
}.tariff-feature-7510 .study-rates-0526 {
    margin-bottom: 1.5rem;
}.tariff-feature-7510 .skill-plans-7152 {
    padding: 0 1rem;
}
}



@media (hover: none) {.tariff-feature-7510 .study-rates-0526:hover {
    transform: none;
}.tariff-feature-7510 .study-rates-0526:hover .img-border-5607 {
    transform: none;
}}



@media (min-width: 992px) {.course-program-info-3548 .pro-skills-0528 {
    display: grid;
    grid-gap: 30px;
    align-items: center;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
}.course-program-info-3548 .content-holder-5027 {
    grid-column: 1 / 3;
    grid-row: 1;
    margin-bottom: 60px;
    max-width: 100%;
}.course-program-info-3548 .content-holder-5027 .description:first-of-type {
    text-align: right;
    padding-right: 30px;
    grid-row: 2;
    grid-column: 1;
}.course-program-info-3548 .content-holder-5027 .description:last-child {
    grid-column: 2;
    grid-row: 2;
    text-align: left;
    padding-left: 30px;
}.course-program-info-3548 .img-border-5607 {
    grid-row: 3;
    height: 500px;
    max-width: 100%;
    grid-column: 1 / 3;
    margin-top: 60px;
}.course-program-info-3548 .pro-skills-0528 {
    position: relative;
}.course-program-info-3548 .pro-skills-0528::after {
    height: 100%;
    z-index: 1;
    width: 1px;
    left: 50%;
    top: 0;
    content: "";
    position: absolute;
    transform: translateX(-50%);
    background: linear-gradient(to bottom, transparent, rgb(192,165,194,0.5) 30%, rgb(192,165,194,0.5) 70%, transparent);
}
}



@media (max-width: 767px) {header .top-site-6134 {
    gap: 1.5rem;
}header .top-head-9182 {
    padding: 0.4rem 1rem;
}header .top-head-9182 svg {
    width: 130px;
}header .main-class-1479 {
    gap: 0.5rem;
}header .nav-info-4182 {
    padding: 0.5rem 0.9rem;
    font-size: calc(19px - 1px);
}
}


@media screen and (max-width: 991px) {.metrics-summary-0179 {
    padding: 100px 0;
}.metrics-summary-0179 .statistics-pluses-0495 {
    padding: 30px;
}.metrics-summary-0179 .extra-experts-3094 {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    padding: 12px;
}.metrics-summary-0179 .statistics-zone-5413 {
    font-size: calc(35px - 2px);
}.metrics-summary-0179 .statistics-edge-4095 {
    font-size: calc(13px - 1px);
}.metrics-summary-0179 .extra-pro-8659 {
    min-width: calc(33.33% - 20px);
    padding: 15px 12px;
}.metrics-summary-0179 .study-statistics-4289 {
    width: 36px;
    height: 36px;
    margin-bottom: 12px;
}.metrics-summary-0179 .study-statistics-4289::after {
    height: 42px;
    width: 42px;
}.metrics-summary-0179 .extra-pro-8659 span {
    font-size: calc(23px + 2px);
}
}



@media (min-width: 992px) {.thankYouDiv-5862 {
    padding: 10rem 0;
}.thankYouDiv-5862 .online-mastery-4961 {
    flex-direction: row;
    gap: 4rem;
    align-items: center;
}.thankYouDiv-5862 .online-mastery-4961 > div:first-child {
    flex: 0 0 40%;
}.thankYouDiv-5862 .online-mastery-4961 > div:last-child {
    flex: 0 0 60%;
}.thankYouDiv-5862 .online-mastery-4961 > div:first-child::before {
    top: 50%;
    left: auto;
    right: -2rem;
    height: 3rem;
    width: 2px;
    background: linear-gradient(to bottom, transparent, rgb(192,165,194), transparent);
}.thankYouDiv-5862 .online-mastery-4961 > div:last-child::after {
    background: linear-gradient(to bottom, transparent, rgb(192,165,194), transparent);
    bottom: 2rem;
    right: auto;
    left: -2rem;
    height: 3rem;
    width: 2px;
}
}



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



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



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

