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

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

html,body {
    height: 100%;
    scroll-snap-type: none;
    auto
contain
touch-action: none;
    font-family: Arial, sans-serif;
    color: #000000;
    min-height: 100%;
    auto;
}

.ty_bannerex::before {
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    width: 100%;
    left: 0;
    animation: pulse 8s infinite alternate ease-in-out;
    background: radial-gradient(circle at 70% 30%, rgb(168,199,187,0.5) 0%, transparent 60%);
    content: "";
    position: absolute;
    top: 0;
}

.ty_bannerex .learn_cultureex:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 0 0 1px rgba(0, 0, 0, 0.04), 
                0 8px 12px rgba(0, 0, 0, 0.06);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.ty_bannerex .learn_cultureex > div:first-child {
    position: relative;
    padding-bottom: 20px;
}

.ty_bannerex .learn_cultureex > div:first-child::after {
    width: 80px;
    left: 0;
    transform-origin: left;
    height: 3px;
    bottom: 0;
    content: "";
    background-color: rgb(168,199,187);
    position: absolute;
    animation: lineExtend 1.5s ease-out forwards;
}

.ty_bannerex a:hover {
    transform: translateX(5px);
}

.ty_bannerex a:hover::before {
    height: 100%;
}

.ty_bannerex p {
    line-height: 1.8;
    font-size: 14px;
    position: relative;
    margin: 0;
    color: #000000;
    font-weight: 400;
}

.plan_displayex::before {
    pointer-events: none;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent 0%, rgb(168,199,187,0.5) 30%, transparent 70%);
    opacity: 0.1;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    width: 100%;
}

.plan_displayex .learning_feesex h2::after {
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    position: absolute;
    left: 50%;
    border-radius: 10px;
    width: 80px;
    bottom: -10px;
    height: 3px;
    transform: translateX(-50%);
    content: "";
}

.plan_displayex .fee_structex:nth-child(2) {
    animation-delay: 0.2s;
}

.plan_displayex .fee_structex:nth-child(4) {
    animation-delay: 0.4s;
}

.plan_displayex .fee_structex:hover {
    transform: translateZ(30px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.plan_displayex .fee_structex:hover::before {
    transform: scaleX(1);
}

.plan_displayex .plan_feesex {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.plan_displayex .plan_tableex {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease, color 0.3s ease;
    color: rgb(168,199,187);
    display: inline-block;
    position: relative;
    font-weight: 700;
}

.plan_displayex .plan_feesex p {
    flex-grow: 1;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0;
    color: #000000;
    font-size: calc(13px - 2px);
}

.plan_displayex .fee_structex:hover .img_textex {
    transform: scale(1.05);
}

.landing_pageex {
    min-height: 100vh;
    background-color: rgb(212,227,220);
    position: relative;
    width: 100%;
    overflow: hidden;
}

.landing_pageex .edu_openex::before {
    background: linear-gradient(
    135deg,
    rgb(168,199,187,0.5) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
    height: 100%;
    content: "";
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    position: absolute;
}

.landing_pageex .edu_openex span {
    z-index: 10;
    max-width: 85%;
    transform: translateX(-1rem);
    animation: slideInLeft 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    margin-bottom: 2rem;
    position: relative;
    opacity: 0;
}

.landing_pageex .edu_openex div {
    animation: fadeUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards 1s;
    opacity: 0;
    z-index: 10;
    position: relative;
    transform: translateY(2rem);
}

.landing_pageex .edu_openex div div {
    animation: none;
    max-width: 600px;
    transform: none;
    opacity: 1;
}

.confidential_cellex {
    overflow: hidden;
    background: linear-gradient(145deg, rgb(212,227,220), rgba(245, 245, 250, 0.9));
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
    padding: 4rem 2rem;
}

.confidential_cellex::after {
    background: linear-gradient(230deg, rgb(123,168,154,0.5), rgb(168,199,187,0.5));
    bottom: -10%;
    width: 200px;
    left: -5%;
    position: absolute;
    opacity: 0.2;
    content: "";
    filter: blur(50px);
    z-index: 0;
    transform: rotate(15deg);
    height: 200px;
}

.confidential_cellex h1::after {
    bottom: 0;
    width: 80px;
    height: 4px;
    left: 0;
    transition: width 0.3s ease-out;
    content: "";
    transform-origin: left center;
    background: linear-gradient(90deg, rgb(168,199,187), rgb(123,168,154));
    position: absolute;
}

.confidential_cellex h2::before {
    left: 0;
    opacity: 0.25;
    background-color: rgb(168,199,187,0.5);
    z-index: -1;
    bottom: 5px;
    height: 12px;
    transform: skewX(-15deg);
    position: absolute;
    content: "";
    width: 100%;
    transition: height 0.3s, opacity 0.3s;
}

.confidential_cellex p {
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    z-index: 1;
    position: relative;
    font-size: 13px;
}

.confidential_cellex strong::after {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 1px;
    background: rgb(168,199,187,0.5);
    position: absolute;
    content: "";
}

.confidential_cellex li::before {
    background-color: #ffffff;
    width: 8px;
    border: 1px solid rgb(168,199,187);
    transition: transform 0.3s, background-color 0.3s;
    transform: rotate(45deg);
    content: "";
    left: -1.5rem;
    position: absolute;
    height: 8px;
    top: 0.7em;
}

.goal_footerex::after {
    left: 0;
    height: 100%;
    z-index: -1;
    width: 100%;
    background-size: 30px 30px;
    animation: gridAnimate 15s linear infinite;
    background-position: center;
    opacity: 0.15;
    content: "";
    position: absolute;
    background: 
        linear-gradient(rgba(rgb(168,199,187), 0.2) 1px, transparent 1px),
        linear-gradient(90deg, rgba(rgb(168,199,187), 0.2) 1px, transparent 1px);
    top: 0;
}

.goal_footerex .company_holder h3::after {
    bottom: -5px;
    position: absolute;
    left: 0;
    content: "";
    box-shadow: 0 0 10px rgb(168,199,187);
    height: 2px;
    width: 30%;
    background: rgb(168,199,187);
}

.goal_footerex .top_teachex {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
    display: grid;
}

.goal_footerex .header_navbarex::before {
    top: 0;
    position: absolute;
    background: rgb(168,199,187);
    transition: height 0.3s ease;
    width: 3px;
    left: 0;
    content: "";
    height: 0;
}

.goal_footerex .header_navbarex h5 {
    font-size: 23px;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    position: relative;
    color: rgb(123,168,154);
    letter-spacing: 1px;
    font-weight: 600;
}

.goal_footerex .header_navbarex .top_teachex a::before {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(rgb(168,199,187,0.5), 0.1), transparent);
    left: 0;
    z-index: -1;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
    content: "";
}

.alumni_netex .container {
    justify-content: center;
    display: flex;
    align-items: center;
}

.alumni_netex .search_footex {
    opacity: 0.7;
    color: #ffffff;
    text-align: center;
    letter-spacing: 0.5px;
    font-size: 16px;
}

.our_missionex::after {
    content: "";
    background: rgb(168,199,187);
    transform: rotate(25deg);
    position: absolute;
    height: 100%;
    right: -50%;
    width: 100%;
    animation: rotateBackground 30s infinite linear;
    opacity: 0.15;
    z-index: 2;
    top: -50%;
}

.our_missionex h2::after {
    bottom: -10px;
    height: 4px;
    transform: skewX(-20deg);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    width: 80px;
    content: "";
    background: rgb(123,168,154);
    left: 0;
    position: absolute;
}

.our_missionex .text_overlayex::after {
    height: 200px;
    border-radius: 50%;
    width: 200px;
    top: -10%;
    opacity: 0.05;
    background: rgb(123,168,154);
    position: absolute;
    z-index: -1;
    content: "";
    right: -10%;
}

.our_missionex .text_overlayex p::after {
    content: "";
    height: 2px;
    background: linear-gradient(to right, rgb(168,199,187), transparent);
    bottom: 0;
    position: absolute;
    left: 0;
    width: 100%;
}

.check_it_out_nowex::before {
    width: 100%;
    position: absolute;
    pointer-events: none;
    background: radial-gradient(ellipse at 70% 30%, rgba(255, 255, 255, 0.15) 0%, transparent 70%);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}

.check_it_out_nowex .container {
    grid-template-columns: 1fr;
    margin: 0 auto;
    gap: 2.5rem;
    z-index: 1;
    position: relative;
    display: grid;
    max-width: 1200px;
}

.check_it_out_nowex span {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: inline-block;
    position: relative;
}

.check_it_out_nowex .reach_widgetex::before {
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    position: absolute;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 80%);
    height: 100%;
}

.check_it_out_nowex .reach_widgetex span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 3;
}

.check_it_out_nowex .reach_widgetex:hover {
    box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.2),
                0 10px 25px -5px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px) translateZ(30px);
}

.check_it_out_nowex .reach_widgetex:active {
    transform: translateY(2px) translateZ(10px);
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.2);
    transition: all 0.1s ease;
}

header .head_teachex {
    display: flex;
    padding: 1.3rem 3rem;
    z-index: 5;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

header .head_learnex:hover {
    border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.7), 0 10px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}

header .head_barex {
    position: relative;
    display: block;
    transition: all 0.4s ease;
}

header .header_navbarex::before {
    background: linear-gradient(135deg, rgb(168,199,187,0.5) 0%, transparent 100%);
    border-radius: 70% 30% 50% 40% / 40% 60% 30% 50%;
    opacity: 0.1;
    transition: all 0.6s ease;
    height: 110%;
    left: -5%;
    width: 110%;
    position: absolute;
    z-index: -1;
    top: -5%;
    content: '';
}

header .main_pagewrapex a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 40% 60% 60% 40% / 60% 40% 60% 40%;
    color: #ffffff;
    transform: translateY(-3px) scale(1.05);
}

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

header .head_teachex::before {
    opacity: 0.1;
    top: -100px;
    background: radial-gradient(circle, rgb(168,199,187,0.5) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(30px);
    right: -100px;
    position: absolute;
    width: 200px;
    height: 200px;
    content: '';
}

.cookiePolicyContainerex {
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.5);
    z-index: 90;
    position: fixed;
    width: 100%;
    font-family: Arial, sans-serif;
    background: rgb(123,168,154);
    padding: 20px 0;
    bottom: 0;
    border-top: 3px solid rgb(168,199,187);
}

.cookie_hideex svg {
    fill: rgb(168,199,187);
    width: 60px;
    height: 60px;
}

.privacy_cookiesex {
    background: rgb(168,199,187);
    text-decoration: none;
    flex-shrink: 0;
    color: #000000;
    min-width: 140px;
    font-size: 18px;
    border: 2px solid rgb(168,199,187);
    white-space: nowrap;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    margin-left: 10px;
    cursor: pointer;
    padding: 10px 20px;
    line-height: 40px;
}

.operation_processex::after {
    filter: blur(15px);
    animation: floatBackground 18s ease-in-out infinite alternate-reverse;
    left: -2%;
    transform: rotate(10deg) skewX(-10deg);
    position: absolute;
    z-index: 1;
    width: 35%;
    opacity: 0.5;
    height: 60%;
    background: linear-gradient(45deg, rgb(168,199,187,0.5) 0%, transparent 70%);
    bottom: -5%;
    content: "";
}

.operation_processex:hover h2::after {
    transform: scaleX(1.5);
}

.operation_processex .text_overlayex {
    transform: translateZ(10px) translateY(0);
    backdrop-filter: blur(10px);
    border-left: 3px solid rgb(123,168,154);
    background: rgba(255, 255, 255, 0.7);
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
    position: relative;
    padding: 2.5rem;
    overflow: hidden;
    box-shadow: 
    0 10px 30px -10px rgba(0, 0, 0, 0.1), 
    0 1px 4px rgba(0, 0, 0, 0.05),
    20px 20px 60px -20px rgba(rgb(168,199,187,0.5), 0.1);
}

.program_offeringsex {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgba(245, 245, 255, 0.95) 100%);
    padding: 6rem 0;
}

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

.program_offeringsex h2 {
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 2.5rem;
    transition: transform 0.5s ease;
    position: relative;
}

.program_offeringsex .new_skillsex {
    display: grid;
    perspective: 1500px;
    grid-template-columns: 1fr;
    gap: 2.5rem;
    position: relative;
}

.program_offeringsex .img_textex::before {
    position: absolute;
    left: 0;
    width: 100%;
    transition: opacity 0.6s ease;
    z-index: 1;
    opacity: 0.5;
    top: 0;
    background: linear-gradient(
        135deg,
        rgba(rgb(168,199,187), 0.3) 0%,
        rgba(rgb(123,168,154), 0.2) 100%
    );
    height: 100%;
    content: "";
}

.program_offeringsex .text_overlayex:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: perspective(1000px) rotateY(0deg) translateZ(30px);
}

.program_offeringsex .text_overlayex:hover::before {
    height: 100%;
}

.program_offeringsex .description:first-child::first-letter {
    font-size: 2.2em;
    float: left;
    padding: 0.1em 0.1em 0 0;
    color: rgb(168,199,187);
    line-height: 0.8;
    font-weight: 700;
}

.data_summaryex::after {
    content: "";
    height: 100%;
    opacity: 0.1;
    width: 100%;
    left: 0;
    top: 0;
    background: radial-gradient(circle at center, rgb(168,199,187,0.5) 0%, transparent 60%);
    z-index: -1;
    position: absolute;
}

.data_summaryex .fast_gainex {
    overflow: hidden;
    display: flex;
    border-radius: 14px;
    background: #ffffff;
    align-items: center;
    padding: 0;
    flex-direction: row;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.data_summaryex .fast_gainex {
    flex-direction: column;
    text-align: center;
}

.data_summaryex .fast_gainex:nth-child(2n) p::after {
    border-left-color: rgb(123,168,154);
}

.data_summaryex .fast_gainex:nth-child(2n) p::after {
    border-top-color: rgb(123,168,154);
    border-left-color: transparent;
}

.data_summaryex .fast_gainex span {
    color: #000000;
    font-size: 23px;
    position: relative;
    padding: 30px 40px;
    transition: all 0.3s ease;
    font-weight: 600;
    flex-grow: 1;
}

.data_summaryex .fast_gainex span {
    width: 100%;
    padding: 25px 20px;
}

.data_summaryex .fast_gainex span,
.data_summaryex .fast_gainex p,
.data_summaryex svg {
    z-index: 1;
}

.data_summaryex svg path {
    transition: all 0.3s ease;
    fill: #ffffff;
}

.data_summaryex ul::before {
    position: absolute;
    left: 90px;
    z-index: -1;
    content: "";
    height: 100%;
    width: 2px;
    top: 0;
    background: linear-gradient(to bottom, rgb(168,199,187,0.5), rgb(123,168,154,0.5));
    opacity: 0.3;
}

.data_summaryex ul::before {
    display: none;
}

.data_summaryex .fast_gainex:hover::before {
    opacity: 0.1;
}

.course_instructorex {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(212,227,220) 0%, rgb(123,168,154,0.5) 100%);
    position: relative;
    padding: 5rem 0;
}

.course_instructorex::after {
    z-index: 0;
    height: 40%;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 5px,
        transparent 5px,
        transparent 10px
    );
    transform-origin: bottom left;
    left: 0;
    width: 100%;
    position: absolute;
    content: "";
    bottom: 0;
    animation: patternShift 30s infinite alternate ease-in-out;
}

.course_instructorex .user_reviewex > div:nth-child(1) {
    display: flex;
    transform: translateZ(20px);
    align-items: center;
    justify-content: center;
}

.course_instructorex .user_reviewex > div:nth-child(2) {
    align-items: center;
    flex-direction: column;
    transform: translateZ(10px);
    position: relative;
    text-align: center;
    display: flex;
}

.course_instructorex .user_reviewex .name::after {
    position: absolute;
    bottom: -5px;
    transition: width 0.5s ease;
    width: 0;
    height: 2px;
    background-color: rgb(168,199,187);
    content: "";
    left: 0;
}

.course_instructorex .user_reviewex > div:nth-child(3) {
    position: relative;
    transform: translateZ(5px);
}

.course_instructorex .user_reviewex .work_blockex::before,
.course_instructorex .user_reviewex .work_blockex::after {
    line-height: 1;
    content: "";
    position: absolute;
    font-family: serif;
    color: rgb(168,199,187,0.5);
    font-size: 4rem;
}

.course_instructorex .user_reviewex .work_blockex::before {
    left: -1rem;
    top: -1.5rem;
}

.contact_form_sectionex .inquiry_reachex {
    padding: 80px 50px;
    color: #ffffff;
    justify-content: center;
    width: 40%;
    background-color: rgb(168,199,187);
    flex-direction: column;
    display: flex;
}

.contact_form_sectionex .inquiry_reachex div:last-child {
    border-bottom: none;
}

.contact_form_sectionex .inquiry_reachex svg path {
    fill: #ffffff;
}

.contact_form_sectionex .inquiry_reachex a {
    text-decoration: none;
    transition: opacity 0.3s ease;
    color: #ffffff;
}

.contact_form_sectionex form h3 {
    font-size: 33px;
    position: relative;
    margin-bottom: 40px;
    color: #000000;
    font-weight: 700;
}

.contact_form_sectionex form input[type="text"]:focus,
.contact_form_sectionex form input[type="email"]:focus {
    outline: none;
    border-bottom-color: rgb(168,199,187);
}

.contact_form_sectionex .connect_supportex input[type="checkbox"] {
    position: relative;
    margin-right: 15px;
    width: 20px;
    background: transparent;
    border: 1px solid #e0e0e0;
    -webkit-appearance: none;
    appearance: none;
    flex-shrink: 0;
    height: 20px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact_form_sectionex .connect_supportex a:hover {
    color: rgb(123,168,154);
}

.contact_form_sectionex .reach_widgetex::after {
    transform-origin: right;
    left: 0;
    content: '';
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: -1;
    width: 100%;
    background: rgb(123,168,154);
    top: 0;
    transform: scaleX(0);
    height: 100%;
}


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



@media (max-width: 767px) {.ty_bannerex {
    padding: 60px 0;
}.ty_bannerex .learn_cultureex {
    gap: 25px;
    padding: 35px 25px;
}.ty_bannerex .learn_cultureex > div:first-child::after {
    width: 60px;
}.ty_bannerex h5 {
    font-size: calc(24px * 0.9);
}.ty_bannerex a::before {
    left: -10px;
}
}



@media (min-width: 992px) {.plan_displayex .package_dealex {
    grid-template-columns: repeat(2, 1fr);
}
}



@media (min-width: 1200px) {.plan_displayex {
    padding: 8rem 2rem;
}.plan_displayex .learning_feesex {
    flex: 0 0 25%;
}.plan_displayex .package_dealex {
    flex: 0 0 75%;
}.plan_displayex .plan_feesex {
    padding: 2.5rem;
}
}



@media screen and (max-width: 992px) {.landing_pageex .main_introex {
    padding: 1.5rem;
}.landing_pageex .edu_openex {
    min-height: 65vh;
    padding: 4rem 2.5rem;
}.landing_pageex .edu_openex span {
    max-width: 95%;
}.landing_pageex .edu_openex h3 {
    padding: 0.8rem 1.2rem;
    font-size: 1.1rem;
}
}



@media (max-width: 992px) {.confidential_cellex {
    padding: 3rem 1.5rem;
}.confidential_cellex .container {
    padding: 2.5rem;
}.confidential_cellex h1 {
    font-size: calc(42px * 0.9);
}.confidential_cellex h2 {
    font-size: calc(33px * 0.9);
}
}



@media (max-width: 768px) {.confidential_cellex {
    padding: 2.5rem 1rem;
}.confidential_cellex .container {
    padding: 2rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 10px),
            calc(100% - 10px) 100%,
            0 100%
        );
}.confidential_cellex h1 {
    margin-bottom: 1.5rem;
    font-size: calc(42px * 0.8);
}.confidential_cellex h2 {
    font-size: calc(33px * 0.8);
    margin: 2rem 0 1rem;
}.confidential_cellex h3 {
    font-size: calc(33px * 0.7);
}.confidential_cellex h4 {
    font-size: calc(33px * 0.6);
}.confidential_cellex p, 
    .confidential_cellex li,
    .confidential_cellex span {
    font-size: calc(13px * 0.95);
}
}



@media screen and (max-width: 576px) {.goal_footerex {
    padding: 3rem 0 2rem;
}.goal_footerex .company_holder h3 {
    font-size: calc(36px * 0.9);
}.goal_footerex .footer_workshopsex {
    font-size: calc(14px * 0.9);
}.goal_footerex .header_navbarex .top_teachex a {
    font-size: calc(14px * 0.9);
}.alumni_netex {
    margin-top: 2rem;
    padding: 1rem 0;
}}



@media (max-width: 576px) {.our_missionex {
    padding: 2.5rem 0;
}.our_missionex h2 {
    margin-bottom: 1.5rem;
}.our_missionex .text_overlayex {
    padding: 1.5rem;
}.our_missionex h2::after {
    width: 60px;
    height: 3px;
}.our_missionex .container {
    padding: 0 1.5rem;
}
}



@media (min-width: 992px) {.check_it_out_nowex {
    padding: 6rem 4rem;
}.check_it_out_nowex .container {
    gap: 4rem;
}.check_it_out_nowex h6 {
    max-width: 80%;
    font-size: 24px;
}.check_it_out_nowex .reach_widgetex {
    padding: 1.25rem 3rem;
}
}



@media (max-width: 991px) {header .head_teachex {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .head_learnex {
    margin-right: 0;
    margin-bottom: 0;
    padding: 0.7rem;
}header .header_navbarex {
    flex-basis: 100%;
    margin-top: 1rem;
    justify-content: flex-end;
}header .main_pagewrapex a {
    font-size: calc(18px - 1px);
    padding: 0.6rem 1rem;
}header .header_navbarex::before {
    display: none;
}
}


@media only screen and (max-width: 1200px) {.cookiePolicyContainerex {
    padding: 15px 0;
}.privacy_gateex {
    padding: 15px 5%;
}.cookie_hideex {
    display: none;
}.privacy_gateex {
    align-items: center;
    flex-direction: column;
    text-align: center;
}.cookiePolicyContainerex h5 {
    margin-bottom: 10px;
    font-size: 16px;
}.cookie_checkex {
    margin-bottom: 15px;
}.privacy_cookiesex {
    margin: 10px 0;
    min-width: 100%;
}}



@media (min-width: 1200px) {.operation_processex .learn_cultureex {
    padding: 0 2rem;
}.operation_processex h2 {
    font-size: calc(34px * 1.3);
}.operation_processex .text_overlayex {
    margin: 0 auto;
    max-width: 90%;
}
}



@media (max-width: 767px) {.operation_processex {
    padding: 5rem 0;
}.operation_processex h2 {
    font-size: calc(34px * 0.9);
}.operation_processex .text_overlayex {
    padding: 2rem;
}.operation_processex p {
    font-size: calc(16px * 0.95);
    line-height: 1.7;
}
}



@media (min-width: 992px) {.program_offeringsex {
    padding: 10rem 0;
}.program_offeringsex h2 {
    font-size: calc(30px * 1.2);
    max-width: 80%;
    margin-left: auto;
    margin-bottom: 4rem;
    margin-right: auto;
}.program_offeringsex .new_skillsex {
    grid-template-columns: 1fr 1.3fr;
    gap: 4rem;
}.program_offeringsex .img_textex {
    height: 550px;
}.program_offeringsex .text_overlayex {
    padding: 3.5rem;
}.program_offeringsex .description {
    font-size: calc(15px * 1.1);
    max-height: 350px;
    margin-bottom: 2rem;
    line-height: 1.9;
}
}



@media (min-width: 1400px) {.data_summaryex .fast_gainex {
    max-width: 90%;
    margin-left: auto;
}.data_summaryex .fast_gainex:nth-child(2n) {
    margin-left: 0;
    margin-right: auto;
}.data_summaryex .fast_gainex p {
    font-size: 3.5rem;
}}



@media (min-width: 1024px) {.course_instructorex .user_reviewex {
    gap: 3rem 4rem;
    padding: 4rem;
}.course_instructorex .user_reviewex .img_textex {
    height: 250px;
    width: 250px;
}.course_instructorex .user_reviewex .work_blockex {
    font-size: calc(15px * 1.05);
    padding: 0 2rem;
}
}



@media (prefers-reduced-motion: reduce) {.course_instructorex::after {
    animation: none;
}.course_instructorex .user_reviewex,
    .course_instructorex .user_reviewex:hover,
    .course_instructorex .user_reviewex .img_textex,
    .course_instructorex .user_reviewex:hover .img_textex {
    transition: none;
    transform: none;
}}



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



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



@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 200% 50%;
    }
}



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



@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-1rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}



@keyframes morphing {
    0%, 100% { border-radius: 60% 40% 30% 70% / 50% 30% 60% 40%; }
    33% { border-radius: 40% 60% 70% 30% / 30% 40% 30% 70%; }
    66% { border-radius: 30% 60% 70% 40% / 60% 30% 70% 40%; }
}

@keyframes slide-in {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}



@keyframes patternShift {
    0% {
        transform: skewY(-2deg) translateX(-5%);
    }
    100% {
        transform: skewY(2deg) translateX(5%);
    }
}

