﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.container {
    width: 1276px;
    margin: auto;
    max-width: 100%;
}.nav_master {
    flex: 1 0 auto;
}.wrapper-holder {
    flex-direction: column;
    height: 100%;
    min-height: 100%;
    display: flex;
}svg {
    width: 30px;
    height: 30px;
}header,footer {
    width: 100%;
}html,body {
    font-family: Arial, sans-serif;
    height: 100%;
    color: #000000;
    min-height: 100%;
}.scholar_cta {
    flex: 0 0 auto;
}@keyframes shift_scrollbar { 0% { transform: translateX(0); } 50% { transform: translateX(5px); } 100% { transform: translateX(0); } }

::-webkit-scrollbar {
    scroll-behavior: auto;
    padding: 1px;
    width: 17px;
}::-webkit-scrollbar-button {
    background: rgb(183,192,210);
    border-radius: 6px;
}::-webkit-scrollbar-thumb {
    border: 1px ridge #ffffff;
    background: rgb(183,192,210);
    transition: transform 3.1s ease;
}::-webkit-scrollbar-thumb:active {
    box-shadow: inset 4px 1px 1px 8px rgba(0, 0, 0, 0.2);
    background: rgb(255, 255, 255, 0.5);
}::-webkit-scrollbar-corner {
    border-radius: 4px;
    background: rgb(183,192,210);
}* {
    scrollbar-color: rgb(81,114,179,0.5) rgb(81,114,179);
}a {
    color: inherit;
    text-decoration: none;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact {
    overflow: hidden;
    padding: 120px 0 80px;
    position: relative;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgba(245, 245, 255, 0.9) 100%);
    perspective: 1000px;
}.contact::before {
    opacity: 0.05;
    width: 120%;
    content: "";
    left: -10%;
    position: absolute;
    top: -50%;
    pointer-events: none;
    transform: rotate(-15deg) translateZ(-10px);
    height: 200%;
    background: linear-gradient(120deg, rgb(131,151,190,0.5) 0%, transparent 70%);
    z-index: 0;
}.contact::after {
    position: absolute;
    width: 60%;
    background: radial-gradient(circle at bottom right, rgb(81,114,179,0.5) 0%, transparent 70%);
    height: 40%;
    pointer-events: none;
    opacity: 0.1;
    right: 0;
    content: "";
    bottom: 0;
    z-index: 0;
}.contact .container {
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
}.contact .support_contact {
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.1);
    grid-template-columns: 1fr;
    transform: translateZ(0);
    padding: 50px 40px;
    position: relative;
    backdrop-filter: blur(10px);
    gap: 30px;
    background: #ffffff;
}.contact h3 {
    letter-spacing: -0.02em;
    transform: translateZ(10px);
    position: relative;
    font-size: calc(34px * 1.1);
    margin: 0 0 30px;
    font-weight: 700;
    color: #000000;
}.contact h3::after {
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: absolute;
    transform: scaleX(1);
    transform-origin: left;
    content: "";
    height: 3px;
    bottom: -10px;
    left: 0;
    width: 80px;
    background: rgb(131,151,190);
}.contact h3:hover::after {
    transform: scaleX(1.5);
}.contact p {
    color: #000000;
    line-height: 1.7;
    font-size: 14px;
    margin-bottom: 20px;
    transform: translateZ(5px);
    max-width: 90%;
}.contact h5 {
    color: #000000;
    display: flex;
    margin: 0 0 10px;
    gap: 10px;
    font-weight: 600;
    letter-spacing: 0.01em;
    transform: translateZ(7px);
    align-items: center;
    text-transform: capitalize;
    font-size: 24px;
}.contact svg {
    transition: transform 0.3s ease, fill 0.3s ease;
    width: 22px;
    transform: translateY(2px);
    height: 22px;
}.contact svg path {
    transition: fill 0.3s ease;
    fill: rgb(131,151,190);
}.contact .contact_today {
    list-style: none;
    padding: 0;
    flex-direction: column;
    margin: 20px 0 0;
    display: flex;
    transform: translateZ(8px);
    gap: 15px;
}.contact .contact_today li {
    position: relative;
    transition: transform 0.3s ease;
}.contact .contact_today li:hover {
    transform: translateX(5px);
}.contact .connect_today {
    padding: 10px 15px;
    font-weight: 600;
    text-decoration: none;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
    font-size: calc(14px * 1.05);
    border-left: 3px solid transparent;
    gap: 10px;
    color: #000000;
}.contact .connect_today:hover {
    border-left-color: rgb(131,151,190);
    color: rgb(131,151,190);
}.contact .connect_today:hover svg {
    transform: translateY(2px) scale(1.1);
}.contact .connect_today:hover svg path {
    fill: rgb(81,114,179);
}.contact .connect_today:active {
    transform: scale(0.98);
}

@media (min-width: 768px) {.contact .support_contact {
    gap: 40px 60px;
    padding: 60px 70px;
    grid-template-columns: repeat(2, 1fr);
}.contact h3 {
    grid-column: 1 / -1;
    margin-bottom: 10px;
}.contact .support_contact > div:first-of-type {
    grid-column: 1 / -1;
}.contact .contact_today {
    grid-column: 2 / 3;
    align-self: start;
}
}

@media (min-width: 1024px) {.contact {
    padding: 140px 0 100px;
}.contact .support_contact {
    gap: 40px 80px;
    padding: 70px 80px;
    grid-template-columns: 1.5fr 1fr;
}.contact h3 {
    font-size: calc(34px * 1.2);
}.contact h3::after {
    width: 100px;
}.contact p {
    font-size: calc(14px * 1.05);
    line-height: 1.8;
}.contact .connect_today {
    padding: 12px 20px;
}
}

@media (max-width: 767px) {.contact {
    padding: 80px 0 60px;
}.contact .support_contact {
    padding: 40px 30px;
}.contact h3 {
    margin-bottom: 25px;
    font-size: calc(34px * 0.9);
}.contact p {
    font-size: calc(14px * 0.95);
    max-width: 100%;
}
}

@media (max-width: 480px) {.contact {
    padding: 60px 0 40px;
}.contact .support_contact {
    padding: 30px 20px;
}.contact h3 {
    font-size: calc(34px * 0.85);
}.contact .connect_today {
    font-size: calc(14px * 0.95);
    padding: 8px 12px;
}.contact svg {
    height: 20px;
    width: 20px;
}}footer {
    z-index: 1;
    position: relative;
}footer::before {
    position: absolute;
    opacity: 0.9;
    background: linear-gradient(145deg, rgb(183,192,210) 0%, rgb(131,151,190,0.5) 100%);
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    content: "";
    z-index: -2;
}footer::after {
    z-index: -1;
    top: 0;
    background-image: 
        repeating-linear-gradient(0deg, rgb(131,151,190,0.5), rgb(131,151,190,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(90deg, rgb(131,151,190,0.5), rgb(131,151,190,0.5) 1px, transparent 1px, transparent 20px);
    right: 0;
    content: "";
    bottom: 0;
    position: absolute;
    opacity: 0.1;
    left: 0;
}.scholar_cta {
    color: #000000;
    position: relative;
    padding: 4rem 0 2rem;
}.scholar_cta::after {
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    content: "";
    position: absolute;
    height: 6px;
    width: 100%;
    top: 0;
    left: 0;
}.scholar_cta .container {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    gap: 3rem;
}.scholar_cta .company_holder {
    flex: 1 1 400px;
    position: relative;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    padding: 2rem 2.5rem;
    border-radius: 16px;
}.scholar_cta .company_holder::before {
    border-top-left-radius: 16px;
    position: absolute;
    border-top-right-radius: 16px;
    height: 5px;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(131,151,190);
}.scholar_cta .company_holder h3 {
    position: relative;
    letter-spacing: 0.5px;
    margin: 0 0 1.5rem;
    font-size: 38px;
    color: rgb(131,151,190);
    font-weight: 700;
}.scholar_cta .company_holder h3::after {
    background: rgb(81,114,179);
    height: 3px;
    width: 80px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -0.5rem;
}.scholar_cta .discuss_cta {
    position: relative;
    border-radius: 10px;
    color: #000000;
    line-height: 1.7;
    border-left: 3px solid rgb(81,114,179);
    background: rgb(183,192,210);
    font-size: 15px;
    padding: 1.5rem;
}.scholar_cta .data_viz {
    flex: 1 1 calc(100% - 450px);
    min-width: 400px;
}.scholar_cta .page_top {
    flex-wrap: wrap;
    display: flex;
    gap: 2.5rem;
}.scholar_cta .top_section {
    min-width: 200px;
    position: relative;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    flex: 1 1 calc(50% - 1.25rem);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}.scholar_cta .top_section h5 {
    background: rgb(81,114,179);
    font-size: 19px;
    position: relative;
    margin: 0;
    padding: 1rem 1.5rem;
    color: #ffffff;
    font-weight: 600;
}.scholar_cta .top_section .page_top {
    gap: 0;
    flex-direction: column;
    display: flex;
    padding: 1rem 0;
}.scholar_cta .top_section .page_top a {
    padding: 0.8rem 1.5rem;
    font-size: 15px;
    color: #000000;
    text-decoration: none;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    display: flex;
}.scholar_cta .top_section .page_top a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: rgb(183,192,210);
    height: 100%;
    transition: all 0.3s ease;
    width: 0;
}.scholar_cta .top_section .page_top a::after {
    border-radius: 50%;
    opacity: 0;
    transform: translateY(-50%);
    top: 50%;
    position: absolute;
    left: 1.5rem;
    background: rgb(81,114,179);
    content: "";
    width: 5px;
    transition: all 0.3s ease;
    height: 5px;
}.scholar_cta .top_section .page_top a:hover {
    padding-left: 2.2rem;
    color: rgb(131,151,190);
}.scholar_cta .top_section .page_top a:hover::before {
    width: 100%;
}.scholar_cta .top_section .page_top a:hover::after {
    opacity: 1;
}.contest_info {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding: 2rem 0;
    margin-top: 3rem;
    background: rgb(183,192,210);
    position: relative;
}.contest_info::before {
    height: 1px;
    left: 10%;
    content: "";
    position: absolute;
    right: 10%;
    background: linear-gradient(90deg, transparent, rgb(131,151,190,0.5), transparent);
    top: 0;
}.contest_info .container {
    justify-content: center;
    display: flex;
    align-items: center;
}.contest_info .collab_space {
    background: #ffffff;
    border-radius: 50px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    padding: 0.8rem 2rem;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

@media (max-width: 1200px) {.scholar_cta .container {
    gap: 2rem;
}.scholar_cta .company_holder {
    flex: 1 1 360px;
}.scholar_cta .data_viz {
    flex: 1 1 calc(100% - 400px);
    min-width: 360px;
}.scholar_cta .page_top {
    gap: 2rem;
}
}

@media (max-width: 992px) {.scholar_cta {
    padding: 3.5rem 0 2rem;
}.scholar_cta .container {
    flex-direction: column;
    gap: 2.5rem;
}.scholar_cta .company_holder,
    .scholar_cta .data_viz {
    min-width: 100%;
    flex: 1 1 100%;
}.scholar_cta .top_section {
    flex: 1 1 calc(50% - 1rem);
    min-width: 200px;
}
}

@media (max-width: 768px) {.scholar_cta {
    padding: 3rem 0 1.5rem;
}.scholar_cta .page_top {
    gap: 1.5rem;
}.scholar_cta .company_holder {
    padding: 2rem;
}.scholar_cta .company_holder h3 {
    font-size: calc(38px - 2px);
}.contest_info {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.scholar_cta {
    padding: 2.5rem 0 1rem;
}.scholar_cta .container {
    gap: 1.5rem;
}.scholar_cta .top_section {
    min-width: 100%;
    flex: 1 1 100%;
}.scholar_cta .page_top {
    gap: 1rem;
}.scholar_cta .company_holder {
    padding: 1.5rem;
}.scholar_cta .discuss_cta {
    padding: 1.2rem;
}.contest_info {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
}
}

@media (max-width: 420px) {.scholar_cta .company_holder h3::after {
    width: 50px;
}.scholar_cta .top_section .page_top a:hover {
    padding-left: 2rem;
}.contest_info .collab_space {
    padding: 0.7rem 1.5rem;
    width: 90%;
}}.connect_form {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(183,192,210);
}.connect_form::before {
    height: 5px;
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    position: absolute;
    width: 100%;
}.connect_form .container {
    z-index: 1;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.connect_form h2 {
    position: relative;
    margin-bottom: 60px;
    font-weight: 700;
    text-align: left;
    font-family: Arial, sans-serif;
    padding-left: 20px;
    font-size: 32px;
    display: inline-block;
    color: #000000;
}.connect_form h2::before {
    height: 100%;
    position: absolute;
    background: rgb(131,151,190);
    top: 0;
    left: 0;
    border-radius: 10px;
    width: 5px;
    content: "";
}.connect_form .inquiry_reach {
    grid-template-columns: 1fr 1fr;
    display: grid;
    gap: 60px;
    align-items: center;
}.connect_form .image_section {
    border-radius: 18px;
    overflow: hidden;
    order: 2;
    min-height: 500px;
    box-shadow: -15px 15px 0 rgb(131,151,190,0.5);
    position: relative;
}.connect_form .inquiry_form {
    order: 1;
}.connect_form form {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    border-radius: 18px;
    padding: 50px;
    width: 100%;
}.connect_form form h3 {
    color: #000000;
    text-transform: uppercase;
    font-size: 21px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin-bottom: 35px;
}.connect_form form input[type="text"] {
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 10px;
    border: none;
    color: #000000;
    margin-bottom: 25px;
    font-size: 15px;
    padding: 18px 25px;
    background: rgb(183,192,210);
    font-family: Arial, sans-serif;
}.connect_form form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(131,151,190,0.5);
}.connect_form form input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.connect_form .feedback_inquiry {
    margin-bottom: 30px;
    align-items: flex-start;
    display: flex;
}.connect_form .feedback_inquiry input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.connect_form .feedback_inquiry label {
    font-size: 15px;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    line-height: 1.5;
}.connect_form .feedback_inquiry label::before {
    width: 22px;
    border-radius: 10px;
    content: "";
    background: rgb(183,192,210);
    position: absolute;
    height: 22px;
    transition: all 0.2s ease;
    top: 2px;
    left: 0;
}.connect_form .feedback_inquiry input[type="checkbox"]:checked + label::before {
    background: rgb(131,151,190);
}.connect_form .feedback_inquiry input[type="checkbox"]:checked + label::after {
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 8px;
    transform: rotate(45deg);
    top: 6px;
    width: 6px;
    content: "";
    height: 10px;
    border-bottom: 2px solid #ffffff;
}.connect_form .feedback_inquiry label a {
    text-decoration: none;
    color: rgb(131,151,190);
    font-weight: 600;
    transition: all 0.3s ease;
}.connect_form .feedback_inquiry label a:hover {
    color: rgb(81,114,179);
}.connect_form form .request_map {
    border-radius: 10px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    padding: 18px 40px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.3s ease;
    color: #ffffff;
    font-size: 17px;
    border: none;
    background: #000000;
    overflow: hidden;
}.connect_form form .request_map:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgb(131,151,190);
}.connect_form svg {
    width: 20px;
    fill: rgb(131,151,190);
    height: 20px;
}.connect_form svg path {
    fill: rgb(131,151,190);
    transition: fill 0.3s ease;
}

@media screen and (max-width: 991px) {.connect_form {
    padding: 90px 0;
}.connect_form .inquiry_reach {
    grid-template-columns: 1fr;
    gap: 40px;
}.connect_form .image_section {
    order: 1;
    max-width: 600px;
    margin: 0 auto;
    min-height: 400px;
}.connect_form .inquiry_form {
    order: 2;
}.connect_form form {
    max-width: 600px;
    margin: 0 auto;
}
}

@media screen and (max-width: 767px) {.connect_form {
    padding: 70px 0;
}.connect_form h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 40px;
}.connect_form .image_section {
    min-height: 300px;
    width: 100%;
    box-shadow: -10px 10px 0 rgb(131,151,190,0.5);
}.connect_form form {
    padding: 40px 30px;
}
}

@media screen and (max-width: 576px) {.connect_form {
    padding: 50px 0;
}.connect_form h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.connect_form .image_section {
    min-height: 250px;
    box-shadow: -8px 8px 0 rgb(131,151,190,0.5);
}.connect_form form {
    padding: 30px 20px;
}.connect_form form h3 {
    margin-bottom: 25px;
    font-size: calc(21px * 0.9);
}.connect_form form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.connect_form form .request_map {
    width: 100%;
    padding: 15px 20px;
}}.cookie_message_window {
    position: fixed;
    background: rgb(183,192,210);
    border-top: 2px solid rgb(131,151,190);
    width: 100%;
    z-index: 90;
    bottom: 0;
}#dataConsentBanner {
    display: none;
}#dataConsentBanner:checked ~ .cookie_message_window {
    visibility: hidden;
    opacity: 0;
}.privacy_switch {
    align-items: center;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}.cookie_message_window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_message_window p {
    font-size: 18px;
}.user_status {
    margin-right: 10px;
    flex-shrink: 0;
}.user_status svg, .user_status svg path, .user_status img {
    fill: rgb(131,151,190);
    height: 100px;
    width: 100px;
}.cookie_review {
    margin-left: 10px;
    font-size: 24px;
    flex-shrink: 0;
    color: rgb(131,151,190);
    min-width: 120px;
    border-bottom: 2px solid rgb(131,151,190);
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    line-height: 35px;
}.cookie_message_window p a {
    color: rgb(131,151,190);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_message_window {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.user_status {
    display: none;
}.privacy_switch {
    align-items: center;
    flex-direction: column;
    justify-content: center;
}.cookie_message_window h5 {
    text-align: center;
}.cookie_message_window p {
    text-align: center;
}.cookie_layer {
    margin-bottom: 20px;
}body .wrapper-holder .cookie_review {
    margin-bottom: 10px;
    margin-left: 0;
}}
.wrapper-holder .cookie_message_window {
    background: rgb(131,151,190);
    box-shadow: rgb(81,114,179,0.5) 0px 0px 10px 10px;
}.wrapper-holder .privacy_switch {
    justify-content: space-between;
    padding: 40px 0;
}.wrapper-holder .cookie_review {
    color: rgb(131,151,190);
    font-size: 20px;
    background: #ffffff;
    border: none;
    padding: 10px;
    margin-left: 30px;
}.wrapper-holder .cookie_layer {
    color: #ffffff;
    text-align: left;
}.wrapper-holder .cookie_layer h5 {
    font-weight: 700;
}.wrapper-holder .cookie_layer h5, .wrapper-holder .cookie_layer p {
    color: #ffffff;
}.wrapper-holder .cookie_message_window p a {
    color: rgb(81,114,179);
    text-decoration: underline;
}.secure_depot {
    overflow: hidden;
    position: relative;
    padding: 4rem 2rem;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgba(245, 245, 250, 0.95) 100%);
}.secure_depot::before {
    right: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgb(81,114,179,0.5));
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    width: 30%;
    z-index: 1;
    opacity: 0.1;
}.secure_depot::after {
    clip-path: polygon(0 30%, 100% 100%, 0 100%);
    opacity: 0.05;
    content: "";
    left: 0;
    height: 100%;
    width: 40%;
    position: absolute;
    background: linear-gradient(-45deg, rgb(131,151,190,0.5), transparent);
    z-index: 1;
    bottom: 0;
}.secure_depot .container {
    transform: perspective(1000px) rotateX(0.5deg);
    padding: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
    margin: 0 auto;
    background: #ffffff;
    border-top: 4px solid rgb(131,151,190);
    max-width: 1140px;
    z-index: 2;
    position: relative;
}.secure_depot h1 {
    color: #000000;
    position: relative;
    transform: translateZ(5px);
    font-size: 43px;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    font-weight: 700;
}.secure_depot h1::after {
    content: "";
    left: 0;
    width: 80px;
    position: absolute;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    transition: width 0.3s ease;
    bottom: 0;
    height: 4px;
}.secure_depot h2 {
    position: relative;
    border-left: 3px solid rgb(81,114,179);
    color: #000000;
    font-weight: 600;
    font-size: 34px;
    margin: 2.5rem 0 1rem;
    padding-left: 1rem;
}.secure_depot h3 {
    padding-bottom: 0.5rem;
    color: #000000;
    font-weight: 600;
    border-bottom: 1px dashed rgb(81,114,179,0.5);
    margin: 2rem 0 1rem;
    font-size: calc(34px * 0.85);
}.secure_depot h4 {
    font-size: calc(34px * 0.7);
    font-weight: 600;
    margin: 1.5rem 0 0.75rem;
    display: inline-block;
    position: relative;
    color: #000000;
}.secure_depot h4::after {
    transition: transform 0.3s ease;
    content: "";
    transform-origin: left;
    position: absolute;
    bottom: -5px;
    background: rgb(81,114,179,0.5);
    transform: scaleX(0.7);
    width: 100%;
    height: 2px;
    left: 0;
}.secure_depot p {
    color: #000000;
    font-size: 15px;
    margin-bottom: 1.5rem;
    max-width: 90ch;
    line-height: 1.7;
    transition: color 0.3s ease;
}.secure_depot p strong {
    position: relative;
    display: inline-block;
    color: rgb(131,151,190);
    font-weight: 600;
}.secure_depot p strong::after {
    width: 100%;
    opacity: 0.3;
    bottom: -2px;
    height: 1px;
    position: absolute;
    left: 0;
    background: currentColor;
    content: "";
}.secure_depot span {
    padding-left: 1rem;
    display: block;
    color: #000000;
    border-left: 1px solid rgb(81,114,179,0.5);
    line-height: 1.7;
    font-size: 15px;
    margin-bottom: 1.5rem;
    max-width: 90ch;
}.secure_depot ul {
    padding-left: 1.5rem;
    list-style: none;
    margin: 1.5rem 0 2rem;
}.secure_depot li {
    font-size: 15px;
    line-height: 1.7;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}.secure_depot li::before {
    height: 8px;
    top: 0.65rem;
    content: "";
    left: 0;
    background: rgb(81,114,179);
    transform: rotate(45deg);
    position: absolute;
    transition: transform 0.3s ease;
    width: 8px;
}.secure_depot li:hover::before {
    transform: rotate(135deg);
}.secure_depot div.container:hover h1::after {
    width: 120px;
}.secure_depot div.container:hover h4::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {.secure_depot {
    padding: 3rem 1.5rem;
}.secure_depot .container {
    padding: 2.5rem 2rem;
    transform: perspective(1000px) rotateX(0.3deg);
}.secure_depot h1 {
    font-size: calc(43px * 0.9);
}.secure_depot h2 {
    padding-left: 0.8rem;
    font-size: calc(34px * 0.9);
}
}

@media (max-width: 768px) {.secure_depot {
    padding: 2rem 1rem;
}.secure_depot .container {
    transform: none;
    padding: 2rem 1.5rem;
}.secure_depot h1 {
    margin-bottom: 1.5rem;
    font-size: calc(43px * 0.8);
}.secure_depot h2 {
    font-size: calc(34px * 0.8);
    margin: 2rem 0 0.8rem;
}.secure_depot h3 {
    font-size: calc(34px * 0.7);
}.secure_depot h4 {
    font-size: calc(34px * 0.6);
}.secure_depot p, 
    .secure_depot span, 
    .secure_depot li {
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}.secure_depot ul {
    padding-left: 0.5rem;
}.secure_depot li {
    padding-left: 1.2rem;
}
}

@media (max-width: 576px) {.secure_depot {
    padding: 1.5rem 0.75rem;
}.secure_depot .container {
    padding: 1.5rem 1rem;
}.secure_depot h1 {
    font-size: calc(43px * 0.7);
    padding-bottom: 0.7rem;
}.secure_depot h1::after {
    height: 3px;
    width: 60px;
}.secure_depot h2 {
    border-left: 2px solid rgb(81,114,179);
    padding-left: 0.7rem;
    font-size: calc(34px * 0.7);
}.secure_depot h3 {
    font-size: calc(34px * 0.6);
}.secure_depot h4 {
    font-size: calc(34px * 0.55);
}.secure_depot p, 
    .secure_depot span, 
    .secure_depot li {
    margin-bottom: 1.2rem;
    line-height: 1.5;
    font-size: calc(15px * 0.9);
}.secure_depot span {
    padding-left: 0.7rem;
}.secure_depot li::before {
    height: 6px;
    width: 6px;
}}.academic_expertise {
    position: relative;
    min-height: 700px;
    padding: 8rem 0;
    background: linear-gradient(160deg, rgb(183,192,210) 0%, #000000 100%);
    overflow: hidden;
}.academic_expertise::before {
    background: 
        radial-gradient(circle at 80% 20%, rgb(131,151,190,0.5) 0%, transparent 35%),
        radial-gradient(circle at 20% 80%, rgb(81,114,179,0.5) 0%, transparent 35%);
    filter: blur(70px);
    z-index: 1;
    position: absolute;
    top: 0;
    height: 100%;
    animation: breatheGlow 15s ease-in-out infinite alternate;
    content: "";
    width: 100%;
    left: 0;
    opacity: 0.4;
}.academic_expertise .container {
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.academic_expertise .opinion_hub {
    gap: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.3) 100%);
    grid-template-rows: auto 1fr;
    grid-template-columns: 1.2fr 0.8fr;
    overflow: hidden;
    border-radius: 10px;
    padding: 3rem;
    display: grid;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
    position: relative;
    backdrop-filter: blur(15px);
    min-height: 580px;
}.academic_expertise .opinion_hub::before {
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, transparent, rgb(131,151,190,0.5), transparent);
    animation: shimmerEffect 10s ease-in-out infinite;
    left: 0;
    content: "";
    height: 100%;
    background-size: 200% 200%;
    top: 0;
    position: absolute;
    opacity: 0.2;
}.academic_expertise .image_section {
    transform: scale(1) rotate(0deg);
    grid-row: 1 / span 2;
    filter: contrast(1.1) brightness(1.05);
    grid-column: 2;
    z-index: 3;
    height: 100%;
    position: relative;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    box-shadow: 20px 20px 40px rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}.academic_expertise .opinion_hub:hover .image_section {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 30px 30px 60px rgba(0, 0, 0, 0.5);
}.academic_expertise .image_section::before {
    width: 100%;
    box-sizing: border-box;
    border-radius: inherit;
    position: absolute;
    z-index: 1;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}.academic_expertise .name {
    grid-column: 1;
    z-index: 4;
    font-weight: 700;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    position: relative;
    color: #ffffff;
    transform: translateX(0);
    margin: 0;
    font-size: 33px;
    grid-row: 1;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}.academic_expertise .opinion_hub:hover .name {
    transform: translateX(10px);
}.academic_expertise .name::after {
    height: 3px;
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    width: 0;
    transition: width 0.6s ease;
    content: "";
    left: 0;
    bottom: -10px;
    position: absolute;
}.academic_expertise .opinion_hub:hover .name::after {
    width: 120px;
}.academic_expertise .opinion_hub span:not(.name) {
    backdrop-filter: blur(10px);
    padding: 0.7rem 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    margin-top: 4rem;
    border-radius: 10px;
    font-weight: 600;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
    grid-row: 1;
    transform: translateX(0);
    width: max-content;
    z-index: 3;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    font-size: 22px;
    color: rgb(81,114,179);
    grid-column: 1;
}.academic_expertise .opinion_hub:hover span:not(.name) {
    transform: translateX(10px);
    background: rgba(0, 0, 0, 0.3);
}.academic_expertise .emp_summary {
    overflow: hidden;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    padding: 2rem;
    font-size: 14px;
    grid-column: 1;
    backdrop-filter: blur(10px);
    z-index: 2;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    transform: translateY(0);
    border-radius: 10px;
    transition: all 0.7s cubic-bezier(0.2, 1, 0.3, 1);
    grid-row: 2;
    border-left: 4px solid rgb(81,114,179);
    color: #ffffff;
    line-height: 1.8;
    position: relative;
}.academic_expertise .opinion_hub:hover .emp_summary {
    transform: translateY(-10px);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.4);
}.academic_expertise .emp_summary::before {
    background-size: 200% 200%;
    animation: shimmerEffect 5s ease-in-out infinite;
    position: absolute;
    z-index: -1;
    width: 100%;
    background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    height: 100%;
    top: 0;
    left: 0;
    content: "";
}.academic_expertise .container::after {
    filter: blur(80px);
    height: 400px;
    border-radius: 50%;
    opacity: 0.2;
    left: -200px;
    z-index: -1;
    width: 400px;
    animation: rotateGlow 25s linear infinite;
    bottom: -200px;
    content: "";
    background: conic-gradient(from 135deg, rgb(131,151,190,0.5) 0%, rgb(81,114,179,0.5) 50%, rgb(131,151,190,0.5) 100%);
    position: absolute;
}

@keyframes breatheGlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes shimmerEffect {
    0% {
        background-position: -200% 0;
    }
    100% {
        background-position: 200% 0;
    }
}

@keyframes rotateGlow {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.academic_expertise .opinion_hub {
    gap: 20px;
    grid-template-rows: auto auto auto;
    padding: 2rem;
    grid-template-columns: 1fr;
}.academic_expertise .image_section {
    grid-row: 1;
    height: 350px;
    grid-column: 1;
}.academic_expertise .name {
    grid-row: 2;
    margin: 0;
    grid-column: 1;
}.academic_expertise .opinion_hub span:not(.name) {
    grid-column: 1;
    grid-row: 2;
    margin-top: 3.5rem;
}.academic_expertise .emp_summary {
    grid-row: 3;
    grid-column: 1;
}.academic_expertise .opinion_hub:hover .name,
    .academic_expertise .opinion_hub:hover span:not(.name) {
    transform: translateY(-5px);
}
}

@media (max-width: 576px) {.academic_expertise {
    padding: 5rem 0;
}.academic_expertise .opinion_hub {
    padding: 1.5rem;
}.academic_expertise .image_section {
    height: 250px;
}.academic_expertise .name {
    font-size: 22px;
}.academic_expertise .opinion_hub span:not(.name) {
    padding: 0.6rem 1rem;
    font-size: 14px;
    margin-top: 3rem;
}.academic_expertise .emp_summary {
    padding: 1.5rem;
    font-size: calc(14px * 0.9);
    line-height: 1.6;
}}.price_box {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
    background: rgb(183,192,210);
}.price_box::before {
    z-index: 0;
    width: 100%;
    content: "";
    left: 0;
    height: 100%;
    top: 0;
    background: linear-gradient(135deg, 
        rgba(var(--primary-color-rgb), 0.05) 0%, 
        rgba(var(--secondary-color-rgb), 0.03) 100%);
    position: absolute;
}.price_box .container {
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
}.price_box .rate_options {
    display: grid;
    grid-template-columns: 1fr;
    gap: 60px;
}.price_box .price_sheet {
    margin: 0 auto;
    animation: fadeSlideUp 0.8s forwards 0.2s;
    opacity: 0;
    text-align: center;
    max-width: 800px;
    transform: translateY(20px);
}.price_box .price_sheet h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
    font-size: 33px;
    display: inline-block;
    position: relative;
}.price_box .price_sheet h2::after {
    left: 50%;
    width: 80px;
    position: absolute;
    transform: translateX(-50%);
    content: "";
    background: linear-gradient(90deg, rgb(131,151,190), rgb(81,114,179));
    bottom: -10px;
    height: 3px;
}.price_box .access_rates {
    margin-top: 30px;
    color: #000000;
    font-size: calc(18px + 0.1rem);
    line-height: 1.6;
}.price_box .study_rates {
    transform: translateY(30px);
    margin-top: 20px;
    opacity: 0;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    animation: fadeSlideUp 0.8s forwards 0.4s;
    display: grid;
}.price_box .pricing_card {
    will-change: transform;
    color: inherit;
    z-index: 1;
    position: relative;
    display: block;
    transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    text-decoration: none;
}.price_box .pricing_card:hover {
    transform: translateY(-10px) scale(1.02);
}.price_box .fee_choices {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    flex-direction: column;
    position: relative;
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
    min-height: 420px;
    display: flex;
}.price_box .pricing_card:hover .fee_choices {
    box-shadow: 0 20px 40px rgba(var(--primary-color-rgb), 0.15);
}.price_box .pricing_card:nth-child(odd) .fee_choices::before {
    width: 5px;
    background: rgb(131,151,190);
    left: 0;
    height: 100%;
    position: absolute;
    transform: scaleY(0);
    content: "";
    top: 0;
    transform-origin: bottom;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}.price_box .pricing_card:nth-child(even) .fee_choices::before {
    transform-origin: bottom;
    background: rgb(81,114,179);
    right: 0;
    height: 100%;
    width: 5px;
    content: "";
    position: absolute;
    transform: scaleY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    top: 0;
}.price_box .pricing_card:hover .fee_choices::before {
    transform: scaleY(1);
}.price_box .study_costs {
    padding: 40px 30px;
    flex: 1;
    display: flex;
    position: relative;
    z-index: 1;
    flex-direction: column;
}.price_box .study_costs h3 {
    font-weight: 700;
    display: inline-block;
    position: relative;
    transition: color 0.3s ease;
    margin-bottom: 15px;
    color: #000000;
    font-size: calc(23px + 0.2rem);
}.price_box .pricing_card:hover .study_costs h3 {
    color: rgb(131,151,190);
}.price_box .pricing_card:nth-child(even):hover .study_costs h3 {
    color: rgb(81,114,179);
}.price_box .lesson_plans {
    position: relative;
    margin: 10px 0 20px;
    color: rgb(131,151,190);
    font-size: calc(23px + 0.5rem);
    display: inline-block;
    font-weight: 700;
    padding-bottom: 10px;
}.price_box .pricing_card:nth-child(even) .lesson_plans {
    color: rgb(81,114,179);
}.price_box .lesson_plans::after {
    position: absolute;
    background: currentColor;
    bottom: 0;
    width: 40px;
    left: 0;
    content: "";
    height: 3px;
    opacity: 0.6;
}.price_box .study_costs p {
    overflow-wrap: break-word;
    line-height: 1.6;
    hyphens: auto;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: auto;
    font-size: 18px;
    color: #000000;
}.price_box .image_section {
    transform-origin: center;
    width: 100%;
    position: relative;
    height: 200px;
    transition: transform 0.5s ease;
}.price_box .pricing_card:hover .image_section {
    transform: scale(1.05);
}.price_box .image_section::after {
    left: 0;
    content: "";
    background: linear-gradient(to top, rgba(0,0,0,0.4), transparent);
    width: 100%;
    bottom: 0;
    position: absolute;
    height: 40%;
    opacity: 0;
    transition: opacity 0.4s ease;
}.price_box .pricing_card:hover .image_section::after {
    opacity: 1;
}

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

@media (min-width: 768px) {.price_box .rate_options {
    grid-template-columns: 1fr;
}.price_box .study_rates {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 40px;
}
}

@media (min-width: 992px) {.price_box {
    padding: 150px 0;
}.price_box .rate_options {
    grid-template-columns: 1fr;
    gap: 80px;
}.price_box .study_rates {
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}.price_box .fee_choices {
    min-height: 480px;
}
}

@media (min-width: 1200px) {.price_box .study_rates {
    gap: 40px;
}
}

@media (max-width: 767px) {.price_box {
    padding: 80px 0;
}.price_box .price_sheet h2 {
    font-size: calc(33px - 0.4rem);
}.price_box .access_rates {
    font-size: 18px;
}.price_box .study_costs {
    padding: 30px 20px;
}.price_box .fee_choices {
    min-height: 400px;
}.price_box .image_section {
    height: 160px;
}
}

@media (max-width: 480px) {.price_box {
    padding: 60px 0;
}.price_box .rate_options {
    gap: 40px;
}.price_box .study_rates {
    gap: 25px;
}.price_box .study_costs h3 {
    font-size: 23px;
}.price_box .lesson_plans {
    font-size: 23px;
}.price_box .study_costs p {
    font-size: calc(18px - 0.1rem);
}}.opening_board {
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgb(131,151,190,0.5) 100%);
}.opening_board::before {
    content: "";
    opacity: 0.6;
    z-index: 1;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: 
    radial-gradient(circle at 20% 30%, rgb(131,151,190,0.5) 0%, transparent 25%),
    radial-gradient(circle at 80% 70%, rgb(81,114,179,0.5) 0%, transparent 30%);
    width: 100%;
}.opening_board::after {
    height: 10px;
    background: linear-gradient(90deg, 
    rgb(131,151,190) 0%, 
    rgb(81,114,179) 50%, 
    rgb(131,151,190) 100%);
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: -5px;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    animation: shimmer 4s infinite linear;
    content: "";
}.opening_board .intro_head {
    padding: 6rem 0;
    margin: 0 auto;
    display: flex;
    min-height: 100vh;
    position: relative;
    z-index: 3;
    align-items: center;
    justify-content: center;
    width: 90%;
    max-width: 1280px;
}.opening_board .intro_head > div {
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    transform: perspective(1000px) rotateX(2deg);
    width: 100%;
}.opening_board .intro_head > div:hover {
    transform: perspective(1000px) rotateX(0deg);
}.opening_board .intro_head > div > div:first-child {
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateY(20px);
    opacity: 0;
    animation: fadeUp 0.8s forwards 0.2s ease-out;
}.opening_board h3 {
    margin: 0 auto;
    position: relative;
    font-weight: 600;
    text-align: center;
    backdrop-filter: blur(5px);
    font-family: Arial, sans-serif;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
    font-size: calc(24px * 1.05);
    letter-spacing: 0.01em;
    max-width: 90%;
    line-height: 1.5;
    border-left: 4px solid rgb(131,151,190);
    color: #000000;
    padding: 1.5rem 2rem;
    background: linear-gradient(to right, rgba(255,255,255,0.9), rgba(255,255,255,0.7));
}.opening_board h3::before {
    z-index: -1;
    opacity: 0.05;
    transform: skewX(-3deg);
    top: 0;
    content: "";
    background: rgb(131,151,190,0.5);
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
}.opening_board .learn_training {
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
    animation: fadeUp 0.8s forwards 0.4s ease-out;
    border-radius: 13px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    transform: translateY(20px);
}.opening_board .learn_training::before {
    content: "";
    width: 100%;
    background: linear-gradient(
    135deg, 
    rgb(131,151,190,0.5) 0%,
    transparent 50%,
    rgb(81,114,179,0.5) 100%
  );
    position: absolute;
    mix-blend-mode: color-burn;
    top: 0;
    z-index: 1;
    height: 100%;
    left: 0;
}.opening_board .learn_training::after {
    top: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: 
    repeating-linear-gradient(
      -45deg,
      transparent,
      transparent 10px,
      rgba(255,255,255,0.03) 10px,
      rgba(255,255,255,0.03) 20px
    );
    z-index: 2;
    left: 0;
}.opening_board .learn_training > div {
    min-height: 50vh;
    justify-content: center;
    z-index: 3;
    position: relative;
    background: linear-gradient(to bottom, 
    rgba(0,0,0,0.4) 0%, 
    rgba(0,0,0,0.7) 100%);
    display: flex;
    padding: 5rem 2rem;
    flex-direction: column;
    align-items: center;
}.opening_board .learn_training p {
    max-width: 80%;
    padding: 0.8rem 0;
    font-size: calc(14px * 1.1);
    color: #ffffff;
    opacity: 0;
    position: relative;
    letter-spacing: 0.02em;
    text-align: center;
    animation: fadeUp 0.6s forwards 0.7s ease-out;
    line-height: 1.6;
    transform: translateY(15px);
    margin-bottom: 1.5rem;
}.opening_board .learn_training p::after {
    position: absolute;
    width: 80px;
    transform: translateX(-50%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    background: rgb(81,114,179);
}.opening_board .title_style_header {
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    text-align: center;
    transform: translateY(15px);
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    opacity: 0;
    letter-spacing: 0.03em;
    margin: 1.5rem 0 0;
    animation: fadeUp 0.6s forwards 0.9s ease-out;
    color: #ffffff;
    font-size: 48px;
}.opening_board .title_style_header::before,
.opening_board .title_style_header::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 3px;
    border-radius: 2px;
    background: rgb(81,114,179);
}.opening_board .title_style_header::before {
    transform-origin: right;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    left: -100px;
    transform: translateY(-50%) scaleX(0);
    top: 50%;
}.opening_board .title_style_header::after {
    right: -100px;
    transform: translateY(-50%) scaleX(0);
    top: 50%;
    animation: scaleIn 0.5s forwards 1.2s ease-out;
    transform-origin: left;
}

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

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

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

@media (max-width: 992px) {.opening_board .intro_head {
    padding: 4rem 0;
}.opening_board h3 {
    padding: 1.2rem 1.5rem;
    font-size: calc(19px * 1.1);
}.opening_board .title_style_header {
    font-size: calc(31px * 1.05);
}.opening_board .title_style_header::before {
    left: -60px;
    width: 60px;
}.opening_board .title_style_header::after {
    width: 60px;
    right: -60px;
}
}

@media (max-width: 768px) {.opening_board .intro_head {
    width: 95%;
    padding: 3.5rem 0;
}.opening_board h3 {
    padding: 1rem;
    max-width: 100%;
    font-size: 19px;
}.opening_board .learn_training > div {
    padding: 4rem 1rem;
    min-height: 40vh;
}.opening_board .learn_training p {
    max-width: 100%;
    font-size: 14px;
}.opening_board .title_style_header {
    font-size: 31px;
}.opening_board .title_style_header::before,
  .opening_board .title_style_header::after {
    display: none;
}
}

@media (max-width: 576px) {.opening_board {
    min-height: 80vh;
}.opening_board .intro_head {
    min-height: 80vh;
    padding: 2rem 0;
}.opening_board .intro_head > div > div:first-child {
    margin-bottom: 1.5rem;
}.opening_board h3 {
    padding: 0.8rem;
    font-size: calc(14px * 1.1);
    border-left-width: 3px;
}.opening_board .learn_training > div {
    min-height: 30vh;
    padding: 3rem 1rem;
}.opening_board .learn_training p {
    margin-bottom: 1rem;
    font-size: calc(14px * 0.95);
}.opening_board .learn_training p::after {
    width: 50px;
    height: 1px;
}.opening_board .title_style_header {
    font-size: calc(31px * 0.85);
    margin-top: 0.8rem;
}}.who_we_are {
    background: linear-gradient(135deg, rgb(183,192,210) 0%, rgba(245, 245, 250, 1) 100%);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.who_we_are::before {
    width: 40%;
    content: "";
    opacity: 0.07;
    right: -5%;
    z-index: 1;
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    top: -10%;
    background: linear-gradient(120deg, rgb(131,151,190,0.5) 0%, transparent 80%);
    position: absolute;
}.who_we_are::after {
    height: 60%;
    transform: rotate(10deg) skewX(-10deg);
    width: 50%;
    left: -5%;
    opacity: 0.05;
    position: absolute;
    z-index: 1;
    background: linear-gradient(240deg, rgb(81,114,179,0.5) 0%, transparent 80%);
    content: "";
    bottom: -10%;
}.who_we_are .container {
    z-index: 2;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
}.who_we_are h1 {
    text-align: center;
    position: relative;
    transform: translateZ(0);
    font-weight: 700;
    color: #000000;
    margin-bottom: 60px;
    font-size: 40px;
}.who_we_are h1::after {
    content: "";
    width: 80px;
    transform: translateX(-50%);
    bottom: -15px;
    background: linear-gradient(90deg, rgb(131,151,190) 0%, rgb(81,114,179) 100%);
    left: 50%;
    position: absolute;
    height: 4px;
    border-radius: 2px;
}.who_we_are .creds_block {
    position: relative;
}.who_we_are .creds_block ul {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr;
    margin: 0;
    gap: 50px;
    list-style: none;
}.who_we_are .fast_study {
    padding: 40px 35px;
    transform: translateY(0);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03);
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ffffff;
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), 
                box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.who_we_are .fast_study::before {
    top: 0;
    opacity: 0.8;
    content: "";
    background: linear-gradient(to bottom, rgb(131,151,190), rgb(81,114,179));
    height: 100%;
    width: 4px;
    position: absolute;
    left: 0;
}.who_we_are .fast_study:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
                0 10px 20px rgba(0, 0, 0, 0.05);
}.who_we_are .fast_study h4 {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    margin-top: 0;
    color: #000000;
    font-weight: 700;
    font-size: 23px;
}.who_we_are .fast_study h4::after {
    content: "";
    background: linear-gradient(90deg, rgb(131,151,190,0.5) 0%, transparent 100%);
    transform: scaleX(0.3);
    bottom: -8px;
    left: 0;
    transition: transform 0.4s ease;
    height: 2px;
    width: 100%;
    position: absolute;
    transform-origin: left;
}.who_we_are .fast_study:hover h4::after {
    transform: scaleX(1);
}.who_we_are .fast_study div {
    padding-right: 15px;
    max-height: 300px;
    line-height: 1.8;
    font-weight: 400;
    opacity: 0.9;
    color: #000000;
    font-size: 15px;
    overflow-y: auto;
}.who_we_are .fast_study div::-webkit-scrollbar {
    width: 4px;
}.who_we_are .fast_study div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.03);
    border-radius: 2px;
}.who_we_are .fast_study div::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: rgb(131,151,190,0.5);
}.who_we_are .fast_study:nth-child(2) {
    transform: translateY(30px);
    opacity: 0;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.who_we_are .fast_study:nth-child(1) {
    opacity: 0;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(30px);
}

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

@media (min-width: 768px) {.who_we_are .creds_block ul {
    grid-template-columns: 1fr 1fr;
}.who_we_are h1 {
    font-size: calc(40px * 1.1);
    margin-bottom: 70px;
}.who_we_are h1::after {
    width: 100px;
}.who_we_are .fast_study {
    padding: 45px 40px;
}.who_we_are .fast_study div {
    max-height: 350px;
}
}

@media (min-width: 992px) {.who_we_are {
    padding: 120px 0;
}.who_we_are .container {
    padding: 0 40px;
}.who_we_are h1 {
    margin-bottom: 80px;
    font-size: calc(40px * 1.2);
}.who_we_are h1::after {
    height: 5px;
    width: 120px;
    bottom: -20px;
}.who_we_are .fast_study {
    padding: 50px 45px;
}.who_we_are .fast_study::before {
    width: 5px;
}.who_we_are .fast_study h4 {
    font-size: calc(23px * 1.1);
    margin-bottom: 25px;
}
}

@media (max-width: 767px) {.who_we_are {
    padding: 70px 0;
}.who_we_are h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 40px;
}.who_we_are h1::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.who_we_are .fast_study {
    padding: 30px 25px;
}.who_we_are .fast_study h4 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.who_we_are .fast_study div {
    max-height: 250px;
    font-size: calc(15px * 0.95);
    line-height: 1.6;
}}.thanksCard {
    overflow: hidden;
    padding: 8rem 0;
    background: linear-gradient(135deg, rgb(183,192,210) 0%, #ffffff 100%);
    position: relative;
}.thanksCard::before {
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    z-index: 0;
    background: 
        radial-gradient(circle at 15% 15%, rgb(131,151,190,0.5) 0%, transparent 35%),
        radial-gradient(circle at 85% 85%, rgb(81,114,179,0.5) 0%, transparent 45%);
}.thanksCard::after {
    bottom: 20%;
    left: 10%;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(81,114,179) 50%, transparent);
    position: absolute;
    transform-origin: left;
    transform: scaleX(0);
    content: "";
    animation: lineExpand 1.2s ease-out 0.8s forwards;
    width: 80%;
}.thanksCard .container {
    z-index: 1;
    transform: translateY(30px);
    position: relative;
    padding: 0 2rem;
    animation: fadeUpIn 0.8s ease-out 0.3s forwards;
    max-width: 1200px;
    margin: 0 auto;
    opacity: 0;
}.thanksCard h2 {
    text-shadow: 0 1px 2px rgba(0,0,0,0.05);
    font-weight: 700;
    max-width: 90%;
    color: rgb(131,151,190);
    margin-bottom: 2.5rem;
    font-size: 32px;
    transform: translateY(20px);
    line-height: 1.3;
    animation: fadeUpIn 0.8s ease-out 0.5s forwards;
    opacity: 0;
    position: relative;
}.thanksCard h2::after {
    animation: lineExpand 0.6s ease-out 1s forwards;
    transform: scaleX(0);
    position: absolute;
    background: linear-gradient(90deg, rgb(81,114,179), transparent);
    bottom: -12px;
    height: 4px;
    width: 80px;
    transform-origin: left;
    left: 0;
    content: "";
}.thanksCard .community_team {
    padding: 3rem;
    transform: translateY(30px) perspective(1000px) rotateX(2deg);
    animation: cardAppear 1s cubic-bezier(0.23, 1, 0.32, 1) 0.7s forwards;
    position: relative;
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.05),
        0 5px 15px rgba(0,0,0,0.03);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255,255,255,0.9) 100%);
    border-left: 4px solid rgb(81,114,179);
    opacity: 0;
}.thanksCard .community_team::before {
    content: "";
    opacity: 0.5;
    width: 60px;
    animation: pulseIn 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1.2s forwards;
    border-radius: 50%;
    position: absolute;
    height: 60px;
    background: linear-gradient(135deg, rgb(81,114,179,0.5) 0%, transparent 70%);
    transform: scale(0);
    top: 20px;
    right: 20px;
}.thanksCard ul {
    list-style: none;
    margin: 0;
    padding: 0;
}.thanksCard li {
    position: relative;
    opacity: 0;
    transform: translateY(15px);
    animation: fadeUpIn 0.8s ease-out 0.9s forwards;
}.thanksCard li::before {
    background-color: rgb(81,114,179);
    content: "";
    transform: rotate(45deg) scale(0);
    top: 0.5rem;
    position: absolute;
    height: 0.5rem;
    width: 0.5rem;
    animation: diamondAppear 0.5s ease-out 1.2s forwards;
    left: -1.5rem;
}.thanksCard li span {
    font-family: Arial, sans-serif;
    line-height: 1.7;
    font-size: calc(15px * 1.1);
    position: relative;
    color: #000000;
    letter-spacing: 0.01em;
    display: block;
}

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

@keyframes cardAppear {
    from {
        opacity: 0;
        transform: translateY(30px) perspective(1000px) rotateX(2deg);
    }
    to {
        opacity: 1;
        transform: translateY(0) perspective(1000px) rotateX(0);
    }
}

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

@keyframes diamondAppear {
    from {
        transform: rotate(45deg) scale(0);
    }
    to {
        transform: rotate(45deg) scale(1);
    }
}

@keyframes pulseIn {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
        opacity: 0.7;
    }
    100% {
        transform: scale(1);
        opacity: 0.5;
    }
}

@media (max-width: 991px) {.thanksCard {
    padding: 6rem 0;
}.thanksCard h2 {
    font-size: calc(32px * 0.9);
    max-width: 100%;
}.thanksCard .community_team {
    padding: 2.5rem;
}
}

@media (max-width: 767px) {.thanksCard {
    padding: 5rem 0;
}.thanksCard h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 2rem;
}.thanksCard .community_team {
    padding: 2rem;
}.thanksCard li span {
    font-size: 15px;
}.thanksCard .community_team::before {
    height: 45px;
    top: 15px;
    right: 15px;
    width: 45px;
}
}

@media (max-width: 575px) {.thanksCard {
    padding: 4rem 0;
}.thanksCard .container {
    padding: 0 1.5rem;
}.thanksCard h2 {
    margin-bottom: 1.75rem;
    font-size: calc(32px * 0.7);
}.thanksCard .community_team {
    padding: 1.5rem;
}.thanksCard li::before {
    height: 0.4rem;
    width: 0.4rem;
    left: -1.25rem;
}}header {
    position: relative;
    background: rgb(183,192,210);
    padding: 1.2rem 0;
    z-index: 100;
}header::before {
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    background: linear-gradient(135deg, 
        rgb(131,151,190,0.5) 0%, 
        transparent 50%, 
        rgb(81,114,179,0.5) 100%);
    content: '';
    width: 100%;
    top: 0;
}header .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
}header .main_top {
    display: flex;
    gap: 1rem;
    border-radius: 26px;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}header .head_base {
    text-decoration: none;
    justify-content: center;
    padding: 0.5rem 1rem;
    position: relative;
    margin-bottom: 0.5rem;
    display: flex;
}header .head_base::before {
    content: '';
    width: 100%;
    left: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgb(131,151,190,0.5), 
        rgb(81,114,179,0.5), 
        rgb(131,151,190,0.5), 
        transparent);
    height: 1px;
    bottom: 0;
    position: absolute;
}header .head_base svg {
    height: auto;
    width: 160px;
    transition: all 0.3s ease;
}header .head_base:hover svg {
    filter: drop-shadow(0 2px 4px rgb(131,151,190,0.5));
    transform: translateY(-2px);
}header .top_section {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    display: flex;
    border-radius: 10px;
    padding: 0.6rem;
    background: rgb(183,192,210);
    gap: 0.4rem;
}header .nav_header {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    font-family: Arial, sans-serif;
    z-index: 1;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    font-size: 18px;
    color: #000000;
    font-weight: 400;
}header .nav_header::before {
    opacity: 0;
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    z-index: -1;
    background: linear-gradient(135deg, rgb(131,151,190), rgb(81,114,179));
    transition: opacity 0.3s ease;
    width: 100%;
    left: 0;
}header .nav_header:hover {
    color: #ffffff;
}header .nav_header:hover::before {
    opacity: 1;
}header .nav_header::after {
    background: linear-gradient(to right, rgb(131,151,190), rgb(81,114,179));
    transition: transform 0.3s ease;
    transform-origin: left;
    content: '';
    transform: scaleX(0);
    left: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
}header .nav_header:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {header {
    padding: 1rem 0;
}header .main_top {
    gap: 0.8rem;
    padding: 0.8rem;
}header .head_base svg {
    width: 140px;
}header .top_section {
    padding: 0.5rem;
}header .nav_header {
    padding: 0.4rem 0.8rem;
    font-size: calc(18px - 1px);
}
}

@media (max-width: 767px) {header {
    padding: 0.8rem 0;
}header .main_top {
    padding: 0.7rem;
    gap: 0.7rem;
}header .head_base svg {
    width: 120px;
}header .top_section {
    gap: 0.3rem;
    padding: 0.4rem;
}header .nav_header {
    font-size: calc(18px - 2px);
    padding: 0.3rem 0.7rem;
}
}

@media (max-width: 480px) {header {
    padding: 0.7rem 0;
}header .main_top {
    gap: 0.6rem;
    padding: 0.6rem;
}header .head_base svg {
    width: 110px;
}header .top_section {
    padding: 0.4rem;
    flex-wrap: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
}header .top_section::-webkit-scrollbar {
    height: 2px;
}header .top_section::-webkit-scrollbar-thumb {
    background: rgb(131,151,190);
    border-radius: 10px;
}header .nav_header {
    white-space: nowrap;
    flex-shrink: 0;
}}.program_information {
    background: linear-gradient(145deg, rgb(183,192,210) 0%, rgba(245, 247, 250, 0.95) 100%);
    z-index: 1;
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
}.program_information::before {
    transform: skewX(-15deg) translateX(10%);
    right: 0;
    width: 60%;
    top: 0;
    height: 100%;
    position: absolute;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(131,151,190,0.5), 0.05) 100%);
    z-index: -1;
    content: "";
}.program_information::after {
    bottom: -50px;
    height: 200px;
    transform: rotate(15deg);
    background: linear-gradient(225deg, rgb(131,151,190) 0%, rgb(81,114,179) 100%);
    width: 200px;
    z-index: -1;
    opacity: 0.05;
    content: "";
    position: absolute;
    left: -50px;
}.program_information .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 15px;
    z-index: 2;
}.program_information h2 {
    font-size: 28px;
    color: #000000;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left center;
    transform: perspective(1000px) rotateX(0deg);
    position: relative;
    font-weight: 700;
    margin-bottom: 50px;
}.program_information h2::after {
    transition: transform 0.4s ease-out;
    width: 80px;
    background: rgb(131,151,190);
    content: "";
    position: absolute;
    transform: scaleX(1);
    height: this;
    bottom: -10px;
    transform-origin: left;
    left: 0;
}.program_information h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.program_information h2:hover::after {
    transform: scaleX(1.5);
}.program_information .job_success {
    transform-style: preserve-3d;
    display: grid;
    position: relative;
    gap: 40px;
    grid-template-columns: 1fr;
}.program_information .image_section {
    overflow: hidden;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
    position: relative;
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    height: 350px;
    border: none;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
}.program_information .image_section::before {
    position: absolute;
    top: 0;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    left: 0;
    content: "";
    z-index: 1;
    bottom: 0;
    right: 0;
    transition: opacity 0.3s ease;
}.program_information .image_section:hover {
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
}.program_information .text_body_wrap {
    background-color: #ffffff;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 10px;
    position: relative;
    padding: 40px 30px;
}.program_information .text_body_wrap::before {
    background: linear-gradient(to bottom, rgb(131,151,190), rgb(81,114,179));
    top: 0;
    width: 5px;
    content: "";
    height: 0;
    position: absolute;
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
}.program_information .text_body_wrap:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.program_information .text_body_wrap:hover::before {
    height: 100%;
}.program_information .description {
    line-height: 1.7;
    font-size: 17px;
    position: relative;
    transform: translateZ(0);
    color: #000000;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}.program_information .description:last-child {
    margin-bottom: 0;
}.program_information .description::first-letter {
    font-weight: 600;
    color: rgb(131,151,190);
    font-size: 1.2em;
}.program_information .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.program_information .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.program_information .job_success:hover .image_section {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.program_information .job_success:hover .text_body_wrap {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


@media (min-width: 768px) {.program_information {
    padding: 150px 0 130px;
}.program_information .job_success {
    align-items: center;
    gap: 60px;
    grid-template-columns: 1fr 1.2fr;
}.program_information h2 {
    font-size: calc(28px * 1.1);
    max-width: 80%;
}.program_information .image_section {
    height: 500px;
}.program_information .text_body_wrap {
    padding: 50px 40px;
}
}

@media (min-width: 992px) {.program_information {
    padding: 180px 0 160px;
}.program_information h2 {
    margin-bottom: 70px;
}.program_information .job_success {
    gap: 80px;
}.program_information .image_section {
    height: 600px;
}.program_information .text_body_wrap {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.program_information {
    padding: 80px 0 70px;
}.program_information h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 30px;
}.program_information .image_section {
    height: 250px;
}.program_information .text_body_wrap {
    padding: 30px 20px;
}.program_information .description {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.program_information {
    padding: 60px 0 50px;
}.program_information h2 {
    margin-bottom: 25px;
    font-size: calc(28px * 0.75);
}.program_information .image_section {
    height: 200px;
}.program_information .text_body_wrap {
    padding: 25px 15px;
}.program_information .description {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}
}