﻿* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.top_teach {
    flex: 1 0 auto;
}.container {
    width: 1117px;
    max-width: 100%;
    margin: auto;
}.faculty_info {
    flex: 0 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}.wrapper-skeleton {
    flex-direction: column;
    min-height: 100%;
    display: flex;
    height: 100%;
}html,body {
    min-height: 100%;
    height: 100%;
    color: #000000;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}svg {
    height: 30px;
    width: 30px;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.trackingNoticeDialog {
    display: flex;
    bottom: 20px;
    max-width: 600px;
    transform: translateX(-50%);
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
    position: fixed;
    align-items: center;
    width: 90%;
    font-family: Arial, sans-serif;
    left: 50%;
    background: rgb(228,229,242);
    border-radius: 14px;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}.track_alert {
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}.secure_cookies {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.secure_cookies svg, .secure_cookies svg path, .secure_cookies img {
    width: 80px;
    fill: rgb(195,197,225);
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.trackingNoticeDialog h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(195,197,225);
}.trackingNoticeDialog p {
    margin-bottom: 20px;
    font-size: 14px;
    color: #000000;
}.cookie_apply {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin: 5px;
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    border-radius: 10px;
    width: calc(50% - 10px);
    background: rgb(195,197,225);
    padding: 10px 20px;
}.cookie_apply:hover {
    transform: translateY(-3px);
    background: rgb(158,161,202);
}.cookie_button.learn_consent {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.learn_consent:hover {
    background: rgb(158,161,202,0.5);
}.trackingNoticeDialog p a {
    text-decoration: underline;
    color: rgb(195,197,225);
    transition: color 0.3s ease-in-out;
}.trackingNoticeDialog p a:hover {
    color: rgb(158,161,202);
}
@media only screen and (max-width: 600px) {.trackingNoticeDialog {
    border-radius: 0;
    width: 100%;
    transform: none;
    bottom: 0;
    left: 0;
}.track_alert {
    padding: 15px;
}.secure_cookies svg {
    width: 50px;
    height: 50px;
}.trackingNoticeDialog h5 {
    font-size: calc(21px - 2px);
}.trackingNoticeDialog p {
    font-size: calc(14px - 2px);
}.cookie_apply {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(14px - 2px);
}}
#cookie_popup_alert {
    display: none;
}#cookie_popup_alert:checked ~ .trackingNoticeDialog {
    opacity: 0;
    visibility: hidden;
}header {
    background-color: rgb(228,229,242);
    z-index: 1000;
    padding: 1.2rem 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 97% 100%, 3% 100%, 0 85%);
}header::before {
    width: 100%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
    background: 
        linear-gradient(90deg, transparent 49.5%, rgb(195,197,225,0.5) 49.5%, rgb(195,197,225,0.5) 50.5%, transparent 50.5%) 0 0 / 20px 100%,
        linear-gradient(0deg, transparent 49.5%, rgb(158,161,202,0.5) 49.5%, rgb(158,161,202,0.5) 50.5%, transparent 50.5%) 0 0 / 100% 20px;
    left: 0;
    opacity: 0.15;
    animation: gridMove 40s linear infinite;
    content: '';
}header::after {
    z-index: 1;
    height: 4px;
    background: linear-gradient(90deg, 
        rgb(195,197,225) 0%, 
        rgb(158,161,202) 50%, 
        rgb(195,197,225) 100%);
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    content: '';
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}header .head_primary {
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}header .nav_top {
    position: relative;
    gap: 0.5rem;
    padding: 5px;
    backdrop-filter: blur(10px);
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    display: flex;
}header .nav_mainbar {
    text-decoration: none;
    padding: 0.7rem 1.2rem;
    font-size: 15px;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}header .nav_mainbar::before {
    border-radius: calc(10px + 2px);
    right: -2px;
    left: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, rgb(195,197,225), rgb(158,161,202));
    position: absolute;
    content: '';
    transition: all 0.3s ease;
    z-index: -1;
    top: -2px;
    opacity: 0;
    transform: scale(0.95);
}header .nav_mainbar::after {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    top: 0;
    border-radius: 10px;
    background: rgb(195,197,225);
    content: '';
    bottom: 0;
}header .nav_mainbar:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    color: #ffffff;
}header .nav_mainbar:hover::before {
    transform: scale(1);
    opacity: 1;
}header .nav_core {
    position: relative;
    padding: 0.5rem 1rem;
    align-items: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.03);
    overflow: hidden;
    text-decoration: none;
    display: flex;
    transition: all 0.3s ease;
}header .nav_core::before {
    left: -100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    height: 100%;
    top: 0;
    transition: 0.5s;
    content: '';
    position: absolute;
    width: 100%;
}header .nav_core:hover::before {
    left: 100%;
}header .nav_core svg {
    height: auto;
    width: 160px;
    z-index: 2;
    position: relative;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 20px 20px;
    }
}

@media (max-width: 991px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 95% 100%, 5% 100%, 0 90%);
}header .nav_top {
    gap: 0.3rem;
}header .nav_mainbar {
    font-size: calc(15px - 1px);
    padding: 0.6rem 0.8rem;
}header .nav_core svg {
    width: 140px;
}
}

@media (max-width: 767px) {header {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 10% 100%, 0 95%);
    padding: 1rem 0 1.5rem;
}header .head_primary {
    flex-direction: column;
}header .nav_top {
    margin-top: 1rem;
    width: 100%;
    flex-wrap: wrap;
    padding: 10px;
    gap: 0.5rem;
    order: 2;
    justify-content: center;
}header .nav_mainbar {
    padding: 0.5rem 0.7rem;
    font-size: calc(15px - 2px);
}header .nav_core {
    order: 1;
    margin-bottom: 0.5rem;
}header .nav_core svg {
    width: 130px;
}
}

@media (max-width: 480px) {header {
    padding: 0.8rem 0 1.2rem;
}header .nav_top {
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: flex-start;
}header .nav_top::-webkit-scrollbar {
    height: 3px;
}header .nav_top::-webkit-scrollbar-thumb {
    background: rgb(195,197,225);
    border-radius: 10px;
}header .nav_mainbar {
    white-space: nowrap;
}header .nav_core svg {
    width: 110px;
}}.learning_outcomes {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    perspective: 1000px;
    background: linear-gradient(135deg, rgba(rgb(228,229,242), 0.95), rgba(rgb(195,197,225,0.5), 0.15));
}.learning_outcomes::before {
    height: 100%;
    background: 
        radial-gradient(circle at 10% 20%, rgb(158,161,202,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(195,197,225,0.5) 0%, transparent 40%);
    z-index: 0;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0.15;
}.learning_outcomes h5 {
    transform: translateZ(10px);
    line-height: 1.4;
    margin-right: auto;
    font-size: 21px;
    margin-bottom: 60px;
    margin-left: auto;
    max-width: 800px;
    font-weight: 700;
    transform-style: preserve-3d;
    text-align: center;
    color: #000000;
    position: relative;
    letter-spacing: 0.05em;
}.learning_outcomes h5::after {
    position: absolute;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    width: 80px;
    height: 3px;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}.learning_outcomes .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
}.learning_outcomes .knowledge_center {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 40px;
    align-items: center;
    transform: rotateX(2deg) rotateY(-2deg);
    display: flex;
    transform-style: preserve-3d;
    flex-direction: column;
}.learning_outcomes .knowledge_center:hover {
    transform: rotateX(0) rotateY(0);
}.learning_outcomes .knowledge_center > div:first-child {
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transition: transform 0.5s ease;
    width: 100%;
    transform: translateZ(30px);
    position: relative;
}.learning_outcomes .knowledge_center > div:first-child::before {
    width: 100%;
    left: 0;
    background: linear-gradient(45deg, rgb(195,197,225,0.5), transparent);
    transition: opacity 0.5s ease;
    top: 0;
    z-index: 1;
    position: absolute;
    opacity: 0.2;
    height: 100%;
    content: "";
}.learning_outcomes .knowledge_center > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.learning_outcomes .knowledge_center > div:first-child:hover::before {
    opacity: 0.3;
}.learning_outcomes .picture {
    object-fit: cover;
    transition: filter 0.5s ease;
    border-radius: 16px;
    display: block;
    height: auto;
    width: 100%;
}.learning_outcomes .announcement_box {
    width: 100%;
    background: rgba(#ffffff, 0.95);
    transform: translateZ(20px);
    border-radius: 16px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    padding: 35px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}.learning_outcomes .announcement_box:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    transform: translateZ(25px);
}.learning_outcomes ul {
    list-style: none;
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 0;
    display: grid;
    padding: 0;
}.learning_outcomes li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}.learning_outcomes li:hover {
    transform: translateX(5px);
}.learning_outcomes li::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    transition: height 0.4s ease;
    background: linear-gradient(to bottom, rgb(195,197,225), rgb(158,161,202));
    content: "";
    border-radius: 2px;
}.learning_outcomes li:hover::before {
    height: 100%;
}.learning_outcomes li p {
    display: flex;
    color: #000000;
    position: relative;
    margin: 0;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 12px;
}.learning_outcomes li svg {
    width: 24px;
    flex-shrink: 0;
    transform: translateY(-2px);
    margin-right: 16px;
    height: 24px;
    transition: transform 0.3s ease;
}.learning_outcomes li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.learning_outcomes svg path {
    fill: rgb(195,197,225);
    transition: fill 0.3s ease;
}.learning_outcomes li:hover svg path {
    fill: rgb(158,161,202);
}

@media screen and (min-width: 768px) {.learning_outcomes .knowledge_center {
    align-items: stretch;
    flex-direction: row;
}.learning_outcomes .knowledge_center > div:first-child {
    width: 45%;
    max-height: 480px;
}.learning_outcomes .picture {
    height: 100%;
}.learning_outcomes .announcement_box {
    align-items: center;
    width: 55%;
    display: flex;
}.learning_outcomes ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.learning_outcomes {
    padding: 150px 0;
}.learning_outcomes h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 80px;
}.learning_outcomes .knowledge_center {
    gap: 60px;
}.learning_outcomes .knowledge_center > div:first-child {
    width: 40%;
}.learning_outcomes .announcement_box {
    padding: 50px;
    width: 60%;
}
}

@media screen and (max-width: 767px) {.learning_outcomes {
    padding: 80px 0;
}.learning_outcomes h5 {
    padding: 0 20px;
    margin-bottom: 40px;
    font-size: calc(21px * 0.9);
}.learning_outcomes .knowledge_center {
    transform: none;
}.learning_outcomes .announcement_box {
    padding: 25px;
}.learning_outcomes li {
    padding-left: 30px;
}.learning_outcomes li p {
    line-height: 1.5;
    font-size: calc(12px * 0.95);
}.learning_outcomes li svg {
    margin-right: 10px;
    width: 20px;
    height: 20px;
}}.future_students {
    overflow: hidden;
    background: linear-gradient(150deg, rgb(228,229,242) 30%, rgb(158,161,202,0.5) 100%);
    position: relative;
    padding: 110px 0;
}.future_students::before {
    height: 200%;
    top: -50%;
    right: -20%;
    filter: blur(60px);
    position: absolute;
    width: 80%;
    transform: rotate(30deg);
    opacity: 0.1;
    border-radius: 100px;
    content: "";
    animation: float-slow 20s ease-in-out infinite alternate;
    background: rgb(195,197,225,0.5);
}.future_students::after {
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgb(195,197,225,0.5) 25%, 
        rgb(195,197,225) 50%, 
        rgb(195,197,225,0.5) 75%, 
        transparent 100%
    );
    content: "";
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
    height: 1px;
}@keyframes float-slow {
    0% {
        transform: rotate(30deg) translateY(0);
    }
    100% {
        transform: rotate(30deg) translateY(-50px);
    }
}

.future_students .container {
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
}.future_students .knowledge_center {
    align-items: start;
    display: grid;
    gap: 40px;
    position: relative;
    grid-template-columns: 300px 1fr;
}.future_students h4 {
    font-weight: 700;
    position: relative;
    font-size: 32px;
    margin: 0;
    line-height: 1.3;
    padding: 0;
    color: #000000;
}.future_students h4::before {
    height: 5px;
    content: "";
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    position: absolute;
    top: -20px;
    width: 50px;
    left: 0;
    border-radius: 10px;
}.future_students h4::after {
    width: 120px;
    content: "";
    left: 0;
    height: 2px;
    border-radius: 10px;
    background: rgb(195,197,225,0.5);
    position: absolute;
    bottom: -20px;
}.future_students div {
    gap: 20px;
    display: flex;
    flex-direction: column;
}.future_students div p {
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    margin: 0;
    padding: 20px 25px;
    overflow: hidden;
    backdrop-filter: blur(10px);
    position: relative;
    border-radius: 8px;
    line-height: 1.6;
    z-index: 1;
    font-size: 17px;
}.future_students div p:nth-child(even) {
    transform: translateX(30px);
}.future_students div p:hover {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}.future_students div p:nth-child(even):hover {
    transform: translate(30px, -5px);
}.future_students div p::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgb(195,197,225), rgb(158,161,202));
    width: 4px;
    height: 100%;
    transition: width 0.3s ease;
    opacity: 0.7;
    left: 0;
}.future_students div p:hover::before {
    width: 8px;
}.future_students div p svg {
    z-index: 2;
    height: 28px;
    transition: all 0.3s ease;
    width: 28px;
    min-width: 28px;
    margin-right: 20px;
    position: relative;
}.future_students div p:hover svg {
    transform: scale(1.2);
}.future_students div p svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,197,225);
}.future_students div p:hover svg path {
    fill: rgb(158,161,202);
}

@media (max-width: 991px) {.future_students {
    padding: 90px 0;
}.future_students .knowledge_center {
    grid-template-columns: 250px 1fr;
    gap: 30px;
}.future_students h4 {
    font-size: calc(32px - 2px);
}.future_students div {
    gap: 15px;
}.future_students div p {
    padding: 18px 20px;
}.future_students div p:nth-child(even) {
    transform: translateX(20px);
}.future_students div p:nth-child(even):hover {
    transform: translate(20px, -5px);
}.future_students div p svg {
    height: 24px;
    margin-right: 15px;
    width: 24px;
    min-width: 24px;
}
}

@media (max-width: 767px) {.future_students {
    padding: 70px 0;
}.future_students .knowledge_center {
    gap: 40px;
    grid-template-columns: 1fr;
}.future_students h4 {
    text-align: center;
    max-width: 500px;
    font-size: calc(32px - 2px);
    margin: 0 auto;
}.future_students h4::before {
    transform: translateX(-50%);
    left: 50%;
}.future_students h4::after {
    width: 100px;
    transform: translateX(-50%);
    left: 50%;
}.future_students div p:nth-child(even) {
    transform: translateX(0);
}.future_students div p:nth-child(even):hover {
    transform: translateY(-5px);
}
}

@media (max-width: 479px) {.future_students {
    padding: 50px 0;
}.future_students h4 {
    font-size: calc(32px - 4px);
}.future_students div {
    gap: 12px;
}.future_students div p {
    padding: 15px;
}.future_students div p svg {
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-right: 12px;
}}.course_offering {
    padding: 6rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgba(249, 249, 249, 0.95) 100%);
    overflow: hidden;
}.course_offering::before {
    opacity: 0.05;
    background-image: 
        linear-gradient(45deg, rgb(158,161,202,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(158,161,202,0.5) 25%, transparent 25%);
    content: "";
    right: 0;
    left: 0;
    bottom: 0;
    background-size: 60px 60px;
    position: absolute;
    z-index: 0;
    top: 0;
}.course_offering .container {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    max-width: 1200px;
}.course_offering .skill_tool {
    transform: translateY(20px);
    display: grid;
    grid-template-columns: 1fr;
    opacity: 0;
    animation: fadeIn 0.8s ease-out forwards 0.3s;
    gap: 3rem;
}.course_offering .picture {
    transform: perspective(1000px) rotateY(-2deg);
    height: 380px;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 8px 16px rgba(0, 0, 0, 0.08);
    position: relative;
}.course_offering .picture::after {
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, 
                rgb(195,197,225,0.5) 0%, 
                transparent 40%, 
                transparent 60%, 
                rgb(158,161,202,0.5) 100%);
    transition: opacity 0.6s ease;
    z-index: 1;
    opacity: 0.5;
    content: "";
    position: absolute;
}.course_offering .picture:hover {
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_offering .picture:hover::after {
    opacity: 0.2;
}.course_offering .announcement_box {
    transform: translateX(0);
    justify-content: center;
    display: flex;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    flex-direction: column;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    position: relative;
    padding: 2rem;
    background: #ffffff;
}.course_offering .announcement_box::before {
    height: 0;
    transition: height 0.8s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(195,197,225), rgb(158,161,202));
    top: 0;
    content: "";
    left: 0;
}.course_offering .skill_tool:hover .announcement_box::before {
    height: 100%;
}.course_offering h3 {
    transform: translateY(0);
    transition: transform 0.4s ease;
    color: #000000;
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    position: relative;
    font-size: calc(20px * 1.1);
    font-weight: 700;
}.course_offering h3::after {
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    width: 60px;
    position: absolute;
    content: "";
    height: 3px;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
}.course_offering .announcement_box:hover h3 {
    transform: translateY(-5px);
}.course_offering .announcement_box:hover h3::after {
    width: 100px;
}.course_offering .description {
    font-size: 15px;
    position: relative;
    color: #000000;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    overflow-y: auto;
    max-height: 200px;
    padding-right: 1rem;
}.course_offering .description::-webkit-scrollbar {
    width: 4px;
}.course_offering .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
}.course_offering .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(158,161,202,0.5);
}.course_offering span.description {
    display: none;
}

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

@media (min-width: 768px) {.course_offering {
    padding: 8rem 0;
}.course_offering .skill_tool {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}.course_offering .announcement_box {
    transform: translateX(-30px);
}.course_offering .skill_tool:hover .announcement_box {
    transform: translateX(0);
}.course_offering .picture {
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
    height: 480px;
}.course_offering .picture:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(0) translateY(-10px);
}.course_offering h3 {
    font-size: 20px;
}
}

@media (min-width: 992px) {.course_offering {
    padding: 10rem 0;
}.course_offering .container {
    padding: 0 3rem;
}.course_offering .skill_tool {
    gap: 6rem;
}.course_offering .announcement_box {
    padding: 3rem;
}.course_offering .picture {
    height: 550px;
}.course_offering h3 {
    margin-bottom: 2rem;
    font-size: calc(20px * 1.2);
}.course_offering .description {
    line-height: 1.8;
    max-height: 300px;
}
}

@media (max-width: 767px) {.course_offering {
    padding: 4rem 0;
}.course_offering .container {
    padding: 0 1.5rem;
}.course_offering .picture {
    height: 280px;
    margin-bottom: 1rem;
}.course_offering .announcement_box {
    padding: 1.5rem;
}.course_offering h3 {
    padding-bottom: 0.75rem;
    font-size: calc(22px * 1.1);
    margin-bottom: 1rem;
}.course_offering .description {
    line-height: 1.6;
    max-height: 180px;
    font-size: calc(15px * 0.95);
}}.pricing_panel {
    padding: 4rem 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.pricing_panel::before {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    background: linear-gradient(135deg, rgba(34, 30, 80, 0.95), rgba(19, 31, 60, 0.85));
    bottom: 0;
}.pricing_panel .container {
    padding: 0 1.5rem;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.pricing_panel .study_cost {
    position: relative;
}.pricing_panel h2 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
    transform: translateY(10px);
    animation: fadeIn 0.8s ease-out forwards;
    color: transparent;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
}.pricing_panel .rate_packages {
    color: #ffffff;
    position: relative;
    line-height: 1.6;
    margin: 0 auto 3rem;
    max-width: 800px;
    animation: fadeIn 0.8s ease-out 0.2s forwards;
    transform: translateY(15px);
    opacity: 0;
    padding: 0 1rem;
    font-size: calc(13px * 1.1);
    text-align: center;
}.pricing_panel .rate_choices {
    display: grid;
    list-style: none;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    padding: 0;
    margin: 0;
    perspective: 1000px;
}.pricing_panel .rate_choices li {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}.pricing_panel .rate_choices li:nth-child(1) {
    animation-delay: 0.2s;
}.pricing_panel .rate_choices li:nth-child(2) {
    animation-delay: 0.3s;
}.pricing_panel .rate_choices li:nth-child(3) {
    animation-delay: 0.4s;
}.pricing_panel .rate_choices li:nth-child(4) {
    animation-delay: 0.5s;
}.pricing_panel .fee_struct {
    height: 100%;
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.pricing_panel .fee_struct:hover {
    transform: translateY(-12px) scale(1.02);
}.pricing_panel .fee_chart {
    height: 100%;
    flex-direction: column;
    transition: all 0.4s ease;
    padding: 0;
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(10px);
    position: relative;
    display: flex;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(140deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.05) 100%);
}.pricing_panel .fee_chart::before {
    left: 0;
    transform-origin: left;
    top: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    content: "";
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    height: 5px;
    position: absolute;
    width: 100%;
    transform: scaleX(0);
}.pricing_panel .fee_struct:hover .fee_chart::before {
    transform: scaleX(1);
}.pricing_panel .sub_options {
    color: #ffffff;
    padding: 2.5rem 2rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}.pricing_panel .sub_options h4 {
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    position: relative;
    font-size: calc(21px * 1.2);
    color: #ffffff;
    margin-top: 0;
}.pricing_panel .sub_options h4::after {
    position: absolute;
    bottom: 0;
    content: "";
    width: 50px;
    left: 0;
    height: 2px;
    background: rgb(158,161,202);
}.pricing_panel .sub_options p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    word-break: break-word;
    font-size: 13px;
    margin-bottom: 2rem;
    flex-grow: 1;
    hyphens: auto;
    word-wrap: break-word;
    overflow-wrap: break-word;
}.pricing_panel .price_schemes {
    transition: all 0.3s ease;
    margin-top: auto;
    padding: 0.75rem 1.5rem;
    font-size: calc(13px * 1.3);
    background: linear-gradient(120deg, rgb(195,197,225), rgb(158,161,202));
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    display: inline-flex;
    font-weight: 700;
}.pricing_panel .fee_struct:hover .price_schemes {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

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

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


@media (max-width: 1200px) {.pricing_panel .rate_choices {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.pricing_panel .sub_options {
    padding: 2rem 1.5rem;
}
}

@media (max-width: 991px) {.pricing_panel {
    padding: 3.5rem 0;
}.pricing_panel h2 {
    font-size: calc(30px * 0.9);
}.pricing_panel .rate_packages {
    font-size: 13px;
    margin-bottom: 2.5rem;
}
}

@media (max-width: 768px) {.pricing_panel {
    padding: 3rem 0;
}.pricing_panel h2 {
    font-size: calc(30px * 0.85);
}.pricing_panel .rate_choices {
    margin: 0 auto;
    grid-template-columns: 1fr;
    max-width: 480px;
}.pricing_panel .sub_options h4 {
    font-size: 21px;
}.pricing_panel .price_schemes {
    padding: 0.6rem 1.2rem;
    font-size: calc(13px * 1.2);
}
}

@media (max-width: 480px) {.pricing_panel {
    padding: 2.5rem 0;
}.pricing_panel h2 {
    font-size: calc(30px * 0.8);
}.pricing_panel .rate_packages {
    margin-bottom: 2rem;
    font-size: calc(13px * 0.95);
}.pricing_panel .sub_options {
    padding: 1.75rem 1.25rem;
}.pricing_panel .sub_options p {
    font-size: calc(13px * 0.95);
    margin-bottom: 1.5rem;
}}.homepage {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(228,229,242) 0%, #ffffff 100%);
    display: flex;
    justify-content: center;
    min-height: 100vh;
    align-items: center;
}.homepage::before {
    height: 100%;
    background: repeating-linear-gradient(
        -45deg,
        rgb(195,197,225,0.5) 0px,
        transparent 2px,
        transparent 10px
    );
    opacity: 0.05;
    width: 100%;
    content: "";
    z-index: 1;
    left: 0;
    top: 0;
    position: absolute;
}.homepage .knowledge_center {
    gap: 2rem;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding: 2rem;
    max-width: 1200px;
    display: grid;
    width: 100%;
}.homepage h1 {
    font-size: 46px;
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    grid-column: 1 / -1;
    color: #000000;
    font-weight: 700;
    transform: translateY(-10px);
    position: relative;
    margin-bottom: 1.5rem;
    opacity: 0;
}.homepage h1::after {
    position: absolute;
    height: 4px;
    left: 0;
    transform: scaleX(0);
    transform-origin: left;
    width: 80px;
    bottom: -10px;
    background: rgb(195,197,225);
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s forwards;
}.homepage .announcement_box {
    justify-content: center;
    position: relative;
    z-index: 3;
    transform: translateX(-20px);
    opacity: 0;
    display: flex;
    flex-direction: column;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.4s forwards;
}.homepage .learning_welcome {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08),
                0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-3deg);
    position: relative;
    border-radius: 18px;
    padding: 2.5rem;
    transition: transform 0.5s ease;
    background: #ffffff;
    z-index: 2;
}.homepage .learning_welcome:hover {
    transform: perspective(1000px) rotateY(0);
}.homepage .learning_welcome::before {
    position: absolute;
    background: linear-gradient(135deg, rgb(195,197,225,0.5) 0%, transparent 80%);
    top: 0;
    border-radius: 18px;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    opacity: 0.1;
}.homepage .learning_welcome p {
    line-height: 1.6;
    color: #000000;
    font-size: calc(14px * 1.2);
    margin-bottom: 2rem;
    position: relative;
}.homepage .learning_welcome p::first-letter {
    font-size: calc(14px * 1.8);
    color: rgb(195,197,225);
    font-weight: 700;
}.homepage svg {
    margin: 2rem auto;
    height: 100px;
    animation: pulseGently 4s ease-in-out infinite;
    transform-origin: center;
    width: 100px;
    display: block;
}.homepage svg path {
    transition: fill 0.3s ease;
    fill: rgb(195,197,225);
}.homepage svg:hover path {
    fill: rgb(158,161,202);
}.homepage svg text {
    transition: all 0.3s ease;
    font-weight: 700;
}.homepage svg:hover text {
    fill: #000000;
}.homepage .message_inquiry {
    color: #ffffff;
    margin-top: 1rem;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    z-index: 2;
    letter-spacing: 0.5px;
    display: inline-block;
    padding: 1rem 2rem;
    position: relative;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(45deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.homepage .message_inquiry::before {
    width: 100%;
    top: 0;
    transition: all 0.6s ease;
    left: -100%;
    position: absolute;
    height: 100%;
    content: "";
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.homepage .message_inquiry:hover {
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}.homepage .message_inquiry:hover::before {
    left: 100%;
}.homepage .picture {
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.15),
               -20px -20px 60px rgba(255, 255, 255, 0.8);
    transition: transform 0.5s ease;
    height: 450px;
    transform: translateX(20px);
    position: relative;
    opacity: 0;
    animation: fadeSlideIn 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.6s forwards;
    border-radius: 18px;
    overflow: hidden;
    width: 100%;
}.homepage .picture:hover {
    transform: scale(1.02) perspective(1000px) rotateY(3deg);
}.homepage .picture::after {
    background: linear-gradient(135deg, rgb(195,197,225,0.5) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    content: "";
    z-index: 1;
    right: 0;
    left: 0;
    top: 0;
}

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

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

@keyframes fadeSlideIn {
    to {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes pulseGently {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

@media (max-width: 992px) {.homepage .knowledge_center {
    grid-template-columns: 1fr;
}.homepage h1 {
    font-size: calc(46px * 0.9);
}.homepage .learning_welcome {
    padding: 2rem;
    transform: perspective(1000px) rotateY(0);
}.homepage .picture {
    height: 350px;
    order: -1;
}
}

@media (max-width: 768px) {.homepage {
    padding: 3rem 0;
}.homepage .knowledge_center {
    padding: 1.5rem;
}.homepage h1 {
    font-size: calc(46px * 0.8);
}.homepage .learning_welcome p {
    font-size: 14px;
}.homepage svg {
    margin: 1.5rem auto;
    width: 80px;
    height: 80px;
}.homepage .message_inquiry {
    width: 100%;
}.homepage .picture {
    height: 280px;
}
}

@media (max-width: 576px) {.homepage .knowledge_center {
    padding: 1rem;
}.homepage h1 {
    font-size: calc(46px * 0.7);
}.homepage .learning_welcome {
    padding: 1.5rem;
}.homepage .picture {
    height: 240px;
}.homepage .learning_welcome p::first-letter {
    font-size: calc(14px * 1.4);
}}.study_process {
    padding: 8rem 0;
    background: linear-gradient(125deg, rgb(228,229,242), rgb(158,161,202,0.5) 70%);
    position: relative;
    overflow: hidden;
    perspective: 1000px;
}.study_process::before {
    opacity: 0.5;
    left: -25%;
    transform: rotate(-15deg);
    background: 
        radial-gradient(circle at 20% 30%, rgb(195,197,225,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(158,161,202,0.5) 0%, transparent 40%);
    z-index: 1;
    top: -25%;
    width: 150%;
    content: "";
    animation: rotateBg 25s linear infinite;
    position: absolute;
    height: 150%;
}.study_process::after {
    bottom: 0;
    animation: hologlow 8s ease-in-out infinite alternate;
    position: absolute;
    top: 0;
    z-index: 2;
    right: 0;
    content: "";
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    left: 0;
}.study_process .knowledge_center {
    transform-style: preserve-3d;
    max-width: 1000px;
    display: flex;
    z-index: 3;
    margin: 0 auto;
    flex-direction: column;
    gap: 4rem;
    position: relative;
}.study_process h3 {
    letter-spacing: 2px;
    color: #000000;
    text-shadow: 0 0 15px rgb(195,197,225,0.5);
    text-align: center;
    position: relative;
    font-size: 31px;
    text-transform: uppercase;
    margin-bottom: 0;
    transform: translateZ(50px);
    font-weight: 700;
    animation: floatTitle 6s ease-in-out infinite;
}.study_process h3::before,
.study_process h3::after {
    height: 2px;
    position: absolute;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(195,197,225), transparent);
}.study_process h3::before {
    left: 50%;
    transform: translateX(-50%);
    bottom: -15px;
    width: 200px;
    animation: expandLine 3s ease-in-out infinite alternate;
}.study_process h3::after {
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    opacity: 0.7;
    bottom: -25px;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
}.study_process span {
    backdrop-filter: blur(10px);
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
    color: #000000;
    padding: 2.5rem;
    position: relative;
    font-size: 17px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    transform: translateZ(30px) translateY(-20px);
    border-radius: 10px;
    line-height: 1.8;
}.study_process span::before {
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    position: absolute;
    content: "";
    border-radius: inherit;
    opacity: 0.8;
    right: 0;
    animation: rainbowShift 8s linear infinite;
    z-index: -1;
    left: 0;
    bottom: 0;
    top: 0;
}.study_process span::after {
    background: linear-gradient(
        45deg,
        rgb(195,197,225,0.5),
        rgb(158,161,202,0.5),
        rgb(195,197,225,0.5)
    );
    bottom: -5px;
    top: -5px;
    border-radius: 15px;
    content: "";
    opacity: 0.3;
    animation: glowPulse 4s ease-in-out infinite alternate;
    z-index: -2;
    position: absolute;
    left: -5px;
    filter: blur(10px);
    transform: translateZ(-10px);
    right: -5px;
}

@keyframes rotateBg {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateZ(50px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}

@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}

@keyframes rainbowShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}

@media (max-width: 992px) {.study_process {
    padding: 6rem 0;
}.study_process h3 {
    transform: translateZ(30px);
    font-size: calc(31px * 0.9);
}.study_process span {
    padding: 2rem;
    transform: translateZ(20px) translateY(-15px);
}.study_process .knowledge_center {
    margin: 0 2rem;
    gap: 3rem;
}
}

@media (max-width: 768px) {.study_process {
    padding: 4rem 0;
    perspective: 500px;
}.study_process h3 {
    letter-spacing: 1px;
    font-size: calc(31px * 0.8);
    transform: translateZ(20px);
}.study_process span {
    transform: translateZ(10px) translateY(-10px);
    font-size: calc(17px * 0.95);
    padding: 1.5rem;
}.study_process .knowledge_center {
    margin: 0 1rem;
    gap: 2rem;
}}.access_now {
    overflow: hidden;
    background: linear-gradient(180deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    position: relative;
    z-index: 1;
    padding: 120px 0;
}.access_now::before {
    opacity: 0.05;
    animation: gridMove 20s linear infinite;
    width: 100%;
    top: 0;
    position: absolute;
    background-image: 
        linear-gradient(0deg, #ffffff 1px, transparent 1px),
        linear-gradient(90deg, #ffffff 1px, transparent 1px);
    content: '';
    transform: perspective(500px) rotateX(60deg);
    left: 0;
    z-index: -1;
    background-size: 30px 30px;
    transform-origin: center top;
    height: 100%;
}.access_now::after {
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    top: 0;
    left: 0;
    z-index: -1;
    animation: gridGlow 8s ease-in-out infinite alternate;
    opacity: 0.05;
    content: '';
    width: 100%;
    position: absolute;
    background-size: 100% 30px, 30px 100%;
}.access_now .knowledge_center {
    max-width: 1000px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    margin: 0 auto;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    padding: 50px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    z-index: 2;
    flex-direction: column;
    overflow: hidden;
}.access_now .knowledge_center::before {
    position: absolute;
    z-index: -1;
    animation: patternShift 15s linear infinite;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 30px 30px;
    top: 0;
    content: '';
    background: 
        linear-gradient(135deg, transparent 45%, #ffffff 50%, transparent 55%),
        linear-gradient(45deg, transparent 45%, #ffffff 50%, transparent 55%);
    opacity: 0.05;
}.access_now .knowledge_center::after {
    opacity: 0.1;
    height: 200%;
    background: radial-gradient(
        circle at 50% 50%,
        rgba(255, 255, 255, 0.2) 0%,
        transparent 60%
    );
    position: absolute;
    width: 200%;
    content: '';
    top: -50%;
    z-index: -1;
    animation: pulseRadial 10s ease-in-out infinite;
    left: -50%;
}.access_now h3 {
    position: relative;
    color: #ffffff;
    margin-bottom: 60px;
    letter-spacing: 3px;
    font-family: Arial, sans-serif;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 33px;
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.5);
}.access_now h3::before {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    top: -80px;
    position: absolute;
    content: '';
    border: 1px solid rgba(255, 255, 255, 0.2);
    z-index: -1;
    animation: orbitRotate 10s linear infinite;
    left: 50%;
    transform: translateX(-50%);
    height: 60px;
    border-radius: 50%;
    width: 60px;
}.access_now h3::after {
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.5), 
        transparent);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transform: translateX(-50%);
    height: 1px;
    bottom: -20px;
    left: 50%;
    position: absolute;
    width: 100px;
    content: '';
}.access_now .contact_list {
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.9);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    overflow: hidden;
    letter-spacing: 2px;
    font-family: Arial, sans-serif;
    color: rgb(195,197,225);
    position: relative;
    padding: 16px 45px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.1),
        0 0 15px rgba(255, 255, 255, 0.2);
    z-index: 1;
    text-decoration: none;
    border-radius: 10px;
    font-size: 19px;
}.access_now .contact_list::before {
    content: '';
    left: 0;
    opacity: 0;
    height: 100%;
    position: absolute;
    background-size: 10px 10px;
    transition: opacity 0.4s ease;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(0, 0, 0, 0.05) 75%);
    z-index: -1;
    top: 0;
}.access_now .contact_list::after {
    z-index: 1;
    position: absolute;
    height: 200%;
    top: -50%;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.7),
        transparent
    );
    content: '';
    transform: rotate(35deg);
    width: 20px;
    left: -100px;
    transition: all 0.6s ease;
}.access_now .contact_list:hover {
    background: linear-gradient(45deg, rgb(195,197,225), rgb(158,161,202));
    transform: translateY(-5px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.2),
        0 0 20px rgba(255, 255, 255, 0.3);
    color: #ffffff;
}.access_now .contact_list:hover::before {
    opacity: 0.5;
}.access_now .contact_list:hover::after {
    left: 200%;
}

@media screen and (max-width: 992px) {.access_now {
    padding: 100px 0;
}.access_now .knowledge_center {
    max-width: 90%;
    padding: 40px;
}.access_now h3 {
    margin-bottom: 50px;
    font-size: calc(33px * 0.9);
}.access_now h3::before {
    height: 50px;
    width: 50px;
    top: -70px;
}.access_now h3::after {
    width: 80px;
}.access_now .contact_list {
    font-size: calc(19px * 0.95);
    padding: 14px 40px;
}
}

@media screen and (max-width: 768px) {.access_now {
    padding: 80px 0;
}.access_now .knowledge_center {
    padding: 30px;
}.access_now h3 {
    font-size: calc(33px * 0.8);
    letter-spacing: 2px;
    margin-bottom: 45px;
}.access_now h3::before {
    width: 40px;
    top: -60px;
    height: 40px;
}.access_now h3::after {
    width: 70px;
    bottom: -15px;
}.access_now .contact_list {
    letter-spacing: 1.5px;
    font-size: calc(19px * 0.9);
    padding: 12px 35px;
}
}

@media screen and (max-width: 576px) {.access_now {
    padding: 60px 0;
}.access_now .knowledge_center {
    padding: 25px 20px;
}.access_now h3 {
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    font-size: calc(33px * 0.7);
}.access_now h3::before {
    top: -50px;
    height: 30px;
    width: 30px;
}.access_now h3::after {
    width: 60px;
    bottom: -12px;
}.access_now .contact_list {
    font-size: calc(19px * 0.85);
    letter-spacing: 1px;
    padding: 10px 30px;
}}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 30px;
    }
}

@keyframes gridGlow {
    0% {
        opacity: 0.03;
        filter: blur(3px);
    }
    50% {
        opacity: 0.05;
        filter: blur(5px);
    }
    100% {
        opacity: 0.03;
        filter: blur(3px);
    }
}

@keyframes patternShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 30px 30px;
    }
}

@keyframes pulseRadial {
    0% {
        opacity: 0.05;
        transform: scale(1);
    }
    50% {
        opacity: 0.1;
        transform: scale(1.1);
    }
    100% {
        opacity: 0.05;
        transform: scale(1);
    }
}

@keyframes orbitRotate {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}header .top_plank {
    background: rgb(195,197,225);
    color:  #ffffff;
}header .top_plank .learning_nav div svg, header .top_plank .learning_nav div svg path {
    fill: #ffffff;
}header .top_plank .learning_nav div span {
    color: #ffffff;
}header .top_plank .learning_nav {
    padding: 15px 0 10px 0;
    align-items: center;
    line-height: 21px;
    font-size: 12px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}header .top_plank .learning_nav div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .learning_nav div img, header .top_plank .learning_nav div svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}.privacy_area {
    width: 100%;
    padding: 40px;
    font-family: Arial, sans-serif;
    overflow: hidden;
    background-color: rgb(195,197,225,0.5);
    height: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
}.privacy_area h1 {
    font-weight: 700;
    font-size: 43px;
    color: #ffffff;
    padding-bottom: 10px;
    border-bottom: 2px solid rgb(158,161,202);
    margin-top: 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-bottom: 30px;
}.privacy_area h2 {
    font-size: 33px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    color: rgb(158,161,202);
    margin-top: 35px;
}.privacy_area h3, .privacy_area h4, .privacy_area h5, .privacy_area h6 {
    color: #000000;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 22px;
    margin-top: 25px;
}.privacy_area ul, .privacy_area ol {
    padding-left: 20px;
    background-color: #ffffff;
    padding: 15px 0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    list-style-position: inside;
}.privacy_area li {
    padding-left: 20px;
    position: relative;
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 15px;
}.privacy_area section {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 20px;
    border-radius: 13px;
}.privacy_area p, .privacy_area span, .privacy_area div {
    border-left: 3px solid rgb(195,197,225);
    color: #000000;
    font-weight: 300;
    background-color: rgb(195,197,225,0.5);
    margin-bottom: 10px;
    line-height: 1.8;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {.privacy_area {
    padding: 20px;
}.privacy_area h1 {
    font-size: calc(22px - 10%);
}.privacy_area h2 {
    font-size: calc(22px - 10%);
}.privacy_area h3, .privacy_area h4, .privacy_area h5, .privacy_area h6 {
    font-size: calc(22px - 10%);
}.privacy_area li {
    font-size: calc(14px - 10%);
}}.mentorship_experience {
    background: linear-gradient(125deg, #000000 0%, rgb(228,229,242) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.mentorship_experience::before {
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(195,197,225,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(158,161,202,0.5) 0%, transparent 30%);
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    animation: pulse 20s infinite alternate;
    position: absolute;
}.mentorship_experience .container {
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    perspective: 1200px;
}.mentorship_experience .student_praise {
    display: grid;
    transform-style: preserve-3d;
    gap: 10px 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1.2fr 0.8fr;
    position: relative;
    transform: rotateY(-10deg);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-template-areas:
    "quote photo"
    "quote name"
    "quote job";
}.mentorship_experience .student_praise:hover {
    transform: rotateY(0deg) translateZ(10px);
}.mentorship_experience .work_section {
    font-size: 16px;
    line-height: 1.7;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgb(195,197,225,0.5);
    z-index: 1;
    margin: 0;
    grid-area: quote;
    backdrop-filter: blur(10px);
    font-weight: 300;
    position: relative;
    transform: translateZ(20px);
    padding: 50px 40px;
}.mentorship_experience .work_section::before {
    font-size: calc(42px * 2);
    content: "";
    left: 20px;
    position: absolute;
    line-height: 1;
    top: 15px;
    color: rgb(195,197,225);
}.mentorship_experience .picture {
    transform: translateZ(40px);
    height: 280px;
    border-radius: 10px;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 90% 100%, 0 100%);
    grid-area: photo;
    box-shadow: 
    10px 10px 20px rgba(0, 0, 0, 0.5),
    -5px -5px 30px rgb(195,197,225,0.5);
}.mentorship_experience .student_praise:hover .picture {
    transform: translateZ(60px) translateX(-10px);
    box-shadow: 
    15px 15px 25px rgba(0, 0, 0, 0.5),
    -8px -8px 35px rgb(195,197,225,0.5);
}.mentorship_experience .name {
    margin: 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 2;
    color: #ffffff;
    transform: translateZ(30px);
    transition: transform 0.3s ease;
    font-weight: 700;
    grid-area: name;
    font-size: 21px;
    background: rgb(195,197,225);
    padding: 15px 20px;
    border-radius: 10px;
}.mentorship_experience .student_praise:hover .name {
    transform: translateZ(45px) translateY(-5px);
}.mentorship_experience .student_praise > span:not(.name) {
    border-radius: 10px;
    grid-area: job;
    padding: 10px 15px;
    background: #ffffff;
    font-size: 16px;
    transform: translateZ(25px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    transition: transform 0.3s ease;
    z-index: 2;
    color: rgb(158,161,202);
}.mentorship_experience .student_praise:hover > span:not(.name) {
    transform: translateZ(35px) translateY(-5px);
}

@keyframes pulse {
  0%, 100% {
    opacity: 0.8;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
}

@media (max-width: 992px) {.mentorship_experience {
    padding: 80px 0;
}.mentorship_experience .student_praise {
    grid-template-areas:
      "picture"
      "name"
      "job_profile"
      "work_section";
    grid-template-rows: auto auto auto auto;
    transform: none;
    gap: 15px;
    grid-template-columns: 1fr;
}.mentorship_experience .work_section,
  .mentorship_experience .picture,
  .mentorship_experience .name,
  .mentorship_experience .student_praise > span:not(.name) {
    transform: none;
}.mentorship_experience .student_praise:hover .work_section,
  .mentorship_experience .student_praise:hover .picture,
  .mentorship_experience .student_praise:hover .name,
  .mentorship_experience .student_praise:hover > span:not(.name) {
    transform: none;
}.mentorship_experience .picture {
    width: 90%;
    height: 240px;
    margin: 0 auto;
}.mentorship_experience .work_section {
    padding: 30px;
}.mentorship_experience .name,
  .mentorship_experience .student_praise > span:not(.name) {
    width: 90%;
    text-align: center;
    margin: 0 auto;
}
}

@media (max-width: 576px) {.mentorship_experience {
    padding: 60px 0;
}.mentorship_experience .picture {
    height: 200px;
    width: 100%;
}.mentorship_experience .work_section {
    font-size: calc(16px * 0.95);
    padding: 25px 20px;
}.mentorship_experience .name {
    font-size: calc(21px * 0.9);
}.mentorship_experience .student_praise > span:not(.name) {
    font-size: calc(16px * 0.9);
}}.thxMessage {
    background: linear-gradient(135deg, rgb(228,229,242) 0%, rgba(255,255,255,0.95) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.thxMessage::before {
    position: absolute;
    right: -10%;
    transform: rotate(-15deg) skew(15deg);
    filter: blur(60px);
    width: 50%;
    background: rgb(195,197,225,0.5);
    z-index: 0;
    content: "";
    height: 80%;
    animation: float 18s infinite ease-in-out;
    opacity: 0.3;
    top: -20%;
}.thxMessage::after {
    z-index: 0;
    bottom: -10%;
    left: -5%;
    height: 60%;
    position: absolute;
    transform: rotate(10deg) skew(-10deg);
    filter: blur(50px);
    content: "";
    background: rgb(158,161,202,0.5);
    animation: float 15s infinite ease-in-out reverse;
    opacity: 0.2;
    width: 40%;
}.thxMessage .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    margin: 0 auto;
}.thxMessage h2 {
    font-size: calc(31px * 1.1);
    font-weight: 700;
    font-family: Arial, sans-serif;
    position: relative;
    transform: perspective(1000px) translateZ(0);
    margin-bottom: 2.5rem;
    text-align: center;
    line-height: 1.3;
    color: #000000;
}.thxMessage h2::after {
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    background: linear-gradient(90deg, rgb(195,197,225), rgb(158,161,202));
    width: 80px;
    height: 3px;
}.thxMessage .knowledge_center {
    padding: 40px;
    position: relative;
    border-left: 5px solid rgb(195,197,225);
    box-shadow: 0 15px 35px rgba(0,0,0,0.05), 
                0 5px 15px rgba(0,0,0,0.03),
                0 0 0 1px rgba(0,0,0,0.02);
    transform: perspective(1000px) rotateX(0deg);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0.95) 100%);
}.thxMessage .knowledge_center:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.08),
                0 10px 20px rgba(0,0,0,0.05),
                0 0 0 1px rgba(0,0,0,0.02);
}.thxMessage ul {
    padding: 0;
    list-style: none;
    margin: 0;
}.thxMessage li {
    padding-left: 25px;
    position: relative;
}.thxMessage li::before {
    width: 12px;
    top: 8px;
    border-radius: 2px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: absolute;
    background: linear-gradient(135deg, rgb(195,197,225) 0%, rgb(158,161,202) 100%);
    transform: rotate(45deg);
    content: "";
    height: 12px;
    left: 0;
}.thxMessage span {
    font-family: Arial, sans-serif;
    display: block;
    line-height: 1.8;
    color: #000000;
    font-weight: 400;
    font-size: 17px;
}

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

@media (max-width: 991px) {.thxMessage {
    padding: 90px 0;
}.thxMessage h2 {
    margin-bottom: 2rem;
    font-size: calc(31px * 0.9);
}.thxMessage .knowledge_center {
    padding: 30px;
}
}

@media (max-width: 767px) {.thxMessage {
    padding: 70px 0;
}.thxMessage h2 {
    line-height: 1.4;
    font-size: calc(31px * 0.8);
}.thxMessage h2::after {
    bottom: -12px;
    width: 60px;
}.thxMessage .knowledge_center {
    border-left: 4px solid rgb(195,197,225);
    padding: 25px 20px;
}.thxMessage li {
    padding-left: 20px;
}.thxMessage li::before {
    width: 10px;
    height: 10px;
    top: 7px;
}.thxMessage span {
    font-size: calc(17px - 1px);
    line-height: 1.7;
}
}

@media (max-width: 480px) {.thxMessage {
    padding: 50px 0;
}.thxMessage h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.5rem;
}.thxMessage .knowledge_center {
    padding: 20px 15px;
    border-left: 3px solid rgb(195,197,225);
}.thxMessage li::before {
    height: 8px;
    width: 8px;
    top: 8px;
}.thxMessage span {
    font-size: calc(17px - 2px);
    line-height: 1.6;
}}.get_in_touch {
    overflow: hidden;
    background: rgb(228,229,242);
    padding: 120px 0;
    position: relative;
}.get_in_touch::before {
    content: "";
    background: linear-gradient(180deg, rgb(158,161,202,0.5) 0%, transparent 100%);
    opacity: 0.4;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0;
}.get_in_touch::after {
    background: linear-gradient(0deg, rgb(228,229,242) 0%, transparent 100%);
    content: "";
    height: 200px;
    left: 0;
    width: 100%;
    z-index: 2;
    bottom: 0;
    position: absolute;
}.get_in_touch .picture {
    height: 100%;
    width: 100%;
    z-index: 0;
    top: 0;
    opacity: 0.12;
    position: absolute;
    filter: grayscale(100%) contrast(120%);
    left: 0;
}.get_in_touch .container {
    z-index: 5;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}.get_in_touch h3 {
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    font-size: 35px;
    text-transform: uppercase;
}.support_card {
    gap: 0;
    display: flex;
    z-index: 10;
    position: relative;
}.support_card .message_message {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
    padding: 60px;
    z-index: 1;
    position: relative;
    flex: 0 0 58%;
    background: #ffffff;
}.support_card .message_message h3 {
    text-align: left;
    text-transform: none;
    margin-bottom: 40px;
    font-weight: 600;
    color: #000000;
    font-size: 24px;
}.support_card .message_message h3::before,
.support_card .message_message h3::after {
    content: none;
}.support_card .message_message form {
    display: flex;
    flex-direction: column;
}.support_card .message_message input[type="text"],
.support_card .message_message textarea {
    width: 100%;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding: 16px 20px;
    background: rgba(245, 245, 245, 0.5);
    font-family: Arial, sans-serif;
    border: none;
    margin-bottom: 25px;
    font-size: 13px;
    transition: all 0.3s ease;
}.support_card .message_message input[type="text"]:focus,
.support_card .message_message textarea:focus {
    outline: none;
    background: rgba(245, 245, 245, 0.8);
    border-bottom-color: rgb(195,197,225);
}.support_card .message_message textarea {
    min-height: 150px;
    resize: vertical;
}.support_card .message_message .help_map {
    align-items: flex-start;
    display: flex;
    position: relative;
    margin-bottom: 30px;
}.support_card .message_message .help_map input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.support_card .message_message .help_map label {
    font-size: calc(13px - 2px);
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    line-height: 1.5;
    color: #000000;
}.support_card .message_message .help_map label::before {
    background: rgba(245, 245, 245, 0.5);
    width: 22px;
    left: 0;
    top: 2px;
    height: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    content: "";
    transition: all 0.3s ease;
    position: absolute;
}.support_card .message_message .help_map input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(195,197,225);
    background: rgb(195,197,225);
}.support_card .message_message .help_map input[type="checkbox"]:checked + label::after {
    height: 12px;
    left: 8px;
    border: solid #ffffff;
    content: "";
    width: 6px;
    transform: rotate(45deg);
    border-width: 0 2px 2px 0;
    top: 4px;
    position: absolute;
}.support_card .message_message .help_map a {
    border-bottom: 1px dashed rgb(195,197,225);
    transition: all 0.3s ease;
    font-weight: 600;
    text-decoration: none;
    color: rgb(195,197,225);
}.support_card .message_message .help_map a:hover {
    color: rgb(158,161,202);
    border-bottom-color: rgb(158,161,202);
}.support_card .message_message .message_inquiry {
    font-size: 18px;
    text-transform: uppercase;
    align-self: flex-start;
    background: transparent;
    color: #000000;
    display: inline-block;
    position: relative;
    padding: 15px 35px;
    border-bottom: 2px solid rgb(195,197,225);
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    border: none;
}.support_card .message_message .message_inquiry::before {
    position: absolute;
    content: "";
    transition: all 0.3s ease;
    background: rgb(195,197,225);
    bottom: -2px;
    height: 2px;
    z-index: -1;
    left: 0;
    width: 100%;
}.support_card .message_message .message_inquiry:hover {
    color: #ffffff;
}.support_card .message_message .message_inquiry:hover::before {
    height: 100%;
}.support_card .reach_panel {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    margin-left: -40px;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.5);
    padding: 60px;
    flex: 0 0 42%;
    position: relative;
    z-index: 0;
    color: #ffffff;
}.support_card .reach_panel::before {
    height: 100%;
    left: 0;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    position: absolute;
    z-index: -1;
    top: 0;
    content: "";
    width: 100%;
}.support_card .reach_panel h4 {
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 40px;
}.support_card .reach_panel .inquiry_links {
    margin: 0;
    list-style: none;
    padding: 0;
}.support_card .reach_panel .inquiry_links li {
    align-items: center;
    display: flex;
    padding-bottom: 30px;
    z-index: 1;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    position: relative;
}.support_card .reach_panel .inquiry_links li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}.support_card .reach_panel .inquiry_links li svg {
    width: 24px;
    flex-shrink: 0;
    margin-right: 20px;
    height: 24px;
}.support_card .reach_panel .inquiry_links li svg path {
    transition: all 0.3s ease;
    fill: rgb(195,197,225);
}.support_card .reach_panel .inquiry_links li:hover svg path {
    fill: #ffffff;
}.support_card .reach_panel .inquiry_links li span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    line-height: 1.5;
}.support_card .reach_panel .inquiry_links li a {
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
    text-decoration: none;
}.support_card .reach_panel .inquiry_links li a:hover {
    color: rgb(195,197,225);
}

@media screen and (max-width: 992px) {.get_in_touch {
    padding: 80px 0;
}.support_card {
    flex-direction: column;
}.support_card .message_message {
    clip-path: none;
    width: 100%;
}.support_card .reach_panel {
    width: 100%;
    margin-left: 0;
    clip-path: none;
}
}

@media screen and (max-width: 768px) {.get_in_touch {
    padding: 60px 0;
}.get_in_touch h3 {
    font-size: calc(35px - 4px);
}.support_card .message_message,
    .support_card .reach_panel {
    padding: 40px 30px;
}.support_card .message_message .message_inquiry {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.get_in_touch {
    padding: 40px 0;
}.support_card .message_message,
    .support_card .reach_panel {
    padding: 30px 20px;
}.support_card .message_message h3,
    .support_card .reach_panel h4 {
    font-size: calc(24px - 2px);
}}.meet_us {
    overflow: hidden;
    color: #ffffff;
    position: relative;
    padding: 120px 0 100px;
}.meet_us::before {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.65) 50%, rgba(0, 0, 0, 0.75) 100%);
    z-index: 1;
    height: 100%;
    top: 0;
}.meet_us::after {
    height: 100%;
    left: 0;
    background: linear-gradient(90deg, rgb(195,197,225,0.5) 0%, transparent 100%);
    top: 0;
    position: absolute;
    transform-origin: left top;
    opacity: 0.4;
    z-index: 2;
    width: 100%;
    transform: skewY(-3deg) translateY(-10%);
    content: "";
}.meet_us h4 {
    text-transform: uppercase;
    transform: translateX(-20px);
    position: relative;
    padding-left: 60px;
    opacity: 0;
    font-size: calc(37px * 1.2);
    animation: slideInTitle 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.2s forwards;
    z-index: 5;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 50px;
}.meet_us h4::before {
    height: 3px;
    background: rgb(158,161,202);
    width: 40px;
    left: 0;
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}.meet_us .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    position: relative;
    justify-content: flex-end;
    z-index: 5;
}.meet_us .announcement_box {
    border-left: 3px solid rgb(158,161,202);
    padding: 40px;
    transition: transform 0.4s ease-out;
    position: relative;
    transform: perspective(1000px) rotateY(-3deg);
    animation: fadeIn 1s ease-out forwards;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05);
    width: 70%;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}.meet_us .announcement_box:hover {
    transform: perspective(1000px) rotateY(-1deg) translateZ(10px);
}.meet_us h6 {
    font-size: calc(19px * 1.2);
    letter-spacing: 1px;
    font-weight: 700;
    animation: fadeInUp 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s forwards;
    color: rgb(158,161,202);
    padding-bottom: 15px;
    opacity: 0;
    margin-bottom: 20px;
    transform: translateY(10px);
    position: relative;
}.meet_us h6::after {
    background: rgb(158,161,202);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    opacity: 0.7;
    content: "";
    width: 60px;
}.meet_us .announcement_box div {
    position: relative;
    overflow: hidden;
}.meet_us span {
    position: relative;
    animation: fadeInUp 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.7s forwards;
    line-height: 1.8;
    transform: translateY(20px);
    font-weight: 300;
    display: block;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 16px;
    margin-bottom: 15px;
    opacity: 0;
}.meet_us span::first-letter {
    font-weight: 700;
    color: rgb(158,161,202);
    font-size: 1.4em;
}

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

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

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

@media (max-width: 1024px) {.meet_us {
    padding: 90px 0 70px;
}.meet_us h4 {
    margin-bottom: 40px;
    font-size: calc(37px * 1.1);
    padding-left: 50px;
}.meet_us .container {
    justify-content: center;
}.meet_us .announcement_box {
    width: 85%;
    padding: 35px;
    transform: perspective(1000px) rotateY(-2deg);
}
}

@media (max-width: 768px) {.meet_us {
    padding: 70px 0 50px;
}.meet_us h4 {
    padding-left: 40px;
    font-size: 37px;
    margin-bottom: 30px;
}.meet_us h4::before {
    width: 30px;
}.meet_us .announcement_box {
    padding: 30px 25px;
    transform: none;
    border-top: 3px solid rgb(158,161,202);
    border-left: none;
    width: 100%;
}.meet_us h6 {
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-size: 19px;
}.meet_us span {
    line-height: 1.7;
    font-size: calc(16px * 0.95);
}.meet_us .announcement_box:hover {
    transform: none;
}
}

@media (max-width: 576px) {.meet_us {
    padding: 60px 0 40px;
}.meet_us h4 {
    font-size: calc(19px * 1.2);
    margin-bottom: 25px;
    padding-left: 35px;
}.meet_us h4::before {
    width: 25px;
}.meet_us .announcement_box {
    padding: 25px 20px;
}.meet_us h6 {
    font-size: calc(16px * 1.1);
}.meet_us span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.faculty_info {
    padding: 5rem 0 3rem;
    z-index: 1;
    color: #ffffff;
    position: relative;
    background-position: center center;
}.faculty_info::before {
    position: absolute;
    height: 100%;
    background: linear-gradient(0deg, #000000 20%, transparent 100%);
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    left: 0;
}.faculty_info::after {
    top: 0;
    left: 0;
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    height: 100%;
    content: "";
    background: repeating-linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.3) 0px,
        rgba(0, 0, 0, 0.3) 1px,
        transparent 1px,
        transparent 20px
    );
    width: 100%;
}.faculty_info .container {
    flex-direction: column;
    display: flex;
    position: relative;
}.faculty_info .container::before {
    content: "";
    top: -80px;
    background: linear-gradient(0deg, rgb(195,197,225) 0%, transparent 100%);
    left: 0;
    opacity: 0.3;
    clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
    width: 100%;
    position: absolute;
    height: 80px;
}.faculty_info .company_holder {
    border-radius: 10px;
    position: relative;
    backdrop-filter: blur(5px);
    padding: 2rem;
    clip-path: polygon(
        0 0,
        calc(100% - 30px) 0,
        100% 30px,
        100% 100%,
        30px 100%,
        0 calc(100% - 30px)
    );
    margin-bottom: 4rem;
    border: 1px solid rgba(rgb(195,197,225), 0.3);
    background: rgba(0, 0, 0, 0.4);
}.faculty_info .company_holder::before {
    opacity: 0.5;
    z-index: -1;
    position: absolute;
    left: -5px;
    top: -5px;
    content: "";
    filter: blur(5px);
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background: linear-gradient(45deg, rgb(195,197,225), transparent 70%);
    clip-path: polygon(
        0 0,
        calc(100% - 40px) 0,
        100% 40px,
        100% 100%,
        40px 100%,
        0 calc(100% - 40px)
    );
}.faculty_info .company_holder h3 {
    font-weight: 700;
    letter-spacing: 2px;
    display: inline-block;
    position: relative;
    margin-bottom: 1.5rem;
    text-shadow: 0 0 10px rgb(195,197,225), 0 0 20px rgb(195,197,225), 0 0 30px rgb(195,197,225);
    font-size: calc(36px * 1.2);
    color: #ffffff;
    text-transform: uppercase;
}.faculty_info .company_holder h3::before {
    top: 2px;
    position: absolute;
    content: attr(data-text);
    left: 2px;
    color: rgb(195,197,225);
    filter: blur(1px);
    z-index: -1;
    opacity: 0.7;
}.faculty_info .recycle_info {
    margin-top: 1.5rem;
    opacity: 0.8;
    line-height: 1.6;
    font-size: 14px;
    border-left: 2px solid rgb(195,197,225);
    color: #ffffff;
    padding-left: 1rem;
}.faculty_info .policy_links {
    position: relative;
    justify-content: space-between;
    display: flex;
}.faculty_info .policy_links::before {
    position: absolute;
    height: 1px;
    top: -20px;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(90deg, transparent, rgb(195,197,225), transparent);
}.faculty_info .header_lesson {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}.faculty_info .nav_top {
    transition: all 0.3s ease;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.3);
    position: relative;
    background: rgba(0, 0, 0, 0.2);
    flex: 1;
    border-left: 2px solid rgb(195,197,225);
    padding: 1.5rem;
    border-bottom: 2px solid rgb(195,197,225);
}.faculty_info .nav_top:hover {
    box-shadow: -8px 8px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(-5px);
    background: rgba(rgb(195,197,225,0.5), 0.1);
}.faculty_info .nav_top h5 {
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    font-size: 18px;
    color: rgb(158,161,202);
    margin-bottom: 1.5rem;
}.faculty_info .nav_top h5::after {
    height: 2px;
    bottom: -8px;
    box-shadow: 0 0 10px rgb(195,197,225);
    left: 0;
    width: 40px;
    background: rgb(195,197,225);
    position: absolute;
    content: "";
}.faculty_info .nav_top .header_lesson {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.faculty_info .nav_top .header_lesson a {
    text-decoration: none;
    opacity: 0.7;
    font-size: 14px;
    transition: all 0.3s ease;
    color: #ffffff;
    overflow: hidden;
    padding: 0.5rem 0 0.5rem 1.5rem;
    position: relative;
}.faculty_info .nav_top .header_lesson a::before {
    content: "//";
    color: rgb(195,197,225);
    font-size: 0.8em;
    position: absolute;
    transition: all 0.3s ease;
    left: 0;
}.faculty_info .nav_top .header_lesson a:hover {
    opacity: 1;
    color: rgb(195,197,225);
    text-shadow: 0 0 5px rgb(195,197,225);
}.faculty_info .nav_top .header_lesson a:hover::before {
    color: rgb(158,161,202);
}.footer_address {
    background: rgba(0, 0, 0, 0.6);
    padding: 1.5rem 0;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 3rem;
}.footer_address::before {
    background-image: 
        linear-gradient(90deg, transparent, rgb(195,197,225), transparent);
    position: absolute;
    left: 0;
    top: 0;
    height: 1px;
    content: "";
    width: 100%;
}.footer_address .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.footer_address .footer_workshops {
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px;
    opacity: 0.7;
    color: #ffffff;
}.footer_address .footer_workshops::before,
.footer_address .footer_workshops::after {
    margin: 0 10px;
    color: rgb(195,197,225);
    content: "//";
}

@keyframes neon-flicker {
    0%, 19%, 21%, 23%, 25%, 54%, 56%, 100% {
        opacity: 0.9;
        text-shadow: 0 0 10px rgb(195,197,225), 0 0 20px rgb(195,197,225);
    }
    20%, 24%, 55% {
        opacity: 0.5;
        text-shadow: none;
    }
}

@keyframes scan-lines {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 0 100%;
    }
}

@media screen and (max-width: 992px) {.faculty_info .policy_links {
    flex-direction: column;
}.faculty_info .header_lesson {
    flex-direction: column;
}.faculty_info .nav_top {
    width: 100%;
    margin-bottom: 1rem;
}.footer_address {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
}
}

@media screen and (max-width: 768px) {.faculty_info {
    padding: 4rem 0 2rem;
}.faculty_info .company_holder {
    padding: 1.5rem;
    margin-bottom: 3rem;
}.faculty_info .company_holder h3 {
    font-size: 36px;
}.faculty_info .nav_top h5 {
    font-size: calc(18px * 0.9);
}.footer_address {
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    margin-top: 2rem;
    padding: 1.2rem 0;
}
}

@media screen and (max-width: 576px) {.faculty_info {
    padding: 3rem 0 2rem;
}.faculty_info .company_holder {
    clip-path: polygon(
            0 0,
            calc(100% - 20px) 0,
            100% 20px,
            100% 100%,
            20px 100%,
            0 calc(100% - 20px)
        );
}.faculty_info .company_holder h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.85);
}.faculty_info .recycle_info {
    font-size: calc(14px * 0.9);
}.faculty_info .nav_top {
    padding: 1rem;
}.faculty_info .nav_top .header_lesson a {
    font-size: calc(14px * 0.9);
}.footer_address {
    padding: 1rem 0;
    clip-path: polygon(0 0, 100% 0, 80% 100%, 20% 100%);
}.footer_address .footer_workshops::before,
    .footer_address .footer_workshops::after {
    display: none;
}
}