* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}.intern_opp_fVXPj {
    flex: 0 0 auto;
}.nav_expert_CfzeI {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    color: #000000;
    height: 100%;
}.wrapper-skeleton_ELYWV {
    display: flex;
    height: 100%;
    min-height: 100%;
    flex-direction: column;
}.container {
    width: 1154px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_information_PvQKR {
    overflow: hidden;
    padding: 100px 0;
    background: rgb(210,220,218);
    position: relative;
}.contact_information_PvQKR::before {
    content: "";
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(195,186,171,0.5) 0%, transparent 50%, rgb(178,132,143,0.5) 100%);
    z-index: 1;
}.contact_information_PvQKR::after {
    width: 100%;
    animation: pulse 15s infinite alternate;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 70%, rgb(195,186,171,0.5) 0%, transparent 30%);
    top: 0;
}.contact_information_PvQKR .container {
    z-index: 5;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}.contact_information_PvQKR h3 {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    font-weight: 700;
    font-size: 34px;
    color: #000000;
}.contact_information_PvQKR h3::after {
    position: absolute;
    width: 80px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
    background: rgb(195,186,171);
    content: "";
    bottom: -15px;
    height: 3px;
}.contact_information_PvQKR .image_zoom_wtPbG {
    top: 0;
    width: 100%;
    filter: grayscale(40%) contrast(120%);
    position: absolute;
    opacity: 0.1;
    height: 100%;
    left: 0;
    z-index: 0;
}.contact_information_PvQKR .image_zoom_wtPbG::after {
    content: "";
    background: linear-gradient(to right, rgb(195,186,171,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}.reach_panel_dRAXg {
    position: relative;
    justify-content: space-between;
    z-index: 10;
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
}.reach_panel_dRAXg::before {
    top: 0;
    height: 100%;
    left: 0;
    z-index: 1;
    width: 10px;
    position: absolute;
    background: rgb(195,186,171);
    content: "";
}.reach_panel_dRAXg .message_query_saCJd {
    position: relative;
    padding: 50px;
    flex: 0 0 60%;
}.reach_panel_dRAXg .message_query_saCJd::before {
    width: 1px;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(178,132,143,0.5), transparent);
    content: "";
    height: 100%;
    top: 0;
    right: 0;
}.reach_panel_dRAXg .message_query_saCJd h3 {
    font-weight: 600;
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-size: 22px;
}.reach_panel_dRAXg .message_query_saCJd h3::after {
    width: 60px;
    transform: none;
    left: 0;
}.reach_panel_dRAXg .message_query_saCJd form {
    display: flex;
    flex-direction: column;
}.reach_panel_dRAXg .message_query_saCJd input[type="text"],
.reach_panel_dRAXg .message_query_saCJd textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 18px;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px 20px;
}.reach_panel_dRAXg .message_query_saCJd input[type="text"]:focus,
.reach_panel_dRAXg .message_query_saCJd textarea:focus {
    border-color: rgb(195,186,171);
    box-shadow: 0 0 0 3px rgb(195,186,171,0.5);
    outline: none;
}.reach_panel_dRAXg .message_query_saCJd textarea {
    resize: vertical;
    min-height: 150px;
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
    position: relative;
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ label {
    position: relative;
    font-size: calc(18px - 2px);
    padding-left: 30px;
    cursor: pointer;
    line-height: 1.5;
    color: #000000;
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ label::before {
    transition: all 0.3s ease;
    border-radius: 10px;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    top: 2px;
    left: 0;
    position: absolute;
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ input[type="checkbox"]:checked + label::before {
    background: rgb(195,186,171);
    border-color: rgb(195,186,171);
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    width: 6px;
    top: 4px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    border: solid #ffffff;
    content: "";
    left: 7px;
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ a {
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(195,186,171);
    font-weight: 600;
}.reach_panel_dRAXg .message_query_saCJd .query_block_XNlIZ a:hover {
    text-decoration: underline;
}.reach_panel_dRAXg .message_query_saCJd .connect_query_rYhHM {
    background: rgb(195,186,171);
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    font-size: 20px;
    position: relative;
    display: inline-block;
    border: none;
    z-index: 1;
    padding: 15px 30px;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    align-self: flex-start;
}.reach_panel_dRAXg .message_query_saCJd .connect_query_rYhHM::before {
    content: "";
    z-index: -1;
    background: rgb(178,132,143);
    transition: all 0.5s ease;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
}.reach_panel_dRAXg .message_query_saCJd .connect_query_rYhHM:hover::before {
    left: 0;
}.reach_panel_dRAXg .message_query_saCJd .connect_query_rYhHM:hover {
    box-shadow: 0 10px 20px rgb(195,186,171,0.5);
    transform: translateY(-2px);
}.reach_panel_dRAXg .feedback_widget_xYjgO {
    flex: 0 0 40%;
    position: relative;
    padding: 50px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(195,186,171,0.5) 0%, rgb(210,220,218) 100%);
}.reach_panel_dRAXg .feedback_widget_xYjgO::before {
    position: absolute;
    top: -50%;
    height: 100%;
    width: 100%;
    right: -50%;
    content: "";
    background: radial-gradient(circle, rgb(195,186,171,0.5) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}.reach_panel_dRAXg .feedback_widget_xYjgO h4 {
    position: relative;
    font-size: 22px;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
}.reach_panel_dRAXg .feedback_widget_xYjgO h4::after {
    position: absolute;
    left: 0;
    height: 3px;
    background: rgb(195,186,171);
    border-radius: 10px;
    content: "";
    width: 60px;
    bottom: -15px;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc {
    list-style: none;
    padding: 0;
    margin: 0;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li {
    z-index: 1;
    position: relative;
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li:last-child {
    margin-bottom: 0;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li svg path {
    transition: all 0.3s ease;
    fill: rgb(195,186,171);
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li:hover svg path {
    fill: rgb(178,132,143);
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li span {
    color: #000000;
    line-height: 1.5;
    font-size: 18px;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li a {
    color: #000000;
    transition: all 0.3s ease;
    text-decoration: none;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li a:hover {
    color: rgb(195,186,171);
}

@keyframes pulse {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.5;
        transform: scale(1);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 992px) {.contact_information_PvQKR {
    padding: 80px 0;
}.reach_panel_dRAXg {
    flex-direction: column;
}.reach_panel_dRAXg .message_query_saCJd,
    .reach_panel_dRAXg .feedback_widget_xYjgO {
    width: 100%;
    flex: 0 0 100%;
}.reach_panel_dRAXg .message_query_saCJd::before {
    width: 100%;
    right: 0;
    background: linear-gradient(to right, transparent, rgb(178,132,143,0.5), transparent);
    bottom: 0;
    top: auto;
    height: 1px;
}
}

@media screen and (max-width: 768px) {.contact_information_PvQKR {
    padding: 60px 0;
}.contact_information_PvQKR h3 {
    font-size: calc(34px - 4px);
}.reach_panel_dRAXg .message_query_saCJd,
    .reach_panel_dRAXg .feedback_widget_xYjgO {
    padding: 30px;
}.reach_panel_dRAXg .message_query_saCJd h3,
    .reach_panel_dRAXg .feedback_widget_xYjgO h4 {
    font-size: calc(22px - 2px);
}.reach_panel_dRAXg .message_query_saCJd input[type="text"],
    .reach_panel_dRAXg .message_query_saCJd textarea {
    padding: 12px 15px;
}.reach_panel_dRAXg .message_query_saCJd .connect_query_rYhHM {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.contact_information_PvQKR {
    padding: 40px 0;
}.reach_panel_dRAXg .message_query_saCJd,
    .reach_panel_dRAXg .feedback_widget_xYjgO {
    padding: 20px;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li {
    flex-direction: column;
}.reach_panel_dRAXg .feedback_widget_xYjgO .inquiry_request_iJXoc li svg {
    margin-bottom: 10px;
}}.user_feedback_RFBwk {
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
    background-color: rgb(210,220,218);
}.user_feedback_RFBwk::before {
    width: 40%;
    background: linear-gradient(135deg, rgb(178,132,143,0.5), rgb(195,186,171,0.5));
    opacity: 0.4;
    content: "";
    filter: blur(40px);
    position: absolute;
    right: -5%;
    z-index: 0;
    top: -10%;
    transform: rotate(-15deg) skew(15deg);
    height: 70%;
}.user_feedback_RFBwk::after {
    z-index: 0;
    left: -5%;
    background: linear-gradient(225deg, rgb(195,186,171,0.5), rgb(178,132,143,0.5));
    bottom: -10%;
    width: 35%;
    transform: rotate(12deg) skew(-10deg);
    content: "";
    height: 60%;
    opacity: 0.3;
    filter: blur(35px);
    position: absolute;
}.user_feedback_RFBwk .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 2rem;
}.user_feedback_RFBwk h2 {
    position: relative;
    font-weight: 700;
    margin-bottom: 4rem;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    text-align: center;
    color: #000000;
    font-size: calc(38px * 1.1);
}.user_feedback_RFBwk h2::after {
    opacity: 0.8;
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(195,186,171), rgb(178,132,143));
    left: 50%;
    width: 80px;
    position: absolute;
    height: 4px;
    transform: translateX(-50%);
    content: "";
    border-radius: 10px;
}.user_feedback_RFBwk .learn_training_wUWcv {
    position: relative;
}.user_feedback_RFBwk .reviews_block_KOevR {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2.5rem;
    margin-top: 2rem;
}.user_feedback_RFBwk .student_feedback_tapIM {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex-direction: column;
    display: flex;
    transform: translateY(0);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    padding: 2.5rem 2rem 2rem;
    background: #ffffff;
    border-radius: 2px;
    position: relative;
}.user_feedback_RFBwk .student_feedback_tapIM::before {
    content: "";
    color: rgb(178,132,143);
    right: 1.5rem;
    font-family: serif;
    font-size: 6rem;
    line-height: 1;
    position: absolute;
    opacity: 0.1;
    top: 0.5rem;
    transform: rotate(8deg);
}.user_feedback_RFBwk .student_feedback_tapIM::after {
    width: 100%;
    bottom: 0;
    height: 5px;
    content: "";
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    background: linear-gradient(90deg, rgb(195,186,171), rgb(178,132,143));
    opacity: 0.7;
    transform-origin: left;
    position: absolute;
    left: 0;
    transform: scaleX(0.85);
}.user_feedback_RFBwk .student_feedback_tapIM:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09), 0 4px 8px rgba(0, 0, 0, 0.04);
    transform: translateY(-8px);
}.user_feedback_RFBwk .student_feedback_tapIM:hover::after {
    transform: scaleX(1);
}.user_feedback_RFBwk .student_feedback_tapIM h3 {
    color: #000000;
    margin-bottom: 1rem;
    font-weight: 600;
    font-size: calc(22px * 1.05);
    position: relative;
    display: inline-block;
}.user_feedback_RFBwk .student_feedback_tapIM h3::after {
    width: 35%;
    bottom: -0.35rem;
    position: absolute;
    opacity: 0.7;
    transition: width 0.4s ease-out;
    content: "";
    height: 2px;
    background-color: rgb(195,186,171);
    left: 0;
}.user_feedback_RFBwk .student_feedback_tapIM:hover h3::after {
    width: 65%;
}.user_feedback_RFBwk .student_feedback_tapIM .description {
    flex-grow: 1;
    margin-bottom: 2rem;
    color: #000000;
    z-index: 1;
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.7;
}.user_feedback_RFBwk .student_feedback_tapIM div {
    transition: transform 0.4s ease;
    position: relative;
    margin-top: auto;
    overflow: hidden;
    width: 60px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    height: 60px;
    border-radius: 50%;
}.user_feedback_RFBwk .student_feedback_tapIM:hover div {
    transform: scale(1.08);
}.user_feedback_RFBwk .student_feedback_tapIM img {
    object-fit: cover;
    transform: scale(1);
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
}.user_feedback_RFBwk .student_feedback_tapIM:hover img {
    transform: scale(1.1);
}

@media (max-width: 1200px) {.user_feedback_RFBwk {
    padding: 5rem 0;
}.user_feedback_RFBwk .reviews_block_KOevR {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 2rem;
}
}

@media (max-width: 992px) {.user_feedback_RFBwk h2 {
    font-size: 38px;
}.user_feedback_RFBwk .student_feedback_tapIM {
    padding: 2rem 1.5rem 1.5rem;
}
}

@media (max-width: 768px) {.user_feedback_RFBwk {
    padding: 4rem 0;
}.user_feedback_RFBwk h2 {
    font-size: calc(38px * 0.9);
    margin-bottom: 3rem;
}.user_feedback_RFBwk .reviews_block_KOevR {
    gap: 1.8rem;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}.user_feedback_RFBwk .student_feedback_tapIM::before {
    font-size: 4.5rem;
}
}

@media (max-width: 576px) {.user_feedback_RFBwk {
    padding: 3.5rem 0;
}.user_feedback_RFBwk h2 {
    margin-bottom: 2.5rem;
    font-size: calc(38px * 0.8);
}.user_feedback_RFBwk .container {
    padding: 0 1.5rem;
}.user_feedback_RFBwk .reviews_block_KOevR {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.user_feedback_RFBwk .student_feedback_tapIM {
    padding: 1.8rem 1.4rem 1.4rem;
}.user_feedback_RFBwk h2::after {
    height: 3px;
    width: 60px;
}
}

@media (hover: none) {.user_feedback_RFBwk .student_feedback_tapIM {
    transform: translateY(0) !important;
}.user_feedback_RFBwk .student_feedback_tapIM::after {
    transform: scaleX(1);
}.user_feedback_RFBwk .student_feedback_tapIM h3::after {
    width: 50%;
}}.course_program_info_XwItK {
    position: relative;
    background: linear-gradient(135deg, rgb(210,220,218) 0%, #ffffff 100%);
    padding: 120px 0;
    overflow: hidden;
}.course_program_info_XwItK::before {
    top: 0;
    content: "";
    pointer-events: none;
    opacity: 0.08;
    z-index: 0;
    height: 100%;
    width: 100%;
    background: 
    linear-gradient(45deg, transparent 49.5%, rgb(178,132,143,0.5) 49.5%, rgb(178,132,143,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px,
    linear-gradient(-45deg, transparent 49.5%, rgb(195,186,171,0.5) 49.5%, rgb(195,186,171,0.5) 50.5%, transparent 50.5%) 0 0 / 30px 30px;
    left: 0;
    position: absolute;
}.course_program_info_XwItK .container {
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
    position: relative;
}.course_program_info_XwItK h2 {
    padding-left: 20px;
    margin-bottom: 50px;
    max-width: 800px;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) rotateX(0deg) rotateY(-2deg);
    color: #000000;
    font-size: 34px;
}.course_program_info_XwItK h2::before {
    top: 15%;
    content: "";
    width: 6px;
    background: linear-gradient(to bottom, rgb(195,186,171), rgb(178,132,143));
    height: 70%;
    left: 0;
    position: absolute;
}.course_program_info_XwItK .fast_development_FaRnK {
    gap: 30px;
    transform: translateZ(0);
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}.course_program_info_XwItK .image_zoom_wtPbG {
    height: 350px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}.course_program_info_XwItK .image_zoom_wtPbG::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(178,132,143,0.5) 0%, transparent 60%);
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    mix-blend-mode: multiply;
}.course_program_info_XwItK .image_zoom_wtPbG:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_program_info_XwItK .text_overlay_MuLwb {
    background: #ffffff;
    position: relative;
    transform: perspective(1000px) rotateY(-2deg);
    max-height: 500px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    overflow-y: auto;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    padding: 35px;
}.course_program_info_XwItK .text_overlay_MuLwb:hover {
    transform: perspective(1000px) rotateY(0deg);
}.course_program_info_XwItK .text_overlay_MuLwb::before {
    height: 6px;
    left: 0;
    top: 0;
    position: absolute;
    background: linear-gradient(to right, rgb(195,186,171), rgb(178,132,143));
    content: "";
    width: 100%;
}.course_program_info_XwItK .description {
    margin-bottom: 20px;
    color: #000000;
    line-height: 1.7;
    font-size: 18px;
}.course_program_info_XwItK .description:last-child {
    margin-bottom: 0;
}.course_program_info_XwItK .text_overlay_MuLwb::-webkit-scrollbar {
    width: 6px;
}.course_program_info_XwItK .text_overlay_MuLwb::-webkit-scrollbar-track {
    background: rgb(210,220,218);
}.course_program_info_XwItK .text_overlay_MuLwb::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(195,186,171), rgb(178,132,143));
}

@media (min-width: 768px) {.course_program_info_XwItK {
    padding: 150px 0;
}.course_program_info_XwItK h2 {
    padding-left: 30px;
    margin-left: 40px;
    font-size: calc(34px * 1.1);
}.course_program_info_XwItK h2::before {
    width: 8px;
}.course_program_info_XwItK .fast_development_FaRnK {
    align-items: center;
    grid-template-columns: 40% 60%;
}.course_program_info_XwItK .image_zoom_wtPbG {
    height: 450px;
    transform: perspective(1000px) rotateY(3deg) translateX(20px);
}.course_program_info_XwItK .text_overlay_MuLwb {
    max-height: 450px;
    transform: perspective(1000px) rotateY(-3deg) translateX(-20px);
}
}

@media (min-width: 992px) {.course_program_info_XwItK {
    padding: 180px 0;
}.course_program_info_XwItK h2 {
    font-size: calc(34px * 1.2);
    margin-bottom: 60px;
    margin-left: 80px;
}.course_program_info_XwItK .fast_development_FaRnK {
    margin-top: 60px;
    gap: 40px;
    grid-template-columns: 45% 55%;
}.course_program_info_XwItK .image_zoom_wtPbG {
    height: 500px;
    transform: perspective(1200px) rotateY(4deg) translateX(40px);
}.course_program_info_XwItK .text_overlay_MuLwb {
    padding: 50px;
    transform: perspective(1200px) rotateY(-4deg) translateX(-40px);
    max-height: 500px;
}.course_program_info_XwItK .description {
    line-height: 1.8;
    font-size: calc(18px * 1.05);
}
}

@media (min-width: 1200px) {.course_program_info_XwItK {
    padding: 200px 0;
}.course_program_info_XwItK h2 {
    margin-left: 120px;
    font-size: calc(34px * 1.3);
}.course_program_info_XwItK .fast_development_FaRnK {
    gap: 60px;
}.course_program_info_XwItK .image_zoom_wtPbG {
    transform: perspective(1400px) rotateY(5deg) translateX(60px);
    height: 550px;
}.course_program_info_XwItK .text_overlay_MuLwb {
    transform: perspective(1400px) rotateY(-5deg) translateX(-60px);
    padding: 60px;
    max-height: 550px;
}
}

@media (max-width: 767px) {.course_program_info_XwItK {
    padding: 80px 0;
}.course_program_info_XwItK h2 {
    font-size: calc(34px * 0.9);
    margin-bottom: 40px;
}.course_program_info_XwItK .image_zoom_wtPbG {
    height: 280px;
}.course_program_info_XwItK .text_overlay_MuLwb {
    max-height: 400px;
    padding: 25px;
}.course_program_info_XwItK .description {
    line-height: 1.6;
    font-size: calc(18px * 0.95);
}
}

@media (max-width: 480px) {.course_program_info_XwItK {
    padding: 60px 0;
}.course_program_info_XwItK h2 {
    padding-left: 15px;
    font-size: calc(34px * 0.8);
}.course_program_info_XwItK h2::before {
    width: 4px;
}.course_program_info_XwItK .image_zoom_wtPbG {
    height: 220px;
}.course_program_info_XwItK .text_overlay_MuLwb {
    padding: 20px;
    max-height: 350px;
}.course_program_info_XwItK .description {
    font-size: calc(18px * 0.9);
    line-height: 1.5;
}}header {
    padding: 1.2rem 0;
    position: relative;
    background-color: rgb(210,220,218);
    z-index: 1000;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    height: 100%;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(195,186,171,0.5) 49.5%, rgb(195,186,171,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(178,132,143,0.5) 49.5%, rgb(178,132,143,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    width: 100%;
    top: 0;
    content: '';
    animation: gridMove 40s linear infinite;
    z-index: -1;
    position: absolute;
    opacity: 0.15;
    left: 0;
}header::after {
    bottom: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        rgb(195,186,171) 0%, 
        rgb(178,132,143) 50%, 
        rgb(195,186,171) 100%);
    content: '';
    width: 100%;
    left: 0;
    z-index: 1;
    height: 4px;
}header .container {
    padding: 0 1.5rem;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}header .site_head_zNtEH {
    justify-content: space-between;
    align-items: center;
    position: relative;
    display: flex;
}header .main_page_mLApo {
    position: relative;
    gap: 0.5rem;
    border-radius: 19px;
    background: rgba(0, 0, 0, 0.2);
    padding: 5px;
    display: flex;
    backdrop-filter: blur(10px);
}header .top_site_IJEQL {
    font-weight: 400;
    font-size: 16px;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 0.7rem 1.2rem;
    color: #ffffff;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
    border-radius: 10px;
    text-decoration: none;
}header .top_site_IJEQL::before {
    transform: scale(0.95);
    position: absolute;
    background: linear-gradient(45deg, rgb(195,186,171), rgb(178,132,143));
    transition: all 0.3s ease;
    top: -2px;
    bottom: -2px;
    content: '';
    border-radius: calc(10px + 2px);
    z-index: -1;
    left: -2px;
    right: -2px;
    opacity: 0;
}header .top_site_IJEQL::after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    background: rgb(195,186,171);
    right: 0;
    left: 0;
    top: 0;
    content: '';
    border-radius: 10px;
}header .top_site_IJEQL:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(-3px);
    color: #ffffff;
}header .top_site_IJEQL:hover::before {
    transform: scale(1);
    opacity: 1;
}header .main_pagebar_bFKNr {
    text-decoration: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 0.5rem 1rem;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.03);
}header .main_pagebar_bFKNr::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    content: '';
    transition: 0.5s;
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
}header .main_pagebar_bFKNr:hover::before {
    left: 100%;
}header .main_pagebar_bFKNr svg {
    position: relative;
    width: 160px;
    z-index: 2;
    height: auto;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .main_page_mLApo {
    gap: 0.3rem;
}header .top_site_IJEQL {
    padding: 0.6rem 0.8rem;
    font-size: calc(16px - 1px);
}header .main_pagebar_bFKNr svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    padding: 1rem 0 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
}header .site_head_zNtEH {
    flex-direction: column;
}header .main_page_mLApo {
    justify-content: center;
    order: 2;
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
    padding: 10px;
}header .top_site_IJEQL {
    font-size: calc(16px - 2px);
    padding: 0.5rem 0.7rem;
}header .main_pagebar_bFKNr {
    margin-bottom: 0.5rem;
    order: 1;
}header .main_pagebar_bFKNr svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .main_page_mLApo {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .main_page_mLApo::-webkit-scrollbar {
    height: 3px;
}header .main_page_mLApo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,186,171);
}header .top_site_IJEQL {
    white-space: nowrap;
}header .main_pagebar_bFKNr svg {
    width: 110px;
}}footer {
    perspective: 1000px;
    z-index: 1;
    position: relative;
}footer::before {
    content: "";
    opacity: 0.9;
    right: 0;
    top: 0;
    background: linear-gradient(135deg, rgb(178,132,143,0.5) 0%, rgb(195,186,171,0.5) 100%);
    left: 0;
    z-index: -2;
    position: absolute;
    bottom: 0;
}footer::after {
    left: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    z-index: -1;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
}.intern_opp_fVXPj {
    color: #ffffff;
    position: relative;
    padding: 5rem 0 2.5rem;
}.intern_opp_fVXPj::before {
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        90deg,
        rgb(195,186,171) 0px,
        rgb(195,186,171) 40px,
        rgb(178,132,143) 40px,
        rgb(178,132,143) 80px
    );
    position: absolute;
    content: "";
    height: 20px;
    width: 100%;
}.intern_opp_fVXPj .container {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 4rem;
}.intern_opp_fVXPj .company_holder {
    background: rgb(195,186,171,0.5);
    border-radius: 0;
    border-bottom: 6px solid rgb(195,186,171);
    transform: rotateX(5deg);
    padding: 2rem;
    transition: all 0.4s ease;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
    transform-style: preserve-3d;
    flex: 1 1 380px;
    position: relative;
}.intern_opp_fVXPj .company_holder:hover {
    transform: rotateX(0deg);
}.intern_opp_fVXPj .company_holder h3 {
    color: #ffffff;
    font-weight: 700;
    position: relative;
    display: inline-block;
    letter-spacing: 1px;
    transform: translateZ(20px);
    margin: 0 0 1.5rem;
    font-size: 36px;
}.intern_opp_fVXPj .company_holder h3::before {
    width: 30px;
    border-left: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    top: -10px;
    left: -10px;
    position: absolute;
    content: "";
    height: 30px;
}.intern_opp_fVXPj .company_holder h3::after {
    content: "";
    border-bottom: 3px solid #ffffff;
    bottom: -10px;
    height: 30px;
    border-right: 3px solid #ffffff;
    width: 30px;
    position: absolute;
    right: -10px;
}.intern_opp_fVXPj .chrome_ext_ObVpZ {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    padding: 1.5rem;
    font-size: 14px;
    line-height: 1.6;
    transform: translateZ(10px);
}.intern_opp_fVXPj .footer_classes_FwVuG {
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.intern_opp_fVXPj .nav_pagebar_SZQYn {
    gap: 3rem;
    display: flex;
    flex-wrap: wrap;
}.intern_opp_fVXPj .main_page_mLApo {
    transform: rotateX(-5deg);
    position: relative;
    min-width: 220px;
    transition: all 0.4s ease;
    flex: 1 1 calc(50% - 1.5rem);
    transform-style: preserve-3d;
}.intern_opp_fVXPj .main_page_mLApo:hover {
    transform: rotateX(0deg);
}.intern_opp_fVXPj .main_page_mLApo h5 {
    min-width: 200px;
    font-size: 19px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    display: inline-block;
    position: relative;
    margin: 0 0 1.5rem;
    background: rgb(178,132,143,0.5);
    transform: translateZ(15px);
    color: #ffffff;
    padding: 1rem 1.5rem;
}.intern_opp_fVXPj .main_page_mLApo h5::after {
    background: rgb(178,132,143);
    bottom: -5px;
    position: absolute;
    height: 5px;
    right: 0;
    content: "";
    left: 0;
}.intern_opp_fVXPj .main_page_mLApo .nav_pagebar_SZQYn {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    gap: 1rem;
    transform: translateZ(5px);
    border-radius: 10px;
    flex-direction: column;
}.intern_opp_fVXPj .main_page_mLApo .nav_pagebar_SZQYn a {
    padding: 0.7rem 1rem;
    overflow: hidden;
    transform: translateZ(10px);
    font-size: 14px;
    position: relative;
    text-decoration: none;
    color: #ffffff;
    transition: all 0.3s ease;
    display: block;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
}.intern_opp_fVXPj .main_page_mLApo .nav_pagebar_SZQYn a::before {
    height: 100%;
    content: "";
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.5s ease;
    width: 100%;
    top: 0;
    position: absolute;
}.intern_opp_fVXPj .main_page_mLApo .nav_pagebar_SZQYn a:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    color: #ffffff;
    background: rgb(178,132,143,0.5);
}.intern_opp_fVXPj .main_page_mLApo .nav_pagebar_SZQYn a:hover::before {
    left: 100%;
}.training_zone_uEcbh {
    padding: 2rem 0;
    background: rgb(178,132,143,0.5);
    margin-top: 3rem;
    transform-style: preserve-3d;
    position: relative;
    perspective: 1000px;
}.training_zone_uEcbh::before {
    content: "";
    top: -20px;
    transform: rotateX(45deg);
    background: rgb(178,132,143);
    width: 100%;
    position: absolute;
    height: 20px;
    transform-origin: bottom;
    left: 0;
}.training_zone_uEcbh .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.training_zone_uEcbh .inclusion_sZEuz {
    text-align: center;
    transform: translateZ(5px);
    font-size: 12px;
    border-radius: 50px;
    color: #ffffff;
    padding: 0.8rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1200px) {.intern_opp_fVXPj .container {
    gap: 3rem;
}.intern_opp_fVXPj .company_holder {
    flex: 1 1 350px;
}.intern_opp_fVXPj .footer_classes_FwVuG {
    flex: 1 1 calc(100% - 430px);
    min-width: 350px;
}.intern_opp_fVXPj .nav_pagebar_SZQYn {
    gap: 2rem;
}
}

@media (max-width: 992px) {.intern_opp_fVXPj {
    padding: 4rem 0 2rem;
}.intern_opp_fVXPj .container {
    gap: 3rem;
    flex-direction: column;
}.intern_opp_fVXPj .company_holder,
    .intern_opp_fVXPj .footer_classes_FwVuG {
    flex: 1 1 100%;
    min-width: 100%;
}.intern_opp_fVXPj .main_page_mLApo {
    flex: 1 1 calc(50% - 1.5rem);
    min-width: 220px;
}.intern_opp_fVXPj .company_holder,
    .intern_opp_fVXPj .main_page_mLApo {
    transform: none;
}
}

@media (max-width: 768px) {.intern_opp_fVXPj {
    padding: 3.5rem 0 1.5rem;
}.intern_opp_fVXPj .nav_pagebar_SZQYn {
    gap: 1.5rem;
}.intern_opp_fVXPj .company_holder h3 {
    font-size: calc(36px - 2px);
}.intern_opp_fVXPj .company_holder h3::before,
    .intern_opp_fVXPj .company_holder h3::after {
    width: 20px;
    height: 20px;
}.training_zone_uEcbh {
    margin-top: 2rem;
}.training_zone_uEcbh::before {
    height: 15px;
    top: -15px;
}
}

@media (max-width: 576px) {.intern_opp_fVXPj {
    padding: 3rem 0 1rem;
}.intern_opp_fVXPj .main_page_mLApo {
    flex: 1 1 100%;
    min-width: 100%;
}.intern_opp_fVXPj .nav_pagebar_SZQYn {
    gap: 0.7rem;
}.intern_opp_fVXPj .main_page_mLApo .nav_pagebar_SZQYn a {
    padding: 0.6rem 0.8rem;
}.training_zone_uEcbh {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}.training_zone_uEcbh::before {
    display: none;
}
}

@media (max-width: 420px) {.intern_opp_fVXPj::before {
    height: 10px;
}.intern_opp_fVXPj .company_holder h3::before,
    .intern_opp_fVXPj .company_holder h3::after {
    display: none;
}.intern_opp_fVXPj .main_page_mLApo h5 {
    min-width: auto;
    width: 100%;
}.training_zone_uEcbh .inclusion_sZEuz {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.company_info_UQrGF {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(210,220,218) 0%, rgb(178,132,143,0.5) 100%);
    padding: 6rem 0;
    position: relative;
}.company_info_UQrGF::before {
    position: absolute;
    opacity: 0.03;
    background-position: 0 0, 0 20px, 20px -20px, -20px 0px;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(45deg, rgb(195,186,171,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(195,186,171,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(195,186,171,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(195,186,171,0.5) 75%);
    width: 100%;
    background-size: 40px 40px;
    z-index: 1;
    top: 0;
    content: "";
}.company_info_UQrGF .container {
    z-index: 2;
    transform-origin: center top;
    transform: perspective(1000px) rotateX(2deg);
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
}.company_info_UQrGF h1 {
    display: inline-block;
    margin-bottom: 3rem;
    letter-spacing: -0.02em;
    position: relative;
    font-size: 45px;
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
}.company_info_UQrGF h1::after {
    background: linear-gradient(90deg, rgb(195,186,171) 0%, transparent 100%);
    width: 60%;
    left: 0;
    position: absolute;
    bottom: -10px;
    content: "";
    height: 4px;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.company_info_UQrGF h1:hover::after {
    transform: scaleX(1.5);
}.company_info_UQrGF .student_journey_OYklU {
    position: relative;
}.company_info_UQrGF .student_journey_OYklU ul {
    grid-template-columns: 1fr;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 3rem;
    list-style: none;
}.company_info_UQrGF .academy_roots_DOUfF {
    border-left: 4px solid rgb(195,186,171);
    transition: transform 0.4s ease-out, box-shadow 0.4s ease-out;
    background: #ffffff;
    padding: 2.5rem;
    transform: translateZ(0);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08), 0 5px 15px rgba(0, 0, 0, 0.05);
}.company_info_UQrGF .academy_roots_DOUfF:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px) translateZ(0);
}.company_info_UQrGF .academy_roots_DOUfF::before {
    background: linear-gradient(90deg, transparent 0%, rgb(178,132,143) 100%);
    width: 25%;
    right: 0;
    position: absolute;
    height: 3px;
    top: 0;
    content: "";
}.company_info_UQrGF .academy_roots_DOUfF h4 {
    margin-bottom: 1.5rem;
    color: #000000;
    position: relative;
    font-size: calc(19px + 0.2rem);
    font-weight: 600;
    display: inline-block;
    margin-top: 0;
}.company_info_UQrGF .academy_roots_DOUfF h4::after {
    bottom: -8px;
    left: 0;
    background-color: rgb(195,186,171);
    content: "";
    height: 2px;
    transition: width 0.3s ease;
    position: absolute;
    width: 40px;
}.company_info_UQrGF .academy_roots_DOUfF:hover h4::after {
    width: 80px;
}.company_info_UQrGF .academy_roots_DOUfF div {
    overflow-y: auto;
    font-family: Arial, sans-serif;
    position: relative;
    padding-right: 10px;
    line-height: 1.8;
    max-height: 300px;
    color: #000000;
    font-size: 18px;
}.company_info_UQrGF .academy_roots_DOUfF div::-webkit-scrollbar {
    width: 4px;
}.company_info_UQrGF .academy_roots_DOUfF div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.company_info_UQrGF .academy_roots_DOUfF div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(195,186,171,0.5);
}.company_info_UQrGF .academy_roots_DOUfF:first-child {
    transform: translateX(-5px) translateZ(0);
}.company_info_UQrGF .academy_roots_DOUfF:last-child {
    transform: translateX(5px) translateZ(0);
}.company_info_UQrGF .academy_roots_DOUfF:first-child:hover,
.company_info_UQrGF .academy_roots_DOUfF:last-child:hover {
    transform: translateY(-5px) translateZ(0);
}

@media (min-width: 768px) {.company_info_UQrGF {
    padding: 8rem 0;
}.company_info_UQrGF .student_journey_OYklU ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.company_info_UQrGF h1 {
    font-size: calc(45px * 1.2);
    margin-bottom: 4rem;
}.company_info_UQrGF h1::after {
    height: 6px;
    bottom: -15px;
}.company_info_UQrGF .academy_roots_DOUfF {
    padding: 3rem;
    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);
}.company_info_UQrGF .academy_roots_DOUfF:first-child {
    transform: translateY(20px) translateZ(0);
}.company_info_UQrGF .academy_roots_DOUfF:last-child {
    transform: translateY(-20px) translateZ(0);
}.company_info_UQrGF .academy_roots_DOUfF:first-child:hover,
    .company_info_UQrGF .academy_roots_DOUfF:last-child:hover {
    transform: translateY(0) translateZ(0) scale(1.02);
}.company_info_UQrGF .academy_roots_DOUfF::before {
    height: 4px;
    width: 35%;
}.company_info_UQrGF .academy_roots_DOUfF div {
    max-height: 400px;
}
}

@media (min-width: 1024px) {.company_info_UQrGF {
    padding: 10rem 0;
}.company_info_UQrGF::before {
    background-size: 60px 60px;
}.company_info_UQrGF .container {
    padding: 0 4rem;
}.company_info_UQrGF h1 {
    font-size: calc(45px * 1.4);
}.company_info_UQrGF .academy_roots_DOUfF {
    padding: 3.5rem;
}.company_info_UQrGF .academy_roots_DOUfF h4 {
    margin-bottom: 2rem;
    font-size: calc(19px * 1.2);
}.company_info_UQrGF .academy_roots_DOUfF h4::after {
    height: 3px;
    bottom: -10px;
}.company_info_UQrGF .academy_roots_DOUfF div {
    line-height: 1.9;
    max-height: 450px;
    font-size: calc(18px * 1.05);
}.company_info_UQrGF .student_journey_OYklU ul {
    gap: 3rem;
}
}

@media (min-width: 1440px) {.company_info_UQrGF .container {
    max-width: 1400px;
}.company_info_UQrGF h1 {
    margin-bottom: 5rem;
}.company_info_UQrGF .academy_roots_DOUfF {
    padding: 4rem;
}.company_info_UQrGF .academy_roots_DOUfF div {
    max-height: 500px;
}
}

@media (max-width: 767px) {.company_info_UQrGF {
    padding: 4rem 0;
}.company_info_UQrGF .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(0deg);
}.company_info_UQrGF h1 {
    font-size: calc(45px * 0.9);
    margin-bottom: 2rem;
}.company_info_UQrGF .academy_roots_DOUfF {
    margin-bottom: 2rem;
    padding: 1.5rem;
}.company_info_UQrGF .academy_roots_DOUfF h4 {
    font-size: 19px;
    margin-bottom: 1rem;
}.company_info_UQrGF .academy_roots_DOUfF div {
    font-size: calc(18px * 0.95);
    line-height: 1.6;
    max-height: 250px;
}.company_info_UQrGF .academy_roots_DOUfF:first-child,
    .company_info_UQrGF .academy_roots_DOUfF:last-child {
    transform: none;
}}.newsletter_signup_MDmwJ {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(210,220,218) 0%, rgb(195,186,171,0.5) 100%);
}.newsletter_signup_MDmwJ::before {
    z-index: -1;
    transform: rotate(-15deg) translateZ(0);
    clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    opacity: 0.08;
    content: "";
    width: 70%;
    height: 140%;
    pointer-events: none;
    right: -10%;
    top: -20%;
    background: linear-gradient(160deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    position: absolute;
}.newsletter_signup_MDmwJ::after {
    left: -10%;
    content: "";
    transform: rotate(12deg) translateZ(0);
    z-index: -1;
    clip-path: polygon(0 0, 100% 30%, 90% 100%, 0% 100%);
    pointer-events: none;
    height: 40%;
    opacity: 0.05;
    background: rgb(178,132,143);
    position: absolute;
    width: 60%;
    bottom: -5%;
}.newsletter_signup_MDmwJ .container {
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.newsletter_signup_MDmwJ .learn_training_wUWcv {
    position: relative;
    display: flex;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    background: #ffffff;
    padding: 2.5rem;
    transform: perspective(1000px) rotateX(2deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    z-index: 1;
}.newsletter_signup_MDmwJ .learn_training_wUWcv:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08), 
                0 10px 20px rgba(0, 0, 0, 0.05);
}.newsletter_signup_MDmwJ h3 {
    margin-bottom: 2rem;
    transform: translateX(0);
    line-height: 1.3;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(1.5rem, 3vw, 2rem);
    letter-spacing: -0.02em;
    color: #000000;
}.newsletter_signup_MDmwJ .learn_training_wUWcv:hover h3 {
    transform: translateX(5px);
}.newsletter_signup_MDmwJ .input_holder {
    position: relative;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%;
    display: flex;
}.newsletter_signup_MDmwJ .input_holder div {
    position: relative;
    flex-grow: 1;
    width: 100%;
}.newsletter_signup_MDmwJ .input_holder input[type="email"] {
    transition: all 0.3s ease-out;
    width: 100%;
    padding: 1.25rem 1.5rem;
    border: 2px solid rgba(0, 0, 0, 0.08);
    outline: none;
    font-size: 14px;
    color: #000000;
    font-family: Arial, sans-serif;
    background: #ffffff;
    transform-origin: left center;
}.newsletter_signup_MDmwJ .input_holder input[type="email"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
    transition: opacity 0.3s ease, transform 0.3s ease;
}.newsletter_signup_MDmwJ .input_holder input[type="email"]:focus {
    transform: scale(1.01);
    border-color: rgb(195,186,171);
    box-shadow: 0 5px 15px rgba(rgb(195,186,171,0.5), 0.15);
}.newsletter_signup_MDmwJ .input_holder input[type="email"]:focus::placeholder {
    transform: translateX(10px);
    opacity: 0.7;
}.newsletter_signup_MDmwJ .mail_wrap_nVqAr {
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    font-family: Arial, sans-serif;
    font-size: 20px;
    padding: 1.25rem 2.5rem;
    letter-spacing: 0.03em;
    transform-origin: right center;
    border: none;
    position: relative;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    color: #ffffff;
    background: linear-gradient(90deg, rgb(195,186,171) 0%, rgb(178,132,143) 100%);
    font-weight: 600;
}.newsletter_signup_MDmwJ .mail_wrap_nVqAr:hover {
    transform: translateY(-3px) scale(1.02);
    letter-spacing: 0.05em;
    box-shadow: 0 10px 20px rgba(rgb(195,186,171,0.5), 0.2);
    background: linear-gradient(90deg, rgb(178,132,143) 0%, rgb(195,186,171) 100%);
}.newsletter_signup_MDmwJ .mail_wrap_nVqAr:active {
    box-shadow: 0 5px 10px rgba(rgb(195,186,171,0.5), 0.1);
    transform: translateY(1px) scale(0.99);
}.newsletter_signup_MDmwJ .mail_wrap_nVqAr::before {
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
    content: "";
    position: absolute;
    left: -100%;
}.newsletter_signup_MDmwJ .mail_wrap_nVqAr:hover::before {
    left: 100%;
}

@media (min-width: 768px) {.newsletter_signup_MDmwJ {
    padding: 6rem 2rem;
}.newsletter_signup_MDmwJ .learn_training_wUWcv {
    padding: 3.5rem 4rem;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    flex-direction: row;
}.newsletter_signup_MDmwJ h3 {
    margin-bottom: 0;
    flex-basis: 50%;
}.newsletter_signup_MDmwJ .input_holder {
    flex-basis: 50%;
    flex-direction: row;
    align-items: stretch;
}.newsletter_signup_MDmwJ .input_holder div {
    flex-grow: 2;
}.newsletter_signup_MDmwJ .input_holder input[type="email"] {
    border-top-right-radius: 0;
    height: 100%;
    border-bottom-right-radius: 0;
}.newsletter_signup_MDmwJ .mail_wrap_nVqAr {
    flex-shrink: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
}

@media (max-width: 767px) {.newsletter_signup_MDmwJ .learn_training_wUWcv {
    padding: 2rem;
    transform: perspective(1000px) rotateX(0deg);
}.newsletter_signup_MDmwJ h3 {
    margin-bottom: 1.5rem;
}.newsletter_signup_MDmwJ .input_holder {
    gap: 1rem;
}.newsletter_signup_MDmwJ .input_holder input[type="email"] {
    font-size: calc(14px * 0.9);
    padding: 1rem;
}.newsletter_signup_MDmwJ .mail_wrap_nVqAr {
    padding: 1rem 1.5rem;
    font-size: calc(20px * 0.9);
}
}

@media (max-width: 480px) {.newsletter_signup_MDmwJ {
    padding: 3rem 1rem;
}.newsletter_signup_MDmwJ .learn_training_wUWcv {
    padding: 1.5rem;
}.newsletter_signup_MDmwJ h3 {
    font-size: 1.25rem;
    margin-bottom: 1.25rem;
}
}

@media (prefers-reduced-motion: reduce) {.newsletter_signup_MDmwJ .learn_training_wUWcv,
    .newsletter_signup_MDmwJ h3,
    .newsletter_signup_MDmwJ .input_holder input[type="email"],
    .newsletter_signup_MDmwJ .mail_wrap_nVqAr,
    .newsletter_signup_MDmwJ .mail_wrap_nVqAr::before {
    transition: none;
    transform: none;
}.newsletter_signup_MDmwJ .learn_training_wUWcv:hover,
    .newsletter_signup_MDmwJ .learn_training_wUWcv:hover h3,
    .newsletter_signup_MDmwJ .mail_wrap_nVqAr:hover,
    .newsletter_signup_MDmwJ .mail_wrap_nVqAr:hover::before {
    transform: none;
}}.greeting_page_kmfjS {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
}.greeting_page_kmfjS .fast_edu_CsVJa {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 3rem 1.5rem;
}.greeting_page_kmfjS .fast_edu_CsVJa::before {
    background: linear-gradient(135deg, rgba(6, 27, 65, 0.85) 0%, rgba(6, 27, 65, 0.6) 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    content: "";
    backdrop-filter: brightness(0.95) contrast(1.1);
    left: 0;
    bottom: 0;
}.greeting_page_kmfjS .edu_promise_fNSeE {
    position: relative;
    width: 100%;
    z-index: 2;
    transform: translateY(20px);
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    opacity: 0;
    max-width: 1200px;
}.greeting_page_kmfjS .edu_promise_fNSeE > div:first-child {
    margin-bottom: 2.5rem;
    position: relative;
}.greeting_page_kmfjS .edu_promise_fNSeE > div:first-child::before {
    width: 80px;
    transform: scaleX(0);
    height: 6px;
    left: 0;
    content: "";
    transform-origin: left;
    position: absolute;
    top: -30px;
    background: rgb(195,186,171);
    animation: lineExpand 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s forwards;
}.greeting_page_kmfjS .title_style_header {
    font-weight: 700;
    transform: translateX(-10px);
    position: relative;
    line-height: 1.1;
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    margin-bottom: 0.5rem;
    background-clip: text !important;
    text-shadow: 0 2px 25px rgba(0, 0, 0, 0.15);
    -webkit-background-clip: text !important;
    opacity: 0;
    background: linear-gradient(45deg, #ffffff 30%, rgba(255, 255, 255, 0.85) 100%);
    color: transparent;
    animation: slideInTitle 1.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s forwards;
}.greeting_page_kmfjS h3 {
    opacity: 0;
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
    font-weight: 600;
    line-height: 1.4;
    position: relative;
    max-width: 90%;
    transform: translateY(20px);
}.greeting_page_kmfjS p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    border-left: 3px solid rgb(178,132,143);
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(15px);
    line-height: 1.6;
    padding-left: 1.5rem;
    max-width: 85%;
}.greeting_page_kmfjS .edu_promise_fNSeE > div:nth-child(2) {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2), 
              inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    opacity: 0;
    border-radius: 10px;
    padding: 2rem;
    backdrop-filter: blur(5px);
    transform: translateY(30px);
    animation: fadeUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    position: relative;
}.greeting_page_kmfjS .edu_promise_fNSeE > div:nth-child(2)::after {
    filter: blur(50px);
    right: 30px;
    background: rgb(195,186,171,0.5);
    z-index: -1;
    content: "";
    height: 100px;
    animation: pulseGlow 6s ease-in-out infinite;
    bottom: -10px;
    opacity: 0.7;
    width: 100px;
    position: absolute;
}

@keyframes fadeUp {
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideInTitle {
  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes lineExpand {
  to {
    transform: scaleX(1);
  }
}

@keyframes pulseGlow {
  0%, 100% {
    opacity: 0.7;
    transform: scale(1);
  }
  50% {
    opacity: 0.9;
    transform: scale(1.2);
  }
}

@media (max-width: 991px) {.greeting_page_kmfjS .fast_edu_CsVJa {
    padding: 2rem 1.25rem;
}.greeting_page_kmfjS .edu_promise_fNSeE > div:nth-child(2) {
    padding: 1.5rem;
}.greeting_page_kmfjS h3 {
    max-width: 100%;
}.greeting_page_kmfjS p {
    max-width: 100%;
}
}

@media (max-width: 767px) {.greeting_page_kmfjS .fast_edu_CsVJa {
    align-items: flex-start;
    padding-top: 5rem;
    min-height: 80vh;
}.greeting_page_kmfjS .title_style_header {
    font-size: clamp(2rem, 8vw, 3rem);
}.greeting_page_kmfjS .edu_promise_fNSeE > div:first-child::before {
    width: 60px;
    top: -20px;
    height: 4px;
}.greeting_page_kmfjS p {
    padding-left: 1rem;
    border-left-width: 2px;
    margin-bottom: 1.5rem;
}.greeting_page_kmfjS .edu_promise_fNSeE > div:nth-child(2) {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
}
}

@media (max-width: 480px) {.greeting_page_kmfjS .fast_edu_CsVJa {
    padding: 1rem;
    min-height: 90vh;
}.greeting_page_kmfjS .edu_promise_fNSeE > div:nth-child(2) {
    padding: 1.25rem;
}.greeting_page_kmfjS h3 {
    font-size: 1.2rem;
    margin-bottom: 1rem;
}.greeting_page_kmfjS p {
    font-size: 1rem;
}}.teaching_history_qtLPE {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(210,220,218) 0%, rgb(178,132,143,0.5) 100%);
    padding: 6rem 2rem 4rem;
    position: relative;
}.teaching_history_qtLPE::before {
    top: 0;
    z-index: 1;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgb(195,186,171,0.5) 0px,
        rgb(195,186,171,0.5) 2px,
        transparent 2px,
        transparent 10px
    );
    width: 100%;
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 100%;
}.teaching_history_qtLPE::after {
    height: 100%;
    content: "";
    width: 50%;
    top: 0;
    opacity: 0.1;
    position: absolute;
    background: #ffffff;
    z-index: 1;
    right: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}.teaching_history_qtLPE .student_feedback_tapIM {
    max-width: 600px;
    margin: 0 auto;
    flex-direction: column;
    display: flex;
    position: relative;
    align-items: center;
    z-index: 2;
}.teaching_history_qtLPE .image_zoom_wtPbG {
    margin-bottom: -50px;
    z-index: 3;
    width: 200px;
    transition: all 0.5s ease;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.5);
    height: 250px;
    border-radius: 0;
    position: relative;
}.teaching_history_qtLPE .image_zoom_wtPbG:hover {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: translateY(-15px);
}.teaching_history_qtLPE .career_milestones_tdyic {
    position: relative;
    flex-direction: column;
    padding: 70px 30px 30px;
    width: 100%;
    perspective: 1000px;
    transform-style: preserve-3d;
    background: #ffffff;
    align-items: center;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    display: flex;
    z-index: 2;
}.teaching_history_qtLPE .career_milestones_tdyic::before {
    top: 0;
    width: 100%;
    transform: translateZ(-20px);
    position: absolute;
    height: 100%;
    background: rgb(195,186,171);
    content: "";
    left: 0;
    z-index: -1;
}.teaching_history_qtLPE .name {
    text-align: center;
    position: relative;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(195,186,171);
}.teaching_history_qtLPE .name::after {
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(178,132,143);
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 3px;
}.teaching_history_qtLPE .career_milestones_tdyic > div:nth-child(2) {
    margin: 20px 0;
    text-transform: uppercase;
    color: rgb(178,132,143);
    font-weight: 600;
    font-size: 21px;
    letter-spacing: 2px;
    text-align: center;
}.teaching_history_qtLPE .exp_table_OCNPw {
    line-height: 1.8;
    border-top: 1px solid rgb(210,220,218);
    margin-top: 20px;
    font-weight: 400;
    color: #000000;
    text-align: center;
    font-style: italic;
    padding-top: 30px;
    position: relative;
    font-size: 17px;
    width: 100%;
}.teaching_history_qtLPE .exp_table_OCNPw::before,
.teaching_history_qtLPE .exp_table_OCNPw::after {
    height: 30px;
    position: absolute;
    background: rgb(178,132,143,0.5);
    border-radius: 50%;
    content: "";
    width: 30px;
}.teaching_history_qtLPE .exp_table_OCNPw::before {
    top: -15px;
    transform: translateX(-20px);
    left: 50%;
}.teaching_history_qtLPE .exp_table_OCNPw::after {
    top: -15px;
    transform: translateX(-10px);
    left: 50%;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teaching_history_qtLPE .career_milestones_tdyic:hover {
    animation: float 3s ease-in-out infinite;
}

@media (max-width: 768px) {.teaching_history_qtLPE {
    padding: 4rem 1rem 3rem;
}.teaching_history_qtLPE .image_zoom_wtPbG {
    width: 150px;
    margin-bottom: -40px;
    height: 180px;
}.teaching_history_qtLPE .career_milestones_tdyic {
    padding: 60px 20px 20px;
}}.privacy_shelter_bPzKG {
    overflow: hidden;
    display: flex;
    height: auto;
    background: rgb(178,132,143);
    align-items: center;
    flex-direction: column;
    padding: 50px;
    width: 100%;
    border: 2px solid rgb(195,186,171);
    color: #ffffff;
}.privacy_shelter_bPzKG h1 {
    width: 100%;
    color: rgb(195,186,171);
    margin-top: 20px;
    border-bottom: 4px solid rgb(178,132,143);
    font-size: 47px;
    font-weight: 700;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 30px;
}.privacy_shelter_bPzKG h2 {
    margin-top: 25px;
    width: 100%;
    text-align: left;
    font-size: 35px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 2px solid rgb(195,186,171);
    font-weight: 600;
    color: #ffffff;
}.privacy_shelter_bPzKG ul, .privacy_shelter_bPzKG ol {
    width: 100%;
    padding-left: 0;
    list-style-type: none;
    margin: 20px 0;
}.privacy_shelter_bPzKG li {
    padding: 10px 20px;
    font-size: 17px;
    background: rgb(195,186,171,0.5);
    border-left: 4px solid rgb(178,132,143);
    font-weight: 400;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #ffffff;
}.privacy_shelter_bPzKG section {
    border-radius: 23px;
    background: rgb(178,132,143,0.5);
    width: 100%;
    margin-bottom: 30px;
    padding: 30px;
}.privacy_shelter_bPzKG p, .privacy_shelter_bPzKG span, .privacy_shelter_bPzKG div {
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.8;
    color: #ffffff;
}

@media only screen and (max-width: 800px) {.privacy_shelter_bPzKG {
    padding: 30px 15px;
}.privacy_shelter_bPzKG h1 {
    font-size: calc(18px - 10px);
}.privacy_shelter_bPzKG h2 {
    font-size: calc(18px - 8px);
}.privacy_shelter_bPzKG li {
    padding: 8px 15px;
    font-size: calc(17px - 2px);
}}.cookie_popup_disclosure_DmQxW {
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1050;
    position: fixed;
    width: 100%;
    background: rgb(210,220,218);
    padding: 20px;
    border-top: 3px solid rgb(195,186,171);
    bottom: 0;
}.learn_consent_LUBIp {
    flex-wrap: nowrap;
    justify-content: space-between;
    display: flex;
    align-items: center;
    z-index: 1;
}.user_tracker_xhVPJ {
    flex-shrink: 0;
    margin-right: 20px;
}#cookie_popup_info_TGaVk {
    display: none;
}#cookie_popup_info_TGaVk:checked ~ .cookie_popup_disclosure_DmQxW {
    visibility: hidden;
    opacity: 0;
}.user_tracker_xhVPJ svg {
    fill: rgb(195,186,171);
    transition: fill 0.3s ease-in-out;
    width: 60px;
    height: 60px;
}.consent_panel_PzisR {
    margin-right: 20px;
    flex-grow: 1;
}.consent_panel_PzisR h5 {
    color: rgb(195,186,171);
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}.consent_panel_PzisR p {
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
}.data_consent_YyAxX {
    font-size: 15px;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 10px;
    margin-left: 10px;
    transition: all 0.3s ease-in-out;
}.data_consent_YyAxX {
    border: 1px solid rgb(195,186,171);
    color: #ffffff;
    background-color: rgb(195,186,171);
}.data_consent_YyAxX:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookie_popup_disclosure_DmQxW p a {
    text-decoration: underline;
    color: rgb(195,186,171);
}.cookie_popup_disclosure_DmQxW p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.consent_panel_PzisR h5 {
    font-size: calc(20px - 2px);
}.consent_panel_PzisR p {
    font-size: calc(12px - 2px);
}.data_consent_YyAxX {
    padding: 8px 16px;
    font-size: calc(15px - 2px);
}
}
@media (max-width: 800px) {.learn_consent_LUBIp {
    flex-direction: column;
    align-items: center;
}.user_tracker_xhVPJ {
    margin-bottom: 15px;
}.consent_panel_PzisR {
    margin-bottom: 20px;
    text-align: center;
}.data_consent_YyAxX {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
.education_framework_jMqkv {
    overflow: visible;
    position: relative;
    padding: 170px 0 140px;
    background: linear-gradient(130deg, rgb(210,220,218) 0%, rgb(178,132,143,0.5) 150%);
}.education_framework_jMqkv::before {
    width: 100%;
    background-image: linear-gradient(rgb(195,186,171,0.5) 1px, transparent 1px);
    position: absolute;
    height: 100%;
    left: 0;
    background-size: 100% 40px;
    z-index: 1;
    content: '';
    opacity: 0.05;
    top: 0;
}.education_framework_jMqkv .learn_training_wUWcv {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
}.education_framework_jMqkv .text_overlay_MuLwb {
    padding: 0;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}.education_framework_jMqkv .text_overlay_MuLwb h2 {
    font-size: 29px;
    margin: 0;
    position: relative;
    align-self: flex-start;
    color: #ffffff;
    backdrop-filter: blur(10px);
    width: 40%;
    font-weight: 700;
    padding: 35px 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-radius: 26px;
    background: linear-gradient(120deg, rgb(195,186,171,0.5) 0%, rgba(255, 255, 255, 0.1) 100%);
    z-index: 4;
    transform: translate(-60px, -40px);
}.education_framework_jMqkv .text_overlay_MuLwb p {
    align-self: flex-end;
    border-radius: 26px;
    padding: 40px 50px;
    font-size: 15px;
    margin: 0;
    backdrop-filter: blur(15px);
    z-index: 3;
    line-height: 1.8;
    width: 60%;
    background: rgba(255, 255, 255, 0.05);
    transform: translate(30px, 40px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    position: relative;
}.education_framework_jMqkv .text_overlay_MuLwb::before {
    background: linear-gradient(140deg, rgb(195,186,171,0.5) 0%, transparent 70%);
    top: 15%;
    opacity: 0.15;
    height: 65%;
    z-index: 1;
    content: '';
    position: absolute;
    width: 80%;
    filter: blur(40px);
    border-radius: 26px;
    left: 10%;
}.education_framework_jMqkv .text_overlay_MuLwb::after {
    left: 5%;
    border-radius: 26px;
    content: '';
    z-index: 2;
    top: 10%;
    width: 90%;
    height: 80%;
    opacity: 0.1;
    border: 1px solid rgb(195,186,171,0.5);
    position: absolute;
}.education_framework_jMqkv .text_overlay_MuLwb h2::before {
    filter: blur(30px);
    background: rgb(195,186,171);
    content: '';
    border-radius: 50%;
    right: -60px;
    height: 120px;
    position: absolute;
    opacity: 0.05;
    z-index: -1;
    width: 120px;
    bottom: -60px;
}.education_framework_jMqkv .text_overlay_MuLwb h2::after {
    position: absolute;
    z-index: 5;
    opacity: 0.6;
    width: 3px;
    content: '';
    height: 80px;
    right: 40px;
    bottom: -90px;
    background: rgb(195,186,171);
}.education_framework_jMqkv .text_overlay_MuLwb p::before {
    content: '';
    left: 10%;
    background: linear-gradient(90deg, transparent, rgb(195,186,171,0.5), transparent);
    opacity: 0.3;
    height: 1px;
    top: 30px;
    position: absolute;
    width: 80%;
}.education_framework_jMqkv .text_overlay_MuLwb p::after {
    bottom: 30px;
    opacity: 0.3;
    background: linear-gradient(90deg, transparent, rgb(178,132,143,0.5), transparent);
    content: '';
    position: absolute;
    left: 20%;
    height: 1px;
    width: 60%;
}.education_framework_jMqkv::after {
    height: 250px;
    width: 250px;
    bottom: -100px;
    position: absolute;
    background: rgb(195,186,171,0.5);
    z-index: 1;
    animation: float-morph 20s infinite alternate;
    content: '';
    filter: blur(80px);
    right: 10%;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    opacity: 0.05;
}.education_framework_jMqkv .learn_training_wUWcv::before {
    content: '';
    transform-origin: center;
    position: absolute;
    animation: rotate-scale 25s infinite linear;
    border: 1px solid rgb(178,132,143,0.5);
    height: 200px;
    left: 12%;
    top: -100px;
    width: 200px;
    opacity: 0.2;
}.education_framework_jMqkv .learn_training_wUWcv::after {
    bottom: -90px;
    position: absolute;
    opacity: 0.15;
    left: 40%;
    border: 1px dashed rgb(195,186,171,0.5);
    width: 180px;
    animation: rotate-scale 20s infinite linear reverse;
    transform-origin: center;
    height: 180px;
    content: '';
}@keyframes float-morph {
    0% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
    50% {
        border-radius: 50% 50% 70% 30% / 60% 40% 30% 70%;
        transform: translate(-30px, -20px);
    }
    100% {
        border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
        transform: translate(0, 0);
    }
}

@keyframes rotate-scale {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(180deg) scale(1.1);
    }
    100% {
        transform: rotate(360deg) scale(1);
    }
}

.education_framework_jMqkv .learn_training_wUWcv::before {
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}.education_framework_jMqkv .learn_training_wUWcv::after {
    clip-path: polygon(50% 0, 83% 12%, 100% 43%, 94% 78%, 68% 100%, 32% 100%, 6% 78%, 0% 43%, 17% 12%);
}

@media screen and (max-width: 1200px) {.education_framework_jMqkv .text_overlay_MuLwb h2 {
    width: 45%;
    transform: translate(-40px, -30px);
}.education_framework_jMqkv .text_overlay_MuLwb p {
    width: 65%;
    transform: translate(20px, 30px);
}.education_framework_jMqkv .learn_training_wUWcv::before,
    .education_framework_jMqkv .learn_training_wUWcv::after {
    width: 160px;
    height: 160px;
}
}

@media screen and (max-width: 992px) {.education_framework_jMqkv {
    padding: 140px 0 120px;
}.education_framework_jMqkv .text_overlay_MuLwb h2 {
    transform: translate(-30px, -25px);
    width: 50%;
    padding: 30px 35px;
}.education_framework_jMqkv .text_overlay_MuLwb p {
    padding: 35px 40px;
    transform: translate(15px, 25px);
    width: 70%;
}.education_framework_jMqkv .text_overlay_MuLwb h2::after {
    bottom: -70px;
    height: 60px;
}.education_framework_jMqkv .learn_training_wUWcv::before {
    top: -70px;
    width: 140px;
    height: 140px;
}.education_framework_jMqkv .learn_training_wUWcv::after {
    width: 140px;
    height: 140px;
    bottom: -70px;
}
}

@media screen and (max-width: 768px) {.education_framework_jMqkv {
    padding: 120px 0 100px;
    overflow: hidden;
}.education_framework_jMqkv .text_overlay_MuLwb {
    flex-direction: column;
}.education_framework_jMqkv .text_overlay_MuLwb h2 {
    font-size: calc(29px * 0.9);
    transform: none;
    padding: 25px 30px;
    width: 100%;
    margin-bottom: 40px;
}.education_framework_jMqkv .text_overlay_MuLwb p {
    transform: none;
    width: 100%;
}.education_framework_jMqkv .text_overlay_MuLwb::before,
    .education_framework_jMqkv .text_overlay_MuLwb::after {
    display: none;
}.education_framework_jMqkv .text_overlay_MuLwb h2::after {
    bottom: -50px;
    right: 50%;
    height: 40px;
}.education_framework_jMqkv .learn_training_wUWcv::before,
    .education_framework_jMqkv .learn_training_wUWcv::after,
    .education_framework_jMqkv::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.education_framework_jMqkv {
    padding: 100px 0 80px;
}.education_framework_jMqkv .text_overlay_MuLwb h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 30px;
    padding: 20px 25px;
}.education_framework_jMqkv .text_overlay_MuLwb p {
    padding: 25px 30px;
    font-size: calc(15px * 0.9);
}.education_framework_jMqkv .text_overlay_MuLwb h2::after {
    height: 30px;
    bottom: -40px;
}}.pricing_card_list_fOhLH {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background-color: rgb(210,220,218);
    font-family: Arial, sans-serif;
}.pricing_card_list_fOhLH::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(rgb(178,132,143,0.5), 0.05) 0%, rgba(rgb(195,186,171,0.5), 0.08) 100%);
    content: "";
    top: 0;
    height: 100%;
    left: 0;
    z-index: 0;
}.pricing_card_list_fOhLH .container {
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1400px;
    z-index: 1;
}.pricing_card_list_fOhLH .price_grid_ZxKiM {
    display: flex;
    flex-direction: column;
}.pricing_card_list_fOhLH .premium_plan_pzePJ {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    margin-bottom: 60px;
}.pricing_card_list_fOhLH .premium_plan_pzePJ h2 {
    color: #000000;
    display: inline-block;
    font-weight: 700;
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
}.pricing_card_list_fOhLH .premium_plan_pzePJ h2::after {
    background: linear-gradient(90deg, rgb(178,132,143), rgb(195,186,171));
    width: 80px;
    left: 0;
    bottom: -10px;
    height: 4px;
    content: "";
    border-radius: 2px;
    position: absolute;
}.pricing_card_list_fOhLH .qtr_cost_bVFyS {
    color: #000000;
    line-height: 1.6;
    margin-top: 25px;
    max-width: 800px;
    font-size: 15px;
}.pricing_card_list_fOhLH .offer_box_YsDqk {
    margin-top: 20px;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    display: grid;
    gap: 30px;
}.pricing_card_list_fOhLH .pricing_rates_KuByf {
    animation: fadeUp 0.8s ease-out forwards;
    display: block;
    perspective: 1000px;
    text-decoration: none;
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation-delay: calc(0.15s * var(--i, 1));
    transform: translateY(30px);
}.pricing_card_list_fOhLH .pricing_rates_KuByf:nth-child(1) {
    --i: 1;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:nth-child(2) {
    --i: 2;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:nth-child(3) {
    --i: 3;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:nth-child(4) {
    --i: 4;
}.pricing_card_list_fOhLH .cost_summary_tLUKn {
    transition: all 0.4s ease;
    height: 100%;
    transform-style: preserve-3d;
    overflow: hidden;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15), 
              0 5px 15px -10px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    border-radius: 12px;
    position: relative;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .cost_summary_tLUKn {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(195,186,171,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}.pricing_card_list_fOhLH .plan_matrix_WLYNH {
    z-index: 2;
    position: relative;
    padding: 35px 30px;
    min-height: 250px;
    box-sizing: border-box;
}.pricing_card_list_fOhLH .plan_matrix_WLYNH h3 {
    font-weight: 700;
    display: inline-block;
    transition: transform 0.3s ease;
    margin-bottom: 20px;
    color: #000000;
    font-size: calc(21px + 2px);
    position: relative;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .plan_matrix_WLYNH h3 {
    color: rgb(195,186,171);
    transform: translateX(5px);
}.pricing_card_list_fOhLH .payment_plans_PfVyw {
    display: block;
    transition: all 0.3s ease;
    font-size: calc(21px + 4px);
    margin: 20px 0;
    font-weight: 700;
    position: relative;
    color: rgb(178,132,143);
}.pricing_card_list_fOhLH .payment_plans_PfVyw::before {
    top: -10px;
    content: "";
    position: absolute;
    border-radius: 2px;
    background: linear-gradient(90deg, rgb(178,132,143), transparent);
    width: 40px;
    height: 3px;
    left: 0;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .payment_plans_PfVyw {
    transform: scale(1.05);
    color: rgb(195,186,171);
}.pricing_card_list_fOhLH .plan_matrix_WLYNH p {
    transition: color 0.3s ease;
    word-break: normal;
    word-wrap: break-word;
    line-height: 1.6;
    margin-top: 15px;
    font-size: 15px;
    overflow-wrap: break-word;
    color: #000000;
    hyphens: auto;
    white-space: normal;
}.pricing_card_list_fOhLH .image_zoom_wtPbG {
    overflow: hidden;
    transition: all 0.5s ease;
    width: 100%;
    position: relative;
    height: 200px;
}.pricing_card_list_fOhLH .image_zoom_wtPbG::after {
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    left: 0;
    position: absolute;
    height: 100%;
    transition: opacity 0.4s ease;
    opacity: 0.6;
    content: "";
    z-index: 1;
    top: 0;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .image_zoom_wtPbG {
    transform: scale(1.05);
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .image_zoom_wtPbG::after {
    opacity: 0.3;
}

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

@media (min-width: 1200px) {.pricing_card_list_fOhLH .price_grid_ZxKiM {
    flex-direction: row-reverse;
}.pricing_card_list_fOhLH .premium_plan_pzePJ {
    width: 30%;
    padding-left: 50px;
    margin-bottom: 0;
}.pricing_card_list_fOhLH .offer_box_YsDqk {
    width: 70%;
}.pricing_card_list_fOhLH .premium_plan_pzePJ h2 {
    font-size: calc(29px + 4px);
}
}

@media (max-width: 1199px) {.pricing_card_list_fOhLH {
    padding: 80px 0;
}.pricing_card_list_fOhLH .premium_plan_pzePJ {
    max-width: 800px;
    margin: 0 auto 50px;
    text-align: center;
}.pricing_card_list_fOhLH .premium_plan_pzePJ h2::after {
    left: 50%;
    transform: translateX(-50%);
}
}

@media (max-width: 767px) {.pricing_card_list_fOhLH {
    padding: 60px 0;
}.pricing_card_list_fOhLH .offer_box_YsDqk {
    gap: 20px;
    grid-template-columns: 1fr;
}.pricing_card_list_fOhLH .plan_matrix_WLYNH {
    padding: 25px 20px;
}.pricing_card_list_fOhLH .image_zoom_wtPbG {
    height: 180px;
}.pricing_card_list_fOhLH .premium_plan_pzePJ h2 {
    font-size: calc(29px - 2px);
}.pricing_card_list_fOhLH .qtr_cost_bVFyS {
    font-size: calc(15px - 1px);
}
}

@media (hover: none) {.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .cost_summary_tLUKn {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.15),
                0 5px 15px -10px rgba(0, 0, 0, 0.05);
    transform: none;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .plan_matrix_WLYNH h3 {
    transform: none;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .payment_plans_PfVyw {
    transform: none;
}.pricing_card_list_fOhLH .pricing_rates_KuByf:hover .image_zoom_wtPbG {
    transform: none;
}}.thanksWeb_HmcvA {
    padding: 5rem 2rem;
    perspective: 1000px;
    position: relative;
    background: linear-gradient(135deg, rgb(195,186,171,0.5) 0%, rgb(210,220,218) 70%);
    overflow: hidden;
}.thanksWeb_HmcvA::before {
    opacity: 0.15;
    content: "";
    z-index: 0;
    background: 
        radial-gradient(circle at 10% 20%, transparent 20%, rgb(195,186,171,0.5) 21%, transparent 22%),
        radial-gradient(circle at 90% 60%, transparent 10%, rgb(195,186,171,0.5) 11%, transparent 12%),
        radial-gradient(circle at 50% 40%, transparent 30%, rgb(195,186,171,0.5) 31%, transparent 32%);
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-size: 80px 80px, 60px 60px, 100px 100px;
    position: absolute;
}.thanksWeb_HmcvA .container {
    transform-style: preserve-3d;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.thanksWeb_HmcvA h2 {
    position: relative;
    color: #000000;
    margin-bottom: 3rem;
    font-size: 34px;
    line-height: 1.3;
    opacity: 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1);
    transform: translateZ(40px);
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    font-family: Arial, sans-serif;
    font-weight: 700;
}.thanksWeb_HmcvA h2::after {
    width: 80px;
    background: rgb(195,186,171);
    transform-origin: left;
    height: 3px;
    animation: lineExpand 1.2s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    position: absolute;
    transform: scaleX(0);
    left: 0;
    content: "";
    bottom: -15px;
}.thanksWeb_HmcvA .learn_training_wUWcv {
    border-left: 5px solid rgb(195,186,171);
    opacity: 0;
    background: #ffffff;
    transform: translateZ(20px) rotateY(-2deg);
    transition: transform 0.5s ease;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    box-shadow: 
        0 10px 25px -10px rgba(0,0,0,0.1),
        0 5px 10px -5px rgba(0,0,0,0.04);
    transform-style: preserve-3d;
}.thanksWeb_HmcvA .learn_training_wUWcv:hover {
    transform: translateZ(25px) rotateY(0deg);
}.thanksWeb_HmcvA ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}.thanksWeb_HmcvA li {
    padding: 2.5rem;
    position: relative;
}.thanksWeb_HmcvA li::before {
    transform: scale(0);
    z-index: -1;
    position: absolute;
    right: -8px;
    animation: pulseIn 1.5s 1s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    border-radius: 50%;
    opacity: 0.7;
    background: rgb(178,132,143,0.5);
    height: 40px;
    width: 40px;
    top: -8px;
    content: "";
}.thanksWeb_HmcvA span {
    transform: translateZ(10px);
    position: relative;
    display: block;
    font-family: Arial, sans-serif;
    line-height: 1.8;
    font-size: 12px;
    color: #000000;
}

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

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

@keyframes pulseIn {
    0% {
        transform: scale(0);
    }
    70% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@media (max-width: 992px) {.thanksWeb_HmcvA {
    padding: 4rem 1.5rem;
}.thanksWeb_HmcvA h2 {
    margin-bottom: 2.5rem;
    font-size: calc(34px * 0.9);
}.thanksWeb_HmcvA .learn_training_wUWcv {
    transform: translateZ(15px) rotateY(-1deg);
}
}

@media (max-width: 768px) {.thanksWeb_HmcvA {
    padding: 3rem 1rem;
}.thanksWeb_HmcvA h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.8);
}.thanksWeb_HmcvA .learn_training_wUWcv {
    transform: translateZ(10px) rotateY(0);
}.thanksWeb_HmcvA li {
    padding: 2rem;
}
}

@media (max-width: 576px) {.thanksWeb_HmcvA {
    padding: 2.5rem 0.8rem;
}.thanksWeb_HmcvA h2 {
    margin-bottom: 1.5rem;
    font-size: calc(34px * 0.7);
}.thanksWeb_HmcvA h2::after {
    width: 60px;
    height: 2px;
}.thanksWeb_HmcvA li {
    padding: 1.5rem;
}.thanksWeb_HmcvA span {
    line-height: 1.6;
    font-size: calc(12px * 0.95);
}}.enroll_instantly_MQAYD {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(110deg, rgb(195,186,171) 55%, rgb(210,220,218) 45%);
    overflow: hidden;
}.enroll_instantly_MQAYD::before {
    z-index: 1;
    left: 0;
    content: '';
    width: 100%;
    background: repeating-linear-gradient(
        -45deg, 
        transparent, 
        transparent 20px, 
        rgba(255, 255, 255, 0.03) 20px, 
        rgba(255, 255, 255, 0.03) 40px
    );
    position: absolute;
    top: 0;
    height: 100%;
}.enroll_instantly_MQAYD .learn_training_wUWcv {
    align-items: center;
    z-index: 10;
    padding: 0;
    flex-direction: row;
    position: relative;
    justify-content: space-between;
    display: flex;
}.enroll_instantly_MQAYD .container p {
    line-height: 1.4;
    font-weight: 700;
    z-index: 5;
    color: #ffffff;
    padding-right: 30px;
    position: relative;
    margin: 0;
    width: 60%;
    font-size: 30px;
}.enroll_instantly_MQAYD .connect_query_rYhHM {
    transition: all 0.4s ease;
    z-index: 5;
    font-weight: 600;
    border-radius: 23px;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transform: skewX(-10deg);
    box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.2);
    justify-content: center;
    width: 35%;
    background: rgb(195,186,171);
    height: 100px;
    align-items: center;
    display: flex;
    font-size: 15px;
}.enroll_instantly_MQAYD .connect_query_rYhHM::before {
    transform: rotate(35deg) translateY(-50px);
    transition: all 0.6s ease;
    height: 150%;
    width: 10px;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    left: -50px;
    position: absolute;
}.enroll_instantly_MQAYD .connect_query_rYhHM:hover {
    background: rgb(178,132,143);
    transform: skewX(-10deg) translateY(-8px);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.3);
}.enroll_instantly_MQAYD .connect_query_rYhHM:hover::before {
    left: 120%;
}.enroll_instantly_MQAYD .container::after {
    top: -50px;
    width: 200px;
    right: -50px;
    border-radius: 50%;
    background: rgb(195,186,171,0.5);
    height: 200px;
    z-index: -1;
    animation: pulse 8s infinite alternate;
    content: '';
    position: absolute;
    filter: blur(60px);
}.enroll_instantly_MQAYD .container::before {
    animation: pulse 8s infinite alternate-reverse;
    width: 150px;
    left: -50px;
    bottom: -50px;
    border-radius: 50%;
    position: absolute;
    background: rgb(178,132,143,0.5);
    z-index: -1;
    content: '';
    filter: blur(50px);
    height: 150px;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@media (max-width: 991px) {.enroll_instantly_MQAYD {
    padding: 90px 0;
    background: linear-gradient(130deg, #000000 55%, rgb(210,220,218) 55%);
}.enroll_instantly_MQAYD .container p {
    font-size: calc(22px * 1.3);
}.enroll_instantly_MQAYD .connect_query_rYhHM {
    height: 80px;
}
}

@media (max-width: 767px) {.enroll_instantly_MQAYD {
    background: #000000;
    padding: 70px 0;
}.enroll_instantly_MQAYD .learn_training_wUWcv {
    gap: 30px;
    flex-direction: column;
}.enroll_instantly_MQAYD .container p {
    padding-right: 0;
    width: 100%;
    font-size: 22px;
    text-align: center;
}.enroll_instantly_MQAYD .connect_query_rYhHM {
    width: 80%;
    transform: skewX(0);
    height: 70px;
}.enroll_instantly_MQAYD .connect_query_rYhHM:hover {
    transform: skewX(0) translateY(-5px);
}
}

@media (max-width: 480px) {.enroll_instantly_MQAYD {
    padding: 50px 0;
}.enroll_instantly_MQAYD .container p {
    font-size: calc(16px * 1.2);
}.enroll_instantly_MQAYD .connect_query_rYhHM {
    font-size: calc(15px * 0.9);
    width: 100%;
    height: 60px;
}
}