* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

.art_portalQ {
    flex: 0 0 auto;
}

.art_portalQ {
    color: #ffffff;
    position: relative;
    padding: 4rem 0 2rem;
}

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

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


.cookieNotificationBannerO {
    width: 90%;
    z-index: 1050;
    background: rgb(234,238,239);
    font-family: Arial, sans-serif;
    transform: translateX(-50%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    display: flex;
    text-align: center;
    align-items: center;
    bottom: 20px;
    padding: 20px;
    left: 50%;
    overflow: hidden;
    flex-direction: column;
    border-radius: 22px;
    position: fixed;
    max-width: 600px;
}


.cookieNotificationBannerO h5 {
    font-weight: 700;
    color: rgb(198,208,212);
    font-size: 22px;
    margin-bottom: 10px;
}

.cookie_tabI {
    color: #ffffff;
    width: calc(50% - 10px);
    margin: 5px;
    text-decoration: none;
    background: rgb(198,208,212);
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
}


#cookie_info_windown {
    display: none;
}

footer {
    z-index: 1;
    position: relative;
}

footer::before {
    right: 0;
    opacity: 0.95;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgb(198,208,212);
    z-index: -2;
    bottom: 0;
}

.art_portalQ::before {
    height: 3px;
    content: "";
    top: 0;
    position: absolute;
    width: 100%;
    left: 0;
    background: rgb(161,173,179);
}

.art_portalQ::after {
    top: 3px;
    background-image: 
        linear-gradient(90deg, 
            rgb(161,173,179) 0px, rgb(161,173,179) 10px,
            transparent 10px, transparent 15px,
            rgb(161,173,179) 15px, rgb(161,173,179) 30px,
            transparent 30px, transparent 35px,
            rgb(161,173,179) 35px, rgb(161,173,179) 40px,
            transparent 40px, transparent 60px,
            rgb(161,173,179) 60px, rgb(161,173,179) 70px,
            transparent 70px, transparent 80px,
            rgb(161,173,179) 80px, rgb(161,173,179) 90px,
            transparent 90px, transparent 110px,
            rgb(161,173,179) 110px, rgb(161,173,179) 120px,
            transparent 120px, transparent 140px
        );
    content: "";
    height: 8px;
    background-repeat: repeat-x;
    width: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
}

.art_portalQ .company_holder h3 {
    border-top-right-radius: 18px;
    font-size: 29px;
    font-weight: 700;
    color: #ffffff;
    border-top-left-radius: 18px;
    padding: 1.5rem 2rem;
    margin: 0;
    position: relative;
    background: rgb(161,173,179);
}

.art_portalQ .green_eduG {
    font-size: 16px;
    padding: 2rem;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
    background: rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    color: #ffffff;
    position: relative;
}

.art_portalQ .green_eduG::after {
    right: -10px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    content: "";
    bottom: 2rem;
    opacity: 0.6;
    background: rgb(161,173,179);
}

.art_portalQ .header_primaryC {
    min-width: 200px;
    position: relative;
    flex: 1 1 calc(50% - 1.5rem);
    overflow: hidden;
    border-radius: 18px;
}

.art_portalQ .header_primaryC h5 {
    font-weight: 600;
    color: #ffffff;
    display: flex;
    padding: 1rem 1.5rem;
    position: relative;
    align-items: center;
    margin: 0;
    font-size: 21px;
    background: rgb(161,173,179);
}

.art_portalQ .header_primaryC h5::after {
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 6px;
    right: 15px;
    position: absolute;
    background: #ffffff;
}

.art_portalQ .header_primaryC .main_proD a {
    display: block;
    transition: all 0.3s ease;
    font-size: 16px;
    padding: 0.8rem 1rem 0.8rem 2rem;
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
    position: relative;
}

.art_portalQ .header_primaryC .main_proD a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.art_portalQ .header_primaryC .main_proD a:hover::before {
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1);
}

.cloud_labn .container {
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
}

.cloud_labn .container::before,
.cloud_labn .container::after {
    background: rgb(198,208,212);
    width: 15px;
    border-radius: 50%;
    transform: translateY(-50%);
    height: 15px;
    content: "";
    position: absolute;
    top: 50%;
}

.cloud_labn .container::before {
    left: 15%;
}

.cloud_labn .container::after {
    right: 15%;
}

.cloud_labn .footer_careersX {
    color: #ffffff;
    border-radius: 30px;
    background: rgb(198,208,212);
    font-size: 15px;
    display: inline-block;
    padding: 0.5rem 2rem;
    text-align: center;
    position: relative;
}

.cloud_labn .footer_careersX::after {
    margin-left: 15px;
    left: 100%;
}

.our_teamG {
    padding: 120px 0 100px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: rgb(234,238,239);
}



.our_teamG::after {
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(198,208,212,0.5) 0%, transparent 20%, transparent 80%, rgb(161,173,179,0.5) 100%);
    height: 100%;
    z-index: -1;
    opacity: 0.15;
    left: 0;
    position: absolute;
}

.our_teamG .container {
    z-index: 1;
    position: relative;
}

.our_teamG h3 {
    display: inline-block;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    position: relative;
    font-size: 33px;
    margin-bottom: 50px;
    padding-left: 25px;
}



.our_teamG h3::after {
    bottom: -10px;
    height: 1px;
    left: 0;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, rgb(198,208,212) 0%, rgb(198,208,212,0.5) 50%, transparent 100%);
    width: 100%;
}

.our_teamG .learning_dnag::before {
    content: "";
    transform-origin: center;
    position: absolute;
    left: -50%;
    width: 200%;
    opacity: 0.1;
    height: 200%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.03) 10px,
        rgba(0, 0, 0, 0.03) 20px
    );
    z-index: -1;
    animation: patternRotate 60s linear infinite;
    top: -50%;
}



.our_teamG .learning_dnag::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: "";
    opacity: 0.15;
    height: 100%;
    z-index: -1;
    background: radial-gradient(circle at top right, rgb(198,208,212,0.5) 0%, transparent 70%);
}

.our_teamG .learning_dnag span::before {
    left: 0;
    transform: translateY(-50%);
    position: absolute;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    top: 50%;
    content: "";
}



.our_teamG .learning_dnag p {
    color: #000000;
    padding-left: 20px;
    font-size: 15px;
    line-height: 1.8;
    grid-row: 2 / 3;
    border-left: 2px solid rgb(198,208,212,0.5);
    position: relative;
    grid-column: 1 / 2;
    margin-bottom: 0;
}

.our_teamG .learning_dnag .img_captionL {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    min-height: 350px;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    height: 100%;
    width: 100%;
    grid-column: 2 / 3;
    grid-row: 1 / 4;
    overflow: hidden;
    border-radius: calc(16px - 5px);
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
}

.our_teamG .learning_dnag .img_captionL:hover {
    transform: scale(1.03) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.our_teamG .learning_dnag .img_captionL:hover::before {
    opacity: 0.1;
}

.our_teamG .skill_proK {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    position: relative;
    border-radius: 16px;
    display: grid;
    overflow: hidden;
    gap: 50px;
    grid-template-columns: 1fr 1.2fr;
    align-items: center;
    padding: 40px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.our_teamG .skill_proK:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.08),
                -25px -25px 70px rgba(255, 255, 255, 0.08);
    transform: translateY(-8px) scale(1.01);
}

.our_teamG .skill_proK p::before {
    width: 3px;
    animation: borderPulse 3s infinite;
    content: "";
    background: rgb(161,173,179);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}



.our_teamG .skill_proK .expert_teamp {
    position: relative;
    height: 430px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    width: 100%;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: calc(16px - 5px);
    clip-path: polygon(0 0, 90% 0, 100% 10%, 100% 100%, 10% 100%, 0 90%);
}

.our_teamG .skill_proK .expert_teamp::after {
    height: 100%;
    z-index: 2;
    transform: skewX(-25deg);
    animation: directorShine 6s infinite;
    width: 60%;
    top: 0;
    content: "";
    left: -150%;
    background: linear-gradient(
        to right, 
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
    position: absolute;
}

.our_teamG .container::after {
    bottom: -100px;
    background: rgb(161,173,179);
    animation: floatBlob 18s ease-in-out 2s infinite alternate-reverse;
    width: 200px;
    height: 200px;
    right: -80px;
}

.our_teamG .heritage_eduf::before {
    animation: floatBlob 12s ease-in-out 1s infinite alternate;
    top: 30%;
    background: rgb(198,208,212);
    left: -80px;
    width: 100px;
    height: 100px;
}

.training_specialistF {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgb(198,208,212,0.5) 100%);
    position: relative;
    padding: 6rem 2rem;
}

.training_specialistF::after {
    position: absolute;
    width: 25%;
    content: "";
    left: -5%;
    bottom: -5%;
    transform: rotate(15deg) translateZ(0);
    background: rgb(198,208,212,0.5);
    height: 25%;
    filter: blur(15px);
    z-index: 0;
}

.training_specialistF .learner_voicesC {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 30px 60px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateX(2deg);
    gap: 2.5rem;
    padding: 3rem;
    display: grid;
    background: #ffffff;
    position: relative;
    grid-template-columns: 1fr;
}

.training_specialistF .learner_voicesC:hover .img_captionL {
    transform: scale(1);
}

.training_specialistF .learner_voicesC > div:nth-child(2) {
    position: relative;
    flex-direction: column;
    display: flex;
    gap: 0.5rem;
    padding-left: 2rem;
}

.training_specialistF .name {
    display: inline-block;
    margin: 0;
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    position: relative;
}

.training_specialistF .name::after {
    width: 0;
    left: 0;
    transition: width 0.4s ease-out;
    position: absolute;
    background: rgb(198,208,212);
    height: 2px;
    bottom: -5px;
    content: "";
}

.training_specialistF .learner_voicesC > div:nth-child(3) {
    position: relative;
}

.training_specialistF .experience_datal {
    padding: 1.5rem;
    margin: 0;
    line-height: 1.7;
    position: relative;
    background: linear-gradient(to right, rgba(rgb(234,238,239), 0.05), rgba(rgb(234,238,239), 0.02));
    font-size: 16px;
    border-left: 3px solid rgb(198,208,212,0.5);
    color: #000000;
}

.price_plan_itemp::before {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    backdrop-filter: blur(4px);
    top: 0;
}

.price_plan_itemp .fee_packageX {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.price_plan_itemp .rate_optionso {
    transform: translateY(20px);
    animation: fadeSlideUp 0.7s ease forwards 0.2s;
    text-align: center;
    margin-bottom: 50px;
    line-height: 1.6;
    max-width: 700px;
    color: #ffffff;
    font-size: 16px;
    opacity: 0;
}

.price_plan_itemp .class_costk li {
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
    opacity: 0;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
}

.price_plan_itemp .class_costk li:nth-child(3) {
    --li-index: 3;
}

.price_plan_itemp .pay_optionsq {
    display: block;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.05));
    position: relative;
    border: 1px solid rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    height: 100%;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), 
                box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    overflow: hidden;
}

.price_plan_itemp .pay_optionsq:hover::before {
    transform: scaleX(1);
}

.price_plan_itemp .fee_schemesX {
    display: flex;
    height: 100%;
    flex-direction: column;
}

.price_plan_itemp .fee_schemesX h4::after {
    bottom: 0;
    left: 0;
    width: 40px;
    position: absolute;
    content: "";
    height: 2px;
    background: rgb(161,173,179);
}

.price_plan_itemp .fee_schemesX p {
    font-size: calc(16px - 2px);
    line-height: 1.6;
    flex-grow: 1;
    overflow-wrap: break-word;
    margin-bottom: 25px;
    word-break: break-word;
    color: rgba(255,255,255,0.8);
}

.price_plan_itemp .pay_optionsq:hover .pricing_levelsn {
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
    transform: scale(1.05);
}

.contact_panelf {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(
        -45deg, 
        rgb(234,238,239) 0%, 
        rgb(161,173,179,0.5) 100%
    );
    overflow: hidden;
}

.contact_panelf .img_captionL {
    min-height: 600px;
    z-index: 2;
    flex: 0 0 45%;
    position: relative;
    margin-left: -5%;
    transform: skew(-10deg);
}

.contact_panelf .img_captionL::before {
    background: linear-gradient(
        135deg, 
        rgb(198,208,212,0.5) 0%, 
        rgb(161,173,179,0.5) 100%
    );
    position: absolute;
    left: 0;
    transform: skew(10deg);
    top: 0;
    z-index: 1;
    content: '';
    width: 120%;
    opacity: 0.7;
    height: 100%;
}

.contact_panelf h2::before {
    transform: translateY(-50%);
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(198,208,212,0.5);
    height: 1rem;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 1rem;
    background: rgb(198,208,212);
}

.contact_panelf .feedback_cardT h3::after {
    position: absolute;
    left: 0;
    width: 50px;
    background: rgb(198,208,212);
    content: '';
    bottom: 0;
    height: 3px;
}

.contact_panelf .feedback_cardT input:not([type="checkbox"]):not([type="submit"])::after {
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(198,208,212);
    content: '';
    bottom: -2px;
    height: 2px;
    width: 0;
    left: 0;
}

.contact_panelf .feedback_cardT input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(198,208,212);
    box-shadow: 0 0 15px rgb(198,208,212,0.5);
}

.contact_panelf .feedback_cardT .request_reachH input[type="checkbox"] {
    border-radius: 10px;
    appearance: none;
    transition: all 0.3s ease;
    border: 2px solid rgb(198,208,212,0.5);
    width: 22px;
    background: rgb(161,173,179,0.5);
    cursor: pointer;
    position: relative;
    height: 22px;
}

.contact_panelf .feedback_cardT .request_reachH label {
    color: #ffffff;
    display: flex;
    font-size: 12px;
    align-items: center;
}

.contact_panelf .feedback_cardT .request_reachH a {
    margin-left: 0.3rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(198,208,212);
}

.contact_panelf .feedback_cardT .request_gridO::before {
    content: '';
    transition: all 0.5s ease;
    position: absolute;
    height: 200%;
    left: -50%;
    top: -50%;
    background: linear-gradient(
        135deg, 
        transparent, 
        rgb(198,208,212,0.5), 
        transparent
    );
    transform: rotate(-45deg);
    opacity: 0;
    width: 200%;
}

.learning_outcomesQ {
    background: #f8f9fa;
    overflow: hidden;
    position: relative;
    padding: 120px 0 80px;
}

.learning_outcomesQ::before {
    width: 100%;
    position: absolute;
    content: "";
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(198,208,212,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
}

.learning_outcomesQ h5 {
    position: relative;
    letter-spacing: 0.5px;
    font-size: 21px;
    text-align: center;
    font-weight: 700;
    color: #000000;
    z-index: 2;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
    transform: translateY(-5px);
    margin-bottom: 50px;
}

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

.learning_outcomesQ .heritage_eduf:hover {
    box-shadow: 25px 25px 70px rgba(0, 0, 0, 0.07),
                -25px -25px 70px rgba(255, 255, 255, 1),
                inset 5px 5px 10px rgba(255, 255, 255, 0.9),
                inset -5px -5px 10px rgba(0, 0, 0, 0.04);
    transform: perspective(1000px) rotateX(0deg);
}

.learning_outcomesQ .img_captionL {
    margin-bottom: 30px;
    object-fit: cover;
    height: 250px;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 8px;
    z-index: 1;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.6s ease;
    position: relative;
}

.learning_outcomesQ .img_captionL {
    clip-path: polygon(0 0, 100% 8%, 92% 100%, 0% 92%);
    transition: clip-path 0.6s ease-in-out, transform 0.6s ease, box-shadow 0.6s ease;
}

.learning_outcomesQ li {
    position: relative;
    background: linear-gradient(145deg, #ffffff, #f5f5f5);
    border-radius: 10px;
    box-shadow: 8px 8px 16px rgba(0, 0, 0, 0.03),
                -8px -8px 16px rgba(255, 255, 255, 0.7),
                inset 1px 1px 2px rgba(255, 255, 255, 0.9);
    padding: 16px 20px;
    transform: translateZ(0);
    transition: all 0.3s ease;
}

.learning_outcomesQ li:nth-child(even) {
    transform: translateX(5px) translateZ(0);
}

.learning_outcomesQ li:nth-child(even):hover {
    transform: translateX(5px) translateY(-3px) translateZ(0);
}

.learning_outcomesQ li svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 22px;
    flex-shrink: 0;
    margin-right: 12px;
    height: 22px;
}

.learning_outcomesQ li:hover svg path:first-child {
    fill: rgb(198,208,212);
}

.learning_outcomesQ li:hover svg path:last-child {
    fill: rgb(161,173,179);
}

.learning_outcomesQ li:nth-child(2) {
    animation: fadeInUp 0.5s 0.2s backwards;
}

.learning_outcomesQ li:nth-child(4) {
    animation: fadeInUp 0.5s 0.4s backwards;
}

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

.info_hubQ::after {
    z-index: 0;
    filter: blur(120px);
    width: 100%;
    opacity: 0.4;
    top: -50%;
    position: absolute;
    height: 100%;
    animation: rotateBlur 25s infinite linear;
    background: rgb(198,208,212,0.5);
    right: -50%;
    content: "";
}


.info_hubQ .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.info_hubQ .contact_supportS {
    background: transparent;
    grid-template-columns: 1fr;
    display: grid;
    gap: 15px;
    position: relative;
    overflow: visible;
    padding: 20px;
}

.info_hubQ .get_assistanceD svg {
    stroke: rgb(198,208,212);
    height: 30px;
    stroke-width: 2;
    width: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    margin-right: 15px;
}


.info_hubQ .get_assistanceD::after {
    width: 80px;
    bottom: -10px;
    left: 0;
    content: "";
    background: rgb(198,208,212);
    height: 4px;
    border-radius: 10px;
    position: absolute;
}

.info_hubQ .learn_askQ {
    z-index: 1;
    grid-template-columns: 1fr;
    position: relative;
    background: #ffffff;
    padding: 30px;
    border-radius: 13px;
    gap: 15px;
    overflow: hidden;
    display: grid;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}


.info_hubQ .learn_askQ,
.info_hubQ .write_expertsC {
    animation: fadeInBottom 0.5s ease-out forwards;
}

.info_hubQ .learn_askQ p {
    border-radius: 10px;
    color: #000000;
    align-items: center;
    position: relative;
    font-size: 16px;
    border-left: 3px solid rgb(198,208,212);
    background: rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease;
    backdrop-filter: blur(5px);
    margin: 0;
    padding: 15px 20px 15px 50px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.info_hubQ .learn_askQ p {
    animation: fadeInRight 0.4s ease-out forwards;
    opacity: 0;
}

.info_hubQ .learn_askQ p:nth-child(1) svg path {
    animation-delay: 0.6s;
}

.info_hubQ .learn_askQ p:nth-child(2) svg path {
    animation-delay: 0.7s;
}

.info_hubQ .learn_askQ p:nth-child(4) svg path {
    animation-delay: 0.9s;
}


.info_hubQ .learn_askQ p span {
    margin-left: 10px;
}

.info_hubQ .learn_askQ p a:hover {
    color: rgb(161,173,179);
}

.info_hubQ .write_expertsC {
    margin-top: 15px;
    padding: 25px;
    background: #ffffff;
    border-radius: 13px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.5);
}

.info_hubQ .edu_chatl svg {
    width: 20px;
    stroke: rgb(198,208,212);
    stroke-linejoin: round;
    height: 20px;
    margin-right: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-width: 2;
}


.info_hubQ .send_infoU {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    display: grid;
    gap: 10px;
}

.info_hubQ .msg_blockk:hover {
    background: rgb(198,208,212,0.5);
    transform: translateY(-3px);
}

.info_hubQ .msg_blockk svg {
    fill: none;
    opacity: 0.7;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 14px;
    stroke-width: 2;
    height: 14px;
    stroke: rgb(198,208,212);
    transition: all 0.3s ease;
    margin-right: 6px;
}

.info_hubQ .learn_askQ p:nth-child(3) {
    animation-delay: 0.3s;
}

.info_hubQ .learn_askQ p:nth-child(5) {
    animation-delay: 0.5s;
}

.opening_pageW > div {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
}

.opening_pageW .expert_networkC {
    position: relative;
    margin-bottom: 40px;
    z-index: 2;
}

.opening_pageW .learn_homeF::before {
    width: 80%;
    left: 0;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179));
    bottom: 0;
    height: 4px;
    transform-origin: left;
    position: absolute;
    animation: slideInWidth 1.2s ease-out forwards;
    content: "";
}

.opening_pageW .learning_welcomee {
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    transform: translateY(0);
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.opening_pageW .learning_welcomee:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    transform: translateY(-5px);
}

.opening_pageW .learning_welcomee p {
    border-left: 3px solid rgb(161,173,179);
    margin-bottom: 25px;
    max-width: 80%;
    opacity: 0;
    padding-left: 15px;
    line-height: 1.6;
    transform: translateX(-20px);
    animation: slideInLeft 0.8s ease-out 0.3s forwards;
    position: relative;
    font-size: calc(18px * 1.1);
}

.course_program_descriptionV {
    position: relative;
    background: rgb(234,238,239);
    padding: 120px 0;
    overflow: hidden;
}

.course_program_descriptionV::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(198,208,212,0.5) 0%, transparent 70%);
    transform: rotate(-15deg);
    height: 300px;
    opacity: 0.7;
    right: -100px;
    width: 300px;
    content: "";
    z-index: 1;
    top: -100px;
}

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

.course_program_descriptionV .img_captionL {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 320px;
    transform: perspective(1000px) rotateY(2deg);
}

.course_program_descriptionV .img_captionL:hover {
    transform: perspective(1000px) rotateY(0deg);
}

.course_program_descriptionV .text_pill_wraph {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transform: translateY(0);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    padding: 30px;
}

.course_program_descriptionV .text_pill_wraph:hover::before {
    height: 100%;
}

.course_program_descriptionV h3 {
    transition: transform 0.4s ease;
    position: relative;
    transform: translateX(0);
    margin-bottom: 25px;
    color: #000000;
    font-family: Arial, sans-serif;
    padding-bottom: 15px;
    font-size: calc(21px * 1.1);
    font-weight: 600;
}

.course_program_descriptionV .text_pill_wraph:hover h3::after {
    width: 100px;
}

.course_program_descriptionV .description {
    font-size: 17px;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    margin-bottom: 20px;
    color: #000000;
    transition: opacity 0.3s ease;
    opacity: 0.9;
}

.course_program_descriptionV span.description {
    display: none;
}

.ty_sectionj {
    background: linear-gradient(135deg, rgb(198,208,212,0.5), rgb(161,173,179) 120%);
    position: relative;
    overflow: hidden;
    padding: 7rem 0;
}

.ty_sectionj::after {
    transform: rotate(15deg);
    animation: float 9s ease-in-out infinite reverse;
    position: absolute;
    height: 250px;
    left: -5%;
    width: 250px;
    background: radial-gradient(circle, rgb(161,173,179) 10%, transparent 70%);
    bottom: -5%;
    content: "";
    opacity: 0.15;
}

.ty_sectionj .heritage_eduf {
    transform: perspective(1000px) rotateX(1deg);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.92);
    clip-path: polygon(0 0, 100% 0, 100% 95%, 95% 100%, 0 100%);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 3.5rem;
}

.ty_sectionj h5 {
    position: relative;
    font-size: 18px;
    transform: translateX(0);
    font-weight: 700;
    padding-bottom: 0.5rem;
    color: #000000;
    margin: 0;
    transition: transform 0.4s ease;
    line-height: 1.4;
}

.ty_sectionj .heritage_eduf:hover h5::after {
    width: 120px;
}

.ty_sectionj .heritage_eduf > div:last-child {
    position: relative;
    overflow: hidden;
}

.ty_sectionj p {
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    color: #000000;
    position: relative;
    transition: color 0.3s ease;
}

.ty_sectionj a::before {
    width: 0;
    bottom: 0;
    background: rgb(198,208,212);
    content: "";
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    left: 0;
    height: 1px;
}

.ty_sectionj a:hover p {
    color: rgb(198,208,212);
}

.prospective_membersK {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(234,238,239) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.prospective_membersK::after {
    content: "";
    background-size: 120px 120px;
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    z-index: 0;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    opacity: 0.03;
}

.prospective_membersK .heritage_eduf:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}

.prospective_membersK .heritage_eduf::before {
    background: linear-gradient(45deg, rgb(198,208,212) 0%, rgb(161,173,179) 100%);
    border-radius: 50%;
    opacity: 0.1;
    right: -100px;
    top: -100px;
    filter: blur(30px);
    animation: pulse-effect 8s infinite alternate ease-in-out;
    content: "";
    width: 200px;
    height: 200px;
    position: absolute;
}



.prospective_membersK h4 {
    padding-bottom: 15px;
    position: relative;
    text-align: center;
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 700;
    color: #ffffff;
}

.prospective_membersK div p {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(5px);
    display: flex;
    font-size: calc(13px + 2px);
    padding: 15px 20px;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    align-items: center;
    position: relative;
    color: #ffffff;
    border-radius: 10px;
    border-left: 3px solid rgb(198,208,212);
}

.prospective_membersK div p svg {
    transition: transform 0.3s ease;
    height: 24px;
    width: 24px;
    margin-right: 15px;
    min-width: 24px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
}

.prospective_membersK div p:hover::after {
    width: 100%;
}

header:before {
    left: 0;
    background-size: 200% 100%;
    content: '';
    top: 0;
    animation: gradientMove 6s infinite linear;
    width: 100%;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(198,208,212), rgb(161,173,179), rgb(198,208,212));
}

header .nav_beginN {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

header .head_infoq:before {
    position: absolute;
    left: -15px;
    border-radius: 10px;
    transform: translateY(-50%) scale(0);
    transition: transform 0.3s ease;
    width: 6px;
    background-color: rgb(198,208,212);
    top: 50%;
    height: 6px;
    content: '';
}

header .head_infoq:hover {
    color: rgb(198,208,212);
}

header .head_infoq:hover:before {
    transform: translateY(-50%) scale(1);
}

header .head_infoq:hover:after {
    transform: scaleX(1);
}

header .top_mainwrapp:before {
    border: 2px solid transparent;
    border-radius: 10px;
    content: '';
    background: linear-gradient(to right, rgb(198,208,212), rgb(161,173,179)) border-box;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    opacity: 0;
    left: 0;
    -webkit-mask-composite: xor;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    position: absolute;
    height: 100%;
}

.data_insightsU::before {
    width: 100%;
    z-index: 1;
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(198,208,212,0.5) 0px,
        transparent 2px,
        transparent 10px,
        rgb(198,208,212,0.5) 12px
    );
    opacity: 0.05;
    left: 0;
    content: "";
    top: 0;
    position: absolute;
}

.data_insightsU h3::after {
    position: absolute;
    width: 6rem;
    z-index: 2;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    bottom: -0.75rem;
    background: linear-gradient(to right, rgb(198,208,212), rgb(161,173,179));
}

.data_insightsU .statistics_boostersf {
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    animation-delay: calc(0.15s * var(--i, 0));
    padding: 2rem;
    transform: translateY(20px);
    border-left: 4px solid rgb(198,208,212);
    animation: fadeSlideUp 0.8s ease-out forwards;
    opacity: 0;
}

.data_insightsU .statistics_boostersf::before {
    background: linear-gradient(135deg, rgb(198,208,212,0.5) 0%, transparent 70%);
    right: 1rem;
    opacity: 0.2;
    content: "";
    top: 1rem;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    position: absolute;
    width: 2rem;
    height: 2rem;
}

.data_insightsU .statistics_boostersf span::after {
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    background: linear-gradient(to right, rgb(161,173,179), transparent);
    width: 2.5rem;
    content: "";
    bottom: 0;
    position: absolute;
}

.data_insightsU .statistics_boostersf p::before {
    left: 0;
    content: "";
    position: absolute;
    width: 0;
    bottom: -0.25rem;
    transition: width 0.3s ease;
    background-color: rgb(198,208,212,0.5);
    height: 2px;
}

.data_insightsU .statistics_boostersf:hover p::before {
    width: 100%;
}

.privacy_guardo {
    padding: 50px 30px;
    overflow: hidden;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, #000000 0%, rgb(161,173,179,0.5) 100%);
    position: relative;
    color: #ffffff;
    line-height: 1.8;
    font-family: Arial, sans-serif;
}

.privacy_guardo::after {
    width: 150px;
    opacity: 0.5;
    position: absolute;
    content: '';
    background: radial-gradient(circle at center, rgb(161,173,179), transparent);
    transform: rotate(-45deg);
    bottom: -10px;
    height: 150px;
    left: -10px;
    z-index: 0;
}

.privacy_guardo h2 {
    padding-bottom: 8px;
    font-size: 32px;
    border-bottom: 1px solid rgb(161,173,179);
    font-weight: 600;
}

.privacy_guardo ul, .privacy_guardo ol {
    margin-bottom: 20px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    z-index: 1;
}

.privacy_guardo ol {
    counter-reset: item;
}

.privacy_guardo ol li {
    list-style-type: none;
}

.privacy_guardo ol li:before {
    color: #000000;
    counter-increment: item;
    background-color: rgb(161,173,179);
    left: 0;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    width: 20px;
    font-size: 18px;
    top: 0;
    position: absolute;
    height: 20px;
    content: counter(item);
}

.course_program_descriptionV p.description::-webkit-scrollbar {
    width: 6px;
}

.course_program_descriptionV p.description::-webkit-scrollbar-track {
    background: #ffffff;
}

.course_program_descriptionV p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(198,208,212,0.5);
}



@media (max-width: 1200px) {.art_portalQ .container {
    gap: 2rem;
}.art_portalQ .company_holder {
    flex: 1 1 350px;
}.art_portalQ .mod_toolsy {
    min-width: 350px;
    flex: 1 1 calc(100% - 400px);
}.art_portalQ .main_proD {
    gap: 2rem;
}.cloud_labn .container::before {
    left: 5%;
}.cloud_labn .container::after {
    right: 5%;
}
}



@media (max-width: 992px) {.art_portalQ {
    padding: 3.5rem 0 1.5rem;
}.art_portalQ .container {
    flex-direction: column;
    gap: 2.5rem;
}.art_portalQ .company_holder,
    .art_portalQ .mod_toolsy {
    min-width: 100%;
    flex: 1 1 100%;
}.art_portalQ .header_primaryC {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.5rem);
}.cloud_labn .container::before,
    .cloud_labn .container::after {
    display: none;
}
}



@media (max-width: 576px) {.art_portalQ {
    padding: 2.5rem 0 0.8rem;
}.art_portalQ .header_primaryC {
    flex: 1 1 100%;
    min-width: 100%;
}.art_portalQ .main_proD {
    gap: 1rem;
}.art_portalQ .header_primaryC .main_proD a {
    padding: 0.7rem 1rem 0.7rem 1.8rem;
}.art_portalQ .header_primaryC .main_proD a::before {
    left: 0.6rem;
}.cloud_labn {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.cloud_labn .footer_careersX::before,
    .cloud_labn .footer_careersX::after {
    display: none;
}
}



@media screen and (max-width: 1199px) {.our_teamG {
    padding: 100px 0 80px;
}.our_teamG .heritage_eduf {
    gap: 50px;
}.our_teamG h3 {
    font-size: calc(33px - 0.2rem);
    margin-bottom: 40px;
}.our_teamG .learning_dnag,
    .our_teamG .skill_proK {
    padding: 30px;
    gap: 40px;
}.our_teamG .learning_dnag .img_captionL {
    min-height: 330px;
}.our_teamG .skill_proK .expert_teamp {
    height: 380px;
}.our_teamG .container::before,
    .our_teamG .container::after,
    .our_teamG .heritage_eduf::before,
    .our_teamG .heritage_eduf::after {
    filter: blur(25px);
}
}



@media screen and (max-width: 767px) {.our_teamG {
    padding: 60px 0 40px;
}.our_teamG::before {
    background-size: 15px 15px;
}.our_teamG .heritage_eduf {
    gap: 30px;
}.our_teamG h3 {
    font-size: calc(33px - 0.6rem);
    margin-bottom: 25px;
}.our_teamG .learning_dnag {
    gap: 25px;
    grid-template-columns: 1fr;
}.our_teamG .learning_dnag span {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
}.our_teamG .learning_dnag p {
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.our_teamG .learning_dnag .img_captionL {
    grid-column: 1 / 2;
    min-height: 280px;
    grid-row: 3 / 4;
}.our_teamG .skill_proK {
    gap: 25px;
}.our_teamG .skill_proK .expert_teamp {
    max-width: 100%;
    height: 320px;
}.our_teamG .learning_dnag span {
    font-size: calc(21px - 0.2rem);
}.our_teamG .learning_dnag p,
    .our_teamG .skill_proK p {
    font-size: calc(15px - 0.1rem);
}.our_teamG .container::before,
    .our_teamG .container::after,
    .our_teamG .heritage_eduf::before,
    .our_teamG .heritage_eduf::after {
    filter: blur(20px);
}
}



@media (min-width: 768px) {.training_specialistF {
    padding: 8rem 3rem;
}.training_specialistF .learner_voicesC {
    grid-template-rows: auto 1fr;
    grid-template-columns: minmax(200px, 300px) 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
}.training_specialistF .learner_voicesC > div:first-child {
    grid-row: span 2;
}.training_specialistF .img_captionL {
    height: 100%;
}.training_specialistF .learner_voicesC > div:nth-child(2) {
    padding-left: 3rem;
}.training_specialistF .experience_datal {
    padding: 2rem;
    font-size: calc(16px + 1px);
}
}



@media (max-width: 767px) {.training_specialistF {
    padding: 4rem 1.5rem;
}.training_specialistF .learner_voicesC {
    padding: 2rem;
    gap: 2rem;
}.training_specialistF .img_captionL {
    height: 250px;
}.training_specialistF .name {
    font-size: calc(18px - 1px);
}.training_specialistF .learner_voicesC > div:nth-child(2) > div {
    font-size: calc(16px - 3px);
}.training_specialistF .experience_datal {
    font-size: calc(16px - 1px);
    padding: 1rem;
}}



@media (max-width: 992px) {.price_plan_itemp {
    padding: 80px 0;
}.price_plan_itemp h2 {
    font-size: calc(34px - 4px);
}.price_plan_itemp .class_costk {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}.price_plan_itemp .learn_dealsy {
    padding: 25px;
}.price_plan_itemp .pricing_levelsn {
    font-size: calc(18px + 2px);
}
}



@media (max-width: 480px) {.price_plan_itemp {
    padding: 50px 0;
}.price_plan_itemp .learn_dealsy {
    padding: 20px;
}.price_plan_itemp .fee_schemesX h4 {
    font-size: calc(18px - 2px);
}.price_plan_itemp .pricing_levelsn {
    padding: 8px 15px;
    font-size: 18px;
}}



@media screen and (max-width: 1200px) {.contact_panelf .img_captionL {
    margin-left: -3%;
}
}



@media screen and (max-width: 768px) {.contact_panelf {
    padding: 3rem 0;
}.contact_panelf h2 {
    padding-left: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.contact_panelf h2::before {
    height: 0.8rem;
    width: 0.8rem;
}.contact_panelf .feedback_cardT h3 {
    margin-bottom: 1.5rem;
    font-size: calc(31px * 0.9);
}.contact_panelf .feedback_cardT input:not([type="checkbox"]):not([type="submit"]) {
    padding: 0.8rem 1.2rem;
}
}



@media (min-width: 768px) {.learning_outcomesQ {
    padding: 150px 0 100px;
}.learning_outcomesQ .heritage_eduf {
    gap: 40px;
    align-items: center;
    padding: 40px;
    flex-direction: row;
}.learning_outcomesQ .heritage_eduf > div:first-child {
    flex: 0 0 45%;
}.learning_outcomesQ .img_captionL {
    margin-bottom: 0;
    clip-path: polygon(0 0, 100% 5%, 95% 100%, 0% 95%);
    height: 350px;
}.learning_outcomesQ .text_pill_wraph {
    padding: 0;
    flex: 1;
}.learning_outcomesQ ul {
    gap: 25px 20px;
    grid-template-columns: repeat(2, 1fr);
}.learning_outcomesQ h5 {
    margin-bottom: 60px;
    font-size: calc(21px * 1.2);
}.learning_outcomesQ h5::after {
    width: 100px;
}
}


@media (min-width: 1024px) {.info_hubQ .contact_supportS {
    max-width: 1100px;
    align-items: center;
    grid-template-columns: 5fr 7fr;
    margin: 0 auto;
    gap: 0;
}.info_hubQ .get_assistanceD {
    grid-column: 1 / -1;
    margin-bottom: 30px;
}.info_hubQ .get_assistanceD svg {
    margin-right: 18px;
    width: 35px;
    height: 35px;
}.info_hubQ .img_captionL {
    position: absolute;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    border-radius: 13px;
    opacity: 1;
    height: 100%;
    width: 100%;
}.info_hubQ .img_captionL::before {
    background: linear-gradient(to right, transparent 50%, rgb(198,208,212,0.5));
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    content: "";
}.info_hubQ .learn_askQ {
    border-radius: 13px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.5);
    z-index: 2;
    padding: 40px 40px 40px 80px;
    margin-left: -50px;
    grid-column: 2;
}.info_hubQ .learn_askQ p svg {
    left: 20px;
    height: 24px;
    width: 24px;
}.info_hubQ .learn_askQ::before {
    display: none;
}.info_hubQ .write_expertsC {
    margin-top: 30px;
    grid-column: 1 / -1;
}.info_hubQ .edu_chatl svg {
    margin-right: 12px;
    height: 24px;
    width: 24px;
}.info_hubQ .send_infoU {
    gap: 15px;
    grid-template-columns: repeat(6, 1fr);
}.info_hubQ .msg_blockk svg {
    width: 16px;
    height: 16px;
}}



@media (max-width: 576px) {.opening_pageW {
    padding: 40px 0;
}.opening_pageW .expert_networkC {
    margin-bottom: 25px;
}.opening_pageW .learn_homeF {
    font-size: calc(42px * 0.7);
}.opening_pageW .learn_homeF::before {
    height: 3px;
}.opening_pageW .learning_welcomee > div {
    padding: 30px 20px;
}.opening_pageW .learning_welcomee p {
    font-size: calc(18px * 0.9);
    margin-bottom: 15px;
}.opening_pageW .learning_welcomee h3 {
    padding: 12px 8px;
    font-size: calc(21px * 0.7);
    border-left: 3px solid rgb(198,208,212);
}}



@media (min-width: 992px) {.course_program_descriptionV .pro_skillss {
    gap: 80px;
}.course_program_descriptionV .img_captionL {
    height: 500px;
}.course_program_descriptionV .text_pill_wraph {
    padding: 50px;
}.course_program_descriptionV h3 {
    font-size: calc(21px * 1.2);
}.course_program_descriptionV p.description {
    line-height: 1.75;
    font-size: calc(17px * 1.05);
    max-height: 400px;
}
}



@media (min-width: 1200px) {.course_program_descriptionV .pro_skillss {
    gap: 100px;
}.course_program_descriptionV .img_captionL {
    transform: perspective(1200px) rotateY(5deg) translateX(-30px);
    height: 550px;
}.course_program_descriptionV .img_captionL:hover {
    transform: perspective(1200px) rotateY(0deg) translateX(0);
}.course_program_descriptionV .text_pill_wraph {
    padding: 60px 70px 60px 60px;
}.course_program_descriptionV h3 {
    font-size: calc(21px * 1.3);
    padding-bottom: 20px;
    margin-bottom: 35px;
}.course_program_descriptionV p.description {
    max-height: 450px;
}
}



@media screen and (max-width: 768px) {.ty_sectionj {
    padding: 4rem 0;
}.ty_sectionj .heritage_eduf {
    padding: 2rem;
    clip-path: polygon(0 0, 100% 0, 100% 97%, 97% 100%, 0 100%);
}.ty_sectionj .heritage_eduf > div:first-child::before {
    left: -1.5rem;
    width: 0.3rem;
}.ty_sectionj h5 {
    font-size: calc(18px * 0.9);
}
}



@media (max-width: 991px) {.prospective_membersK {
    padding: 80px 0;
}.prospective_membersK .heritage_eduf {
    padding: 40px 30px;
}.prospective_membersK h4 {
    margin-bottom: 30px;
    font-size: calc(36px - 2px);
}.prospective_membersK div p {
    padding: 12px 15px;
    margin-bottom: 20px;
    font-size: 13px;
}
}



@media (max-width: 479px) {.prospective_membersK {
    padding: 40px 0;
}.prospective_membersK .heritage_eduf {
    padding: 25px 15px;
}.prospective_membersK h4 {
    font-size: calc(36px - 6px);
}.prospective_membersK div p {
    padding: 8px 10px;
    font-size: calc(13px - 2px);
}.prospective_membersK div p svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
    min-width: 18px;
}}



@media (max-width: 991px) {header .container {
    padding: 15px;
}header .header_primaryC {
    gap: 20px;
}header .head_infoq:before {
    left: -10px;
}header .top_mainwrapp svg {
    height: 38px;
}
}



@media (max-width: 480px) {header .container {
    padding: 12px 10px;
}header .top_mainwrapp svg {
    height: 32px;
}}



@media (max-width: 991px) {.data_insightsU {
    padding: 4rem 1.5rem;
}.data_insightsU h3 {
    margin-bottom: 3rem;
    font-size: calc(37px * 0.9);
}.data_insightsU ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.data_insightsU .statistics_boostersf {
    padding: 1.75rem;
}
}



@media (max-width: 767px) {.data_insightsU {
    padding: 3.5rem 1.25rem;
}.data_insightsU h3 {
    margin-bottom: 2.5rem;
    font-size: calc(37px * 0.85);
}.data_insightsU h3::after {
    width: 5rem;
}.data_insightsU ul {
    max-width: 450px;
    gap: 1.25rem;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.data_insightsU .statistics_boostersf {
    padding: 1.5rem;
}.data_insightsU .statistics_boostersf span {
    font-size: 13px;
}.data_insightsU .statistics_boostersf p {
    font-size: calc(18px * 0.95);
}
}


@media only screen and (max-width: 800px) {.privacy_guardo {
    padding: 30px 20px;
}.privacy_guardo h1 {
    font-size: calc(24px - 5px);
}.privacy_guardo h2 {
    font-size: calc(24px - 5px);
}.privacy_guardo p, .privacy_guardo li {
    font-size: calc(14px - 2px);
}.privacy_guardo::before, .privacy_guardo::after {
    width: 100px;
    height: 100px;
}
}

@keyframes headerPulse {
    0%, 100% {
        opacity: 1;
        width: 15px;
    }
    50% {
        opacity: 0.5;
        width: 10px;
    }
}

@keyframes pulseCircle {
    0% {
        box-shadow: 0 0 0 0 rgb(198,208,212,0.5);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    }
}

@keyframes directorShine {
    0% {
        left: -150%;
    }
    30%, 100% {
        left: 200%;
    }
}



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

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

@keyframes drawPath {
    to {
        stroke-dashoffset: 0;
    }
}

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


@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



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

@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}



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



@keyframes numberCountUp {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    60% {
        opacity: 1;
        transform: translateY(-3px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

