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

.container-wrap-EeXr {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 100%;
}


header .top-study-TYbn {
    border-bottom-left-radius: 15px;
    overflow: visible;
    border-bottom-right-radius: 0;
    padding: 1.5rem 2rem;
    background: linear-gradient(135deg, rgb(211,195,225,0.5) 0%, rgb(179,158,202) 100%);
    z-index: 100;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    left: 0;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

header .top-study-TYbn .top-know-TOwm a:hover {
    color: rgb(179,158,202);
}

header .top-study-TYbn .top-know-TOwm a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

.our-story-hGXW .expert-studio-OBSk {
    position: relative;
}

.our-story-hGXW h3 {
    left: 50%;
    position: relative;
    display: inline-block;
    transform: translateX(-50%);
    margin-bottom: 50px;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
}

.our-story-hGXW .pro-training-nsmu .image-circle-yYiB {
    position: absolute;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    top: 0;
    height: 100%;
    box-shadow: -15px 15px 0 rgb(211,195,225,0.5);
    right: 0;
    width: 35%;
    border-radius: 14px;
}

.our-story-hGXW .expert-studio-OBSk::before {
    border-radius: 50%;
    border: 2px dashed rgb(211,195,225,0.5);
    z-index: -1;
    content: "";
    animation: rotate 30s infinite linear;
    left: -100px;
    position: absolute;
    width: 200px;
    top: -100px;
    height: 200px;
}

.our-story-hGXW .pro-training-nsmu svg path {
    fill: rgb(211,195,225);
}

.sign-up-now-DjAh {
    isolation: isolate;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
    margin: 0;
    background: linear-gradient(150deg, rgb(236,228,242) 0%, rgb(211,195,225,0.5) 100%);
}



.sign-up-now-DjAh .expert-studio-OBSk {
    overflow: hidden;
    padding: 4rem 3rem;
    display: flex;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: 0 auto;
    text-align: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    backdrop-filter: blur(10px);
    z-index: 5;
    border-radius: 11px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
    max-width: 1000px;
}

.sign-up-now-DjAh .expert-studio-OBSk::after {
    right: 15px;
    border-right-width: 2px;
    animation: cornerPulse 3s 1.5s infinite alternate;
    bottom: 15px;
    border-bottom-width: 2px;
    border-color: rgb(179,158,202);
}

.sign-up-now-DjAh h3 {
    letter-spacing: 3px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 20px 15px;
    color: #ffffff;
    margin-bottom: 2.5rem;
    font-weight: 700;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    position: relative;
    font-size: 34px;
}

.sign-up-now-DjAh h3::after {
    left: 50%;
    opacity: 0.8;
    bottom: -2px;
    background: linear-gradient(90deg, rgb(211,195,225), rgb(179,158,202));
    height: 3px;
    width: 50px;
    content: '';
    position: absolute;
    transform: translateX(-50%);
}

.sign-up-now-DjAh .reach-us-nGby {
    padding: 1.3rem 3rem;
    text-decoration: none;
    background: linear-gradient(135deg, rgb(211,195,225) 0%, rgb(179,158,202) 100%);
    letter-spacing: 2px;
    z-index: 2;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    font-size: 20px;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    font-weight: 600;
    justify-content: center;
    text-transform: uppercase;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    border: none;
    border-radius: 10px;
    color: #ffffff;
}

.secure-nook-vqNX::after {
    height: 70%;
    clip-path: polygon(0 15%, 100% 0, 85% 100%, 0 85%);
    right: -5%;
    z-index: 0;
    width: 40%;
    position: absolute;
    content: "";
    transform: rotate(-15deg);
    top: -10%;
    background: linear-gradient(145deg, var(--primary-color_opacity, rgba(65, 84, 241, 0.05)), var(--secondary-color_opacity, rgba(70, 90, 250, 0.08)));
}

.secure-nook-vqNX h3 {
    padding-left: 14px;
    font-weight: var(--font-weight-semibold, 600);
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.85);
    border-left: 2px solid var(--secondary-color, #4655fa);
    margin: 2.5rem 0 1.25rem;
    color: var(--dark-color, #252525);
    position: relative;
}

.secure-nook-vqNX strong::after {
    left: 0;
    content: "";
    background-color: var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    height: 2px;
    width: 100%;
    bottom: 0;
    position: absolute;
}

.secure-nook-vqNX span {
    margin-bottom: 1.5rem;
    border-left: 1px solid var(--primary-color_opacity, rgba(65, 84, 241, 0.2));
    color: var(--p-color, #444444);
    transform: translateX(8px);
    font-size: var(--p-font-size, 1rem);
    line-height: 1.7;
    padding: 1.5rem;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    display: block;
    padding: 0.5rem 0 1.5rem;
    background: linear-gradient(to right, var(--white-color, #ffffff), rgba(248, 249, 250, 0.8));
}

.locate-ihfj .support-info-pqZR::after {
    content: "";
    right: 0;
    transition: opacity 0.3s ease;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    z-index: -1;
    top: 0;
    opacity: 0.8;
    position: absolute;
    bottom: 0;
    left: 0;
}

.locate-ihfj h2::before {
    width: 40px;
    content: "";
    border-radius: 10px;
    background: rgb(211,195,225);
    transition: width 0.3s ease;
    height: 4px;
    left: 0;
    bottom: -12px;
    position: absolute;
}

.locate-ihfj .msg-page-TicC {
    gap: 8px;
    flex-wrap: wrap;
    display: flex;
}

.locate-ihfj .support-info-pqZR .image-circle-yYiB {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.4s ease-out;
    height: 100%;
    overflow: hidden;
    border-radius: 13px;
    transform: translateZ(20px);
    position: relative;
    width: 100%;
}

.locate-ihfj .request-form-rDwX a::before {
    height: 100%;
    z-index: 0;
    content: "";
    background: linear-gradient(45deg, rgb(211,195,225,0.5), transparent);
    left: 0;
    transition: opacity 0.3s ease;
    width: 100%;
    top: 0;
    position: absolute;
    opacity: 0;
}

.locate-ihfj svg {
    height: 22px;
    position: relative;
    transition: transform 0.3s ease;
    z-index: 1;
    fill: rgb(211,195,225);
    width: 22px;
    margin-right: 12px;
}

.locate-ihfj .connect-block-xyFA h3::before {
    background: rgb(211,195,225,0.5);
    margin-right: 8px;
    display: inline-block;
    height: 18px;
    transform: translateY(-1px);
    border-radius: 50%;
    content: "";
    width: 18px;
    vertical-align: middle;
}

.locate-ihfj .container::after {
    z-index: -1;
    height: 250px;
    bottom: -100px;
    opacity: 0.3;
    position: absolute;
    left: -100px;
    border-radius: 50%;
    width: 250px;
    background: radial-gradient(circle, rgb(211,195,225,0.5) 0%, transparent 70%);
    content: "";
}

.instructor-history-Qmnh .edu-quotes-tbRF {
    grid-template-columns: 45% 1fr;
    display: grid;
    gap: 20px 30px;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    background: transparent;
    min-height: 580px;
    grid-template-rows: auto auto 1fr;
    position: relative;
}

.instructor-history-Qmnh .image-circle-yYiB {
    height: 100%;
    z-index: 2;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scale(1);
    overflow: hidden;
    filter: contrast(1.1) brightness(1.05);
    grid-area: photo;
    border-radius: 12px 0 0 12px;
    position: relative;
}

.instructor-history-Qmnh .name::after {
    height: 2px;
    content: "";
    background: rgb(211,195,225);
    bottom: 0;
    position: absolute;
    transition: width 0.5s ease;
    width: 0;
    left: 0;
}

.instructor-history-Qmnh .emp-exp-mvIW {
    padding: 2rem;
    line-height: 1.8;
    align-self: start;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    width: 95%;
    transform: translateY(0);
    font-size: 14px;
    color: #ffffff;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
    margin-right: 0;
    grid-area: quote;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 12px;
    z-index: 2;
    border-left: 4px solid rgb(179,158,202);
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
}

.sustain-cta-yFfq .company_holder h3:hover::after {
    width: 100%;
}

.sustain-cta-yFfq .sec-cert-iGgV {
    transform: translateZ(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.08);
    line-height: 1.6;
    font-size: 14px;
    border-radius: 10px;
    margin-top: 15px;
    color: #ffffff;
    backdrop-filter: blur(5px);
    padding: 15px;
}

.sustain-cta-yFfq .header-bar-ePtO h5 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
}

.sustain-cta-yFfq .header-bar-ePtO .top-teach-ZfWB {
    display: flex;
    gap: 12px;
    flex-direction: column;
}

.sustain-cta-yFfq .header-bar-ePtO .top-teach-ZfWB a:hover::before {
    width: 100%;
    box-shadow: 0 0 5px rgb(211,195,225,0.5);
}

.patent-info-uihH::before {
    top: 0;
    height: 1px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(211,195,225,0.5), transparent);
    content: '';
    left: 0;
    right: 0;
}

.sustain-cta-yFfq .company_holder h3::before {
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    width: 100%;
    content: '';
    transition: 0.5s;
    pointer-events: none;
    left: -100%;
    top: 0;
}

.thanksPart-HURv .container {
    z-index: 10;
    margin: 0 auto;
    position: relative;
    padding: 0 2rem;
    max-width: 1200px;
    transform: perspective(1000px) rotateX(1deg);
}

.thanksPart-HURv h2::after {
    background: linear-gradient(90deg, rgb(211,195,225) 0%, rgb(179,158,202) 100%);
    transform: scaleX(0);
    bottom: -12px;
    height: 4px;
    left: 0;
    width: 100px;
    position: absolute;
    transform-origin: left;
    content: "";
    animation: expandLine 0.5s 0.8s forwards ease-out;
}

.thanksPart-HURv ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.thanksPart-HURv li::before {
    border-radius: 50%;
    transform: scale(0);
    animation: popIn 0.4s 0.9s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    width: 8px;
    top: 0.7rem;
    left: 0;
    position: absolute;
    content: "";
    height: 8px;
    background: rgb(179,158,202);
}

.trial-rates-mfej {
    position: relative;
}

.price-offering-QzwW .annual-fee-jWtY {
    opacity: 0.9;
    max-width: 800px;
    font-size: 15px;
    line-height: 1.6;
    transform: perspective(1000px) translateZ(10px);
    text-align: center;
    margin: 0 auto 60px;
    color: #ffffff;
}

.price-offering-QzwW .learning-cost-KNZS li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}

.price-offering-QzwW .price-grid-CLAY::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(211,195,225), transparent);
    height: 3px;
    content: "";
    bottom: 0;
    transition: transform 0.5s ease-out;
    left: 0;
    transform-origin: left;
    transform: scaleX(0.7);
    width: 100%;
}

.price-offering-QzwW .class-cost-EjQe p {
    opacity: 0.8;
    scrollbar-color: rgb(211,195,225) transparent;
    scrollbar-width: thin;
    margin-bottom: 25px;
    overflow-y: auto;
    color: #ffffff;
    line-height: 1.6;
    padding-right: 10px;
    font-size: calc(15px - 1px);
    max-height: 240px;
}

.price-offering-QzwW .class-cost-EjQe:hover .price-grid-CLAY::after {
    transform: scaleX(1);
}

.price-offering-QzwW .class-cost-EjQe:hover h4::after {
    width: 100%;
}

.title-page-EcMU::before {
    z-index: 1;
    opacity: 0.07;
    transform: translateX(20%) skewX(-15deg);
    position: absolute;
    top: 0;
    width: 70%;
    right: 0;
    height: 100%;
    pointer-events: none;
    content: "";
    background: linear-gradient(225deg, rgb(211,195,225,0.5) 0%, transparent 80%);
}

.title-page-EcMU .study-fast-xLfq:hover {
    transform: translateY(-0.5rem);
}

.title-page-EcMU .study-fast-xLfq svg {
    filter: drop-shadow(0 4px 8px rgba(94,170,168,0.15));
    transform: translateY(0);
    width: 80px;
    height: 80px;
    transition: transform 0.6s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    margin-bottom: 1.5rem;
}

.title-page-EcMU .study-fast-xLfq svg path {
    transition: fill 0.3s ease;
    fill: rgb(211,195,225);
}

.title-page-EcMU .study-fast-xLfq:hover svg text {
    letter-spacing: 0.5px;
}

.title-page-EcMU ul li {
    display: flex;
    align-items: center;
}

.title-page-EcMU .connect-map-zMZX::before {
    transition: opacity 0.3s ease;
    position: absolute;
    left: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(74,150,148) 0%, rgb(211,195,225) 100%);
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
}

.title-page-EcMU .image-circle-yYiB::after {
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    box-shadow: inset 0 0 0 3px rgba(255,255,255,0.1);
    backdrop-filter: brightness(1.05);
    border: 1px solid rgba(255,255,255,0.1);
    pointer-events: none;
    content: "";
}

.course-program-details-lWac .info-card-PFAa {
    display: contents;
}

.course-program-details-lWac .info-card-PFAa h2 {
    font-size: 34px;
    border-left: 3px solid rgb(211,195,225);
    grid-area: title;
    background: linear-gradient(135deg, rgba(0,0,0,0.3) 0%, transparent 100%);
    animation: slide-in 0.8s forwards 0.2s;
    font-weight: 700;
    align-self: center;
    color: #ffffff;
    padding: 30px;
    margin: 0;
    backdrop-filter: blur(5px);
    transform: translateX(-30px);
    opacity: 0;
    border-radius: 27px;
}

.course-program-details-lWac .image-circle-yYiB::before {
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
    background: linear-gradient(135deg, rgba(0,0,0,0.5) 0%, transparent 100%);
    position: absolute;
    content: "";
}

.client-opinions-ABFs h2 {
    text-align: left;
    transform: translateX(5px);
    letter-spacing: -0.5px;
    color: #000000;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 50px;
    position: relative;
}

.client-opinions-ABFs .edu-quotes-tbRF:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(rgba(0, 0, 0, 0.5), 0.1);
}

.client-opinions-ABFs .edu-quotes-tbRF:hover::after {
    transform: scaleX(1);
}

.client-opinions-ABFs .edu-quotes-tbRF div {
    align-items: center;
    margin-bottom: 20px;
    display: flex;
}

.client-opinions-ABFs .edu-quotes-tbRF h4 {
    letter-spacing: 0.5px;
    font-size: 18px;
    margin: 0 0 0 15px;
    position: relative;
    font-weight: 600;
    color: #000000;
}

.client-opinions-ABFs .edu-quotes-tbRF .description {
    position: relative;
    font-size: 18px;
    color: #000000;
    transition: transform 0.3s ease;
    margin: 0;
    line-height: 1.6;
}

.client-opinions-ABFs a:hover::before {
    opacity: 1;
}

.contact-section-dquN::before {
    z-index: 1;
    content: "";
    top: -150px;
    filter: blur(70px);
    right: -150px;
    height: 400px;
    width: 400px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(211,195,225,0.5), rgb(179,158,202,0.5));
}

.contact-section-dquN h2::after {
    border-radius: 50%;
    position: absolute;
    height: 30px;
    right: calc(50% - 100px);
    background: rgb(179,158,202,0.5);
    bottom: -15px;
    z-index: -1;
    content: "";
    width: 30px;
}

.contact-section-dquN .image-circle-yYiB::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
    content: "";
    z-index: 1;
    position: absolute;
    inset: 0;
}

.contact-section-dquN form {
    position: relative;
    z-index: 3;
}

.contact-section-dquN form input[type="text"] {
    background: rgb(236,228,242);
    transition: all 0.3s ease;
    border-radius: 12px;
    border: none;
    font-size: 16px;
    width: 100%;
    margin-bottom: 25px;
    color: #000000;
    padding: 18px 25px;
}

.contact-section-dquN .support-support-aSRI input[type="checkbox"]:checked + label::before {
    background: linear-gradient(135deg, rgb(211,195,225), rgb(179,158,202));
}

.contact-section-dquN .support-support-aSRI label a:hover {
    color: rgb(179,158,202);
}

.contact-section-dquN .connect-map-zMZX::before {
    background: linear-gradient(135deg, rgb(179,158,202), rgb(211,195,225));
    top: 0;
    content: "";
    width: 100%;
    transition: transform 0.5s ease;
    transform: scaleX(0);
    height: 100%;
    transform-origin: right;
    position: absolute;
    z-index: -1;
    left: 0;
}

.sign-up-for-updates-CLRB .expert-studio-OBSk {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sign-up-for-updates-CLRB h3::before {
    content: attr(data-text);
    transform: translate(5px, 5px);
    top: 0;
    z-index: -1;
    left: 0;
    -webkit-text-stroke: 1px rgb(179,158,202,0.5);
    position: absolute;
    color: transparent;
}

.sign-up-for-updates-CLRB input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(211,195,225);
}

.sign-up-for-updates-CLRB input[type="submit"] {
    background: transparent;
    position: relative;
    transition: all 0.3s ease;
    font-size: 20px;
    border: 2px solid rgb(211,195,225);
    overflow: hidden;
    cursor: pointer;
    color: rgb(211,195,225);
    font-weight: 700;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    grid-column: 2;
    letter-spacing: 1px;
}



@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}



@media (max-width: 576px) {header .top-study-TYbn {
    padding: 0.75rem;
}header .top-study-TYbn .header-bar-ePtO {
    flex-direction: column;
    align-items: center;
}header .top-study-TYbn .top-know-TOwm {
    text-align: center;
    width: 100%;
}header .top-study-TYbn .head-info-UlZa svg {
    width: 100px;
}}



@media screen and (max-width: 768px) {.our-story-hGXW {
    padding: 60px 0;
}.our-story-hGXW h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 35px;
}.our-story-hGXW .pro-training-nsmu {
    margin-bottom: 50px;
}.our-story-hGXW .pro-training-nsmu p,
    .our-story-hGXW .mastery-zone-WNGi p {
    margin-bottom: 230px;
    width: 100%;
}.our-story-hGXW .pro-training-nsmu .image-circle-yYiB,
    .our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc {
    width: 100%;
    right: auto;
    height: 200px;
    top: auto;
    position: relative;
    margin-bottom: 20px;
    left: auto;
}.our-story-hGXW .pro-training-nsmu .image-circle-yYiB {
    margin-top: -230px;
}.our-story-hGXW .mastery-zone-WNGi .team-culture-OYwc {
    margin-bottom: 20px;
    order: -1;
}.our-story-hGXW .mastery-zone-WNGi {
    flex-direction: column;
    display: flex;
}.our-story-hGXW .pro-training-nsmu svg,
    .our-story-hGXW .mastery-zone-WNGi svg {
    margin-bottom: 10px;
    display: block;
    position: static;
}
}



@media (max-width: 480px) {.secure-nook-vqNX {
    padding: 2rem 0;
}.secure-nook-vqNX h1 {
    font-size: calc(var(--h1-font-size, 2.5rem) * 0.7);
}.secure-nook-vqNX h2 {
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.8);
    padding-left: 12px;
    margin: 2rem 0 1rem;
}.secure-nook-vqNX h3 {
    padding-left: 10px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.65);
}.secure-nook-vqNX h4 {
    padding-left: 8px;
    font-size: calc(var(--h2-font-size, 1.8rem) * 0.55);
}.secure-nook-vqNX p, .secure-nook-vqNX li, .secure-nook-vqNX span {
    line-height: 1.6;
    font-size: calc(var(--p-font-size, 1rem) * 0.9);
}.secure-nook-vqNX span {
    padding: 0.875rem;
}}



@media (max-width: 992px) {.instructor-history-Qmnh .edu-quotes-tbRF {
    grid-template-columns: 1fr;
    grid-template-areas:
            "image-circle-yYiB"
            "name"
            "job-box-xcHT"
            "emp-exp-mvIW";
    grid-template-rows: auto auto auto auto;
    gap: 20px;
}.instructor-history-Qmnh .image-circle-yYiB {
    border-radius: 12px 12px 0 0;
    height: 350px;
}.instructor-history-Qmnh .image-circle-yYiB::before {
    height: 10px;
    width: 100%;
}.instructor-history-Qmnh .name {
    text-align: center;
    margin-top: 0;
}.instructor-history-Qmnh .name::after {
    transform: translateX(-50%);
    left: 50%;
}.instructor-history-Qmnh .edu-quotes-tbRF:hover .name {
    transform: translateY(-5px);
}.instructor-history-Qmnh .edu-quotes-tbRF span:not(.name) {
    margin: 0 auto;
}.instructor-history-Qmnh .edu-quotes-tbRF:hover span:not(.name) {
    transform: translateY(-5px);
}.instructor-history-Qmnh .emp-exp-mvIW {
    border-top: 4px solid rgb(179,158,202);
    border-left: none;
    margin: 0 auto;
    width: 90%;
}.instructor-history-Qmnh .edu-quotes-tbRF:hover .emp-exp-mvIW {
    transform: translateY(-5px);
}
}



@media screen and (min-width: 768px) and (max-width: 991px) {.price-offering-QzwW .learning-cost-KNZS {
    grid-template-columns: repeat(2, 1fr);
}.price-offering-QzwW {
    padding: 80px 0 60px;
}.price-offering-QzwW .annual-fee-jWtY {
    margin-bottom: 50px;
}
}



@media (prefers-reduced-motion: reduce) {.price-offering-QzwW::after {
    animation: none;
}.price-offering-QzwW .class-cost-EjQe:hover .price-grid-CLAY {
    transform: none;
}.price-offering-QzwW .class-cost-EjQe:hover .price-grid-CLAY::before {
    transform: none;
}}



@media (max-width: 768px) {.title-page-EcMU {
    min-height: auto;
}.title-page-EcMU .expert-studio-OBSk {
    padding: 3rem 1rem;
    min-height: auto;
}.title-page-EcMU h1 {
    margin-bottom: 1.5rem;
    font-size: calc(32px * 1.1);
}.title-page-EcMU .study-fast-xLfq {
    margin-bottom: 2rem;
}.title-page-EcMU .study-fast-xLfq svg {
    width: 70px;
    height: 70px;
}.title-page-EcMU .study-fast-xLfq p {
    font-size: 16px;
}.title-page-EcMU .connect-map-zMZX {
    padding: 0.85rem 2rem;
}.title-page-EcMU .image-circle-yYiB {
    height: 350px;
}
}



@media (max-width: 480px) {.course-program-details-lWac {
    padding: 40px 0;
}.course-program-details-lWac .image-circle-yYiB {
    height: 250px;
}.course-program-details-lWac .info-card-PFAa h2 {
    font-size: calc(34px * 0.8);
    padding: 15px;
}.course-program-details-lWac .info-card-PFAa .description {
    padding: 15px;
    font-size: calc(16px * 0.95);
}.course-program-details-lWac .tech-element {
    display: none;
}}



@media (max-width: 576px) {.client-opinions-ABFs {
    padding: 60px 0 40px;
}.client-opinions-ABFs h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 30px;
}.client-opinions-ABFs .edu-quotes-tbRF {
    padding: 18px 15px;
}.client-opinions-ABFs .edu-quotes-tbRF img {
    width: 45px;
    height: 45px;
}.client-opinions-ABFs .edu-quotes-tbRF h4 {
    font-size: calc(18px * 0.9);
}.client-opinions-ABFs .edu-quotes-tbRF .description {
    font-size: calc(18px * 0.95);
}.client-opinions-ABFs a {
    font-size: calc(15px * 0.9);
    padding: 10px 22px;
}}



@media (max-width: 480px) {.sign-up-for-updates-CLRB {
    padding: 2rem 1rem;
}.sign-up-for-updates-CLRB h3 {
    font-size: 18px;
}.sign-up-for-updates-CLRB input[type="email"] {
    padding: 1rem;
}.sign-up-for-updates-CLRB input[type="submit"] {
    padding: 1rem;
}
}

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

@keyframes cornerDotsGlow {
    0% {
        opacity: 0.5;
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        filter: blur(1px);
    }
}



@keyframes bottomBarAnimate {
    0%, 100% {
        opacity: 0.3;
        transform: scaleX(0.5);
    }
    50% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}

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



@keyframes pulseOpacity {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 0.9;
    }
}



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



@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}



@keyframes fade-up {
    to {
        transform: translateY(0);
        opacity: 1;
    }
}



@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
    }
    50% {
        transform: scaleX(1.2);
    }
}


    
    @keyframes typewriter {
        to {
            left: 100%;
        }
    }

