* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-structure {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    height: 100%;
}svg {
    width: 30px;
    height: 30px;
}.footer_edu {
    flex: 0 0 auto;
}html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    min-height: 100%;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1241px;
}a {
    text-decoration: none;
    color: inherit;
}.main_learning {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.prospective_students {
    padding: 120px 0;
    overflow: hidden;
    background: #ffffff;
    position: relative;
}.prospective_students::before {
    z-index: 0;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 40px 40px;
    background-image: linear-gradient(rgb(142,168,166,0.5) 1px, transparent 1px), 
                     linear-gradient(90deg, rgb(142,168,166,0.5) 1px, transparent 1px);
    height: 100%;
    opacity: 0.03;
    content: "";
}.prospective_students .container {
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.prospective_students .why_choose {
    max-width: 900px;
    position: relative;
    margin: 0 auto;
}.prospective_students h4 {
    font-size: 29px;
    margin-bottom: 60px;
    position: relative;
    border-left: 4px solid rgb(142,168,166);
    color: #000000;
    font-weight: 600;
    padding-left: 20px;
    line-height: 1.3;
}.prospective_students div {
    flex-direction: column;
    counter-reset: item;
    display: flex;
    gap: 30px;
}.prospective_students div p {
    align-items: center;
    display: flex;
    min-height: 50px;
    padding: 0 0 0 70px;
    line-height: 1.6;
    position: relative;
    font-size: 14px;
    margin: 0;
    counter-increment: item;
    color: #000000;
}.prospective_students div p::before {
    display: flex;
    border: 1px solid rgba(rgb(142,168,166), 0.1);
    position: absolute;
    height: 50px;
    color: rgb(142,168,166);
    top: 50%;
    background: rgb(176,199,198);
    transition: all 0.3s ease;
    transform: translateY(-50%);
    left: 0;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 700;
    width: 50px;
    content: counter(item);
}.prospective_students div p:hover::before {
    background: rgb(142,168,166);
    box-shadow: 0 5px 15px rgba(rgb(142,168,166), 0.3);
    transform: translateY(-50%) scale(1.1);
    color: #ffffff;
}.prospective_students div p::after {
    top: 75px;
    position: absolute;
    content: "";
    opacity: 0.3;
    background: rgb(142,168,166,0.5);
    height: calc(100% - 25px);
    left: 25px;
    width: 1px;
}.prospective_students div p:last-child::after {
    display: none;
}.prospective_students div p svg {
    position: absolute;
    z-index: 1;
    transition: all 0.3s ease;
    left: 13px;
    top: 13px;
    opacity: 0;
    width: 24px;
    height: 24px;
}.prospective_students div p:hover svg {
    transform: rotate(15deg);
    opacity: 1;
}.prospective_students div p svg path {
    fill: #ffffff;
}.prospective_students div p:hover {
    color: #000000;
    transform: translateX(5px);
}

@media (max-width: 991px) {.prospective_students {
    padding: 100px 0;
}.prospective_students h4 {
    margin-bottom: 50px;
    font-size: calc(29px - 2px);
}.prospective_students div {
    gap: 25px;
}
}

@media (max-width: 767px) {.prospective_students {
    padding: 80px 0;
}.prospective_students h4 {
    margin-bottom: 40px;
    font-size: calc(29px - 4px);
}.prospective_students div {
    gap: 20px;
}.prospective_students div p {
    padding-left: 60px;
}.prospective_students div p::before {
    width: 45px;
    height: 45px;
}.prospective_students div p::after {
    top: 67px;
    left: 22px;
}.prospective_students div p svg {
    left: 12px;
    height: 21px;
    width: 21px;
    top: 12px;
}
}

@media (max-width: 479px) {.prospective_students {
    padding: 60px 0;
}.prospective_students h4 {
    margin-bottom: 35px;
    padding-left: 15px;
    font-size: calc(29px - 6px);
}.prospective_students div {
    gap: 15px;
}.prospective_students div p {
    font-size: calc(14px - 1px);
    padding-left: 55px;
}.prospective_students div p::before {
    height: 40px;
    width: 40px;
}.prospective_students div p::after {
    top: 60px;
    left: 20px;
}.prospective_students div p svg {
    height: 20px;
    width: 20px;
    top: 10px;
    left: 10px;
}}.tySpot {
    background: linear-gradient(135deg, rgb(142,168,166,0.5), rgb(106,131,130), rgb(142,168,166));
    overflow: hidden;
    padding: 6rem 2rem;
    isolation: isolate;
    position: relative;
}.tySpot::before {
    opacity: 0.6;
    top: 0;
    width: 100%;
    position: absolute;
    animation: shimmer 15s infinite linear;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255,255,255,0.1) 2px, transparent 3px),
        radial-gradient(circle at 80% 70%, rgba(255,255,255,0.1) 2px, transparent 3px);
    content: "";
    background-size: 60px 60px, 40px 40px;
    height: 100%;
    z-index: -1;
    left: 0;
}.tySpot::after {
    content: "";
    top: -10%;
    background: linear-gradient(160deg, rgb(106,131,130,0.5), transparent);
    height: 70%;
    position: absolute;
    z-index: -1;
    transform: rotate(-15deg) skew(20deg);
    width: 40%;
    filter: blur(40px);
    right: -5%;
}.tySpot .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1140px;
}.tySpot .why_choose {
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    position: relative;
    padding: 3.5rem;
}.tySpot .why_choose::before {
    width: 100%;
    animation: shimmerBorder 3s infinite linear;
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130), rgb(142,168,166));
    content: "";
    transform-origin: left center;
    left: 0;
    height: 6px;
    top: 0;
    opacity: 0.9;
    position: absolute;
}.tySpot .why_choose::after {
    background: rgba(0, 0, 0, 0.07);
    width: 90%;
    height: 20px;
    z-index: -1;
    position: absolute;
    filter: blur(15px);
    content: "";
    bottom: -20px;
    border-radius: 50%;
    left: 5%;
}.tySpot .why_choose > div:first-child {
    margin-bottom: 2rem;
    position: relative;
}.tySpot .why_choose > div:first-child::after {
    width: 60px;
    bottom: -0.75rem;
    position: absolute;
    transform-origin: left center;
    transform: scaleX(0);
    content: "";
    background: rgb(106,131,130);
    height: 3px;
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.tySpot h5 {
    color: #000000;
    opacity: 0;
    font-weight: 700;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 21px;
    transform: translateY(20px);
    margin: 0;
    line-height: 1.4;
}.tySpot p {
    font-size: 12px;
    line-height: 1.8;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    font-family: Arial, sans-serif;
    animation: fadeSlideUp 1s 0.4s forwards cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.tySpot a {
    transition: all 0.3s ease;
    position: relative;
    display: block;
    text-decoration: none;
    color: inherit;
}.tySpot a::before {
    content: "";
    background: rgb(142,168,166,0.5);
    width: 30%;
    transform-origin: right center;
    height: 2px;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scaleX(0);
    position: absolute;
    bottom: -10px;
    right: 0;
}.tySpot a:hover {
    transform: translateX(5px);
}.tySpot a:hover::before {
    transform: scaleX(1);
}

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

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

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

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

@media (hover: hover) {.tySpot .why_choose:hover {
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}
}

@media screen and (max-width: 992px) {.tySpot {
    padding: 5rem 2rem;
}.tySpot .why_choose {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2.5rem;
}.tySpot h5 {
    font-size: calc(21px * 0.9);
}
}

@media screen and (max-width: 768px) {.tySpot {
    padding: 4rem 1.5rem;
}.tySpot .why_choose {
    transform: none;
    padding: 2rem;
}.tySpot .why_choose::before {
    height: 4px;
}.tySpot h5 {
    font-size: calc(21px * 0.85);
}.tySpot p {
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.tySpot {
    padding: 3rem 1rem;
}.tySpot .why_choose {
    padding: 1.75rem;
}.tySpot .why_choose::before {
    height: 3px;
}.tySpot h5 {
    font-size: calc(21px * 0.8);
}.tySpot p {
    font-size: calc(12px * 0.9);
    line-height: 1.7;
}.tySpot .why_choose > div:first-child {
    margin-bottom: 1.5rem;
}}.course_program {
    overflow: hidden;
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_program::before {
    animation: float 15s ease-in-out infinite alternate;
    height: 40%;
    top: -5%;
    background: linear-gradient(225deg, rgb(142,168,166,0.5) 0%, transparent 70%);
    width: 40%;
    filter: blur(80px);
    z-index: 1;
    position: absolute;
    transform: rotate(-15deg);
    right: -5%;
    content: "";
    opacity: 0.4;
}.course_program::after {
    height: 30%;
    opacity: 0.4;
    content: "";
    filter: blur(60px);
    bottom: -5%;
    transform: rotate(15deg);
    width: 30%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(45deg, rgb(106,131,130,0.5) 0%, transparent 70%);
    left: -5%;
    position: absolute;
    z-index: 1;
}.course_program .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    max-width: 1200px;
    position: relative;
}.course_program h2 {
    opacity: 0;
    font-size: 31px;
    margin-bottom: 3rem;
    position: relative;
    transform: translateX(-1rem);
    color: #000000;
    font-weight: 700;
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}.course_program h2::before {
    height: 0.25rem;
    position: absolute;
    bottom: -1rem;
    animation: scaleIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    background: linear-gradient(90deg, rgb(142,168,166) 0%, rgb(106,131,130) 100%);
    transform-origin: left;
    width: 8rem;
    left: 0;
    transform: scaleX(0);
    content: "";
}.course_program .practical_study {
    gap: 3rem;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.course_program .image_zoom {
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    transform: translateY(2rem);
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    height: 400px;
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.course_program .image_zoom::before {
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(to bottom, 
        transparent 0%, 
        rgba(rgb(142,168,166), 0.2) 100%);
}.course_program .image_zoom::after {
    position: absolute;
    height: 200%;
    left: -100%;
    transform: rotate(45deg);
    width: 200%;
    animation: shine 8s cubic-bezier(0.25, 1, 0.5, 1) infinite;
    top: -100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    content: "";
}.course_program .textual_box {
    transform: translateY(2rem);
    position: relative;
    animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.6s;
    display: flex;
    opacity: 0;
    flex-direction: column;
    gap: 2rem;
}.course_program .description {
    overflow-y: auto;
    color: #000000;
    padding-right: 1.5rem;
    font-size: 17px;
    scrollbar-color: rgb(142,168,166,0.5) rgb(176,199,198);
    position: relative;
    max-height: 300px;
    line-height: 1.8;
    scrollbar-width: thin;
}.course_program .description::-webkit-scrollbar {
    width: 6px;
}.course_program .description::-webkit-scrollbar-track {
    border-radius: 10px;
    background: rgb(176,199,198);
}.course_program .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(142,168,166,0.5);
}.course_program .description:nth-child(1) {
    position: relative;
}.course_program .description:nth-child(1)::first-line {
    color: #000000;
    font-weight: 600;
}.course_program .description:nth-child(2) {
    position: relative;
    display: none;
}

@media (min-width: 768px) {.course_program .practical_study {
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
}.course_program h2 {
    text-align: left;
    max-width: 90%;
    font-size: calc(31px * 1.2);
}.course_program .image_zoom {
    height: 500px;
}.course_program .description {
    max-height: 500px;
}
}

@media (min-width: 992px) {.course_program {
    padding: 8rem 0;
}.course_program .container {
    padding: 0 4rem;
}.course_program h2 {
    max-width: 80%;
    font-size: calc(31px * 1.4);
}.course_program .practical_study {
    gap: 4rem;
}.course_program .image_zoom {
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    height: 600px;
}.course_program .image_zoom:hover {
    transform: translateY(-8px) scale(1.02);
}.course_program .textual_box {
    padding-top: 2rem;
}
}

@media (min-width: 1200px) {.course_program .image_zoom {
    height: 650px;
}.course_program h2 {
    max-width: 70%;
}
}

@media (max-width: 767px) {.course_program {
    padding: 4rem 0;
}.course_program h2 {
    font-size: calc(31px * 0.9);
    text-align: center;
}.course_program h2::before {
    left: 50%;
    animation: scaleInCenter 1s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.8s;
    transform: translateX(-50%) scaleX(0);
}}

@keyframes slideIn {
    0% {
        transform: translateX(-1rem);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes scaleInCenter {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

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

@keyframes shine {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    20%, 100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

@keyframes float {
    0% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, 10px);
    }
    100% {
        transform: rotate(-5deg) translate(-20px, 5px);
    }
}.join_now {
    padding: 4rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgb(142,168,166,0.5) 100%);
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    z-index: 1;
    position: relative;
}.join_now::before {
    z-index: -1;
    content: "";
    height: 100%;
    background: radial-gradient(circle at 20% 30%, rgb(106,131,130,0.5) 0%, transparent 60%);
    left: 0;
    opacity: 0.7;
    top: 0;
    width: 100%;
    position: absolute;
}.join_now::after {
    filter: blur(70px);
    z-index: -1;
    right: -50px;
    position: absolute;
    background: rgb(142,168,166,0.5);
    bottom: -50px;
    content: "";
    height: 200px;
    animation: pulse 8s infinite alternate ease-in-out;
    width: 200px;
}.join_now .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.join_now h2 {
    line-height: 1.3;
    position: relative;
    font-size: 32px;
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    transform: perspective(1000px) rotateX(0deg);
    margin-bottom: 2.5rem;
    max-width: 90%;
    color: #000000;
}.join_now:hover h2 {
    transform: perspective(1000px) rotateX(2deg);
}.join_now .why_choose {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 2rem;
    position: relative;
    transform: translateY(0);
    align-items: center;
    display: flex;
    z-index: 2;
}.join_now .why_choose:hover {
    transform: translateY(-5px);
}.join_now svg {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    width: 48px;
    height: 48px;
    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));
    transform: rotate(-5deg);
}.join_now .why_choose:hover svg {
    transform: rotate(0deg) scale(1.1);
}.join_now svg path {
    fill: rgb(142,168,166);
    transition: fill 0.3s ease;
}.join_now .why_choose:hover svg path {
    fill: rgb(106,131,130);
}.join_now .support_inquiry {
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.4s ease;
    border-radius: 10px;
    padding: 1rem 2rem;
    z-index: 1;
    box-shadow: 0 8px 16px rgba(0,0,0,0.12);
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(142,168,166) 0%, rgb(106,131,130) 100%);
    font-weight: 600;
    position: relative;
    display: inline-block;
}.join_now .support_inquiry::before {
    width: 100%;
    position: absolute;
    height: 100%;
    content: "";
    top: 0;
    z-index: -1;
    transition: left 0.6s ease;
    left: -100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
}.join_now .support_inquiry:hover {
    box-shadow: 0 12px 20px rgba(0,0,0,0.15);
    transform: translateY(-3px) scale(1.02);
}.join_now .support_inquiry:hover::before {
    left: 100%;
}.join_now .support_inquiry:active {
    transform: translateY(1px);
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

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

@media (max-width: 992px) {.join_now {
    padding: 3.5rem 1.5rem;
}.join_now h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.join_now .why_choose {
    gap: 1.5rem;
}.join_now svg {
    height: 40px;
    width: 40px;
}.join_now .support_inquiry {
    padding: 0.9rem 1.8rem;
}
}

@media (max-width: 768px) {.join_now {
    padding: 3rem 1rem;
}.join_now h2 {
    margin-bottom: 2rem;
    font-size: calc(32px * 0.8);
}.join_now .why_choose {
    gap: 1.2rem;
    align-items: flex-start;
    flex-direction: column;
}.join_now svg {
    height: 36px;
    width: 36px;
}.join_now .support_inquiry {
    padding: 0.8rem 1.6rem;
    text-align: center;
    width: 100%;
}
}

@media (max-width: 576px) {.join_now {
    padding: 2.5rem 1rem;
}.join_now h2 {
    margin-bottom: 1.8rem;
    font-size: calc(32px * 0.7);
}.join_now svg {
    width: 32px;
    height: 32px;
}.join_now .support_inquiry {
    padding: 0.7rem 1.4rem;
    font-size: calc(16px * 0.9);
}}.privacySettingsWindow {
    bottom: 0;
    background: rgb(176,199,198);
    border-top: 2px solid rgb(142,168,166);
    z-index: 90;
    width: 100%;
    position: fixed;
}.track_toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}#cookie_info_window {
    display: none;
}#cookie_info_window:checked ~ .privacySettingsWindow {
    opacity: 0;
    visibility: hidden;
}.privacySettingsWindow h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.privacySettingsWindow p {
    font-size: 18px;
}.edu_cookies {
    margin-right: 10px;
    flex-shrink: 0;
}.edu_cookies svg, .edu_cookies svg path, .edu_cookies img {
    fill: rgb(142,168,166);
    height: 100px;
    width: 100px;
}.cookie_eductrl {
    text-decoration: none;
    color: rgb(142,168,166);
    font-size: 24px;
    min-width: 120px;
    cursor: pointer;
    border-bottom: 2px solid rgb(142,168,166);
    text-align: center;
    flex-shrink: 0;
    line-height: 35px;
    white-space: nowrap;
    margin-left: 10px;
}.privacySettingsWindow p a {
    text-decoration: none;
    color: rgb(142,168,166);
}
@media only screen and (max-width: 1200px) {.privacySettingsWindow {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.edu_cookies {
    display: none;
}.track_toggle {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.privacySettingsWindow h5 {
    text-align: center;
}.privacySettingsWindow p {
    text-align: center;
}.data_opt {
    margin-bottom: 20px;
}body .wrapper-structure .cookie_eductrl {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-structure .privacySettingsWindow {
    border: none;
    box-shadow: rgb(142,168,166,0.5) 0px 0px 40px 39px;
    background: #ffffff;
}.wrapper-structure .cookie_eductrl {
    font-size: 20px;
    padding: 10px;
    font-weight: 400;
    margin-left: 30px;
    color: #ffffff;
    background: rgb(142,168,166);
    border: none;
}.wrapper-structure .edu_cookies {
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    height: 80px;
    width: 80px;
    display: flex;
    background:rgb(142,168,166);
}.wrapper-structure .edu_cookies svg, .wrapper-structure .edu_cookies svg path, .wrapper-structure .edu_cookies img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.wrapper-structure .data_opt h5, .wrapper-structure .data_opt p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-structure .edu_cookies {
    margin: 0;
    margin-bottom: 14px;
}}.opening_page {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgba(240, 248, 255, 0.95) 100%);
}.opening_page::before {
    position: absolute;
    top: 0;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 49.5%, rgba(var(--primary-color-rgb, 94, 170, 168), 0.1) 50.5%, transparent 50.5%);
    background-size: 60px 60px;
    right: 0;
    z-index: 1;
    opacity: 0.5;
    content: "";
    left: 0;
    bottom: 0;
}.opening_page .why_choose {
    padding: 2rem;
    display: grid;
    gap: 3rem;
    z-index: 2;
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
}.opening_page .textual_box {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    flex-direction: column;
    will-change: transform;
    justify-content: center;
    transform: perspective(1000px) translateZ(0);
}.opening_page .textual_box::before {
    z-index: -1;
    content: "";
    animation: floatElement 8s ease-in-out infinite alternate;
    top: -60px;
    width: 120px;
    border-radius: 20% 80% 40% 60% / 60% 30% 70% 40%;
    position: absolute;
    left: -40px;
    height: 120px;
    background: rgba(var(--primary-color-rgb, 94, 170, 168), 0.15);
}.opening_page .textual_box::after {
    border-radius: 60% 40% 30% 70% / 40% 50% 50% 60%;
    position: absolute;
    height: 80px;
    width: 80px;
    bottom: -40px;
    content: "";
    animation: floatElement 6s 1s ease-in-out infinite alternate;
    background: rgba(var(--secondary-color-rgb, 255, 186, 8), 0.15);
    right: 20%;
    z-index: -1;
}.opening_page .textual_box h1 {
    transform: translateY(0);
    color: #000000;
    position: relative;
    line-height: 1.2;
    font-weight: 700;
    font-size: clamp(2rem, 5vw, 37px);
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    margin-bottom: 1.5rem;
}.opening_page .textual_box h1::after {
    height: 4px;
    content: "";
    transform: scaleX(1);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: absolute;
    transform-origin: left;
    bottom: -15px;
    left: 0;
    width: 80px;
    background: var(--primary-color, rgb(94, 170, 168));
}.opening_page .learn_expressfast {
    margin-bottom: 2rem;
    align-items: flex-start;
    flex-direction: column;
    display: flex;
}.opening_page .learn_expressfast svg {
    width: 80px;
    height: 80px;
    transform: rotate(-5deg);
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    filter: drop-shadow(0 5px 15px rgba(var(--primary-color-rgb, 94, 170, 168), 0.3));
    margin-bottom: 1.5rem;
}.opening_page .learn_expressfast svg:hover {
    transform: rotate(0) scale(1.05);
}.opening_page .learn_expressfast svg path {
    transition: fill 0.3s ease;
    fill: var(--primary-color, rgb(94, 170, 168));
}.opening_page .learn_expressfast svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.opening_page .learn_expressfast p {
    max-width: 540px;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1) 0.1s;
    line-height: 1.6;
    position: relative;
    transform: translateX(0);
    font-size: clamp(1rem, 2vw, 17px);
    margin-bottom: 1rem;
    color: #000000;
}.opening_page ul {
    padding: 0;
    transition: opacity 0.4s ease 0.2s;
    margin: 0;
    list-style: none;
}.opening_page ul li {
    margin-bottom: 1rem;
}.opening_page .support_inquiry {
    text-decoration: none;
    background: linear-gradient(135deg, var(--primary-color, rgb(94, 170, 168)) 0%, rgba(94, 170, 168, 0.85) 100%);
    transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
    padding: 0.9rem 2rem;
    z-index: 2;
    overflow: hidden;
    transform: translateY(0);
    display: inline-block;
    position: relative;
    font-weight: 600;
    box-shadow: 0 5px 20px rgba(var(--primary-color-rgb, 94, 170, 168), 0.3);
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
}.opening_page .support_inquiry::before {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 60%);
    content: "";
    transform: translateX(-100%) skewX(-30deg);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: -1;
}.opening_page .support_inquiry:hover {
    box-shadow: 0 8px 25px rgba(var(--primary-color-rgb, 94, 170, 168), 0.4);
    transform: translateY(-3px);
}.opening_page .support_inquiry:hover::before {
    transform: translateX(100%) skewX(-30deg);
}.opening_page .image_zoom {
    position: relative;
    box-shadow: 
        25px 25px 50px rgba(0, 0, 0, 0.1),
        5px 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 8px;
    will-change: transform;
    width: 100%;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    aspect-ratio: 4/3;
}.opening_page .image_zoom::before {
    background: linear-gradient(
        135deg, 
        rgba(var(--primary-color-rgb, 94, 170, 168), 0.2) 0%, 
        rgba(var(--primary-color-rgb, 94, 170, 168), 0) 50%
    );
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    content: "";
    z-index: 1;
}.opening_page .image_zoom::after {
    height: 100%;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(0, 0, 0, 0.2) 100%
    );
    content: "";
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 1;
}.opening_page:hover .image_zoom {
    transform: perspective(1000px) rotateY(0) translateZ(20px);
}.opening_page:hover .textual_box h1 {
    transform: translateY(-5px);
}.opening_page:hover .textual_box h1::after {
    transform: scaleX(1.3);
}

@keyframes floatElement {
    0% {
        transform: translate(0, 0) rotate(0);
    }
    100% {
        transform: translate(10px, 10px) rotate(5deg);
    }
}

@media (max-width: 992px) {.opening_page .why_choose {
    grid-template-columns: 1fr;
    gap: 2rem;
}.opening_page .textual_box {
    align-items: center;
    text-align: center;
    order: 2;
}.opening_page .textual_box h1::after {
    transform: translateX(-50%);
    left: 50%;
}.opening_page .learn_expressfast p {
    max-width: 100%;
}.opening_page .image_zoom {
    order: 1;
    max-width: 600px;
    margin: 0 auto;
    transform: perspective(1000px) rotateY(0) translateZ(0);
}
}

@media (max-width: 768px) {.opening_page {
    padding: 3rem 0;
}.opening_page .why_choose {
    padding: 1rem;
}.opening_page .textual_box h1 {
    font-size: 1.8rem;
}.opening_page .learn_expressfast svg {
    height: 60px;
    width: 60px;
}.opening_page .image_zoom {
    aspect-ratio: 3/2;
}
}

@media (max-width: 576px) {.opening_page .textual_box h1 {
    font-size: 1.5rem;
}.opening_page .learn_expressfast p {
    font-size: 0.95rem;
}.opening_page .support_inquiry {
    padding: 0.7rem 1.5rem;
    font-size: 0.9rem;
}
}

@media (hover: none) {.opening_page .support_inquiry:hover {
    transform: translateY(0);
}.opening_page:hover .image_zoom,
    .opening_page:hover .textual_box h1 {
    transform: none;
}
}

@media (prefers-reduced-motion) {.opening_page .image_zoom,
    .opening_page .textual_box,
    .opening_page .textual_box h1,
    .opening_page .learn_expressfast svg,
    .opening_page .support_inquiry {
    transition: none;
}@keyframes floatElement {
        0%, 100% {
            transform: none;
        }
    }
}header {
    top: 0;
    background: linear-gradient(120deg, 
        rgb(142,168,166) 0%, 
        rgb(142,168,166,0.5) 100%
    );
    width: 100%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 1000;
    left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
}header:before {
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    position: absolute;
    opacity: 0.1;
    pointer-events: none;
    content: '';
}header:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    top: 0;
    left: 0;
    content: '';
    pointer-events: none;
}header .head_prime {
    position: relative;
}header .head_prime:before {
    opacity: 0.3;
    height: 2px;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    left: 0;
    width: 100%;
    position: absolute;
    bottom: -1px;
    content: '';
}header .head_prime:after {
    height: 60px;
    transform: translateY(-50%);
    content: '';
    pointer-events: none;
    top: 50%;
    filter: blur(8px);
    width: 60px;
    position: absolute;
    left: 0;
    opacity: 0.5;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
}header .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 15px 25px;
}header .container:before {
    position: absolute;
    top: 50%;
    pointer-events: none;
    background-position: 0 0, 0 10px;
    right: 20px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    background-size: 6px 2px, 6px 2px;
    background-repeat: repeat-x;
    width: 50px;
    height: 30px;
    transform: translateY(-50%);
    content: '';
    opacity: 0.5;
}header .nav_start {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}header .nav_start:before {
    content: '';
    top: 50%;
    border-radius: 50%;
    left: 0;
    transform: translateY(-50%) translateX(-40px);
    opacity: 0.5;
    width: 20px;
    height: 20px;
    position: absolute;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .nav_start:after {
    width: 20px;
    transform: translateY(-50%) translateX(40px);
    top: 50%;
    content: '';
    position: absolute;
    right: 0;
    opacity: 0.5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 20px;
    border-radius: 50%;
}header .head_teach {
    position: relative;
    display: flex;
    align-items: center;
    gap: 30px;
}header .head_teach:before {
    position: absolute;
    opacity: 0;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    bottom: -10px;
    transition: opacity 0.4s ease;
    content: '';
    width: 100%;
    height: 2px;
}header .head_teach:hover:before {
    opacity: 0.7;
}header .nav_study {
    letter-spacing: 0.5px;
    position: relative;
    padding: 8px 0;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: 400;
}header .nav_study:before {
    height: 6px;
    left: -12px;
    width: 6px;
    transform: translateY(-50%);
    background: #ffffff;
    opacity: 0;
    border-radius: 50%;
    content: '';
    top: 50%;
    position: absolute;
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}header .nav_study:after {
    content: '';
    transition: all 0.3s ease;
    transform-origin: right;
    position: absolute;
    width: 20px;
    top: 50%;
    transform: translateY(-50%) scaleX(0);
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
    left: -30px;
}header .nav_study:hover {
    color: #ffffff;
    transform: translateX(5px);
}header .nav_study:hover:before {
    left: -20px;
    opacity: 1;
}header .nav_study:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .nav_lead {
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    padding: 5px;
    display: flex;
}header .nav_lead:before {
    opacity: 0;
    left: -10px;
    width: calc(100% + 20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: calc(100% + 20px);
    transition: all 0.3s ease;
    top: -10px;
    content: '';
    border-radius: 10px;
    position: absolute;
}header .nav_lead:after {
    transition: all 0.3s ease;
    top: -5px;
    height: 10px;
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    position: absolute;
    width: 10px;
    background: #ffffff;
    left: -5px;
    border-radius: 50%;
    content: '';
}header .nav_lead:hover:before {
    opacity: 1;
}header .nav_lead:hover:after {
    animation: circuit 3s infinite;
    opacity: 1;
}header .nav_lead svg {
    transition: all 0.3s ease;
    height: 40px;
    width: auto;
}header .nav_lead:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .head_teach {
    gap: 20px;
}header .nav_lead svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .head_teach {
    gap: 25px;
    height: 100vh;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    right: -100%;
    padding: 80px 30px 30px;
    width: 80%;
    flex-direction: column;
    z-index: 1001;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: rgb(142,168,166);
    top: 0;
    position: fixed;
    max-width: 320px;
}header .head_teach:before {
    top: 60px;
    left: 10%;
    bottom: auto;
    width: 80%;
}header .head_teach:after {
    border-radius: 50%;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    height: 30px;
    position: absolute;
    width: 30px;
    top: 20px;
    right: 20px;
    pointer-events: none;
}header .menu.active {
    right: 0;
}header .nav_study {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .nav_study:hover {
    transform: translateX(0);
}header .nav_study:last-child {
    border-bottom: none;
}header .nav_lead {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .nav_lead svg {
    height: 30px;
}}.education_history {
    padding: 7rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(106,131,130,0.5), rgb(142,168,166), rgb(106,131,130));
    overflow: hidden;
}.education_history::before {
    animation: orbital-pulse 15s infinite alternate ease-in-out;
    left: -10%;
    width: 120%;
    content: "";
    position: absolute;
    top: -10%;
    z-index: 0;
    background: radial-gradient(circle at 30% 70%, rgb(142,168,166,0.5), transparent 60%),
                radial-gradient(circle at 70% 30%, rgb(106,131,130,0.5), transparent 60%);
    height: 120%;
    opacity: 0.7;
}.education_history::after {
    width: 100%;
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 80% 80%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 40% 60%, rgb(255, 255, 255, 0.5) 1px, transparent 1px),
        radial-gradient(circle at 60% 30%, rgb(255, 255, 255, 0.5) 1px, transparent 1px);
    animation: constellation-twinkle 8s infinite ease-in-out;
    height: 100%;
    z-index: 1;
    left: 0;
    content: "";
    top: 0;
    opacity: 0.2;
    background-size: 120px 120px;
    position: absolute;
}.education_history .container {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}.education_history .learner_stories {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(0, 0, 0, 0.05),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    display: grid;
    grid-template-columns: 1fr;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                box-shadow 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    gap: 2.5rem;
    padding: 3rem;
    position: relative;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.05));
    -webkit-backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateX(2deg);
}.education_history .learner_stories:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(0, 0, 0, 0.1),
                0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: perspective(1000px) rotateX(0deg);
}.education_history .learner_stories > div:first-child {
    margin: 0 auto;
    width: 150px;
    position: relative;
    perspective: 1000px;
    height: 150px;
}.education_history .image_zoom {
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 0 10px rgba(var(--primary-color-rgb, 120, 80, 200), 0.1);
    animation: float-photo 6s infinite ease-in-out;
    width: 100%;
    border-radius: 10% 40% 30% 20%;
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1), 
                border-radius 0.6s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: rotate(-5deg);
    overflow: hidden;
    height: 100%;
}.education_history .learner_stories:hover .image_zoom {
    border-radius: 30% 10% 40% 20%;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 0 15px rgba(var(--primary-color-rgb, 120, 80, 200), 0.15);
    transform: rotate(0deg) scale(1.05);
}.education_history .learner_stories > div:nth-child(2) {
    padding-top: 1rem;
    text-align: center;
}.education_history .name {
    margin: 0 0 0.5rem;
    color: #ffffff;
    letter-spacing: 0.5px;
    display: inline-block;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    transform: translateY(0);
    font-size: 20px;
    font-weight: 600;
}.education_history .name::after {
    width: 0;
    position: absolute;
    bottom: -5px;
    transition: width 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(to right, rgb(106,131,130), #ffffff, rgb(106,131,130));
    height: 2px;
    content: "";
    left: 0;
}.education_history .learner_stories:hover .name {
    transform: translateY(-2px);
}.education_history .learner_stories:hover .name::after {
    width: 100%;
}.education_history .learner_stories > div:nth-child(2) > div {
    opacity: 0.9;
    margin-top: 0.5rem;
    color: rgb(255, 255, 255, 0.5);
    transition: opacity 0.3s ease;
    font-style: italic;
    font-size: calc(14px - 2px);
}.education_history .learner_stories:hover > div:nth-child(2) > div {
    opacity: 1;
}.education_history .employee_summary {
    opacity: 0.9;
    padding: 0 1rem;
    position: relative;
    color: #ffffff;
    text-align: left;
    margin: 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    line-height: 1.7;
    font-size: 14px;
}.education_history .employee_summary::before {
    font-size: 5rem;
    top: -2rem;
    content: "";
    transition: transform 0.5s ease, opacity 0.5s ease;
    position: absolute;
    left: -1rem;
    color: rgb(255, 255, 255, 0.5);
    opacity: 0.2;
    font-family: serif;
}.education_history .employee_summary::after {
    color: rgb(255, 255, 255, 0.5);
    position: absolute;
    font-size: 5rem;
    content: "";
    bottom: -4rem;
    transition: transform 0.5s ease, opacity 0.5s ease;
    font-family: serif;
    opacity: 0.2;
    right: -1rem;
}.education_history .learner_stories:hover .employee_summary {
    opacity: 1;
    transform: translateY(-2px);
}.education_history .learner_stories:hover .employee_summary::before {
    opacity: 0.3;
    transform: translateY(-5px);
}.education_history .learner_stories:hover .employee_summary::after {
    opacity: 0.3;
    transform: translateY(5px);
}

@keyframes orbital-pulse {
    0% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.1) rotate(3deg);
        opacity: 0.9;
    }
    100% {
        transform: scale(1) rotate(0deg);
        opacity: 0.7;
    }
}

@keyframes constellation-twinkle {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(0);
    }
    50% {
        opacity: 0.3;
        transform: translateY(-10px);
    }
}

@keyframes float-photo {
    0%, 100% {
        transform: rotate(-5deg) translateY(0);
    }
    50% {
        transform: rotate(-3deg) translateY(-5px);
    }
}

@media (min-width: 768px) {.education_history .learner_stories {
    gap: 3rem;
    align-items: center;
    padding: 4rem;
    grid-template-columns: auto 1fr 2fr;
}.education_history .learner_stories > div:first-child {
    height: 180px;
    margin: 0;
    width: 180px;
}.education_history .learner_stories > div:nth-child(2) {
    text-align: left;
    padding-top: 0;
}.education_history .employee_summary {
    padding: 0;
}
}

@media (min-width: 992px) {.education_history {
    padding: 9rem 0;
}.education_history .learner_stories {
    padding: 5rem;
    gap: 4rem;
    grid-template-columns: auto 1.5fr 3fr;
}.education_history .learner_stories > div:first-child {
    width: 220px;
    height: 220px;
}.education_history .name {
    font-size: calc(20px + 2px);
}.education_history .employee_summary {
    font-size: calc(14px + 1px);
    line-height: 1.8;
}
}

@media (max-width: 767px) {.education_history {
    padding: 5rem 0;
}.education_history .learner_stories {
    gap: 2rem;
    padding: 2.5rem;
}.education_history .image_zoom {
    animation: float-photo 5s infinite ease-in-out;
}.education_history .employee_summary {
    padding: 0;
}.education_history .employee_summary::before {
    font-size: 3rem;
    left: -0.5rem;
    top: -1.5rem;
}.education_history .employee_summary::after {
    right: -0.5rem;
    font-size: 3rem;
    bottom: -3rem;
}}footer {
    position: relative;
    width: 100%;
}footer .footer_edu {
    color: #ffffff;
    position: relative;
    background-color: rgb(106,131,130);
    font-family: Arial, sans-serif;
    padding: 80px 0 30px;
}footer .footer_edu::before {
    height: 100%;
    background-image: 
        linear-gradient(30deg, rgb(106,131,130) 12%, transparent 12.5%, transparent 87%, rgb(106,131,130) 87.5%, rgb(106,131,130)),
        linear-gradient(150deg, rgb(106,131,130) 12%, transparent 12.5%, transparent 87%, rgb(106,131,130) 87.5%, rgb(106,131,130)),
        linear-gradient(30deg, rgb(106,131,130) 12%, transparent 12.5%, transparent 87%, rgb(106,131,130) 87.5%, rgb(106,131,130)),
        linear-gradient(150deg, rgb(106,131,130) 12%, transparent 12.5%, transparent 87%, rgb(106,131,130) 87.5%, rgb(106,131,130)),
        linear-gradient(60deg, rgb(142,168,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(142,168,166,0.5) 75%, rgb(142,168,166,0.5)),
        linear-gradient(60deg, rgb(142,168,166,0.5) 25%, transparent 25.5%, transparent 75%, rgb(142,168,166,0.5) 75%, rgb(142,168,166,0.5));
    width: 100%;
    left: 0;
    opacity: 0.05;
    background-size: 80px 140px;
    content: "";
    position: absolute;
    top: 0;
    background-position: 0 0, 0 0, 40px 70px, 40px 70px, 0 0, 40px 70px;
    pointer-events: none;
}footer .footer_edu::after {
    left: 0;
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130));
    width: 100%;
    pointer-events: none;
    content: "";
    height: 5px;
    position: absolute;
    top: 0;
}footer .equity_pledge {
    z-index: 1;
    position: relative;
}footer .reach_team {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    display: flex;
    margin-bottom: 60px;
}footer .info_item {
    display: flex;
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    position: relative;
    min-height: 60px;
    cursor: pointer;
    flex: 0 1 auto;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.4s ease;
    max-width: 300px;
    padding: 20px 25px;
    justify-content: center;
    min-width: 200px;
    align-items: center;
}footer .info_item::before {
    clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%);
    background-color: rgb(106,131,130);
    right: 3px;
    left: 3px;
    position: absolute;
    z-index: -1;
    pointer-events: none;
    top: 3px;
    content: "";
    bottom: 3px;
}footer .info_item:hover {
    transform: translateY(-5px);
    background-color: rgb(142,168,166);
}footer .info_item svg {
    transition: fill 0.3s ease;
    fill: rgb(142,168,166);
    width: 20px;
    margin-right: 12px;
    height: 20px;
    flex-shrink: 0;
}footer .info_item:hover svg {
    fill: #ffffff;
}footer .info_item p,
footer .info_item a {
    font-size: 17px;
    text-overflow: ellipsis;
    display: flex;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 1;
    white-space: nowrap;
    color: #ffffff;
    align-items: center;
}footer .text_main_holder {
    gap: 50px;
    padding-top: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}footer .text_main_holder::before {
    left: 10%;
    position: absolute;
    width: 80%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.15), transparent);
    height: 1px;
    content: "";
    top: 0;
    pointer-events: none;
}footer .head_mainbar {
    display: flex;
    position: relative;
    margin: 0 auto;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(255, 255, 255, 0.01) 100%);
    text-align: center;
    align-items: center;
    padding: 20px;
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    justify-content: center;
    max-width: 350px;
}footer .head_mainbar::before {
    position: absolute;
    left: 3px;
    z-index: -1;
    content: "";
    bottom: 3px;
    background-color: rgb(106,131,130);
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    right: 3px;
    pointer-events: none;
    top: 3px;
}footer .head_mainbar svg {
    height: 45px;
    width: auto;
    filter: brightness(0) invert(1);
    margin-bottom: 20px;
}footer .diversity {
    line-height: 1.6;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
}footer .head_teach {
    background-color: rgba(255, 255, 255, 0.03);
    border-radius: 11px;
    padding: 30px;
    position: relative;
}footer .head_teach h5 {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 25px;
    padding-bottom: 10px;
    font-weight: 700;
    position: relative;
    font-size: 21px;
}footer .head_teach h5::after {
    background-color: rgb(142,168,166);
    height: 2px;
    position: absolute;
    content: "";
    width: 50px;
    left: 0;
    bottom: 0;
    pointer-events: none;
}footer .first_class {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
    gap: 5px;
    display: grid;
}footer .first_class a {
    position: relative;
    display: flex;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    align-items: center;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    text-decoration: none;
    padding: 12px 15px;
}footer .first_class a::before {
    top: 50%;
    pointer-events: none;
    transform: translateY(-50%);
    content: "";
    border-bottom: 4px solid transparent;
    left: 5px;
    width: 0;
    border-top: 4px solid transparent;
    height: 0;
    border-left: 4px solid rgb(142,168,166);
    position: absolute;
    opacity: 0;
    transition: all 0.3s ease;
}footer .first_class a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    padding-left: 25px;
}footer .first_class a:hover::before {
    opacity: 1;
}footer .subscribe_holder {
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 11px;
    padding: 30px;
}footer .subscribe_holder::before {
    position: absolute;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(-45deg, transparent 48%, rgb(142,168,166,0.5) 49%, rgb(142,168,166,0.5) 51%, transparent 52%),
        linear-gradient(45deg, transparent 48%, rgb(142,168,166,0.5) 49%, rgb(142,168,166,0.5) 51%, transparent 52%);
    pointer-events: none;
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    opacity: 0.05;
    top: 0;
    border-radius: 11px;
}footer .subscribe_holder h5 {
    color: #ffffff;
    font-size: 21px;
    margin-bottom: 15px;
    font-weight: 700;
}footer .subscribe_holder p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 25px;
    line-height: 1.6;
    font-size: 17px;
}footer .input_holder {
    flex-direction: column;
    position: relative;
    z-index: 5;
    width: 100%;
    display: flex;
    gap: 15px;
}footer .input_holder input[type="email"] {
    -webkit-appearance: none;
    font-size: 17px;
    z-index: 5;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    appearance: none;
    cursor: text;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 14px 16px;
    color: #ffffff;
    border-radius: 10px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(142,168,166);
    background-color: rgba(255, 255, 255, 0.08);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.4);
}footer .sub_deal {
    padding: 14px 20px;
    border-radius: 10px;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 15px;
    width: 100%;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(142,168,166);
}footer .sub_deal:hover {
    background-color: rgb(106,131,130);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}footer .trust_badge {
    text-align: center;
    position: relative;
    margin-top: 50px;
}footer .login_footer {
    position: relative;
    font-size: 16px;
    display: inline-block;
    padding: 0 20px;
    color: rgba(255, 255, 255, 0.5);
}footer .login_footer::before,
footer .login_footer::after {
    content: "";
    pointer-events: none;
    position: absolute;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    width: 20px;
    top: 50%;
}footer .login_footer::before {
    left: -10px;
    transform: rotate(-45deg);
}footer .login_footer::after {
    transform: rotate(45deg);
    right: -10px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_deal {
    flex-shrink: 0;
    width: auto;
    min-width: 150px;
}footer .input_holder input[type="email"] {
    min-width: 0;
    flex: 1;
}
}

@media (max-width: 991px) {footer .first_class {
    grid-template-columns: 1fr;
}
}

@media (max-width: 767px) {footer .footer_edu {
    padding: 60px 0 30px;
}footer .reach_team {
    margin-bottom: 40px;
}footer .info_item {
    padding: 15px 20px;
    min-width: 150px;
}footer .head_teach, footer .subscribe_holder {
    padding: 25px 20px;
}footer .head_mainbar {
    padding: 15px;
    margin-bottom: 20px;
}footer .trust_badge {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .footer_edu {
    padding: 50px 0 20px;
}footer .info_item {
    min-width: 100%;
}footer .head_teach h5, footer .subscribe_holder h5 {
    font-size: calc(21px - 2px);
    margin-bottom: 20px;
}footer .head_teach, footer .subscribe_holder {
    padding: 20px 15px;
}footer .input_holder input[type="email"],
    footer .sub_deal {
    padding: 12px;
}}.privacy_holdfast {
    padding: 3rem;
    display: flex;
    background-color: rgb(176,199,198);
    color: #000000;
    flex-direction: column;
    font-family: Arial, sans-serif;
    width: 100%;
}.privacy_holdfast h1 {
    padding-bottom: 1rem;
    text-transform: uppercase;
    margin-bottom: 2rem;
    font-size: 38px;
    font-weight: 700;
    border-bottom: 3px solid rgb(142,168,166);
    color: rgb(142,168,166);
    letter-spacing: 0.1rem;
}.privacy_holdfast h2 {
    color: rgb(106,131,130);
    font-size: 31px;
    margin-bottom: 1rem;
    padding-left: 1rem;
    letter-spacing: 0.08rem;
    border-left: 4px solid rgb(106,131,130);
    margin-top: 2rem;
    font-weight: 600;
    text-transform: uppercase;
}.privacy_holdfast h3,.privacy_holdfast h4,.privacy_holdfast h5, .privacy_holdfast h6 {
    margin: 1rem 0;
    font-size: 20px;
}.privacy_holdfast ul,
.privacy_holdfast ol {
    list-style-position: inside;
    border-left: 2px solid rgba(0, 0, 0, 0.5);
    padding-left: 2rem;
    list-style-type: none;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}.privacy_holdfast li {
    line-height: 1.8;
    margin-bottom: 1rem;
    font-size: 17px;
    position: relative;
}.privacy_holdfast li::before {
    color: rgb(142,168,166);
    margin-right: 0.5rem;
    content: "▹";
}.privacy_holdfast p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.8;
    font-size: 17px;
}.privacy_holdfast span {
    color: rgb(106,131,130);
    font-weight: 700;
}.privacy_holdfast > div {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    padding: 1rem;
    background-color: #ffffff;
    margin-bottom: 2rem;
}
@media only screen and (max-width: 800px) {.privacy_holdfast {
    padding: 1.5rem;
    gap: 1.5rem;
}.privacy_holdfast h1 {
    font-size: calc(20px - 0.5rem);
}.privacy_holdfast h2 {
    font-size: calc(20px - 0.5rem);
}.privacy_holdfast p,
    .privacy_holdfast li {
    font-size: calc(17px - 0.2rem);
}.privacy_holdfast > div {
    padding: 0.5rem;
}}
.get_in_touch {
    background: rgb(176,199,198);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.get_in_touch::before {
    position: absolute;
    content: '';
    z-index: 0;
    background-size: 60px 60px;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.3;
    top: 0;
    background: linear-gradient(45deg, transparent 48%, rgb(142,168,166,0.5) 49%, rgb(142,168,166,0.5) 51%, transparent 52%),
                linear-gradient(-45deg, transparent 48%, rgb(106,131,130,0.5) 49%, rgb(106,131,130,0.5) 51%, transparent 52%);
}.get_in_touch::after {
    top: 0;
    z-index: 0;
    height: 100%;
    content: '';
    position: absolute;
    background: 
        linear-gradient(90deg, rgb(176,199,198) 6px, transparent 6px),
        linear-gradient(0deg, rgb(176,199,198) 6px, transparent 6px);
    opacity: 0.2;
    background-size: 100px 100px;
    left: 0;
    width: 100%;
}.get_in_touch .image_zoom {
    position: absolute;
    filter: grayscale(0.7) hue-rotate(25deg);
    top: 0;
    z-index: 0;
    width: 100%;
    opacity: 0.15;
    height: 100%;
    left: 0;
}.get_in_touch .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
}.get_in_touch h3 {
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    position: relative;
    font-family: Arial, sans-serif;
    margin-bottom: 60px;
    transform: skew(-5deg);
    color: #000000;
    letter-spacing: 4px;
    font-size: 45px;
}.get_in_touch h3::before {
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130));
    left: 50%;
    width: 100px;
    position: absolute;
    transform: translateX(-50%);
    height: 5px;
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    content: '';
}.get_in_touch .request_list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    z-index: 1;
}.get_in_touch .reach_links {
    padding: 60px;
    background: #ffffff;
    position: relative;
    flex: 1 1 60%;
    transform: skew(-3deg);
    box-shadow: -10px 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    border-radius: 0;
}.get_in_touch .reach_links::before {
    bottom: 20px;
    pointer-events: none;
    position: absolute;
    left: 20px;
    right: 20px;
    top: 20px;
    content: '';
    border: 2px solid rgba(0, 0, 0, 0.05);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.get_in_touch .reach_links #contact {
    transform: skew(3deg);
}.get_in_touch .reach_links h3 {
    margin-bottom: 40px;
    transform: skew(0);
    font-size: 21px;
    color: #000000;
    text-align: left;
    font-weight: 700;
}.get_in_touch .reach_links h3::before {
    transform: none;
    width: 60px;
    height: 3px;
    clip-path: none;
    left: 0;
}.get_in_touch .reach_links input[type="text"],
.get_in_touch .reach_links textarea {
    border: 2px solid rgb(142,168,166);
    transition: all 0.3s ease;
    padding: 20px;
    border-radius: 0;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    width: 100%;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.05);
    color: #000000;
}.get_in_touch .reach_links input[type="text"]:focus,
.get_in_touch .reach_links textarea:focus {
    background-color: rgba(0, 0, 0, 0.02);
    transform: translate(-3px, -3px);
    outline: none;
    box-shadow: 8px 8px 0 rgb(142,168,166,0.5);
}.get_in_touch .reach_links textarea {
    height: 140px;
    resize: vertical;
}.get_in_touch .reach_links .inquiry_links {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.get_in_touch .reach_links .inquiry_links input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.get_in_touch .reach_links .inquiry_links label {
    cursor: pointer;
    color: #000000;
    font-size: calc(14px - 2px);
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
}.get_in_touch .reach_links .inquiry_links label::before {
    content: '';
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
    top: 0;
    background-color: #ffffff;
    height: 24px;
    border: 2px solid rgb(142,168,166);
    width: 24px;
}.get_in_touch .reach_links .inquiry_links input[type="checkbox"]:checked + label::before {
    background-color: rgb(142,168,166);
}.get_in_touch .reach_links .inquiry_links input[type="checkbox"]:checked + label::after {
    height: 12px;
    left: 9px;
    border-right: 2px solid #ffffff;
    top: 5px;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    content: '';
    position: absolute;
}.get_in_touch .reach_links .inquiry_links a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: rgb(142,168,166);
    font-weight: 600;
    position: relative;
}.get_in_touch .reach_links .inquiry_links a::after {
    content: '';
    left: 0;
    background-color: rgb(142,168,166);
    bottom: -2px;
    transform-origin: left;
    width: 100%;
    position: absolute;
    transform: scaleX(0);
    height: 2px;
    transition: transform 0.3s ease;
}.get_in_touch .reach_links .inquiry_links a:hover {
    color: rgb(106,131,130);
}.get_in_touch .reach_links .inquiry_links a:hover::after {
    background-color: rgb(106,131,130);
    transform: scaleX(1);
}.get_in_touch .reach_links .support_inquiry {
    letter-spacing: 2px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
    color: #ffffff;
    padding: 18px 40px;
    cursor: pointer;
    font-weight: 700;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    background: rgb(142,168,166);
    display: inline-block;
    box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    font-size: 20px;
}.get_in_touch .reach_links .support_inquiry:hover {
    background: rgb(106,131,130);
    box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.2);
    transform: translate(-3px, -3px);
}.get_in_touch .connect_reach {
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    flex: 1 1 40%;
    z-index: 1;
    background: rgb(176,199,198);
    color: #ffffff;
    position: relative;
    margin-left: -40px;
    padding: 60px 60px 60px 80px;
}.get_in_touch .connect_reach::before {
    position: absolute;
    height: 100%;
    content: '';
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
}.get_in_touch .connect_reach::after {
    right: 20px;
    pointer-events: none;
    top: 20px;
    left: 20px;
    position: absolute;
    bottom: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    content: '';
}.get_in_touch .connect_reach h4 {
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    font-size: 21px;
    margin-bottom: 40px;
}.get_in_touch .connect_reach h4::after {
    width: 60px;
    position: absolute;
    left: 0;
    height: 3px;
    content: '';
    bottom: -15px;
    background: rgb(142,168,166);
}.get_in_touch .connect_reach .help_query {
    padding: 0;
    list-style: none;
    margin: 0;
}.get_in_touch .connect_reach .help_query li {
    padding-bottom: 20px;
    position: relative;
    align-items: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    margin-bottom: 30px;
}.get_in_touch .connect_reach .help_query li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}.get_in_touch .connect_reach .help_query li svg {
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
    width: 24px;
}.get_in_touch .connect_reach .help_query li svg path {
    fill: rgb(142,168,166);
}.get_in_touch .connect_reach .help_query li:hover svg path {
    transition: fill 0.3s ease;
    fill: rgb(106,131,130);
}.get_in_touch .connect_reach .help_query li span {
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}.get_in_touch .connect_reach .help_query li a {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}.get_in_touch .connect_reach .help_query li a:hover {
    color: rgb(142,168,166);
}

@media (max-width: 992px) {.get_in_touch {
    padding: 70px 0;
}.get_in_touch .request_list {
    flex-direction: column;
}.get_in_touch .reach_links {
    clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
    padding: 40px;
    flex: 1 1 100%;
}.get_in_touch .connect_reach {
    flex: 1 1 100%;
    margin-top: -20px;
    margin-left: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 3% 100%);
    padding: 40px;
}
}

@media (max-width: 768px) {.get_in_touch {
    padding: 50px 0;
}.get_in_touch h3 {
    letter-spacing: 2px;
    font-size: calc(32px);
    margin-bottom: 40px;
}.get_in_touch .reach_links h3,
    .get_in_touch .connect_reach h4 {
    font-size: calc(21px - 2px);
    margin-bottom: 30px;
}.get_in_touch .reach_links input[type="text"],
    .get_in_touch .reach_links textarea {
    padding: 15px;
    margin-bottom: 20px;
}.get_in_touch .reach_links textarea {
    height: 120px;
}.get_in_touch .reach_links .support_inquiry {
    padding: 15px 30px;
}.get_in_touch .connect_reach .help_query li {
    margin-bottom: 20px;
    padding-bottom: 15px;
}.get_in_touch .connect_reach .help_query li svg {
    height: 20px;
    width: 20px;
    margin-right: 15px;
}
}

@media (max-width: 576px) {.get_in_touch {
    padding: 40px 0;
}.get_in_touch .reach_links,
    .get_in_touch .connect_reach {
    clip-path: none;
    box-shadow: none;
    transform: skew(0);
    padding: 30px 20px;
}.get_in_touch .reach_links #contact {
    transform: skew(0);
}.get_in_touch .reach_links::before,
    .get_in_touch .connect_reach::after {
    clip-path: none;
}.get_in_touch .connect_reach {
    margin-top: 0;
}.get_in_touch h3 {
    transform: skew(0);
    font-size: calc(32px - 6px);
}.get_in_touch .reach_links .inquiry_links label {
    font-size: calc(14px - 3px);
}.get_in_touch .reach_links .support_inquiry {
    clip-path: none;
}}.plan_comparison {
    background-color: rgb(176,199,198);
    overflow: hidden;
    position: relative;
    padding: 6rem 0;
}.plan_comparison::before {
    width: 100%;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    left: 0;
    background: linear-gradient(135deg, rgb(142,168,166,0.5) 0%, transparent 70%);
    top: 0;
    height: 100%;
    content: "";
}.plan_comparison::after {
    z-index: 1;
    pointer-events: none;
    right: -5rem;
    background: linear-gradient(225deg, rgb(106,131,130) 0%, transparent 80%);
    transform: rotate(-15deg);
    content: "";
    position: absolute;
    bottom: -5rem;
    opacity: 0.15;
    width: 20rem;
    height: 20rem;
}.plan_comparison .container {
    max-width: 1400px;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}.plan_comparison .payment_deals {
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
}.plan_comparison .trial_pricing {
    padding: 2rem;
    background-color: #ffffff;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    border-left: 4px solid rgb(142,168,166);
    transform: translateZ(0);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.plan_comparison .trial_pricing::before {
    content: "";
    width: 40px;
    z-index: -1;
    background-color: rgb(142,168,166);
    left: -20px;
    position: absolute;
    top: 20px;
    transform: rotate(45deg);
    height: 40px;
}.plan_comparison .trial_pricing h2 {
    margin-bottom: 1.5rem;
    position: relative;
    color: #000000;
    transform: perspective(800px) translateZ(30px);
    font-weight: 700;
    font-size: 37px;
}.plan_comparison .trial_pricing h2::after {
    content: "";
    bottom: -10px;
    width: 80px;
    left: 0;
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130));
    position: absolute;
    height: 3px;
}.plan_comparison .trial_pricing .payment_plan {
    font-size: 18px;
    max-width: 80%;
    line-height: 1.6;
    color: #000000;
}.plan_comparison .value_deals {
    display: grid;
    gap: 2rem;
    perspective: 1000px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan_comparison .study_rates {
    transition: all 0.4s ease;
    color: inherit;
    transform-style: preserve-3d;
    text-decoration: none;
    display: block;
    position: relative;
}.plan_comparison .study_rates:hover {
    transform: translateY(-10px);
}.plan_comparison .cost_options {
    position: relative;
    transform: translateZ(0);
    background-color: #ffffff;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    height: 100%;
    flex-direction: column;
    border-radius: 10px;
    display: flex;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.plan_comparison .study_rates:hover .cost_options {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 0 0 1px rgb(142,168,166,0.5);
    transform: translateZ(20px);
}.plan_comparison .study_rates:nth-child(odd) .cost_options {
    transform: rotate(-1deg);
}.plan_comparison .study_rates:nth-child(even) .cost_options {
    transform: rotate(1deg);
}.plan_comparison .study_rates:hover .cost_options {
    transform: rotate(0) translateZ(20px);
}.plan_comparison .plan_table {
    word-break: break-word;
    z-index: 2;
    overflow-wrap: break-word;
    display: flex;
    flex-direction: column;
    padding: 2rem;
    flex: 1;
    position: relative;
}.plan_comparison .plan_table::before {
    content: "";
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
}.plan_comparison .plan_table h3 {
    font-size: calc(21px * 1.2);
    color: #000000;
    transition: transform 0.3s ease;
    position: relative;
    transform: translateZ(10px);
    font-weight: 600;
    margin-bottom: 1rem;
}.plan_comparison .study_rates:hover .plan_table h3 {
    transform: translateZ(25px);
}.plan_comparison .plan_table h3::after {
    height: 3px;
    position: absolute;
    transition: width 0.3s ease;
    content: "";
    bottom: -8px;
    left: 0;
    background: rgb(142,168,166);
    width: 40px;
}.plan_comparison .study_rates:hover .plan_table h3::after {
    width: 60px;
}.plan_comparison .price_panel {
    color: rgb(142,168,166);
    transform: translateZ(15px);
    font-size: calc(21px * 1.8);
    font-weight: 700;
    display: block;
    position: relative;
    margin: 0.5rem 0 1.5rem;
}.plan_comparison .price_panel::before {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, rgb(142,168,166,0.5), transparent);
    width: 80px;
    content: "";
    bottom: -8px;
    left: 0;
}.plan_comparison .plan_table p {
    font-size: 18px;
    color: #000000;
    line-height: 1.6;
    margin-top: 1rem;
    flex: 1;
    overflow-wrap: break-word;
    word-break: break-word;
}.plan_comparison .image_zoom {
    position: relative;
    transition: transform 0.5s ease;
    width: 100%;
    overflow: hidden;
    transform: translateZ(0);
    height: 200px;
}.plan_comparison .study_rates:hover .image_zoom {
    transform: scale(1.05) translateZ(0);
}.plan_comparison .image_zoom::after {
    content: "";
    z-index: 1;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    height: 50%;
}.plan_comparison .image_zoom::before {
    position: absolute;
    background: rgb(142,168,166);
    content: "";
    height: 100%;
    z-index: 1;
    width: 100%;
    transition: opacity 0.3s ease;
    left: 0;
    opacity: 0.15;
    top: 0;
}.plan_comparison .study_rates:hover .image_zoom::before {
    opacity: 0.05;
}

@media (min-width: 992px) {.plan_comparison .payment_deals {
    gap: 4rem;
    grid-template-columns: 2fr 1fr;
}.plan_comparison .trial_pricing {
    padding: 3rem;
}.plan_comparison .value_deals {
    grid-row: 1;
    grid-column: 1;
}.plan_comparison .trial_pricing {
    grid-row: 1;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    grid-column: 2;
    position: sticky;
    top: 2rem;
    align-self: start;
}.plan_comparison .trial_pricing:hover {
    transform: perspective(1000px) rotateY(0) translateZ(30px);
}
}

@media (min-width: 1200px) {.plan_comparison .value_deals {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.plan_comparison .plan_table {
    min-height: 300px;
}
}

@media (max-width: 991px) {.plan_comparison {
    padding: 4rem 0;
}.plan_comparison .trial_pricing {
    order: -1;
}.plan_comparison .trial_pricing h2 {
    font-size: calc(37px * 0.9);
}.plan_comparison .trial_pricing .payment_plan {
    max-width: 100%;
}
}

@media (max-width: 767px) {.plan_comparison {
    padding: 3rem 0;
}.plan_comparison .container {
    padding: 0 1.5rem;
}.plan_comparison .value_deals {
    grid-template-columns: 1fr;
}.plan_comparison .trial_pricing h2 {
    font-size: calc(37px * 0.8);
}.plan_comparison .plan_table {
    padding: 1.5rem;
}.plan_comparison .price_panel {
    font-size: calc(21px * 1.5);
}.plan_comparison .image_zoom {
    height: 180px;
}
}

@media (max-width: 480px) {.plan_comparison .plan_table p {
    font-size: calc(18px * 0.9);
}.plan_comparison .plan_table h3 {
    font-size: 21px;
}.plan_comparison .price_panel {
    font-size: calc(21px * 1.3);
}.plan_comparison .image_zoom {
    height: 160px;
}}.education_framework {
    position: relative;
    background: linear-gradient(135deg, rgb(176,199,198) 0%, rgba(245, 245, 250, 0.9) 100%);
    overflow: hidden;
    padding: 120px 0;
}.education_framework::before {
    background-image: 
        linear-gradient(30deg, rgb(106,131,130,0.5) 1px, transparent 1px),
        linear-gradient(120deg, rgb(106,131,130,0.5) 1px, transparent 1px);
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    position: absolute;
    background-size: 60px 60px;
    content: "";
    left: 0;
    opacity: 0.15;
    bottom: 0;
    top: 0;
    right: 0;
}.education_framework::after {
    position: absolute;
    background: linear-gradient(to bottom right, rgb(142,168,166,0.5), rgb(106,131,130,0.5));
    z-index: 0;
    top: -10%;
    transform-origin: top right;
    filter: blur(80px);
    opacity: 0.1;
    content: "";
    height: 70%;
    width: 40%;
    right: -10%;
    animation: float 15s ease-in-out infinite alternate;
}.education_framework .why_choose {
    z-index: 2;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
    transform-style: preserve-3d;
}.education_framework h2 {
    text-align: center;
    color: #000000;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    font-size: 32px;
    position: relative;
    font-weight: 700;
    transform: translateZ(20px);
}.education_framework h2::after {
    height: 3px;
    box-shadow: 0 5px 15px rgba(rgb(142,168,166,0.5), 0.3);
    width: 80px;
    background: linear-gradient(90deg, rgb(142,168,166), rgb(106,131,130));
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    bottom: -15px;
    content: "";
}.education_framework .textual_box {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    transform: translateZ(10px) perspective(1000px);
    border-radius: 4px;
    padding: 40px;
    background: #ffffff;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1), box-shadow 0.5s ease;
    overflow: hidden;
    position: relative;
}.education_framework .textual_box::before {
    width: 5px;
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(142,168,166), rgb(106,131,130));
    left: 0;
    content: "";
    height: 100%;
}.education_framework .textual_box p {
    color: #000000;
    z-index: 2;
    line-height: 1.8;
    position: relative;
    margin: 0;
    font-size: 17px;
}.education_framework .textual_box::after {
    right: -50px;
    content: "";
    opacity: 0.1;
    bottom: -50px;
    z-index: 1;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    position: absolute;
    background: linear-gradient(135deg, transparent, rgb(106,131,130,0.5));
}.education_framework .why_choose:hover .textual_box {
    transform: translateZ(15px) perspective(1000px) rotateX(2deg);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
}

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

@media (max-width: 991px) {.education_framework {
    padding: 80px 0;
}.education_framework::before {
    background-size: 40px 40px;
}.education_framework .textual_box {
    padding: 30px;
}.education_framework h2 {
    font-size: calc(32px * 0.9);
}
}

@media (max-width: 767px) {.education_framework {
    padding: 60px 0;
}.education_framework h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.education_framework .textual_box {
    padding: 25px;
}.education_framework .textual_box p {
    font-size: calc(17px * 0.95);
}.education_framework::before {
    opacity: 0.1;
}
}

@media (max-width: 575px) {.education_framework {
    padding: 50px 0;
}.education_framework .why_choose {
    padding: 0 20px;
}.education_framework h2 {
    font-size: calc(32px * 0.7);
    margin-bottom: 25px;
}.education_framework .textual_box {
    padding: 20px;
}.education_framework .textual_box::before {
    width: 3px;
}.education_framework h2::after {
    bottom: -10px;
    width: 60px;
}}.company_info {
    position: relative;
    background-color: rgb(176,199,198);
    overflow: hidden;
    padding: 90px 0;
}.company_info::before {
    height: 100%;
    z-index: 1;
    position: absolute;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    background-color: rgb(142,168,166,0.5);
    right: 0;
    content: "";
    top: 0;
    width: 40%;
}.company_info::after {
    background-color: rgb(106,131,130,0.5);
    z-index: 1;
    height: 40%;
    left: 0;
    clip-path: polygon(0% 30%, 100% 0%, 100% 100%, 0% 100%);
    bottom: 0;
    position: absolute;
    content: "";
    width: 30%;
}.company_info .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.company_info .why_choose {
    gap: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}.company_info .legacy_story {
    flex: 0 0 350px;
    position: relative;
}.company_info .legacy_story::before {
    left: 20px;
    background-color: rgb(142,168,166);
    top: 20px;
    z-index: -1;
    transition: transform 0.4s ease;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
}.company_info .legacy_story:hover::before {
    transform: translate(-8px, 8px);
}.company_info .image_zoom {
    position: relative;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.15);
    height: 400px;
    border-radius: 10px;
    width: 100%;
    transition: transform 0.4s ease;
}.company_info .legacy_story:hover .image_zoom {
    transform: translate(8px, -8px);
}.company_info .skills_center {
    bottom: -30px;
    padding: 25px;
    min-width: 230px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    transition: transform 0.4s ease;
    right: -30px;
    border-radius: 10px;
    position: absolute;
}.company_info .legacy_story:hover .skills_center {
    transform: translateY(-5px);
}.company_info .learn_roots {
    font-weight: 700;
    margin: 0 0 8px 0;
    font-family: Arial, sans-serif;
    font-size: 21px;
    color: #000000;
}.company_info .guide_values {
    color: rgb(142,168,166);
    margin: 0;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 18px;
}.company_info .textual_box {
    gap: 25px;
    flex-direction: column;
    flex: 1;
    display: flex;
}.company_info .history_tl {
    display: flex;
    margin-bottom: 10px;
    gap: 15px;
    align-items: center;
}.company_info .history_tl svg {
    width: 50px;
    height: 50px;
    fill: rgb(142,168,166);
}.company_info .history_tl svg path {
    fill: rgb(142,168,166);
}.company_info h2 {
    position: relative;
    margin: 0 0 5px 0;
    font-size: 33px;
    font-family: Arial, sans-serif;
    display: inline-block;
    font-weight: 700;
    color: #000000;
}.company_info h2::after {
    position: absolute;
    bottom: -10px;
    width: 70px;
    content: "";
    height: 4px;
    left: 0;
    background-color: rgb(142,168,166);
}.company_info p {
    margin: 15px 0 0 0;
    font-size: 18px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 1.8;
    color: #000000;
}

@media (max-width: 992px) {.company_info {
    padding: 70px 0;
}.company_info::before {
    width: 50%;
}.company_info .why_choose {
    flex-direction: column;
    gap: 80px;
}.company_info .legacy_story {
    flex: 0 0 auto;
    width: 100%;
    max-width: 450px;
}.company_info .image_zoom {
    height: 350px;
}.company_info .skills_center {
    min-width: 200px;
    padding: 20px;
}

}

@media (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info::before,
    .company_info::after {
    opacity: 0.5;
}.company_info .legacy_story {
    max-width: 380px;
}.company_info .image_zoom {
    height: 300px;
}.company_info .skills_center {
    padding: 18px;
    right: -25px;
    bottom: -25px;
}.company_info .learn_roots {
    font-size: calc(21px * 0.9);
}.company_info .guide_values {
    font-size: calc(18px * 0.9);
}.company_info h2 {
    font-size: calc(33px * 0.9);
}.company_info h2::after {
    height: 3px;
    width: 60px;
}
}

@media (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info .why_choose {
    gap: 60px;
}.company_info .legacy_story {
    max-width: 100%;
}.company_info .image_zoom {
    height: 280px;
}.company_info .legacy_story::before {
    left: 15px;
    top: 15px;
}.company_info .skills_center {
    right: -15px;
    bottom: -20px;
    padding: 15px;
    min-width: 180px;
}.company_info .history_tl svg {
    height: 40px;
    width: 40px;
}.company_info h2 {
    font-size: calc(33px * 0.8);
}.company_info h2::after {
    width: 50px;
    height: 3px;
    bottom: -8px;
}.company_info p {
    line-height: 1.7;
    font-size: calc(18px * 0.95);
}
}