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

.art_portal_o {
    flex: 0 0 auto;
}

.art_portal_o {
    position: relative;
    padding: 4rem 0 2.5rem;
    color: #ffffff;
}

.container {
    max-width: 100%;
    margin: auto;
    width: 1108px;
}

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

.nav_core_E {
    flex: 1 0 auto;
}


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

footer::before {
    bottom: 0;
    position: absolute;
    background: linear-gradient(145deg, rgba(0, 0, 0, 0.5) 0%, rgb(225,195,173,0.5) 35%, rgb(204,162,131,0.5) 70%, rgba(0, 0, 0, 0.5) 100%);
    animation: gradientFlow 20s ease infinite;
    left: 0;
    right: 0;
    background-size: 300% 300%;
    top: 0;
    content: "";
    opacity: 0.75;
    z-index: -1;
}

.art_portal_o::before {
    background: linear-gradient(90deg, transparent, rgb(225,195,173), rgb(204,162,131), transparent);
    opacity: 0.8;
    position: absolute;
    width: 100%;
    left: 0;
    content: "";
    box-shadow: 0 0 20px rgb(225,195,173,0.5);
    top: 0;
    height: 2px;
}

.art_portal_o .container {
    position: relative;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 3rem;
    display: flex;
}

.art_portal_o .company_holder::before {
    top: 0;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(225,195,173), transparent);
    left: -50%;
    transform: translateY(-1px);
    width: 200%;
    height: 1px;
}

.art_portal_o .company_holder::after {
    width: 100%;
    bottom: 0;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(204,162,131), transparent);
    left: 0;
    height: 1px;
    transform: translateY(1px);
    position: absolute;
}

.art_portal_o .company_holder h3 {
    text-shadow: 0 0 15px rgb(225,195,173,0.5);
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 29px;
    margin: 0 0 1.5rem;
    position: relative;
    font-weight: 700;
}

.art_portal_o .company_holder:hover h3::after {
    width: 100%;
}

.art_portal_o .press_room_4 {
    text-shadow: 0 0 10px #000000;
    opacity: 0.85;
    line-height: 1.6;
    color: #ffffff;
    max-width: 100%;
    font-size: 13px;
}

.art_portal_o .nav_section_O {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.08));
    backdrop-filter: blur(8px);
    border-radius: 26px;
    position: relative;
    overflow: hidden;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    flex: 1 1 calc(50% - 1.25rem);
    min-width: 250px;
    padding: 2rem;
    transition: all 0.4s ease;
}

.art_portal_o .nav_section_O:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.25),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        0 0 20px rgb(204,162,131,0.5);
}

.art_portal_o .nav_section_O h5::after {
    position: absolute;
    background: linear-gradient(90deg, rgb(204,162,131), rgb(225,195,173));
    height: 3px;
    left: 0;
    width: 40px;
    transition: width 0.3s ease-out;
    content: "";
    box-shadow: 0 0 10px rgb(204,162,131);
    bottom: -8px;
    border-radius: 10px;
}

.art_portal_o .nav_section_O .head_study_T a {
    padding: 0.5rem 1rem;
    display: block;
    color: #ffffff;
    opacity: 0.8;
    text-decoration: none;
    transition: all 0.3s ease;
    z-index: 1;
    text-shadow: 0 0 5px #000000;
    position: relative;
    border-radius: 10px;
    font-size: 13px;
}

.art_portal_o .nav_section_O .head_study_T a::after {
    z-index: -1;
    transition: all 0.3s ease;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
    height: 100%;
    position: absolute;
    width: 0;
    left: 0;
    top: 0;
    opacity: 0;
    content: "";
}

.art_portal_o .nav_section_O .head_study_T a:hover::after {
    opacity: 0.2;
    width: 100%;
}

.footer_milestones_F::before {
    content: "";
    left: 0;
    width: 100%;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(225,195,173), rgb(204,162,131), transparent);
    height: 1px;
    top: 0;
}

.footer_milestones_F .collab_space_4:hover {
    text-shadow: 0 0 8px rgb(204,162,131,0.5);
    opacity: 1;
}

.thankYouHub_Z {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(240,225,214) 0%, rgb(204,162,131,0.5) 100%);
    position: relative;
    padding: 5rem 2rem;
}

.thankYouHub_Z::after {
    position: absolute;
    content: "";
    height: 100%;
    right: -50%;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
    top: -50%;
    width: 100%;
    transform: rotate(25deg);
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
}

.thankYouHub_Z h2 {
    font-family: Arial, sans-serif;
    line-height: 1.3;
    max-width: 90%;
    border-left: 5px solid rgb(225,195,173);
    position: relative;
    margin-bottom: 3rem;
    transform: translateY(30px);
    opacity: 0;
    font-weight: 700;
    font-size: 30px;
    text-align: left;
    animation: slide-up 0.8s ease-out forwards;
    padding-left: 1.5rem;
    color: #000000;
}

.thankYouHub_Z .learning_dna_C::before {
    height: 5px;
    top: 0;
    content: "";
    background: linear-gradient(90deg, rgb(225,195,173) 0%, rgb(204,162,131) 100%);
    left: 0;
    position: absolute;
    width: 100%;
}

.thankYouHub_Z ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.thankYouHub_Z li span {
    transform: translateX(20px);
    animation: fade-in-text 1s ease-out forwards 0.6s;
    opacity: 0;
    color: #000000;
    line-height: 1.8;
    display: block;
    padding-left: 0.5rem;
    position: relative;
    font-family: Arial, sans-serif;
    font-size: 16px;
    text-align: left;
}

.program_offerings_L {
    position: relative;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 50%, rgb(225,195,173,0.5) 100%);
    padding: 80px 0;
    overflow: hidden;
}

.program_offerings_L::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(225,195,173,0.5) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgb(204,162,131,0.5) 0%, transparent 40%);
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    content: '';
    position: absolute;
}



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

.program_offerings_L .learning_dna_C {
    grid-template-columns: 1fr 1fr;
    border-radius: 12px;
    backdrop-filter: blur(5px);
    padding: 40px;
    overflow: hidden;
    transition: all 0.5s ease;
    position: relative;
    gap: 40px;
    background: linear-gradient(145deg, 
                rgba(255, 255, 255, 0.05) 0%, 
                rgba(255, 255, 255, 0.02) 100%);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 
                0 0 0 1px rgb(225,195,173,0.5),
                inset 0 0 20px rgb(225,195,173,0.5);
    display: grid;
}



.program_offerings_L .training_flow_K {
    padding-right: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 3;
    justify-content: center;
}

.program_offerings_L .top_main_r {
    display: inline-block;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    transition: transform 0.5s ease;
    margin-bottom: 25px;
}

.program_offerings_L .top_main_r svg path {
    transition: fill 0.3s ease;
    fill: rgb(225,195,173);
}

.program_offerings_L h3 {
    font-family: Arial, sans-serif;
    font-size: 36px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    letter-spacing: 0.5px;
    transform: translateZ(0);
    backface-visibility: hidden;
    color: #ffffff;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
    font-weight: 700;
}



.program_offerings_L p {
    position: relative;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    line-height: 1.7;
    z-index: 2;
    font-weight: 400;
}

.program_offerings_L .pic_card_7:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.4),
        0 0 0 1px rgb(225,195,173),
        inset 0 0 30px rgba(0, 0, 0, 0.4);
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}

.program_offerings_L .pic_card_7::after {
    top: 0;
    background: 
        linear-gradient(45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 0 0 / 30px 30px,
        linear-gradient(-45deg, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%) 15px 0 / 30px 30px;
    animation: scanlines 10s linear infinite;
    position: absolute;
    opacity: 0.5;
    left: 0;
    height: 100%;
    z-index: 2;
    content: '';
    width: 100%;
}

.newsletter_subscription_E::after {
    height: 30%;
    pointer-events: none;
    opacity: 0.1;
    bottom: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(to top, rgb(204,162,131) 0%, transparent 100%);
    content: "";
    left: 0;
}

.newsletter_subscription_E .learning_dna_C {
    backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    gap: 2rem;
    padding: 3rem;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    border-left: 4px solid rgb(225,195,173);
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
}

.newsletter_subscription_E .learning_dna_C:hover h3::after {
    transform: scaleX(1);
}

.newsletter_subscription_E .input_holder {
    position: relative;
    display: flex;
    gap: 1rem;
    width: 100%;
}

.newsletter_subscription_E .input_holder > div {
    position: relative;
    flex: 1;
}

.newsletter_subscription_E .updates_entry_b {
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 1.2rem 1.5rem;
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    font-size: 18px;
}

.newsletter_subscription_E .updates_entry_b:focus::placeholder {
    color: rgba(255, 255, 255, 0.3);
    transform: translateX(5px);
}

.newsletter_subscription_E .news_block_d:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-3px);
}

.newsletter_subscription_E .news_block_d::before {
    position: absolute;
    width: 100%;
    content: "";
    transform: translateX(-100%);
    height: 100%;
    top: 0;
    left: 0;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.cookie_popup_overlay_L {
    background: rgb(204,162,131);
    border-top: 2px solid rgb(225,195,173);
    z-index: 90;
    bottom: 0;
    box-shadow: 0 -10px 30px rgb(225,195,173,0.5);
    width: 100%;
    position: fixed;
    animation: slideIn 0.5s ease-in-out;
}

.cookie_visitor_7 {
    margin-right: 20px;
    flex-shrink: 0;
    padding: 10px;
    box-shadow: 0 0 15px rgb(225,195,173);
    border-radius: 11px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.cookie_control_j {
    flex: 1;
    color: #ffffff;
    min-width: 300px;
}

.cookie_control_j p {
    margin-bottom: 0;
    font-size: 14px;
    color: #ffffff;
    text-shadow: 0 0 5px rgb(225,195,173,0.5);
}

.cookie_none_J {
    white-space: nowrap;
    margin-left: 10px;
    border-radius: 10px;
    text-decoration: none;
    cursor: pointer;
    background: rgb(225,195,173);
    box-shadow: 0 0 10px rgb(225,195,173,0.5);
    font-size: 19px;
    transition: background 0.3s ease, box-shadow 0.3s ease;
    padding: 12px 25px;
    color: #000000;
}


.learning_impact_K {
    padding: 8rem 0;
    position: relative;
    background: #ffffff;
    overflow: hidden;
}

.learning_impact_K .learning_dna_C {
    width: 100%;
    position: relative;
    z-index: 5;
    padding: 0;
}

.learning_impact_K .pic_card_7 {
    top: 0;
    height: 100%;
    width: 45vw;
    left: 0;
    position: absolute;
    z-index: 2;
}

.learning_impact_K .pic_card_7::after {
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(90deg, transparent 60%, rgba(0, 0, 0, 0.5) 100%);
    width: 100%;
    position: absolute;
    content: '';
}

.learning_impact_K .text_panel_d {
    box-shadow: -20px 20px 60px rgba(0, 0, 0, 0.1);
    z-index: 3;
    border-radius: 19px 0 0 19px;
    padding: 3rem;
    position: relative;
    background: #ffffff;
    width: 60%;
    margin-left: auto;
}

.learning_impact_K h2::after {
    left: 0;
    content: '';
    width: 100px;
    bottom: 0;
    border-radius: 10px;
    position: absolute;
    background: rgb(225,195,173);
    height: 4px;
}

.learning_impact_K .text_main_holder > div {
    background: rgb(240,225,214);
    display: flex;
    border-radius: 19px;
    overflow: hidden;
    position: relative;
    padding: 1.5rem 2rem;
    transition: all 0.3s ease;
}

.learning_impact_K .text_main_holder > div:hover::before {
    height: 100%;
}

.learning_impact_K .text_main_holder > div:nth-child(even) {
    transform: translateX(2rem);
}

.learning_impact_K .text_main_holder > div:nth-child(even):hover {
    transform: translateX(3rem);
}

.learning_impact_K .text_main_holder > div:hover svg {
    transform: rotate(10deg);
}

.learning_impact_K .text_main_holder p {
    line-height: 1.6;
    font-size: 17px;
    margin: 0;
    align-self: center;
    color: #000000;
}

.try_immediately_d {
    position: relative;
    padding: 130px 0;
    background: linear-gradient(135deg, rgb(240,225,214) 0%, rgb(204,162,131,0.5) 100%);
    overflow: hidden;
}

.try_immediately_d .learning_dna_C {
    position: relative;
    flex-direction: column;
    align-items: center;
    display: flex;
    z-index: 10;
}

.try_immediately_d .container p {
    color: #000000;
    position: relative;
    background: #ffffff;
    text-align: center;
    padding: 40px;
    line-height: 1.4;
    clip-path: polygon(
        0% 0%, 
        100% 0%, 
        100% 85%, 
        85% 100%, 
        0% 100%
    );
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        15px 15px 0 rgb(225,195,173,0.5);
    max-width: 800px;
    font-size: 28px;
    font-weight: 700;
    z-index: 5;
    margin: 0 auto 80px;
}

.try_immediately_d .inquiry_query_L:hover {
    box-shadow: 
        8px 8px 0 rgb(225,195,173),
        16px 16px 0 rgb(204,162,131,0.5);
    transform: rotate(0) scale(1.05);
}

.try_immediately_d .inquiry_query_L::before {
    transition: all 0.4s ease;
    width: 100%;
    left: 5px;
    top: 5px;
    z-index: -1;
    border: 2px dashed rgb(225,195,173);
    height: 100%;
    content: '';
    position: absolute;
}

.try_immediately_d .learning_dna_C::after {
    border-radius: 50% 0 50% 50%;
    content: '';
    position: absolute;
    width: 300px;
    transform: rotate(-45deg);
    left: -150px;
    bottom: -150px;
    height: 300px;
    opacity: 0.1;
    z-index: 1;
    background: rgb(204,162,131,0.5);
}

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

.contact_section_8 h2 {
    font-weight: 700;
    display: inline-block;
    color: #000000;
    font-size: 30px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 3px solid rgb(225,195,173);
    margin-bottom: 50px;
}

.contact_section_8 .query_message_m {
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    display: flex;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.contact_section_8 .feedback_links_V {
    position: relative;
    padding: 60px;
    background: #ffffff;
    flex: 0 0 55%;
}

.contact_section_8 #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}

.contact_section_8 h3 {
    margin-bottom: 30px;
    color: rgb(225,195,173);
    position: relative;
    font-size: 21px;
    font-weight: 700;
}

.contact_section_8 input[type="text"] {
    border: none;
    border-left: 3px solid rgb(225,195,173);
    border-radius: 0 10px 10px 0;
    padding: 15px 20px;
    width: 100%;
    transition: all 0.3s ease;
    background: rgb(240,225,214);
    font-size: 13px;
    color: #000000;
}

.contact_section_8 input[type="text"]::placeholder {
    opacity: 0.7;
    color: #000000;
}

.contact_section_8 .message_box_v input[type="checkbox"] {
    cursor: pointer;
    appearance: none;
    border: 2px solid rgb(240,225,214);
    margin-top: 3px;
    background: rgb(240,225,214);
    height: 22px;
    border-radius: 4px;
    position: relative;
    width: 22px;
    transition: all 0.3s ease;
}

.contact_section_8 .message_box_v label {
    line-height: 1.6;
    font-size: 13px;
    color: #000000;
}

.contact_section_8 .message_box_v a {
    color: rgb(225,195,173);
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}

.contact_section_8 .message_box_v a::after {
    position: absolute;
    transition: all 0.3s ease;
    height: 1px;
    left: 0;
    bottom: -2px;
    background: rgb(225,195,173);
    width: 100%;
    content: "";
}

.contact_section_8 .inquiry_query_L::after {
    transition: all 0.6s ease;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    background: rgba(255, 255, 255, 0.1);
    top: 50%;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 0;
}

.contact_section_8 .inquiry_query_L:hover::after {
    height: 300%;
    width: 300%;
}

.contact_section_8 svg path {
    transition: all 0.3s ease;
    fill: rgb(225,195,173);
}

.contact_section_8 svg:hover path {
    fill: rgb(204,162,131);
}

.support_S::before {
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 0;
}

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

.support_S .edu_query_i {
    flex-direction: column;
    display: flex;
    position: relative;
}

.support_S .edu_query_i h3 {
    color: rgb(225,195,173);
    font-weight: 700;
    max-width: 70%;
    font-size: 45px;
    margin-bottom: 3rem;
    width: auto;
    position: relative;
    display: inline-block;
}

.support_S .quick_contact_U {
    max-width: 80%;
    margin-bottom: 3rem;
    line-height: 1.6;
    font-size: calc(16px * 1.1);
    color: #000000;
}

.support_S .reach_team_v > span {
    overflow: hidden;
    z-index: 1;
    flex: 1 0 calc(33.333% - 2rem);
    border-radius: 11px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    opacity: 1;
    background-color: #ffffff;
    margin: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    min-width: 250px;
    padding: 2.5rem;
}

.support_S .reach_team_v > span:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.support_S .reach_team_v > span svg {
    width: 28px;
    opacity: 0.7;
    height: 28px;
    transition: all 0.4s ease;
    right: 1.5rem;
    top: 1.5rem;
    fill: rgb(225,195,173);
    position: absolute;
}

.support_S .reach_team_v > span:hover svg path {
    stroke-width: 1;
}

.support_S .reach_team_v p {
    color: #000000;
    position: relative;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    display: flex;
    align-items: center;
}

.support_S .reach_team_v span > span svg {
    margin-right: 8px;
    position: static;
    width: 16px;
    opacity: 0.8;
    height: 16px;
}

.support_S .reach_team_v a {
    color: rgb(225,195,173);
    align-items: center;
    display: inline-flex;
    position: relative;
    transition: color 0.3s ease;
    text-decoration: none;
}

.support_S .reach_team_v a:hover {
    color: rgb(204,162,131);
}

.support_S .reach_team_v a:hover svg {
    transform: translateX(3px);
    fill: rgb(204,162,131);
}

.support_S .reach_team_v a:hover::after {
    background-color: rgb(204,162,131);
    transform: scaleX(1);
    transform-origin: left;
}

.support_S .message_request_u::before {
    background: linear-gradient(45deg, transparent 98%, rgb(204,162,131) 0), 
                linear-gradient(-45deg, transparent 98%, rgb(204,162,131) 0), 
                linear-gradient(135deg, transparent 98%, rgb(204,162,131) 0), 
                linear-gradient(-135deg, transparent 98%, rgb(204,162,131) 0);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    top: 0;
    opacity: 0.4;
    content: "";
    position: absolute;
    left: 0;
    z-index: -1;
    background-position: 0 0, 0 100%, 100% 0, 100% 100%;
}

.support_S .message_request_u:hover h4 svg {
    transform: rotate(360deg);
}

.support_S .message_request_u h4::after {
    left: 0;
    position: absolute;
    bottom: -8px;
    width: 40px;
    content: "";
    height: 3px;
    background-color: rgb(204,162,131);
    border-radius: 10px;
}

.support_S .message_request_u span:hover {
    background-color: rgba(rgb(204,162,131,0.5), 0.2);
    transform: translateY(-2px);
}

.support_S .message_request_u span:hover svg {
    opacity: 1;
    transform: scale(1.2);
}

.support_S .reach_team_v > span::after {
    left: 0;
    position: absolute;
    height: 3px;
    top: 0;
    transition: width 0.5s ease;
    content: "";
    background: linear-gradient(to right, rgb(225,195,173), rgb(204,162,131));
    width: 0;
    z-index: 2;
}

.support_S .reach_team_v > span:nth-child(1) {
    animation-delay: 0.1s;
}

.support_S .reach_team_v > span:nth-child(3) {
    animation-delay: 0.3s;
}

.support_S .reach_team_v > span:nth-child(5) {
    animation-delay: 0.5s;
}


.support_S .container::before {
    border-radius: 50%;
    height: 300px;
    right: -15%;
    border: 30px solid rgb(225,195,173,0.5);
    opacity: 0.1;
    animation: rotate 40s linear infinite;
    content: "";
    top: 10%;
    width: 300px;
    z-index: -1;
    position: absolute;
}

header .container {
    margin: 0;
    z-index: 1;
    width: 100%;
    position: relative;
    padding: 0;
    max-width: 100%;
}

header .nav_header_p {
    display: flex;
    height: 100%;
    align-items: stretch;
}

header .header_main_o svg {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
    transition: all 0.3s ease;
    height: auto;
    width: 150px;
}

header .header_main_o:hover svg {
    transform: scale(1.05);
}

header .nav_section_O::before {
    background: linear-gradient(to bottom, transparent, rgb(225,195,173,0.5), transparent);
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    content: '';
    height: 100%;
}

header .top_study_h::before {
    opacity: 0;
    border-radius: 10px;
    transition: opacity 0.3s ease;
    background: linear-gradient(135deg, rgb(225,195,173,0.5), rgb(204,162,131,0.5));
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

header .top_study_h:hover::before {
    opacity: 1;
}

.target_audience_I {
    position: relative;
    background-color: rgb(240,225,214);
    z-index: 1;
    padding: 6rem 0;
    overflow: hidden;
}

.target_audience_I::after {
    z-index: -1;
    animation: pulseGlow 12s infinite alternate-reverse ease-in-out;
    background: radial-gradient(
        ellipse at center,
        rgba(rgb(225,195,173,0.5), 0.2) 0%,
        transparent 70%
    );
    content: "";
    left: -20%;
    bottom: -30%;
    position: absolute;
    width: 80%;
    height: 80%;
}

.target_audience_I h3 {
    padding: 1rem 3rem;
    color: #000000;
    font-weight: 600;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 4rem;
    border-radius: 25px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 33px;
    text-align: center;
}

.target_audience_I ul {
    display: flex;
    margin: 0;
    width: 100%;
    padding: 0;
    gap: 2rem;
    flex-direction: column;
    list-style: none;
    position: relative;
    z-index: 2;
}

.target_audience_I li::before {
    right: 0;
    height: 2px;
    left: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(rgb(204,162,131,0.5), 0.5),
        transparent
    );
    top: 0;
    position: absolute;
    content: "";
}

.target_audience_I li:hover {
    border-color: rgba(rgb(204,162,131,0.5), 0.3);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 12px 12px rgba(0, 0, 0, 0.05),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}

.target_audience_I li svg {
    fill: rgb(204,162,131);
    height: 60px;
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
    width: 60px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
}

.target_audience_I li svg path {
    fill: rgb(204,162,131);
    transition: fill 0.3s ease;
}

.target_audience_I li:hover svg path {
    fill: rgb(225,195,173);
}

.target_audience_I li:nth-child(odd) {
    transform: translateX(-20px);
}

.target_audience_I li:nth-child(odd):hover {
    transform: translateX(-20px) translateY(-10px);
}

.who_we_are_t::before {
    background: linear-gradient(135deg, rgb(225,195,173,0.5), rgba(20, 30, 60, 0.85), rgba(40, 50, 80, 0.82));
    backdrop-filter: blur(3px);
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    content: "";
}

.who_we_are_t .container {
    padding: 0 20px;
    z-index: 5;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}

.who_we_are_t h2::before {
    position: absolute;
    background: rgb(204,162,131);
    content: "";
    width: 40%;
    bottom: -10px;
    height: 3px;
    transform-origin: left;
    animation: expandLine 1.5s forwards ease-out;
    left: 0;
}

.who_we_are_t .text_panel_d {
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
    overflow: hidden;
    transform: perspective(1000px) rotateY(-1deg);
    padding: 30px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2), 0 5px 15px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 4px solid rgb(204,162,131);
    position: relative;
    backdrop-filter: blur(8px);
}

.who_we_are_t .text_panel_d > div {
    position: relative;
}

.who_we_are_t .text_panel_d p {
    transform: translateZ(0);
    font-weight: 600;
    position: relative;
    display: inline-block;
    font-size: calc(20px * 1.1);
    margin-bottom: 20px;
    color: #ffffff;
}

.who_we_are_t .text_panel_d div div {
    column-gap: 40px;
    font-size: 15px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
    text-align: justify;
    transition: all 0.5s ease;
    position: relative;
    line-height: 1.7;
    column-count: 1;
}

.title_opener_q .pic_card_7 {
    height: 100%;
    transform: scale(1.05);
    z-index: 0;
    width: 100%;
    filter: brightness(0.7) contrast(1.1);
    left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
    top: 0;
    position: absolute;
}

.title_opener_q .learning_dna_C {
    transform: translateY(0);
    flex-direction: column;
    color: #ffffff;
    padding: 2rem;
    width: 100%;
    align-items: center;
    display: flex;
    animation: slideUp 1s ease-out forwards;
    justify-content: center;
    position: relative;
    z-index: 2;
}

.title_opener_q h1::after {
    background: rgb(225,195,173);
    animation: expandWidth 0.7s ease-out 0.5s forwards;
    left: 50%;
    content: '';
    transform: translateX(-50%) scaleX(0);
    position: absolute;
    height: 3px;
    bottom: -10px;
    width: 60%;
}

.title_opener_q .text_panel_d p {
    color: #ffffff;
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    text-align: center;
    margin-bottom: 2rem;
    line-height: 1.5;
    font-size: calc(14px * 1.2);
}

.title_opener_q .edu_welcome_r svg {
    width: 120px;
    filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.2));
    height: 120px;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title_opener_q .edu_welcome_r svg path {
    transition: fill 0.3s ease-out;
    fill: rgb(94,170,168);
}

.title_opener_q .edu_welcome_r svg:hover text {
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.3));
    fill: rgb(225,195,173);
}

.title_opener_q .inquiry_query_L {
    background: rgb(225,195,173);
    font-size: 20px;
    position: relative;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(94, 170, 168, 0.4), 
                0 8px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    color: #ffffff;
    padding: 1rem 2rem;
    display: inline-block;
    font-weight: 600;
    z-index: 1;
    border-radius: 10px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.title_opener_q .inquiry_query_L:hover::before {
    transform: translateX(200%) skewX(-25deg);
}

.title_opener_q .inquiry_query_L:active {
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(94, 170, 168, 0.4);
}

.teacher_profile_o::before {
    animation: pulse 8s infinite alternate;
    top: -10%;
    content: "";
    z-index: 1;
    height: 120%;
    transform: rotate(-15deg);
    background: rgb(204,162,131,0.5);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0 100%);
    left: -10%;
    position: absolute;
    width: 70%;
}

.teacher_profile_o .student_perspectives_H:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}

.teacher_profile_o .pic_card_7::after {
    left: 0;
    background: linear-gradient(45deg, rgb(225,195,173,0.5) 0%, transparent 70%);
    border-radius: 10px;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.teacher_profile_o .work_details_M {
    transition: transform 0.5s ease;
    position: relative;
    padding: 2rem;
    border-radius: 21px;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    transform: translateY(30px) rotate(2deg);
    background: #ffffff;
}

.teacher_profile_o .name::after {
    left: 0;
    transition: transform 0.3s ease;
    transform-origin: left;
    height: 3px;
    bottom: -8px;
    transform: scaleX(0.6);
    content: "";
    width: 60px;
    position: absolute;
    background: linear-gradient(90deg, rgb(204,162,131) 0%, rgb(225,195,173) 100%);
}

.teacher_profile_o .student_perspectives_H:hover .work_details_M > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}

.teacher_profile_o .work_box_3::before {
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom, rgb(225,195,173), rgb(204,162,131));
    width: 3px;
    content: "";
}

.education_framework_4::before {
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(225,195,173,0.5), 0.05) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgba(rgb(204,162,131,0.5), 0.08) 0%, transparent 70%);
    z-index: -1;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.education_framework_4 .learning_dna_C {
    position: relative;
    padding: 0 25px;
    margin: 0 auto;
    max-width: 1200px;
}

.education_framework_4 .learning_dna_C::before {
    background: linear-gradient(225deg, rgb(204,162,131) 0%, transparent 80%);
    left: 0;
    width: 200px;
    bottom: -40px;
    filter: blur(20px);
    position: absolute;
    z-index: -1;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 200px;
    opacity: 0.05;
    content: "";
}

.education_framework_4:hover h2 {
    transform: translateX(0);
}

.education_framework_4:hover h2::after {
    transform: scaleX(1.4);
}

.education_framework_4 .text_panel_d {
    border-left: 4px solid rgb(225,195,173);
    padding: 40px 50px;
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    position: relative;
    transform: translateY(0);
    backdrop-filter: blur(10px);
}

.education_framework_4 .text_panel_d:hover {
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.08),
        0 2px 5px rgba(0, 0, 0, 0.05);
    transform: translateY(-5px);
}

.privacy_guardhouse_e {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    width: 100%;
    background-color: rgb(204,162,131);
    height: 100%;
    overflow: hidden;
    color: #ffffff;
    padding: 30px;
    font-family: Arial, sans-serif;
}

.privacy_guardhouse_e h2 {
    color: #ffffff;
    font-size: 29px;
    font-weight: 600;
    margin-top: 25px;
    text-shadow: 0 0 5px rgb(204,162,131);
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.privacy_guardhouse_e ul, .privacy_guardhouse_e ol {
    padding-left: 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    list-style-position: inside;
    padding: 10px 0;
}

.privacy_guardhouse_e section {
    padding: 20px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.plan_3 {
    overflow: hidden;
    background-color: rgb(240,225,214);
    padding: 6rem 0;
    position: relative;
}

.plan_3::before {
    left: 0;
    pointer-events: none;
    content: "";
    z-index: 1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    background: linear-gradient(135deg, rgb(225,195,173,0.5) 0%, transparent 70%);
}

.plan_3 .container {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.plan_3 .basic_rates_8 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}

.plan_3 .study_sub_v::before {
    width: 40px;
    background-color: rgb(225,195,173);
    transform: rotate(45deg);
    left: -20px;
    top: 20px;
    z-index: -1;
    height: 40px;
    position: absolute;
    content: "";
}

.plan_3 .study_sub_v h2 {
    transform: perspective(800px) translateZ(30px);
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 1.5rem;
}

.plan_3 .study_sub_v .price_grid_W {
    max-width: 80%;
    line-height: 1.6;
    color: #000000;
    font-size: 16px;
}

.plan_3 .plan_cost_T {
    display: block;
    text-decoration: none;
    color: inherit;
    transform-style: preserve-3d;
    transition: all 0.4s ease;
    position: relative;
}

.plan_3 .plan_cost_T:hover .indv_sub_X {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(225,195,173,0.5);
    transform: translateZ(20px);
}

.plan_3 .plan_cost_T:hover .indv_sub_X {
    transform: rotate(0) translateZ(20px);
}

.plan_3 .plan_cost_T:nth-child(odd) .indv_sub_X {
    transform: rotate(-1deg);
}

.plan_3 .plan_cost_T:nth-child(even) .indv_sub_X {
    transform: rotate(1deg);
}

.plan_3 .fee_choices_z::before {
    height: 100%;
    position: absolute;
    width: 100%;
    content: "";
    top: 0;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    left: 0;
    z-index: -1;
}

.plan_3 .plan_cost_T:hover .fee_choices_z h3 {
    transform: translateZ(25px);
}

.plan_3 .fee_choices_z h3::after {
    height: 3px;
    content: "";
    bottom: -8px;
    position: absolute;
    width: 40px;
    left: 0;
    background: rgb(225,195,173);
    transition: width 0.3s ease;
}

.plan_3 .training_fees_6::before {
    background: linear-gradient(90deg, rgb(225,195,173,0.5), transparent);
    bottom: -8px;
    width: 80px;
    left: 0;
    content: "";
    position: absolute;
    height: 2px;
}

.plan_3 .pic_card_7 {
    position: relative;
    width: 100%;
    overflow: hidden;
    transform: translateZ(0);
    transition: transform 0.5s ease;
    height: 200px;
}

.plan_3 .pic_card_7::before {
    left: 0;
    opacity: 0.15;
    z-index: 1;
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    background: rgb(225,195,173);
    position: absolute;
    content: "";
}


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



@media (max-width: 1200px) {.art_portal_o .container {
    gap: 2rem;
}.art_portal_o .company_holder {
    flex: 1 1 320px;
}.art_portal_o .subscr_info_h {
    min-width: 320px;
    flex: 1 1 calc(100% - 370px);
}
}



@media (max-width: 768px) {.art_portal_o {
    padding: 3rem 0 1.5rem;
}.art_portal_o .company_holder,
    .art_portal_o .nav_section_O {
    padding: 1.5rem;
}.art_portal_o .head_study_T {
    gap: 1.5rem;
}.art_portal_o .company_holder h3 {
    font-size: calc(29px - 2px);
}.art_portal_o .nav_section_O h5 {
    font-size: calc(20px - 1px);
}.art_portal_o .company_holder:hover,
    .art_portal_o .nav_section_O:hover {
    transform: translateY(-3px);
}
}



@media (max-width: 991px) {.thankYouHub_Z {
    padding: 4rem 1.5rem;
}.thankYouHub_Z h2 {
    font-size: calc(30px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.thankYouHub_Z .learning_dna_C {
    padding: 2rem;
}
}



@media (max-width: 767px) {.thankYouHub_Z {
    padding: 3rem 1rem;
}.thankYouHub_Z h2 {
    border-left: 3px solid rgb(225,195,173);
    padding-left: 1rem;
    font-size: calc(30px * 0.8);
    margin-bottom: 1.5rem;
}.thankYouHub_Z .learning_dna_C {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.thankYouHub_Z li::before {
    left: -1rem;
}
}



@media (hover: hover) {.thankYouHub_Z .learning_dna_C {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}




@media (max-width: 991px) {.program_offerings_L {
    padding: 60px 0;
}.program_offerings_L .learning_dna_C {
    padding: 30px;
    gap: 30px;
    grid-template-columns: 1fr;
}.program_offerings_L .training_flow_K {
    padding-right: 0;
    text-align: center;
}.program_offerings_L h3::after {
    left: 50%;
    transform: translateX(-50%);
}.program_offerings_L .pic_card_7 {
    min-height: 300px;
}
}



@media (max-width: 576px) {.program_offerings_L {
    padding: 30px 0;
}.program_offerings_L .learning_dna_C {
    gap: 20px;
    padding: 20px;
}.program_offerings_L .top_main_r {
    margin-bottom: 15px;
}.program_offerings_L h3 {
    font-size: calc(36px * 0.7);
    padding-bottom: 10px;
    margin-bottom: 15px;
}.program_offerings_L p {
    font-size: calc(14px * 0.9);
}.program_offerings_L .pic_card_7 {
    min-height: 200px;
}}



@media (max-width: 767px) {.newsletter_subscription_E {
    padding: 2.5rem 0;
}.newsletter_subscription_E .learning_dna_C {
    border-left: 3px solid rgb(225,195,173);
    transform: none;
    padding: 2rem;
}.newsletter_subscription_E .input_holder {
    flex-direction: column;
}.newsletter_subscription_E .updates_entry_b {
    padding: 1rem 1.25rem;
}.newsletter_subscription_E .news_block_d {
    width: 100%;
    padding: 1rem;
}.newsletter_subscription_E h3 {
    font-size: calc(17px * 1.1);
}.newsletter_subscription_E h3::after {
    width: 60px;
    bottom: -8px;
}
}


@media only screen and (max-width: 800px) {.cookie_visitor_7 {
    display: none;
}.cookie_reset_J {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_control_j {
    text-align: center;
    margin-bottom: 20px;
}.cookie_popup_overlay_L h5, .cookie_popup_overlay_L p {
    text-align: center;
}.cookie_none_J {
    margin-top: 10px;
    text-align: center;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 768px) {.learning_impact_K .pic_card_7 {
    height: 300px;
}.learning_impact_K .text_panel_d {
    width: 85%;
    padding: 2rem;
}.learning_impact_K h2 {
    font-size: calc(31px * 0.9);
}.learning_impact_K .text_main_holder > div {
    padding: 1.2rem 1.5rem;
}
}



@media (max-width: 576px) {.learning_impact_K .pic_card_7 {
    height: 250px;
}.learning_impact_K .text_panel_d {
    margin: -30px auto 2rem;
    width: 90%;
    padding: 1.5rem;
}.learning_impact_K .text_main_holder > div {
    padding: 1rem 1.2rem;
}.learning_impact_K .text_main_holder svg {
    margin-right: 1rem;
    height: 2rem;
    width: 2rem;
}}



@media (max-width: 767px) {.try_immediately_d {
    padding: 80px 0;
}.try_immediately_d .container p {
    font-size: 21px;
    margin-bottom: 60px;
    clip-path: polygon(
            0% 0%, 
            100% 0%, 
            100% 90%, 
            90% 100%, 
            0% 100%
        );
    padding: 30px;
}.try_immediately_d .inquiry_query_L {
    padding: 15px 35px;
    transform: rotate(-1deg);
}.try_immediately_d .container p::before {
    width: 30px;
    height: 30px;
}
}



@media (max-width: 992px) {.contact_section_8 {
    padding: 70px 0;
}.contact_section_8 .query_message_m {
    flex-direction: column;
}.contact_section_8 .pic_card_7 {
    min-height: 300px;
    flex: 0 0 auto;
}.contact_section_8 .feedback_links_V {
    padding: 40px 30px 50px;
    flex: 0 0 auto;
}
}



@media (max-width: 768px) {.contact_section_8 {
    padding: 60px 0;
}.contact_section_8 h2 {
    font-size: calc(30px - 4px);
    margin-bottom: 40px;
}.contact_section_8 .feedback_links_V {
    padding: 35px 25px 45px;
}.contact_section_8 #contact {
    gap: 20px;
}.contact_section_8 .pic_card_7 {
    min-height: 250px;
}
}



@media (max-width: 576px) {.contact_section_8 {
    padding: 50px 0;
}.contact_section_8 .container {
    padding: 0 15px;
}.contact_section_8 h2 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.contact_section_8 .feedback_links_V {
    padding: 30px 20px 40px;
}.contact_section_8 .inquiry_query_L {
    width: 100%;
}.contact_section_8 .pic_card_7 {
    min-height: 200px;
}}


@media (max-width: 991px) {.support_S {
    padding: 5rem 0;
}.support_S .reach_team_v > span {
    flex: 1 0 calc(50% - 2rem);
}.support_S .edu_query_i h3 {
    font-size: calc(45px * 0.9);
    max-width: 90%;
}.support_S .quick_contact_U {
    max-width: 100%;
}.support_S .reach_team_v > span svg {
    right: 1.2rem;
    height: 22px;
    top: 1.2rem;
    width: 22px;
}.support_S .message_request_u h4 svg {
    height: 20px;
    width: 20px;
}
}


@media (max-width: 575px) {.support_S {
    padding: 3rem 0;
}.support_S .edu_query_i h3 {
    margin-bottom: 2rem;
    font-size: 37px;
}.support_S .quick_contact_U {
    margin-bottom: 2rem;
}.support_S .reach_team_v {
    margin: -0.5rem;
}.support_S .reach_team_v > span {
    margin: 0.5rem;
    padding: 1.5rem;
}.support_S .message_request_u {
    margin-top: 2rem;
    padding: 1.5rem;
}.support_S .message_request_u span {
    padding: 0.3rem 0.7rem;
    margin: 0.3rem 0.5rem 0.3rem 0;
}.support_S .reach_team_v > span svg {
    height: 18px;
    right: 0.8rem;
    top: 0.8rem;
    width: 18px;
}.support_S .message_request_u h4 svg {
    width: 18px;
    height: 18px;
}.support_S .message_request_u span svg {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}}



@media (max-width: 480px) {header .header_main_o {
    padding: 0.7rem 0;
}header .header_main_o svg {
    width: 110px;
}header .nav_section_O {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 0.7rem 2%;
}header .nav_section_O::-webkit-scrollbar {
    height: 3px;
}header .nav_section_O::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(225,195,173);
}header .top_study_h {
    font-size: calc(17px - 1px);
    padding: 0.45rem 0.9rem;
    margin-right: 2px;
    white-space: nowrap;
    flex-shrink: 0;
}}



@media (max-width: 991px) {.target_audience_I {
    padding: 4rem 0;
}.target_audience_I ul {
    gap: 1.5rem;
}.target_audience_I h3 {
    margin-bottom: 3rem;
    font-size: calc(33px * 0.9);
    padding: 0.8rem 2rem;
}.target_audience_I li {
    padding: 1.5rem;
}.target_audience_I li svg {
    width: 50px;
    margin-bottom: 1rem;
    height: 50px;
}
}



@media (max-width: 768px) {.target_audience_I {
    padding: 3rem 0;
}.target_audience_I .learning_dna_C {
    padding: 0 1.5rem;
}.target_audience_I h3 {
    font-size: calc(33px * 0.8);
    padding: 0.7rem 1.5rem;
    margin-bottom: 2.5rem;
}.target_audience_I li {
    padding: 1.25rem;
}.target_audience_I li:nth-child(even),
    .target_audience_I li:nth-child(odd) {
    transform: translateX(0);
}.target_audience_I li:nth-child(even):hover,
    .target_audience_I li:nth-child(odd):hover {
    transform: translateY(-5px);
}.target_audience_I li svg {
    width: 40px;
    height: 40px;
}
}



@media (min-width: 768px) {.who_we_are_t {
    padding: 150px 0 100px;
}.who_we_are_t h2 {
    margin-bottom: 60px;
}.who_we_are_t .text_panel_d {
    padding: 40px 50px;
    transform: perspective(1200px) rotateY(-1deg);
}.who_we_are_t .text_panel_d div div {
    column-count: 2;
}
}



@media (max-width: 767px) {.who_we_are_t {
    padding: 90px 0 60px;
}.who_we_are_t .container {
    padding: 0 15px;
}.who_we_are_t h2 {
    font-size: calc(36px * 0.9);
    margin-bottom: 30px;
}.who_we_are_t .text_panel_d {
    padding: 25px 20px;
    transform: perspective(800px) rotateY(-1deg);
}.who_we_are_t .text_panel_d p {
    font-size: 20px;
}.who_we_are_t .text_panel_d div div {
    line-height: 1.6;
    font-size: calc(15px * 0.95);
}
}



@media (max-width: 991px) {.title_opener_q {
    min-height: 100vh;
    height: auto;
}.title_opener_q .pic_card_7 {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
}.title_opener_q .learning_dna_C {
    padding-top: 4rem;
    padding-bottom: 4rem;
}.title_opener_q h1 {
    font-size: calc(47px * 1.1);
}.title_opener_q .text_panel_d p {
    font-size: 14px;
}.title_opener_q .edu_welcome_r svg {
    width: 100px;
    height: 100px;
}
}



@media (max-width: 480px) {.title_opener_q h1 {
    font-size: calc(47px * 0.9);
}.title_opener_q .text_panel_d p {
    font-size: calc(14px * 0.85);
}.title_opener_q .edu_welcome_r svg {
    height: 80px;
    width: 80px;
}.title_opener_q .inquiry_query_L {
    font-size: calc(20px * 0.85);
    padding: 0.7rem 1.3rem;
}.title_opener_q h1::after {
    width: 80%;
}}



@media screen and (max-width: 768px) {.education_framework_4 {
    padding: 60px 0 50px;
}.education_framework_4::after {
    top: -3%;
    right: -10%;
    width: 50%;
}.education_framework_4 h2 {
    transform: translateX(0);
    font-size: calc(37px * 0.8);
    margin-bottom: 30px;
}.education_framework_4 h2::after {
    width: 60px;
}.education_framework_4 .text_panel_d {
    padding: 30px 25px;
}.education_framework_4 .text_panel_d::before {
    top: -15px;
    right: 20px;
    height: 40px;
    width: 40px;
}.education_framework_4 p {
    font-size: calc(12px * 0.95);
}
}



@media only screen and (max-width: 800px) {.privacy_guardhouse_e {
    padding: 20px;
}.privacy_guardhouse_e h1 {
    font-size: calc(19px - 10%);
}.privacy_guardhouse_e h2 {
    font-size: calc(19px - 10%);
}.privacy_guardhouse_e h3, .privacy_guardhouse_e h4, .privacy_guardhouse_e h5, .privacy_guardhouse_e h6 {
    font-size: calc(19px - 10%);
}.privacy_guardhouse_e li {
    font-size: calc(14px - 10%);
}}



@media (min-width: 1200px) {.plan_3 .training_sub_t {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.plan_3 .fee_choices_z {
    min-height: 300px;
}
}



@media (max-width: 991px) {.plan_3 {
    padding: 4rem 0;
}.plan_3 .study_sub_v {
    order: -1;
}.plan_3 .study_sub_v h2 {
    font-size: calc(32px * 0.9);
}.plan_3 .study_sub_v .price_grid_W {
    max-width: 100%;
}
}



@media (max-width: 480px) {.plan_3 .fee_choices_z p {
    font-size: calc(16px * 0.9);
}.plan_3 .fee_choices_z h3 {
    font-size: 23px;
}.plan_3 .training_fees_6 {
    font-size: calc(23px * 1.3);
}.plan_3 .pic_card_7 {
    height: 160px;
}
}

@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}



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

@keyframes pulseLight {
    0% {
        transform: scale(1);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.3;
    }
    100% {
        transform: scale(1);
        opacity: 0.2;
    }
}



@keyframes scanlines {
    0% {
        background-position: 0 0, 15px 0;
    }
    100% {
        background-position: 300px 300px, 315px 300px;
    }
}

@keyframes slideIn {
    from {
        bottom: -100px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}



@keyframes glowLine {
    0% {
        opacity: 0.6;
        box-shadow: 0 0 5px rgba(rgb(204,162,131,0.5), 0.5);
    }
    100% {
        opacity: 1;
        box-shadow: 0 0 15px rgba(rgb(225,195,173,0.5), 0.8);
    }
}



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



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



@keyframes scaleIn {
    from {
        transform: scale(0.9);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}



@keyframes pulse {
    0% {
        opacity: 0.2;
    }
    50% {
        opacity: 0.3;
    }
    100% {
        opacity: 0.1;
    }
}

