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

a {
    text-decoration: none;
    color: inherit;
}


.program-outcomes-exp {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(207,198,212,0.5) 0%, rgb(238,234,239) 100%);
}

.program-outcomes-exp h2 {
    font-weight: 700;
    margin: 0 0 60px;
    position: relative;
    padding-bottom: 20px;
    font-size: 45px;
    text-align: center;
    color: #ffffff;
}

.program-outcomes-exp .content-photo-exp::before {
    background: linear-gradient(45deg, rgb(207,198,212,0.5) 0%, transparent 60%);
    height: 100%;
    content: '';
    width: 100%;
    z-index: 1;
    top: 0;
    position: absolute;
    left: 0;
}

.program-outcomes-exp .text_main_holder {
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}

.program-outcomes-exp .text_main_holder > div::after {
    content: '';
    position: absolute;
    background: linear-gradient(135deg, rgb(171,161,179,0.5) 0%, transparent 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.05;
    z-index: -1;
}

.program-outcomes-exp .text_main_holder svg path {
    transition: fill 0.3s ease;
    fill: rgb(207,198,212);
}

.our-team-exp::before {
    content: "";
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, rgb(171,161,179,0.5), rgba(0, 0, 0, 0.5) 70%);
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

.our-team-exp .text-block-exp::before {
    background: linear-gradient(to bottom, rgb(207,198,212), rgb(171,161,179));
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    content: "";
    left: 0;
}

.our-team-exp ul {
    list-style: none;
    animation: fadeUp 1s 0.5s forwards ease-out;
    transform: translateY(20px);
    padding: 0;
    opacity: 0;
    margin: 0;
}

.our-team-exp span {
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    column-count: 2;
    display: block;
    text-align: justify;
    column-gap: 40px;
    font-size: 17px;
    line-height: 1.8;
}

.cookie-banner-dialog-exp p {
    font-size: 18px;
}

.cookie-guard-exp svg, .cookie-guard-exp svg path, .cookie-guard-exp img {
    width: 100px;
    fill: rgb(207,198,212);
    height: 100px;
}

.framework-wrap-exp .user-alert-exp {
    background: rgb(207,198,212);
    padding: 10px;
    margin-left: 30px;
    font-size: 20px;
    color: #ffffff;
}

.secure-haven-exp::after {
    position: absolute;
    background: linear-gradient(180deg, transparent 40%, rgba(rgb(171,161,179,0.5), 0.03) 100%);
    height: 60%;
    z-index: 0;
    width: 100%;
    left: 0;
    content: "";
    bottom: 0;
}

.secure-haven-exp h2 {
    position: relative;
    color: #000000;
    margin: 3rem 0 1.5rem;
    padding-left: 1.5rem;
    font-size: 33px;
    font-weight: 600;
}

.secure-haven-exp h3::before {
    position: absolute;
    height: 60%;
    width: 6px;
    background: rgb(171,161,179);
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    content: "";
}

.secure-haven-exp ul {
    margin: 1.5rem 0 2rem 1rem;
    padding-left: 1.5rem;
    list-style: none;
}

.secure-haven-exp strong {
    display: inline-block;
    position: relative;
    color: #000000;
    font-weight: 600;
}

.progress-bar-exp::before {
    position: absolute;
    content: "";
    top: 0;
    background: 
        linear-gradient(135deg, rgb(238,234,239) 25%, transparent 25%) -50px 0,
        linear-gradient(225deg, rgb(238,234,239) 25%, transparent 25%) -50px 0,
        linear-gradient(315deg, rgb(238,234,239) 25%, transparent 25%),
        linear-gradient(45deg, rgb(238,234,239) 25%, transparent 25%);
    height: 120px;
    background-color: rgb(207,198,212,0.5);
    width: 100%;
    left: 0;
    background-size: 100px 100px;
}

footer .text_main_holder {
    gap: 30px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}

footer .webinar-cta-exp {
    font-size: 16px;
    line-height: 1.6;
    max-width: 330px;
    color: #000000;
}

footer .nav-sitebar-exp h5 {
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
}

footer .header-pro-exp a {
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 14px;
    padding: 8px 0;
    color: #000000;
    position: relative;
    display: inline-block;
}

footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

footer .input_holder {
    flex-direction: column;
    display: flex;
    position: relative;
    gap: 15px;
}

footer .sub-strategy-exp {
    background-color: #000000;
    border-radius: 10px;
    padding: 14px 20px;
    font-size: 18px;
    cursor: pointer;
    border: none;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.support-exp .container {
    z-index: 2;
    position: relative;
}

.support-exp .connect-block-exp {
    transition: transform 0.5s ease;
    grid-template-columns: 1fr;
    transform: perspective(1000px) rotateX(0deg);
    display: grid;
    gap: 2rem;
    background-color: #ffffff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 22px;
}


.support-exp .connect-block-exp {
    transform-style: preserve-3d;
    animation: card-appear 0.8s ease-out forwards;
}

.support-exp .instant-help-exp::before {
    height: 1px;
    right: 3rem;
    top: 0;
    position: absolute;
    background: linear-gradient(
        to right,
        transparent,
        rgb(207,198,212,0.5),
        rgb(171,161,179,0.5),
        rgb(207,198,212,0.5),
        transparent
    );
    content: '';
    left: 3rem;
}

.support-exp .instant-help-exp > span:hover svg {
    opacity: 1;
    transform: translateY(-3px) rotate(10deg);
}

.support-exp .instant-help-exp > span:hover svg path {
    stroke-width: 1;
}

.support-exp .instant-help-exp span > span svg {
    height: 16px;
    opacity: 0.8;
    position: static;
    margin-right: 8px;
    width: 16px;
}

.support-exp .instant-help-exp a:hover {
    color: rgb(171,161,179);
}

.support-exp .instant-help-exp a:hover svg {
    fill: rgb(171,161,179);
    transform: translateX(3px);
}

.support-exp .feedback-form-exp {
    border-radius: 10px;
    background-color: rgba(rgb(207,198,212,0.5), 0.05);
    grid-column: 1 / -1;
    position: relative;
    padding: 2rem;
    margin-top: 2rem;
}

.support-exp .feedback-form-exp:hover h4 svg {
    transform: rotate(360deg);
}

.support-exp .feedback-form-exp span {
    display: inline-flex;
    font-size: calc(18px * 0.95);
    margin-right: 1.5rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.03);
    margin-bottom: 0.75rem;
    padding: 0.5rem 1rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    transition: all 0.3s ease;
    align-items: center;
    color: #000000;
}

.support-exp .instant-help-exp > span:nth-child(5) {
    animation-delay: 0.5s;
}

.support-exp .instant-help-exp > span:hover::after {
    content: '';
    position: absolute;
    left: 0;
    animation: shine 1.5s ease forwards;
    width: 100%;
    top: 0;
    background: linear-gradient(
        to bottom right,
        transparent, 
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent,
        transparent
    );
    height: 100%;
    z-index: 0;
}

.access-now-exp .study-experts-exp:hover {
    box-shadow: 
        15px 15px 50px rgba(0, 0, 0, 0.07),
        -15px -15px 50px rgba(255, 255, 255, 0.7),
        inset 3px 3px 6px rgba(255, 255, 255, 0.6),
        inset -3px -3px 6px rgba(0, 0, 0, 0.06);
    transform: translateY(-5px);
}

.access-now-exp h3::before {
    box-shadow: 
        2px 2px 4px rgba(0, 0, 0, 0.1),
        -2px -2px 4px rgba(255, 255, 255, 0.7);
    content: '';
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    background: rgb(207,198,212);
    position: absolute;
    left: -20px;
    border-radius: 50%;
}

.access-now-exp .reach-out-exp:hover {
    color: rgb(207,198,212);
    transform: translateY(-2px);
    box-shadow: 
        5px 5px 15px rgba(0, 0, 0, 0.05),
        -5px -5px 15px rgba(255, 255, 255, 0.6),
        inset 5px 5px 10px rgba(0, 0, 0, 0.05),
        inset -5px -5px 10px rgba(255, 255, 255, 0.6);
}

.access-now-exp:hover .study-experts-exp::before {
    opacity: 0.05;
    background-size: 40px 100%;
}

.future-students-exp::before {
    width: 100%;
    left: 0;
    z-index: 1;
    height: 100%;
    background: linear-gradient(135deg, 
                rgb(207,198,212,0.5) 0%, 
                transparent 30%, 
                transparent 70%, 
                rgb(171,161,179,0.5) 100%);
    content: "";
    top: 0;
    opacity: 0.1;
    position: absolute;
}

.future-students-exp h4::after {
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    content: "";
    width: 80px;
    background: rgb(207,198,212);
    position: absolute;
    border-radius: 10px;
    bottom: 0;
}

.future-students-exp p:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.future-students-exp p:hover::before {
    width: 8px;
}

.future-students-exp p svg {
    margin-right: 20px;
    height: 28px;
    transition: all 0.3s ease;
    flex-shrink: 0;
    width: 28px;
}

.future-students-exp p:nth-child(even)::after {
    background: linear-gradient(90deg, 
                rgb(171,161,179,0.5) 0%, 
                transparent 30%);
}

.future-students-exp .study-experts-exp > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.course-highlights-exp::after {
    filter: blur(60px);
    height: 250px;
    content: "";
    width: 250px;
    bottom: -80px;
    animation: float 18s ease-in-out infinite alternate;
    left: -80px;
    position: absolute;
    background: rgb(171,161,179,0.5);
    z-index: 0;
}

.course-highlights-exp .content-photo-exp {
    transform: translateY(20px);
    opacity: 0;
    height: 380px;
    overflow: hidden;
    border-radius: 4px;
    animation: fadeUp 1s 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.course-highlights-exp .description {
    color: #000000;
    font-size: 14px;
    border-left: 2px solid rgb(171,161,179,0.5);
    padding-left: 15px;
    line-height: 1.8;
    position: relative;
    margin: 0;
    transition: border-left 0.3s ease;
}

.tyMessage-exp::after {
    transform: rotate(10deg);
    bottom: -5%;
    animation: floatGradient 18s ease-in-out infinite alternate-reverse;
    opacity: 0.5;
    background: radial-gradient(ellipse at center, rgb(171,161,179,0.5) 0%, transparent 70%);
    content: "";
    width: 70%;
    height: 60%;
    z-index: 1;
    position: absolute;
    left: -10%;
}

.tyMessage-exp .study-experts-exp:hover > div:first-child {
    transform: translateZ(40px);
}

.tyMessage-exp .study-experts-exp > div:first-child::after {
    height: 10px;
    transform: skewX(-20deg);
    background: rgb(171,161,179);
    right: 30px;
    width: 70px;
    bottom: -15px;
    position: absolute;
    opacity: 0.2;
    content: "";
}

.tyMessage-exp .study-experts-exp:hover h5::after {
    width: 80px;
}

.tyMessage-exp a {
    transition: transform 0.5s ease;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
}

.tyMessage-exp a:hover p {
    transform: translateY(-2px);
    color: #000000;
}

.stay-informed-exp::before {
    opacity: 0.3;
    left: -10%;
    position: absolute;
    content: "";
    height: 120%;
    transform: rotateX(45deg);
    top: -10%;
    width: 120%;
    background: 
        linear-gradient(45deg, transparent 70%, rgb(171,161,179,0.5) 70%),
        linear-gradient(135deg, rgb(207,198,212,0.5) 30%, transparent 30%);
    z-index: 1;
}

.stay-informed-exp .input_holder {
    gap: 1.5rem;
    flex-direction: row;
    transform: translateZ(20px);
    flex: 2;
    align-items: stretch;
    display: flex;
}

.stay-informed-exp input[type="submit"] {
    background: linear-gradient(45deg, rgb(207,198,212) 0%, rgb(171,161,179) 100%);
    border-radius: 10px;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 1rem 1.5rem;
    flex: 1;
    font-weight: 600;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

header .main-learn-exp {
    align-items: stretch;
    height: 100%;
    display: flex;
}

header .nav-sitebar-exp {
    display: flex;
    width: 65%;
    align-items: center;
    position: relative;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 1.2rem 3%;
}

header .main-train-exp:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.leadership-experience-exp {
    overflow: hidden;
    background: rgb(238,234,239);
    perspective: 1000px;
    position: relative;
    padding: 5rem 2rem;
}

.leadership-experience-exp .content-photo-exp {
    position: relative;
    filter: saturate(0.8);
    border-radius: 18px;
    width: 40%;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 400px;
    box-shadow: -20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotateY(10deg) translateZ(50px);
}

.leadership-experience-exp .job-overview-exp {
    width: 60%;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    box-shadow: 20px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 2.5rem;
    transform: rotateY(-5deg) translateZ(30px);
    border-radius: 18px;
}

.leadership-experience-exp .job-overview-exp:hover .name::after {
    width: 100%;
}

.leadership-experience-exp .past-experience-exp::before {
    font-size: 5rem;
    top: -20px;
    color: rgb(171,161,179,0.5);
    position: absolute;
    font-family: serif;
    content: "";
    opacity: 0.3;
    left: -10px;
}

.data-insights-exp .statistics-support-exp {
    position: relative;
    grid-template-areas: 
        "image header header header"
        "stats stats stats stats";
    display: grid;
    grid-template-columns: auto 1fr 1fr 1fr;
    align-items: start;
    grid-gap: 40px;
}



.data-insights-exp .statistics-perks-exp svg {
    height: 40px;
    width: 40px;
    fill: rgb(207,198,212);
}

.data-insights-exp .statistics-perks-exp svg path {
    fill: rgb(207,198,212);
}

.data-insights-exp .learn-statistics-exp {
    font-size: calc(35px * 1.2);
    padding: 15px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
    letter-spacing: 1.5px;
    padding-bottom: 25px;
    position: relative;
    grid-area: header;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}

.data-insights-exp .statistics-advance-exp {
    display: grid;
    position: relative;
    grid-template-rows: repeat(3, auto);
    gap: 25px;
    margin-top: 30px;
    grid-template-columns: repeat(4, 1fr);
    grid-area: stats;
}

.data-insights-exp .expert-benefits-exp:hover {
    transform: translateY(-10px);
    background: rgba(0, 0, 0, 0.7);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
}

.data-insights-exp .expert-benefits-exp:hover::after {
    opacity: 0.1;
}

.data-insights-exp .extra-statistics-exp::before {
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(207,198,212,0.5) 0%, transparent 100%);
    position: absolute;
    width: 100%;
    opacity: 0.3;
    z-index: -1;
}

.data-insights-exp .expert-benefits-exp span::after {
    position: absolute;
    height: 2px;
    opacity: 0.5;
    left: 0;
    background: currentColor;
    bottom: -5px;
    width: 30px;
    content: '';
}

.welcome-section-exp::before {
    position: absolute;
    backdrop-filter: blur(2px);
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, 
    rgb(171,161,179,0.5) 0%,
    rgba(0, 0, 0, 0.85) 100%);
}

.welcome-section-exp .title_style_header::before {
    background: rgb(207,198,212);
    content: "";
    transform: scaleY(0);
    width: 6px;
    top: 0.5rem;
    bottom: 0.5rem;
    animation: scaleIn 0.6s 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: top;
    left: 0;
    position: absolute;
}

.welcome-section-exp .method-ped-exp::after {
    bottom: -1rem;
    content: "";
    left: 0;
    height: 3px;
    animation: scaleIn 0.6s 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform-origin: left;
    transform: scaleX(0);
    width: 80px;
    position: absolute;
    background: rgb(207,198,212);
}

.contact-information-exp {
    background: rgb(238,234,239);
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

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

.contact-information-exp h2::before {
    bottom: 0;
    content: "";
    height: 4px;
    width: 80px;
    background: rgb(207,198,212);
    left: calc(50% - 40px);
    position: absolute;
}

.contact-information-exp .content-photo-exp {
    flex: 0 0 45%;
    min-height: 550px;
    position: relative;
}

.contact-information-exp .contact-request-exp::before {
    position: absolute;
    border-radius: 50%;
    top: -75px;
    height: 150px;
    z-index: 0;
    right: -75px;
    width: 150px;
    content: "";
    border: 30px solid rgb(207,198,212,0.5);
}

.contact-information-exp form h3::after {
    height: 2px;
    width: 50%;
    background: rgb(207,198,212);
    position: absolute;
    content: "";
    left: 0;
    bottom: -15px;
}

.contact-information-exp form input[type="text"]:focus::placeholder {
    opacity: 0;
    transform: translateY(-10px);
}

.contact-information-exp .request-help-exp label::before {
    position: absolute;
    top: 0;
    content: "";
    width: 22px;
    left: 0;
    transition: all 0.3s ease;
    background: transparent;
    height: 22px;
    border: 2px solid rgb(238,234,239);
}

.contact-information-exp .request-help-exp label a:hover {
    color: rgb(171,161,179);
}

.contact-information-exp .contact-query-exp {
    font-weight: 600;
    font-size: 19px;
    position: relative;
    border: none;
    color: #ffffff;
    z-index: 1;
    clip-path: polygon(
        0 0,
        100% 0,
        100% 70%,
        90% 100%,
        0 100%
    );
    display: inline-block;
    cursor: pointer;
    background: rgb(207,198,212);
    width: auto;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 18px 40px;
}



@media (max-width: 576px) {.program-outcomes-exp {
    padding: 60px 0;
}.program-outcomes-exp .content-photo-exp {
    min-height: 250px;
}.program-outcomes-exp h2 {
    font-size: 38px;
}.program-outcomes-exp .text_main_holder > div {
    padding: 20px;
}.program-outcomes-exp .text_main_holder svg {
    height: 28px;
    width: 28px;
}}



@media (max-width: 480px) {.our-team-exp {
    padding: 50px 0;
}.our-team-exp .container {
    padding: 0 15px;
}.our-team-exp h1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
}.our-team-exp h1::after {
    width: 60px;
    height: 2px;
}.our-team-exp .text-block-exp:hover h1::after {
    width: 90px;
}
}



@media (min-width: 992px) {.secure-haven-exp {
    padding: 8rem 4rem;
}.secure-haven-exp::before {
    width: 40%;
}.secure-haven-exp h1 {
    transform: translateX(-25px);
}.secure-haven-exp h1::before {
    width: 220px;
}.secure-haven-exp p {
    max-width: 75%;
}.secure-haven-exp li::before {
    width: 12px;
    height: 12px;
}.secure-haven-exp span {
    padding-left: 2rem;
    border-left: 3px solid rgba(rgb(171,161,179,0.5), 0.3);
}
}



@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
}footer .header-pro-exp {
    grid-template-columns: 1fr;
}footer .input_holder {
    flex-direction: row;
}footer .sub-strategy-exp {
    white-space: nowrap;
}
}


@media (min-width: 992px) {.support-exp .connect-block-exp {
    grid-template-columns: 1fr;
}.support-exp .instant-help-exp {
    grid-template-columns: repeat(3, 1fr);
}.support-exp .feedback-form-exp {
    grid-column: span 3;
}.support-exp .instant-help-exp > span {
    padding: 1.5rem;
}
}


@media (max-width: 767px) {.support-exp {
    padding: 3rem 0;
}.support-exp .instant-help-exp {
    gap: 1rem;
    padding: 1.5rem;
    grid-template-columns: 1fr;
}.support-exp .feedback-form-exp {
    padding: 1.5rem;
    grid-column: 1;
}.support-exp .message-section-exp {
    max-width: 100%;
}.support-exp .instant-help-exp::before {
    right: 1.5rem;
    left: 1.5rem;
}.support-exp .instant-help-exp > span svg {
    height: 18px;
    width: 18px;
}
}



@media screen and (max-width: 768px) {.access-now-exp {
    padding: 60px 0;
}.access-now-exp .study-experts-exp {
    max-width: 95%;
    padding: 30px 20px;
}.access-now-exp h3 {
    margin-bottom: 30px;
    font-size: calc(28px * 0.8);
}.access-now-exp h3::before,
    .access-now-exp h3::after {
    display: none;
}.access-now-exp .reach-out-exp {
    font-size: calc(15px * 0.9);
    padding: 14px 30px;
}.access-now-exp .study-experts-exp::before,
    .access-now-exp .study-experts-exp::after {
    height: 100px;
    width: 100px;
}}



@media (min-width: 992px) {.course-highlights-exp {
    padding: 150px 0;
}.course-highlights-exp .container {
    padding: 0 40px;
}.course-highlights-exp h2 {
    margin-bottom: 60px;
    font-size: calc(36px * 1.3);
    max-width: 70%;
}.course-highlights-exp .content-photo-exp {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    height: 550px;
}.course-highlights-exp .description {
    line-height: 1.9;
    font-size: calc(14px * 1.05);
}.course-highlights-exp .text-block-exp {
    padding-top: 30px;
}
}



@media screen and (min-width: 992px) {.tyMessage-exp {
    padding: 10rem 0;
}.tyMessage-exp .study-experts-exp {
    align-items: center;
    padding: 5rem;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    display: grid;
    max-width: 80%;
}.tyMessage-exp .study-experts-exp > div:first-child {
    margin-bottom: 0;
}.tyMessage-exp h5 {
    font-size: calc(23px * 1.3);
}.tyMessage-exp h5::after {
    width: 0;
}.tyMessage-exp .study-experts-exp:hover h5::after {
    width: 120px;
}
}



@media (max-width: 480px) {.stay-informed-exp {
    padding: 3rem 1rem;
}.stay-informed-exp .help-widget-exp {
    padding: 1.5rem;
}.stay-informed-exp h3 {
    margin: 0 0 1.5rem 0;
    font-size: calc(21px * 0.9);
}.stay-informed-exp input[type="email"] {
    padding: 0.8rem 1rem;
}.stay-informed-exp input[type="submit"] {
    padding: 0.8rem 1rem;
}}



@media (max-width: 992px) {.leadership-experience-exp .review-testimonials-exp {
    flex-direction: column;
}.leadership-experience-exp .content-photo-exp,
    .leadership-experience-exp .job-overview-exp {
    transform: none;
    width: 100%;
}.leadership-experience-exp .content-photo-exp {
    height: 300px;
    margin-bottom: 2rem;
}.leadership-experience-exp .content-photo-exp:hover,
    .leadership-experience-exp .job-overview-exp:hover {
    transform: translateY(-10px);
}}



@media screen and (max-width: 575px) {.data-insights-exp {
    padding: 60px 0;
}.data-insights-exp .statistics-support-exp {
    grid-gap: 25px;
}.data-insights-exp .statistics-perks-exp {
    margin-right: 15px;
    width: 60px;
    height: 60px;
}.data-insights-exp .statistics-perks-exp::before {
    width: 80px;
    left: -10px;
    top: -10px;
    height: 80px;
}.data-insights-exp .statistics-perks-exp svg {
    height: 30px;
    width: 30px;
}.data-insights-exp .learn-statistics-exp {
    font-size: calc(35px * 0.8);
    padding-bottom: 12px;
}.data-insights-exp .learn-statistics-exp::after {
    width: 50px;
    height: 2px;
}.data-insights-exp .statistics-tracks-exp {
    margin-bottom: 25px;
    font-size: calc(16px * 1.05);
    padding: 25px;
}.data-insights-exp .statistics-tracks-exp::before,
    .data-insights-exp .statistics-tracks-exp::after {
    width: 20px;
    height: 20px;
}.data-insights-exp .statistics-advance-exp {
    gap: 15px;
    grid-template-columns: 1fr;
}.data-insights-exp .expert-benefits-exp {
    padding: 20px 15px;
}.data-insights-exp .extra-statistics-exp {
    margin-bottom: 12px;
    width: 40px;
    height: 40px;
}.data-insights-exp .extra-statistics-exp svg {
    width: 20px;
    height: 20px;
}.data-insights-exp .statistics-advance-exp .expert-benefits-exp span {
    font-size: 1.8rem;
}.data-insights-exp .expert-benefits-exp p {
    font-size: calc(16px * 0.85);
}}



@keyframes scaleIn {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

@keyframes card-appear {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(10deg) translateY(50px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.15;
    }
}



@keyframes scaleIn {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}



@keyframes float {
    0%, 100% {
        transform: translateY(0) translateZ(0);
    }
    50% {
        transform: translateY(-10px) translateZ(20px);
    }
}

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



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



@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  25%, 100% {
    transform: translateX(100%);
  }
}

