.iAwrapper-padding {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

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

.Mqsite_main {
    flex: 1 0 auto;
}

svg {
    height: 30px;
    width: 30px;
}

.mnbiz_learnings {
    flex: 0 0 auto;
}

.mnbiz_learnings {
    position: relative;
    background: linear-gradient(45deg, #000000 0%, rgb(117,138,179,0.5) 100%);
    padding: 6rem 0 2rem;
    font-family: Arial, sans-serif;
    color: #ffffff;
}

.JXcontact_form_box .qJpic_strip_wrap {
    opacity: 0.07;
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 0;
    height: 100%;
    filter: contrast(1.2) saturate(0.8);
}

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

.JXcontact_form_box h3 {
    margin-bottom: 70px;
    font-weight: 300;
    position: relative;
    letter-spacing: 1px;
    font-size: 33px;
    color: #000000;
    font-family: Arial, sans-serif;
    text-align: center;
}

.JXcontact_form_box .jxhelp_links {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07);
    flex-wrap: wrap;
    display: flex;
    border-radius: 30px;
}

.JXcontact_form_box .RIrequest_reach::before {
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgba(0, 0, 0, 0.01) 0, transparent 100px),
        radial-gradient(circle at 70% 65%, rgba(0, 0, 0, 0.01) 0, transparent 100px);
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    content: '';
}

.JXcontact_form_box .RIrequest_reach textarea {
    height: 150px;
    resize: vertical;
    border-radius: 25px;
    padding-top: 25px;
}

.JXcontact_form_box .RIrequest_reach input[type="text"]:focus,
.JXcontact_form_box .RIrequest_reach textarea:focus {
    background-color: rgba(0, 0, 0, 0.015);
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 0 0 3px rgb(166,161,206,0.5);
}

.JXcontact_form_box .RIrequest_reach .Jjmessage_widget {
    justify-content: center;
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
}

.JXcontact_form_box .RIrequest_reach .Jjmessage_widget label::before {
    left: 0;
    width: 22px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: transparent;
    border-radius: 50%;
    height: 22px;
    position: absolute;
    top: 2px;
    content: '';
    transition: all 0.3s ease;
}

.JXcontact_form_box .RIrequest_reach .Jjmessage_widget input[type="checkbox"]:checked + label::after {
    border-left: 2px solid #ffffff;
    position: absolute;
    content: '';
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    width: 8px;
    left: 7px;
    top: 10px;
    height: 5px;
}

.JXcontact_form_box .RIrequest_reach .Ujrequest_map::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    content: '';
    background: linear-gradient(
        90deg, 
        rgba(255, 255, 255, 0), 
        rgba(255, 255, 255, 0.2), 
        rgba(255, 255, 255, 0)
    );
    transition: all 0.6s ease;
}

.JXcontact_form_box .RIrequest_reach .Ujrequest_map:hover::before {
    left: 100%;
}

.JXcontact_form_box .liconnect_support {
    display: flex;
    flex: 1 1 45%;
    padding: 80px 60px;
    position: relative;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    flex-direction: column;
}

.JXcontact_form_box .liconnect_support h4 {
    position: relative;
    z-index: 1;
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 300;
}

.JXcontact_form_box .liconnect_support .BVrequest_section {
    position: relative;
    list-style: none;
    z-index: 1;
    margin: 0 auto;
    max-width: 300px;
    padding: 0;
}

.JXcontact_form_box .liconnect_support .BVrequest_section li:last-child {
    margin-bottom: 0;
}

.JXcontact_form_box .liconnect_support .BVrequest_section li:hover {
    transform: translateX(5px);
}

.JXcontact_form_box .liconnect_support .BVrequest_section li svg path {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

.JXcontact_form_box .liconnect_support .BVrequest_section li span::after {
    transition: width 0.3s ease;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    bottom: -8px;
    height: 1px;
    content: '';
    width: 0;
}

.JXcontact_form_box .liconnect_support .BVrequest_section li a:hover {
    opacity: 0.8;
}

header .bDsite_start {
    overflow: hidden;
    position: relative;
    z-index: 100;
    background: rgb(206,204,224);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

header .bDsite_start::after {
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    opacity: 0.1;
    top: 0;
    width: 40%;
    right: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, transparent 25%, rgb(166,161,206,0.5) 100%);
    z-index: -1;
}

header .ySmain_master {
    position: relative;
    z-index: 2;
}

header .Jafirst_pagebar {
    position: relative;
    display: block;
    z-index: 2;
}

header .Jafirst_pagebar::after {
    height: 25px;
    right: -10px;
    width: 25px;
    bottom: -5px;
    background: rgb(117,138,179,0.5);
}

header .Jafirst_pagebar:hover::before,
header .Jafirst_pagebar:hover::after {
    transform: scale(1.2);
    opacity: 0.6;
}

header .Jafirst_pagebar svg {
    height: 50px;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    width: auto;
    transition: all 0.3s ease;
}

header .Fnfirst_teach::after {
    top: 0;
    content: "";
    background-size: 10px 10px;
    background-image: 
        linear-gradient(45deg, rgb(166,161,206,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(166,161,206,0.5) 50%, rgb(166,161,206,0.5) 75%, transparent 75%, transparent);
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    animation: moveStripes 20s linear infinite;
    opacity: 0.05;
    z-index: -1;
}

header .Wjheader_bar:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: -15px;
}

header .Wjheader_bar a {
    background: transparent;
    padding: 10px 18px;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    position: relative;
    transform-style: preserve-3d;
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    border: 1px solid transparent;
    font-weight: 600;
}

header .Wjheader_bar a:hover {
    border-color: rgb(166,161,206,0.5);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    color: rgb(166,161,206);
}

header .Wjheader_bar a:hover::after {
    width: 80%;
}

.mnbiz_learnings::after {
    z-index: 2;
    content: '';
    background-image: 
        repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px),
        repeating-linear-gradient(90deg, transparent, transparent 2px, rgba(255, 255, 255, 0.03) 2px, rgba(255, 255, 255, 0.03) 4px);
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
}

.mnbiz_learnings .AEsupport_center {
    padding: 1.25rem 2rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    z-index: 10;
    gap: 1.5rem;
    margin-bottom: 2rem;
    background-color: #ffffff;
    position: relative;
    border-radius: 25px;
    flex-wrap: wrap;
    transform: translateY(-3.5rem);
}

.mnbiz_learnings .info_item:not(:last-child)::after {
    background: linear-gradient(to bottom, transparent, rgb(117,138,179,0.5), transparent);
    height: 70%;
    top: 50%;
    right: -0.75rem;
    position: absolute;
    transform: translateY(-50%);
    content: '';
    width: 1px;
}

.mnbiz_learnings .info_item:hover {
    transform: translateY(-5px);
}

.mnbiz_learnings .info_item:hover p,
.mnbiz_learnings .info_item:hover a {
    color: rgb(166,161,206);
}

.mnbiz_learnings .info_item:hover svg {
    transform: scale(1.15);
}

.mnbiz_learnings .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 4rem;
    display: grid;
    position: relative;
}

.mnbiz_learnings .ySmain_master:hover svg {
    transform: scale(1.03);
    filter: brightness(0) invert(1) drop-shadow(0 0 5px rgb(166,161,206,0.5));
}

.mnbiz_learnings .SAsearch_foot {
    font-size: calc(16px + 1px);
    line-height: 1.6;
    opacity: 0.8;
}

.mnbiz_learnings .Fnfirst_teach::before {
    bottom: 0;
    background: linear-gradient(to bottom, transparent, rgb(117,138,179,0.5) 30%, rgb(117,138,179,0.5) 70%, transparent);
    left: -2rem;
    position: absolute;
    content: '';
    top: 0;
    width: 1px;
}

.mnbiz_learnings .Fnfirst_teach h5 {
    margin-bottom: 1.75rem;
    padding-bottom: 0.875rem;
    font-weight: 600;
    font-size: 19px;
    position: relative;
}

.mnbiz_learnings .jzhead_page {
    gap: 1.25rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

.mnbiz_learnings .jzhead_page a {
    position: relative;
    transition: all 0.3s ease;
    opacity: 0.85;
    text-decoration: none;
    color: #ffffff;
    transform-origin: left;
    font-size: 12px;
    padding: 0.25rem 0;
}

.mnbiz_learnings .jzhead_page a:hover {
    transform: translateX(8px);
    opacity: 1;
    color: rgb(166,161,206);
}

.mnbiz_learnings .subscribe_holder::before {
    width: 100%;
    z-index: -1;
    opacity: 0.2;
    left: 0;
    background: 
        linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.05) 50%, transparent 100%),
        radial-gradient(circle at top right, rgb(166,161,206,0.5), transparent 70%);
    top: 0;
    position: absolute;
    content: '';
    height: 100%;
}



.mnbiz_learnings .subscribe_holder h5 {
    font-weight: 600;
    position: relative;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
    font-size: 19px;
}

.mnbiz_learnings .subscribe_holder h5::after {
    height: 2px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    background: rgb(166,161,206);
}

.mnbiz_learnings .input_holder::before {
    z-index: -1;
    opacity: 0.1;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
    content: '';
    left: -10px;
    background: 
        radial-gradient(circle at bottom right, rgb(166,161,206,0.5) 0%, transparent 70%),
        radial-gradient(circle at top left, rgb(117,138,179,0.5) 0%, transparent 70%);
    animation: subtleRotate 15s linear infinite;
    top: -10px;
    position: absolute;
    border-radius: calc(10px + 10px);
}

.mnbiz_learnings .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.mnbiz_learnings .jmupdates_form {
    border: none;
    padding: 1.125rem 1.5rem;
    font-weight: 600;
    background-color: rgb(166,161,206);
    position: relative;
    font-size: 20px;
    transition: all 0.3s ease;
    color: #ffffff;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
}

.mnbiz_learnings .jmupdates_form:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.mnbiz_learnings .jmupdates_form:hover::before {
    left: 100%;
}

.mnbiz_learnings .jmupdates_form:hover::after {
    opacity: 1;
}

.mnbiz_learnings .zOlecture_ref::before {
    position: absolute;
    background: linear-gradient(to right, transparent, rgb(117,138,179,0.5), transparent);
    left: 20%;
    content: '';
    height: 1px;
    top: 0;
    width: 60%;
}

.BDpricing_bucket::before {
    position: absolute;
    z-index: 0;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    pointer-events: none;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(117,138,179,0.5) 0%, transparent 60%);
}

.BDpricing_bucket .ONfee_schemes {
    backdrop-filter: blur(10px);
    max-width: 100%;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    border-left: 3px solid rgb(166,161,206);
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 90%);
    padding: 30px;
    transform: perspective(1000px) rotateX(0deg);
}

.BDpricing_bucket .ONfee_schemes .Baedu_packages {
    max-width: 700px;
    overflow-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000000;
    font-size: 13px;
    word-break: break-word;
}

.BDpricing_bucket .bTpricing_list {
    display: block;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(0);
    overflow: hidden;
    border-radius: 4px;
    text-decoration: none;
}

.BDpricing_bucket .shdeal_opts::before {
    transform: scaleX(0.8);
    content: "";
    position: absolute;
    transform-origin: left;
    width: 100%;
    transition: transform 0.4s ease-out;
    height: 5px;
    background: linear-gradient(90deg, rgb(166,161,206), rgb(117,138,179));
    left: 0;
    top: 0;
}

.BDpricing_bucket .jOlearning_fees {
    flex: 1;
    flex-direction: column;
    padding: 30px;
    z-index: 1;
    position: relative;
    display: flex;
}

.BDpricing_bucket .bTpricing_list:hover .jOlearning_fees h3 {
    transform: translateX(5px) scale(1.03);
    color: rgb(166,161,206);
}

.BDpricing_bucket .ihdiscount_tier {
    color: rgb(117,138,179);
    display: inline-block;
    margin-bottom: 20px;
    font-size: calc(22px + 4px);
    font-weight: 700;
    position: relative;
}

.BDpricing_bucket .bTpricing_list:hover .ihdiscount_tier::after {
    transform: scaleX(1);
}

.BDpricing_bucket .jOlearning_fees p {
    -webkit-box-orient: vertical;
    font-size: 13px;
    word-break: break-word;
    margin-bottom: 0;
    line-height: 1.6;
    flex: 1;
    overflow-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    color: #000000;
    -webkit-line-clamp: 5;
}

.BDpricing_bucket .bTpricing_list:hover .qJpic_strip_wrap {
    transform: scale(1.05);
}

.vneducation_history {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(166,161,206,0.5), rgb(206,204,224));
}

.vneducation_history::after {
    border-radius: 50% 60% 70% 40%;
    right: -5%;
    width: 40%;
    z-index: 0;
    filter: blur(40px);
    position: absolute;
    height: 40%;
    content: "";
    opacity: 0.05;
    bottom: -10%;
    background: rgb(166,161,206);
}

.vneducation_history .HAtestimonials {
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.8);
    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);
    padding: 3rem;
    display: grid;
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px) saturate(180%);
    gap: 2rem;
}

.vneducation_history .qJpic_strip_wrap {
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    height: 300px;
    position: relative;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), clip-path 0.5s ease;
}

.vneducation_history .name {
    margin: 0 0 0.5rem;
    position: relative;
    transform: translateX(0);
    font-weight: 700;
    transition: transform 0.4s ease-out;
    color: rgb(166,161,206);
    font-size: 18px;
}

.vneducation_history .HAtestimonials:hover .name {
    transform: translateX(1rem);
}

.vneducation_history .HAtestimonials:hover .name::before {
    width: 1.5rem;
}

.vneducation_history .HAtestimonials:hover > div:nth-child(2) > div {
    transform: translateY(-3px);
    opacity: 1;
}

.vneducation_history .tGemp_back {
    padding: 0;
    position: relative;
    font-family: Arial, sans-serif;
    line-height: 1.7;
    color: #000000;
    margin: 0;
    transition: opacity 0.4s ease;
    opacity: 0.92;
    font-size: 18px;
}

.vneducation_history .HAtestimonials:hover .tGemp_back::before {
    transform: rotate(5deg) translateY(-10px);
}

.vneducation_history .HAtestimonials:hover .tGemp_back {
    opacity: 1;
}

.dNwho_we_are::before {
    position: absolute;
    height: 100%;
    background-position: center;
    background-size: 40px 40px;
    content: "";
    transform: perspective(1000px) rotateX(60deg) scale(2.5) translateZ(-200px);
    z-index: -1;
    animation: gridMove 60s linear infinite;
    background: 
        linear-gradient(0deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    opacity: 0.05;
    backface-visibility: hidden;
    width: 100%;
    transform-origin: center center;
    top: 0;
    left: 0;
}

.dNwho_we_are .container::after {
    height: 300px;
    bottom: -150px;
    opacity: 0.15;
    width: 300px;
    animation: pulseGlow 20s ease-in-out infinite alternate-reverse;
    background: radial-gradient(circle at center, rgb(117,138,179,0.5) 0%, transparent 70%);
    left: -100px;
    filter: blur(50px);
}



.dNwho_we_are .yhknowledge_studio {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    grid-template-rows: auto 1fr;
    gap: 30px;
    grid-template-areas:
        "logo content"
        "director content";
    position: relative;
}

.dNwho_we_are .yhknowledge_studio::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(166,161,206), transparent);
    bottom: -20px;
    height: 1px;
    opacity: 0.6;
    position: absolute;
    animation: scanEffect 3s ease-in-out infinite;
    content: "";
    left: 50%;
    width: 200px;
}

.dNwho_we_are .aAskill_growth:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-color: rgb(166,161,206,0.5);
}

.dNwho_we_are .aAskill_growth::before {
    position: absolute;
    inset: -2px;
    background: linear-gradient(45deg, rgb(166,161,206), rgb(117,138,179), rgb(166,161,206));
    z-index: -1;
    border-radius: calc(15px + 2px);
    content: "";
    opacity: 0;
    transition: opacity 0.4s ease;
}

.dNwho_we_are .aAskill_growth svg {
    fill: rgb(166,161,206);
    height: 45px;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    filter: drop-shadow(0 0 2px rgb(166,161,206,0.5));
    width: 45px;
}

.dNwho_we_are .aPskill_guides {
    padding: 30px;
    flex-direction: row;
    gap: 25px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    backdrop-filter: blur(15px);
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.07);
    align-items: center;
    position: relative;
    grid-area: director;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 15px;
    display: flex;
}

.dNwho_we_are .aPskill_guides:hover::before {
    opacity: 0.1;
}

.dNwho_we_are .aPskill_guides::after {
    content: "";
    animation: scanHorizontal 3s ease-in-out infinite alternate;
    height: 2px;
    bottom: 0;
    position: absolute;
    left: 35%;
    background: linear-gradient(90deg, transparent, rgb(166,161,206), transparent);
    width: 30%;
}

.dNwho_we_are .Xsstudy_sessions {
    flex: 1;
}

.dNwho_we_are .ZCstory_visual::after {
    width: 40px;
    transition: width 0.4s ease;
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    background: linear-gradient(90deg, rgb(166,161,206), transparent);
    bottom: 0;
}

.dNwho_we_are .aPskill_guides:hover .BTknowledge_classes {
    opacity: 1;
    transform: translateX(5px);
}

.dNwho_we_are .bDtext_cube {
    padding: 40px;
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    z-index: 2;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    border: 1px solid rgba(255, 255, 255, 0.05);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    border-radius: 15px;
    grid-area: content;
}

.dNwho_we_are .bDtext_cube::after {
    background: rgb(117,138,179,0.5);
    left: -250px;
    filter: blur(50px);
    position: absolute;
    animation: morphBlob 25s ease-in-out infinite alternate-reverse;
    bottom: -250px;
    height: 500px;
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    content: "";
    z-index: -1;
    width: 500px;
    opacity: 0.03;
}

.dNwho_we_are .bDtext_cube::after {
    position: absolute;
    opacity: 0.5;
    pointer-events: none;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: repeating-linear-gradient(
        to bottom,
        transparent,
        transparent 8px,
        rgba(255, 255, 255, 0.03) 8px,
        rgba(255, 255, 255, 0.03) 9px
    );
    content: "";
    z-index: -3;
    left: 0;
}

.dNwho_we_are .bDtext_cube:hover p {
    transform: translateY(3px);
}

.dNwho_we_are .bDtext_cube:hover::before,
.dNwho_we_are .bDtext_cube:hover::after {
    opacity: 0.06;
}

.TXprogram_offerings {
    background: rgb(206,204,224);
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}

.TXprogram_offerings::after {
    bottom: -50px;
    content: "";
    opacity: 0.5;
    height: 200px;
    z-index: 1;
    width: 200px;
    transform: rotate(15deg);
    position: absolute;
    left: -50px;
    background: linear-gradient(225deg, rgb(117,138,179,0.5) 0%, transparent 70%);
}

.TXprogram_offerings .weknowledge_route {
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
    gap: 40px;
}

.TXprogram_offerings .qJpic_strip_wrap::before {
    opacity: 0.4;
    transition: opacity 0.5s ease;
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(
        to right,
        rgb(166,161,206,0.5) 0%,
        transparent 20%,
        transparent 80%,
        rgb(117,138,179,0.5) 100%
    );
}

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

.TXprogram_offerings .bDtext_cube:hover::before {
    height: 100%;
}

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

.TXprogram_offerings .bDtext_cube:hover h3::after {
    width: 100px;
}

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

.TXprogram_offerings span.description {
    display: none;
}

.Vpideal_participants {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(206,204,224) 0%, rgb(117,138,179,0.5) 100%);
}

.Vpideal_participants::after {
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            rgb(166,161,206,0.5) 0,
            rgb(166,161,206,0.5) 1px,
            transparent 1px,
            transparent 20px
        ),
        repeating-linear-gradient(
            -45deg,
            rgb(117,138,179,0.5) 0,
            rgb(117,138,179,0.5) 1px,
            transparent 1px,
            transparent 20px
        );
    height: 100%;
    position: absolute;
    z-index: 0;
    content: "";
    opacity: 0.1;
    left: 0;
    top: 0;
}

.Vpideal_participants .yhknowledge_studio:hover {
    transform: translateY(-10px);
}

.Vpideal_participants h4 {
    font-weight: 700;
    background: linear-gradient(120deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    margin: 0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    color: #ffffff;
    font-size: 35px;
    padding: 35px 30px;
    text-align: center;
}

.Vpideal_participants div {
    padding: 40px;
    background: #ffffff;
}

.Vpideal_participants div p {
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
    z-index: 1;
    font-weight: 400;
    background: #ffffff;
    position: relative;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    line-height: 1.6;
    border-radius: 10px;
    overflow: hidden;
}

.Vpideal_participants div p::after {
    background: linear-gradient(90deg, 
        rgba(rgb(166,161,206), 0.05) 0%, 
        rgba(rgb(117,138,179), 0.05) 100%
    );
    position: absolute;
    opacity: 0;
    z-index: -1;
    top: 0;
    height: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    content: "";
    width: 100%;
}

.Vpideal_participants div p:hover svg {
    transform: scale(1.15);
}

.Vpideal_participants div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,161,206);
}

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

.MIprivacy_hideout h2 {
    text-shadow: 0 0 5px rgb(117,138,179);
    text-transform: uppercase;
    margin-top: 25px;
    color: #ffffff;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

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

.MIprivacy_hideout p, .MIprivacy_hideout span, .MIprivacy_hideout div {
    font-size: 18px;
    border-radius: 10px;
    border-left: 3px solid rgb(166,161,206);
    margin-bottom: 10px;
    font-weight: 300;
    box-shadow: 0 0 8px rgb(166,161,206,0.5);
    padding: 5px 10px;
    line-height: 1.8;
    color: #ffffff;
    background-color: rgb(166,161,206,0.5);
}

.BNtitle_portal::after {
    position: absolute;
    z-index: 1;
    height: 60%;
    filter: blur(60px);
    left: -5%;
    bottom: -10%;
    animation: pulse 12s infinite alternate-reverse ease-in-out;
    background: linear-gradient(225deg, rgb(117,138,179,0.5) 0%, rgb(166,161,206,0.5) 100%);
    content: "";
    width: 35%;
}

.BNtitle_portal h1 {
    font-size: 45px;
    transform: translateY(30px);
    color: #000000;
    line-height: 1.2;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 1.5rem;
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
}

.BNtitle_portal .Zxonline_skills {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 10px;
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.BNtitle_portal svg {
    height: 120px;
    display: block;
    width: 120px;
    margin: 1rem auto 2rem;
    transform-origin: center;
    animation: floatSvg 8s infinite ease-in-out;
}

.BNtitle_portal svg text {
    transition: fill 0.5s ease;
    font-weight: 700;
}

.BNtitle_portal .Ujrequest_map {
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    background: linear-gradient(135deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    margin-top: 1rem;
    transform: translateZ(0);
    position: relative;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(94,170,168,0.2);
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    padding: 1rem 2.5rem;
    border-radius: 10px;
}

.BNtitle_portal .Ujrequest_map:active {
    transform: translateY(0) scale(0.98);
    box-shadow: 0 5px 10px rgba(94,170,168,0.2);
}

.BNtitle_portal .qJpic_strip_wrap::before {
    height: 100%;
    top: 0;
    content: "";
    z-index: 1;
    background: linear-gradient(to bottom, rgba(94,170,168,0.3), rgba(0,0,0,0.4));
    transition: opacity 0.5s ease;
    position: absolute;
    width: 100%;
    left: 0;
}

.lrdata_settings {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-wrap: nowrap;
}

.Jjuser_choices {
    flex-shrink: 0;
    margin-right: 15px;
}

.Jjuser_choices svg {
    transition: fill 0.3s ease-in-out;
    fill: rgb(166,161,206);
    width: 50px;
    height: 50px;
}

.dFcookie_notice p {
    color: #000000;
    margin-bottom: 0;
    font-size: 14px;
}

.YRcookie_user {
    text-align: center;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    padding: 0.375rem 0.75rem;
    vertical-align: middle;
    border: 1px solid transparent;
    font-size: 17px;
    white-space: nowrap;
    border-radius: 10px;
    line-height: 1.5;
    user-select: none;
    margin-left: 10px;
}

.cookie_button.XZlearn_consent:hover {
    border-color: rgb(166,161,206);
    color: #ffffff;
    background-color: rgb(166,161,206);
}

.uDcookie_notice_banner p a:hover {
    color: rgba(0, 0, 0, 0.5);
}


.JTeducational_gains {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(206,204,224) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 120px 0;
}

.JTeducational_gains::after {
    position: absolute;
    top: -150px;
    width: 300px;
    right: -150px;
    height: 300px;
    background: linear-gradient(45deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    border-radius: 50%;
    opacity: 0.05;
    z-index: 0;
    content: "";
    filter: blur(50px);
}

.JTeducational_gains .qJpic_strip_wrap {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.06);
    object-fit: cover;
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg) translateZ(20px);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    border-radius: 10px;
    filter: saturate(1.05);
}

.JTeducational_gains .yhknowledge_studio:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}

.JTeducational_gains .bDtext_cube::before {
    opacity: 0.8;
    left: -20px;
    content: "";
    top: 0;
    width: 4px;
    transition: transform 0.4s ease;
    transform: scaleY(0.9);
    height: 100%;
    position: absolute;
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(166,161,206), rgb(117,138,179));
}

.JTeducational_gains h1:hover::after {
    width: 120px;
}

.JTeducational_gains ul {
    margin: 20px 0 0;
    list-style: none;
    padding: 0;
}

.JTeducational_gains li {
    border-radius: 10px;
    display: flex;
    align-items: flex-start;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    transform: translateX(0);
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
    backdrop-filter: blur(10px);
}

.JTeducational_gains li svg {
    margin-right: 15px;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.JTeducational_gains li svg path {
    transition: fill 0.3s ease;
    fill: rgb(166,161,206);
}

.JTeducational_gains li:nth-child(odd) {
    transform: translateX(-5px);
}

.JTeducational_gains li:nth-child(even) {
    background: rgba(255, 255, 255, 0.8);
}

.ZRreceive_updates::before {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    background: linear-gradient(135deg, rgb(166,161,206,0.5) 0%, transparent 70%);
    left: 0;
}

.ZRreceive_updates .yhknowledge_studio {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.ZRreceive_updates .XVrequest_panel {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
    margin: 0 auto;
    border-radius: 20px;
    display: grid;
    background: #ffffff;
    position: relative;
}

.ZRreceive_updates h3 {
    position: relative;
    font-size: 23px;
    margin: 0;
    grid-column: 1;
    padding: 3rem 2rem;
    z-index: 2;
    color: #000000;
    font-weight: 700;
}

.ZRreceive_updates .XVrequest_panel:hover h3::after {
    transform: scaleX(1.5);
}

.ZRreceive_updates .input_holder {
    gap: 1.5rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    grid-column: 2;
    z-index: 2;
    position: relative;
}

.ZRreceive_updates input[type="email"] {
    transition: all 0.3s ease;
    width: 100%;
    padding: 1rem 1.5rem;
    background: transparent;
    font-family: Arial, sans-serif;
    font-size: 16px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    color: #000000;
    border: none;
}

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

.ZRreceive_updates input[type="submit"]::before {
    transform-origin: right;
    left: 0;
    z-index: -1;
    top: 0;
    transform: scaleX(0);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(117,138,179);
}

.ZRreceive_updates input[type="submit"]:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

.ZRreceive_updates .XVrequest_panel::after {
    width: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    top: 0;
    content: "";
    transform: skewX(-10deg);
    left: calc(50% - 20px);
    position: absolute;
    z-index: 2;
    bottom: 0;
}

.jythanksPanel::after {
    filter: blur(120px);
    width: 40%;
    right: -10%;
    height: 40%;
    animation: floatElement 15s infinite alternate ease-in-out;
    z-index: 0;
    opacity: 0.2;
    position: absolute;
    content: "";
    background: rgb(166,161,206,0.5);
    top: -10%;
}

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

.jythanksPanel h2::after {
    bottom: 0;
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    content: "";
    position: absolute;
    left: 0;
    width: 120px;
    transition: width 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    height: 4px;
}

.jythanksPanel .yhknowledge_studio:hover {
    transform: perspective(1000px) rotateY(0);
}

.jythanksPanel .yhknowledge_studio::before {
    opacity: 0.05;
    pointer-events: none;
    background-size: 40px 40px;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(117,138,179,0.5) 49.5%, rgb(117,138,179,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(117,138,179,0.5) 49.5%, rgb(117,138,179,0.5) 50.5%, transparent 50.5%);
    top: 0;
}

.jythanksPanel li::before {
    animation: rotateDiamond 8s infinite linear;
    width: 12px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    content: "";
    background: rgb(166,161,206);
    left: 0;
    top: 0.5rem;
    height: 12px;
    position: absolute;
}

.Zlquantitative_data {
    min-height: 100vh;
    align-items: center;
    background: rgb(206,204,224);
    position: relative;
    padding: 0;
    overflow: hidden;
    display: flex;
}

.Zlquantitative_data::after {
    background-size: 100px 100px;
    background: 
        linear-gradient(to right, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%),
        linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.02) 20%, transparent 30%);
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
    z-index: 0;
    left: 0;
}

.Zlquantitative_data .Xsedge_statistics {
    min-height: 100vh;
    position: relative;
    justify-content: center;
    padding: 5rem;
    color: #ffffff;
    display: flex;
    grid-column: 1;
    background: linear-gradient(135deg, rgb(166,161,206) 0%, rgb(117,138,179) 100%);
    flex-direction: column;
    grid-row: 1 / span 2;
}

.Zlquantitative_data .AHstatistics_value::after {
    width: 80px;
    left: 0;
    position: absolute;
    content: "";
    height: 4px;
    border-radius: 10px;
    background: #ffffff;
    bottom: -1rem;
}

.Zlquantitative_data .pKboost_growth {
    justify-content: center;
    flex-direction: column;
    grid-row: 1 / span 2;
    padding: 5rem;
    grid-column: 2;
    display: flex;
    box-shadow: -10px 0 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    gap: 3rem;
}

.Zlquantitative_data .yRboost_experts:hover {
    transform: translateX(10px);
}

.Zlquantitative_data .yRboost_experts:nth-child(even) h4 {
    color: rgb(117,138,179);
}

.Zlquantitative_data .yRboost_experts h4::after {
    content: "";
    opacity: 0.3;
    height: 2px;
    background: currentColor;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.Zlquantitative_data .yRboost_experts span::before {
    left: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, transparent, rgb(166,161,206,0.5), transparent);
    opacity: 0.5;
    top: 50%;
}

.Zlquantitative_data svg {
    opacity: 0.7;
    position: absolute;
    fill: rgb(166,161,206,0.5);
    width: 24px;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    transition: all 0.3s ease;
    height: 24px;
}

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

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

.TXprogram_offerings p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(166,161,206,0.5);
}



@media (max-width: 768px) {.JXcontact_form_box {
    padding: 60px 0;
}.JXcontact_form_box h3 {
    margin-bottom: 50px;
    font-size: calc(33px - 4px);
}.JXcontact_form_box .RIrequest_reach h3,
    .JXcontact_form_box .liconnect_support h4 {
    margin-bottom: 30px;
    font-size: calc(22px - 2px);
}.JXcontact_form_box .RIrequest_reach input[type="text"],
    .JXcontact_form_box .RIrequest_reach textarea {
    margin-bottom: 20px;
    padding: 16px 20px;
}.JXcontact_form_box .RIrequest_reach textarea {
    height: 120px;
}.JXcontact_form_box .RIrequest_reach .Ujrequest_map {
    padding: 16px;
}.JXcontact_form_box .liconnect_support .BVrequest_section li {
    margin-bottom: 25px;
}
}



@media (max-width: 991px) {header .wemain_site {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .Fnfirst_teach {
    justify-content: center;
    border-radius: 17px;
    clip-path: none;
    width: 100%;
    background: #ffffff;
}
}



@media (max-width: 480px) {header .Fnfirst_teach {
    flex-direction: column;
    align-items: center;
    padding: 15px;
}header .Wjheader_bar {
    width: 100%;
    margin: 3px 0;
}header .Wjheader_bar a {
    width: 100%;
    text-align: center;
}header .Wjheader_bar::before {
    display: none;
}header .Jafirst_pagebar svg {
    height: 40px;
}}



@media (max-width: 768px) {.mnbiz_learnings {
    padding: 4rem 0 2rem;
}.mnbiz_learnings .AEsupport_center {
    transform: translateY(-2.5rem);
    padding: 1rem 1.5rem;
}.mnbiz_learnings .info_item {
    max-width: none;
    width: 100%;
}.mnbiz_learnings .jzhead_page {
    grid-template-columns: repeat(2, 1fr);
}.mnbiz_learnings .zOlecture_ref {
    margin-top: 3rem;
}
}



@media (max-width: 576px) {.mnbiz_learnings {
    padding: 3rem 0 1.5rem;
}.mnbiz_learnings .AEsupport_center {
    transform: translateY(-1.5rem);
    padding: 1rem;
}.mnbiz_learnings .info_item p,
    .mnbiz_learnings .info_item a {
    font-size: calc(12px - 1px);
}.mnbiz_learnings .jzhead_page {
    grid-template-columns: 1fr;
    text-align: center;
}.mnbiz_learnings .jzhead_page a:hover {
    transform: none;
}.mnbiz_learnings .jzhead_page a::before {
    left: 50%;
    transform: translateX(-50%);
}.mnbiz_learnings .jzhead_page a:hover::before {
    width: 30px;
}.mnbiz_learnings .input_holder {
    width: 100%;
}}



@media (min-width: 992px) {.BDpricing_bucket .ngbundle_rate {
    flex-direction: row;
    gap: 40px;
    align-items: stretch;
}.BDpricing_bucket .ONfee_schemes {
    justify-content: center;
    display: flex;
    padding: 50px 40px;
    width: 30%;
    flex-direction: column;
}.BDpricing_bucket .rystudy_costs {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}.BDpricing_bucket .jOlearning_fees {
    padding: 30px;
}.BDpricing_bucket .jOlearning_fees p {
    -webkit-line-clamp: 6;
}
}



@media (min-width: 1400px) {.BDpricing_bucket .rystudy_costs {
    grid-template-columns: repeat(2, 1fr);
}.BDpricing_bucket .jOlearning_fees p {
    -webkit-line-clamp: 7;
}
}



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



@media (max-width: 1199px) {.dNwho_we_are {
    padding: 120px 0;
}.dNwho_we_are .yhknowledge_studio {
    grid-template-columns: 1fr 1.2fr;
    gap: 25px;
}.dNwho_we_are .bDtext_cube {
    padding: 35px;
}
}



@media (max-width: 991px) {.dNwho_we_are {
    padding: 100px 0;
}.dNwho_we_are .yhknowledge_studio {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    gap: 30px;
    grid-template-areas:
            "logo"
            "director"
            "Mqsite_main";
}.dNwho_we_are .aAskill_growth {
    justify-content: center;
}.dNwho_we_are .aPskill_guides {
    margin: 0 auto;
    max-width: 600px;
}.dNwho_we_are .bDtext_cube {
    margin: 0 auto;
    max-width: 600px;
}.dNwho_we_are .yhknowledge_studio::before {
    opacity: 0.1;
    background: 
            linear-gradient(90deg, transparent calc(50% - 1px), rgb(166,161,206,0.5) calc(50%), transparent calc(50% + 1px)),
            linear-gradient(0deg, transparent calc(33.33% - 1px), rgb(166,161,206,0.5) calc(33.33%), transparent calc(33.33% + 1px)),
            linear-gradient(0deg, transparent calc(66.66% - 1px), rgb(166,161,206,0.5) calc(66.66%), transparent calc(66.66% + 1px));
}
}



@media (max-width: 575px) {.dNwho_we_are {
    padding: 60px 0;
}.dNwho_we_are .aPskill_guides {
    flex-direction: column;
    padding: 25px 15px;
    text-align: center;
}.dNwho_we_are .qJpic_strip_wrap {
    height: 100px;
    width: 100px;
    margin-bottom: 15px;
}.dNwho_we_are .ZCstory_visual::after {
    transform: translateX(-50%);
    left: 50%;
}.dNwho_we_are .aPskill_guides:hover .BTknowledge_classes {
    transform: translateX(0) translateY(3px);
}.dNwho_we_are .bDtext_cube {
    padding: 25px 20px;
}.dNwho_we_are .bDtext_cube h2 {
    font-size: calc(28px * 0.8);
}.dNwho_we_are .aAskill_growth svg {
    width: 40px;
    height: 40px;
}.dNwho_we_are .ZCstory_visual {
    font-size: calc(24px * 0.95);
}.dNwho_we_are .BTknowledge_classes {
    font-size: calc(12px * 0.95);
}}



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



@media (max-width: 991px) {.Vpideal_participants {
    padding: 80px 0;
}.Vpideal_participants h4 {
    font-size: calc(35px - 2px);
    padding: 30px 25px;
}.Vpideal_participants div {
    padding: 30px;
}.Vpideal_participants div p {
    margin-bottom: 15px;
    padding: 15px;
}.Vpideal_participants div p svg {
    min-width: 24px;
    height: 24px;
    width: 24px;
    margin-right: 15px;
}
}



@media (max-width: 479px) {.Vpideal_participants {
    padding: 40px 0;
}.Vpideal_participants h4 {
    font-size: calc(35px - 6px);
    padding: 20px 15px;
}.Vpideal_participants div {
    padding: 20px 15px;
}.Vpideal_participants div p {
    padding: 10px 12px;
    margin-bottom: 10px;
    font-size: calc(15px - 1px);
}.Vpideal_participants div p svg {
    height: 18px;
    margin-right: 10px;
    width: 18px;
    min-width: 18px;
}}



@media (min-width: 992px) {.BNtitle_portal .yhknowledge_studio {
    grid-gap: 4rem;
    padding: 6rem 0;
}.BNtitle_portal h1 {
    font-size: calc(45px * 1.4);
}.BNtitle_portal .Zxonline_skills {
    padding: 3.5rem;
}.BNtitle_portal .qJpic_strip_wrap {
    transform: perspective(1000px) rotateY(-5deg);
    height: 600px;
    transition: transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}.BNtitle_portal .qJpic_strip_wrap:hover {
    transform: perspective(1000px) rotateY(0deg);
}.BNtitle_portal .Ujrequest_map {
    padding: 1.25rem 3rem;
}.BNtitle_portal svg {
    height: 180px;
    width: 180px;
}
}



@media (min-width: 1200px) {.BNtitle_portal .yhknowledge_studio {
    grid-gap: 6rem;
}.BNtitle_portal h1 {
    font-size: calc(45px * 1.6);
    margin-bottom: 2.5rem;
}.BNtitle_portal .Zxonline_skills {
    padding: 4rem;
}.BNtitle_portal .qJpic_strip_wrap {
    height: 650px;
    clip-path: polygon(15% 0, 100% 0, 100% 85%, 0 100%, 0 15%);
}
}


@media (max-width: 1200px) {.dFcookie_notice h5 {
    font-size: calc(22px - 2px);
}.dFcookie_notice p {
    font-size: calc(14px - 2px);
}.YRcookie_user {
    font-size: calc(17px - 2px);
}
}


@media (max-width: 800px) {.lrdata_settings {
    align-items: center;
    flex-direction: column;
}.Jjuser_choices {
    margin-bottom: 10px;
}.dFcookie_notice {
    margin-bottom: 15px;
    text-align: center;
}.YRcookie_user {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
}}



@media (max-width: 768px) {.JTeducational_gains {
    padding: 60px 0;
}.JTeducational_gains .qJpic_strip_wrap {
    max-height: 320px;
}.JTeducational_gains h1 {
    font-size: calc(48px * 0.8);
}.JTeducational_gains li {
    padding: 12px 15px;
    margin-bottom: 15px;
}.JTeducational_gains li p {
    font-size: calc(18px * 0.95);
}.JTeducational_gains li svg {
    height: 20px;
    margin-right: 10px;
    width: 20px;
}
}



@media (max-width: 768px) {.ZRreceive_updates {
    padding: 4rem 1.5rem;
}.ZRreceive_updates .XVrequest_panel {
    grid-template-columns: 1fr;
}.ZRreceive_updates h3 {
    grid-column: 1;
    text-align: center;
    padding: 2rem 2rem 1rem;
}.ZRreceive_updates h3::after {
    left: 50%;
    transform: translateX(-50%) scaleX(1);
}.ZRreceive_updates .XVrequest_panel:hover h3::after {
    transform: translateX(-50%) scaleX(1.5);
}.ZRreceive_updates .input_holder {
    padding: 1rem 2rem 2rem;
    grid-column: 1;
}.ZRreceive_updates .XVrequest_panel::after {
    left: 0;
    height: 40px;
    right: 0;
    width: 100%;
    transform: skewY(-10deg);
    top: calc(33% - 20px);
}
}



@media (max-width: 991px) {.jythanksPanel {
    padding: 5rem 0;
}.jythanksPanel h2 {
    margin-bottom: 2rem;
    font-size: calc(36px * 0.9);
    max-width: 100%;
}.jythanksPanel .yhknowledge_studio {
    padding: 2rem;
}
}



@media (max-width: 575px) {.jythanksPanel {
    padding: 3rem 0;
}.jythanksPanel h2 {
    transform: none;
    font-size: calc(36px * 0.7);
}.jythanksPanel h2::after {
    height: 3px;
    width: 80px;
}.jythanksPanel h2:hover::after {
    width: 120px;
}.jythanksPanel .yhknowledge_studio {
    border-left-width: 3px;
    transform: none;
    padding: 1.25rem;
}.jythanksPanel span {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}.jythanksPanel span::after {
    width: 40px;
    height: 3px;
    bottom: -10px;
}}



@media (max-width: 992px) {.Zlquantitative_data {
    min-height: auto;
}.Zlquantitative_data .container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
}.Zlquantitative_data .Xsedge_statistics {
    padding: 4rem 3rem;
    min-height: auto;
    grid-row: 1;
    grid-column: 1;
}.Zlquantitative_data .Xsedge_statistics::before {
    display: none;
}.Zlquantitative_data .pKboost_growth {
    padding: 4rem 3rem;
    grid-column: 1;
    grid-row: 2;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.05);
}.Zlquantitative_data .AHstatistics_value {
    margin-bottom: 1.5rem;
    font-size: calc(35px * 1.1);
}.Zlquantitative_data .AHstatistics_value::after {
    width: 60px;
    height: 3px;
    bottom: -0.8rem;
}
}



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

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    100% {
        opacity: 0.3;
        transform: scale(1.2);
    }
}

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

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.1;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.2);
    }
    100% {
        opacity: 0.1;
        transform: scale(0.8);
    }
}

@keyframes scanHorizontal {
    0% {
        opacity: 0.4;
        transform: scaleX(0.7);
    }
    100% {
        opacity: 0.8;
        transform: scaleX(1);
    }
}



@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-5px);
    }
    100% {
        transform: translateY(0px);
    }
}



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



@keyframes pulse {
    0% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.6;
        transform: scale(1);
    }
}



@keyframes wave {
    0%, 100% {
        transform: translateY(0) scaleY(1);
    }
    50% {
        transform: translateY(-10px) scaleY(1.1);
    }
}



@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }
    50% {
        transform: translate(-20px, 20px) rotate(3deg);
    }
    100% {
        transform: translate(20px, -20px) rotate(-3deg);
    }
}

