* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}a {
    text-decoration: none;
    color: inherit;
}header,footer {
    width: 100%;
}.GrRv_wrapper-section {
    min-height: 100%;
    flex-direction: column;
    height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}.TpfI_fellow_prog {
    flex: 0 0 auto;
}.container {
    width: 1156px;
    max-width: 100%;
    margin: auto;
}.EPRb_head_learning {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-snap-type: none;
    auto
    scroll-behavior: auto;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.Owda_join_now {
    position: relative;
    background: linear-gradient(135deg, rgb(128,140,160), rgb(92,101,117));
    padding: 6rem 2rem;
    z-index: 1;
    overflow: hidden;
}.Owda_join_now::before {
    content: "";
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 10px
    );
    z-index: -1;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
}.Owda_join_now::after {
    background: rgb(255, 255, 255, 0.5);
    z-index: 2;
    bottom: -5px;
    width: 100%;
    position: absolute;
    clip-path: polygon(0% 0%, 2% 100%, 4% 0%, 6% 100%, 8% 0%, 10% 100%, 12% 0%, 14% 100%, 16% 0%, 18% 100%, 20% 0%, 22% 100%, 24% 0%, 26% 100%, 28% 0%, 30% 100%, 32% 0%, 34% 100%, 36% 0%, 38% 100%, 40% 0%, 42% 100%, 44% 0%, 46% 100%, 48% 0%, 50% 100%, 52% 0%, 54% 100%, 56% 0%, 58% 100%, 60% 0%, 62% 100%, 64% 0%, 66% 100%, 68% 0%, 70% 100%, 72% 0%, 74% 100%, 76% 0%, 78% 100%, 80% 0%, 82% 100%, 84% 0%, 86% 100%, 88% 0%, 90% 100%, 92% 0%, 94% 100%, 96% 0%, 98% 100%, 100% 0%);
    left: 0;
    height: 10px;
    content: "";
}.Owda_join_now .container {
    transform-origin: center bottom;
    margin: 0 auto;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1200px;
}.Owda_join_now h6 {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    font-weight: 700;
    font-size: calc(18px * 1.2);
    position: relative;
    line-height: 1.5;
    transform: translateZ(30px);
    color: #ffffff;
    animation: float 6s ease-in-out infinite;
    letter-spacing: 0.02em;
    margin: 0;
}.Owda_join_now .container > div {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}.Owda_join_now .container > div::before {
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    position: absolute;
    height: 1px;
    max-width: 600px;
    width: 100%;
    top: -1.5rem;
    content: "";
}.Owda_join_now .container > div span {
    position: relative;
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: translateZ(40px);
}.Owda_join_now .container > div span:hover {
    transform: translateZ(50px) scale(1.05);
}.Owda_join_now .PDFh_inquiry_widget {
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    display: inline-block;
    color: #000000;
    background: #ffffff;
    padding: 1.2rem 2.5rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}.Owda_join_now .PDFh_inquiry_widget::before {
    background: linear-gradient(135deg, transparent 20%, rgba(255, 255, 255, 0.2) 40%, transparent 60%);
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    top: 0;
    left: 0;
}.Owda_join_now .PDFh_inquiry_widget span {
    z-index: 2;
    position: relative;
}.Owda_join_now .PDFh_inquiry_widget:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2), 0 8px 20px rgba(0, 0, 0, 0.15);
}.Owda_join_now .PDFh_inquiry_widget:hover::before {
    transform: translateX(100%);
}.Owda_join_now .PDFh_inquiry_widget:active {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px) scale(0.98);
}

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

@media screen and (min-width: 768px) {.Owda_join_now {
    padding: 8rem 4rem;
}.Owda_join_now .container {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
    align-items: center;
}.Owda_join_now h6 {
    text-align: left;
    font-size: calc(18px * 1.5);
}.Owda_join_now .container > div {
    justify-content: flex-end;
}.Owda_join_now .container > div::before {
    left: -2rem;
    background: linear-gradient(180deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    transform: translateY(-50%);
    top: 50%;
    width: 1px;
    max-height: 100px;
    height: 80%;
}
}

@media screen and (min-width: 1200px) {.Owda_join_now {
    padding: 10rem 6rem;
}.Owda_join_now .container {
    grid-template-columns: 3fr 1fr;
}.Owda_join_now h6 {
    font-size: calc(18px * 1.8);
    line-height: 1.6;
}.Owda_join_now .PDFh_inquiry_widget {
    font-size: calc(16px * 1.2);
    padding: 1.5rem 3rem;
}
}

@media (hover: none) {.Owda_join_now .container {
    transform: none;
}.Owda_join_now h6 {
    transform: none;
    animation: none;
}.Owda_join_now .container > div span {
    transform: none;
}.Owda_join_now .container > div span:hover {
    transform: none;
}.Owda_join_now .PDFh_inquiry_widget:hover {
    transform: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
}
}

@media (prefers-reduced-motion) {.Owda_join_now h6 {
    animation: none;
}.Owda_join_now .PDFh_inquiry_widget::before {
    transition: none;
}}.idWA_teaching_process {
    margin: 3rem 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgb(92,101,117,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.idWA_teaching_process::before {
    width: 100%;
    opacity: 0.7;
    content: "";
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    height: 100%;
    background: linear-gradient(to right, rgb(92,101,117,0.5) 0%, transparent 20%, transparent 80%, rgb(92,101,117,0.5) 100%);
    top: 0;
    left: 0;
    transform: translateY(-5%);
    position: absolute;
    z-index: 1;
}.idWA_teaching_process::after {
    position: absolute;
    background: rgb(92,101,117);
    opacity: 0.1;
    right: -50px;
    filter: blur(40px);
    animation: pulse 15s infinite alternate cubic-bezier(0.445, 0.05, 0.55, 0.95);
    top: -50px;
    height: 200px;
    border-radius: 50%;
    content: "";
    z-index: 0;
    width: 200px;
}.idWA_teaching_process:hover::before {
    transform: translateY(0);
}.idWA_teaching_process .QJcn_pro_classes {
    position: relative;
    padding: 0 1.5rem;
    gap: 2rem;
    display: grid;
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 1200px;
    z-index: 2;
}.idWA_teaching_process .QJcn_pro_classes > div {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    position: relative;
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    transform-style: preserve-3d;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
}.idWA_teaching_process .QJcn_pro_classes > div::before {
    position: absolute;
    height: 0;
    top: 0;
    content: "";
    left: 0;
    width: 4px;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
}.idWA_teaching_process .QJcn_pro_classes > div:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.08), 0 10px 20px rgba(0, 0, 0, 0.05);
}.idWA_teaching_process .QJcn_pro_classes > div:hover::before {
    height: 100%;
}.idWA_teaching_process h3 {
    font-weight: 700;
    transform: translateZ(20px);
    font-size: calc(29px * 0.9);
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    display: inline-block;
}.idWA_teaching_process h3::after {
    height: 3px;
    transform-origin: left;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    content: "";
    width: 60%;
    position: absolute;
    left: 0;
    background: linear-gradient(to right, rgb(128,140,160), rgb(92,101,117));
    transform: scaleX(0.7);
    bottom: -8px;
}.idWA_teaching_process .QJcn_pro_classes > div:hover h3::after {
    transform: scaleX(1);
}.idWA_teaching_process p {
    color: #000000;
    margin: 0;
    font-size: 12px;
    font-family: Arial, sans-serif;
    transform: translateZ(5px);
    line-height: 1.7;
    position: relative;
}.idWA_teaching_process p span {
    display: block;
    padding-left: 1rem;
    position: relative;
    border-left: 1px solid rgb(92,101,117,0.5);
}

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

@media screen and (min-width: 768px) {.idWA_teaching_process {
    padding: 8rem 0;
}.idWA_teaching_process .QJcn_pro_classes {
    padding: 0 3rem;
}.idWA_teaching_process .QJcn_pro_classes > div {
    padding: 4rem;
}.idWA_teaching_process h3 {
    margin-bottom: 2rem;
    font-size: 29px;
}.idWA_teaching_process p {
    font-size: calc(12px * 1.05);
    line-height: 1.75;
}.idWA_teaching_process p span {
    padding-left: 2rem;
}
}

@media screen and (min-width: 992px) {.idWA_teaching_process {
    padding: 10rem 0;
}.idWA_teaching_process .QJcn_pro_classes > div {
    width: 90%;
    margin-left: 5%;
}.idWA_teaching_process h3 {
    font-size: calc(29px * 1.1);
}.idWA_teaching_process p span {
    column-count: 2;
    border-left: none;
    column-gap: 3rem;
    padding-left: 0;
}
}

@media (prefers-reduced-motion: reduce) {.idWA_teaching_process::after {
    animation: none;
}.idWA_teaching_process .QJcn_pro_classes > div,
    .idWA_teaching_process .QJcn_pro_classes > div:hover {
    transform: none;
    transition: box-shadow 0.3s ease;
}
}

@media (hover: none) {.idWA_teaching_process .QJcn_pro_classes > div {
    transform: none;
}.idWA_teaching_process .QJcn_pro_classes > div:hover {
    transform: none;
}}.nhfF_contact_form_section {
    color: #ffffff;
    background: #000000;
    overflow: hidden;
    padding: 100px 0;
    position: relative;
}.nhfF_contact_form_section::before {
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(135deg, rgb(128,140,160,0.5) 0%, transparent 50%, rgb(92,101,117,0.5) 100%);
    opacity: 0.2;
    height: 100%;
    left: 0;
    z-index: 1;
}.nhfF_contact_form_section::after {
    z-index: 1;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(128,140,160), transparent);
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
}.nhfF_contact_form_section .igUH_photo_wrap {
    width: 100%;
    position: absolute;
    height: 100%;
    filter: saturate(0.6) contrast(1.3);
    mix-blend-mode: luminosity;
    opacity: 0.15;
    z-index: 0;
    left: 0;
    top: 0;
}.nhfF_contact_form_section .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.nhfF_contact_form_section h3 {
    font-weight: 700;
    text-shadow: 0 0 10px rgb(128,140,160,0.5), 0 0 20px rgb(128,140,160,0.5);
    margin-bottom: 60px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 3px;
    font-size: 48px;
}.nhfF_contact_form_section h3::before {
    bottom: -20px;
    position: absolute;
    background: rgb(128,140,160);
    left: calc(50% - 100px);
    box-shadow: 0 0 10px rgb(128,140,160), 0 0 20px rgb(128,140,160);
    width: 200px;
    content: "";
    height: 3px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}.nhfF_contact_form_section .zkab_contact_request {
    border: 1px solid rgb(128,140,160,0.5);
    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)
    );
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5), 0 0 15px rgb(128,140,160,0.5);
    position: relative;
    border-radius: 0;
    background: rgba(15, 15, 20, 0.8);
    overflow: hidden;
    flex-wrap: wrap;
}.nhfF_contact_form_section .zkab_contact_request::before {
    left: 0;
    height: 2px;
    position: absolute;
    content: "";
    z-index: 3;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, transparent, rgb(128,140,160), transparent);
}.nhfF_contact_form_section .zkab_contact_request::after {
    left: 0;
    z-index: 3;
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(92,101,117), transparent);
    height: 2px;
    content: "";
    right: 0;
}.nhfF_contact_form_section .OuvB_help_feedback {
    z-index: 2;
    padding: 50px;
    flex: 1 1 60%;
    position: relative;
}.nhfF_contact_form_section .OuvB_help_feedback h3 {
    letter-spacing: 1px;
    color: rgb(128,140,160);
    font-weight: 600;
    font-size: 22px;
    text-shadow: none;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}.nhfF_contact_form_section .OuvB_help_feedback h3::before {
    display: none;
}.nhfF_contact_form_section .OuvB_help_feedback input[type="text"],
.nhfF_contact_form_section .OuvB_help_feedback textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
    background: rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    font-size: 17px;
    border-left: 3px solid rgb(128,140,160);
    border: 1px solid rgb(128,140,160,0.5);
    font-family: Arial, sans-serif;
    color: #ffffff;
    width: 100%;
    border-radius: 0;
}.nhfF_contact_form_section .OuvB_help_feedback input[type="text"]::placeholder,
.nhfF_contact_form_section .OuvB_help_feedback textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
}.nhfF_contact_form_section .OuvB_help_feedback input[type="text"]:focus,
.nhfF_contact_form_section .OuvB_help_feedback textarea:focus {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(128,140,160,0.5);
    border-color: rgb(128,140,160);
    outline: none;
}.nhfF_contact_form_section .OuvB_help_feedback textarea {
    resize: vertical;
    min-height: 150px;
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block {
    margin-bottom: 25px;
    align-items: flex-start;
    display: flex;
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block label {
    font-size: 12px;
    cursor: pointer;
    padding-left: 35px;
    position: relative;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block label::before {
    content: "";
    width: 20px;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    height: 20px;
    position: absolute;
    transition: all 0.3s ease;
    top: 2px;
    border: 1px solid rgb(128,140,160,0.5);
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block input[type="checkbox"]:checked + label::before {
    background: rgb(128,140,160);
    border-color: rgb(128,140,160);
    box-shadow: 0 0 10px rgb(128,140,160,0.5);
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block input[type="checkbox"]:checked + label::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    left: 7px;
    border: solid #ffffff;
    top: 4px;
    transform: rotate(45deg);
    content: "";
    width: 6px;
    height: 12px;
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block a {
    transition: all 0.3s ease;
    border-bottom: 1px solid rgb(128,140,160,0.5);
    text-decoration: none;
    color: rgb(128,140,160);
    font-weight: 600;
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block a:hover {
    text-shadow: 0 0 5px rgb(92,101,117);
    color: rgb(92,101,117);
    border-bottom-color: rgb(92,101,117);
}.nhfF_contact_form_section .OuvB_help_feedback .PDFh_inquiry_widget {
    transition: all 0.3s ease;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
    background: rgb(128,140,160);
    letter-spacing: 1px;
    border: none;
    font-size: 14px;
    padding: 16px 30px;
    clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
    font-weight: 600;
}.nhfF_contact_form_section .OuvB_help_feedback .PDFh_inquiry_widget::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    content: "";
    width: 100%;
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
    height: 100%;
    top: 0;
}.nhfF_contact_form_section .OuvB_help_feedback .PDFh_inquiry_widget:hover {
    transform: translateY(-2px);
    background: rgb(92,101,117);
    box-shadow: 0 0 20px rgb(92,101,117,0.5);
}.nhfF_contact_form_section .OuvB_help_feedback .PDFh_inquiry_widget:hover::before {
    left: 100%;
}.nhfF_contact_form_section .Ebkt_request_section {
    background: rgba(0, 0, 0, 0.4);
    position: relative;
    flex: 1 1 35%;
    border-left: 1px solid rgb(128,140,160,0.5);
    padding: 50px;
    z-index: 2;
}.nhfF_contact_form_section .Ebkt_request_section h4 {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 22px;
    color: rgb(92,101,117);
    text-transform: uppercase;
    position: relative;
    margin-bottom: 35px;
}.nhfF_contact_form_section .Ebkt_request_section h4::after {
    position: absolute;
    height: 2px;
    width: 50px;
    box-shadow: 0 0 10px rgb(92,101,117);
    content: "";
    left: 0;
    bottom: -10px;
    background: rgb(92,101,117);
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box {
    list-style: none;
    margin: 0;
    padding: 0;
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li {
    padding: 15px;
    align-items: center;
    display: flex;
    transition: all 0.3s ease;
    clip-path: polygon(0 0, calc(100% - 15px) 0, 100% 15px, 100% 100%, 15px 100%, 0 calc(100% - 15px));
    position: relative;
    margin-bottom: 20px;
    border: 1px solid rgb(92,101,117,0.5);
    background: rgba(0, 0, 0, 0.3);
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li::after {
    position: absolute;
    height: 100%;
    opacity: 0.7;
    width: 3px;
    left: 0;
    content: "";
    top: 0;
    background: rgb(92,101,117);
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li:hover {
    box-shadow: 0 0 15px rgb(92,101,117,0.5);
    transform: translateX(5px);
    border-color: rgb(92,101,117);
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li svg {
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li:hover svg {
    transform: scale(1.1);
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li svg path {
    transition: all 0.3s ease;
    fill: rgb(92,101,117);
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li:hover svg path {
    filter: drop-shadow(0 0 3px rgb(92,101,117));
    fill: #ffffff;
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li span {
    color: #ffffff;
    font-size: 17px;
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li a {
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li a:hover {
    color: rgb(92,101,117);
    text-shadow: 0 0 5px rgb(92,101,117,0.5);
}

@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; }
}

@media (max-width: 992px) {.nhfF_contact_form_section {
    padding: 70px 0;
}.nhfF_contact_form_section h3 {
    font-size: calc(48px * 0.8);
}.nhfF_contact_form_section .zkab_contact_request {
    flex-direction: column;
    clip-path: polygon(
            0 0, 
            calc(100% - 20px) 0, 
            100% 20px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.nhfF_contact_form_section .Ebkt_request_section {
    border-top: 1px solid rgb(92,101,117,0.5);
    border-left: none;
}
}

@media (max-width: 768px) {.nhfF_contact_form_section {
    padding: 60px 0;
}.nhfF_contact_form_section h3 {
    margin-bottom: 40px;
    font-size: calc(48px * 0.7);
}.nhfF_contact_form_section h3::before {
    bottom: -15px;
    left: calc(50% - 75px);
    width: 150px;
}.nhfF_contact_form_section .OuvB_help_feedback,
    .nhfF_contact_form_section .Ebkt_request_section {
    padding: 40px 30px;
}.nhfF_contact_form_section .OuvB_help_feedback input[type="text"],
    .nhfF_contact_form_section .OuvB_help_feedback textarea {
    padding: 14px 16px;
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li {
    padding: 12px;
}
}

@media (max-width: 576px) {.nhfF_contact_form_section {
    padding: 50px 0;
}.nhfF_contact_form_section h3 {
    font-size: calc(48px * 0.5);
    margin-bottom: 35px;
}.nhfF_contact_form_section h3::before {
    left: calc(50% - 50px);
    width: 100px;
    height: 2px;
    bottom: -12px;
}.nhfF_contact_form_section .zkab_contact_request {
    clip-path: polygon(
            0 0, 
            calc(100% - 15px) 0, 
            100% 15px, 
            100% calc(100% - 10px), 
            calc(100% - 10px) 100%, 
            10px 100%, 
            0 calc(100% - 10px)
        );
}.nhfF_contact_form_section .OuvB_help_feedback,
    .nhfF_contact_form_section .Ebkt_request_section {
    padding: 30px 20px;
}.nhfF_contact_form_section .OuvB_help_feedback input[type="text"],
    .nhfF_contact_form_section .OuvB_help_feedback textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.nhfF_contact_form_section .OuvB_help_feedback .TCdy_help_block label {
    font-size: calc(12px * 0.9);
}.nhfF_contact_form_section .OuvB_help_feedback .PDFh_inquiry_widget {
    width: 100%;
    padding: 14px 20px;
}.nhfF_contact_form_section .Ebkt_request_section .DUgm_support_box li {
    margin-bottom: 15px;
    padding: 10px;
    clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 10px 100%, 0 calc(100% - 10px));
}}.gHAs_company_overview {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}.gHAs_company_overview::before {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5), rgb(128,140,160,0.5) 70%);
    content: "";
    left: 0;
    width: 100%;
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
}.gHAs_company_overview .container {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.gHAs_company_overview .haDW_legend_holder {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.95));
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 0 10px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    padding: 40px 60px;
    transform: perspective(1000px) rotateY(-2deg);
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.gHAs_company_overview .haDW_legend_holder:hover {
    transform: perspective(1000px) rotateY(0deg);
}.gHAs_company_overview .haDW_legend_holder::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
    left: 0;
    height: 100%;
    width: 6px;
}.gHAs_company_overview .haDW_legend_holder::after {
    background: linear-gradient(to right, rgba(rgb(92,101,117,0.5), 0.3), transparent);
    top: 50%;
    height: 80%;
    clip-path: polygon(0 0, 100% 10%, 100% 90%, 0 100%);
    content: "";
    width: 30px;
    transform: translateY(-50%);
    right: -15px;
    position: absolute;
}.gHAs_company_overview h5 {
    color: rgb(128,140,160);
    letter-spacing: 2px;
    position: relative;
    font-size: 22px;
    margin: 0 0 15px 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
}.gHAs_company_overview h5::after {
    height: 3px;
    transition: transform 0.4s ease-out;
    content: "";
    width: 70%;
    left: 0;
    transform-origin: left;
    bottom: -5px;
    background: rgb(92,101,117);
    transform: scaleX(1);
    position: absolute;
}.gHAs_company_overview h5:hover::after {
    transform: scaleX(1.5);
}.gHAs_company_overview p {
    line-height: 1.5;
    margin: 0 0 20px 0;
    font-size: calc(14px * 1.2);
    color: #000000;
}.gHAs_company_overview p b {
    font-size: calc(14px * 1.5);
    margin-bottom: 5px;
    position: relative;
    letter-spacing: 0.5px;
    font-weight: 600;
    color: #000000;
    display: inline-block;
}.gHAs_company_overview p b::after {
    content: "";
    bottom: -8px;
    background: linear-gradient(to right, rgb(128,140,160), transparent);
    position: absolute;
    width: 100%;
    left: 0;
    height: 1px;
}.gHAs_company_overview ol {
    margin: 20px 0 0;
    counter-reset: item;
    padding: 0;
    list-style-type: none;
}.gHAs_company_overview ol li {
    hyphens: auto;
    padding-left: 0;
    column-count: 1;
    column-gap: 40px;
    text-align: justify;
    margin-bottom: 15px;
    font-size: 14px;
    color: #000000;
    position: relative;
    line-height: 1.8;
}.gHAs_company_overview ol li::first-letter {
    font-weight: 600;
    font-size: 1.5em;
    color: rgb(128,140,160);
}

@media (min-width: 768px) {.gHAs_company_overview ol li {
    column-count: 2;
}
}

@media (min-width: 992px) {.gHAs_company_overview {
    padding: 180px 0;
}.gHAs_company_overview .haDW_legend_holder {
    margin-left: 60px;
    width: 80%;
    padding: 60px 80px;
}.gHAs_company_overview h5 {
    font-size: calc(22px * 1.2);
}.gHAs_company_overview p b {
    font-size: calc(14px * 1.8);
}.gHAs_company_overview ol li {
    column-count: 2;
    font-size: calc(14px * 1.05);
}
}

@media (max-width: 767px) {.gHAs_company_overview {
    padding: 80px 0;
}.gHAs_company_overview .haDW_legend_holder {
    transform: none;
    padding: 30px;
}.gHAs_company_overview .haDW_legend_holder::after {
    display: none;
}.gHAs_company_overview h5 {
    font-size: 22px;
}.gHAs_company_overview p b {
    font-size: calc(14px * 1.3);
}
}

@media (max-width: 575px) {.gHAs_company_overview {
    padding: 60px 0;
}.gHAs_company_overview .haDW_legend_holder {
    padding: 25px 20px;
}.gHAs_company_overview h5 {
    font-size: calc(22px * 0.9);
}.gHAs_company_overview p b {
    font-size: calc(14px * 1.2);
}.gHAs_company_overview ol li {
    line-height: 1.6;
    font-size: calc(14px * 0.95);
}}.CvHW_consentWarningDialog {
    border-top: 3px solid rgb(92,101,117);
    position: fixed;
    background: rgb(92,101,117);
    width: 100%;
    transform: translateY(100%);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transition: transform 0.5s ease-in-out;
    z-index: 90;
    padding: 20px 0;
    font-family: Arial, sans-serif;
    animation: slideUp 0.5s forwards;
    bottom: 0;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
.HCsW_digital_tracking {
    padding: 20px 5%;
    justify-content: space-between;
    gap: 20px;
    display: flex;
    align-items: center;
}.CvHW_consentWarningDialog h5 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}.CvHW_consentWarningDialog p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    color: #ffffff;
}.lYdD_online_cookies {
    flex-shrink: 0;
    align-items: center;
    display: flex;
    margin-right: 15px;
    filter: drop-shadow(0 0 10px rgb(128,140,160));
    justify-content: center;
}.lYdD_online_cookies svg {
    fill: rgb(128,140,160);
    height: 80px;
    transition: transform 0.3s ease-in-out;
    width: 80px;
}.lYdD_online_cookies:hover svg {
    transform: scale(1.1);
}.MZrk_cookies_overview {
    white-space: nowrap;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    line-height: 40px;
    padding: 10px 20px;
    text-decoration: none;
    color: #000000;
    font-size: 17px;
    flex-shrink: 0;
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    cursor: pointer;
    margin-left: 10px;
    min-width: 140px;
    box-shadow: 0 0 15px rgb(128,140,160);
    border-radius: 29px;
}.MZrk_cookies_overview:hover {
    box-shadow: 0 0 20px rgb(92,101,117);
}.cookie_button.CqjK_cookie_visitor:hover {
    box-shadow: 0 0 15px rgb(92,101,117);
}.CvHW_consentWarningDialog p a {
    transition: color 0.3s ease;
    color: rgb(128,140,160);
    text-decoration: none;
}.CvHW_consentWarningDialog p a:hover {
    color: rgb(92,101,117);
}#twSH_cookiePolicyPrompt {
    display: none;
}#twSH_cookiePolicyPrompt:checked ~ .CvHW_consentWarningDialog {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.CvHW_consentWarningDialog {
    padding: 15px 0;
}.HCsW_digital_tracking {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.lYdD_online_cookies {
    display: none;
}.HCsW_digital_tracking {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.CvHW_consentWarningDialog h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.lhXD_track_toggle {
    margin-bottom: 15px;
}.MZrk_cookies_overview {
    min-width: 100%;
    margin: 10px 0;
}}
.CSaw_instructor_profile {
    padding: 5rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(128,140,160,0.5), rgb(165,177,197));
    position: relative;
}.CSaw_instructor_profile::before {
    top: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 70% 30%, rgb(255, 255, 255, 0.5), transparent 70%);
    content: "";
    z-index: 1;
    height: 100%;
}.CSaw_instructor_profile::after {
    content: "";
    right: -5%;
    position: absolute;
    z-index: 0;
    height: 40%;
    background: rgb(128,140,160);
    width: 40%;
    opacity: 0.05;
    bottom: -10%;
    border-radius: 50% 60% 70% 40%;
    filter: blur(40px);
}.CSaw_instructor_profile .container {
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
}.CSaw_instructor_profile .QFEe_student_feedback {
    gap: 2rem;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    display: grid;
    backdrop-filter: blur(10px) saturate(180%);
    padding: 3rem;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.CSaw_instructor_profile .QFEe_student_feedback:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 0 8px 20px rgba(0, 0, 0, 0.05);
}.CSaw_instructor_profile .QFEe_student_feedback > div:first-child {
    position: relative;
    order: 1;
}.CSaw_instructor_profile .QFEe_student_feedback > div:nth-child(2) {
    order: 2;
    position: relative;
}.CSaw_instructor_profile .QFEe_student_feedback > div:last-child {
    position: relative;
    order: 3;
}.CSaw_instructor_profile .igUH_photo_wrap {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    position: relative;
    width: 100%;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}.CSaw_instructor_profile .QFEe_student_feedback:hover .igUH_photo_wrap {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    transform: translateY(-5px) scale(1.02);
}.CSaw_instructor_profile .igUH_photo_wrap::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3), transparent 50%);
}.CSaw_instructor_profile .name {
    margin: 0 0 0.5rem;
    color: rgb(128,140,160);
    font-size: 20px;
    position: relative;
    font-weight: 700;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
}.CSaw_instructor_profile .name::before {
    transition: width 0.4s ease-out 0.1s;
    height: 2px;
    content: "";
    position: absolute;
    top: 50%;
    background: rgb(128,140,160);
    width: 0;
    left: -1rem;
}.CSaw_instructor_profile .QFEe_student_feedback:hover .name {
    transform: translateX(1rem);
}.CSaw_instructor_profile .QFEe_student_feedback:hover .name::before {
    width: 1.5rem;
}.CSaw_instructor_profile .QFEe_student_feedback > div:nth-child(2) > div {
    transform: translateY(0);
    margin-bottom: 0.5rem;
    transition: transform 0.3s ease, opacity 0.3s ease;
    font-weight: 600;
    font-size: 0.95rem;
    color: rgb(92,101,117);
    opacity: 0.85;
}.CSaw_instructor_profile .QFEe_student_feedback:hover > div:nth-child(2) > div {
    transform: translateY(-3px);
    opacity: 1;
}.CSaw_instructor_profile .osgj_exp_section {
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 17px;
    margin: 0;
    padding: 0;
    line-height: 1.7;
    color: #000000;
    opacity: 0.92;
    transition: opacity 0.4s ease;
}.CSaw_instructor_profile .osgj_exp_section::before {
    font-size: 8rem;
    content: "";
    left: -1rem;
    position: absolute;
    color: rgb(128,140,160);
    top: -2.5rem;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    z-index: -1;
    transform: rotate(-5deg);
    opacity: 0.1;
}.CSaw_instructor_profile .QFEe_student_feedback:hover .osgj_exp_section::before {
    transform: rotate(5deg) translateY(-10px);
}.CSaw_instructor_profile .QFEe_student_feedback:hover .osgj_exp_section {
    opacity: 1;
}

@media (min-width: 768px) {.CSaw_instructor_profile .QFEe_student_feedback {
    grid-template-rows: auto 1fr;
    gap: 2rem 3rem;
    grid-template-columns: 250px 1fr;
    padding: 3.5rem;
}.CSaw_instructor_profile .QFEe_student_feedback > div:first-child {
    order: unset;
    grid-row: 1 / span 2;
    grid-column: 1;
}.CSaw_instructor_profile .QFEe_student_feedback > div:nth-child(2) {
    order: unset;
    grid-row: 1;
    grid-column: 2;
}.CSaw_instructor_profile .QFEe_student_feedback > div:last-child {
    grid-column: 2;
    order: unset;
    grid-row: 2;
}.CSaw_instructor_profile .igUH_photo_wrap {
    clip-path: polygon(0% 0%, 95% 5%, 100% 100%, 5% 95%);
    height: 100%;
}.CSaw_instructor_profile .QFEe_student_feedback:hover .igUH_photo_wrap {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
}

@media (min-width: 992px) {.CSaw_instructor_profile {
    padding: 7rem 0;
}.CSaw_instructor_profile .QFEe_student_feedback {
    padding: 4rem;
    gap: 3rem 4rem;
    grid-template-columns: 320px 1fr;
}.CSaw_instructor_profile .name {
    margin-bottom: 0.75rem;
    font-size: calc(20px * 1.1);
}.CSaw_instructor_profile .QFEe_student_feedback > div:nth-child(2) > div {
    font-size: 1.05rem;
    margin-bottom: 1rem;
}.CSaw_instructor_profile .osgj_exp_section {
    line-height: 1.8;
    font-size: calc(17px * 1.05);
}
}

@media (max-width: 767px) {.CSaw_instructor_profile {
    padding: 4rem 0;
}.CSaw_instructor_profile .QFEe_student_feedback {
    padding: 2rem;
}.CSaw_instructor_profile .igUH_photo_wrap {
    margin-bottom: 1rem;
    height: 250px;
}.CSaw_instructor_profile .name {
    margin-bottom: 0.5rem;
    text-align: center;
}.CSaw_instructor_profile .QFEe_student_feedback > div:nth-child(2) > div {
    margin-bottom: 1.5rem;
    text-align: center;
}.CSaw_instructor_profile .osgj_exp_section {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}.CSaw_instructor_profile .osgj_exp_section::before {
    left: 50%;
    top: -1.5rem;
    transform: translateX(-50%);
}.CSaw_instructor_profile .QFEe_student_feedback:hover .name {
    transform: translateX(0);
}.CSaw_instructor_profile .name::before {
    transform: translateX(-50%);
    left: 50%;
}.CSaw_instructor_profile .QFEe_student_feedback:hover .name::before {
    width: 50px;
}}.qhGH_title_welcome {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(165,177,197) 0%, rgb(128,140,160,0.5) 100%);
}.qhGH_title_welcome::before {
    z-index: 1;
    top: 0;
    height: 100%;
    background: 
    radial-gradient(circle at 20% 30%, rgb(128,140,160,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(92,101,117,0.5) 0%, transparent 30%);
    position: absolute;
    left: 0;
    content: "";
    opacity: 0.6;
    width: 100%;
}.qhGH_title_welcome::after {
    z-index: 2;
    position: absolute;
    bottom: -5px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    height: 10px;
    background: linear-gradient(90deg, 
    rgb(128,140,160) 0%, 
    rgb(92,101,117) 50%, 
    rgb(128,140,160) 100%);
    animation: shimmer 4s infinite linear;
    content: "";
    left: 0;
    width: 100%;
}.qhGH_title_welcome .WBwy_course_first {
    width: 90%;
    justify-content: center;
    z-index: 3;
    padding: 6rem 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}.qhGH_title_welcome .WBwy_course_first > div {
    width: 100%;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
}.qhGH_title_welcome .WBwy_course_first > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.qhGH_title_welcome .WBwy_course_first > div > div:first-child {
    margin-bottom: 2.5rem;
    opacity: 0;
    position: relative;
    animation: fadeUp 0.8s forwards 0.2s ease-out;
    transform: translateY(20px);
}.qhGH_title_welcome h3 {
    margin: 0 auto;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    letter-spacing: 0.01em;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
    text-align: center;
    border-left: 4px solid rgb(128,140,160);
    font-family: Arial, sans-serif;
    font-size: calc(21px * 1.05);
    font-weight: 600;
    max-width: 90%;
    position: relative;
    padding: 1.5rem 2rem;
    line-height: 1.5;
    color: #000000;
}.qhGH_title_welcome h3::before {
    z-index: -1;
    top: 0;
    left: 0;
    background: rgb(128,140,160,0.5);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.05;
    position: absolute;
    transform: skewX(-3deg);
}.qhGH_title_welcome .mLsy_belief_core {
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    isolation: isolate;
    transform: translateY(20px);
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    border-radius: 19px;
    overflow: hidden;
    position: relative;
    opacity: 0;
}.qhGH_title_welcome .mLsy_belief_core::before {
    left: 0;
    content: "";
    width: 100%;
    mix-blend-mode: color-burn;
    height: 100%;
    z-index: 1;
    background: linear-gradient(
    135deg, 
    rgb(128,140,160,0.5) 0%,
    transparent 50%,
    rgb(92,101,117,0.5) 100%
  );
    position: absolute;
    top: 0;
}.qhGH_title_welcome .mLsy_belief_core::after {
    width: 100%;
    top: 0;
    height: 100%;
    left: 0;
    background-image: 
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.03) 10px,
      rgba(255,255,255,0.03) 20px
    );
    position: absolute;
    content: "";
    z-index: 2;
}.qhGH_title_welcome .mLsy_belief_core > div {
    flex-direction: column;
    display: flex;
    z-index: 3;
    justify-content: center;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.4) 0%, 
    rgba(0,0,0,0.7) 100%);
    padding: 5rem 2rem;
    min-height: 50vh;
    align-items: center;
    position: relative;
}.qhGH_title_welcome .mLsy_belief_core p {
    text-align: center;
    animation: fadeUp 0.6s forwards 0.7s ease-out;
    font-size: calc(17px * 1.1);
    line-height: 1.6;
    padding: 0.8rem 0;
    position: relative;
    color: #ffffff;
    margin-bottom: 1.5rem;
    opacity: 0;
    max-width: 80%;
    transform: translateY(15px);
    letter-spacing: 0.02em;
}.qhGH_title_welcome .mLsy_belief_core p::after {
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    width: 80px;
    background: rgb(92,101,117);
}.qhGH_title_welcome .title_style_header {
    position: relative;
    letter-spacing: 0.03em;
    line-height: 1.2;
    margin: 1.5rem 0 0;
    transform: translateY(15px);
    animation: fadeUp 0.6s forwards 0.9s ease-out;
    text-align: center;
    font-size: 46px;
    color: #ffffff;
    opacity: 0;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}.qhGH_title_welcome .title_style_header::before,
.qhGH_title_welcome .title_style_header::after {
    background: rgb(92,101,117);
    height: 3px;
    content: "";
    width: 80px;
    border-radius: 2px;
    position: absolute;
}.qhGH_title_welcome .title_style_header::before {
    top: 50%;
    transform-origin: right;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    transform: translateY(-50%) scaleX(0);
    left: -100px;
}.qhGH_title_welcome .title_style_header::after {
    transform: translateY(-50%) scaleX(0);
    right: -100px;
    transform-origin: left;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    top: 50%;
}

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

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

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

@media (max-width: 992px) {.qhGH_title_welcome .WBwy_course_first {
    padding: 4rem 0;
}.qhGH_title_welcome h3 {
    font-size: calc(21px * 1.1);
    padding: 1.2rem 1.5rem;
}.qhGH_title_welcome .title_style_header {
    font-size: calc(32px * 1.05);
}.qhGH_title_welcome .title_style_header::before {
    left: -60px;
    width: 60px;
}.qhGH_title_welcome .title_style_header::after {
    right: -60px;
    width: 60px;
}
}

@media (max-width: 768px) {.qhGH_title_welcome .WBwy_course_first {
    width: 95%;
    padding: 3.5rem 0;
}.qhGH_title_welcome h3 {
    max-width: 100%;
    font-size: 21px;
    padding: 1rem;
}.qhGH_title_welcome .mLsy_belief_core > div {
    padding: 4rem 1rem;
    min-height: 40vh;
}.qhGH_title_welcome .mLsy_belief_core p {
    max-width: 100%;
    font-size: 17px;
}.qhGH_title_welcome .title_style_header {
    font-size: 32px;
}.qhGH_title_welcome .title_style_header::before,
  .qhGH_title_welcome .title_style_header::after {
    display: none;
}
}

@media (max-width: 576px) {.qhGH_title_welcome {
    min-height: 80vh;
}.qhGH_title_welcome .WBwy_course_first {
    padding: 2rem 0;
    min-height: 80vh;
}.qhGH_title_welcome .WBwy_course_first > div > div:first-child {
    margin-bottom: 1.5rem;
}.qhGH_title_welcome h3 {
    font-size: calc(17px * 1.1);
    border-left-width: 3px;
    padding: 0.8rem;
}.qhGH_title_welcome .mLsy_belief_core > div {
    min-height: 30vh;
    padding: 3rem 1rem;
}.qhGH_title_welcome .mLsy_belief_core p {
    margin-bottom: 1rem;
    font-size: calc(17px * 0.95);
}.qhGH_title_welcome .mLsy_belief_core p::after {
    width: 50px;
    height: 1px;
}.qhGH_title_welcome .title_style_header {
    margin-top: 0.8rem;
    font-size: calc(32px * 0.85);
}}header {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 1000;
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    background: linear-gradient(180deg, 
        rgb(128,140,160) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    border-bottom: 1px solid rgb(128,140,160,0.5);
    -webkit-backdrop-filter: blur(10px);
    top: 0;
    transition: all 0.4s ease;
}header:before {
    background: 
        radial-gradient(circle at 15% 15%, rgb(128,140,160,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(92,101,117,0.5) 0%, transparent 25%);
    pointer-events: none;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    content: '';
    opacity: 0.1;
    width: 100%;
}header:after {
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.02;
    mix-blend-mode: overlay;
    position: absolute;
    pointer-events: none;
    top: 0;
    width: 100%;
}header .gRxd_main_teach {
    overflow: hidden;
    position: relative;
}header .gRxd_main_teach:before {
    height: 1px;
    bottom: 0;
    animation: scanlineGlow 4s linear infinite;
    opacity: 0.7;
    box-shadow: 0 0 15px rgb(128,140,160), 0 0 35px rgb(128,140,160);
    position: absolute;
    content: '';
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(128,140,160) 25%,
        #ffffff 50%,
        rgb(128,140,160) 75%,
        transparent 100%
    );
    width: 200%;
    left: -50%;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 18px 25px;
}header .container:before {
    width: 100%;
    content: '';
    position: absolute;
    opacity: 0.5;
    height: 100%;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    mix-blend-mode: overlay;
    pointer-events: none;
}header .uJnc_top_pro {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}header .uJnc_top_pro:before {
    animation: breathe 5s infinite alternate;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    opacity: 0.3;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    filter: blur(15px);
    content: '';
    background: rgb(128,140,160);
    left: -10px;
}header .uJnc_top_pro:after {
    background: rgb(92,101,117);
    content: '';
    opacity: 0.3;
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    height: 20px;
    animation: breathe 5s infinite alternate-reverse;
    right: -10px;
    filter: blur(15px);
    width: 20px;
}header .UnEt_top_start {
    display: flex;
    gap: 30px;
    align-items: center;
    position: relative;
}header .UnEt_top_start:before {
    transform: translateX(-100%);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(128,140,160,0.5), 
        transparent
    );
    opacity: 0.15;
    width: 110%;
    animation: menuGlow 10s infinite ease-in-out;
    height: 110%;
    top: -5%;
    filter: blur(5px);
    content: '';
    position: absolute;
    left: -5%;
}header .GQth_header_know {
    padding: 8px 2px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 1px;
    text-shadow: 0 0 1px #ffffff;
}header .GQth_header_know:before {
    left: 0;
    height: 100%;
    position: absolute;
    transform: skewX(-20deg) scale(0.8, 1);
    transition: all 0.4s ease;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgb(128,140,160,0.5), 
        transparent
    );
    top: 0;
    z-index: -1;
    opacity: 0;
    width: 100%;
}header .GQth_header_know:after {
    height: 2px;
    left: 50%;
    position: absolute;
    filter: blur(0.5px);
    width: 0;
    bottom: -2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: '';
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(128,140,160),
        #ffffff 50%,
        rgb(128,140,160)
    );
    transform: translateX(-50%);
}header .GQth_header_know:hover {
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(128,140,160);
    transform: translateY(-2px);
    color: #ffffff;
}header .GQth_header_know:hover:before {
    transform: skewX(-20deg) scale(1.05, 1);
    opacity: 0.15;
}header .GQth_header_know:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(128,140,160),
        0 0 10px rgb(128,140,160);
}header .mApI_top_mentor {
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}header .mApI_top_mentor:before {
    opacity: 0;
    height: 150%;
    content: '';
    background: radial-gradient(circle, 
        rgb(128,140,160,0.5) 0%, 
        transparent 70%
    );
    top: 50%;
    width: 150%;
    transition: opacity 0.5s ease;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}header .mApI_top_mentor:after {
    border: 1px solid transparent;
    width: calc(100% + 10px);
    opacity: 0;
    height: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(128,140,160), rgb(92,101,117), rgb(128,140,160)) 1;
    content: '';
    left: -5px;
    position: absolute;
    top: -5px;
    transition: all 0.5s ease;
}header .mApI_top_mentor:hover:before {
    opacity: 0.3;
}header .mApI_top_mentor:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .mApI_top_mentor svg {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    filter: drop-shadow(0 0 2px rgb(128,140,160,0.5));
    width: auto;
    position: relative;
    height: 45px;
}header .mApI_top_mentor:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(128,140,160));
}header .mApI_top_mentor:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(128,140,160), rgb(92,101,117), rgb(128,140,160)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(128,140,160), rgb(92,101,117), rgb(128,140,160)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(128,140,160), rgb(92,101,117), rgb(128,140,160)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .UnEt_top_start {
    gap: 20px;
}header .mApI_top_mentor svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .UnEt_top_start {
    backdrop-filter: blur(15px);
    top: 0;
    right: -100%;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    max-width: 330px;
    flex-direction: column;
    z-index: 1001;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    padding: 85px 30px 30px;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    width: 85%;
    gap: 25px;
    -webkit-backdrop-filter: blur(15px);
}header .UnEt_top_start:before {
    top: 70px;
    height: 1px;
    left: 10%;
    opacity: 0.3;
    width: 80%;
    animation: none;
}header .UnEt_top_start:after {
    height: 30px;
    top: 20px;
    width: 30px;
    right: 20px;
    content: '';
    position: absolute;
    border: 1px solid rgb(128,140,160,0.5);
    opacity: 0.6;
    background: transparent;
}header .menu.active {
    right: 0;
}header .GQth_header_know {
    opacity: 0.8;
    text-align: left;
    border-bottom: 1px solid rgb(128,140,160,0.5);
    padding: 12px 5px;
    width: 100%;
}header .GQth_header_know:last-child {
    border-bottom: none;
}header .GQth_header_know:hover {
    transform: translateY(0);
    opacity: 1;
}header .mApI_top_mentor {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .mApI_top_mentor svg {
    height: 35px;
}header .UnEt_top_start {
    width: 100%;
    max-width: 100%;
}}header .top_plank {
    background: rgb(128,140,160);
    color:  #ffffff;
}header .top_plank .ZHFO_best_knowledge div svg, header .top_plank .ZHFO_best_knowledge div svg path {
    fill: #ffffff;
}header .top_plank .ZHFO_best_knowledge div span {
    color: #ffffff;
}header .top_plank .ZHFO_best_knowledge {
    font-size: 14px;
    padding: 15px 0 10px 0;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 21px;
    flex-wrap: wrap;
}header .top_plank .ZHFO_best_knowledge div {
    margin-right: 24px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
}header .top_plank .ZHFO_best_knowledge div img, header .top_plank .ZHFO_best_knowledge div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.CTpk_pricing_column {
    z-index: 1;
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}.CTpk_pricing_column::before {
    z-index: -1;
    top: 0;
    width: 100%;
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(22, 28, 45, 0.85) 0%,
        rgba(22, 28, 45, 0.75) 50%, 
        rgba(22, 28, 45, 0.9) 100%);
}.CTpk_pricing_column .container {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.CTpk_pricing_column .cCIY_skill_plans {
    position: relative;
}.CTpk_pricing_column h2 {
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.5px;
    transform: translateZ(0);
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    font-size: 34px;
}.CTpk_pricing_column h2::after {
    position: absolute;
    bottom: -12px;
    width: 80px;
    transform: translateX(-50%);
    height: 4px;
    left: 50%;
    border-radius: 10px;
    content: "";
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
}.CTpk_pricing_column .BfmQ_monthly_rate {
    max-width: 800px;
    line-height: 1.6;
    font-size: calc(18px + 2px);
    font-weight: 300;
    color: #ffffff;
    margin: 0 auto 60px;
    opacity: 0.9;
    text-align: center;
}.CTpk_pricing_column .TQVl_cost_card {
    margin: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    perspective: 1000px;
    display: grid;
    padding: 0;
    list-style: none;
}.CTpk_pricing_column .TQVl_cost_card li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.CTpk_pricing_column .TQVl_cost_card li:hover {
    transform: translateY(-15px);
    z-index: 2;
}.CTpk_pricing_column .GPZq_pricing_schemes {
    backdrop-filter: blur(10px);
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.1);
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 
                0 8px 15px rgba(0, 0, 0, 0.1),
                0 1px 0 rgba(255, 255, 255, 0.1) inset;
    position: relative;
    overflow: hidden;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.03);
    isolation: isolate;
    transition: all 0.4s ease;
}.CTpk_pricing_column .GPZq_pricing_schemes::before {
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(128,140,160), rgb(92,101,117));
    transform-origin: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    height: 4px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}.CTpk_pricing_column .GPZq_pricing_schemes:hover::before {
    transform: scaleX(1);
}.CTpk_pricing_column .GPZq_pricing_schemes::after {
    left: 0;
    z-index: -1;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(rgb(128,140,160,0.5), 0.05), transparent);
    content: "";
    height: 50%;
}.CTpk_pricing_column .hDpq_fee_struct {
    flex-direction: column;
    display: flex;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    padding: 35px 30px;
    z-index: 1;
}.CTpk_pricing_column .JEPr_learning_pricing {
    flex: 1;
    display: flex;
    flex-direction: column;
}.CTpk_pricing_column .JEPr_learning_pricing h4 {
    position: relative;
    letter-spacing: 0.5px;
    font-size: calc(22px + 2px);
    transition: transform 0.3s ease;
    margin: 0 0 20px;
    font-weight: 600;
    color: #ffffff;
    padding-bottom: 15px;
}.CTpk_pricing_column .JEPr_learning_pricing h4::after {
    background: rgb(92,101,117);
    width: 40px;
    position: absolute;
    left: 0;
    height: 3px;
    transition: width 0.3s ease;
    content: "";
    bottom: 0;
}.CTpk_pricing_column .GPZq_pricing_schemes:hover .JEPr_learning_pricing h4::after {
    width: 60px;
}.CTpk_pricing_column .JEPr_learning_pricing p {
    font-size: 18px;
    margin: 0 0 30px;
    hyphens: auto;
    overflow-wrap: break-word;
    line-height: 1.6;
    word-wrap: break-word;
    color: rgba(255, 255, 255, 0.8);
    flex: 1;
}.CTpk_pricing_column .qUMR_fee_plan {
    margin-top: auto;
    border-radius: 10px;
    letter-spacing: 0.5px;
    font-weight: 700;
    display: block;
    align-self: flex-start;
    font-size: calc(22px + 4px);
    color: rgb(128,140,160);
    background: rgba(rgb(128,140,160,0.5), 0.1);
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 20px;
}.CTpk_pricing_column .GPZq_pricing_schemes:hover .qUMR_fee_plan {
    transform: scale(1.05);
    background: rgba(rgb(128,140,160,0.5), 0.2);
}

@media (min-width: 1200px) {.CTpk_pricing_column .TQVl_cost_card {
    grid-template-columns: repeat(4, 1fr);
}.CTpk_pricing_column .hDpq_fee_struct {
    padding: 40px 35px;
}.CTpk_pricing_column h2 {
    font-size: calc(34px + 4px);
}
}

@media (min-width: 992px) and (max-width: 1199px) {.CTpk_pricing_column .TQVl_cost_card {
    grid-template-columns: repeat(3, 1fr);
}.CTpk_pricing_column .hDpq_fee_struct {
    padding: 35px 30px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.CTpk_pricing_column .TQVl_cost_card {
    grid-template-columns: repeat(2, 1fr);
}.CTpk_pricing_column .JEPr_learning_pricing p {
    margin-bottom: 25px;
    font-size: calc(18px - 1px);
}.CTpk_pricing_column .hDpq_fee_struct {
    padding: 30px 25px;
}
}

@media (max-width: 767px) {.CTpk_pricing_column {
    padding: 70px 0;
}.CTpk_pricing_column .TQVl_cost_card {
    gap: 20px;
    grid-template-columns: 1fr;
}.CTpk_pricing_column h2 {
    font-size: calc(34px - 2px);
}.CTpk_pricing_column .BfmQ_monthly_rate {
    font-size: 18px;
    margin-bottom: 40px;
}.CTpk_pricing_column .JEPr_learning_pricing h4 {
    font-size: 22px;
}.CTpk_pricing_column .JEPr_learning_pricing p {
    margin-bottom: 20px;
    font-size: calc(18px - 1px);
}.CTpk_pricing_column .qUMR_fee_plan {
    font-size: calc(22px + 2px);
}.CTpk_pricing_column .hDpq_fee_struct {
    padding: 30px 20px;
}
}

@media (max-width: 480px) {.CTpk_pricing_column {
    padding: 50px 0;
}.CTpk_pricing_column .hDpq_fee_struct {
    padding: 25px 20px;
}.CTpk_pricing_column h2::after {
    width: 60px;
    height: 3px;
}.CTpk_pricing_column .qUMR_fee_plan {
    padding: 8px 16px;
}}.ODAh_appBox {
    position: relative;
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(165,177,197) 0%, #ffffff 100%);
    overflow: hidden;
}.ODAh_appBox::before {
    content: "";
    position: absolute;
    right: 0;
    width: 40%;
    top: 0;
    transform: translateX(20%) skewX(-15deg);
    z-index: 1;
    background: linear-gradient(215deg, rgb(128,140,160,0.5) 0%, transparent 70%);
    height: 100%;
}.ODAh_appBox::after {
    position: absolute;
    bottom: -5%;
    left: -2%;
    transform: rotate(-10deg);
    background: linear-gradient(125deg, rgb(92,101,117,0.5) 0%, transparent 80%);
    height: 70%;
    z-index: 1;
    content: "";
    width: 30%;
}.ODAh_appBox .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 30px;
}.ODAh_appBox h2 {
    line-height: 1.3;
    color: #000000;
    max-width: 800px;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 40px;
    animation: slideInTitle 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.2s;
    opacity: 0;
    transform: translateX(-20px);
}.ODAh_appBox h2::before {
    left: 0;
    top: -15px;
    transform: scaleX(0);
    animation: expandLine 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 0.8s;
    height: 4px;
    background: rgb(128,140,160);
    position: absolute;
    width: 80px;
    content: "";
    transform-origin: left;
}.ODAh_appBox .QJcn_pro_classes {
    transform: perspective(1000px) rotateX(2deg);
    transform-origin: top center;
    opacity: 0;
    overflow: hidden;
    position: relative;
    padding: 40px 50px;
    animation: appearHolder 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.6s;
    background-color: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.07);
}.ODAh_appBox .QJcn_pro_classes::before {
    top: 0;
    left: 0;
    content: "";
    background: linear-gradient(to bottom, rgb(128,140,160), rgb(92,101,117));
    position: absolute;
    width: 5px;
    height: 100%;
}.ODAh_appBox .QJcn_pro_classes::after {
    transform: translateX(100%);
    height: 100%;
    width: 80%;
    content: "";
    right: 0;
    position: absolute;
    z-index: -1;
    top: 0;
    animation: revealGradient 1.5s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    background: linear-gradient(90deg, transparent, rgba(245, 245, 245, 0.8) 70%);
}.ODAh_appBox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.ODAh_appBox li {
    animation: slideUpFadeIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) forwards 0.8s;
    transform: translateY(20px);
    opacity: 0;
    position: relative;
}.ODAh_appBox li::before {
    animation: popIn 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards 1.2s;
    border-radius: 50%;
    background: rgb(128,140,160);
    left: -30px;
    height: 10px;
    transform: scale(0);
    top: 10px;
    width: 10px;
    position: absolute;
    content: "";
}.ODAh_appBox span {
    font-weight: 400;
    letter-spacing: 0.02em;
    font-family: Arial, sans-serif;
    display: block;
    font-size: 13px;
    color: #000000;
    line-height: 1.8;
}

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

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

@keyframes appearHolder {
    0% {
        opacity: 0;
        transform: perspective(1000px) rotateX(5deg) translateY(30px);
    }
    100% {
        opacity: 1;
        transform: perspective(1000px) rotateX(0) translateY(0);
    }
}

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

@keyframes popIn {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes revealGradient {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@media (max-width: 992px) {.ODAh_appBox {
    padding: 90px 0 60px;
}.ODAh_appBox h2 {
    margin-bottom: 30px;
    font-size: calc(30px * 0.9);
}.ODAh_appBox .QJcn_pro_classes {
    padding: 35px 40px;
}
}

@media (max-width: 768px) {.ODAh_appBox {
    padding: 70px 0 50px;
}.ODAh_appBox::before {
    width: 50%;
}.ODAh_appBox h2 {
    max-width: 100%;
    font-size: calc(30px * 0.8);
}.ODAh_appBox .QJcn_pro_classes {
    transform: perspective(1000px) rotateX(1deg);
    padding: 30px;
}
}

@media (max-width: 576px) {.ODAh_appBox {
    padding: 60px 0 40px;
}.ODAh_appBox::before,
    .ODAh_appBox::after {
    opacity: 0.5;
}.ODAh_appBox .container {
    padding: 0 20px;
}.ODAh_appBox h2 {
    margin-bottom: 25px;
    font-size: calc(30px * 0.7);
}.ODAh_appBox h2::before {
    top: -10px;
    height: 3px;
    width: 60px;
}.ODAh_appBox .QJcn_pro_classes {
    transform: none;
    padding: 25px 20px;
}.ODAh_appBox span {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.ODAh_appBox li::before {
    left: -20px;
    width: 8px;
    height: 8px;
}}.LZYm_course_program_details {
    position: relative;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    background-color: rgb(165,177,197);
}.LZYm_course_program_details .container {
    position: relative;
    max-width: 1200px;
    padding: 4rem 2rem;
    margin: 0 auto;
    z-index: 10;
    width: 100%;
}.LZYm_course_program_details .QJcn_pro_classes {
    position: relative;
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-direction: column;
}.LZYm_course_program_details .zYRD_program_track {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}.LZYm_course_program_details .zYRD_program_track::before {
    opacity: 0.1;
    position: absolute;
    border-radius: 50%;
    background-color: rgb(128,140,160);
    width: 150px;
    top: -50px;
    left: -30px;
    content: '';
    z-index: -1;
    height: 150px;
}.LZYm_course_program_details .zYRD_program_track::after {
    content: '';
    z-index: -1;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    position: absolute;
    background-color: rgb(92,101,117);
    opacity: 0.1;
    right: -20px;
    bottom: -30px;
}.LZYm_course_program_details .zYRD_program_track h3 {
    font-size: 48px;
    position: relative;
    color: rgb(128,140,160);
    margin-bottom: 1.5rem;
    font-weight: 700;
}.LZYm_course_program_details .zYRD_program_track h3::after {
    border-radius: 2px;
    content: '';
    transform: translateX(-50%);
    bottom: -15px;
    left: 50%;
    width: 80px;
    background-color: rgb(128,140,160);
    position: absolute;
    height: 4px;
}.LZYm_course_program_details .zYRD_program_track p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    margin-bottom: 2.5rem;
    color: #000000;
    font-size: 13px;
}.LZYm_course_program_details .zYRD_program_track .PDFh_inquiry_widget {
    background-color: rgb(128,140,160);
    display: inline-block;
    text-decoration: none;
    font-size: 20px;
    overflow: hidden;
    position: relative;
    font-weight: 600;
    z-index: 1;
    padding: 1rem 2.5rem;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    color: #ffffff;
}.LZYm_course_program_details .zYRD_program_track .PDFh_inquiry_widget::before {
    position: absolute;
    border-radius: 50px;
    transform: translateY(100%);
    top: 0;
    transition: transform 0.4s ease;
    height: 100%;
    left: 0;
    z-index: -1;
    width: 100%;
    background-color: rgb(92,101,117);
    content: '';
}.LZYm_course_program_details .zYRD_program_track .PDFh_inquiry_widget:hover {
    box-shadow: 0 7px 20px rgba(0, 0, 0, 0.15);
}.LZYm_course_program_details .zYRD_program_track .PDFh_inquiry_widget:hover::before {
    transform: translateY(0);
}.LZYm_course_program_details .JeWb_skill_route {
    height: 500px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 3rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}.LZYm_course_program_details .JeWb_skill_route::before {
    content: '';
    background: linear-gradient(to bottom,
                rgba(0, 0, 0, 0.4) 0%,
                transparent 40%,
                transparent 60%,
                rgba(0, 0, 0, 0.4) 100%);
    z-index: 5;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
}.LZYm_course_program_details .jAIR_training_map {
    width: 500%;
    display: flex;
    height: 100%;
    animation: carousel-slide 25s ease-in-out infinite;
}.LZYm_course_program_details .JeWb_skill_route:hover .jAIR_training_map {
    animation-play-state: paused;
}.LZYm_course_program_details .RtpO_education_path {
    height: 100%;
    position: relative;
    width: 20%;
}.LZYm_course_program_details .RtpO_education_path img {
    object-fit: cover;
    transition: transform 0.5s ease;
    height: 100%;
    width: 100%;
}.LZYm_course_program_details .RtpO_education_path:hover img {
    transform: scale(1.05);
}.LZYm_course_program_details .feature-item {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    width: calc(33.333% - 20px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #ffffff;
    padding: 25px;
    min-width: 250px;
    text-align: center;
}.LZYm_course_program_details .feature-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

@keyframes carousel-slide {
    0% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(-20%);
    }
    45% {
        transform: translateX(-20%);
    }
    50% {
        transform: translateX(-40%);
    }
    70% {
        transform: translateX(-40%);
    }
    75% {
        transform: translateX(-60%);
    }
    95% {
        transform: translateX(-60%);
    }
    100% {
        transform: translateX(-80%);
    }
}

@media (max-width: 991px) {.LZYm_course_program_details .JeWb_skill_route {
    height: 350px;
}.LZYm_course_program_details .zYRD_program_track h3 {
    font-size: calc(48px * 0.9);
}.LZYm_course_program_details .feature-item {
    width: calc(50% - 15px);
}
}

@media (max-width: 767px) {.LZYm_course_program_details .container {
    padding: 3rem 1.5rem;
}.LZYm_course_program_details .JeWb_skill_route {
    margin-top: 2rem;
    height: 300px;
}.LZYm_course_program_details .zYRD_program_track h3 {
    font-size: calc(48px * 0.8);
}.LZYm_course_program_details .feature-item {
    min-width: 100%;
    padding: 20px;
}.LZYm_course_program_details .jAIR_training_map {
    animation-duration: 20s;
    width: 600%;
}.LZYm_course_program_details .RtpO_education_path {
    width: 16.6667%;
}
    
    @keyframes carousel-slide {
        0%, 12% {
            transform: translateX(0);
        }
        16%, 28% {
            transform: translateX(-16.6667%);
        }
        32%, 44% {
            transform: translateX(-33.3334%);
        }
        48%, 60% {
            transform: translateX(-50%);
        }
        64%, 76% {
            transform: translateX(-66.6667%);
        }
        80%, 92% {
            transform: translateX(-83.3334%);
        }
        100% {
            transform: translateX(0);
        }
    }
}

@media (max-width: 480px) {.LZYm_course_program_details .JeWb_skill_route {
    height: 250px;
}.LZYm_course_program_details .zYRD_program_track .PDFh_inquiry_widget {
    padding: 0.8rem 2rem;
}}.Myoh_user_testimonials {
    position: relative;
    perspective: 1000px;
    background: linear-gradient(180deg, rgb(165,177,197) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    padding: 5rem 0;
}.Myoh_user_testimonials::before {
    opacity: 0.6;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(128,140,160,0.5) 0%, transparent 15%),
        radial-gradient(circle at 80% 70%, rgb(92,101,117,0.5) 0%, transparent 15%);
    top: 0;
    z-index: 1;
}.Myoh_user_testimonials::after {
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    background-size: 30px 30px;
    opacity: 0.2;
    position: absolute;
    content: "";
}.Myoh_user_testimonials .container {
    z-index: 2;
    position: relative;
}.Myoh_user_testimonials h2 {
    text-transform: uppercase;
    position: relative;
    font-size: 34px;
    text-align: center;
    display: inline-block;
    margin-bottom: 4rem;
    transform: translateX(-50%);
    font-weight: 700;
    letter-spacing: 2px;
    left: 50%;
    padding: 0 2rem;
    color: #000000;
}.Myoh_user_testimonials h2::before, 
.Myoh_user_testimonials h2::after {
    animation: neonPulse 2s infinite alternate;
    content: "";
    position: absolute;
    top: 50%;
    background: rgb(128,140,160);
    width: 50px;
    height: 3px;
}.Myoh_user_testimonials h2::before {
    left: -30px;
}.Myoh_user_testimonials h2::after {
    right: -30px;
}.Myoh_user_testimonials .yuHp_review_voices {
    perspective: 1000px;
    flex-wrap: wrap;
    display: flex;
    gap: 2rem;
    justify-content: center;
}.Myoh_user_testimonials .QFEe_student_feedback {
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    transform-style: preserve-3d;
    min-width: 280px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    align-items: center;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    transform: translateZ(0) rotateY(0);
    position: relative;
    flex: 0 0 calc(33.333% - 2rem);
    max-width: calc(33.333% - 2rem);
}.Myoh_user_testimonials .QFEe_student_feedback::before {
    mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    transition: opacity 0.5s ease;
    border-radius: 10px;
    mask-composite: exclude;
    inset: 0;
    position: absolute;
    opacity: 0;
    background: linear-gradient(45deg, rgb(128,140,160), rgb(92,101,117)) border-box;
    border: 2px solid transparent;
    content: "";
}.Myoh_user_testimonials .QFEe_student_feedback:hover {
    box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(5deg);
}.Myoh_user_testimonials .QFEe_student_feedback:hover::before {
    animation: borderGlow 1.5s infinite alternate;
    opacity: 1;
}.Myoh_user_testimonials .QFEe_student_feedback:nth-child(even):hover {
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    transform: translateZ(20px) rotateY(-5deg);
}.Myoh_user_testimonials .QFEe_student_feedback img {
    transition: all 0.4s ease;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #ffffff;
    margin-bottom: 1.5rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 2;
    height: 90px;
    width: 90px;
}.Myoh_user_testimonials .QFEe_student_feedback:hover img {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgb(128,140,160,0.5);
    border-color: rgb(128,140,160);
}.Myoh_user_testimonials .QFEe_student_feedback p {
    margin: 0;
    color: #000000;
    font-weight: 600;
    font-size: calc(15px * 1.1);
    transition: all 0.3s ease;
    text-align: center;
    font-family: Arial, sans-serif;
}.Myoh_user_testimonials .QFEe_student_feedback .description {
    z-index: 2;
    font-size: 15px;
    color: #000000;
    padding-top: 1rem;
    font-weight: 400;
    position: relative;
    margin-top: 1rem;
    text-align: center;
}.Myoh_user_testimonials .QFEe_student_feedback .description::after {
    top: 0;
    transition: all 0.3s ease;
    height: 2px;
    transform: translateX(-50%);
    left: 50%;
    width: 40px;
    content: "";
    background: rgb(92,101,117,0.5);
    position: absolute;
}.Myoh_user_testimonials .QFEe_student_feedback:hover .description::after {
    background: rgb(128,140,160);
    box-shadow: 0 0 10px rgb(128,140,160,0.5);
    width: 60px;
}

@keyframes neonPulse {
    0% {
        box-shadow: 0 0 5px rgb(128,140,160), 0 0 10px rgb(128,140,160,0.5);
    }
    100% {
        box-shadow: 0 0 20px rgb(128,140,160), 0 0 30px rgb(128,140,160,0.5);
    }
}

@keyframes borderGlow {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (max-width: 991px) {.Myoh_user_testimonials {
    padding: 4rem 0;
}.Myoh_user_testimonials h2 {
    margin-bottom: 3rem;
}.Myoh_user_testimonials .QFEe_student_feedback {
    max-width: calc(50% - 2rem);
    flex: 0 0 calc(50% - 2rem);
}
}

@media (max-width: 767px) {.Myoh_user_testimonials h2 {
    font-size: calc(34px * 0.9);
}.Myoh_user_testimonials h2::before,
    .Myoh_user_testimonials h2::after {
    width: 30px;
}.Myoh_user_testimonials h2::before {
    left: -15px;
}.Myoh_user_testimonials h2::after {
    right: -15px;
}.Myoh_user_testimonials .yuHp_review_voices {
    flex-direction: column;
    gap: 1.5rem;
}.Myoh_user_testimonials .QFEe_student_feedback {
    flex: 1 1 100%;
    padding: 1.5rem;
    max-width: 100%;
}.Myoh_user_testimonials .QFEe_student_feedback,
    .Myoh_user_testimonials .QFEe_student_feedback:hover,
    .Myoh_user_testimonials .QFEe_student_feedback:nth-child(even):hover {
    transform: none;
}.Myoh_user_testimonials .QFEe_student_feedback img {
    width: 70px;
    height: 70px;
}
}

@media (max-width: 480px) {.Myoh_user_testimonials {
    padding: 3rem 0;
}.Myoh_user_testimonials h2 {
    font-size: calc(34px * 0.8);
}.Myoh_user_testimonials .QFEe_student_feedback {
    padding: 1.25rem;
}.Myoh_user_testimonials .QFEe_student_feedback img {
    height: 60px;
    width: 60px;
}}.byFf_privacy_holdfast {
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(165,177,197);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}.byFf_privacy_holdfast h1 {
    color: rgb(128,140,160);
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 45px;
}.byFf_privacy_holdfast h2 {
    color: #000000;
    margin: 15px 0;
    font-weight: 600;
    font-size: 28px;
}.byFf_privacy_holdfast ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.byFf_privacy_holdfast li {
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
    font-size: 12px;
}.byFf_privacy_holdfast div {
    margin-top: 20px;
}.byFf_privacy_holdfast h3, .byFf_privacy_holdfast h4, .byFf_privacy_holdfast h5, .byFf_privacy_holdfast h6 {
    margin: 1rem 0;
    color: #000000;
}
@media only screen and (max-width: 800px) {.byFf_privacy_holdfast {
    padding: 20px;
}.byFf_privacy_holdfast h1 {
    font-size: calc(19px * 0.8);
}.byFf_privacy_holdfast h2 {
    font-size: calc(19px * 0.9);
}.byFf_privacy_holdfast li {
    font-size: 12px;
}}footer {
    width: 100%;
    position: relative;
}footer .TpfI_fellow_prog {
    background-color: #2c3e50;
    color: #ffffff;
    padding: 100px 0 30px;
    position: relative;
    font-family: Arial, sans-serif;
}footer .TpfI_fellow_prog::before {
    position: absolute;
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.1;
    width: 100%;
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
}footer .Slzf_badge_case {
    position: relative;
    z-index: 1;
}footer .psDr_form_edu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    position: relative;
    margin: -70px auto 60px;
}footer .info_item {
    overflow: hidden;
    display: flex;
    transition: all 0.3s ease;
    height: 100px;
    position: relative;
    padding: 0 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    align-items: center;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    content: "";
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    position: absolute;
    top: 25%;
    background-color: rgb(128,140,160);
    height: 50%;
    left: 0;
}footer .info_item:hover {
    transform: translateY(0);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    flex-shrink: 0;
    position: relative;
    fill: rgb(128,140,160);
    width: 22px;
    margin-right: 15px;
    z-index: 1;
    height: 22px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    font-size: 12px;
    color: #2c3e50;
}footer .info_item a:hover {
    color: rgb(128,140,160);
}footer .text_main_holder {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr;
    position: relative;
}footer .cveW_head_pagewrap, footer .subscribe_holder {
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}footer .cveW_head_pagewrap:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .UnEt_top_start {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}footer .cveW_head_pagewrap svg {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .vZFG_case_study {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    font-size: 14px;
}footer .UnEt_top_start h5 {
    font-size: 18px;
    padding-bottom: 10px;
    position: relative;
    grid-column: 1 / -1;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}footer .UnEt_top_start h5::after {
    content: "";
    bottom: 0;
    background-color: rgb(128,140,160);
    height: 2px;
    position: absolute;
    width: 50px;
    left: 0;
}footer .vdoL_site_head {
    border-radius: 25px;
    padding: 20px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}footer .vdoL_site_head:hover {
    background-color: rgba(255, 255, 255, 0.08);
    transform: translateY(-5px);
}footer .vdoL_site_head a {
    display: block;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 12px;
}footer .vdoL_site_head a:last-child {
    border-bottom: none;
}footer .vdoL_site_head a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    opacity: 0;
    position: absolute;
    content: "→";
    right: 0;
    transform: translateX(-10px);
}footer .vdoL_site_head a:hover {
    color: #ffffff;
    padding-left: 5px;
}footer .vdoL_site_head a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    color: #ffffff;
    position: relative;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: 600;
    margin-bottom: 15px;
}footer .subscribe_holder h5::after {
    content: "";
    position: absolute;
    width: 50px;
    bottom: 0;
    background-color: rgb(128,140,160);
    left: 0;
    height: 2px;
}footer .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
}footer .input_holder {
    flex-direction: column;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 15px;
    font-size: 12px;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(128,140,160);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .pdRk_achieve_success {
    border-radius: 10px;
    font-size: 19px;
    background-color: rgb(128,140,160);
    font-weight: 600;
    border: none;
    color: #ffffff;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 15px;
}footer .pdRk_achieve_success:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background-color: rgb(92,101,117);
}footer .PHxg_proposal_cta {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .ayzM_academy_info {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 30px;
    padding: 8px 20px;
    display: inline-block;
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .pdRk_achieve_success {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .UnEt_top_start {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .TpfI_fellow_prog {
    padding: 70px 0 30px;
}footer .psDr_form_edu {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .cveW_head_pagewrap, footer .subscribe_holder {
    padding: 25px 20px;
}footer .UnEt_top_start h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .PHxg_proposal_cta {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .TpfI_fellow_prog {
    padding: 50px 0 20px;
}footer .vdoL_site_head {
    padding: 15px;
}footer .UnEt_top_start h5, footer .subscribe_holder h5 {
    font-size: calc(18px - 2px);
}footer .input_holder input[type="email"],
    footer .pdRk_achieve_success {
    padding: 12px;
}
}