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

.media_kit_jCy {
    flex: 0 0 auto;
}

.media_kit_jCy {
    padding: 80px 0 40px;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    z-index: 1;
}

.newsletter_signup_XVz .knowledge_hub_niA {
    justify-content: center;
    z-index: 1;
    position: relative;
    transform-style: preserve-3d;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    display: flex;
}

.newsletter_signup_XVz h3::after {
    background: #ffffff;
    height: 20px;
    bottom: -20px;
    position: absolute;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    width: 100%;
    left: 0;
    content: "";
}

.newsletter_signup_XVz input[type="email"]:focus {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(151,146,175,0.5);
    transform: scale(1.02);
    outline: none;
}

.newsletter_signup_XVz .news_alert_MIU::before {
    content: "";
    height: 100%;
    z-index: -1;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    top: 0;
    width: 100%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to right, rgb(151,146,175), rgb(101,93,142));
}

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

.program_overview_LzC .study_route_ghB {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.3),
        5px 5px 15px rgba(0, 0, 0, 0.2);
    border-radius: 0 21px 21px 0;
    overflow: hidden;
    position: relative;
    grid-area: info;
    padding: 3.5rem 3rem 3.5rem 5rem;
    z-index: 3;
    transform: translateX(-40px);
    backdrop-filter: blur(8px);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.08) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
}

.program_overview_LzC .top_head_BPK::after {
    position: absolute;
    border-radius: 8px;
    inset: 0;
    z-index: -1;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}

.program_overview_LzC h3 {
    transform: skew(-2deg);
    color: #ffffff;
    position: relative;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.8rem;
    font-size: 37px;
    line-height: 1.3;
    font-weight: 700;
}

.program_overview_LzC .img_img_pPa {
    box-shadow: 
        -15px 15px 30px rgba(0, 0, 0, 0.3),
        -5px 5px 15px rgba(0, 0, 0, 0.2),
        inset 0 0 20px rgba(0, 0, 0, 0.4);
    border-radius: 21px 0 0 21px;
    overflow: hidden;
    position: relative;
    grid-area: photo;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: perspective(1000px) rotateY(5deg);
    z-index: 2;
    height: 460px;
}

.title_opener_SNo {
    min-height: 100vh;
    align-items: center;
    position: relative;
    display: flex;
    padding: 4rem 1rem;
    background: linear-gradient(135deg, rgb(192,188,200), rgb(151,146,175,0.5));
    width: 100%;
    overflow: hidden;
    justify-content: center;
}

.title_opener_SNo .start_primary_AaS:hover::after {
    width: 120px;
}

.title_opener_SNo .learn_head_tWk {
    padding: 3rem;
    transition: transform 0.4s ease-out;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 14px;
    overflow: hidden;
}

.title_opener_SNo .learn_head_tWk p {
    line-height: 1.5;
    font-weight: 600;
    color: #000000;
    font-size: calc(14px * 1.1);
    margin: 0;
}

.appSpot_PCg {
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(151,146,175,0.5) 0%, rgb(192,188,200) 40%, rgb(101,93,142,0.5) 100%);
    position: relative;
}

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

.appSpot_PCg h2 {
    color: #000000;
    font-weight: 700;
    transform: translateY(20px);
    font-size: 28px;
    animation: fadeUpIn 0.8s 0.2s forwards ease-out;
    position: relative;
    opacity: 0;
    margin-bottom: 3rem;
    font-family: Arial, sans-serif;
    text-align: center;
}

.appSpot_PCg .knowledge_hub_niA:hover {
    transform: perspective(1000px) rotateX(0deg);
}

.appSpot_PCg ul::before {
    height: 0;
    background: linear-gradient(to bottom, rgb(151,146,175), rgb(101,93,142));
    content: "";
    width: 4px;
    position: absolute;
    left: -20px;
    top: 0;
    animation: growHeight 1.5s 1s forwards ease-in-out;
}

.user_reviews_lZX {
    position: relative;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,188,200) 0%, rgb(101,93,142,0.5) 100%);
}

.user_reviews_lZX h2::after {
    height: 4px;
    width: 80px;
    position: absolute;
    border-radius: 10px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(151,146,175), rgb(101,93,142));
}

.user_reviews_lZX .review_carousel_lTZ::before {
    top: -30px;
    position: absolute;
    right: 20px;
    font-family: Arial, sans-serif;
    z-index: 0;
    font-size: 150px;
    color: rgb(151,146,175,0.5);
    line-height: 1;
    content: "";
    opacity: 0.2;
}

.user_reviews_lZX .review_carousel_lTZ:hover::after {
    transform: scaleX(1);
}

.user_reviews_lZX .review_carousel_lTZ h3::before {
    background-color: rgb(151,146,175);
    position: absolute;
    left: 0;
    height: 2px;
    transition: width 0.3s ease;
    bottom: -5px;
    transform-origin: left;
    width: 25px;
    content: "";
}

.potential_enrollees_amR {
    padding: 6rem 0;
    background-color: rgb(192,188,200);
    overflow: hidden;
    position: relative;
}

.potential_enrollees_amR h3 {
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 4rem;
    text-align: center;
    color: rgb(151,146,175);
    position: relative;
    letter-spacing: 2px;
}

.potential_enrollees_amR li {
    border-radius: 23px;
    background-color: rgba(255, 255, 255, 0.9);
    flex-direction: column;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    backdrop-filter: blur(10px);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    text-align: center;
    padding: 2.5rem 2rem;
    overflow: hidden;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.02);
    display: flex;
    align-items: center;
}

.potential_enrollees_amR li {
    font-size: calc(16px * 1.1);
    font-weight: 300;
    margin-top: 1rem;
    color: #000000;
    line-height: 1.7;
}

.potential_enrollees_amR li:nth-child(1) {
    animation-delay: 0s;
}

.potential_enrollees_amR li:nth-child(3) {
    animation-delay: 0.6s;
}

.about_this_aYw::after {
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    bottom: 0;
    background-color: rgb(101,93,142,0.5);
    z-index: 1;
    width: 30%;
    left: 0;
    height: 40%;
    content: "";
    position: absolute;
}

.about_this_aYw .skill_lab_fdh:hover .img_img_pPa {
    transform: translate(8px, -8px);
}

.about_this_aYw .skill_lab_fdh:hover .skill_studio_qed {
    transform: translateY(-5px);
}

.about_this_aYw .academy_track_MXG {
    margin: 0 0 8px 0;
    font-weight: 700;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 18px;
}

.about_this_aYw .success_metric_ULH {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}



.media_kit_jCy .container {
    position: relative;
    justify-content: space-between;
    display: flex;
}

.media_kit_jCy .company_holder::after {
    content: '';
    right: 0;
    background: linear-gradient(to bottom, transparent, rgb(151,146,175), transparent);
    width: 1px;
    height: 80%;
    position: absolute;
    top: 10%;
}

.media_kit_jCy .gdpr_block_Wmh:hover {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.12);
    transform: translateY(-2px) translateZ(0);
}

.media_kit_jCy .head_site_ARC::before {
    inset: 0;
    content: '';
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.6s ease;
}

.media_kit_jCy .head_site_ARC .nav_main_RAt {
    flex-direction: column;
    display: flex;
    gap: 12px;
}

.media_kit_jCy .head_site_ARC .nav_main_RAt a:hover {
    color: #ffffff;
    opacity: 1;
    padding-left: 5px;
}

.site_map_wuE {
    padding: 15px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(10px);
}

.site_map_wuE .footer_account_fub:hover {
    opacity: 1;
}

.media_kit_jCy .company_holder h3:hover::before {
    left: 100%;
}

.educational_yield_nQU {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(245,248,255,1) 0%, rgba(235,241,255,1) 100%);
}

.educational_yield_nQU::after {
    bottom: -5%;
    content: '';
    width: 60%;
    right: -10%;
    position: absolute;
    clip-path: polygon(20% 0, 100% 0, 100% 100%, 0% 100%);
    transform: rotate(15deg) skewX(-5deg);
    height: 70%;
    z-index: 1;
    background: linear-gradient(240deg, rgb(101,93,142,0.5) 0%, transparent 70%);
}

.educational_yield_nQU h4 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin: 0 0 30px;
    line-height: 1.3;
    font-size: 19px;
}

.educational_yield_nQU .text_wrapper_qyA > div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}

.educational_yield_nQU li p {
    align-items: flex-start;
    display: flex;
    color: #000000;
    line-height: 1.6;
    margin: 0;
    font-size: 15px;
    gap: 15px;
}

.educational_yield_nQU li:hover svg path {
    fill: rgb(101,93,142);
}

header .top_primary_bMh {
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
}

header .top_primary_bMh::after {
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(101,93,142));
    filter: blur(5px);
    height: 5px;
    width: 30%;
    position: absolute;
    bottom: -10px;
    content: "";
}

header .top_primary_bMh .top_head_BPK .header_primary_qlg svg {
    height: 45px;
    width: auto;
}

header .top_primary_bMh .head_site_ARC .nav_master_hGL {
    position: relative;
    margin: 0 3px;
}

header .top_primary_bMh .head_site_ARC .nav_master_hGL a {
    padding: 8px 15px;
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    overflow: hidden;
    position: relative;
    font-family: Arial, sans-serif;
    display: block;
    border-radius: 10px;
    color: #000000;
    font-size: 13px;
}

header .top_primary_bMh .head_site_ARC .nav_master_hGL:active a::after {
    opacity: 0.3;
    transform: translate(-50%, -50%) scale(1);
}

.contact_LsA::before {
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(circle at 10% 20%, transparent 0%, rgb(101,93,142,0.5) 40%, transparent 60%);
    content: '';
    position: absolute;
    opacity: 0.6;
    animation: pulse 15s infinite alternate;
    left: 0;
}

.contact_LsA .get_helpdesk_vjB:hover::before {
    transform: translateY(0);
}

.contact_LsA .get_helpdesk_vjB::after {
    border-radius: 50%;
    right: 0;
    opacity: 0.2;
    position: absolute;
    background: linear-gradient(135deg, transparent 50%, rgb(151,146,175,0.5) 100%);
    bottom: 0;
    content: '';
    z-index: -1;
    transform: translate(50%, 50%);
    width: 100px;
    height: 100px;
}

.contact_LsA .get_helpdesk_vjB p {
    line-height: 1.5;
    display: flex;
    color: #000000;
    margin-bottom: 15px;
    align-items: center;
}

.contact_LsA .ask_feedback_lZU span {
    font-size: calc(13px * 0.9);
    transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #000000;
}

.contact_LsA .contact_form_TGY a:hover::before {
    transform: scale(1.2);
    background: rgb(151,146,175);
}

.contact_LsA .contact_form_TGY a p {
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
    color: #000000;
    margin-bottom: 0;
    position: relative;
}

.contact_LsA .get_helpdesk_vjB .img_img_pPa:hover::before {
    opacity: 1;
}

.contact_LsA .contact_form_TGY svg {
    position: absolute;
    left: 5px;
    width: 20px;
    z-index: 2;
    height: 20px;
    transition: all 0.3s ease;
    top: 10px;
}

.contact_LsA .contact_form_TGY a:hover svg {
    transform: rotate(5deg) scale(1.1);
}

.privacy_refuge_msD h2 {
    font-family: Arial, sans-serif;
    font-weight: 600;
    font-size: 32px;
    border-radius: 10px;
    padding-bottom: 5px;
    margin-top: 0;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px;
    text-align: left;
    color: #ffffff;
    background: rgb(101,93,142);
    padding: 10px;
}

.privacy_refuge_msD li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
    line-height: 1.6;
}

.education_history_JRN {
    perspective: 1000px;
    background: linear-gradient(90deg, rgb(192,188,200) 30%, rgb(101,93,142,0.5) 100%);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}

.education_history_JRN .img_img_pPa {
    z-index: 2;
    border-radius: 0;
    transform: translateZ(30px);
    position: relative;
    box-shadow: 25px 25px 50px rgba(0, 0, 0, 0.5);
    clip-path: polygon(0 0, 100% 15%, 100% 100%, 0% 85%);
    transform-style: preserve-3d;
    transition: all 0.7s ease;
    height: 450px;
}

.education_history_JRN .emp_block_Ovr div:nth-child(2) {
    transform: translateZ(15px);
    margin-bottom: 2rem;
    transition: transform 0.5s ease 0.1s;
    font-weight: 600;
    font-size: 23px;
    color: rgb(101,93,142);
}

.education_history_JRN .review_carousel_lTZ:hover .img_img_pPa {
    transform: translateZ(50px) translateX(-20px);
}

.education_history_JRN .review_carousel_lTZ:hover .name {
    transform: translateZ(40px);
}

.pricing_cluster_XWs::before {
    position: absolute;
    left: 0;
    content: "";
    z-index: -1;
    background: linear-gradient(135deg, rgb(151,146,175,0.5), rgba(0, 0, 0, 0.5) 70%);
    width: 100%;
    height: 100%;
    top: 0;
}

.pricing_cluster_XWs .discount_plan_lOL {
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    opacity: 0.9;
    letter-spacing: 0.3px;
    text-align: center;
    color: #ffffff;
    font-size: calc(13px + 2px);
    margin: 0 auto 50px;
    max-width: 700px;
    line-height: 1.6;
    font-weight: 400;
}

.pricing_cluster_XWs .price_schemes_eJt {
    flex-direction: column;
    flex-grow: 1;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.85));
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
}

.pricing_cluster_XWs .cost_rates_tKZ {
    flex-direction: column;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 35px 25px;
    flex-grow: 1;
}

.pricing_cluster_XWs .cost_rates_tKZ h4::after {
    border-radius: 2px;
    bottom: -8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    width: 40px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(151,146,175);
    height: 3px;
}

.track_ack_JlR {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 30px;
    align-items: center;
    margin: auto;
}

.cookieAlertContainer_Rrp h5 {
    font-size: 22px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 6px;
    font-weight: 700;
    color: #ffffff;
}

.data_approval_hZE {
    padding: 10px 20px;
    transition: background 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 18px;
    line-height: 35px;
    margin-left: 20px;
    border-radius: 28px;
    cursor: pointer;
    text-decoration: none;
    color: #ffffff;
    box-shadow: rgb(151,146,175,0.5) 0px 4px 10px 0px;
    background: rgb(151,146,175);
}


#cookieConsentAlert_gKZ {
    display: none;
}

.contact_panel_HEw::before {
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgba(rgb(151,146,175), 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(rgb(101,93,142), 0.05) 0%, transparent 50%);
    left: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
}

.contact_panel_HEw .request_block_ZNL {
    display: flex;
    margin-top: 60px;
    border-radius: 16px;
    background: #ffffff;
    perspective: 1000px;
    position: relative;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.contact_panel_HEw .img_img_pPa::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    mix-blend-mode: multiply;
    background: linear-gradient(210deg, rgba(rgb(151,146,175), 0.5), rgba(rgb(101,93,142), 0.5));
}

.contact_panel_HEw form {
    position: relative;
    z-index: 3;
}

.contact_panel_HEw form h3::after {
    width: 30px;
    bottom: -15px;
    left: 0;
    content: "";
    position: absolute;
    background: rgb(151,146,175);
    height: 2px;
}

.contact_panel_HEw form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}

.contact_panel_HEw .help_widget_dYA {
    margin-bottom: 30px;
    display: flex;
    position: relative;
}

.contact_panel_HEw .help_widget_dYA input[type="checkbox"]:checked + label::before {
    border-color: rgb(151,146,175);
    background: rgb(151,146,175);
}

.contact_panel_HEw .help_widget_dYA label a::after {
    background: rgb(151,146,175);
    position: absolute;
    transform-origin: right;
    transition: transform 0.3s ease;
    content: "";
    transform: scaleX(0);
    bottom: -2px;
    height: 1px;
    left: 0;
    width: 100%;
}

.contact_panel_HEw .reach_map_qXr:hover::before {
    opacity: 1;
}

.contact_panel_HEw .reach_map_qXr:hover::after {
    opacity: 0;
    transform: scale(4);
}

.contact_panel_HEw svg {
    filter: drop-shadow(0 2px 2px rgba(rgb(151,146,175), 0.3));
    stroke-width: 2;
    width: 22px;
    fill: none;
    transition: all 0.3s ease;
    stroke: rgb(151,146,175);
    height: 22px;
}



@media (max-width: 767px) {.newsletter_signup_XVz {
    padding: 5rem 1.5rem;
}.newsletter_signup_XVz h3 {
    padding: 1.2rem 1.5rem;
    width: 90%;
    font-size: 24px;
}.newsletter_signup_XVz .message_widget_PzZ {
    width: 100%;
}.newsletter_signup_XVz .input_holder {
    padding: 3rem 1.5rem 2rem;
}.newsletter_signup_XVz input[type="email"] {
    padding: 1.2rem;
}.newsletter_signup_XVz .news_alert_MIU {
    padding: 1rem;
    width: 90%;
}}



@media (max-width: 992px) {.title_opener_SNo {
    padding: 3rem 1rem;
}.title_opener_SNo .start_primary_AaS {
    transform: translateX(10px);
    font-size: calc(40px * 0.85);
}.title_opener_SNo .learn_head_tWk {
    padding: 2rem;
}.title_opener_SNo .learn_head_tWk > div {
    max-width: 100%;
}.title_opener_SNo .learn_head_tWk h3 {
    max-width: 100%;
    font-size: 18px;
}
}



@media (max-width: 576px) {.title_opener_SNo .start_primary_AaS {
    font-size: calc(38px * 0.8);
}.title_opener_SNo .quick_skill_ycj::before {
    width: 40px;
    height: 40px;
}.title_opener_SNo .learn_head_tWk {
    padding: 1rem;
}.title_opener_SNo .learn_head_tWk > div > div {
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
}.title_opener_SNo .learn_head_tWk h3 {
    font-size: 20px;
    padding: 0.5rem 0.75rem;
}}



@media (max-width: 576px) {.appSpot_PCg {
    padding: 3rem 0;
}.appSpot_PCg h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.appSpot_PCg .knowledge_hub_niA {
    padding: 1.5rem;
    transform: none;
}.appSpot_PCg ul::before {
    left: -12px;
}.appSpot_PCg li::before {
    height: 20px;
    width: 20px;
    top: -2px;
    left: -25px;
}.appSpot_PCg li span {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}



@media (max-width: 767px) {.potential_enrollees_amR {
    padding: 4rem 0;
}.potential_enrollees_amR h3 {
    letter-spacing: 1px;
    margin-bottom: 2.5rem;
    font-size: calc(42px * 0.7);
}.potential_enrollees_amR ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.potential_enrollees_amR li {
    padding: 1.8rem 1.2rem;
}.potential_enrollees_amR li svg {
    margin-bottom: 1rem;
    height: 50px;
    width: 50px;
}}



@media (max-width: 991px) {.media_kit_jCy {
    padding: 60px 0 30px;
}.media_kit_jCy .container {
    flex-direction: column;
}.media_kit_jCy .company_holder {
    flex: 0 0 100%;
    margin-bottom: 40px;
    padding-right: 0;
}.media_kit_jCy .company_holder::after {
    display: none;
}.media_kit_jCy .partner_logo_iKP {
    flex: 0 0 100%;
}.media_kit_jCy .head_site_ARC {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}



@media (max-width: 576px) {.media_kit_jCy {
    padding: 30px 0 15px;
}.media_kit_jCy .company_holder {
    margin-bottom: 30px;
}.media_kit_jCy .company_holder h3 {
    font-size: calc(29px * 0.7);
}.media_kit_jCy .head_site_ARC h5 {
    font-size: calc(19px * 0.8);
}.site_map_wuE {
    padding: 10px 0;
}.site_map_wuE .footer_account_fub {
    font-size: calc(16px * 0.8);
}}



@media (max-width: 992px) {header .top_primary_bMh {
    flex-direction: column;
    padding: 20px 15px;
}header .top_primary_bMh .top_head_BPK {
    margin-bottom: 15px;
}header .top_primary_bMh .head_site_ARC {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}header .top_primary_bMh .head_site_ARC .nav_master_hGL {
    margin: 3px;
}header .top_primary_bMh .head_site_ARC .nav_master_hGL a {
    padding: 6px 12px;
    font-size: calc(13px - 1px);
}
}



@media screen and (max-width: 991px) {.education_history_JRN .review_carousel_lTZ {
    transform: none;
    grid-template-columns: 1fr;
}.education_history_JRN .img_img_pPa {
    transform: none;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
    margin-bottom: -2rem;
}.education_history_JRN .emp_block_Ovr {
    z-index: 3;
    margin-left: 0;
    transform: none;
    padding: 3rem 2rem 2rem;
}.education_history_JRN .emp_block_Ovr::before {
    left: 50%;
    top: 0;
    width: 50%;
    transform: translateX(-50%);
    height: 5px;
}.education_history_JRN .review_carousel_lTZ:hover .img_img_pPa,
    .education_history_JRN .review_carousel_lTZ:hover .emp_block_Ovr,
    .education_history_JRN .review_carousel_lTZ:hover .name,
    .education_history_JRN .review_carousel_lTZ:hover .emp_block_Ovr div:nth-child(2),
    .education_history_JRN .review_carousel_lTZ:hover .career_projects_rzN {
    transform: none;
}}



@media (max-width: 768px) {.contact_panel_HEw {
    padding: 60px 0;
}.contact_panel_HEw .request_block_ZNL {
    margin-top: 40px;
    flex-direction: column;
}.contact_panel_HEw .img_img_pPa {
    width: 100%;
    min-height: 300px;
}.contact_panel_HEw .inquiry_support_Tel {
    width: 100%;
    padding: 40px 30px;
}.contact_panel_HEw form h3 {
    margin-bottom: 30px;
}.contact_panel_HEw form input[type="text"] {
    margin-bottom: 20px;
    padding: 15px 20px;
}.contact_panel_HEw .help_widget_dYA {
    margin-bottom: 25px;
}.contact_panel_HEw .reach_map_qXr {
    padding: 14px 30px;
    width: 100%;
}
}



@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -45%);
    }
}



@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}



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



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

@keyframes backgroundShift {
    0% {
        background-position: 0px 0px, 0px 0px, center center, 80% 20%, 20% 80%;
    }
    100% {
        background-position: 30px 30px, 30px 30px, center center, 85% 15%, 15% 85%;
    }
}

