﻿.top-study-04 {
    flex: 1 0 auto;
}

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

.inner-container-60 {
    flex-direction: column;
    min-height: 100%;
    height: 100%;
    display: flex;
}

html,body {
    height: 100%;
    auto
contain
touch-action: none;
    color: #000000;
    auto
    scroll-behavior: auto;
    scroll-snap-type: none;
    font-family: Arial, sans-serif;
    min-height: 100%;
}

.chrome-ext-76 .company_holder {
    grid-row: 1;
    position: relative;
    grid-column: 1 / 5;
}

.chrome-ext-76 .company_holder::before {
    border-left: 2px solid rgb(207,198,212);
    width: 60px;
    top: -20px;
    left: -20px;
    height: 60px;
    position: absolute;
    content: "";
    opacity: 0.7;
    border-top: 2px solid rgb(207,198,212);
}

.chrome-ext-76 .company_holder h3::after {
    position: absolute;
    box-shadow: 0 0 10px rgb(207,198,212);
    bottom: -5px;
    width: 30%;
    height: 2px;
    content: "";
    left: 0;
    background: rgb(207,198,212);
}

.chrome-ext-76 .header-lead-24 {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    display: grid;
}

.chrome-ext-76 .nav-header-38::before {
    content: "";
    width: 3px;
    background: rgb(207,198,212);
    position: absolute;
    transition: height 0.3s ease;
    top: 0;
    left: 0;
    height: 0;
}

.chrome-ext-76 .nav-header-38 h5 {
    font-size: 19px;
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    color: rgb(170,161,179);
    font-weight: 600;
    letter-spacing: 1px;
}

.chrome-ext-76 .nav-header-38 .header-lead-24 a::before {
    position: absolute;
    background: linear-gradient(90deg, rgba(rgb(207,198,212,0.5), 0.1), transparent);
    z-index: -1;
    height: 100%;
    transform: translateX(-100%);
    content: "";
    width: 100%;
    left: 0;
    transition: transform 0.3s ease;
    top: 0;
}

.desktop-app-82 .container {
    justify-content: center;
    align-items: center;
    display: flex;
}

.desktop-app-82 .assign-help-04 {
    text-align: center;
    opacity: 0.7;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 0.5px;
}



.data-overview-31 .container {
    z-index: 5;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.data-overview-31 .statistics-highlights-01 {
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr 2fr;
}

.data-overview-31 .key-classes-46 svg {
    width: 60px;
    fill: rgb(207,198,212);
    height: 60px;
}

.data-overview-31 .key-classes-46 svg path {
    fill: rgb(207,198,212);
}

.data-overview-31 .pro-extra-50::before {
    border-radius: 10px;
    left: -20px;
    background: rgb(207,198,212);
    position: absolute;
    width: 4px;
    content: "";
    transform: translateY(-50%);
    height: 80%;
    top: 50%;
}

.data-overview-31 .statistics-benefit-45 {
    position: relative;
    gap: 30px;
    grid-row: 3;
    grid-column: 1 / -1;
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}

.data-overview-31 .fast-upgrade-42 {
    flex-direction: column;
    transition: all 0.3s ease;
    padding: 0;
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex: 0 0 calc(25% - 30px);
}

.data-overview-31 .fast-upgrade-42 span {
    line-height: 1;
    order: 2;
    font-weight: 700;
    display: inline-block;
    position: relative;
    font-size: calc(33px * 1.5);
    margin: 0 0 5px 0;
    color: #ffffff;
}

.find-us-63 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.95) 100%);
    padding: 80px 0;
}


.find-us-63 .container {
    margin: 0 auto;
    z-index: 2;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    max-width: 1400px;
}

.find-us-63 .connect-experts-81 {
    display: flex;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
    position: relative;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2),
                0 5px 15px rgba(0, 0, 0, 0.15),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    border-radius: 14px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.find-us-63 .ask-form-41::after {
    height: 3px;
    bottom: 0;
    width: 80px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    border-radius: 10px;
    background: rgb(207,198,212);
    left: 50%;
}

.find-us-63 .message-panel-53 p {
    display: flex;
    transition: transform 0.3s ease;
    padding-left: 28px;
    align-items: baseline;
    word-break: break-word;
    color: #000000;
    line-height: 1.5;
    position: relative;
    padding-bottom: 10px;
    font-size: 13px;
    margin: 0;
}

.find-us-63 .message-panel-53 p svg path {
    animation: svgDraw 1.2s forwards;
    stroke-dashoffset: 40;
    stroke-dasharray: 40;
}

.find-us-63 .message-panel-53 p:nth-child(3) svg path {
    animation-delay: 0.5s;
}

.find-us-63 .message-panel-53 p span {
    display: inline-block;
    font-weight: 400;
    white-space: normal;
    max-width: 100%;
}

.find-us-63 .message-panel-53 p a:hover {
    color: rgb(207,198,212);
}

.find-us-63 .message-panel-53 p a:hover::after {
    width: 100%;
}

.find-us-63 .get-help-05 svg {
    height: 14px;
    stroke: rgb(170,161,179);
    stroke-linecap: round;
    animation: clockAnimation 4s linear infinite;
    width: 14px;
    fill: none;
    stroke-linejoin: round;
    top: 50%;
    position: absolute;
    left: 0;
    stroke-width: 2;
    transform: translateY(-50%);
}

.find-us-63 .help-desk-01 svg {
    opacity: 0.7;
    stroke-linejoin: round;
    height: 12px;
    transition: all 0.3s ease;
    fill: none;
    stroke-linecap: round;
    margin-right: 8px;
    stroke: rgb(170,161,179);
    width: 12px;
    stroke-width: 2;
}

.operation-process-62::after {
    pointer-events: none;
    content: "";
    right: -25%;
    height: 200%;
    z-index: 1;
    position: absolute;
    top: -50%;
    background: linear-gradient(to right, transparent, rgba(rgb(170,161,179,0.5), 0.08));
    width: 70%;
    transform: rotate(-15deg);
}

.operation-process-62 h2::after {
    left: 0;
    content: "";
    transform-origin: left;
    width: 120px;
    bottom: -0.75rem;
    transform: scaleX(1);
    position: absolute;
    background: linear-gradient(90deg, rgb(207,198,212) 0%, rgb(170,161,179) 100%);
    height: 4px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.operation-process-62 p {
    line-height: 1.8;
    z-index: 2;
    color: #000000;
    font-size: 12px;
    margin: 0;
    position: relative;
    text-align: left;
}

.thxSection-29::before {
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(170,161,179,0.5) 45%, rgb(170,161,179,0.5) 55%, transparent 55%);
    content: "";
    z-index: 1;
    transform: translateZ(-50px);
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.thxSection-29 .learning-lab-92::before {
    bottom: 10px;
    z-index: -1;
    background: linear-gradient(135deg, rgb(170,161,179,0.5) 0%, transparent 70%);
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    right: 10px;
    transform: translateZ(-15px);
    position: absolute;
    left: -10px;
    content: "";
    top: -10px;
    opacity: 0.4;
}

.thxSection-29 .learning-lab-92 > div:last-child {
    transform: translateZ(10px);
    position: relative;
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    opacity: 0;
}

.thxSection-29 h5::before {
    left: -20px;
    height: 15px;
    transform: translateY(-50%);
    background-color: rgb(207,198,212);
    content: "";
    width: 15px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    top: 50%;
}

.thxSection-29 a:hover {
    transform: translateX(10px);
}

.thxSection-29 a:hover p {
    color: rgb(207,198,212);
}

.cookie-all-73 {
    margin: 0 auto;
    justify-content: space-between;
    max-width: 1200px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
}

.edu-consent-35 svg:hover {
    fill: rgb(170,161,179);
}

.policyAgreementPanel-54 h5 {
    font-size: 21px;
    margin-bottom: 8px;
    font-weight: 600;
    color: rgb(207,198,212);
    font-family: Arial, sans-serif;
}

#cookiesGrantPermissionBtn-97 {
    background: rgb(207,198,212);
}

#disallow-tracking-consent-50 {
    background: rgba(0, 0, 0, 0.5);
}

.policyAgreementPanel-54 p a:hover {
    color: rgb(170,161,179);
}


#usagePolicyBanner-09 {
    display: none;
}

.privacy-fortress-76 h1 {
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    color: rgb(207,198,212);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 43px;
    margin-top: 40px;
}

.privacy-fortress-76 ul, .privacy-fortress-76 ol {
    padding-left: 20px;
    padding: 15px 0;
    list-style: none;
}

.privacy-fortress-76 li {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #000000;
}

.privacy-fortress-76 div.container {
    margin: 0 auto;
    max-width: 1200px;
}

.welcome-board-18 .edu-main-21 {
    max-width: 1200px;
    position: relative;
    animation: titleHolderEnter 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    width: 100%;
    transform: perspective(1000px) rotateX(0);
    transform-style: preserve-3d;
    z-index: 2;
}

.welcome-board-18 .edu-main-21 > div > div:first-child {
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.4s forwards;
}

.welcome-board-18 h3 {
    font-size: calc(23px * 1.05);
    line-height: 1.4;
    color: rgb(207,198,212);
    margin: 0;
    letter-spacing: -0.01em;
    position: relative;
    font-weight: 600;
}

.welcome-board-18 .skill-sessions-25 {
    border-radius: 10px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
              0 10px 20px rgba(0, 0, 0, 0.1);
    animation: elementFadeUp 0.8s cubic-bezier(0.22, 0.61, 0.36, 1) 0.6s forwards;
    transform: translateY(20px);
}

.welcome-board-18 .skill-sessions-25 p::before {
    position: absolute;
    content: "";
    left: 0;
    transform: translateY(-50%);
    border-radius: 50%;
    height: 6px;
    background: rgb(170,161,179);
    top: 50%;
    box-shadow: 0 0 10px rgb(170,161,179);
    width: 6px;
}




.welcome-board-18 .skill-sessions-25:hover {
    transform: translateY(0) scale(1.02);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.welcome-board-18 .skill-sessions-25:hover::before {
    transition: background 0.6s ease;
    background: linear-gradient(135deg, 
              rgba(#000000, 0.8), 
              rgba(#000000, 0.35));
}

.program-results-24::before {
    opacity: 0.03;
    width: 100%;
    position: absolute;
    z-index: 0;
    content: '';
    background-image: repeating-linear-gradient(45deg, #ffffff 0, #ffffff 1px, transparent 1px, transparent 40px);
    height: 100%;
    left: 0;
    top: 0;
}

.program-results-24 .description-card-03 {
    flex-direction: column;
    display: flex;
    position: relative;
    justify-content: center;
}

.program-results-24 .text_main_holder {
    gap: 25px;
    position: relative;
    flex-direction: column;
    display: flex;
}

.program-results-24 .text_main_holder > div {
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.05);
    animation: slideIn 0.4s forwards;
    transform: translateX(-20px);
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    display: flex;
    opacity: 0;
    animation-delay: calc(var(--i, 0) * 0.1s);
    backdrop-filter: blur(5px);
    border-radius: 10px;
    border-left: 3px solid rgb(170,161,179);
    align-items: flex-start;
    gap: 20px;
}

.program-results-24 .text_main_holder > div:hover svg {
    transform: scale(1.1);
}

.program-results-24 .text_main_holder p {
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    font-size: 17px;
}

.program-results-24 .img-spot-86::after {
    content: '';
    background: linear-gradient(to top, rgb(170,161,179,0.5) 0%, transparent 100%);
    z-index: 2;
    height: 40%;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
}

.academic-experience-14::after {
    right: 0;
    opacity: 0.5;
    position: absolute;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    height: 70%;
    z-index: 1;
    width: 40%;
    content: "";
    background: rgb(170,161,179,0.5);
    bottom: 0;
}

.academic-experience-14 .img-spot-86:hover {
    filter: grayscale(0%);
    transform: scale(1.03);
}

.academic-experience-14 .job-background-08 {
    display: flex;
    padding: 2rem;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.academic-experience-14 .rating-views-86:hover .job-background-08::before {
    height: 100%;
}

.academic-experience-14 .rating-views-86:hover .name::after {
    transform: translateX(0);
}

.academic-experience-14 .rating-views-86:hover .job-background-08 > div:nth-child(2) {
    opacity: 1;
    transform: translateY(0);
}

.academic-experience-14 .work-summary-84 {
    color: #000000;
    position: relative;
    font-size: 14px;
    transform: translateY(20px);
    transition: all 0.5s ease-out 0.6s;
    opacity: 0;
    line-height: 1.8;
    padding: 0 0 0 20px;
    font-weight: 300;
}

.pricing-row-item-50::before {
    left: 0;
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.65) 100%);
    width: 100%;
    z-index: 1;
    height: 100%;
}

.pricing-row-item-50 .discount-price-15 {
    text-align: center;
    line-height: 1.6;
    font-size: 18px;
    margin: 0 auto 50px;
    color: #ffffff;
    max-width: 800px;
    opacity: 0.9;
}

.pricing-row-item-50 .fee-plans-57 {
    text-decoration: none;
    display: block;
    will-change: transform;
    height: 100%;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.pricing-row-item-50 .learn-fees-60 {
    display: flex;
    height: 100%;
    flex-direction: column;
    z-index: 2;
    position: relative;
    padding: 35px 30px;
}

.pricing-row-item-50 .learn-fees-60 h4 {
    font-weight: 600;
    padding-bottom: 15px;
    margin: 0 0 20px;
    color: #ffffff;
    font-size: calc(23px + 2px);
    position: relative;
}

.pricing-row-item-50 .lesson-plans-01 {
    display: inline-block;
    color: #ffffff;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 10px 20px;
    font-size: calc(23px + 4px);
    background: linear-gradient(135deg, rgb(207,198,212,0.5) 0%, rgb(170,161,179,0.5) 100%);
}

header::before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, 
        rgb(207,198,212,0.5) 0%, 
        transparent 50%, 
        rgb(170,161,179,0.5) 100%);
    opacity: 0.5;
    content: '';
    top: 0;
}

header .main-pagebar-79::before {
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(207,198,212,0.5), 
        rgb(170,161,179,0.5), 
        rgb(207,198,212,0.5), 
        transparent);
    height: 1px;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: '';
}

header .main-learning-91::before {
    width: 100%;
    content: '';
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: -1;
    top: 0;
    background: linear-gradient(135deg, rgb(207,198,212), rgb(170,161,179));
    position: absolute;
    height: 100%;
    left: 0;
}

.company-info-08 {
    overflow: hidden;
    padding: 120px 0;
    position: relative;
}

.company-info-08::after {
    top: -50%;
    width: 100%;
    border-radius: 50%;
    position: absolute;
    right: -50%;
    height: 100%;
    background: radial-gradient(circle at center, rgb(170,161,179,0.5), transparent 70%);
    content: "";
    animation: orbitGlow 15s infinite alternate ease-in-out;
    opacity: 0.5;
    z-index: 2;
}

.company-info-08 .description-card-03 > div:first-child {
    margin-bottom: 15px;
    position: relative;
}

.company-info-08 .description-card-03 h5::after {
    bottom: -8px;
    position: absolute;
    content: "";
    height: 3px;
    left: 0;
    animation: expandWidth 3s infinite alternate cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 40%;
    background: rgb(170,161,179);
}

.company-info-08 .description-card-03 ol {
    margin: 0;
    counter-reset: item;
    list-style: none;
    padding: 0;
}

.company-info-08 .description-card-03 ol li {
    padding: 10px 0 10px 10px;
    text-align: justify;
    position: relative;
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 20px;
    border-left: 1px dashed rgba(255, 255, 255, 0.3);
    font-family: Arial, sans-serif;
    line-height: 1.8;
}

.contact-us-38 .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}

.contact-us-38 .reach-card-98 {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
    border-radius: 13px;
    position: relative;
    overflow: hidden;
    display: flex;
    background: #ffffff;
}

.contact-us-38 .reach-box-25 {
    background: #ffffff;
    flex: 0 0 55%;
    padding: 60px;
    position: relative;
}

.contact-us-38 h3 {
    position: relative;
    color: rgb(207,198,212);
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 700;
}

.contact-us-38 input[type="text"]:focus {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    outline: none;
    background: #ffffff;
    border-left-color: rgb(170,161,179);
}

.contact-us-38 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact-us-38 .inquiry-query-17 input[type="checkbox"]:checked {
    border-color: rgb(207,198,212);
    background: rgb(207,198,212);
}

.contact-us-38 .inquiry-query-17 label {
    color: #000000;
    line-height: 1.6;
    font-size: 15px;
}

.contact-us-38 .inquiry-query-17 a {
    text-decoration: none;
    color: rgb(207,198,212);
    transition: all 0.3s ease;
    position: relative;
}

.contact-us-38 .support-section-18 {
    padding: 15px 35px;
    background: rgb(207,198,212);
    align-self: flex-start;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    transition: all 0.3s ease;
    border: none;
    color: #ffffff;
    position: relative;
    font-weight: 600;
    border-radius: 10px;
    margin-top: 15px;
}

.contact-us-38 svg {
    fill: rgb(207,198,212);
    transition: all 0.3s ease;
    width: 20px;
    height: 20px;
}

.program-information-37 .container {
    margin: 0 auto;
    z-index: 3;
    padding: 0 15px;
    max-width: 1400px;
    position: relative;
}

.program-information-37 .description-card-03 h2 {
    margin-bottom: 25px;
    color: #000000;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: 2px solid rgb(207,198,212);
    font-size: 35px;
    font-weight: 700;
}

.program-information-37 .img-spot-86 {
    height: 100%;
    top: 0;
    z-index: 1;
    object-fit: cover;
    position: absolute;
    width: 100%;
    left: 0;
}

.access-now-78::before {
    animation: shiftLight 12s ease-in-out infinite alternate;
    width: 100%;
    transform: rotate(30deg);
    background: linear-gradient(45deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0.1) 50%, rgba(255,255,255,0.05) 100%);
    z-index: -1;
    content: "";
    position: absolute;
    height: 200%;
    right: -50%;
    top: -50%;
}

.access-now-78 h6::before {
    background: #ffffff;
    position: absolute;
    transform: translateY(-50%);
    height: 70%;
    width: 4px;
    left: -20px;
    top: 50%;
    content: "";
}

.access-now-78 span {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.access-now-78 .support-section-18::before {
    height: 100%;
    content: "";
    width: 100%;
    z-index: 1;
    left: -100%;
    transition: transform 0.4s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    top: 0;
    transform: translateX(0) skewX(-10deg);
    position: absolute;
    background: rgb(170,161,179);
}

.access-now-78 .support-section-18:hover::before {
    transform: translateX(100%) skewX(-10deg);
}

.access-now-78 .support-section-18:active {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: skewX(-5deg) translateY(1px);
    transition: all 0.1s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}



@media screen and (max-width: 576px) {.chrome-ext-76 {
    padding: 3rem 0 2rem;
}.chrome-ext-76 .company_holder h3 {
    font-size: calc(32px * 0.9);
}.chrome-ext-76 .data-viz-01 {
    font-size: calc(13px * 0.9);
}.chrome-ext-76 .nav-header-38 .header-lead-24 a {
    font-size: calc(13px * 0.9);
}.desktop-app-82 {
    margin-top: 2rem;
    padding: 1rem 0;
}}



@media screen and (max-width: 768px) {.data-overview-31 {
    padding: 70px 0;
}.data-overview-31 .key-classes-46 {
    width: 80px;
    height: 80px;
}.data-overview-31 .key-classes-46 svg {
    height: 40px;
    width: 40px;
}.data-overview-31 .pro-extra-50 {
    font-size: calc(48px * 0.8);
}.data-overview-31 .edu-wins-40 {
    padding: 15px;
    margin: 10px 0 40px;
    font-size: 12px;
}.data-overview-31 .statistics-benefit-45 {
    justify-content: center;
}
}


@media (min-width: 768px) {.find-us-63 .connect-experts-81 {
    flex-wrap: wrap;
    flex-direction: row;
}.find-us-63 .ask-form-41 {
    width: 100%;
}.find-us-63 .img-spot-86 {
    min-height: 350px;
    height: auto;
    width: 35%;
}.find-us-63 .message-panel-53 {
    padding: 40px;
    width: 65%;
}.find-us-63 .message-panel-53 p svg {
    width: 20px;
    height: 20px;
}.find-us-63 .edu-asksup-78 {
    padding: 0 40px 40px;
    width: 100%;
    margin-top: 30px;
}.find-us-63 .get-help-05 svg {
    width: 16px;
    height: 16px;
}.find-us-63 .reach-contact-30 {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}.find-us-63 .help-desk-01 svg {
    width: 14px;
    height: 14px;
}
}


@media (min-width: 992px) {.find-us-63 .connect-experts-81 {
    max-width: 1200px;
    margin: 0 auto;
}.find-us-63 .img-spot-86 {
    transition: transform 0.5s ease;
}.find-us-63 .img-spot-86:hover {
    transform: scale(1.02);
}.find-us-63 .message-panel-53 {
    gap: 25px;
    grid-template-columns: repeat(2, 1fr);
}.find-us-63 .message-panel-53 p svg {
    height: 22px;
    width: 22px;
}.find-us-63 .edu-asksup-78 {
    grid-column: 1 / span 2;
}.find-us-63 .get-help-05 svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 992px) {.thxSection-29 {
    padding: 4rem 0;
}.thxSection-29 .learning-lab-92 {
    padding: 2.5rem;
    margin: 0 2rem;
}.thxSection-29 h5 {
    font-size: calc(19px - 0.1rem);
}
}



@media (max-width: 576px) {.thxSection-29 {
    padding: 2.5rem 0;
}.thxSection-29 .learning-lab-92 {
    margin: 0 1rem;
    gap: 1.2rem;
    padding: 1.5rem;
}.thxSection-29 h5 {
    font-size: calc(19px - 0.3rem);
}.thxSection-29 h5::before {
    left: -15px;
    width: 12px;
    height: 12px;
}.thxSection-29 p {
    padding-left: 0.7rem;
}.thxSection-29 a:hover {
    transform: translateX(5px);
}}




@media (min-width: 768px) {.welcome-board-18 {
    padding: 8rem 4rem;
}.welcome-board-18 .edu-main-21 > div {
    align-items: center;
    gap: 4rem;
    grid-template-columns: 1fr 2fr;
}.welcome-board-18 h3 {
    font-size: 23px;
}.welcome-board-18 .skill-sessions-25 > div {
    min-height: 400px;
    padding: 6rem 4rem;
}.welcome-board-18 .title_style_header {
    font-size: 44px;
}
}



@media (max-width: 480px) {.welcome-board-18 {
    padding: 3rem 1rem;
}.welcome-board-18 .edu-main-21 > div > div:first-child > div {
    padding: 1.25rem 1.5rem;
}.welcome-board-18 h3 {
    font-size: calc(23px * 0.85);
}.welcome-board-18 h3::before {
    width: 6px;
    left: -1.5rem;
}.welcome-board-18 .skill-sessions-25 > div {
    padding: 3rem 1.5rem;
}.welcome-board-18 .title_style_header {
    font-size: calc(44px * 0.75);
}}



@media (max-width: 576px) {.program-results-24 {
    padding: 60px 0;
}.program-results-24 h2 {
    font-size: 38px;
}.program-results-24 .img-spot-86 {
    height: 280px;
}}



@media (max-width: 1200px) {.pricing-row-item-50 {
    padding: 100px 0;
}.pricing-row-item-50 .rate-options-78 {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
}



@media (max-width: 767px) {.pricing-row-item-50 {
    padding: 60px 0;
}.pricing-row-item-50 h2 {
    font-size: calc(34px - 4px);
}.pricing-row-item-50 .discount-price-15 {
    font-size: calc(18px - 1px);
    margin-bottom: 40px;
}.pricing-row-item-50 .rate-options-78 {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.pricing-row-item-50 .learn-fees-60 h4 {
    font-size: 23px;
}.pricing-row-item-50 .lesson-plans-01 {
    font-size: 23px;
}
}



@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .site-prime-26 {
    padding: 0.6rem;
    gap: 0.6rem;
}header .main-pagebar-79 svg {
    width: 110px;
}header .nav-header-38 {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 0.4rem;
    justify-content: flex-start;
}header .nav-header-38::-webkit-scrollbar {
    height: 2px;
}header .nav-header-38::-webkit-scrollbar-thumb {
    background: rgb(207,198,212);
    border-radius: 10px;
}header .main-learning-91 {
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 992px) {.contact-us-38 {
    padding: 70px 0;
}.contact-us-38 .reach-card-98 {
    flex-direction: column;
}.contact-us-38 .img-spot-86 {
    min-height: 300px;
    flex: 0 0 auto;
}.contact-us-38 .reach-box-25 {
    flex: 0 0 auto;
    padding: 40px 30px 50px;
}
}


@media (min-width: 992px) {.program-information-37 .description-card-03 {
    margin: 0 auto;
}
}


@media (max-width: 991px) {.program-information-37 {
    padding: 80px 0;
}.program-information-37 .description-card-03 {
    padding: 30px;
    max-width: 750px;
}
}


@media (max-width: 480px) {.program-information-37 {
    padding: 50px 0;
}.program-information-37 .description-card-03 {
    padding: 20px;
}.program-information-37 .description-card-03 h2 {
    font-size: calc(35px * 0.8);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.program-information-37 .description-card-03 .description {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}}

@keyframes gridAnimate {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

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

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

@keyframes clockAnimation {
    0%, 100% {
        transform: translateY(-50%) rotate(0deg);
    }
    25% {
        transform: translateY(-50%) rotate(90deg);
    }
    50% {
        transform: translateY(-50%) rotate(180deg);
    }
    75% {
        transform: translateY(-50%) rotate(270deg);
    }
}



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

@keyframes titleHolderEnter {
  from {
    opacity: 0;
    transform: perspective(1000px) rotateX(5deg) translateY(30px);
  }
  to {
    opacity: 1;
    transform: perspective(1000px) rotateX(0) translateY(0);
  }
}

@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}



@keyframes expandWidth {
    0% {
        width: 40%;
    }
    100% {
        width: 100%;
    }
}



@keyframes shiftLight {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}



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

