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

.nav-info-3nQ {
    flex: 1 0 auto;
}

.online-tools-o9J {
    flex: 0 0 auto;
}

header,footer {
    width: 100%;
}

header {
    background: rgb(223,218,225);
    z-index: 99;
    width: 100%;
    position: relative;
    overflow: visible;
}

.company-info-zGy::after {
    content: "";
    animation: rotate 30s infinite linear;
    top: -100px;
    position: absolute;
    width: 200px;
    z-index: 0;
    height: 200px;
    border: 1px solid rgb(158,119,177,0.5);
    right: -100px;
    border-radius: 50%;
}

.company-info-zGy .smart-track-nsd {
    position: relative;
}

.company-info-zGy .smart-track-nsd::before {
    animation: float 6s infinite alternate ease-in-out;
    height: 50px;
    left: -25px;
    border: 2px solid rgb(191,173,199,0.5);
    content: "";
    top: -25px;
    z-index: 0;
    width: 50px;
    position: absolute;
    border-radius: 50%;
}

.company-info-zGy .study-guides-tw6:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px) scale(1.02);
}

.company-info-zGy .study-guides-tw6:hover::before {
    opacity: 0.2;
}

.company-info-zGy .study-guides-tw6:nth-child(2) {
    animation-delay: 0.6s;
}

.company-info-zGy .study-guides-tw6:nth-child(2)::before {
    background: linear-gradient(90deg, rgb(158,119,177,0.5) 0%, transparent 100%);
    transform: rotate(3deg);
}

.company-info-zGy .study-guides-tw6:nth-child(2) h4::after {
    background: rgb(158,119,177);
    animation-delay: 1.4s;
}

.testimonials-kH8 {
    overflow: hidden;
    position: relative;
    padding: 100px 0 120px;
    background: linear-gradient(to right, rgb(223,218,225), #ffffff);
}

.testimonials-kH8 h4 {
    font-size: 43px;
    text-align: center;
    transform: skewY(0);
    position: relative;
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
    display: block;
}

.testimonials-kH8 .opinion-hub-Ohp {
    width: calc(33.333% - 40px);
    display: flex;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    margin: 0 20px 40px;
    flex-direction: column;
    padding: 30px 0;
    transform: translateY(0);
}

.testimonials-kH8 .opinion-hub-Ohp:hover::after {
    width: 100%;
}

.testimonials-kH8 .opinion-hub-Ohp:hover .img-center-ZAF {
    transform: rotate(0deg);
    box-shadow: 10px 10px 0 rgb(158,119,177,0.5);
}

.testimonials-kH8 .opinion-hub-Ohp:hover span {
    color: rgb(191,173,199);
    transform: translateX(10px);
}

.testimonials-kH8 .opinion-hub-Ohp p {
    padding-left: 15px;
    margin-top: 15px;
    border-left: 1px dashed rgb(158,119,177,0.5);
    transition: border-left-color 0.3s ease;
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.7;
}

.learning-impact-K83 {
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(223,218,225) 0%, #ffffff 100%);
}

.learning-impact-K83 h5 {
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    margin-bottom: 60px;
    font-size: 21px;
    z-index: 2;
    transition: transform 0.5s ease-out;
    text-align: center;
    max-width: 800px;
    position: relative;
    transform: translateY(0);
    line-height: 1.4;
    color: #000000;
}

.learning-impact-K83 .training-space-5Vu:hover {
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
}

.learning-impact-K83 .img-center-ZAF {
    width: 100%;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    height: auto;
    transform: scale(1);
    transition: transform 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    object-fit: cover;
}

.learning-impact-K83 .words-container-7Kp li {
    transform: translateY(0);
    opacity: 0.95;
    position: relative;
    transition: transform 0.3s ease, opacity 0.3s ease;
    padding-left: 40px;
}

.learning-impact-K83 .words-container-7Kp li:hover svg {
    transform: scale(1.2) rotate(5deg);
}

.learning-impact-K83 .words-container-7Kp li svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,173,199);
}

.learning-impact-K83 .words-container-7Kp li::before {
    position: absolute;
    bottom: -5px;
    transition: width 0.4s ease-out;
    background: linear-gradient(90deg, rgb(191,173,199) 0%, rgb(158,119,177) 100%);
    height: 2px;
    content: "";
    left: 0;
    width: 0;
}

.pricing-lineup-9mc::after {
    left: -3%;
    content: "";
    z-index: 0;
    height: 50%;
    width: 35%;
    bottom: -5%;
    position: absolute;
    background: linear-gradient(45deg, rgb(158,119,177,0.5) 30%, rgb(191,173,199,0.5) 70%);
    opacity: 0.08;
    transform: rotate(10deg);
    border-radius: 10px;
}

.pricing-lineup-9mc .study-costs-hV7 h2::after {
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    height: 3px;
    bottom: -0.75rem;
    background: linear-gradient(90deg, transparent, rgb(191,173,199), transparent);
    content: "";
    width: 70%;
}

.pricing-lineup-9mc .deal-board-chk:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.pricing-lineup-9mc .deal-board-chk:hover::before {
    transform: translateY(0);
}

.pricing-lineup-9mc .learn-packs-1Jz {
    height: 100%;
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
}

.pricing-lineup-9mc .rate-choices-mtJ .monthly-rate-8M0 {
    color: rgb(191,173,199);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    font-size: calc(18px * 1.3);
}

.pricing-lineup-9mc .img-center-ZAF {
    height: 180px;
    transition: transform 0.5s ease;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.pricing-lineup-9mc .deal-board-chk:hover .img-center-ZAF {
    transform: scale(1.05);
}

.pricing-lineup-9mc .deal-board-chk:nth-child(even) .rate-choices-mtJ::before {
    position: absolute;
    left: 1rem;
    border-radius: 50%;
    z-index: -1;
    background: rgb(158,119,177,0.5);
    opacity: 0.1;
    height: 2.5rem;
    content: "";
    width: 2.5rem;
    bottom: 1rem;
}

.title-opener-UkC::after {
    width: 100%;
    z-index: 2;
    bottom: -5px;
    height: 10px;
    position: absolute;
    box-shadow: 0 0 20px rgba(rgb(191,173,199,0.5), 0.5);
    background: linear-gradient(90deg, rgb(191,173,199) 0%, rgb(158,119,177) 50%, rgb(191,173,199) 100%);
    left: 0;
    content: "";
}

.title-opener-UkC .learn-expressfast-rwN > div > div:first-child {
    box-shadow: inset 2px 2px 5px rgba(0,0,0,0.1), 
              inset -2px -2px 5px rgba(255,255,255,0.05);
    padding: 1.5rem;
    transform: translateZ(30px);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: rgba(255,255,255,0.05);
}

.title-opener-UkC .learning-corner-vuH {
    min-height: 360px;
    align-items: center;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    transform: translateZ(20px);
    justify-content: center;
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}

.title-opener-UkC .learning-corner-vuH > div:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.title-opener-UkC .learning-corner-vuH p::after {
    bottom: 0;
    height: 2px;
    width: 60px;
    position: absolute;
    content: "";
    animation: pulse 2s infinite;
    left: 0;
    background: rgb(158,119,177);
}

.title-opener-UkC .learning-corner-vuH:hover .title_style_header::before {
    width: 100%;
}

.contact-panel-q29 {
    color: #ffffff;
    position: relative;
    padding: 100px 0;
    background: #000000;
    overflow: hidden;
}

.contact-panel-q29::after {
    z-index: 1;
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(191,173,199), transparent);
    bottom: 0;
    left: 0;
    height: 1px;
    content: "";
}

.contact-panel-q29 .container {
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}

.contact-panel-q29 .connect-links-zrl {
    display: flex;
    clip-path: polygon(
        0 0, 
        calc(100% - 20px) 0, 
        100% 20px, 
        100% calc(100% - 20px), 
        calc(100% - 20px) 100%, 
        20px 100%, 
        0 calc(100% - 20px)
    );
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    border: 1px solid rgb(191,173,199,0.5);
    border-radius: 0;
    background: rgba(15, 15, 20, 0.8);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(191,173,199,0.5);
}

.contact-panel-q29 .query-query-7JQ h3::before {
    display: none;
}

.contact-panel-q29 .query-query-7JQ input[type="text"]::placeholder,
.contact-panel-q29 .query-query-7JQ textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.contact-panel-q29 .query-query-7JQ textarea {
    resize: vertical;
    min-height: 150px;
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj label::before {
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    border: 1px solid rgb(191,173,199,0.5);
    top: 2px;
    content: "";
    width: 20px;
    height: 20px;
}

.contact-panel-q29 .query-query-7JQ .request-block-bDj a {
    font-weight: 600;
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(191,173,199,0.5);
    color: rgb(191,173,199);
    text-decoration: none;
}

.contact-panel-q29 .query-query-7JQ .request-query-KO3::before {
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: all 0.5s ease;
    content: "";
}

.contact-panel-q29 .message-list-e61 h4 {
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgb(158,119,177);
    position: relative;
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 35px;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li {
    border: 1px solid rgb(158,119,177,0.5);
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    margin-bottom: 20px;
    align-items: center;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    padding: 15px;
    position: relative;
    transition: all 0.3s ease;
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li svg path {
    transition: all 0.3s ease;
    fill: rgb(158,119,177);
}

.contact-panel-q29 .message-list-e61 .support-request-ztT li a {
    text-decoration: none;
    transition: all 0.3s ease;
    color: #ffffff;
}

.leadership-experience-yLt::before {
    background-image: 
        linear-gradient(45deg, rgb(191,173,199,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(191,173,199,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(191,173,199,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(191,173,199,0.5) 75%);
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-position: 0 0, 0 30px, 30px -30px, -30px 0px;
    opacity: 0.03;
    background-size: 60px 60px;
    top: 0;
}

.leadership-experience-yLt .img-center-ZAF::after {
    content: "";
    border-radius: 40px;
    transition: all 0.5s ease;
    opacity: 0.05;
    z-index: -2;
    position: absolute;
    background: 
        repeating-linear-gradient(
            -45deg,
            transparent 0,
            transparent 10px,
            rgb(191,173,199,0.5) 10px,
            rgb(191,173,199,0.5) 11px
        );
    transform: rotate(10deg);
    inset: -20px;
}

.leadership-experience-yLt .opinion-hub-Ohp span:not(.name) {
    z-index: 2;
    margin-bottom: 40px;
    color: rgb(158,119,177);
    opacity: 0.8;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    position: relative;
}

.leadership-experience-yLt .career-record-9nx::after {
    bottom: 25px;
    width: 35px;
    opacity: 0.2;
    right: 25px;
    background: 
        linear-gradient(225deg, rgb(158,119,177,0.5) 0%, transparent 100%);
    height: 35px;
    content: "";
    position: absolute;
    border-radius: 0 0 0 10px;
}



.leadership-experience-yLt .opinion-hub-Ohp::after {
    opacity: 0.08;
    border-radius: 60% 40% 30% 70% / 50% 50% 50% 50%;
    width: 350px;
    left: 50%;
    position: absolute;
    top: -50px;
    background: 
        linear-gradient(
            135deg,
            transparent 0%,
            rgb(158,119,177,0.5) 100%
        );
    height: 350px;
    transform: translateX(-50%) rotate(-45deg);
    animation: morphing 15s infinite alternate-reverse ease-in-out;
    z-index: 0;
    content: "";
}

.stay-updated-oNe {
    overflow: hidden;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(223,218,225), rgb(191,173,199,0.5) 80%);
    position: relative;
}

.stay-updated-oNe .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}

.stay-updated-oNe .training-space-5Vu {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    padding: 3rem;
    display: flex;
    position: relative;
    flex-direction: column;
    transform: translateZ(0);
    background: #ffffff;
}

.stay-updated-oNe .input_holder {
    width: 100%;
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 1.25rem;
}

.stay-updated-oNe input[type="email"]:focus {
    background-color: #ffffff;
    border-color: rgb(191,173,199);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(rgb(191,173,199,0.5), 0.15);
    outline: none;
}

.stay-updated-oNe .news-panel-oOF {
    font-size: 20px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: none;
    color: #ffffff;
    padding: 0.9rem 1.5rem;
    align-self: flex-start;
    background: linear-gradient(135deg, rgb(191,173,199), rgb(158,119,177));
    overflow: hidden;
}

footer .conduct-code-LlO {
    position: relative;
    z-index: 1;
}

footer .info_item {
    position: relative;
    align-items: center;
    height: 100px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding: 0 20px;
    display: flex;
    background-color: #ffffff;
}

footer .info_item:hover::before {
    height: 100%;
    top: 0;
}

footer .info_item svg {
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
    fill: rgb(191,173,199);
    width: 22px;
    z-index: 1;
    height: 22px;
}

footer .header-mentor-iQ7, footer .subscribe_holder {
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 26px;
    padding: 30px;
    position: relative;
}

footer .project-ref-LQw {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 12px;
}

footer .header-main-ehT {
    height: 100%;
    border-radius: 26px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
    padding: 20px;
}

footer .header-main-ehT a:last-child {
    border-bottom: none;
}

footer .header-main-ehT a:hover {
    padding-left: 5px;
    color: #ffffff;
}

footer .header-main-ehT a:hover::before {
    transform: translateX(0);
    opacity: 1;
}

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

footer .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 12px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
    padding: 15px;
}

footer .campus-links-PpV {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.thxPanel-MaL {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(223,218,225) 0%, rgb(158,119,177,0.5) 100%);
}

.thxPanel-MaL::after {
    z-index: 0;
    opacity: 0.15;
    right: -10%;
    animation: float 15s infinite ease-in-out;
    top: -20%;
    height: 70%;
    content: "";
    background: radial-gradient(circle, rgb(191,173,199,0.5) 0%, transparent 70%);
    width: 60%;
    position: absolute;
    filter: blur(30px);
}

.thxPanel-MaL h2::after {
    transform: scaleX(0);
    bottom: -12px;
    position: absolute;
    animation: expandLine 1s forwards ease-out 1s;
    background: linear-gradient(90deg, rgb(191,173,199) 0%, rgb(191,173,199,0.5) 100%);
    content: "";
    width: 80px;
    left: 0;
    transform-origin: left;
    height: 3px;
}

.thxPanel-MaL .training-space-5Vu li {
    position: relative;
    padding-left: 2rem;
}

header::before {
    height: 100%;
    content: "";
    top: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 30%, rgb(191,173,199,0.5) 0%, transparent 70%);
    left: 0;
    opacity: 0.2;
    position: absolute;
}

header .site-main-4Iq::before {
    height: 5px;
    left: 10%;
    top: -10px;
    position: absolute;
    filter: blur(5px);
    background: linear-gradient(90deg, rgb(191,173,199), transparent);
    content: "";
    width: 30%;
}

header .site-main-4Iq .header-mentor-iQ7::before {
    position: absolute;
    content: "";
    transition: opacity 0.3s ease;
    height: calc(100% + 10px);
    opacity: 0;
    filter: blur(15px);
    left: -5px;
    width: calc(100% + 10px);
    background: linear-gradient(135deg, rgb(191,173,199), rgb(158,119,177));
    z-index: -1;
    top: -5px;
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA a {
    overflow: hidden;
    color: #000000;
    z-index: 1;
    padding: 8px 15px;
    font-family: Arial, sans-serif;
    display: block;
    position: relative;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA:hover a::before {
    opacity: 1;
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA:hover a {
    color: #ffffff;
}

header .site-main-4Iq .nav-train-MIW .nav-sitewrap-otA:nth-child(odd) a::before {
    background: linear-gradient(to right, rgb(191,173,199), rgb(158,119,177));
}

.privacy-sanctuary-85T h1 {
    font-size: 46px;
    color: rgb(191,173,199);
    padding-bottom: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    border-bottom: 3px solid rgb(158,119,177);
    margin-bottom: 20px;
}

.privacy-sanctuary-85T h3, .privacy-sanctuary-85T h4, .privacy-sanctuary-85T h5, .privacy-sanctuary-85T h6 {
    margin: 10px 0;
}

.privacy-sanctuary-85T p {
    line-height: 1.8;
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}

.privacy-sanctuary-85T span {
    color: rgb(158,119,177);
    font-weight: 600;
}

.course-program-details-47Y::before {
    top: 0;
    width: 100%;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    background: 
        radial-gradient(ellipse at bottom right, rgb(191,173,199,0.5) 0%, transparent 60%),
        radial-gradient(ellipse at top left, rgb(158,119,177,0.5) 0%, transparent 60%);
    height: 100%;
}

.course-program-details-47Y .words-container-7Kp h2 {
    position: relative;
    margin-bottom: 0;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    grid-column: 1 / -1;
    padding-bottom: 20px;
    font-size: 47px;
}

.course-program-details-47Y .words-container-7Kp .description {
    padding: 25px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(10px);
    margin: 0;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 22px;
    position: relative;
    line-height: 1.8;
    border: 1px solid rgba(255, 255, 255, 0.05);
    overflow: hidden;
    font-size: 15px;
    color: #ffffff;
}

.course-program-details-47Y .img-center-ZAF::before {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.8));
    inset: 0;
    position: absolute;
    content: "";
    z-index: 1;
}

.data-summary-eo6::before {
    width: 100%;
    top: 0;
    left: 0;
    animation: gradientShift 15s ease infinite alternate;
    position: absolute;
    height: 100%;
    z-index: -1;
    content: "";
    background: 
        linear-gradient(135deg, rgb(191,173,199,0.5) 0%, transparent 50%),
        linear-gradient(225deg, rgb(158,119,177,0.5) 0%, transparent 50%);
}

.data-summary-eo6 .extra-experts-xEl {
    overflow: hidden;
    transition: all 0.3s ease;
    text-align: center;
    justify-content: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8));
    padding: 20px 15px;
    flex-direction: column;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    border-radius: 21px;
    align-items: center;
    height: 150px;
    position: relative;
    width: calc(25% - 15px);
    z-index: 1;
    display: flex;
}

.data-summary-eo6 .extra-experts-xEl:hover h4 {
    color: rgb(158,119,177);
}

.data-summary-eo6 .extra-gain-yzE {
    max-width: 900px;
    order: 1;
    padding: 30px;
    z-index: 2;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    border-radius: 21px;
    text-align: center;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    width: 100%;
}

.data-summary-eo6 .statistics-experts-QjD {
    line-height: 1.7;
    margin: 0 auto;
    max-width: 700px;
    font-size: 14px;
    color: #000000;
}

.data-summary-eo6 svg path {
    fill: inherit;
}

.data-summary-eo6 .extra-experts-xEl:hover svg {
    opacity: 1;
    fill: rgb(158,119,177);
    transform: rotate(15deg);
}

.education-framework-jU5::before {
    left: 0;
    height: 100%;
    top: 0;
    filter: blur(40px);
    content: "";
    width: 100%;
    z-index: 1;
    background: 
        radial-gradient(circle at 20% 20%, rgb(191,173,199,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(158,119,177,0.5) 0%, transparent 30%);
    position: absolute;
}

.education-framework-jU5 .training-space-5Vu::after {
    height: 80%;
    border: 1px dashed rgb(158,119,177,0.5);
    width: 80%;
    content: "";
    animation: rotateBorder 15s linear infinite reverse;
    border-radius: 50%;
    position: absolute;
    left: 10%;
    z-index: -1;
    top: 10%;
}

.education-framework-jU5 h3::after {
    background: linear-gradient(to bottom, rgb(191,173,199), transparent);
    content: "";
    transform: translateX(-50%);
    width: 2px;
    left: 50%;
    top: 100%;
    height: 30px;
    position: absolute;
}

.education-framework-jU5 span {
    transform: translateY(20px);
    border-radius: 22px;
    font-size: 18px;
    height: auto;
    padding: 2rem;
    width: 60%;
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    line-height: 1.7;
    z-index: 2;
    text-align: center;
    background: #ffffff;
    display: inline-block;
    color: #000000;
}

.cookie-overlay-dialog-zIo h5 {
    margin-bottom: 6px;
    font-size: 22px;
}

.user-default-S84 svg, .user-default-S84 svg path, .user-default-S84 img {
    height: 100px;
    fill: rgb(191,173,199);
    width: 100px;
}


#cookiePromptModal-Psr {
    display: none;
}

.sign-up-now-FZm {
    transform-style: preserve-3d;
    overflow: hidden;
    padding: 4rem 2rem;
    perspective: 1000px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgb(158,119,177), rgb(191,173,199) 120%);
}

.sign-up-now-FZm .container {
    position: relative;
    z-index: 1;
    display: flex;
    transform: translateZ(30px);
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1200px;
}

.sign-up-now-FZm div span {
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    z-index: 2;
    transform: perspective(800px) rotateX(5deg);
}

.sign-up-now-FZm div span:hover::before {
    opacity: 0.8;
    width: 100%;
}

.sign-up-now-FZm .request-query-KO3::before {
    width: 100%;
    top: 0;
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    height: 100%;
    content: "";
}

.sign-up-now-FZm .request-query-KO3:hover::before {
    left: 100%;
}

.sign-up-now-FZm .request-query-KO3 span {
    transition: transform 0.3s ease;
    position: relative;
    z-index: 2;
}

.sign-up-now-FZm .request-query-KO3:active {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (min-width: 992px) {.company-info-zGy {
    padding: 8rem 0;
}.company-info-zGy::before {
    animation: pulse 20s infinite alternate ease-in-out;
}.company-info-zGy ul {
    gap: 4rem;
}.company-info-zGy .study-guides-tw6 {
    transform: translateY(30px) rotate(-1deg);
}.company-info-zGy .study-guides-tw6:nth-child(2) {
    transform: translateY(30px) rotate(1deg);
}.company-info-zGy .study-guides-tw6:hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.company-info-zGy .study-guides-tw6:nth-child(2):hover {
    transform: translateY(-5px) scale(1.02) rotate(0);
}.company-info-zGy .study-guides-tw6 div {
    max-height: 400px;
}.company-info-zGy h1 {
    margin-left: 4rem;
}
}



@media (min-width: 768px) {.learning-impact-K83 {
    padding: 150px 0 180px;
}.learning-impact-K83 .training-space-5Vu {
    padding: 60px;
    flex-direction: row;
    border-left: 6px solid rgb(191,173,199);
}.learning-impact-K83 .training-space-5Vu > div:first-child {
    width: 40%;
    flex-shrink: 0;
}.learning-impact-K83 .words-container-7Kp {
    padding-left: 40px;
    width: 60%;
}.learning-impact-K83 .words-container-7Kp ul {
    gap: 30px 20px;
    grid-template-columns: repeat(2, 1fr);
}.learning-impact-K83 h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 80px;
}.learning-impact-K83 h5::after {
    height: 5px;
    width: 120px;
}
}



@media (max-width: 991px) {.pricing-lineup-9mc {
    padding: 5rem 0;
}.pricing-lineup-9mc .deal-board-chk {
    margin-bottom: 1.5rem;
}.pricing-lineup-9mc .study-costs-hV7 {
    padding: 0 1rem;
}
}



@media (max-width: 575px) {.pricing-lineup-9mc {
    padding: 3rem 0;
}.pricing-lineup-9mc .container {
    padding: 0 1.5rem;
}.pricing-lineup-9mc .plan-pricing-TeE {
    gap: 1.5rem;
}.pricing-lineup-9mc .rate-choices-mtJ {
    padding: 1.5rem;
}.pricing-lineup-9mc .img-center-ZAF {
    height: 140px;
}
}



@media (min-width: 992px) {.title-opener-UkC {
    padding: 7rem 3rem;
}.title-opener-UkC .learn-expressfast-rwN {
    padding: 3.5rem;
}.title-opener-UkC .learn-expressfast-rwN > div {
    gap: 4rem;
}.title-opener-UkC .learning-corner-vuH {
    min-height: 500px;
}.title-opener-UkC .learning-corner-vuH > div {
    padding: 3.5rem;
}.title-opener-UkC h3 {
    font-size: calc(23px * 1.2);
}.title-opener-UkC .title_style_header {
    font-size: calc(48px * 1.2);
}.title-opener-UkC .learning-corner-vuH p {
    font-size: calc(17px * 1.1);
}
}



@media (max-width: 768px) {.contact-panel-q29 {
    padding: 60px 0;
}.contact-panel-q29 h3 {
    margin-bottom: 40px;
    font-size: calc(43px * 0.7);
}.contact-panel-q29 h3::before {
    left: calc(50% - 75px);
    width: 150px;
    bottom: -15px;
}.contact-panel-q29 .query-query-7JQ,
    .contact-panel-q29 .message-list-e61 {
    padding: 40px 30px;
}.contact-panel-q29 .query-query-7JQ input[type="text"],
    .contact-panel-q29 .query-query-7JQ textarea {
    padding: 14px 16px;
}.contact-panel-q29 .message-list-e61 .support-request-ztT li {
    padding: 12px;
}
}



@media (max-width: 767px) {.leadership-experience-yLt {
    padding: 60px 0;
}.leadership-experience-yLt .img-center-ZAF {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.leadership-experience-yLt .name {
    font-size: calc(38px * 0.8);
    padding: 0 15px 12px;
    margin-bottom: 10px;
}.leadership-experience-yLt .opinion-hub-Ohp span:not(.name) {
    margin-bottom: 30px;
    font-size: calc(23px * 0.9);
    letter-spacing: 2px;
}.leadership-experience-yLt .career-record-9nx {
    font-size: calc(16px * 0.95);
    padding: 30px 35px;
    width: 90%;
}.leadership-experience-yLt .career-record-9nx::before,
    .leadership-experience-yLt .career-record-9nx::after {
    height: 25px;
    width: 25px;
}.leadership-experience-yLt .opinion-hub-Ohp::before,
    .leadership-experience-yLt .opinion-hub-Ohp::after {
    height: 200px;
    width: 200px;
}.leadership-experience-yLt .opinion-hub-Ohp:hover span:not(.name) {
    letter-spacing: 3px;
}
}



@media (min-width: 768px) {.stay-updated-oNe {
    padding: 5rem 3rem;
}.stay-updated-oNe .training-space-5Vu {
    border-left: 4px solid rgb(191,173,199);
    padding: 3.5rem 4rem;
}.stay-updated-oNe .input_holder {
    flex-direction: row;
    align-items: stretch;
}.stay-updated-oNe h3 {
    max-width: 80%;
    font-size: clamp(1.5rem, 1.25rem + 1.5vw, 2rem);
}.stay-updated-oNe input[type="email"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}.stay-updated-oNe .news-panel-oOF {
    border-top-left-radius: 0;
    align-self: stretch;
    border-bottom-left-radius: 0;
}
}



@media (hover: none) {.stay-updated-oNe .news-panel-oOF:hover {
    transform: none;
    box-shadow: none;
}.stay-updated-oNe input[type="email"]:focus {
    transform: none;
}}



@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .nav-train-MIW {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}



@media (max-width: 991px) {.thxPanel-MaL {
    padding: 4rem 0;
}.thxPanel-MaL h2 {
    max-width: 100%;
    font-size: calc(31px * 0.9);
}.thxPanel-MaL .training-space-5Vu {
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.thxPanel-MaL {
    padding: 3rem 0;
}.thxPanel-MaL::before {
    background-size: 25px 25px;
}.thxPanel-MaL h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 2rem;
}.thxPanel-MaL .training-space-5Vu {
    padding: 2rem;
}.thxPanel-MaL .training-space-5Vu li {
    padding-left: 1.5rem;
}.thxPanel-MaL .training-space-5Vu li::before {
    top: 6px;
    width: 6px;
    height: 6px;
}
}


@media only screen and (max-width: 800px) {.privacy-sanctuary-85T {
    padding: 30px;
    gap: 20px;
}.privacy-sanctuary-85T h1 {
    font-size: calc(22px * 0.8);
}.privacy-sanctuary-85T h2 {
    font-size: calc(22px * 0.8);
}.privacy-sanctuary-85T ul,
    .privacy-sanctuary-85T ol {
    padding-left: 15px;
}.privacy-sanctuary-85T > div {
    padding: 15px;
}}



@media (max-width: 480px) {.course-program-details-47Y {
    padding: 40px 0;
}.course-program-details-47Y .training-flow-hiz {
    gap: 40px;
}.course-program-details-47Y .words-container-7Kp h2 {
    padding-bottom: 15px;
    font-size: calc(47px * 0.8);
}.course-program-details-47Y .words-container-7Kp h2::after {
    width: 80px;
}.course-program-details-47Y .words-container-7Kp .description {
    padding: 20px;
}.course-program-details-47Y .img-center-ZAF {
    height: 250px;
}}



@media (max-width: 992px) {.education-framework-jU5 {
    min-height: auto;
}.education-framework-jU5 .container {
    padding: 4rem 1.5rem;
}.education-framework-jU5 .training-space-5Vu {
    gap: 3rem;
    padding: 2rem 0;
    height: auto;
    border-radius: 0;
    aspect-ratio: auto;
}.education-framework-jU5 .training-space-5Vu::before,
    .education-framework-jU5 .training-space-5Vu::after {
    left: 0;
    border-radius: 20px;
    top: 0;
    width: 100%;
    height: 100%;
}.education-framework-jU5 h3 {
    max-width: 90%;
    font-size: calc(28px * 0.9);
    margin-bottom: 0;
    transform: none;
}.education-framework-jU5 h3::after {
    display: none;
}.education-framework-jU5 span {
    transform: none;
    width: 90%;
}.education-framework-jU5 span::before {
    display: none;
}
}



@media (max-width: 767px) {.sign-up-now-FZm {
    padding: 3rem 1rem;
}.sign-up-now-FZm::after {
    top: -5%;
    right: -20%;
    width: 50%;
}.sign-up-now-FZm h6 {
    margin-bottom: 1.8rem;
    font-size: 17px;
    max-width: 100%;
}.sign-up-now-FZm h6::after {
    width: 50px;
    bottom: -12px;
}.sign-up-now-FZm .request-query-KO3 {
    padding: 0.8rem 1.8rem;
    font-size: 20px;
}
}



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



@keyframes flicker {
    0% { opacity: 1; }
    3% { opacity: 0.8; }
    6% { opacity: 1; }
    7% { opacity: 0.9; }
    9% { opacity: 1; }
    11% { opacity: 0.7; }
    20% { opacity: 1; }
    80% { opacity: 1; }
    83% { opacity: 0.8; }
    87% { opacity: 1; }
    100% { opacity: 1; }
}



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



@keyframes expandLine {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(rgb(191,173,199), 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(rgb(191,173,199), 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(rgb(191,173,199), 0);
    }
}



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



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

