* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.header_bar48 {
    flex: 1 0 auto;
}html,body {
    height: 100%;
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.degree_path71 {
    flex: 0 0 auto;
}.container {
    width: 1210px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-holder35 {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.cookie_warning_message17 {
    background: rgb(214,239,228);
    bottom: 0;
    border-top: 2px solid rgb(173,220,203);
    z-index: 90;
    position: fixed;
    width: 100%;
}.cookies_consent06 {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
    align-items: center;
}.cookie_warning_message17 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_warning_message17 p {
    font-size: 18px;
}.cookie_controls12 {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_controls12 svg, .cookie_controls12 svg path, .cookie_controls12 img {
    height: 100px;
    width: 100px;
    fill: rgb(173,220,203);
}.gdpr_banner90 {
    text-decoration: none;
    flex-shrink: 0;
    border-bottom: 2px solid rgb(173,220,203);
    text-align: center;
    min-width: 120px;
    color: rgb(173,220,203);
    margin-left: 10px;
    font-size: 24px;
    cursor: pointer;
    line-height: 35px;
    white-space: nowrap;
}.cookie_warning_message17 p a {
    text-decoration: none;
    color: rgb(173,220,203);
}#cookie_notice_box56 {
    display: none;
}#cookie_notice_box56:checked ~ .cookie_warning_message17 {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (max-width: 1200px) {.cookie_warning_message17 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.cookie_controls12 {
    display: none;
}.cookies_consent06 {
    align-items: center;
    justify-content: center;
    flex-direction: column;
}.cookie_warning_message17 h5 {
    text-align: center;
}.cookie_warning_message17 p {
    text-align: center;
}.data_agree73 {
    margin-bottom: 20px;
}body .wrapper-holder35 .gdpr_banner90 {
    margin-left: 0;
}}
.wrapper-holder35 .cookies_consent06 {
    justify-content: flex-end;
}.wrapper-holder35 .gdpr_banner90 {
    background: rgb(173,220,203);
    margin-left: 30px;
    padding: 10px;
    font-size: 20px;
    color: #ffffff;
}.wrapper-holder35 .data_agree73 {
    text-align: right;
}
@media only screen and (max-width: 800px)  {.wrapper-holder35 .gdpr_banner90 {
    margin-bottom: 10px;
    margin-left: 0;
}}.teacher_profile40 {
    padding: 80px 40px;
    overflow: hidden;
    position: relative;
    background: rgb(214,239,228);
    min-height: 450px;
}.teacher_profile40::before {
    opacity: 0.05;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 30px,
        rgb(173,220,203,0.5) 30px,
        rgb(173,220,203,0.5) 32px
    );
    height: 100%;
}.teacher_profile40 .edu_quotes07 {
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1000px;
    display: flex;
    transform-style: preserve-3d;
}.teacher_profile40 .responsive_img49 {
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    height: 140px;
    border: 4px solid #ffffff;
    width: 140px;
    overflow: hidden;
    margin-left: 60px;
    z-index: 5;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}.teacher_profile40 .edu_quotes07:hover .responsive_img49 {
    transform: translateY(-15px) scale(1.1);
    border-color: rgb(173,220,203);
}.teacher_profile40 .emp_progress16 {
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    margin-top: -40px;
    background: #ffffff;
    overflow: hidden;
    padding: 60px 40px 40px;
    border-radius: 23px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    position: relative;
}.teacher_profile40 .edu_quotes07:hover .emp_progress16 {
    transform: translateZ(30px);
}.teacher_profile40 .emp_progress16::before {
    height: 0;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(173,220,203), rgb(132,195,177));
    width: 4px;
    position: absolute;
    transition: height 0.5s ease;
    content: "";
}.teacher_profile40 .edu_quotes07:hover .emp_progress16::before {
    height: 100%;
    animation: pulseGlow 2s infinite;
}.teacher_profile40 .name {
    transform: translateX(0);
    transition: all 0.4s ease;
    font-weight: 700;
    font-size: 31px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 5px;
}.teacher_profile40 .edu_quotes07:hover .name {
    color: rgb(173,220,203);
    transform: translateX(15px);
}.teacher_profile40 .emp_progress16 > div:nth-child(2) {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    transition: all 0.4s ease 0.1s;
    transform: translateX(0);
    letter-spacing: 0.5px;
    opacity: 0.8;
    color: rgb(132,195,177);
}.teacher_profile40 .edu_quotes07:hover .emp_progress16 > div:nth-child(2) {
    transform: translateX(15px);
}.teacher_profile40 .work_table26 {
    opacity: 0.9;
    padding: 20px 0;
    transform: translateY(0);
    transition: all 0.4s ease 0.2s;
    color: #000000;
    position: relative;
    line-height: 1.8;
    font-size: 18px;
}.teacher_profile40 .edu_quotes07:hover .work_table26 {
    transform: translateY(-5px);
}.teacher_profile40 .work_table26::before,
.teacher_profile40 .work_table26::after {
    height: 1px;
    position: absolute;
    width: 35px;
    content: "";
    transition: all 0.4s ease;
    background: rgb(132,195,177,0.5);
}.teacher_profile40 .work_table26::before {
    top: 0;
    left: 0;
}.teacher_profile40 .work_table26::after {
    right: 0;
    bottom: 0;
}.teacher_profile40 .edu_quotes07:hover .work_table26::before,
.teacher_profile40 .edu_quotes07:hover .work_table26::after {
    background: rgb(132,195,177);
    height: 2px;
    width: 100px;
}

@keyframes pulseGlow {
    0%, 100% {
        box-shadow: 0 0 8px 2px rgb(173,220,203,0.5);
    }
    50% {
        box-shadow: 0 0 15px 2px rgb(173,220,203);
    }
}

@media (min-width: 768px) {.teacher_profile40 .edu_quotes07 {
    align-items: center;
    flex-direction: row;
}.teacher_profile40 .responsive_img49 {
    margin-left: 0;
    height: 180px;
    z-index: 5;
    margin-right: -80px;
    width: 180px;
}.teacher_profile40 .emp_progress16 {
    margin-top: 0;
    padding-left: 100px;
    flex: 1;
}
}

@media (max-width: 767px) {.teacher_profile40 {
    padding: 60px 20px;
}.teacher_profile40 .emp_progress16 {
    padding: 60px 25px 35px;
}.teacher_profile40 .name {
    font-size: calc(31px - 4px);
}.teacher_profile40 .emp_progress16 > div:nth-child(2) {
    font-size: calc(18px - 1px);
}.teacher_profile40 .work_table26 {
    font-size: calc(18px - 1px);
}}.greeting_page36 {
    font-family: Arial, sans-serif;
    background-color: rgb(214,239,228);
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}.greeting_page36 .edu_trackfast78 {
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}.greeting_page36 .edu_trackfast78::before {
    background: linear-gradient(135deg, rgb(173,220,203) 0%, rgba(0,0,0,0.7) 100%);
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
    opacity: 0.85;
    left: 0;
    top: 0;
    content: "";
}.greeting_page36 .edu_trackfast78::after {
    opacity: 0.05;
    content: "";
    background-image: 
    linear-gradient(45deg, rgb(173,220,203,0.5) 25%, transparent 25%),
    linear-gradient(-45deg, rgb(173,220,203,0.5) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, rgb(173,220,203,0.5) 75%),
    linear-gradient(-45deg, transparent 75%, rgb(173,220,203,0.5) 75%);
    background-size: 20px 20px;
    right: 0;
    top: 0;
    left: 0;
    z-index: 2;
    background-position: 0 0, 0 10px, 10px -10px, -10px 0;
    bottom: 0;
    position: absolute;
}.greeting_page36 .fast_study65 {
    grid-template-columns: 1fr;
    max-width: 80%;
    transform: translateY(-2%);
    margin-left: 10%;
    animation: fadeInUp 1.2s ease-out forwards;
    gap: 2rem;
    padding: 4rem 0;
    display: grid;
    z-index: 3;
    position: relative;
}.greeting_page36 .fast_study65 > div:first-child {
    position: relative;
}.greeting_page36 .fast_study65 > div:first-child::before {
    top: 50%;
    transform: translateY(-50%);
    height: 70%;
    content: "";
    position: absolute;
    width: 5px;
    left: -20px;
    background: linear-gradient(to bottom, rgb(132,195,177), transparent);
}.greeting_page36 .title_style_header {
    color: #ffffff;
    transform: translateX(0);
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
    font-weight: 700;
    font-size: calc(43px * 1.2);
    line-height: 1.2;
    transition: transform 0.5s ease;
    margin-bottom: 1rem;
    position: relative;
}.greeting_page36 .title_style_header::after {
    background: rgb(132,195,177);
    animation-delay: 0.8s;
    content: "";
    position: absolute;
    width: 0;
    bottom: -10px;
    left: 0;
    animation: lineGrow 1.5s ease-out forwards;
    height: 3px;
}.greeting_page36 .fast_study65 > div:nth-child(2) {
    padding-left: 1.5rem;
    transition: transform 0.5s ease;
    transform: translateX(0);
    border-left: 1px solid rgba(255,255,255,0.1);
}.greeting_page36 h3 {
    opacity: 0;
    font-size: 19px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    line-height: 1.6;
    animation-delay: 0.3s;
    animation: fadeIn 1s ease-out forwards;
    color: #ffffff;
}.greeting_page36 p {
    font-size: 14px;
    position: relative;
    animation-delay: 0.6s;
    line-height: 1.7;
    opacity: 0;
    padding-left: 1rem;
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 2rem;
    animation: fadeIn 1s ease-out forwards;
}.greeting_page36 p::before {
    left: 0;
    top: 0.5rem;
    position: absolute;
    width: 4px;
    content: "";
    border-radius: 10px;
    background-color: rgb(132,195,177);
    height: 4px;
}@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(10%);
  }
  to {
    opacity: 1;
    transform: translateY(-2%);
  }
}

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

@keyframes lineGrow {
  from {
    width: 0;
  }
  to {
    width: 60px;
  }
}

.greeting_page36:hover .fast_study65 > div:first-child {
    transition: transform 0.5s ease;
    transform: translateY(-5px);
}.greeting_page36:hover .fast_study65 > div:nth-child(2) {
    transition: transform 0.5s ease;
    transform: translateX(5px);
}

@media (min-width: 992px) {.greeting_page36 .fast_study65 {
    max-width: 90%;
    margin-left: 5%;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.greeting_page36 .title_style_header {
    font-size: calc(43px * 1.4);
}.greeting_page36 h3 {
    font-size: calc(19px * 1.1);
}.greeting_page36 .fast_study65 > div:nth-child(2) {
    padding-top: 2rem;
}
}

@media (max-width: 991px) {.greeting_page36 .fast_study65 {
    margin-left: 5%;
    max-width: 90%;
}.greeting_page36 .title_style_header {
    font-size: calc(43px * 1.1);
}
}

@media (max-width: 768px) {.greeting_page36 {
    min-height: 80vh;
}.greeting_page36 .edu_trackfast78 {
    min-height: 80vh;
}.greeting_page36 .fast_study65 {
    max-width: 95%;
    padding: 3rem 0;
    margin-left: 2.5%;
}.greeting_page36 h3 {
    line-height: 1.5;
    font-size: 19px;
}
}

@media (max-width: 576px) {.greeting_page36 .fast_study65 {
    padding: 2rem 0;
}.greeting_page36 .title_style_header {
    font-size: 43px;
}.greeting_page36 .fast_study65 > div:first-child::before {
    left: -15px;
    height: 50%;
}.greeting_page36 h3 {
    font-size: calc(19px * 0.9);
}.greeting_page36 p {
    font-size: calc(14px * 0.9);
}}.course_fit_for94 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(45deg, rgb(214,239,228) 0%, #ffffff 100%);
}.course_fit_for94::before {
    z-index: 1;
    position: absolute;
    right: 0;
    height: 100%;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    background: rgb(173,220,203,0.5);
    opacity: 0.1;
    top: 0;
    width: 50%;
    content: "";
}.course_fit_for94::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 50%;
    clip-path: polygon(0 100%, 0 0, 100% 100%);
    background: rgb(132,195,177,0.5);
    left: 0;
    opacity: 0.1;
    z-index: 1;
    height: 100%;
}.course_fit_for94 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    max-width: 1140px;
}.course_fit_for94 .training_classes43 {
    position: relative;
}.course_fit_for94 h4 {
    font-weight: 700;
    margin-bottom: 60px;
    color: #000000;
    position: relative;
    border-left: 4px solid rgb(173,220,203);
    padding-left: 20px;
    text-align: left;
    font-size: 34px;
}.course_fit_for94 h4::after {
    position: absolute;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, rgb(132,195,177), transparent);
    width: 60%;
    bottom: -10px;
    content: "";
}.course_fit_for94 div > div {
    position: relative;
    flex-direction: column;
    margin-left: 60px;
    max-width: 800px;
    display: flex;
}.course_fit_for94 div > div::before {
    content: "";
    background: linear-gradient(to bottom, rgb(173,220,203,0.5), rgb(132,195,177,0.5));
    z-index: 1;
    position: absolute;
    width: 2px;
    top: 0;
    left: 15px;
    height: 100%;
}.course_fit_for94 p {
    font-size: 14px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    background: #ffffff;
    transition: all 0.3s ease;
    align-items: center;
    border-radius: 10px;
    margin-left: 30px;
    color: #000000;
    display: flex;
    z-index: 2;
    padding: 20px 25px;
    margin-bottom: 30px;
}.course_fit_for94 p:last-child {
    margin-bottom: 0;
}.course_fit_for94 p::before {
    background: linear-gradient(90deg, rgb(173,220,203,0.5), rgb(132,195,177));
    left: -30px;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 2px;
    content: "";
    transform: translateY(-50%);
}.course_fit_for94 p::after {
    transition: all 0.3s ease;
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    z-index: 3;
    border: 3px solid rgb(173,220,203);
    height: 16px;
    left: -42px;
    width: 16px;
    border-radius: 50%;
    background: #ffffff;
}.course_fit_for94 p:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateX(10px);
}.course_fit_for94 p:hover::after {
    transform: translateY(-50%) scale(1.2);
    background: rgb(173,220,203);
}.course_fit_for94 p:nth-child(odd)::after {
    border-color: rgb(173,220,203);
}.course_fit_for94 p:nth-child(even)::after {
    border-color: rgb(132,195,177);
}.course_fit_for94 p:nth-child(even):hover::after {
    background: rgb(132,195,177);
}.course_fit_for94 p svg {
    transition: all 0.3s ease;
    margin-right: 15px;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
}.course_fit_for94 p svg path {
    transition: fill 0.3s ease;
    fill: rgb(173,220,203);
}.course_fit_for94 p:nth-child(even) svg path {
    fill: rgb(132,195,177);
}.course_fit_for94 p:hover svg {
    transform: scale(1.1) rotate(10deg);
}.course_fit_for94 p:nth-child(1) {
    transform: translateX(0);
}.course_fit_for94 p:nth-child(2) {
    transform: translateX(30px);
}.course_fit_for94 p:nth-child(3) {
    transform: translateX(60px);
}.course_fit_for94 p:nth-child(4) {
    transform: translateX(90px);
}.course_fit_for94 p:nth-child(5) {
    transform: translateX(120px);
}.course_fit_for94 p:nth-child(6) {
    transform: translateX(150px);
}.course_fit_for94 p:nth-child(1):hover {
    transform: translateX(10px);
}.course_fit_for94 p:nth-child(2):hover {
    transform: translateX(40px);
}.course_fit_for94 p:nth-child(3):hover {
    transform: translateX(70px);
}.course_fit_for94 p:nth-child(4):hover {
    transform: translateX(100px);
}.course_fit_for94 p:nth-child(5):hover {
    transform: translateX(130px);
}.course_fit_for94 p:nth-child(6):hover {
    transform: translateX(160px);
}@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.course_fit_for94 .training_classes43 > div p {
    opacity: 0;
    animation: slideIn 0.5s ease forwards;
}.course_fit_for94 .training_classes43 > div p:nth-child(1) {
    animation-delay: 0.1s;
}.course_fit_for94 .training_classes43 > div p:nth-child(2) {
    animation-delay: 0.2s;
    opacity: 1;
    transform: translateX(30px);
    animation-name: none;
}.course_fit_for94 .training_classes43 > div p:nth-child(3) {
    animation-name: none;
    animation-delay: 0.3s;
    transform: translateX(60px);
    opacity: 1;
}.course_fit_for94 .training_classes43 > div p:nth-child(4) {
    opacity: 1;
    animation-name: none;
    transform: translateX(90px);
    animation-delay: 0.4s;
}.course_fit_for94 .training_classes43 > div p:nth-child(5) {
    transform: translateX(120px);
    animation-delay: 0.5s;
    animation-name: none;
    opacity: 1;
}.course_fit_for94 .training_classes43 > div p:nth-child(6) {
    animation-name: none;
    animation-delay: 0.6s;
    transform: translateX(150px);
    opacity: 1;
}.course_fit_for94 .training_classes43 > div p:nth-child(7) {
    animation-delay: 0.6s;
    transform: translateX(120px);
    animation-name: none;
    opacity: 1;
}.course_fit_for94 .training_classes43 > div p:nth-child(8) {
    transform: translateX(90px);
    opacity: 1;
    animation-name: none;
    animation-delay: 0.6s;
}.course_fit_for94 .training_classes43 > div p:nth-child(9) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(60px);
}.course_fit_for94 .training_classes43 > div p:nth-child(10) {
    animation-name: none;
    animation-delay: 0.6s;
    opacity: 1;
    transform: translateX(30px);
}


@media (max-width: 991px) {.course_fit_for94 {
    padding: 80px 0;
}.course_fit_for94 h4 {
    font-size: calc(34px * 0.9);
    margin-bottom: 50px;
}.course_fit_for94 div > div {
    margin-left: 40px;
}.course_fit_for94 p {
    margin-bottom: 25px;
    padding: 18px 20px;
}.course_fit_for94 p:nth-child(1) {
    transform: translateX(0);
}.course_fit_for94 p:nth-child(2) {
    transform: translateX(20px);
}.course_fit_for94 p:nth-child(3) {
    transform: translateX(40px);
}.course_fit_for94 p:nth-child(4) {
    transform: translateX(60px);
}.course_fit_for94 p:nth-child(5) {
    transform: translateX(80px);
}.course_fit_for94 p:nth-child(6) {
    transform: translateX(100px);
}.course_fit_for94 p:nth-child(7) {
    transform: translateX(120px);
}.course_fit_for94 p:nth-child(8) {
    transform: translateX(140px);
}.course_fit_for94 p:nth-child(9) {
    transform: translateX(160px);
}.course_fit_for94 p:nth-child(10) {
    transform: translateX(180px);
}.course_fit_for94 p:nth-child(1):hover {
    transform: translateX(5px);
}.course_fit_for94 p:nth-child(2):hover {
    transform: translateX(25px);
}.course_fit_for94 p:nth-child(3):hover {
    transform: translateX(45px);
}.course_fit_for94 p:nth-child(4):hover {
    transform: translateX(65px);
}.course_fit_for94 p:nth-child(5):hover {
    transform: translateX(85px);
}.course_fit_for94 p:nth-child(6):hover {
    transform: translateX(105px);
}.course_fit_for94 p:nth-child(7):hover {
    transform: translateX(125px);
}.course_fit_for94 p:nth-child(8):hover {
    transform: translateX(145px);
}.course_fit_for94 p:nth-child(9):hover {
    transform: translateX(165px);
}.course_fit_for94 p:nth-child(10):hover {
    transform: translateX(185px);
}
}

@media (max-width: 768px) {.course_fit_for94 {
    padding: 70px 0;
}.course_fit_for94 h4 {
    font-size: calc(34px * 0.8);
    padding-left: 15px;
    margin-bottom: 40px;
}.course_fit_for94 div > div {
    margin-left: 30px;
}.course_fit_for94 div > div::before {
    left: 10px;
}.course_fit_for94 p {
    margin-left: 20px;
    margin-bottom: 20px;
    padding: 15px;
}.course_fit_for94 p::before {
    width: 20px;
    left: -20px;
}.course_fit_for94 p::after {
    width: 14px;
    height: 14px;
    left: -32px;
}.course_fit_for94 p:nth-child(1) {
    transform: translateX(0);
}.course_fit_for94 p:nth-child(2) {
    transform: translateX(0);
}.course_fit_for94 p:nth-child(3) {
    transform: translateX(0);
}.course_fit_for94 p:nth-child(4) {
    transform: translateX(0);
}.course_fit_for94 p:nth-child(5) {
    transform: translateX(0);
}.course_fit_for94 p:nth-child(6) {
    transform: translateX(0);
}.course_fit_for94 p:hover,
    .course_fit_for94 p:nth-child(n):hover {
    transform: translateX(5px);
}
}

@media (max-width: 576px) {.course_fit_for94 {
    padding: 60px 0;
}.course_fit_for94 h4 {
    margin-bottom: 30px;
    border-left-width: 3px;
    font-size: calc(34px * 0.7);
}.course_fit_for94 div > div {
    margin-left: 25px;
}.course_fit_for94 p {
    margin-bottom: 15px;
    padding: 12px;
    font-size: calc(14px * 0.9);
}.course_fit_for94 p svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}.course_fit_for94 p::after {
    width: 12px;
    border-width: 2px;
    height: 12px;
}}.plan_shelf95 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.plan_shelf95::before {
    top: 0;
    z-index: 1;
    bottom: 0;
    right: 0;
    position: absolute;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    left: 0;
    content: "";
}.plan_shelf95 .container {
    padding: 0 20px;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.plan_shelf95 .fee_schemes01 {
    position: relative;
}.plan_shelf95 h2 {
    text-align: center;
    animation: fadeUp 0.7s ease-out 0.2s forwards;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 34px;
    position: relative;
    transform: translateY(20px);
    opacity: 0;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    color: #ffffff;
}.plan_shelf95 h2::after {
    width: 80px;
    content: "";
    height: 3px;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgb(132,195,177,0.5);
    position: absolute;
    left: 50%;
    background: rgb(132,195,177);
    bottom: -15px;
}.plan_shelf95 .cost_matrix34 {
    opacity: 0;
    font-size: calc(18px * 1.1);
    letter-spacing: 0.3px;
    animation: fadeUp 0.7s ease-out 0.4s forwards;
    color: #ffffff;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    transform: translateY(20px);
    line-height: 1.6;
}.plan_shelf95 .package_price72 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    padding: 0;
    margin: 0;
    list-style: none;
    perspective: 1000px;
    display: grid;
}.plan_shelf95 .package_price72 li {
    opacity: 0;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.5s + var(--li-index, 0) * 0.15s);
    transform: translateY(40px);
}.plan_shelf95 .package_price72 li:nth-child(1) {
    --li-index: 1;
}.plan_shelf95 .package_price72 li:nth-child(2) {
    --li-index: 2;
}.plan_shelf95 .package_price72 li:nth-child(3) {
    --li-index: 3;
}.plan_shelf95 .package_price72 li:nth-child(4) {
    --li-index: 4;
}.plan_shelf95 .price_options54 {
    position: relative;
    display: block;
    text-decoration: none;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.plan_shelf95 .price_options54:hover {
    transform: translateY(-10px) scale(1.02);
}.plan_shelf95 .study_rates57 {
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 0 15px 35px rgba(0,0,0,0.2), 
                0 5px 15px rgba(0,0,0,0.1);
    padding: 40px 30px;
    -webkit-backdrop-filter: blur(10px);
    border-left: 1px solid rgba(255,255,255,0.2);
    position: relative;
    border-radius: 12px;
    transition: all 0.4s ease;
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.2);
    overflow: hidden;
    height: 100%;
    background: linear-gradient(145deg, 
        rgba(255,255,255,0.1) 0%, 
        rgba(255,255,255,0.05) 100%);
}.plan_shelf95 .price_options54:hover .study_rates57 {
    border-color: rgb(132,195,177,0.5);
    box-shadow: 0 25px 45px rgba(0,0,0,0.25), 
                0 10px 20px rgba(0,0,0,0.15);
}.plan_shelf95 .study_rates57::before {
    content: "";
    top: -50%;
    position: absolute;
    height: 200%;
    transform: scale(0.8);
    left: -50%;
    opacity: 0;
    width: 200%;
    transition: transform 0.8s ease, opacity 0.8s ease;
    background: radial-gradient(
        circle at center,
        rgba(rgb(132,195,177), 0.05) 0%,
        transparent 70%
    );
    z-index: 0;
}.plan_shelf95 .price_options54:hover .study_rates57::before {
    transform: scale(1);
    opacity: 1;
}.plan_shelf95 .offer_box48 {
    z-index: 2;
    position: relative;
}.plan_shelf95 .offer_box48 h4 {
    transition: transform 0.4s ease;
    color: #ffffff;
    font-size: calc(23px * 1.15);
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
    position: relative;
}.plan_shelf95 .price_options54:hover .offer_box48 h4 {
    transform: translateY(-5px);
    color: rgb(132,195,177);
}.plan_shelf95 .offer_box48 h4::after {
    background: rgb(132,195,177);
    height: 2px;
    bottom: 0;
    left: 0;
    width: 50px;
    position: absolute;
    transition: width 0.4s ease;
    content: "";
}.plan_shelf95 .price_options54:hover .offer_box48 h4::after {
    width: 80px;
}.plan_shelf95 .offer_box48 p {
    scrollbar-color: rgb(132,195,177) rgba(255,255,255,0.1);
    line-height: 1.6;
    font-size: 18px;
    max-height: 150px;
    padding-right: 10px;
    margin-bottom: 25px;
    scrollbar-width: thin;
    overflow-y: auto;
    color: rgba(255,255,255,0.8);
}.plan_shelf95 .offer_box48 p::-webkit-scrollbar {
    width: 4px;
}.plan_shelf95 .offer_box48 p::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(255,255,255,0.1);
}.plan_shelf95 .offer_box48 p::-webkit-scrollbar-thumb {
    background: rgb(132,195,177);
    border-radius: 10px;
}.plan_shelf95 .learning_plan20 {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    position: relative;
    background: linear-gradient(135deg, 
        rgb(132,195,177) 0%, 
        rgb(173,220,203) 100%);
    transition: all 0.4s ease;
    border-radius: 8px;
    padding: 8px 20px;
    font-size: calc(23px * 1.5);
    color: #ffffff;
    display: inline-block;
    overflow: hidden;
    font-weight: 700;
}.plan_shelf95 .price_options54:hover .learning_plan20 {
    box-shadow: 0 8px 25px rgba(0,0,0,0.3);
    transform: translateY(-5px) scale(1.05);
}.plan_shelf95 .learning_plan20::before {
    position: absolute;
    left: -100%;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255,255,255,0.2) 50%,
        transparent 100%
    );
    height: 100%;
    top: 0;
    content: "";
    width: 70%;
}.plan_shelf95 .price_options54:hover .learning_plan20::before {
    left: 200%;
}

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

@media (min-width: 768px) {.plan_shelf95 .package_price72 {
    grid-template-columns: repeat(2, 1fr);
}.plan_shelf95 h2 {
    font-size: calc(34px * 1.1);
}
}

@media (min-width: 992px) {.plan_shelf95 {
    padding: 150px 0;
}.plan_shelf95 .package_price72 {
    grid-template-columns: repeat(4, 1fr);
}.plan_shelf95 .study_rates57 {
    padding: 40px 25px;
}.plan_shelf95 h2 {
    margin-bottom: 30px;
    font-size: calc(34px * 1.2);
}.plan_shelf95 .cost_matrix34 {
    margin-bottom: 70px;
}
}

@media (max-width: 767px) {.plan_shelf95 {
    padding: 80px 0;
}.plan_shelf95 h2 {
    font-size: calc(34px * 0.9);
}.plan_shelf95 .cost_matrix34 {
    font-size: 18px;
    margin-bottom: 40px;
}.plan_shelf95 .study_rates57 {
    padding: 30px 20px;
}.plan_shelf95 .offer_box48 p {
    max-height: 120px;
}.plan_shelf95 .learning_plan20 {
    padding: 6px 15px;
    font-size: calc(23px * 1.2);
}}.course_program_info59 {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(214,239,228) 40%, rgb(132,195,177,0.5) 100%);
}.course_program_info59::before {
    background: radial-gradient(circle at center, rgb(173,220,203,0.5) 0%, transparent 70%);
    top: -10%;
    position: absolute;
    animation: float 15s infinite ease-in-out;
    right: -5%;
    z-index: 1;
    width: 25vw;
    height: 25vw;
    content: "";
}.course_program_info59::after {
    content: "";
    bottom: -10%;
    left: -5%;
    animation: float 18s infinite ease-in-out reverse;
    height: 30vw;
    position: absolute;
    background: radial-gradient(circle at center, rgb(132,195,177,0.5) 0%, transparent 70%);
    z-index: 1;
    width: 30vw;
}.course_program_info59 .container {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
}.course_program_info59 h2 {
    transform: perspective(1000px) rotateX(0deg);
    color: #000000;
    font-size: 28px;
    position: relative;
    transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    font-weight: 700;
    text-align: center;
    margin-bottom: 3rem;
}.course_program_info59 h2::after {
    left: 50%;
    position: absolute;
    bottom: -1rem;
    content: "";
    background: linear-gradient(90deg, rgb(173,220,203), rgb(132,195,177));
    width: 80px;
    transition: transform 0.5s ease;
    height: 4px;
    transform: translateX(-50%) scaleX(0.8);
}.course_program_info59:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.course_program_info59 .knowledge_path82 {
    transform-style: preserve-3d;
    perspective: 1000px;
    grid-template-columns: 1fr;
    gap: 3rem;
    display: grid;
    position: relative;
}.course_program_info59 .responsive_img49 {
    height: 400px;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 0 100%);
    border-radius: 26px;
    transition: transform 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(0) rotate(0deg);
}.course_program_info59 .responsive_img49::before {
    content: "";
    z-index: 2;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background: linear-gradient(
        to bottom right,
        transparent 0%,
        rgba(rgb(173,220,203), 0.2) 100%
    );
}.course_program_info59 .responsive_img49::after {
    content: "";
    animation: pulse 6s infinite alternate;
    z-index: 1;
    height: 70px;
    filter: blur(15px);
    border-radius: 50%;
    opacity: 0.7;
    right: -10px;
    width: 70px;
    position: absolute;
    top: -10px;
    background: rgb(173,220,203);
}.course_program_info59:hover .responsive_img49 {
    transform: translateY(-10px) rotate(1deg);
}.course_program_info59 .text_embed86 {
    border-radius: 26px;
    position: relative;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.95) 0%,
        rgba(255, 255, 255, 0.85) 100%
    );
    transform: translateZ(0);
    padding: 2.5rem;
    max-height: 500px;
    overflow-y: auto;
    backdrop-filter: blur(5px);
}.course_program_info59 .text_embed86::-webkit-scrollbar {
    width: 8px;
}.course_program_info59 .text_embed86::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_program_info59 .text_embed86::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(132,195,177,0.5);
    transition: background 0.3s ease;
}.course_program_info59 .text_embed86::-webkit-scrollbar-thumb:hover {
    background: rgb(132,195,177);
}.course_program_info59 .text_embed86::before {
    opacity: 0.6;
    z-index: -1;
    border-radius: 50%;
    width: 60px;
    top: -30px;
    filter: blur(25px);
    background: rgb(132,195,177,0.5);
    position: absolute;
    left: 20px;
    content: "";
    height: 60px;
}.course_program_info59:hover .text_embed86 {
    transform: translateZ(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}.course_program_info59 .description {
    opacity: 0;
    font-size: 17px;
    animation-delay: 0.2s;
    transform: translateY(20px);
    color: #000000;
    line-height: 1.75;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s forwards;
}.course_program_info59 .description:last-child {
    animation-delay: 0.4s;
    margin-bottom: 0;
}

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

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(5%, 3%);
    }
    50% {
        transform: translate(-3%, 5%);
    }
    75% {
        transform: translate(3%, -3%);
    }
}

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

@media (min-width: 768px) {.course_program_info59 .knowledge_path82 {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_info59 h2 {
    font-size: calc(28px * 1.1);
    text-align: left;
}.course_program_info59 h2::after {
    left: 0;
    transform: translateX(0) scaleX(0.8);
}.course_program_info59:hover h2::after {
    transform: translateX(0) scaleX(1);
}.course_program_info59 .responsive_img49 {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0 90%);
    min-height: 450px;
    height: 100%;
}
}

@media (min-width: 992px) {.course_program_info59 {
    padding: 8rem 0;
}.course_program_info59 .knowledge_path82 {
    gap: 5rem;
}.course_program_info59 h2 {
    font-size: calc(28px * 1.2);
    margin-bottom: 4rem;
}.course_program_info59 .responsive_img49 {
    min-height: 550px;
    transform: translateX(-20px) rotate(-1deg);
}.course_program_info59:hover .responsive_img49 {
    transform: translateX(-20px) translateY(-10px) rotate(0deg);
}.course_program_info59 .text_embed86 {
    transform: translateX(20px);
    padding: 3rem;
    max-height: 550px;
}.course_program_info59:hover .text_embed86 {
    transform: translateX(20px) translateZ(30px);
}
}

@media (min-width: 1200px) {.course_program_info59 .responsive_img49 {
    min-height: 600px;
    transform: translateX(-40px) rotate(-1deg);
}.course_program_info59:hover .responsive_img49 {
    transform: translateX(-40px) translateY(-15px) rotate(0deg);
}.course_program_info59 .text_embed86 {
    padding: 3.5rem;
    transform: translateX(40px);
    max-height: 600px;
}.course_program_info59:hover .text_embed86 {
    transform: translateX(40px) translateZ(40px);
}
}

@media (max-width: 767px) {.course_program_info59 {
    padding: 4rem 0;
}.course_program_info59 h2 {
    font-size: calc(28px * 0.9);
    margin-bottom: 2rem;
}.course_program_info59 .responsive_img49 {
    height: 280px;
}.course_program_info59 .text_embed86 {
    padding: 1.5rem;
}.course_program_info59 .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}}.contact_information05 {
    background: linear-gradient(
        225deg, 
        rgb(214,239,228) 0%, 
        rgb(132,195,177,0.5) 100%
    );
    perspective: 1000px;
    position: relative;
    padding: 6rem 0;
    overflow: hidden;
}.contact_information05::before {
    content: '';
    bottom: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    background: 
        repeating-linear-gradient(
            0deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        ),
        repeating-linear-gradient(
            90deg, 
            rgba(255,255,255,0.02) 0, 
            rgba(255,255,255,0.02) 1px, 
            transparent 1px, 
            transparent 4px
        );
    top: 0;
    right: 0;
    left: 0;
}.contact_information05::after {
    background: radial-gradient(
        circle at center, 
        rgb(173,220,203,0.5) 0%, 
        transparent 70%
    );
    left: -50%;
    position: absolute;
    width: 200%;
    top: -50%;
    z-index: 2;
    opacity: 0.6;
    content: '';
    height: 200%;
    animation: circuit-pulse 10s infinite alternate;
}.contact_information05 .container {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    padding: 0 1rem;
    max-width: 1300px;
}.contact_information05 h2 {
    letter-spacing: 0.1em;
    margin-bottom: 3rem;
    text-transform: uppercase;
    font-size: 46px;
    text-align: center;
    position: relative;
    font-weight: 700;
    color: #ffffff;
}.contact_information05 h2::before,
.contact_information05 h2::after {
    background: linear-gradient(
        to right, 
        transparent, 
        rgb(173,220,203), 
        transparent
    );
    position: absolute;
    content: '';
    bottom: -0.5rem;
    height: 2px;
}.contact_information05 h2::before {
    left: 0;
    width: 30%;
}.contact_information05 h2::after {
    right: 0;
    width: 30%;
}.contact_information05 .reach_info69 {
    display: flex;
    border: 1px solid rgb(173,220,203,0.5);
    border-radius: 19px;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.2),
        0 5px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
    background: rgb(132,195,177,0.5);
    align-items: stretch;
    transform: rotateX(5deg) scale(0.98);
}.contact_information05 .reach_info69:hover {
    transform: rotateX(0) scale(1);
}.contact_information05 .responsive_img49 {
    flex: 0 0 40%;
    overflow: hidden;
    min-height: 500px;
    position: relative;
}.contact_information05 .responsive_img49::before {
    height: 100%;
    background: linear-gradient(
        135deg, 
        rgb(173,220,203,0.5) 0%, 
        rgb(132,195,177,0.5) 100%
    );
    mix-blend-mode: color-dodge;
    opacity: 0.7;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    position: absolute;
}.contact_information05 .support_links37 {
    position: relative;
    padding: 4rem 3rem;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 60%;
    display: flex;
}.contact_information05 .support_links37::before {
    box-shadow: 0 0 20px rgb(173,220,203);
    top: 2rem;
    border-radius: 50%;
    position: absolute;
    height: 10px;
    background: rgb(173,220,203);
    width: 10px;
    animation: signal-pulse 2s infinite alternate;
    content: '';
    right: 2rem;
}.contact_information05 .support_links37 form {
    z-index: 3;
    margin: 0 auto;
    max-width: 500px;
    position: relative;
    width: 100%;
}.contact_information05 .support_links37 h3 {
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
    font-size: 30px;
}.contact_information05 .support_links37 input:not([type="checkbox"]):not([type="submit"]) {
    transition: all 0.3s ease;
    color: #ffffff;
    border-radius: 10px;
    border: 1px solid rgb(173,220,203,0.5);
    background: rgb(132,195,177,0.5);
    padding: 1rem 1.5rem;
    z-index: 2;
    width: 100%;
    margin-bottom: 1.5rem;
    font-size: 17px;
    position: relative;
    outline: none;
}.contact_information05 .support_links37 input:not([type="checkbox"]):not([type="submit"])::before {
    opacity: 0;
    transition: opacity 0.3s ease;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    background: linear-gradient(
        45deg, 
        transparent 0%, 
        rgb(173,220,203,0.5) 100%
    );
    top: 0;
    left: 0;
    position: absolute;
}.contact_information05 .support_links37 input:not([type="checkbox"]):not([type="submit"]):focus {
    box-shadow: 0 0 15px rgb(173,220,203,0.5);
    border-color: rgb(173,220,203);
}.contact_information05 .support_links37 input:not([type="checkbox"]):not([type="submit"]):focus::before {
    opacity: 1;
}.contact_information05 .support_links37 .request_reach89 {
    align-items: center;
    display: flex;
    margin-bottom: 1.5rem;
}.contact_information05 .support_links37 .request_reach89 input[type="checkbox"] {
    border-radius: 10px;
    appearance: none;
    margin-right: 1rem;
    height: 22px;
    border: 2px solid rgb(173,220,203,0.5);
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    width: 22px;
    background: rgb(132,195,177,0.5);
}.contact_information05 .support_links37 .request_reach89 input[type="checkbox"]:checked {
    background: rgb(173,220,203);
    border-color: rgb(173,220,203);
}.contact_information05 .support_links37 .request_reach89 input[type="checkbox"]:checked::after {
    content: '✔';
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    font-size: 0.8rem;
    color: #ffffff;
}.contact_information05 .support_links37 .request_reach89 label {
    display: flex;
    color: #ffffff;
    font-size: 17px;
    align-items: center;
}.contact_information05 .support_links37 .request_reach89 a {
    transition: color 0.3s ease;
    margin-left: 0.3rem;
    text-decoration: none;
    color: rgb(173,220,203);
}.contact_information05 .support_links37 .request_reach89 a:hover {
    text-decoration: underline;
}.contact_information05 .support_links37 .query_query78 {
    overflow: hidden;
    background: rgb(173,220,203);
    border-radius: 10px;
    width: 100%;
    position: relative;
    padding: 1rem;
    color: #ffffff;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
    font-size: 17px;
}.contact_information05 .support_links37 .query_query78::before {
    content: '';
    width: 100%;
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
    background: linear-gradient(
        120deg, 
        transparent, 
        rgb(173,220,203,0.5), 
        transparent
    );
    left: -100%;
    top: 0;
}.contact_information05 .support_links37 .query_query78:hover::before {
    left: 100%;
}.contact_information05 .support_links37 .query_query78:hover {
    box-shadow: 0 10px 20px rgb(173,220,203,0.5);
    transform: translateY(-3px);
}

@keyframes circuit-pulse {
    0% {
        transform: rotate(0deg) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: rotate(5deg) scale(1.02);
        opacity: 0.8;
    }
}

@keyframes signal-pulse {
    0% {
        transform: scale(1);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {.contact_information05 .reach_info69 {
    transform: none;
    flex-direction: column;
}.contact_information05 .responsive_img49 {
    min-height: 300px;
    flex: 0 0 100%;
}.contact_information05 .support_links37 {
    flex: 0 0 100%;
    padding: 3rem 2rem;
}
}

@media screen and (max-width: 768px) {.contact_information05 {
    padding: 3rem 0;
}.contact_information05 h2 {
    margin-bottom: 2rem;
    font-size: calc(46px * 0.8);
}.contact_information05 .support_links37 h3 {
    font-size: calc(30px * 0.9);
}.contact_information05 .support_links37 input:not([type="checkbox"]):not([type="submit"]) {
    margin-bottom: 1rem;
    padding: 0.8rem 1.2rem;
}.contact_information05 .support_links37 .request_reach89 {
    align-items: flex-start;
}.contact_information05 .support_links37 .request_reach89 input[type="checkbox"] {
    margin-top: 0.2rem;
}
}

@media screen and (max-width: 480px) {.contact_information05 .reach_info69 {
    border-radius: 0;
}.contact_information05 .responsive_img49 {
    min-height: 250px;
}.contact_information05 .support_links37 {
    padding: 2rem 1.5rem;
}}.info_hub96 {
    position: relative;
    background: linear-gradient(145deg, rgb(214,239,228) 40%, rgb(173,220,203,0.5) 140%);
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 5rem 2rem;
}.info_hub96::before {
    background: repeating-linear-gradient(
        70deg,
        rgba(255, 255, 255, 0.03),
        rgba(255, 255, 255, 0.03) 10px,
        transparent 10px,
        transparent 20px
    );
    pointer-events: none;
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 1;
    content: "";
}.info_hub96::after {
    position: absolute;
    width: 70%;
    transform: rotate(15deg);
    right: -20%;
    content: "";
    top: -50%;
    height: 200%;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(135deg, rgb(173,220,203,0.5) 0%, transparent 80%);
}.info_hub96 h1 {
    font-weight: 700;
    margin-bottom: 3rem;
    color: #000000;
    font-size: 39px;
    position: relative;
    z-index: 2;
    letter-spacing: 0.05em;
    transform: translateX(-0.5rem);
}.info_hub96 h1::after {
    left: 0;
    content: "";
    height: 0.25rem;
    bottom: -0.75rem;
    position: absolute;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    background: rgb(173,220,203);
    width: 5rem;
}.info_hub96 .container {
    max-width: 1200px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
}.info_hub96 .assist_experts06 {
    display: grid;
    gap: 2.5rem;
    position: relative;
    grid-template-columns: 1fr;
}.info_hub96 .assist_experts06 > div {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05), 
                0 1px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% calc(100% - 1rem), 
        calc(100% - 1rem) 100%, 
        0 100%
    );
    background: rgba(255, 255, 255, 0.9);
    padding: 2rem;
    position: relative;
}.info_hub96 .assist_experts06 > div:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08), 
                0 3px 10px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}.info_hub96 .assist_experts06 > div:first-child {
    line-height: 1.6;
    font-size: calc(16px * 1.05);
    border-top: 4px solid rgb(173,220,203);
    color: #000000;
}.info_hub96 .assist_experts06 > div:nth-child(2) {
    border-top: 4px solid rgb(132,195,177);
}.info_hub96 .assist_experts06 > div:nth-child(3) {
    border-top: 4px solid rgb(173,220,203);
}.info_hub96 h6 {
    font-weight: 600;
    display: flex;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    color: #000000;
    align-items: center;
    text-transform: uppercase;
    font-size: 18px;
}.info_hub96 h6 svg {
    transition: transform 0.3s ease;
    opacity: 0.8;
    height: 20px;
    margin-left: 0.75rem;
    width: 20px;
}.info_hub96 span {
    padding-left: 1.5rem;
    color: #000000;
    display: block;
    font-size: calc(16px * 0.95);
    position: relative;
}.info_hub96 span::before {
    background-color: rgb(173,220,203);
    position: absolute;
    width: 0.75rem;
    top: 50%;
    content: "";
    left: 0;
    height: 1px;
}.info_hub96 .write_page73 {
    flex-direction: column;
    gap: 1.25rem;
    display: flex;
}.info_hub96 .write_page73 > div {
    transition: transform 0.3s ease;
}.info_hub96 .write_page73 > div:hover {
    transform: translateX(5px);
}.info_hub96 .message_us38 {
    transition: color 0.3s ease;
    display: flex;
    text-decoration: none;
    align-items: center;
    position: relative;
    font-weight: 400;
    font-size: calc(16px * 0.95);
    color: #000000;
}.info_hub96 .message_us38:hover {
    color: rgb(173,220,203);
}.info_hub96 .message_us38 svg {
    transition: transform 0.3s ease;
    height: 20px;
    margin-left: 0.75rem;
    width: 20px;
}.info_hub96 .message_us38:hover svg {
    transform: scale(1.1);
}.info_hub96 svg path {
    transition: fill 0.3s ease;
}.info_hub96 .message_us38:hover svg path {
    fill: rgb(173,220,203);
}

@media (min-width: 768px) {.info_hub96 {
    padding: 6rem 3rem;
}.info_hub96 h1 {
    transform: translateX(0);
    margin-left: 2rem;
}.info_hub96 .assist_experts06 {
    grid-template-columns: repeat(2, 1fr);
}.info_hub96 .assist_experts06 > div:first-child {
    grid-column: 1 / -1;
}
}

@media (min-width: 992px) {.info_hub96 {
    padding: 7rem 4rem;
}.info_hub96 .assist_experts06 {
    grid-template-columns: 2fr 1fr 1fr;
}.info_hub96 .assist_experts06 > div:first-child {
    grid-column: auto;
}.info_hub96 .assist_experts06 > div {
    transform: perspective(1000px) rotateY(0deg);
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                    box-shadow 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}.info_hub96 .assist_experts06 > div:hover {
    transform: perspective(1000px) rotateY(2deg) translateY(-5px);
}
}

@media (min-width: 1200px) {.info_hub96 h1 {
    font-size: calc(39px * 1.1);
}.info_hub96 .assist_experts06 > div {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.info_hub96 {
    padding: 4rem 1.5rem;
}.info_hub96 h1 {
    margin-bottom: 2rem;
    font-size: calc(39px * 0.9);
}.info_hub96 .assist_experts06 > div {
    padding: 1.5rem;
}}

@keyframes pulseGlow {
    0% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
    50% { box-shadow: 0 8px 25px rgba(var(--primary-color-rgb, 0, 120, 215), 0.2); }
    100% { box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1); }
}

.info_hub96 .assist_experts06 > div {
    animation: pulseGlow 6s infinite alternate ease-in-out;
    animation-delay: calc(var(--animation-order, 0) * 2s);
}.info_hub96 .assist_experts06 > div:nth-child(1) {
    --animation-order: 0;
}.info_hub96 .assist_experts06 > div:nth-child(2) {
    --animation-order: 1;
}.info_hub96 .assist_experts06 > div:nth-child(3) {
    --animation-order: 2;
}footer {
    position: relative;
}footer::before {
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(45deg, rgb(132,195,177,0.5) 0%, rgb(173,220,203,0.5) 100%);
    bottom: 0;
    content: '';
    left: 0;
    z-index: 1;
}.degree_path71 {
    font-family: Arial, sans-serif;
    position: relative;
    padding: 80px 0 40px;
    z-index: 2;
    color: #ffffff;
}.degree_path71 .container {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.degree_path71 .company_holder {
    z-index: 3;
    grid-column: 1 / 5;
    position: relative;
}.degree_path71 .company_holder h3 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    letter-spacing: 1px;
    color: #ffffff;
    position: relative;
    font-weight: 700;
    font-size: 36px;
    display: inline-block;
    text-transform: uppercase;
}.degree_path71 .company_holder h3::after {
    bottom: 0;
    height: 4px;
    content: '';
    background: rgb(173,220,203);
    width: 40px;
    border-radius: 10px;
    position: absolute;
    left: 0;
}.degree_path71 .grant_info39 {
    line-height: 1.6;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateZ(0);
    margin-top: 25px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.1);
    font-size: 12px;
    border-left: 4px solid rgb(173,220,203);
}.degree_path71 .equity_pledge45 {
    grid-column: 5 / 13;
    position: relative;
}.degree_path71 .top_learn15 {
    grid-gap: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}.degree_path71 .head_site02 {
    position: relative;
}.degree_path71 .head_site02 h5 {
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
    color: #ffffff;
    font-size: 24px;
    display: inline-block;
}.degree_path71 .head_site02 h5::before {
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    width: 8px;
    left: -15px;
    background: rgb(173,220,203);
    top: 50%;
    height: 8px;
    content: '';
}.degree_path71 .head_site02 .top_learn15 {
    display: flex;
    gap: 15px;
    flex-direction: column;
}.degree_path71 .head_site02 .top_learn15 a {
    transition: all 0.3s ease;
    font-size: 12px;
    z-index: 1;
    position: relative;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 8px 15px;
    text-decoration: none;
    overflow: hidden;
}.degree_path71 .head_site02 .top_learn15 a::before {
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    background: rgb(173,220,203);
    transition: all 0.3s ease;
    width: 3px;
    height: 100%;
    position: absolute;
}.degree_path71 .head_site02 .top_learn15 a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.1);
}.degree_path71 .head_site02 .top_learn15 a:hover::before {
    background: rgb(173,220,203,0.5);
    width: 100%;
}.green_edu38 {
    position: relative;
    padding: 20px 0;
    background: rgba(0, 0, 0, 0.3);
    margin-top: 60px;
    z-index: 2;
}.green_edu38::before {
    opacity: 0.2;
    content: '';
    position: absolute;
    top: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ffffff, transparent);
    right: 15%;
    left: 15%;
}.green_edu38 .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.green_edu38 .access_help68 {
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    font-size: 15px;
    opacity: 0.8;
}@keyframes floatAnimation {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

footer::after {
    bottom: 0;
    right: 0;
    z-index: 1;
    left: 0;
    content: '';
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.02) 10px,
        rgba(255, 255, 255, 0.02) 20px
    );
    position: absolute;
}

@media (max-width: 992px) {.degree_path71 .container {
    grid-template-columns: repeat(1, 1fr);
}.degree_path71 .company_holder {
    grid-column: 1 / -1;
    margin-bottom: 40px;
}.degree_path71 .equity_pledge45 {
    grid-column: 1 / -1;
}.degree_path71 .top_learn15 {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.degree_path71 {
    padding: 60px 0 30px;
}.degree_path71 .top_learn15 {
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
}.degree_path71 .head_site02 {
    padding: 0;
}}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.degree_path71::before {
    content: '';
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, rgb(173,220,203), rgb(132,195,177), rgb(173,220,203));
    background-size: 200% 200%;
    top: 0;
    animation: gradientShift 5s infinite;
}.degree_path71 .company_holder::after {
    z-index: -1;
    background: rgb(173,220,203,0.5);
    opacity: 0.4;
    position: absolute;
    top: 40px;
    filter: blur(60px);
    width: 150px;
    content: '';
    border-radius: 50%;
    height: 150px;
    right: -50px;
}.degree_path71 .company_holder::before {
    z-index: -1;
    width: 100px;
    bottom: 0;
    opacity: 0.3;
    border-radius: 50%;
    background: rgb(132,195,177,0.5);
    filter: blur(40px);
    left: -30px;
    position: absolute;
    content: '';
    height: 100px;
}.degree_path71 .equity_pledge45::after {
    right: 100px;
    border-radius: 50%;
    filter: blur(50px);
    content: '';
    position: absolute;
    opacity: 0.2;
    height: 120px;
    background: rgb(173,220,203,0.5);
    top: -20px;
    z-index: -1;
    width: 120px;
}.degree_path71 .equity_pledge45::before {
    bottom: -50px;
    left: 80px;
    width: 180px;
    border-radius: 50%;
    height: 180px;
    z-index: -1;
    position: absolute;
    content: '';
    filter: blur(70px);
    opacity: 0.25;
    background: rgb(132,195,177,0.5);
}@keyframes borderPulse {
    0%, 100% {
        border-color: rgba(255, 255, 255, 0.1);
    }
    50% {
        border-color: rgba(255, 255, 255, 0.3);
    }
}

.degree_path71 .head_site02 {
    padding-top: 20px;
    animation: borderPulse 4s infinite;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}.degree_path71 .head_site02 h5 {
    letter-spacing: 0.5px;
}.degree_path71 .head_site02 h5::after {
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: rgb(132,195,177);
    content: '';
}@keyframes movingGradient {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

.green_edu38 {
    background-size: 200% 200%;
    animation: movingGradient 10s ease infinite;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.6) 0%, 
        rgba(0, 0, 0, 0.3) 50%, 
        rgba(0, 0, 0, 0.6) 100%);
}.privacy_safeguard01 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    color: #000000;
    position: relative;
    background: rgb(214,239,228);
    padding: 5rem 2rem;
}.privacy_safeguard01::before {
    position: absolute;
    z-index: 0;
    content: "";
    background: linear-gradient(135deg, 
        rgba(rgb(132,195,177,0.5), 0.03) 0%,
        rgba(rgb(132,195,177,0.5), 0.08) 60%, 
        rgba(rgb(132,195,177,0.5), 0.15) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}.privacy_safeguard01::after {
    right: -40px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    background: linear-gradient(to bottom right, 
        rgb(132,195,177) 0%, 
        transparent 70%);
    width: 200px;
    filter: blur(20px);
    top: -40px;
    height: 200px;
    content: "";
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
    opacity: 0.1;
}.privacy_safeguard01 .container {
    transform-origin: left center;
    background: #ffffff;
    margin: 0 auto;
    box-shadow: 0 10px 40px rgba(rgba(0, 0, 0, 0.5), 0.08),
                0 3px 14px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transform: perspective(1000px) rotateY(0.5deg);
    border-left: 4px solid rgb(173,220,203);
    padding: 3rem;
    z-index: 2;
    transition: transform 0.5s ease-out;
    max-width: 1140px;
    position: relative;
}.privacy_safeguard01 .container:hover {
    transform: perspective(1000px) rotateY(0deg);
}.privacy_safeguard01 h1 {
    padding-bottom: 1.5rem;
    font-weight: 700;
    font-size: 43px;
    line-height: 1.2;
    position: relative;
    color: #000000;
    margin: 0 0 2.5rem 0;
    border-bottom: 1px solid rgba(rgb(132,195,177,0.5), 0.2);
    letter-spacing: -0.02em;
}.privacy_safeguard01 h1::before {
    transform: scaleX(1);
    width: 30%;
    bottom: -1px;
    transform-origin: left;
    height: 3px;
    background: linear-gradient(90deg, rgb(173,220,203), rgb(132,195,177));
    position: absolute;
    left: 0;
    content: "";
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}.privacy_safeguard01 h1:hover::before {
    transform: scaleX(1.2);
}.privacy_safeguard01 h2 {
    color: #000000;
    padding-left: 1.2rem;
    position: relative;
    font-size: 37px;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
}.privacy_safeguard01 h2::before {
    left: 0;
    background: rgb(132,195,177);
    width: 4px;
    position: absolute;
    top: 0.5rem;
    content: "";
    height: calc(100% - 1rem);
    border-radius: 2px;
}.privacy_safeguard01 h3 {
    font-size: calc(37px * 0.8);
    padding-bottom: 0.8rem;
    font-weight: 600;
    color: #000000;
    margin: 2.5rem 0 1.2rem;
    border-bottom: 1px dashed rgba(rgb(132,195,177,0.5), 0.2);
}.privacy_safeguard01 h4 {
    font-size: calc(37px * 0.7);
    margin: 2rem 0 1rem;
    font-weight: 400;
    letter-spacing: 0.01em;
    color: #000000;
}.privacy_safeguard01 p {
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 1.5rem;
    color: #000000;
    max-width: 95%;
}.privacy_safeguard01 strong {
    font-weight: 600;
    color: rgb(173,220,203);
}.privacy_safeguard01 span {
    color: #000000;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    padding-left: 1rem;
    border-left: 2px solid rgba(rgb(132,195,177,0.5), 0.3);
    font-size: 14px;
    display: block;
}.privacy_safeguard01 ul {
    padding-left: 1.2rem;
    list-style-type: none;
    margin: 1.5rem 0 2.5rem;
}.privacy_safeguard01 li {
    font-size: 14px;
    padding-left: 1.5rem;
    line-height: 1.7;
    position: relative;
    color: #000000;
    margin-bottom: 1.2rem;
}.privacy_safeguard01 li::before {
    position: absolute;
    left: 0;
    height: 8px;
    background: rgb(132,195,177);
    width: 8px;
    content: "";
    transition: transform 0.3s ease, background 0.3s ease;
    opacity: 0.8;
    transform: rotate(45deg);
    top: 0.7rem;
}.privacy_safeguard01 li:hover::before {
    background: rgb(173,220,203);
    transform: rotate(135deg);
}

@media (max-width: 992px) {.privacy_safeguard01 {
    padding: 4rem 1.5rem;
}.privacy_safeguard01 .container {
    transform: perspective(800px) rotateY(0deg);
    padding: 2.5rem 2rem;
}.privacy_safeguard01 h1 {
    padding-bottom: 1.2rem;
    margin-bottom: 2rem;
    font-size: calc(43px * 0.9);
}.privacy_safeguard01 h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(37px * 0.9);
}
}

@media (max-width: 768px) {.privacy_safeguard01 {
    padding: 3rem 1rem;
}.privacy_safeguard01 .container {
    padding: 2rem 1.5rem;
    border-left: 3px solid rgb(173,220,203);
}.privacy_safeguard01 h1 {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    font-size: calc(43px * 0.8);
}.privacy_safeguard01 h2 {
    padding-left: 1rem;
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.8);
}.privacy_safeguard01 h3 {
    margin: 2rem 0 1rem;
    font-size: calc(37px * 0.7);
}.privacy_safeguard01 h4 {
    font-size: calc(37px * 0.6);
}.privacy_safeguard01 p, 
    .privacy_safeguard01 span,
    .privacy_safeguard01 li {
    font-size: calc(14px * 0.95);
    line-height: 1.6;
}.privacy_safeguard01 ul {
    padding-left: 0.5rem;
}.privacy_safeguard01 li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.privacy_safeguard01 {
    padding: 2rem 0.5rem;
}.privacy_safeguard01 .container {
    border-left: 2px solid rgb(173,220,203);
    padding: 1.5rem 1.2rem;
}.privacy_safeguard01 h1 {
    font-size: calc(43px * 0.7);
}.privacy_safeguard01 h2 {
    font-size: calc(37px * 0.7);
}.privacy_safeguard01 h2::before {
    height: calc(100% - 0.8rem);
    top: 0.4rem;
    width: 3px;
}.privacy_safeguard01 p, 
    .privacy_safeguard01 span,
    .privacy_safeguard01 li {
    max-width: 100%;
    font-size: calc(14px * 0.9);
}.privacy_safeguard01 span {
    padding-left: 0.8rem;
}.privacy_safeguard01 li::before {
    height: 6px;
    width: 6px;
}}.appSpace43 {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(132,195,177,0.5) 0%, rgb(214,239,228) 100%);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}.appSpace43::before {
    position: absolute;
    background: linear-gradient(45deg, rgb(173,220,203,0.5) 0%, transparent 70%);
    content: "";
    transform: rotate(30deg);
    opacity: 0.7;
    top: -50%;
    animation: gradientShift 15s infinite alternate ease-in-out;
    left: -20%;
    z-index: 1;
    width: 80%;
    height: 200%;
}.appSpace43::after {
    background: linear-gradient(to top, rgb(132,195,177,0.5) 0%, transparent 100%);
    height: 30%;
    opacity: 0.3;
    width: 100%;
    right: 0;
    z-index: 1;
    position: absolute;
    bottom: 0;
    content: "";
}.appSpace43 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.appSpace43 .training_classes43 {
    position: relative;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s ease;
    box-shadow: 12px 12px 24px rgba(0, 0, 0, 0.08), 
                -12px -12px 24px rgba(255, 255, 255, 0.8), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    padding: 3.5rem;
}.appSpace43 .training_classes43:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.1), 
                -16px -16px 32px rgba(255, 255, 255, 0.9), 
                inset 2px 2px 5px rgba(255, 255, 255, 0.4), 
                inset -2px -2px 5px rgba(0, 0, 0, 0.05);
}.appSpace43 .training_classes43 > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.appSpace43 .training_classes43 > div:first-child::after {
    width: 100px;
    left: 0;
    background: linear-gradient(90deg, rgb(173,220,203) 0%, rgb(132,195,177) 100%);
    bottom: -1rem;
    position: absolute;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    transform-origin: left;
    height: 3px;
}.appSpace43 h5 {
    color: #000000;
    font-weight: 700;
    letter-spacing: -0.02em;
    font-size: calc(23px * 1.1);
    transform: translateZ(0);
    margin: 0;
    position: relative;
    line-height: 1.4;
}.appSpace43 h5::before {
    background: rgb(132,195,177,0.5);
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    height: 80px;
    z-index: -1;
    top: -1.5rem;
    content: "";
    left: -2rem;
    width: 80px;
    opacity: 0.1;
    animation: bubbleAppear 1s ease 0.5s forwards;
}.appSpace43 a {
    text-decoration: none;
    position: relative;
    display: block;
    transition: transform 0.4s ease;
    overflow: hidden;
}.appSpace43 a:hover {
    transform: translateX(10px);
}.appSpace43 a::before {
    background: linear-gradient(90deg, transparent, rgb(255, 255, 255, 0.5), transparent);
    top: 0;
    content: "";
    animation: lightSweep 6s infinite ease-in-out;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
}.appSpace43 p {
    margin: 0;
    z-index: 1;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 1.8;
}

@keyframes lineExpand {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: 100px;
        opacity: 1;
    }
}

@keyframes bubbleAppear {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

@keyframes lightSweep {
    0% {
        left: -100%;
    }
    48% {
        left: 100%;
    }
    100% {
        left: 100%;
    }
}

@keyframes gradientShift {
    0% {
        transform: rotate(30deg) translateX(0);
    }
    100% {
        transform: rotate(30deg) translateX(5%);
    }
}

@media (max-width: 1200px) {.appSpace43 .training_classes43 {
    padding: 3rem;
}.appSpace43 h5 {
    font-size: 23px;
}
}

@media (max-width: 992px) {.appSpace43 {
    padding: 5rem 0;
}.appSpace43 .training_classes43 {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.appSpace43 h5::before {
    height: 60px;
    top: -1rem;
    width: 60px;
    left: -1.5rem;
}
}

@media (max-width: 768px) {.appSpace43 {
    padding: 4rem 0;
}.appSpace43 .training_classes43 {
    transform: none;
    padding: 2rem;
}.appSpace43 h5 {
    font-size: calc(23px * 0.95);
}.appSpace43 p {
    font-size: calc(18px * 0.95);
    line-height: 1.7;
}.appSpace43 .training_classes43 > div:first-child::after {
    width: 80px;
}
}

@media (max-width: 576px) {.appSpace43 {
    padding: 3rem 0;
}.appSpace43 .training_classes43 {
    padding: 1.5rem;
}.appSpace43 h5 {
    font-size: calc(23px * 0.9);
    line-height: 1.3;
}.appSpace43 p {
    line-height: 1.6;
    font-size: calc(18px * 0.9);
}.appSpace43 h5::before {
    display: none;
}.appSpace43 .training_classes43 > div:first-child {
    margin-bottom: 1.5rem;
}.appSpace43 .training_classes43 > div:first-child::after {
    bottom: -0.75rem;
    height: 2px;
    width: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.appSpace43 .training_classes43,
    .appSpace43 .training_classes43:hover,
    .appSpace43 a:hover {
    transition: none;
    transform: none;
}.appSpace43::before,
    .appSpace43 a::before {
    animation: none;
}.appSpace43 .training_classes43 > div:first-child::after {
    width: 100px;
    animation: none;
}.appSpace43 h5::before {
    animation: none;
    transform: scale(1);
}}.our_team68 {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    z-index: 1;
    background: rgb(173,220,203);
}.our_team68::before {
    width: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(0deg, rgb(173,220,203) 30%, transparent 70%),
        linear-gradient(90deg, rgb(173,220,203) 0%, transparent 50%, rgb(173,220,203) 100%),
        repeating-linear-gradient(90deg, transparent, transparent 20px, rgba(255, 255, 255, 0.03) 20px, rgba(255, 255, 255, 0.03) 40px);
    content: "";
    z-index: -1;
    position: absolute;
    height: 100%;
}.our_team68::after {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    background: radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
    z-index: -1;
    height: 100%;
}.our_team68 .container {
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.our_team68 .training_classes43 {
    position: relative;
    padding: 60px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    gap: 40px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
        "text photo"
        "logo photo";
    background: rgb(214,239,228);
    overflow: hidden;
    display: grid;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}.our_team68 .training_classes43::before {
    top: 0;
    height: 100%;
    width: 1px;
    content: "";
    left: 50%;
    position: absolute;
    background: linear-gradient(to bottom, transparent, rgb(173,220,203,0.5), transparent);
}.our_team68 .training_classes43::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(173,220,203), rgb(132,195,177), rgb(173,220,203));
    bottom: 0;
    width: 100%;
    content: "";
    left: 0;
    position: absolute;
}.our_team68 .value_prop18 {
    flex-direction: column;
    justify-content: center;
    display: flex;
    grid-area: photo;
    padding-left: 40px;
    align-items: center;
}.our_team68 .value_prop18 .responsive_img49 {
    margin-bottom: 40px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    width: 280px;
    border: 5px solid rgb(173,220,203);
    position: relative;
    height: 350px;
    border-radius: 10px;
}.our_team68 .path_edu62 {
    text-align: center;
    width: 100%;
    padding: 20px 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgb(132,195,177);
    border-radius: 10px;
    max-width: 280px;
}.our_team68 .skill_spot02 {
    color: #ffffff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 1px;
}.our_team68 .learning_program65 {
    opacity: 0.9;
    font-size: 13px;
    color: #ffffff;
    margin: 0;
    font-weight: 300;
}.our_team68 .text_embed86 {
    grid-area: text;
    justify-content: center;
    display: flex;
    flex-direction: column;
}.our_team68 h2 {
    margin: 0 0 25px 0;
    position: relative;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 36px;
    color: #000000;
}.our_team68 h2::after {
    bottom: -10px;
    background: rgb(173,220,203);
    left: 0;
    height: 3px;
    content: "";
    width: 80px;
    position: absolute;
}.our_team68 p {
    font-size: 13px;
    margin: 0;
    color: #000000;
    line-height: 1.8;
}.our_team68 .vision_mission72 {
    align-items: center;
    margin-bottom: 20px;
    border-top: 1px solid rgba(rgb(173,220,203), 0.1);
    display: flex;
    padding-top: 20px;
    grid-area: logo;
}.our_team68 .vision_mission72 svg {
    width: 60px;
    margin-right: 20px;
    fill: rgb(173,220,203);
    height: 60px;
}.our_team68 .vision_mission72 svg path {
    fill: rgb(173,220,203);
}

@media screen and (max-width: 992px) {.our_team68 {
    padding: 80px 0;
}.our_team68 .training_classes43 {
    padding: 40px 30px;
    grid-template-areas: 
            "responsive_img49"
            "text"
            "logo";
    gap: 30px;
    grid-template-columns: 1fr;
}.our_team68 .training_classes43::before {
    width: 100%;
    background: linear-gradient(to right, transparent, rgb(173,220,203,0.5), transparent);
    top: 50%;
    height: 1px;
    left: 0;
}.our_team68 .value_prop18 {
    padding-bottom: 30px;
    padding-left: 0;
    border-bottom: 1px solid rgba(rgb(173,220,203), 0.1);
}.our_team68 .text_embed86 {
    text-align: center;
}.our_team68 h2::after {
    transform: translateX(-50%);
    left: 50%;
}.our_team68 .vision_mission72 {
    justify-content: center;
    border-top: none;
    padding-top: 0;
}
}

@media screen and (max-width: 767px) {.our_team68 {
    padding: 60px 0;
}.our_team68 .training_classes43 {
    gap: 25px;
    padding: 30px 20px;
}.our_team68 .value_prop18 .responsive_img49 {
    height: 280px;
    width: 220px;
    margin-bottom: 30px;
}.our_team68 .path_edu62 {
    padding: 15px 20px;
    max-width: 220px;
}.our_team68 h2 {
    font-size: calc(36px * 0.85);
}
}

@media screen and (max-width: 480px) {.our_team68 {
    padding: 40px 0;
}.our_team68 .training_classes43 {
    gap: 20px;
    padding: 25px 15px;
}.our_team68 .value_prop18 .responsive_img49 {
    height: 230px;
    margin-bottom: 25px;
    width: 180px;
    border-width: 3px;
}.our_team68 .path_edu62 {
    padding: 12px 15px;
    max-width: 180px;
}.our_team68 .skill_spot02 {
    font-size: calc(21px * 0.9);
}.our_team68 .learning_program65 {
    font-size: calc(13px * 0.9);
}.our_team68 .vision_mission72 svg {
    margin-right: 15px;
    height: 45px;
    width: 45px;
}.our_team68 h2 {
    font-size: calc(36px * 0.7);
    margin-bottom: 20px;
}.our_team68 p {
    font-size: calc(13px * 0.9);
}}header {
    overflow: visible;
    background: rgb(214,239,228);
    position: relative;
    width: 100%;
    z-index: 99;
}header::before {
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(173,220,203,0.5) 0%, transparent 50%, rgb(173,220,203,0.5) 100%);
    opacity: 0.15;
    left: 0;
}header .head_train29 {
    grid-template-rows: auto auto;
    padding: 20px;
    gap: 15px;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
}header .head_train29::after {
    width: 100%;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(173,220,203,0.5), transparent);
    height: 1px;
    top: 50%;
    position: absolute;
    left: 0;
}header .head_train29 .head_main62 {
    z-index: 10;
    position: relative;
    justify-self: center;
    padding: 5px 20px 15px;
}header .head_train29 .head_main62::before,
header .head_train29 .head_main62::after {
    position: absolute;
    border-radius: 16px;
    width: 90%;
    content: "";
    height: 90%;
}header .head_train29 .head_main62::before {
    top: -5px;
    transform: scale(0);
    transition: transform 0.3s ease;
    border-left: 2px solid rgb(173,220,203);
    transform-origin: top left;
    border-top: 2px solid rgb(173,220,203);
    left: -5px;
}header .head_train29 .head_main62::after {
    right: -5px;
    border-bottom: 2px solid rgb(132,195,177);
    transform: scale(0);
    bottom: -5px;
    border-right: 2px solid rgb(132,195,177);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}header .head_train29 .head_main62:hover::before,
header .head_train29 .head_main62:hover::after {
    transform: scale(1);
}header .head_train29 .head_main62 .nav_sitebar84 {
    display: block;
    transition: transform 0.3s ease;
}header .head_train29 .head_main62 .nav_sitebar84 svg {
    width: auto;
    height: 60px;
}header .head_train29 .head_site02 {
    padding: 20px 0 10px;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(132,195,177) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    margin: 0;
    position: relative;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}header .head_train29 .head_site02::before,
header .head_train29 .head_site02::after {
    background: rgb(173,220,203,0.5);
    position: absolute;
    content: "";
    height: 70%;
    width: 2px;
    top: 15%;
}header .head_train29 .head_site02::before {
    left: 0;
}header .head_train29 .head_site02::after {
    right: 0;
}header .head_train29 .head_site02 .main_top67 {
    padding: 0 15px;
    margin: 0;
    transition: transform 0.3s ease;
    position: relative;
}header .head_train29 .head_site02 .main_top67:not(:last-child)::after {
    right: 0;
    content: "";
    width: 1px;
    height: 60%;
    top: 20%;
    position: absolute;
    background: rgb(132,195,177,0.5);
}header .head_train29 .head_site02 .main_top67:hover {
    transform: translateY(-3px);
}header .head_train29 .head_site02 .main_top67 a {
    position: relative;
    display: block;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
    padding: 10px 5px;
    text-align: center;
    transition: color 0.3s ease;
    font-weight: 600;
    color: #000000;
}header .head_train29 .head_site02 .main_top67 a:hover {
    color: rgb(173,220,203);
}header .head_train29 .head_site02 .main_top67 a::before {
    width: 100%;
    bottom: 5px;
    position: absolute;
    background: rgb(132,195,177);
    transition: transform 0.3s ease;
    content: "";
    height: 2px;
    transform: scaleX(0);
    left: 0;
}header .head_train29 .head_site02 .main_top67 a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .head_train29 {
    padding: 15px 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}header .head_train29 .head_site02 {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .head_train29 {
    padding: 15px;
    gap: 10px;
    grid-template-rows: auto auto;
}header .head_train29 .head_main62 {
    padding: 5px 10px;
}header .head_train29 .head_main62 .nav_sitebar84 svg {
    height: 45px;
}header .head_train29 .head_site02 {
    padding: 15px 0 10px;
}header .head_train29 .head_site02 .main_top67 {
    padding: 0 10px;
}header .head_train29 .head_site02 .main_top67 a {
    font-size: calc(15px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .head_train29 .head_site02 {
    justify-content: center;
    flex-wrap: wrap;
}header .head_train29 .head_site02 .main_top67 {
    margin: 3px 0;
}header .head_train29 .head_site02 .main_top67:not(:last-child)::after {
    display: none;
}}.operation_process20 {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background-color: rgb(214,239,228);
}.operation_process20::before {
    opacity: 0.15;
    background: radial-gradient(circle at 30% 50%, rgb(173,220,203,0.5) 0%, transparent 50%),
                radial-gradient(circle at 70% 20%, rgb(132,195,177,0.5) 0%, transparent 40%);
    width: 100%;
    content: '';
    top: 0;
    z-index: 1;
    left: 0;
    position: absolute;
    height: 100%;
}.operation_process20 .training_classes43 {
    position: relative;
    max-width: 1200px;
    display: flex;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    align-items: center;
}.operation_process20 .text_embed86 {
    width: 55%;
    overflow: hidden;
    padding: 60px;
    margin-left: 15%;
    border-radius: 10px;
    position: relative;
    border-left: 3px solid rgb(173,220,203);
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}.operation_process20 .text_embed86::before {
    position: absolute;
    width: 100%;
    background-image: 
        linear-gradient(0deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    z-index: -1;
    height: 100%;
    content: '';
    opacity: 0.1;
    left: 0;
    background-size: 20px 20px;
    top: 0;
}.operation_process20 .text_embed86::after {
    z-index: -1;
    right: 0;
    animation: spin 20s linear infinite;
    background-image: conic-gradient(
        from 0deg at 50% 50%,
        rgb(173,220,203) 0deg,
        transparent 60deg,
        transparent 180deg,
        rgb(132,195,177) 240deg,
        transparent 300deg
    );
    transform: translate(50%, -50%);
    opacity: 0.15;
    content: '';
    top: 0;
    height: 150px;
    position: absolute;
    border-radius: 50%;
    width: 150px;
}.operation_process20 .text_embed86 h2 {
    letter-spacing: 1px;
    font-size: 28px;
    display: inline-block;
    padding-bottom: 0;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    margin-bottom: 35px;
    font-weight: 700;
}.operation_process20 .text_embed86 h2::before {
    content: '';
    filter: blur(8px);
    position: absolute;
    width: 100%;
    z-index: -1;
    top: 0;
    animation: glitch 5s infinite;
    color: rgb(173,220,203);
    opacity: 0.7;
    left: 0;
    height: 100%;
}.operation_process20 .text_embed86 h2::after {
    position: absolute;
    content: '';
    left: 0;
    height: 4px;
    background-color: rgb(173,220,203);
    bottom: -10px;
    transition: width 0.3s ease;
    width: 40px;
}.operation_process20 .text_embed86:hover h2::after {
    width: 100%;
}.operation_process20 .text_embed86 p {
    line-height: 1.8;
    opacity: 0.85;
    font-size: 12px;
    z-index: 2;
    color: #ffffff;
    position: relative;
}.operation_process20 .training_classes43::before,
.operation_process20 .training_classes43::after {
    content: '';
    position: absolute;
    z-index: 0;
    border-radius: 50%;
}.operation_process20 .training_classes43::before {
    top: 40px;
    width: 10px;
    box-shadow: 0 0 20px rgb(173,220,203);
    height: 10px;
    left: 10%;
    background-color: rgb(173,220,203);
    animation: particle1 15s infinite alternate;
}.operation_process20 .training_classes43::after {
    box-shadow: 0 0 30px rgb(132,195,177);
    animation: particle2 20s infinite alternate-reverse;
    right: 5%;
    background-color: rgb(132,195,177);
    height: 15px;
    width: 15px;
    bottom: 60px;
}.operation_process20::after {
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(173,220,203) 20%, 
        rgb(173,220,203) 40%, 
        transparent 40.1%, 
        transparent 60%, 
        rgb(132,195,177) 60%, 
        rgb(132,195,177) 80%, 
        transparent 100%
    );
    z-index: 3;
    height: 2px;
}.operation_process20 .text_embed86 p::after {
    height: 100%;
    left: -100%;
    width: 100%;
    position: absolute;
    animation: digital-wave 8s infinite;
    top: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.05), 
        transparent
    );
}.operation_process20 .text_embed86::before {
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    opacity: 0.05;
    height: 100%;
    content: '';
    background-size: 50px 50px;
    top: 0;
    background-image: 
        linear-gradient(0deg, transparent 24px, rgb(173,220,203,0.5) 25px, rgb(173,220,203,0.5) 26px, transparent 27px),
        linear-gradient(90deg, transparent 24px, rgb(173,220,203,0.5) 25px, rgb(173,220,203,0.5) 26px, transparent 27px);
}@keyframes spin {
    0% {
        transform: translate(50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(50%, -50%) rotate(360deg);
    }
}

@keyframes glitch {
    0%, 100% {
        opacity: 0.1;
        transform: translateX(0);
    }
    20% {
        opacity: 0.5;
        transform: translateX(-2px);
    }
    40% {
        opacity: 0.3;
        transform: translateX(2px);
    }
    60% {
        opacity: 0.4;
        transform: translateX(-1px);
    }
    80% {
        opacity: 0.2;
        transform: translateX(1px);
    }
}

@keyframes particle1 {
    0% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
    25% {
        transform: translate(30px, 30px);
        opacity: 0.8;
    }
    50% {
        transform: translate(60px, 0);
        opacity: 0.6;
    }
    75% {
        transform: translate(30px, -30px);
        opacity: 0.8;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.6;
    }
}

@keyframes particle2 {
    0% {
        transform: translate(0, 0);
        opacity: 0.7;
    }
    33% {
        transform: translate(-40px, 20px);
        opacity: 0.9;
    }
    66% {
        transform: translate(-20px, -40px);
        opacity: 0.7;
    }
    100% {
        transform: translate(0, 0);
        opacity: 0.9;
    }
}

@keyframes digital-wave {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

.operation_process20 .text_embed86 p {
    position: relative;
    overflow: hidden;
}.operation_process20 .text_embed86 p::before {
    animation: scan 4s linear infinite;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 2px;
    opacity: 0.3;
    content: '';
    position: absolute;
    top: 0;
    background-color: rgb(173,220,203,0.5);
}@keyframes scan {
    0% {
        top: 0;
    }
    100% {
        top: 100%;
    }
}

.operation_process20 .text_embed86:hover {
    transition: all 0.3s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5),
                0 0 0 1px rgb(173,220,203,0.5),
                0 0 20px rgb(173,220,203,0.5);
    transform: translateY(-5px);
}

@media screen and (max-width: 992px) {.operation_process20 {
    padding: 80px 0;
}.operation_process20 .text_embed86 {
    padding: 40px 30px;
    width: 65%;
    margin-left: 10%;
}.operation_process20 .text_embed86::after {
    height: 100px;
    width: 100px;
}.operation_process20 .training_classes43::before {
    top: 20px;
}.operation_process20 .training_classes43::after {
    bottom: 30px;
}
}

@media screen and (max-width: 768px) {.operation_process20 {
    padding: 60px 0;
}.operation_process20 .text_embed86 {
    padding: 30px 20px;
    margin-left: 0;
    width: 100%;
}.operation_process20 .text_embed86 h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.9);
}.operation_process20 .text_embed86::after {
    width: 80px;
    height: 80px;
}.operation_process20 .training_classes43::before,
    .operation_process20 .training_classes43::after {
    display: none;
}
}

@media screen and (max-width: 480px) {.operation_process20 {
    padding: 40px 0;
}.operation_process20 .text_embed86 {
    border-radius: calc(10px * 0.8);
    padding: 25px 15px;
}.operation_process20 .text_embed86 h2 {
    margin-bottom: 20px;
    font-size: calc(28px * 0.8);
}.operation_process20 .text_embed86 h2::after {
    width: 30px;
}.operation_process20 .text_embed86 p {
    font-size: calc(12px * 0.9);
}.operation_process20::after {
    height: 1px;
}}

.operation_process20 .text_embed86 h2 {
    position: relative;
}.operation_process20 .text_embed86 h2::before {
    background-color: rgb(173,220,203);
    left: -5px;
    top: -5px;
    width: calc(100% + 10px);
    content: '';
    position: absolute;
    z-index: -1;
    filter: blur(10px);
    animation: glitch 5s infinite;
    opacity: 0.1;
    height: calc(100% + 10px);
}.learning_outcomes76 {
    position: relative;
    background: linear-gradient(135deg, rgb(214,239,228) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    padding: 120px 0;
}.learning_outcomes76::before {
    background: radial-gradient(circle at 30% 70%, rgb(132,195,177,0.5) 0%, transparent 40%);
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    z-index: 0;
    width: 100%;
    content: "";
}.learning_outcomes76::after {
    transform: rotate(15deg);
    position: absolute;
    border: 2px solid rgb(173,220,203,0.5);
    right: -50px;
    z-index: 0;
    width: 200px;
    content: "";
    top: -50px;
    height: 200px;
}.learning_outcomes76 .container {
    margin: 0 auto;
    gap: 40px;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    max-width: 1200px;
}.learning_outcomes76 .responsive_img49 {
    object-fit: cover;
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    height: auto;
    box-shadow: 20px 20px 0 rgb(132,195,177,0.5), 
                -10px -10px 0 rgb(173,220,203,0.5);
    width: 100%;
    transform: perspective(1000px) rotateY(-5deg);
}.learning_outcomes76 .responsive_img49:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-10px);
}.learning_outcomes76 .training_classes43 {
    flex-direction: column;
    justify-content: center;
    display: flex;
}.learning_outcomes76 .text_embed86 {
    position: relative;
    padding: 20px 0;
}.learning_outcomes76 .text_embed86::before {
    left: -30px;
    height: 80%;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, rgb(173,220,203), rgb(132,195,177));
    position: absolute;
    width: 3px;
    top: 50%;
    content: "";
}.learning_outcomes76 h1 {
    font-weight: 700;
    line-height: 1.3;
    color: #000000;
    font-size: 42px;
    transition: transform 0.5s ease;
    font-family: Arial, sans-serif;
    transform: translateX(0);
    margin-bottom: 30px;
}.learning_outcomes76 h1:hover {
    transform: translateX(5px);
}.learning_outcomes76 ul {
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
}.learning_outcomes76 li {
    position: relative;
    padding-left: 35px;
    transition: transform 0.3s ease-out;
}.learning_outcomes76 li:hover {
    transform: translateX(10px);
}.learning_outcomes76 li p {
    font-size: 17px;
    line-height: 1.6;
    display: flex;
    color: #000000;
    align-items: center;
    font-weight: 400;
    margin: 0;
    font-family: Arial, sans-serif;
}.learning_outcomes76 li:nth-child(odd) {
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), transparent);
    padding: 12px 15px 12px 35px;
}.learning_outcomes76 li svg {
    height: 24px;
    width: 24px;
    transform: translateY(-50%);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: absolute;
    top: 50%;
    left: 0;
}.learning_outcomes76 li:hover svg {
    transform: translateY(-50%) scale(1.2);
}.learning_outcomes76 svg path {
    fill: rgb(173,220,203);
    transition: fill 0.3s ease;
}.learning_outcomes76 li:hover svg path:first-child {
    fill: rgb(132,195,177);
}.learning_outcomes76 li:nth-child(even) svg path:last-child {
    fill: rgb(132,195,177);
}

@media (max-width: 992px) {.learning_outcomes76 {
    padding: 80px 0;
}.learning_outcomes76 .container {
    grid-template-columns: 1fr;
    gap: 30px;
}.learning_outcomes76 .responsive_img49 {
    margin: 0 auto;
    max-width: 500px;
    box-shadow: 15px 15px 0 rgb(132,195,177,0.5), 
                   -8px -8px 0 rgb(173,220,203,0.5);
}.learning_outcomes76 .text_embed86::before {
    width: 80px;
    left: 0;
    transform: none;
    top: -20px;
    height: 3px;
}.learning_outcomes76 h1 {
    margin-bottom: 25px;
    font-size: calc(42px * 0.85);
}
}

@media (max-width: 768px) {.learning_outcomes76 {
    padding: 60px 0;
}.learning_outcomes76::after {
    display: none;
}.learning_outcomes76 .responsive_img49 {
    box-shadow: 10px 10px 0 rgb(132,195,177,0.5), 
                   -5px -5px 0 rgb(173,220,203,0.5);
}.learning_outcomes76 h1 {
    margin-bottom: 20px;
    font-size: calc(42px * 0.7);
}.learning_outcomes76 ul {
    gap: 15px;
}.learning_outcomes76 li p {
    font-size: calc(17px * 0.95);
}
}

@media (max-width: 576px) {.learning_outcomes76 {
    padding: 40px 0;
}.learning_outcomes76 .container {
    padding: 0 15px;
    gap: 25px;
}.learning_outcomes76 .responsive_img49 {
    box-shadow: 8px 8px 0 rgb(132,195,177,0.5), 
                   -4px -4px 0 rgb(173,220,203,0.5);
}.learning_outcomes76 h1 {
    margin-bottom: 15px;
    font-size: calc(42px * 0.6);
}.learning_outcomes76 li {
    padding-left: 30px;
}.learning_outcomes76 li:nth-child(odd) {
    padding: 8px 10px 8px 30px;
}.learning_outcomes76 li svg {
    height: 20px;
    width: 20px;
}.learning_outcomes76 li p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}
}