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

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

.head_skill_4KC {
    flex: 1 0 auto;
}

.subscr_info_CKy {
    flex: 0 0 auto;
}

.subscr_info_CKy {
    background-position: center center;
    color: #ffffff;
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}

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

.wrapper-viewport_SRg {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}

.who_we_are_604::before {
    z-index: 1;
    position: absolute;
    backdrop-filter: blur(3px) saturate(110%);
    content: "";
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(176,159,193,0.5) 100%);
    bottom: 0;
    right: 0;
}

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

.who_we_are_604 .text_area_wrap_rQR {
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform: perspective(1000px) rotateY(-1deg);
    border-left: 4px solid rgb(176,159,193);
    position: relative;
    padding: 3.5rem;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1), 0 10px 15px rgba(0, 0, 0, 0.05);
}

.who_we_are_604 .text_area_wrap_rQR {
    border-left-width: 3px;
    transform: none;
    padding: 2rem 1.5rem;
}

.who_we_are_604 .text_area_wrap_rQR {
    border-left-width: 2px;
    padding: 1.5rem 1.25rem;
}

.who_we_are_604 h1::after {
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(176,159,193) 0%, rgb(120,135,181) 100%);
    position: absolute;
    bottom: 0;
    content: "";
    width: 80px;
    height: 3px;
    animation: expandLine 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.who_we_are_604 h1::after {
    width: 60px;
    height: 2px;
}

.who_we_are_604 h1::after {
    width: 50px;
}

.who_we_are_604 h4 {
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: rgb(176,159,193);
    transform: translateX(-1%);
    font-size: 18px;
}

.who_we_are_604 h4 {
    margin-bottom: 0.75rem;
    font-size: calc(18px * 0.9);
}

.who_we_are_604 span::first-letter {
    font-weight: 600;
    color: rgb(120,135,181);
    font-size: 1.2em;
}

.get_updates_UNa {
    z-index: 1;
    padding: 80px 0;
    overflow: hidden;
    background: linear-gradient(135deg, #f0f2f5 0%, #e4e8ec 100%);
    position: relative;
}

.get_updates_UNa::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    z-index: -1;
    transform: rotate(20deg);
    left: -5%;
    animation: float 15s ease-in-out infinite alternate-reverse;
    height: 250px;
    width: 250px;
    position: absolute;
    content: "";
    bottom: -10%;
    background: linear-gradient(225deg, rgb(120,135,181) 0%, rgb(120,135,181,0.5) 100%);
    opacity: 0.06;
}

.get_updates_UNa .value_prop_EN0 {
    padding: 40px 50px;
    border-radius: calc(16px - 2px);
    background: linear-gradient(to right, rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.8));
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 0 15px 40px -10px rgba(0, 0, 0, 0.12), 
              0 0 0 1px rgba(0, 0, 0, 0.03),
              0 3px 6px 0 rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(8px);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
}

.get_updates_UNa .input_holder {
    position: relative;
    opacity: 1;
    display: flex;
    flex-direction: row;
    transform: translateY(0);
    transition: transform 0.6s ease 0.1s, opacity 0.6s ease 0.1s;
    gap: 15px;
}

.get_updates_UNa .input_holder input[type="email"]:focus {
    border-color: rgb(176,159,193);
    box-shadow: 0 0 0 3px rgb(176,159,193,0.5), 0 4px 8px -2px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    outline: none;
}

.get_updates_UNa .input_holder input[type="email"]::placeholder {
    transition: color 0.3s ease;
    color: rgba(0, 0, 0, 0.4);
}

.get_updates_UNa .input_holder .free_lessons_jH5:hover {
    box-shadow: 0 8px 20px -4px rgb(176,159,193,0.5),
              0 0 0 2px rgb(176,159,193);
    transform: translateY(-2px);
}

.get_updates_UNa .input_holder .free_lessons_jH5:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px -4px rgb(176,159,193,0.5),
              0 0 0 1px rgb(176,159,193);
}

.get_updates_UNa .input_holder .free_lessons_jH5::before {
    content: "";
    top: 0;
    height: 100%;
    position: absolute;
    left: -100%;
    width: 100%;
    transition: left 0.7s ease;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.customer_feedback_wqV::before {
    top: 0;
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, rgb(176,159,193,0.5) 0%, transparent 30%),
        radial-gradient(circle at 80% 80%, rgb(120,135,181,0.5) 0%, transparent 30%);
    height: 100%;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    z-index: 0;
    content: "";
}

.customer_feedback_wqV .value_prop_EN0 {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}

.customer_feedback_wqV h4::before {
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    height: 120px;
    position: absolute;
    content: "";
    width: 120px;
    border-radius: 50%;
    opacity: 0.3;
    left: 50%;
    border: 2px solid rgb(176,159,193,0.5);
}

.customer_feedback_wqV .client_ratings_Dkq {
    flex-wrap: wrap;
    justify-content: center;
    perspective: 1000px;
    margin: 0 -1.5rem;
    display: flex;
}

.customer_feedback_wqV .review_corner_vdM {
    overflow: hidden;
    transform: translateZ(0);
    border-radius: 23px;
    transition: all 0.5s ease;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgb(120,135,181,0.5);
    transform-style: preserve-3d;
    background: #ffffff;
    margin: 1.5rem;
    position: relative;
    width: calc(33.33% - 3rem);
    padding: 2.5rem;
}

.customer_feedback_wqV .review_corner_vdM {
    width: 100%;
    margin: 1rem 0;
}

.customer_feedback_wqV .review_corner_vdM:hover::before {
    animation: pulse 2s infinite;
    opacity: 0.1;
}



.customer_feedback_wqV .review_corner_vdM::after {
    top: 20px;
    position: absolute;
    width: 20px;
    opacity: 0.5;
    background: rgb(176,159,193,0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
    right: 20px;
    height: 20px;
    content: "";
}

.customer_feedback_wqV .review_corner_vdM:hover .img_grid_wrapper_Qo9 {
    transform: translateZ(40px) scale(1.1);
}

.customer_feedback_wqV .review_corner_vdM .img_grid_wrapper_Qo9::before {
    width: calc(100% + 20px);
    border: 1px dashed rgb(120,135,181,0.5);
    height: calc(100% + 20px);
    border-radius: 50%;
    animation: spin 30s linear infinite;
    opacity: 0;
    transition: all 0.5s ease;
    content: "";
    left: -10px;
    top: -10px;
    position: absolute;
}

.customer_feedback_wqV .review_corner_vdM:hover span {
    transform: translateZ(25px);
    color: rgb(176,159,193);
}

.customer_feedback_wqV .review_corner_vdM p {
    color: #000000;
    transition: all 0.4s ease;
    font-size: 15px;
    text-align: center;
    transform: translateZ(5px);
    position: relative;
    line-height: 1.7;
}

.customer_feedback_wqV .review_corner_vdM:nth-child(3n+3) {
    animation: float 8s ease-in-out infinite;
    animation-delay: 0.6s;
}

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

.course_benefits_8Ye::after {
    filter: blur(70px);
    width: 200px;
    background: rgb(120,135,181,0.5);
    z-index: 0;
    content: "";
    top: -50px;
    right: -50px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
}

.course_benefits_8Ye h5::after {
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
    position: absolute;
    height: 4px;
    bottom: -15px;
    left: 50%;
    background: linear-gradient(90deg, rgb(176,159,193), rgb(120,135,181));
    width: 80px;
}

.course_benefits_8Ye .value_prop_EN0 {
    padding: 30px;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.9),
                inset 5px 5px 10px rgba(255, 255, 255, 0.8),
                inset -5px -5px 10px rgba(0, 0, 0, 0.03);
    flex-direction: column;
    display: flex;
    border-radius: 12px;
    background: #ffffff;
}

.course_benefits_8Ye .value_prop_EN0 {
    padding: 50px;
}

.course_benefits_8Ye .value_prop_EN0:hover .img_grid_wrapper_Qo9 {
    transform: translateY(-5px);
    box-shadow: 15px 15px 25px rgba(0, 0, 0, 0.15);
}

.course_benefits_8Ye .value_prop_EN0:hover .img_grid_wrapper_Qo9 {
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0% 100%);
}

.course_benefits_8Ye .text_area_wrap_rQR {
    flex: 1;
    padding: 20px 10px;
}

.course_benefits_8Ye ul {
    margin: 0;
    padding: 0;
    display: grid;
    list-style: none;
    grid-template-columns: 1fr;
    gap: 22px;
}

.course_benefits_8Ye li:hover {
    transform: translateY(-3px) translateZ(0);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05),
                -10px -10px 20px rgba(255, 255, 255, 0.8),
                inset 1px 1px 2px rgba(255, 255, 255, 1);
}

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

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

.course_benefits_8Ye li p {
    line-height: 1.5;
    display: flex;
    margin: 0;
    color: #000000;
    align-items: flex-start;
    font-size: 12px;
}

.course_benefits_8Ye li:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.course_benefits_8Ye li:hover svg path:first-child {
    fill: rgb(176,159,193);
}

.course_benefits_8Ye li:nth-child(1) {
    animation: fadeInUp 0.5s 0.1s backwards;
}

.course_benefits_8Ye li:nth-child(3) {
    animation: fadeInUp 0.5s 0.3s backwards;
}

.course_benefits_8Ye li:nth-child(5) {
    animation: fadeInUp 0.5s 0.5s backwards;
}

.connect_uj7::before {
    content: "";
    transform: rotate(-15deg) translate3d(0, 0, 0);
    width: 30%;
    filter: blur(15px);
    z-index: 0;
    top: -5%;
    position: absolute;
    right: -5%;
    background: linear-gradient(225deg, rgb(176,159,193) 0%, rgb(176,159,193,0.5) 70%, transparent 100%);
    opacity: 0.15;
    border-radius: 10px;
    height: 30%;
}

.connect_uj7::before,
    .connect_uj7::after {
    animation: floatElement 15s infinite alternate ease-in-out;
}

.connect_uj7 .container {
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    perspective: 1000px;
    margin: 0 auto;
    z-index: 1;
}

.connect_uj7 .get_in_touch_twG:hover {
    transform: translateZ(0) rotateX(0deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05),
                0 2px 8px rgba(0, 0, 0, 0.1);
}

.connect_uj7 h3 {
    position: relative;
    font-size: 32px;
    font-weight: 700;
    color: rgb(176,159,193);
    margin-bottom: 1.5rem;
    display: inline-block;
}

.connect_uj7 h3::after {
    transform-origin: left;
    transition: transform 0.4s ease-out;
    bottom: -10px;
    background: linear-gradient(90deg, rgb(176,159,193) 0%, rgb(120,135,181) 100%);
    width: 60%;
    position: absolute;
    left: 0;
    height: 3px;
    transform: scaleX(1);
    content: "";
}

.connect_uj7 .edu_guide_QvH {
    list-style: none;
    margin: 2rem 0 0;
    display: flex;
    padding: 0;
    gap: 1.25rem;
    flex-direction: column;
}

.connect_uj7 .edu_coach_AjL:hover {
    border-left-width: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    background: linear-gradient(90deg, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(255, 255, 255, 0.9) 100%);
    transform: translateX(5px);
}

.connect_uj7 svg {
    width: 22px;
    height: 22px;
    transition: transform 0.3s ease;
}

.connect_uj7 .edu_coach_AjL:hover svg {
    transform: scale(1.1) rotate(5deg);
}

.connect_uj7 .edu_coach_AjL:hover svg path {
    fill: rgb(120,135,181);
}

.secure_retreat_3yi {
    background: linear-gradient(145deg, rgb(231,218,229), rgba(0, 0, 0, 0.5));
    position: relative;
    overflow: hidden;
    padding: 5rem 1.5rem;
}

.secure_retreat_3yi::after {
    z-index: 0;
    pointer-events: none;
    animation: pulse 15s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(176,159,193,0.5) 0%, transparent 70%);
    content: "";
    right: -50px;
    position: absolute;
    height: 250px;
    width: 250px;
    opacity: 0.12;
    bottom: -50px;
}

.secure_retreat_3yi h1 {
    font-size: 43px;
    animation: slideInRight 0.7s forwards 0.2s ease-out;
    display: inline-block;
    transform: translateX(-10px);
    color: rgb(176,159,193);
    opacity: 0;
    font-weight: 700;
    margin-bottom: 2rem;
    position: relative;
}

.secure_retreat_3yi h1::after {
    transform-origin: left;
    content: "";
    background: rgb(176,159,193);
    bottom: -8px;
    left: 0;
    animation: expandWidth 0.6s forwards 0.9s ease-in-out;
    height: 3px;
    position: absolute;
    transform: scaleX(0);
    width: 70px;
}

.secure_retreat_3yi h2::before {
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    background: rgb(120,135,181);
    top: 50%;
    position: absolute;
    width: 10px;
    height: 10px;
}

.secure_retreat_3yi h3::before {
    background: #000000;
    width: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    position: absolute;
    height: 8px;
    content: "";
}

.secure_retreat_3yi h4::before {
    background: #000000;
    content: "";
    transform: translateY(-50%) rotate(45deg);
    left: 0;
    position: absolute;
    top: 50%;
    width: 6px;
    height: 6px;
}

.secure_retreat_3yi p {
    max-width: 100%;
    color: #000000;
    transform: translateY(15px);
    font-size: 12px;
    margin-bottom: 1.5rem;
    opacity: 0;
    position: relative;
    line-height: 1.7;
    animation: fadeIn 0.7s forwards 0.7s ease-out;
}

.secure_retreat_3yi ul {
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
    list-style: none;
    position: relative;
}

.secure_retreat_3yi li {
    margin-bottom: 1rem;
    font-size: 12px;
    padding-left: 1rem;
    opacity: 0;
    animation: slideInRight 0.5s forwards ease-out;
    line-height: 1.7;
    transform: translateX(10px);
    position: relative;
    color: #000000;
}

.secure_retreat_3yi li:nth-child(2) {
    animation-delay: 0.9s;
}

.secure_retreat_3yi li::before {
    top: 10px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    animation-delay: calc(0.8s + var(--order) * 0.1s);
    position: absolute;
    content: "";
    left: -4px;
    transform: scale(0);
    animation: popIn 0.3s forwards ease-out;
    background: rgb(120,135,181);
}

.plan_list_pFR {
    padding: 120px 0;
    isolation: isolate;
    position: relative;
    overflow: hidden;
}

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

.plan_list_pFR .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
}

.plan_list_pFR .learn_offers_0yO {
    align-items: center;
    flex-direction: column;
    position: relative;
    display: flex;
}

.plan_list_pFR h2::after {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    width: 80px;
    background: rgb(176,159,193);
    height: 4px;
    margin: 16px auto 0;
    border-radius: 2px;
    content: "";
    transform: translateY(2px);
    display: block;
}

.plan_list_pFR .program_fees_9dU {
    display: grid;
    gap: 30px;
    margin: 0;
    list-style: none;
    width: 100%;
    z-index: 2;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    position: relative;
}

.plan_list_pFR .program_fees_9dU li:hover {
    transform: translateY(-8px);
}

.plan_list_pFR .cert_fees_wJE:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15),
                0 10px 20px rgba(0, 0, 0, 0.1);
}

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

.plan_list_pFR .cost_summary_Zzi::after {
    background: linear-gradient(225deg, rgb(176,159,193,0.5) 10%, transparent 70%);
    top: 0;
    z-index: -1;
    height: 180px;
    right: 0;
    width: 180px;
    opacity: 0.1;
    content: "";
    border-radius: 0 0 0 180px;
    transform: translate(50%, -50%);
    transition: all 0.5s ease;
    position: absolute;
}

.plan_list_pFR .skill_plans_iS4::before {
    z-index: -1;
    content: "";
    left: 0;
    height: 40%;
    width: 100%;
    background: linear-gradient(to top, rgba(rgb(176,159,193), 0.03), transparent);
    bottom: 0;
    position: absolute;
}

.plan_list_pFR .skill_plans_iS4 p {
    color: #000000;
    word-break: break-word;
    margin: 0 0 30px;
    flex-grow: 1;
    line-height: 1.6;
    overflow-wrap: break-word;
    font-size: 15px;
    hyphens: auto;
}

.plan_list_pFR .cert_fees_wJE:hover .plan_options_x5n {
    transform: scale(1.05);
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.07),
        -8px -8px 16px rgba(255, 255, 255, 0.9),
        inset 1px 1px 2px rgba(255, 255, 255, 0.6);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.5));
}

.course_candidates_W4G {
    padding: 110px 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #ffffff 0%, rgb(231,218,229) 100%);
}

.course_candidates_W4G::before {
    background: 
        linear-gradient(90deg, transparent 98%, rgb(120,135,181,0.5) 98%, rgb(120,135,181,0.5) 100%),
        linear-gradient(0deg, transparent 98%, rgb(120,135,181,0.5) 98%, rgb(120,135,181,0.5) 100%);
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: 30px 30px;
    z-index: 1;
    position: absolute;
    opacity: 0.4;
}

.course_candidates_W4G div > div {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-wrap: wrap;
}

.course_candidates_W4G div > div::before {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgb(176,159,193,0.5), transparent);
    width: 100%;
    position: absolute;
    z-index: -1;
    content: "";
    top: 50%;
    left: 0;
}

.course_candidates_W4G p {
    display: flex;
    font-size: 15px;
    padding: 20px;
    margin: 0;
    justify-content: flex-start;
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    color: #000000;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    position: relative;
    width: calc(33.333% - 50px);
    background: #ffffff;
    z-index: 1;
    border: 1px solid rgb(231,218,229);
}

.course_candidates_W4G p:hover {
    border-color: rgb(176,159,193,0.5);
    transform: translateY(-10px);
}

.course_candidates_W4G p:hover::before {
    opacity: 0.2;
}

.course_candidates_W4G p:hover::after {
    background: rgb(176,159,193);
    transform: scale(1.5);
}

.course_candidates_W4G p svg path {
    transition: fill 0.3s ease;
    fill: rgb(176,159,193);
}

.course_candidates_W4G p:hover svg {
    transform: rotate(15deg);
}



.course_candidates_W4G::after {
    background-repeat: no-repeat;
    right: 0;
    background-position: bottom right;
    opacity: 0.3;
    height: 300px;
    z-index: 1;
    bottom: 0;
    width: 300px;
    position: absolute;
    content: "";
}

.course_candidates_W4G .value_prop_EN0 > div p:nth-child(3) {
    animation-delay: 0.3s;
}

.course_candidates_W4G .value_prop_EN0 > div p:nth-child(5) {
    animation-delay: 0.5s;
}

.leadership_experience_ldz {
    padding: 6rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,218,229) 0%, rgb(176,159,193,0.5) 100%);
}

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

.leadership_experience_ldz .review_corner_vdM {
    grid-template-rows: auto auto;
    display: grid;
    transition: transform 0.5s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(120,135,181,0.5),
                0 10px 0 -5px rgb(176,159,193,0.5);
    position: relative;
    padding: 3rem;
    background: linear-gradient(120deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 100%);
    gap: 1.5rem;
    grid-template-areas:
        "photo quote"
        "info quote";
    backdrop-filter: blur(10px);
    transform: rotateY(-5deg);
    border-radius: 21px;
    grid-template-columns: 300px 1fr;
}

.leadership_experience_ldz .name {
    margin-bottom: 0.5rem;
    color: #000000;
    display: block;
    grid-area: info;
    font-size: 29px;
    transform: translateZ(20px);
    margin-top: 1rem;
    font-weight: 700;
}

.leadership_experience_ldz .past_career_vjG {
    border-radius: 0 21px 21px 0;
    grid-area: quote;
    color: #000000;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.8));
    font-weight: 400;
    padding: 1.5rem 2rem;
    position: relative;
    line-height: 1.6;
    border-left: 4px solid rgb(120,135,181);
    transform: translateZ(10px);
    font-size: calc(12px * 1.1);
}

.course_program_info_KOP {
    padding: 100px 0 120px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(231,218,229) 0%, rgba(245, 247, 250, 1) 100%);
}

.course_program_info_KOP::after {
    top: -50%;
    content: "";
    width: 70%;
    position: absolute;
    transform: rotate(-15deg);
    background: linear-gradient(135deg, rgba(rgb(176,159,193,0.5), 0.08) 0%, rgba(rgb(120,135,181,0.5), 0.05) 100%);
    z-index: 0;
    right: -20%;
    height: 200%;
}

.course_program_info_KOP h2 {
    color: #000000;
    margin-right: auto;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.3;
    transform: perspective(1000px) rotateX(0deg);
    max-width: 800px;
    font-weight: 700;
    margin-left: auto;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    font-size: 35px;
}

.course_program_info_KOP h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}

.course_program_info_KOP .job_training_SLi {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    transform-style: preserve-3d;
    gap: 40px;
    align-items: center;
    position: relative;
    perspective: 1000px;
}

.course_program_info_KOP .img_grid_wrapper_Qo9::before {
    width: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.7;
    background: linear-gradient(
        to bottom,
        rgba(rgb(176,159,193,0.5), 0.2),
        rgba(rgba(0, 0, 0, 0.5), 0.4)
    );
    z-index: 1;
    height: 100%;
    transition: opacity 0.3s ease;
    position: absolute;
}

.course_program_info_KOP .description {
    margin-bottom: 24px;
    line-height: 1.8;
    color: #000000;
    font-size: 16px;
    transition: transform 0.3s ease;
    position: relative;
}

.course_program_info_KOP .description:last-of-type {
    position: relative;
    border-left: 3px solid rgb(120,135,181);
    padding-left: 20px;
}

.course_program_info_KOP .description:first-of-type:hover::before {
    height: 100%;
}

.connect_form_IYm {
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background: linear-gradient(
        225deg, 
        rgb(231,218,229) 0%, 
        rgb(120,135,181,0.5) 100%
    );
}

.connect_form_IYm::after {
    opacity: 0.6;
    height: 200%;
    position: absolute;
    width: 200%;
    background: radial-gradient(
        circle at center, 
        rgb(176,159,193,0.5) 0%, 
        transparent 70%
    );
    z-index: 2;
    left: -50%;
    top: -50%;
    animation: circuit-pulse 10s infinite alternate;
    content: '';
}

.connect_form_IYm .container {
    position: relative;
    padding: 0 1rem;
    max-width: 1300px;
    z-index: 3;
    margin: 0 auto;
}

.connect_form_IYm h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 39px;
    position: relative;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 3rem;
}

.connect_form_IYm h2::after {
    width: 30%;
    right: 0;
}

.connect_form_IYm .contact_query_xtD {
    transition: transform 0.3s ease;
    background: rgb(120,135,181,0.5);
    border: 1px solid rgb(176,159,193,0.5);
    align-items: stretch;
    border-radius: 14px;
    transform: rotateX(5deg) scale(0.98);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    display: flex;
}

.connect_form_IYm .support_list_Sj1 {
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    padding: 4rem 3rem;
    flex: 0 0 60%;
}

.connect_form_IYm .support_list_Sj1::before {
    border-radius: 50%;
    content: '';
    animation: signal-pulse 2s infinite alternate;
    right: 2rem;
    height: 10px;
    top: 2rem;
    position: absolute;
    box-shadow: 0 0 20px rgb(176,159,193);
    width: 10px;
    background: rgb(176,159,193);
}

.connect_form_IYm .support_list_Sj1 input:not([type="checkbox"]):not([type="submit"]) {
    background: rgb(120,135,181,0.5);
    transition: all 0.3s ease;
    outline: none;
    font-size: 14px;
    border-radius: 10px;
    z-index: 2;
    color: #ffffff;
    position: relative;
    margin-bottom: 1.5rem;
    border: 1px solid rgb(176,159,193,0.5);
    width: 100%;
    padding: 1rem 1.5rem;
}

.connect_form_IYm .support_list_Sj1 input:not([type="checkbox"]):not([type="submit"]):focus {
    border-color: rgb(176,159,193);
    box-shadow: 0 0 15px rgb(176,159,193,0.5);
}

.connect_form_IYm .support_list_Sj1 .reach_box_xo6 {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.connect_form_IYm .support_list_Sj1 .reach_box_xo6 input[type="checkbox"]:checked {
    border-color: rgb(176,159,193);
    background: rgb(176,159,193);
}

.connect_form_IYm .support_list_Sj1 .reach_box_xo6 input[type="checkbox"]:checked::after {
    content: '✔';
    left: 50%;
    font-size: 0.8rem;
    color: #ffffff;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.connect_form_IYm .support_list_Sj1 .reach_box_xo6 a:hover {
    text-decoration: underline;
}

.connect_form_IYm .support_list_Sj1 .request_list_OLa {
    font-size: 16px;
    transition: all 0.3s ease;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none;
    background: rgb(176,159,193);
    cursor: pointer;
    padding: 1rem;
    overflow: hidden;
    color: #ffffff;
    font-weight: 600;
    border-radius: 10px;
}

.connect_form_IYm .support_list_Sj1 .request_list_OLa:hover::before {
    left: 100%;
}

.thanksPanel_s8N {
    background: linear-gradient(135deg, rgb(231,218,229) 0%, rgb(176,159,193,0.5) 30%, rgb(231,218,229) 70%, rgb(120,135,181,0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}

.thanksPanel_s8N::after {
    content: "";
    opacity: 0.7;
    width: 100%;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    z-index: 0;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
}

.thanksPanel_s8N .value_prop_EN0::before {
    height: 10px;
    content: "";
    left: 50%;
    width: 80%;
    transform: translateX(-50%);
    top: -5px;
    opacity: 0.6;
    background: linear-gradient(90deg, transparent, rgb(176,159,193) 50%, transparent);
    border-radius: 10px;
    position: absolute;
}

.thanksPanel_s8N .value_prop_EN0::after {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(120,135,181) 50%, transparent);
    height: 10px;
    opacity: 0.6;
    left: 50%;
    content: "";
    bottom: -5px;
    width: 80%;
    position: absolute;
    border-radius: 10px;
}

.thanksPanel_s8N h5 {
    margin: 0;
    line-height: 1.4;
    color: #000000;
    font-weight: 700;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 18px;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateY(0);
}

.thanksPanel_s8N a::before {
    height: 100%;
    content: "";
    transition: opacity 0.3s ease;
    width: 10px;
    background: linear-gradient(to right, transparent, rgb(176,159,193,0.5), transparent);
    opacity: 0;
    transform: skewX(-20deg);
    position: absolute;
    animation: shine 3s infinite;
    top: 0;
    left: -30px;
}

.thanksPanel_s8N .value_prop_EN0:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
}

.title_screen_tuj::after {
    background: rgb(176,159,193,0.5);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 70%;
    top: 20%;
    position: absolute;
    width: 200px;
    filter: blur(40px);
    height: 200px;
    z-index: 0;
    right: 15%;
    content: "";
}

.title_screen_tuj .skill_expertise_UbE {
    position: relative;
    animation: titleFloat 6s ease-in-out infinite;
    color: #000000;
    font-weight: 700;
    transform: translateY(0);
    font-size: 45px;
    margin-bottom: 24px;
}

.title_screen_tuj p {
    line-height: 1.7;
    max-width: 500px;
    animation: fadeInUp 0.8s 0.2s both;
    margin-bottom: 30px;
    color: #000000;
    position: relative;
    font-size: 14px;
}

.title_screen_tuj .learn_pro_N67 {
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.5), 
              -12px -12px 24px #ffffff,
              inset 3px 3px 8px rgb(255, 255, 255, 0.5),
              inset -3px -3px 8px rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    overflow: hidden;
    transform: perspective(800px) rotateY(-5deg);
    transition: transform 0.5s, box-shadow 0.5s;
    width: 100%;
    height: 360px;
    position: relative;
}

.title_screen_tuj .learn_pro_N67 span {
    border-radius: 8px;
    z-index: 2;
    right: 20px;
    bottom: 20px;
    padding: 15px;
    left: 20px;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    position: absolute;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.4s ease;
    backdrop-filter: blur(4px);
}

.instructional_approach_eGa {
    position: relative;
    padding: 180px 0 150px;
    overflow: visible;
    background: linear-gradient(155deg, rgb(231,218,229) 0%, rgb(176,159,193,0.5) 100%);
}

.instructional_approach_eGa .value_prop_EN0 {
    margin: 0 auto;
    justify-content: flex-start;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    max-width: 1200px;
    display: flex;
}

.instructional_approach_eGa .text_area_wrap_rQR h2 {
    font-size: 28px;
    position: relative;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0;
    backdrop-filter: blur(10px);
    z-index: 4;
    border-radius: 0 24px 24px 0;
    transform: translateX(-80px) translateY(20px);
    background: linear-gradient(120deg, rgb(176,159,193,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.15);
    padding: 40px;
    align-self: flex-start;
}

.instructional_approach_eGa .text_area_wrap_rQR::before {
    width: 300px;
    border: 2px solid rgb(176,159,193,0.5);
    height: 300px;
    top: -130px;
    position: absolute;
    right: -200px;
    transform: rotate(25deg);
    animation: rotate-float 40s infinite linear;
    z-index: 1;
    opacity: 0.1;
    content: '';
}

.instructional_approach_eGa .text_area_wrap_rQR h2::before {
    transform: rotate(45deg);
    content: '';
    left: -25px;
    z-index: -1;
    opacity: 0.1;
    height: 80px;
    width: 80px;
    top: -25px;
    background: rgb(176,159,193);
    position: absolute;
}

.instructional_approach_eGa .text_area_wrap_rQR p::before {
    width: 15px;
    background: rgb(120,135,181,0.5);
    right: 0;
    content: '';
    position: absolute;
    height: 70%;
    top: 15%;
    opacity: 0.3;
}

.instructional_approach_eGa::after {
    background: linear-gradient(90deg, transparent 0%, rgb(176,159,193) 60%, rgb(176,159,193) 100%);
    content: '';
    position: absolute;
    z-index: 1;
    width: 35%;
    bottom: 50px;
    opacity: 0.3;
    height: 2px;
    right: 0;
}

.instructional_approach_eGa .value_prop_EN0::after {
    background: linear-gradient(to bottom, transparent, rgb(176,159,193,0.5), transparent);
    opacity: 0.2;
    height: 150%;
    content: '';
    left: 30%;
    position: absolute;
    width: 1px;
    z-index: 0;
    top: -25%;
}

.subscr_info_CKy::after {
    height: 100%;
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    z-index: -1;
    left: 0;
    content: "";
    width: 100%;
    top: 0;
    opacity: 0.5;
    position: absolute;
}

.subscr_info_CKy .company_holder {
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    background: rgba(0, 0, 0, 0.4);
    margin-bottom: 4rem;
    position: relative;
    border: 1px solid rgba(rgb(176,159,193), 0.3);
    backdrop-filter: blur(5px);
    padding: 2rem;
    border-radius: 10px;
}

.subscr_info_CKy .company_holder h3 {
    font-size: calc(32px * 1.2);
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    font-weight: 700;
    text-shadow: 0 0 10px rgb(176,159,193), 0 0 20px rgb(176,159,193), 0 0 30px rgb(176,159,193);
    letter-spacing: 2px;
    position: relative;
    display: inline-block;
}

.subscr_info_CKy .tech_stack_fih {
    padding-left: 1rem;
    border-left: 2px solid rgb(176,159,193);
    line-height: 1.6;
    margin-top: 1.5rem;
    opacity: 0.8;
    color: #ffffff;
    font-size: 18px;
}

.subscr_info_CKy .edu_global_vq1::before {
    height: 1px;
    top: -20px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    background: linear-gradient(90deg, transparent, rgb(176,159,193), transparent);
}

.subscr_info_CKy .main_mentor_svB:hover {
    background: rgba(rgb(176,159,193,0.5), 0.1);
    transform: translateY(-5px);
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
}

.subscr_info_CKy .main_mentor_svB h5 {
    color: rgb(120,135,181);
    margin-bottom: 1.5rem;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    text-transform: uppercase;
    font-size: 22px;
}

.subscr_info_CKy .main_mentor_svB .main_pagebar_uXm {
    gap: 1rem;
    flex-direction: column;
    display: flex;
}

.subscr_info_CKy .main_mentor_svB .main_pagebar_uXm a::before {
    content: "//";
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    font-size: 0.8em;
    color: rgb(176,159,193);
}

.subscr_info_CKy .main_mentor_svB .main_pagebar_uXm a:hover {
    text-shadow: 0 0 5px rgb(176,159,193);
    color: rgb(176,159,193);
    opacity: 1;
}

.idea_pool_jKu::before {
    position: absolute;
    left: 0;
    top: 0;
    background-image: 
        linear-gradient(90deg, transparent, rgb(176,159,193), transparent);
    height: 1px;
    content: "";
    width: 100%;
}

.idea_pool_jKu .donate_btn_Y3r {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 1px;
    opacity: 0.7;
    text-align: center;
}

header::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    top: 0;
    content: '';
    left: 0;
}

header .main_nav_mK8::before {
    opacity: 0.1;
    transition: all 0.3s ease;
    bottom: -5px;
    z-index: -1;
    top: -5px;
    content: '';
    right: -5px;
    left: -5px;
    transform: skew(-5deg);
    position: absolute;
    border: 2px solid #ffffff;
}

header .main_nav_mK8:hover::before {
    opacity: 0;
}

header .main_nav_mK8:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}

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

header .main_mentor_svB {
    z-index: 2;
    margin: 0;
    position: relative;
    padding: 0;
    display: flex;
    list-style: none;
}

header .top_section_cgM a::before {
    z-index: -1;
    right: -2px;
    bottom: -2px;
    transform: scale(0.9);
    opacity: 0;
    left: -2px;
    background: #ffffff;
    top: -2px;
    position: absolute;
    content: '';
    transition: opacity 0.3s ease;
}

header .top_section_cgM a:hover {
    text-shadow: none;
    transform: translateY(-3px);
    color: rgb(176,159,193);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
    border-color: #ffffff;
}

header .top_section_cgM a:hover::before {
    transform: scale(1);
    opacity: 1;
}

header .top_section_cgM:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .main_mainwrap_uXD::before {
    width: 100%;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    content: '';
    height: 1px;
    left: 0;
    top: 0;
}

header .head_skill_4KC {
    position: relative;
    background: rgb(231,218,229);
    padding-top: 2rem;
    z-index: 1;
}

.cookie_warning_overlay_gSk {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(176,159,193);
    background: rgb(231,218,229);
}

#privacyTermsModal_0MZ {
    display: none;
}

.cookie_warning_overlay_gSk p {
    font-size: 18px;
}

.track_accept_Yky {
    margin-right: 10px;
    flex-shrink: 0;
}

.track_settings_D5m {
    white-space: nowrap;
    color: rgb(176,159,193);
    font-size: 24px;
    margin-left: 10px;
    min-width: 120px;
    border-bottom: 2px solid rgb(176,159,193);
    text-align: center;
    line-height: 35px;
    flex-shrink: 0;
    text-decoration: none;
    cursor: pointer;
}

.wrapper-viewport_SRg .track_settings_D5m {
    border: none;
    font-weight: 400;
    margin-left: 30px;
    padding: 10px;
    background: rgb(176,159,193);
    font-size: 20px;
    color: #ffffff;
}


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


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 991px) {.who_we_are_604 {
    padding: 80px 0 60px;
}.who_we_are_604 .text_area_wrap_rQR {
    padding: 2.5rem;
    transform: perspective(800px) rotateY(-0.5deg);
}.who_we_are_604 h1 {
    font-size: calc(48px * 0.9);
    margin-bottom: 1.5rem;
}.who_we_are_604 h4 {
    font-size: calc(18px * 0.95);
}
}



@media (max-width: 480px) {.get_updates_UNa {
    padding: 40px 0;
}.get_updates_UNa .value_prop_EN0 {
    transform: none;
    padding: 25px 20px;
}.get_updates_UNa h3 {
    margin-bottom: 20px;
    font-size: 1.2rem;
}.get_updates_UNa .input_holder input[type="email"],
  .get_updates_UNa .input_holder .free_lessons_jH5 {
    height: 50px;
}}



@media (max-width: 992px) {.customer_feedback_wqV {
    padding: 5rem 1.5rem;
}.customer_feedback_wqV h4 {
    margin-bottom: 4rem;
    font-size: calc(35px * 0.9);
}.customer_feedback_wqV .review_corner_vdM {
    width: calc(50% - 3rem);
}.customer_feedback_wqV .review_corner_vdM:nth-child(3n+1),
    .customer_feedback_wqV .review_corner_vdM:nth-child(3n+2),
    .customer_feedback_wqV .review_corner_vdM:nth-child(3n+3) {
    animation-duration: 5s;
}
}



@media (max-width: 767px) {.course_benefits_8Ye {
    padding: 80px 0 60px;
}.course_benefits_8Ye h5 {
    padding: 0 20px;
    line-height: 1.4;
}.course_benefits_8Ye .value_prop_EN0 {
    padding: 25px 20px;
}.course_benefits_8Ye li {
    padding: 15px;
}.course_benefits_8Ye li p {
    font-size: calc(12px * 0.95);
}.course_benefits_8Ye li svg {
    height: 20px;
    width: 20px;
}
}



@media (min-width: 768px) {.connect_uj7 .get_in_touch_twG {
    max-width: 90%;
    padding: 4rem;
    margin: 0 auto;
}.connect_uj7 .edu_guide_QvH {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.connect_uj7 h3 {
    font-size: calc(32px + 0.25rem);
}.connect_uj7 p {
    max-width: 80%;
    font-size: calc(14px + 0.1rem);
}
}



@media (max-width: 480px) {.connect_uj7 {
    padding: 2rem 0;
}.connect_uj7 .container {
    padding: 0 1rem;
}.connect_uj7 .get_in_touch_twG {
    padding: 1.5rem;
}.connect_uj7 h3 {
    font-size: calc(32px - 0.5rem);
}.connect_uj7 p {
    font-size: calc(14px - 0.1rem);
}.connect_uj7 h5 {
    font-size: calc(20px - 0.1rem);
}.connect_uj7 .edu_coach_AjL {
    padding: 0.5rem 0.75rem;
    font-size: calc(14px - 0.2rem);
}.connect_uj7 svg {
    height: 18px;
    width: 18px;
}}



@media (max-width: 480px) {.secure_retreat_3yi {
    padding: 2.5rem 0.75rem;
}.secure_retreat_3yi .container {
    padding: 1.25rem;
}.secure_retreat_3yi h1 {
    margin-bottom: 1.25rem;
    font-size: calc(43px * 0.75);
}.secure_retreat_3yi h1::after {
    height: 2px;
    width: 50px;
}.secure_retreat_3yi h2 {
    padding-left: 15px;
    font-size: calc(30px * 0.8);
    margin: 2rem 0 1rem;
}.secure_retreat_3yi h2::before {
    width: 8px;
    height: 8px;
}.secure_retreat_3yi h3, 
    .secure_retreat_3yi h4 {
    padding-left: 12px;
}.secure_retreat_3yi h3::before,
    .secure_retreat_3yi h4::before {
    height: 6px;
    width: 6px;
}.secure_retreat_3yi p, 
    .secure_retreat_3yi li,
    .secure_retreat_3yi span {
    line-height: 1.6;
    font-size: calc(12px * 0.9);
}.secure_retreat_3yi ul::before {
    width: 1px;
}.secure_retreat_3yi li::before {
    height: 6px;
    top: 8px;
    left: -3px;
    width: 6px;
}}



@media (max-width: 768px) {.plan_list_pFR {
    padding: 60px 0;
}.plan_list_pFR .program_fees_9dU {
    max-width: 500px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.plan_list_pFR h2 {
    font-size: calc(32px - 4px);
}.plan_list_pFR .skill_plans_iS4 h4 {
    font-size: 21px;
}.plan_list_pFR .skill_plans_iS4 p {
    font-size: calc(15px - 1px);
}
}



@media (max-width: 991px) {.course_candidates_W4G {
    padding: 90px 0;
}.course_candidates_W4G h4 {
    padding: 12px 25px;
    margin-bottom: 50px;
    font-size: calc(36px * 0.9);
}.course_candidates_W4G div > div {
    gap: 30px;
}.course_candidates_W4G p {
    padding: 18px;
    width: calc(50% - 30px);
}.course_candidates_W4G p svg {
    margin-right: 12px;
    width: 24px;
    height: 24px;
}.course_candidates_W4G::after {
    height: 200px;
    width: 200px;
}
}



@media (max-width: 576px) {.course_candidates_W4G {
    padding: 60px 0;
}.course_candidates_W4G h4 {
    margin-bottom: 35px;
    padding: 8px 16px;
    font-size: calc(36px * 0.7);
    border-width: 1px;
    box-shadow: 2px 2px 0 rgb(176,159,193,0.5);
}.course_candidates_W4G div > div {
    gap: 20px;
}.course_candidates_W4G p {
    padding: 12px;
    font-size: calc(15px * 0.9);
}.course_candidates_W4G p svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}.course_candidates_W4G p::after {
    width: 12px;
    top: -5px;
    height: 12px;
    left: -5px;
}.course_candidates_W4G::after {
    width: 100px;
    height: 100px;
}}



@media (max-width: 576px) {.leadership_experience_ldz {
    padding: 4rem 0;
}.leadership_experience_ldz .review_corner_vdM {
    padding: 1.5rem;
    transform: none;
}.leadership_experience_ldz .img_grid_wrapper_Qo9 {
    height: 140px;
    width: 140px;
}.leadership_experience_ldz .past_career_vjG {
    font-size: 12px;
    padding: 1rem;
}}



@media screen and (max-width: 768px) {.course_program_info_KOP {
    padding: 60px 0 80px;
}.course_program_info_KOP h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.course_program_info_KOP h2::after {
    width: 60px;
    bottom: -12px;
}.course_program_info_KOP .img_grid_wrapper_Qo9 {
    height: 320px;
}.course_program_info_KOP .text_area_wrap_rQR {
    max-height: 400px;
}.course_program_info_KOP .description {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (hover: none) {.course_program_info_KOP h2:hover,
    .course_program_info_KOP .img_grid_wrapper_Qo9:hover {
    transform: none;
}.course_program_info_KOP h2:hover::after {
    width: 80px;
}}



@media screen and (max-width: 1024px) {.connect_form_IYm .contact_query_xtD {
    flex-direction: column;
    transform: none;
}.connect_form_IYm .img_grid_wrapper_Qo9 {
    flex: 0 0 100%;
    min-height: 300px;
}.connect_form_IYm .support_list_Sj1 {
    padding: 3rem 2rem;
    flex: 0 0 100%;
}
}



@media screen and (max-width: 480px) {.connect_form_IYm .contact_query_xtD {
    border-radius: 0;
}.connect_form_IYm .img_grid_wrapper_Qo9 {
    min-height: 250px;
}.connect_form_IYm .support_list_Sj1 {
    padding: 2rem 1.5rem;
}}



@media (min-width: 768px) {.thanksPanel_s8N {
    padding: 150px 0;
}.thanksPanel_s8N .value_prop_EN0 {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    max-width: 85%;
    padding: 4rem 5rem;
    margin: 0 auto;
}.thanksPanel_s8N .value_prop_EN0:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.thanksPanel_s8N h5 {
    font-size: calc(18px * 1.2);
}.thanksPanel_s8N p {
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: calc(13px * 1.1);
}
}



@media (max-width: 992px) {.title_screen_tuj {
    padding: 80px 0;
}.title_screen_tuj > div {
    grid-template-columns: 1fr;
    gap: 30px;
}.title_screen_tuj .skill_expertise_UbE {
    font-size: calc(45px * 0.85);
}.title_screen_tuj .learn_pro_N67 {
    height: 320px;
    transform: perspective(800px) rotateY(0);
}
}



@media (max-width: 576px) {.title_screen_tuj {
    padding: 40px 0;
}.title_screen_tuj .skill_expertise_UbE {
    font-size: calc(45px * 0.6);
}.title_screen_tuj .learn_pro_N67 {
    height: 240px;
}.title_screen_tuj .learn_pro_N67 span {
    padding: 10px;
}.title_screen_tuj .learn_pro_N67 h3 {
    font-size: calc(24px * 0.8);
}.title_screen_tuj::after {
    width: 120px;
    height: 120px;
}}



@media screen and (max-width: 992px) {.instructional_approach_eGa {
    padding: 150px 0 120px;
}.instructional_approach_eGa .text_area_wrap_rQR {
    width: 75%;
}.instructional_approach_eGa .text_area_wrap_rQR h2 {
    padding: 35px;
    transform: translateX(-40px) translateY(15px);
}.instructional_approach_eGa .text_area_wrap_rQR p {
    transform: translateX(30px);
    padding: 35px;
}.instructional_approach_eGa .text_area_wrap_rQR::before {
    height: 200px;
    width: 200px;
    right: -100px;
    top: -100px;
}.instructional_approach_eGa .text_area_wrap_rQR::after {
    width: 150px;
    bottom: -75px;
    left: -75px;
    height: 150px;
}.instructional_approach_eGa .value_prop_EN0::after {
    left: 20%;
}
}



@media screen and (max-width: 480px) {.instructional_approach_eGa {
    padding: 100px 0 80px;
}.instructional_approach_eGa .text_area_wrap_rQR {
    width: 100%;
}.instructional_approach_eGa .text_area_wrap_rQR h2 {
    font-size: calc(28px * 0.8);
    padding: 25px;
}.instructional_approach_eGa .text_area_wrap_rQR p {
    font-size: calc(12px * 0.9);
    padding: 25px;
}}



@media screen and (max-width: 992px) {.subscr_info_CKy .edu_global_vq1 {
    flex-direction: column;
}.subscr_info_CKy .main_pagebar_uXm {
    flex-direction: column;
}.subscr_info_CKy .main_mentor_svB {
    margin-bottom: 1rem;
    width: 100%;
}.idea_pool_jKu {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}



@media screen and (max-width: 576px) {.subscr_info_CKy {
    padding: 3rem 0 2rem;
}.subscr_info_CKy .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.subscr_info_CKy .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(32px * 0.85);
}.subscr_info_CKy .tech_stack_fih {
    font-size: calc(18px * 0.9);
}.subscr_info_CKy .main_mentor_svB {
    padding: 1rem;
}.subscr_info_CKy .main_mentor_svB .main_pagebar_uXm a {
    font-size: calc(18px * 0.9);
}.idea_pool_jKu {
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
    padding: 1rem 0;
}.idea_pool_jKu .donate_btn_Y3r::before,
    .idea_pool_jKu .donate_btn_Y3r::after {
    display: none;
}}



@media (max-width: 767px) {header {
    padding: 0;
}header .main_mainwrap_uXD {
    padding: 0.8rem 1.5rem;
}header .main_nav_mK8 {
    max-width: 140px;
}header .main_nav_mK8::before, 
    header .main_nav_mK8::after {
    right: -3px;
    bottom: -3px;
    left: -3px;
    top: -3px;
}header .head_train_BOt img {
    max-height: 35px;
}header .main_mentor_svB {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    padding-bottom: 0.5rem;
    justify-content: flex-start;
    scrollbar-width: thin;
    margin-top: 0.8rem;
}header .main_mentor_svB::-webkit-scrollbar {
    height: 3px;
}header .main_mentor_svB::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .top_section_cgM {
    flex: 0 0 auto;
    margin: 0 0.2rem;
}header .top_section_cgM a {
    height: 32px;
    white-space: nowrap;
    padding: 0 0.8rem;
    font-size: calc(15px - 2px);
}header .top_section_cgM::after {
    display: none;
}
}



@keyframes float {
    0% {
        transform: rotate(15deg) translate(0, 0);
    }
    50% {
        transform: rotate(12deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(18deg) translate(10px, -10px);
    }
}

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

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


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



@keyframes slideInRight {
    from {
        transform: translateX(-10px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}



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



@keyframes expandWidth {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}



@keyframes pulse {
    0%, 100% {
        opacity: 0.12;
        transform: scale(1);
    }
    50% {
        opacity: 0.08;
        transform: scale(1.1);
    }
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



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



@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}



@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}


    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }



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



@keyframes pulse-width {
    0%, 100% {
        width: 170px;
        opacity: 0.3;
    }
    50% {
        width: 120px;
        opacity: 0.5;
    }
}



@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(176,159,193), 0 0 20px rgb(176,159,193);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

