* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}.discuss_cta {
    flex: 0 0 auto;
}svg {
    width: 30px;
    height: 30px;
}.content-wrapper {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}html,body {
    color: #000000;
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: auto;
    auto
contain
touch-action: none;
    min-height: 100%;
}.header_guide {
    flex: 1 0 auto;
}.container {
    margin: auto;
    width: 1123px;
    max-width: 100%;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.give_it_a_try {
    position: relative;
    padding: 5rem 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,195,191), rgb(173,157,152));
}.give_it_a_try::before {
    top: -50%;
    height: 200%;
    z-index: 1;
    background: radial-gradient(circle at 30% 40%, rgb(208,195,191,0.5), transparent 60%);
    transform: rotate(-15deg);
    width: 200%;
    content: "";
    position: absolute;
    left: -50%;
}.give_it_a_try::after {
    bottom: -20px;
    right: -20px;
    content: "";
    background: rgb(173,157,152);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: rotate(15deg);
    position: absolute;
    width: 150px;
    z-index: 1;
    opacity: 0.2;
    height: 150px;
}.give_it_a_try .container {
    align-items: center;
    margin: 0 auto;
    flex-direction: column;
    position: relative;
    padding: 0 20px;
    display: flex;
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    max-width: 1140px;
}.give_it_a_try h6 {
    letter-spacing: 0.5px;
    text-align: center;
    max-width: 800px;
    font-size: 17px;
    margin-bottom: 2.5rem;
    line-height: 1.6;
    transform: translateY(-5px);
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}.give_it_a_try div div {
    transform: translateY(5px);
    justify-content: center;
    display: flex;
}.give_it_a_try div div span {
    position: relative;
    display: inline-block;
    overflow: hidden;
}.give_it_a_try div div span::before {
    background: #ffffff;
    height: 20px;
    border-radius: 50%;
    content: "";
    opacity: 0.2;
    position: absolute;
    transform: scale(0);
    top: -10px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 20px;
    left: -10px;
}.give_it_a_try .support_panel {
    position: relative;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    transition: all 0.4s ease;
    font-weight: 700;
    overflow: hidden;
    text-decoration: none;
    padding: 14px 36px;
    display: inline-flex;
    transform: translateZ(0);
    color: rgb(208,195,191);
    font-size: 17px;
    border-radius: 10px;
    backface-visibility: hidden;
}.give_it_a_try .support_panel::before {
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, rgb(208,195,191,0.5), rgb(173,157,152,0.5));
    left: 0;
    z-index: 1;
    width: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}.give_it_a_try .support_panel span {
    position: relative;
    transition: transform 0.3s ease;
    z-index: 2;
}.give_it_a_try .support_panel:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}.give_it_a_try .support_panel:hover::before {
    opacity: 0.15;
}.give_it_a_try .support_panel:hover span {
    transform: translateX(5px);
}.give_it_a_try .support_panel:active {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}.give_it_a_try div div span:hover::before {
    transform: scale(20);
}

@media (min-width: 768px) {.give_it_a_try {
    padding: 6rem 0;
}.give_it_a_try .container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    transform: perspective(1200px) rotateX(1deg);
}.give_it_a_try h6 {
    max-width: 60%;
    text-align: left;
    margin-bottom: 0;
    margin-right: 2rem;
    transform: translateY(0);
}.give_it_a_try div div {
    transform: translateY(0);
}
}

@media (min-width: 992px) {.give_it_a_try {
    padding: 7rem 0;
}.give_it_a_try::before {
    top: -30%;
    left: -30%;
}.give_it_a_try::after {
    right: -30px;
    height: 200px;
    width: 200px;
    bottom: -30px;
}.give_it_a_try h6 {
    max-width: 65%;
    font-size: calc(17px * 1.1);
}.give_it_a_try .support_panel {
    padding: 16px 42px;
}
}

@media (max-width: 767px) {.give_it_a_try {
    padding: 4rem 0;
}.give_it_a_try h6 {
    margin-bottom: 2rem;
    font-size: calc(17px * 0.9);
}.give_it_a_try .support_panel {
    font-size: calc(17px * 0.95);
    padding: 12px 30px;
}
}

@media (max-width: 480px) {.give_it_a_try {
    padding: 3.5rem 0;
}.give_it_a_try h6 {
    font-size: calc(17px * 0.85);
    margin-bottom: 1.8rem;
}.give_it_a_try .support_panel {
    font-size: calc(17px * 0.9);
    padding: 10px 26px;
}}.consentSettingsDialog {
    width: 90%;
    position: fixed;
    padding: 20px;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 24px;
    max-width: 600px;
    background: rgb(233,228,225);
    bottom: 20px;
    font-family: Arial, sans-serif;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    flex-direction: column;
}.cookie_screen {
    z-index: 1;
    flex-direction: column;
    display: flex;
    align-items: center;
}.cookie_verify {
    animation: bounce 2s infinite;
    margin-bottom: 20px;
}.cookie_verify svg, .cookie_verify svg path, .cookie_verify img {
    fill: rgb(208,195,191);
    width: 80px;
    height: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.consentSettingsDialog h5 {
    margin-bottom: 10px;
    color: rgb(208,195,191);
    font-size: 22px;
    font-weight: 700;
}.consentSettingsDialog p {
    margin-bottom: 20px;
    color: #000000;
    font-size: 17px;
}.cookie_reset {
    display: inline-block;
    background: rgb(208,195,191);
    width: calc(50% - 10px);
    text-decoration: none;
    border-radius: 10px;
    text-align: center;
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    color: #ffffff;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 20px;
    cursor: pointer;
    font-size: 15px;
}.cookie_reset:hover {
    background: rgb(173,157,152);
    transform: translateY(-3px);
}.cookie_button.cookie_ack {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.cookie_ack:hover {
    background: rgb(173,157,152,0.5);
}.consentSettingsDialog p a {
    color: rgb(208,195,191);
    text-decoration: underline;
    transition: color 0.3s ease-in-out;
}.consentSettingsDialog p a:hover {
    color: rgb(173,157,152);
}
@media only screen and (max-width: 600px) {.consentSettingsDialog {
    width: 100%;
    border-radius: 0;
    left: 0;
    transform: none;
    bottom: 0;
}.cookie_screen {
    padding: 15px;
}.cookie_verify svg {
    width: 50px;
    height: 50px;
}.consentSettingsDialog h5 {
    font-size: calc(22px - 2px);
}.consentSettingsDialog p {
    font-size: calc(17px - 2px);
}.cookie_reset {
    width: calc(100% - 10px);
    padding: 8px 16px;
    font-size: calc(15px - 2px);
}}
#panelPrivacyPolicy {
    display: none;
}#panelPrivacyPolicy:checked ~ .consentSettingsDialog {
    visibility: hidden;
    opacity: 0;
}.our_mission {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.our_mission::before {
    top: 0;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(23, 35, 50, 0.92) 0%,
        rgba(41, 54, 74, 0.88) 45%,
        rgba(56, 72, 98, 0.85) 100%);
}.our_mission::after {
    width: 100%;
    background: radial-gradient(
        circle at 75% 25%,
        rgb(208,195,191,0.5) 0%,
        transparent 45%
    );
    left: 0;
    height: 100%;
    content: "";
    z-index: 2;
    top: 0;
    position: absolute;
    pointer-events: none;
}.our_mission h4 {
    font-weight: 600;
    margin-bottom: 50px;
    text-align: center;
    z-index: 3;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 3px;
    font-size: calc(19px * 1.1);
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    opacity: 0;
    transform: translateY(10px);
    position: relative;
}.our_mission h4::after {
    position: absolute;
    background: rgb(173,157,152);
    width: 60px;
    content: "";
    bottom: -12px;
    transform: translateX(-50%);
    left: 50%;
    height: 2px;
}.our_mission .container {
    z-index: 3;
    padding: 0 30px;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
}.our_mission .message_box {
    animation: fadeInUp 1s ease-out 0.4s forwards;
    opacity: 0;
    background: linear-gradient(
        to right bottom,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    padding: 50px 60px;
    transform: translateY(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
}.our_mission .message_box::before {
    border: 2px solid rgb(173,157,152,0.5);
    opacity: 0.3;
    right: -40px;
    height: 120px;
    content: "";
    top: -40px;
    z-index: -1;
    position: absolute;
    border-radius: 50%;
    width: 120px;
}.our_mission .message_box::after {
    opacity: 0.3;
    content: "";
    height: 60px;
    bottom: -20px;
    border: 2px solid rgb(208,195,191,0.5);
    width: 60px;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    z-index: -1;
}.our_mission h6 {
    font-weight: 700;
    font-size: calc(20px * 1.3);
    display: inline-block;
    color: rgb(173,157,152);
    margin-bottom: 25px;
    position: relative;
}.our_mission h6::after {
    width: 30%;
    bottom: -10px;
    position: absolute;
    transform-origin: left;
    height: 2px;
    background: rgb(173,157,152);
    animation: expandWidth 1.2s ease-in-out 1s forwards;
    left: 0;
    content: "";
}.our_mission span {
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    column-gap: 40px;
    font-family: Arial, sans-serif;
    text-align: justify;
    column-count: 1;
    font-size: 16px;
    font-weight: 400;
    display: block;
}.our_mission .message_box div {
    position: relative;
    overflow: hidden;
}.our_mission .container::before {
    height: 200px;
    right: -100px;
    top: -50px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.05);
    animation: rotateOrbit 20s linear infinite;
    width: 200px;
    z-index: -1;
    content: "";
    position: absolute;
}.our_mission .container::after {
    border: 1px solid rgba(255, 255, 255, 0.03);
    z-index: -1;
    width: 150px;
    height: 150px;
    left: -50px;
    border-radius: 50%;
    content: "";
    animation: rotateOrbitReverse 25s linear infinite;
    bottom: -30px;
    position: absolute;
}.our_mission .message_box div::before {
    height: 4px;
    width: 4px;
    right: 30px;
    position: absolute;
    background-color: rgb(173,157,152);
    top: 20px;
    box-shadow: 0 0 10px 2px rgb(173,157,152,0.5);
    border-radius: 50%;
    animation: twinkle 3s ease-in-out infinite;
    content: "";
}.our_mission .message_box div::after {
    width: 3px;
    content: "";
    background-color: #ffffff;
    animation: twinkle 4s ease-in-out 1s infinite;
    bottom: 30px;
    position: absolute;
    border-radius: 50%;
    height: 3px;
    box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.6);
    left: 20px;
}@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes expandWidth {
    from {
        width: 0;
    }
    to {
        width: 30%;
    }
}

@keyframes rotateOrbit {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotateOrbitReverse {
    from {
        transform: rotate(360deg);
    }
    to {
        transform: rotate(0deg);
    }
}

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


.our_mission .message_box:hover {
    transition: all 0.3s ease-out;
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}


@media (min-width: 1200px) {.our_mission .message_box {
    padding: 60px 70px;
    max-width: 90%;
    margin: 0 auto;
}.our_mission span {
    column-count: 2;
    column-gap: 50px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {.our_mission {
    padding: 100px 0;
}.our_mission .message_box {
    padding: 50px 60px;
    max-width: 95%;
    margin: 0 auto;
}.our_mission span {
    column-count: 2;
    column-gap: 40px;
}
}

@media (min-width: 768px) and (max-width: 991px) {.our_mission {
    padding: 80px 0;
}.our_mission h4 {
    margin-bottom: 40px;
}.our_mission .message_box {
    padding: 40px 50px;
}.our_mission span {
    font-size: calc(16px * 0.95);
    column-count: 2;
    column-gap: 30px;
}
}

@media (min-width: 576px) and (max-width: 767px) {.our_mission {
    padding: 70px 0;
}.our_mission h4 {
    margin-bottom: 35px;
    font-size: calc(19px * 1);
}.our_mission .message_box {
    padding: 35px 40px;
}.our_mission h6 {
    margin-bottom: 20px;
    font-size: calc(20px * 1.2);
}.our_mission span {
    line-height: 1.7;
    font-size: calc(16px * 0.9);
    column-count: 1;
}
}

@media (max-width: 575px) {.our_mission {
    padding: 60px 0;
}.our_mission h4 {
    letter-spacing: 2px;
    margin-bottom: 30px;
    font-size: calc(19px * 0.9);
}.our_mission .container {
    padding: 0 20px;
}.our_mission .message_box {
    padding: 30px 25px;
}.our_mission h6 {
    font-size: calc(20px * 1.1);
    margin-bottom: 18px;
}.our_mission h6::after {
    width: 50px;
}.our_mission span {
    line-height: 1.6;
    font-size: calc(16px * 0.85);
}.our_mission .message_box::before,
    .our_mission .message_box::after {
    display: none;
}}.thxMessage {
    padding: 5rem 0;
    position: relative;
    perspective: 1000px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgb(208,195,191,0.5) 100%);
}.thxMessage::before {
    height: 100%;
    content: "";
    top: 0;
    transform: translateZ(-50px);
    width: 100%;
    z-index: 1;
    opacity: 0.1;
    position: absolute;
    background: linear-gradient(45deg, transparent 45%, rgb(173,157,152,0.5) 45%, rgb(173,157,152,0.5) 55%, transparent 55%);
    left: 0;
}.thxMessage::after {
    width: 100%;
    opacity: 0.2;
    right: -50%;
    position: absolute;
    top: -50%;
    animation: rotateGradient 15s infinite linear;
    z-index: 0;
    height: 200%;
    background: radial-gradient(circle at center, rgb(208,195,191,0.5) 0%, transparent 70%);
    content: "";
}.thxMessage .container {
    z-index: 2;
    transform-style: preserve-3d;
    position: relative;
}.thxMessage .pedagogy_info {
    gap: 2rem;
    background: linear-gradient(170deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    padding: 3rem;
    max-width: 900px;
    transform: translateZ(30px);
    position: relative;
    transform-style: preserve-3d;
    display: flex;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    border-left: 4px solid rgb(208,195,191);
    flex-direction: column;
    margin: 0 auto;
}.thxMessage .pedagogy_info::before {
    content: "";
    transform: translateZ(-15px);
    position: absolute;
    z-index: -1;
    bottom: 10px;
    right: 10px;
    opacity: 0.4;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 15% 100%);
    background: linear-gradient(135deg, rgb(173,157,152,0.5) 0%, transparent 70%);
    top: -10px;
    left: -10px;
}.thxMessage .pedagogy_info > div:first-child {
    animation: slideInTop 0.8s ease-out forwards;
    transform: translateZ(20px);
    position: relative;
}.thxMessage .pedagogy_info > div:first-child::after {
    width: 70%;
    height: 3px;
    position: absolute;
    transform: translateZ(5px);
    content: "";
    bottom: -10px;
    background: linear-gradient(90deg, rgb(208,195,191) 0%, transparent 100%);
    left: 0;
}.thxMessage .pedagogy_info > div:last-child {
    animation: slideInBottom 0.8s ease-out 0.3s forwards;
    position: relative;
    opacity: 0;
    transform: translateZ(10px);
}.thxMessage h5 {
    display: inline-block;
    font-size: 24px;
    transform: translateX(-5px);
    margin-bottom: 1rem;
    color: #000000;
    position: relative;
    font-weight: 700;
}.thxMessage h5::before {
    top: 50%;
    transform: translateY(-50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    width: 15px;
    content: "";
    background-color: rgb(208,195,191);
    height: 15px;
    position: absolute;
    left: -20px;
}.thxMessage p {
    line-height: 1.7;
    font-size: 13px;
    position: relative;
    color: #000000;
    transition: color 0.3s ease;
    max-width: 95%;
    padding-left: 1rem;
}.thxMessage p::before {
    content: "";
    width: 3px;
    transition: transform 0.3s ease;
    top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleY(0.9);
    background: linear-gradient(to bottom, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
}.thxMessage a {
    text-decoration: none;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
}.thxMessage a:hover {
    transform: translateX(10px);
}.thxMessage a:hover p {
    color: rgb(208,195,191);
}.thxMessage a:hover p::before {
    transform: scaleY(1.1);
}

@keyframes slideInTop {
    from {
        transform: translateZ(20px) translateY(-30px);
        opacity: 0;
    }
    to {
        transform: translateZ(20px) translateY(0);
        opacity: 1;
    }
}

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

@keyframes rotateGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 992px) {.thxMessage {
    padding: 4rem 0;
}.thxMessage .pedagogy_info {
    padding: 2.5rem;
    margin: 0 2rem;
}.thxMessage h5 {
    font-size: calc(24px - 0.1rem);
}
}

@media (max-width: 768px) {.thxMessage {
    padding: 3rem 0;
}.thxMessage .pedagogy_info {
    padding: 2rem;
    margin: 0 1.5rem;
    gap: 1.5rem;
}.thxMessage h5 {
    font-size: calc(24px - 0.2rem);
}.thxMessage p {
    font-size: calc(13px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.thxMessage {
    padding: 2.5rem 0;
}.thxMessage .pedagogy_info {
    padding: 1.5rem;
    margin: 0 1rem;
    gap: 1.2rem;
}.thxMessage h5 {
    font-size: calc(24px - 0.3rem);
}.thxMessage h5::before {
    width: 12px;
    height: 12px;
    left: -15px;
}.thxMessage p {
    padding-left: 0.7rem;
}.thxMessage a:hover {
    transform: translateX(5px);
}}header {
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: fixed;
    background: linear-gradient(120deg, 
        rgb(208,195,191) 0%, 
        rgb(208,195,191,0.5) 100%
    );
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    left: 0;
    top: 0;
}header:before {
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    opacity: 0.1;
    left: 0;
    pointer-events: none;
    position: absolute;
}header:after {
    top: 0;
    left: 0;
    height: 100%;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    content: '';
    pointer-events: none;
    position: absolute;
    width: 100%;
    background-size: 100px 100px;
}header .top_pagebar {
    position: relative;
}header .top_pagebar:before {
    content: '';
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    bottom: -1px;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    opacity: 0.3;
}header .top_pagebar:after {
    content: '';
    left: 0;
    pointer-events: none;
    filter: blur(8px);
    transform: translateY(-50%);
    height: 60px;
    position: absolute;
    width: 60px;
    top: 50%;
    opacity: 0.5;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
}header .container {
    max-width: 1200px;
    position: relative;
    padding: 15px 25px;
    margin: 0 auto;
}header .container:before {
    opacity: 0.5;
    pointer-events: none;
    width: 50px;
    background-position: 0 0, 0 10px;
    background-repeat: repeat-x;
    top: 50%;
    height: 30px;
    transform: translateY(-50%);
    position: absolute;
    right: 20px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    content: '';
    background-size: 6px 2px, 6px 2px;
}header .head_page {
    align-items: center;
    justify-content: space-between;
    position: relative;
    display: flex;
}header .head_page:before {
    left: 0;
    transform: translateY(-50%) translateX(-40px);
    content: '';
    border-radius: 50%;
    width: 20px;
    position: absolute;
    height: 20px;
    top: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.5;
}header .head_page:after {
    content: '';
    top: 50%;
    transform: translateY(-50%) translateX(40px);
    opacity: 0.5;
    position: absolute;
    right: 0;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .main_site {
    align-items: center;
    gap: 30px;
    position: relative;
    display: flex;
}header .main_site:before {
    position: absolute;
    left: 0;
    bottom: -10px;
    content: '';
    height: 2px;
    transition: opacity 0.4s ease;
    width: 100%;
    opacity: 0;
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
}header .main_site:hover:before {
    opacity: 0.7;
}header .main_nav {
    font-weight: 400;
    transition: all 0.3s ease;
    position: relative;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
}header .main_nav:before {
    transition: all 0.3s ease;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    position: absolute;
    width: 6px;
    border-radius: 50%;
    height: 6px;
    transform: translateY(-50%);
    content: '';
    left: -12px;
    background: #ffffff;
    top: 50%;
    opacity: 0;
}header .main_nav:after {
    position: absolute;
    left: -30px;
    transform: translateY(-50%) scaleX(0);
    width: 20px;
    height: 1px;
    content: '';
    transform-origin: right;
    transition: all 0.3s ease;
    top: 50%;
    background: rgba(255, 255, 255, 0.5);
}header .main_nav:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .main_nav:hover:before {
    opacity: 1;
    left: -20px;
}header .main_nav:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .nav_pagebar {
    display: flex;
    position: relative;
    align-items: center;
    transition: all 0.3s ease;
    padding: 5px;
    text-decoration: none;
}header .nav_pagebar:before {
    content: '';
    width: calc(100% + 20px);
    top: -10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: all 0.3s ease;
    left: -10px;
    height: calc(100% + 20px);
    border-radius: 10px;
    position: absolute;
}header .nav_pagebar:after {
    left: -5px;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    content: '';
    opacity: 0;
    transition: all 0.3s ease;
    background: #ffffff;
    width: 10px;
    top: -5px;
    position: absolute;
    height: 10px;
}header .nav_pagebar:hover:before {
    opacity: 1;
}header .nav_pagebar:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .nav_pagebar svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
}header .nav_pagebar:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .main_site {
    gap: 20px;
}header .nav_pagebar svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .main_site {
    position: fixed;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    height: 100vh;
    gap: 25px;
    max-width: 320px;
    z-index: 1001;
    background: rgb(208,195,191);
    flex-direction: column;
    top: 0;
    right: -100%;
    padding: 80px 30px 30px;
    width: 80%;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header .main_site:before {
    width: 80%;
    top: 60px;
    left: 10%;
    bottom: auto;
}header .main_site:after {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 20px;
    position: absolute;
    pointer-events: none;
    content: '';
    right: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .main_nav {
    width: 100%;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}header .main_nav:hover {
    transform: translateX(0);
}header .main_nav:last-child {
    border-bottom: none;
}header .nav_pagebar {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .nav_pagebar svg {
    height: 30px;
}}.welcome_page {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}.welcome_page .study_fast {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 100%;
    position: relative;
    align-items: center;
}.welcome_page .study_fast::before {
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(208,195,191,0.5) 0%,
    rgb(173,157,152,0.5) 50%,
    rgba(0, 0, 0, 0.5) 100%
  );
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    transform: translateZ(0);
    backdrop-filter: blur(2px);
    width: 100%;
    top: 0;
}.welcome_page .study_fast::after {
    transform: translateZ(0);
    content: "";
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.75) 0%,
    transparent 100%
  );
    height: 40%;
    z-index: 2;
    bottom: 0;
    width: 100%;
    left: 0;
    position: absolute;
}.welcome_page .pro_learn {
    padding: 2.5rem;
    max-width: 86%;
    position: relative;
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset;
    background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.05) 100%
  );
    transform: translateZ(0) rotateX(5deg);
    perspective: 1000px;
    margin: 0 auto;
    clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 2rem),
    calc(100% - 2rem) 100%,
    0 100%
  );
    z-index: 5;
    backdrop-filter: blur(10px);
    animation: elementAppear 1.2s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    transform-style: preserve-3d;
}.welcome_page .pro_learn::before {
    filter: blur(20px);
    transform: translateZ(-10px);
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: -1;
    width: calc(100% + 20px);
    background: linear-gradient(
    45deg,
    rgb(208,195,191) 0%,
    transparent 40%,
    transparent 60%,
    rgb(173,157,152) 100%
  );
    opacity: 0.5;
    content: "";
}.welcome_page .pro_learn h1 {
    font-size: calc(40px * 1.15);
    font-weight: 700;
    letter-spacing: -0.5px;
    color: #ffffff;
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    opacity: 0;
    text-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transform: translateZ(40px);
    position: relative;
    line-height: 1.1;
    animation-delay: 0.2s;
    margin-bottom: 1.5rem;
}.welcome_page .pro_learn h1::after {
    animation-delay: 1s;
    transform: scaleX(0);
    background: rgb(208,195,191);
    bottom: -0.75rem;
    position: absolute;
    content: "";
    transform-origin: left;
    width: 80px;
    animation: lineExpand 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    height: 4px;
    left: 0;
}.welcome_page .pro_learn h3 {
    opacity: 0.9;
    transform: translateZ(30px);
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    margin-bottom: 1.75rem;
    font-weight: 600;
    animation-delay: 0.4s;
    color: #ffffff;
    line-height: 1.4;
    font-size: calc(23px * 1.1);
    opacity: 0;
}.welcome_page .pro_learn p {
    color: #ffffff;
    animation-delay: 0.6s;
    font-size: calc(16px * 1.15);
    transform: translateZ(20px);
    line-height: 1.6;
    opacity: 0;
    padding-left: 1.5rem;
    animation: textFlyIn 1s cubic-bezier(0.23, 1, 0.32, 1) forwards;
    max-width: 85%;
    position: relative;
}.welcome_page .pro_learn p::before {
    width: 3px;
    transform: scaleY(0);
    left: 0;
    top: 0.5rem;
    position: absolute;
    height: calc(100% - 1rem);
    content: "";
    background: rgb(173,157,152);
    animation: lineGrow 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    animation-delay: 1.2s;
    transform-origin: top;
}

@keyframes elementAppear {
  0% {
    opacity: 0;
    transform: translateZ(0) rotateX(15deg) translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) rotateX(5deg) translateY(0);
  }
}

@keyframes textFlyIn {
  0% {
    opacity: 0;
    transform: translateZ(0) translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateZ(40px) translateY(0);
  }
}

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

@keyframes lineGrow {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@media (max-width: 1200px) {.welcome_page .pro_learn {
    transform: translateZ(0) rotateX(3deg);
    max-width: 90%;
    padding: 2.25rem;
}.welcome_page .pro_learn h1 {
    font-size: calc(40px * 1.05);
}.welcome_page .pro_learn h3 {
    font-size: 23px;
    margin-bottom: 1.5rem;
}.welcome_page .pro_learn p {
    font-size: 16px;
    max-width: 90%;
}
}

@media (max-width: 992px) {.welcome_page {
    height: 90vh;
}.welcome_page .pro_learn {
    transform: translateZ(0) rotateX(2deg);
    padding: 2rem;
}.welcome_page .pro_learn h1 {
    font-size: 40px;
}.welcome_page .pro_learn h3 {
    font-size: calc(23px * 0.95);
}.welcome_page .pro_learn p {
    max-width: 95%;
}
}

@media (max-width: 768px) {.welcome_page {
    height: 85vh;
}.welcome_page .pro_learn {
    padding: 1.75rem;
    transform: translateZ(0) rotateX(0deg);
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1.5rem),
      calc(100% - 1.5rem) 100%,
      0 100%
    );
    max-width: 95%;
}.welcome_page .pro_learn h1 {
    font-size: calc(40px * 0.9);
    margin-bottom: 1.25rem;
}.welcome_page .pro_learn h1::after {
    width: 60px;
    height: 3px;
}.welcome_page .pro_learn h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 1.25rem;
}.welcome_page .pro_learn p {
    padding-left: 1.25rem;
    max-width: 100%;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.welcome_page {
    height: 80vh;
}.welcome_page .study_fast::after {
    height: 50%;
}.welcome_page .pro_learn {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - 1rem),
      calc(100% - 1rem) 100%,
      0 100%
    );
    padding: 1.5rem;
}.welcome_page .pro_learn h1 {
    margin-bottom: 1rem;
    font-size: calc(40px * 0.8);
}.welcome_page .pro_learn h1::after {
    width: 50px;
}.welcome_page .pro_learn h3 {
    margin-bottom: 1rem;
    font-size: calc(23px * 0.85);
}.welcome_page .pro_learn p {
    font-size: calc(16px * 0.9);
    padding-left: 1rem;
}.welcome_page .pro_learn p::before {
    width: 2px;
}}.contact_form_section {
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgb(208,195,191,0.5) 100%);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}.contact_form_section::before {
    z-index: 0;
    content: '';
    top: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(173,157,152,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(208,195,191,0.5) 0%, transparent 40%);
    animation: pulse 15s infinite alternate;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
}.contact_form_section::after {
    background-image: 
        linear-gradient(45deg, rgb(208,195,191,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(208,195,191,0.5) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgb(208,195,191,0.5) 75%),
        linear-gradient(-45deg, transparent 75%, rgb(208,195,191,0.5) 75%);
    z-index: 1;
    background-position: 0 0, 0 100px, 100px -100px, -100px 0px;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    background-size: 200px 200px;
    opacity: 0.05;
    content: '';
    top: 0;
}.contact_form_section .background_image {
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    opacity: 0.2;
    filter: grayscale(40%) contrast(120%);
}.contact_form_section .container {
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 20px;
}.contact_form_section h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    color: #000000;
    font-size: 33px;
    font-family: Arial, sans-serif;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
}.contact_form_section h3::after {
    transform: translateX(-50%);
    bottom: -10px;
    left: 50%;
    content: '';
    width: 80px;
    position: absolute;
    border-radius: 10px;
    background: rgb(208,195,191);
    height: 4px;
}.contact_form_section .reach_message {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    border-radius: 16px;
    position: relative;
    flex-wrap: wrap;
    background: #ffffff;
}.contact_form_section .reach_message::before {
    border-radius: calc(16px + 5px);
    z-index: -1;
    right: -5px;
    content: '';
    top: -5px;
    background: linear-gradient(45deg, rgb(173,157,152), rgb(208,195,191), rgb(173,157,152));
    animation: border-glow 5s infinite linear;
    left: -5px;
    bottom: -5px;
    position: absolute;
}.contact_form_section .connect_reach {
    flex: 1 1 60%;
    position: relative;
    padding: 40px;
    overflow: hidden;
}.contact_form_section .connect_reach::before {
    background: 
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(90deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0,
        linear-gradient(0deg, #ffffff 10px, transparent 10px) 0 0;
    width: 100%;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    content: '';
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    height: 100%;
    opacity: 0.3;
    background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
    top: 0;
    z-index: 0;
    position: absolute;
    left: 0;
}.contact_form_section .connect_reach #contact {
    position: relative;
    z-index: 1;
}.contact_form_section .connect_reach h3 {
    text-align: left;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 600;
    font-size: 22px;
}.contact_form_section .connect_reach h3::after {
    transform: none;
    left: 0;
    width: 60px;
}.contact_form_section .connect_reach input[type="text"],
.contact_form_section .connect_reach textarea {
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000000;
    font-family: Arial, sans-serif;
    background-color: rgba(0, 0, 0, 0.02);
    font-size: 16px;
    width: 100%;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
}.contact_form_section .connect_reach input[type="text"]:focus,
.contact_form_section .connect_reach textarea:focus {
    outline: none;
    border-color: rgb(208,195,191);
    box-shadow: 0 0 0 3px rgb(208,195,191,0.5);
    background-color: #ffffff;
}.contact_form_section .connect_reach textarea {
    resize: vertical;
    height: 120px;
}.contact_form_section .connect_reach .inquiry_feedback {
    display: flex;
    margin-bottom: 25px;
    align-items: flex-start;
}.contact_form_section .connect_reach .inquiry_feedback input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_form_section .connect_reach .inquiry_feedback label {
    line-height: 1.5;
    position: relative;
    padding-left: 35px;
    color: #000000;
    font-size: calc(16px - 2px);
    cursor: pointer;
}.contact_form_section .connect_reach .inquiry_feedback label::before {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    left: 0;
    width: 22px;
    border-radius: 10px;
    transition: all 0.3s ease;
    content: '';
    top: 2px;
    height: 22px;
    position: absolute;
}.contact_form_section .connect_reach .inquiry_feedback input[type="checkbox"]:checked + label::before {
    background-color: rgb(208,195,191);
    border-color: rgb(208,195,191);
}.contact_form_section .connect_reach .inquiry_feedback input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 9px;
    height: 4px;
    transform: rotate(-45deg);
    border-bottom: 2px solid #ffffff;
    width: 8px;
    left: 7px;
    content: '';
    border-left: 2px solid #ffffff;
}.contact_form_section .connect_reach .inquiry_feedback a {
    transition: color 0.3s ease;
    font-weight: 600;
    color: rgb(208,195,191);
    text-decoration: none;
}.contact_form_section .connect_reach .inquiry_feedback a:hover {
    color: rgb(173,157,152);
    text-decoration: underline;
}.contact_form_section .connect_reach .support_panel {
    transition: all 0.3s ease;
    border: none;
    position: relative;
    font-weight: 600;
    display: inline-block;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(208,195,191) 0%, rgb(173,157,152) 100%);
    padding: 15px 30px;
    border-radius: 16px;
    text-transform: uppercase;
    cursor: pointer;
}.contact_form_section .connect_reach .support_panel::before {
    position: absolute;
    transition: all 0.5s ease;
    left: -100%;
    content: '';
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.contact_form_section .connect_reach .support_panel:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_form_section .connect_reach .support_panel:hover::before {
    left: 100%;
}.contact_form_section .reach_list {
    padding: 40px;
    position: relative;
    flex: 1 1 40%;
    background: linear-gradient(135deg, rgb(173,157,152) 0%, rgb(208,195,191) 100%);
    overflow: hidden;
}.contact_form_section .reach_list::before {
    width: 100%;
    top: 0;
    opacity: 0.6;
    height: 100%;
    position: absolute;
    left: 0;
    background-image: 
        radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 90% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
    content: '';
}.contact_form_section .reach_list h4 {
    position: relative;
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
}.contact_form_section .reach_list h4::after {
    left: 0;
    content: '';
    border-radius: 10px;
    bottom: -10px;
    width: 60px;
    background: #ffffff;
    height: 3px;
    position: absolute;
}.contact_form_section .reach_list .contact_inquiry {
    list-style: none;
    margin: 0;
    padding: 0;
}.contact_form_section .reach_list .contact_inquiry li {
    align-items: flex-start;
    z-index: 1;
    position: relative;
    display: flex;
    margin-bottom: 25px;
}.contact_form_section .reach_list .contact_inquiry li svg {
    margin-right: 15px;
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}.contact_form_section .reach_list .contact_inquiry li svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.contact_form_section .reach_list .contact_inquiry li:hover svg path {
    fill: rgba(255, 255, 255, 0.8);
}.contact_form_section .reach_list .contact_inquiry li span {
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
}.contact_form_section .reach_list .contact_inquiry li a {
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
}.contact_form_section .reach_list .contact_inquiry li a:hover {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: underline;
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 0.8;
    }
}

@keyframes border-glow {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 300% 0%;
    }
}

@media (max-width: 992px) {.contact_form_section {
    padding: 60px 0;
}.contact_form_section .container {
    padding: 0 15px;
}.contact_form_section .reach_message {
    flex-direction: column;
}.contact_form_section .connect_reach,
    .contact_form_section .reach_list {
    flex: 1 1 100%;
}.contact_form_section .connect_reach {
    padding: 30px;
}.contact_form_section .reach_list {
    padding: 30px;
}
}

@media (max-width: 768px) {.contact_form_section {
    padding: 40px 0;
}.contact_form_section h3 {
    font-size: calc(33px - 4px);
    margin-bottom: 30px;
}.contact_form_section .connect_reach h3,
    .contact_form_section .reach_list h4 {
    font-size: calc(22px - 2px);
    margin-bottom: 20px;
}.contact_form_section .connect_reach input[type="text"],
    .contact_form_section .connect_reach textarea {
    padding: 12px 15px;
    margin-bottom: 15px;
}.contact_form_section .connect_reach textarea {
    height: 100px;
}.contact_form_section .connect_reach .support_panel {
    font-size: calc(14px - 1px);
    padding: 12px 25px;
}.contact_form_section .reach_list .contact_inquiry li {
    margin-bottom: 20px;
}.contact_form_section .reach_list .contact_inquiry li svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}
}

@media (max-width: 576px) {.contact_form_section {
    padding: 30px 0;
}.contact_form_section .connect_reach,
    .contact_form_section .reach_list {
    padding: 20px;
}.contact_form_section h3 {
    font-size: calc(33px - 6px);
}.contact_form_section .connect_reach .inquiry_feedback label {
    font-size: calc(16px - 3px);
}}.academic_experience {
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(245, 248, 250, 0.9) 100%);
}.academic_experience::before {
    position: absolute;
    right: -10%;
    transform: translateZ(0);
    height: 40vw;
    top: -5%;
    opacity: 0.15;
    background: radial-gradient(circle, rgb(208,195,191,0.5) 0%, transparent 70%);
    content: "";
    width: 40vw;
}.academic_experience::after {
    width: 30vw;
    position: absolute;
    background: radial-gradient(circle, rgb(173,157,152,0.5) 0%, transparent 70%);
    opacity: 0.1;
    bottom: -5%;
    left: -10%;
    transform: translateZ(0);
    content: "";
    height: 30vw;
}.academic_experience .container {
    max-width: 1200px;
    position: relative;
    padding: 0 2rem;
    margin: 0 auto;
    z-index: 2;
}.academic_experience .review_voices {
    grid-template-columns: 1fr;
    backdrop-filter: blur(10px);
    display: grid;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 1px 3px rgba(0, 0, 0, 0.03),
        0 0 80px rgba(rgb(208,195,191), 0.03) inset;
    gap: 2rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    position: relative;
    padding: 2.5rem;
    transform: translateZ(0);
}.academic_experience .review_voices > div:first-child {
    display: flex;
    align-items: center;
    justify-content: center;
}.academic_experience .background_image {
    width: 200px;
    transform: rotate(-2deg) translateZ(0);
    position: relative;
    height: 200px;
    box-shadow: 
        10px 10px 20px rgba(0, 0, 0, 0.1),
        -10px -10px 20px rgba(255, 255, 255, 0.7);
    border-radius: 8px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    overflow: hidden;
}.academic_experience .background_image::after {
    left: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(208,195,191), 0.1) 100%);
    width: 100%;
    content: "";
    z-index: 1;
    height: 100%;
    position: absolute;
    top: 0;
}.academic_experience .background_image:hover {
    transform: rotate(0deg) scale(1.05) translateZ(0);
}.academic_experience .name {
    display: inline-block;
    font-weight: 700;
    font-size: 21px;
    position: relative;
    margin-bottom: 0.5rem;
    font-family: Arial, sans-serif;
    color: rgb(208,195,191);
}.academic_experience .name::after {
    left: 0;
    content: "";
    transition: transform 0.4s ease;
    width: 60%;
    height: 3px;
    bottom: -8px;
    transform-origin: left;
    transform: scaleX(0.8);
    background: linear-gradient(90deg, rgb(173,157,152) 0%, transparent 100%);
    position: absolute;
}.academic_experience .review_voices > div:nth-child(2) {
    justify-content: center;
    flex-direction: column;
    display: flex;
}.academic_experience .review_voices > div:nth-child(2) > div {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: calc(15px - 0.1rem);
    margin-top: 0.5rem;
    letter-spacing: 0.02em;
}.academic_experience .work_tasks {
    margin: 0;
    font-size: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    position: relative;
}.academic_experience .work_tasks::before {
    font-family: serif;
    left: -1rem;
    position: absolute;
    color: rgb(208,195,191,0.5);
    top: -2rem;
    opacity: 0.15;
    font-size: 6rem;
    z-index: -1;
    content: "";
}

@media (min-width: 768px) {.academic_experience {
    padding: 8rem 0;
}.academic_experience .review_voices {
    gap: 2.5rem 3rem;
    padding: 3rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
}.academic_experience .review_voices > div:first-child {
    grid-row: span 2;
}.academic_experience .background_image {
    height: 260px;
    width: 260px;
}.academic_experience .name {
    font-size: calc(21px + 0.2rem);
}.academic_experience .work_tasks {
    font-size: calc(15px + 0.05rem);
}
}

@media (min-width: 1024px) {.academic_experience .review_voices {
    grid-template-columns: auto 1fr;
    padding: 4rem;
    gap: 3rem 4rem;
}.academic_experience .background_image {
    width: 300px;
    height: 300px;
    transform: rotate(-3deg) translateZ(0);
}.academic_experience .name {
    font-size: calc(21px + 0.4rem);
}.academic_experience .name::after {
    height: 4px;
}.academic_experience .work_tasks {
    line-height: 1.7;
    font-size: calc(15px + 0.1rem);
}.academic_experience .review_voices > div:nth-child(2) > div {
    font-size: 15px;
}
}

@media (min-width: 1200px) {.academic_experience .container {
    padding: 0 4rem;
}.academic_experience .review_voices {
    gap: 3rem 5rem;
}.academic_experience .review_voices:hover .name::after {
    transform: scaleX(1);
}
}

@media (max-width: 767px) {.academic_experience {
    padding: 4rem 0;
}.academic_experience .container {
    padding: 0 1rem;
}.academic_experience .review_voices {
    padding: 2rem;
}.academic_experience .background_image {
    width: 180px;
    height: 180px;
}}.discuss_cta {
    z-index: 1;
    position: relative;
    padding: 5rem 0 3rem;
    color: #ffffff;
}.discuss_cta::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85) 0%, rgb(208,195,191,0.5) 100%);
    content: "";
    top: 0;
    z-index: -1;
    height: 100%;
    left: 0;
    backdrop-filter: blur(8px);
}.discuss_cta .container {
    display: grid;
    grid-template-columns: 1.5fr 2fr;
    position: relative;
    gap: 3rem;
}.discuss_cta .company_holder {
    padding-left: 2rem;
    position: relative;
    animation: borderPulse 4s infinite alternate;
    border-left: 2px solid rgb(208,195,191);
}@keyframes borderPulse {
    0% {
        border-left-color: rgb(208,195,191);
    }
    50% {
        border-left-color: rgb(173,157,152);
    }
    100% {
        border-left-color: rgb(208,195,191);
    }
}

.discuss_cta .company_holder h3 {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.1);
    font-weight: 700;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    font-size: calc(38px * 1.2);
    margin-bottom: 1.5rem;
    background: linear-gradient(to right, #ffffff, rgb(173,157,152));
}.discuss_cta .trophy_case {
    color: #ffffff;
    line-height: 1.6;
    opacity: 0.8;
    margin-top: 1rem;
    font-size: 13px;
}.discuss_cta .grant_info {
    justify-content: flex-end;
    display: flex;
}.discuss_cta .page_header {
    display: flex;
    gap: 4rem;
}.discuss_cta .main_site {
    position: relative;
}.discuss_cta .main_site::before {
    border-left: 1px solid rgb(208,195,191);
    opacity: 0.4;
    width: 40px;
    left: -20px;
    position: absolute;
    border-top: 1px solid rgb(208,195,191);
    top: -10px;
    content: "";
    height: 40px;
}.discuss_cta .main_site::after {
    height: 40px;
    border-bottom: 1px solid rgb(208,195,191);
    right: -20px;
    position: absolute;
    bottom: -10px;
    opacity: 0.4;
    border-right: 1px solid rgb(208,195,191);
    content: "";
    width: 40px;
}.discuss_cta .main_site h5 {
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 19px;
    color: rgb(173,157,152);
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}.discuss_cta .main_site .page_header {
    display: flex;
    gap: 0.8rem;
    flex-direction: column;
}.discuss_cta .main_site .page_header a {
    transition: all 0.3s ease;
    text-decoration: none;
    padding-left: 1rem;
    font-size: 13px;
    color: #ffffff;
    opacity: 0.8;
    position: relative;
}.discuss_cta .main_site .page_header a::before {
    border-radius: 50%;
    width: 5px;
    left: 0;
    height: 5px;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    transform: translateY(-50%);
    background-color: rgb(208,195,191);
    top: 50%;
}.discuss_cta .main_site .page_header a:hover {
    opacity: 1;
    color: rgb(208,195,191);
    transform: translateX(5px);
}.discuss_cta .main_site .page_header a:hover::before {
    width: 7px;
    background-color: rgb(173,157,152);
    height: 7px;
}.sample_docs {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    padding: 1.5rem 0;
    margin-top: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
}.sample_docs::before {
    position: absolute;
    opacity: 0.5;
    background: linear-gradient(to right, transparent, rgb(208,195,191), transparent);
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 1px;
}.sample_docs .container {
    align-items: center;
    display: flex;
    justify-content: center;
}.sample_docs .diploma_cta {
    color: #ffffff;
    text-align: center;
    opacity: 0.7;
    font-size: 14px;
}

@media screen and (max-width: 992px) {.discuss_cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.discuss_cta .company_holder {
    padding-left: 1rem;
    margin-bottom: 2rem;
}.discuss_cta .grant_info {
    justify-content: flex-start;
}.discuss_cta .page_header {
    gap: 2rem;
}
}

@media screen and (max-width: 768px) {.discuss_cta {
    padding: 3rem 0 2rem;
}.discuss_cta .page_header {
    gap: 2rem;
    flex-direction: column;
}.discuss_cta .main_site::before,
    .discuss_cta .main_site::after {
    display: none;
}.discuss_cta .main_site {
    margin-bottom: 1.5rem;
}.sample_docs {
    padding: 1rem 0;
}
}

@media screen and (max-width: 576px) {.discuss_cta .company_holder h3 {
    font-size: 38px;
}.discuss_cta .main_site h5 {
    font-size: calc(19px * 1.1);
}.discuss_cta .main_site .page_header a {
    font-size: calc(13px * 0.9);
}}.privacy_sanctum {
    padding: 60px;
    width: 100%;
    color: rgb(255, 255, 255, 0.5);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: auto;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 30px;
    background: linear-gradient(135deg, rgb(173,157,152) 25%, rgb(208,195,191) 75%);
}.privacy_sanctum h1 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-weight: 700;
    grid-column: span 2;
    font-size: 38px;
    letter-spacing: 3px;
    padding: 10px;
    background: rgb(208,195,191);
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 0;
    color: #ffffff;
}.privacy_sanctum h2 {
    border-bottom: 2px solid #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    margin-top: 0;
    background: rgb(173,157,152);
    padding: 10px;
    font-size: 38px;
    color: #ffffff;
    text-align: left;
}.privacy_sanctum h3, .privacy_sanctum h4, .privacy_sanctum h5, .privacy_sanctum h6 {
    margin-top: 15px;
    border-left: 4px solid rgb(208,195,191);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
    color: #ffffff;
    font-family: Arial, sans-serif;
    text-align: left;
    font-size: 22px;
    font-weight: 400;
}.privacy_sanctum ul, .privacy_sanctum ol {
    list-style: none;
    color: #ffffff;
    border-radius: 10px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    padding: 10px;
    font-size: 16px;
    line-height: 1.8;
    list-style-position: inside;
    padding-left: 20px;
}.privacy_sanctum li {
    position: relative;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
}.privacy_sanctum li::before {
    position: absolute;
    background-color: rgb(173,157,152);
    box-shadow: 0 0 0 2px #ffffff;
    transform: translateY(-50%);
    height: 6px;
    content: "";
    border-radius: 50%;
    width: 6px;
    left: -10px;
    top: 50%;
}.privacy_sanctum section {
    display: grid;
    grid-gap: 20px;
    color: #000000;
    border-radius: 10px;
    padding: 20px;
    background: rgb(233,228,225);
    grid-template-columns: 1fr 1fr;
}

@media only screen and (max-width: 800px) {.privacy_sanctum {
    padding: 30px;
    grid-template-columns: 1fr;
}.privacy_sanctum h1 {
    font-size: calc(22px - 8px);
}.privacy_sanctum h2 {
    font-size: calc(22px - 6px);
}.privacy_sanctum h3, .privacy_sanctum h4, .privacy_sanctum h5, .privacy_sanctum h6 {
    font-size: calc(22px - 4px);
}.privacy_sanctum ul, .privacy_sanctum ol {
    font-size: calc(16px - 2px);
    padding-left: 15px;
}.privacy_sanctum section {
    grid-template-columns: 1fr;
}}.price_box {
    position: relative;
    background: linear-gradient(145deg, rgb(233,228,225), #ffffff);
    overflow: hidden;
    padding: 6rem 0;
}.price_box::before {
    position: absolute;
    left: 0;
    z-index: 1;
    content: "";
    background: linear-gradient(120deg, rgba(255,255,255,0.05) 0%, rgba(255,255,255,0) 70%);
    height: 100%;
    width: 100%;
    top: 0;
}.price_box .container {
    margin: 0 auto;
    max-width: 1320px;
    padding: 0 15px;
    z-index: 2;
    position: relative;
}.price_box .learning_deals {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.price_box .rate_list {
    opacity: 0;
    text-align: center;
    padding: 2rem;
    order: 1;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
    animation: fadeInUp 0.8s forwards 0.2s;
    background: linear-gradient(145deg, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(20px);
}.price_box .rate_list h2 {
    margin-bottom: 1.5rem;
    color: rgb(208,195,191);
    font-weight: 700;
    position: relative;
    font-size: 35px;
    display: inline-block;
}.price_box .rate_list h2::after {
    width: 60%;
    background: linear-gradient(90deg, transparent, rgb(208,195,191), transparent);
    bottom: -10px;
    left: 50%;
    position: absolute;
    content: "";
    height: 3px;
    transform: translateX(-50%);
}.price_box .rate_list .learn_offers {
    color: #000000;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6;
    max-width: 80%;
    margin: 0 auto;
}.price_box .offer_box {
    order: 2;
    gap: 2rem;
    display: grid;
    grid-template-columns: 1fr;
}.price_box .indv_sub {
    will-change: transform, opacity;
    animation-delay: calc(0.1s * var(--i, 1));
    transition: transform 0.4s cubic-bezier(0.2, 0.85, 0.4, 1.275);
    animation: fadeInUp 0.8s forwards;
    text-decoration: none;
    transform: translateY(30px);
    opacity: 0;
    display: block;
}.price_box .indv_sub:nth-child(1) {
    --i: 1;
}.price_box .indv_sub:nth-child(2) {
    --i: 2;
}.price_box .indv_sub:nth-child(3) {
    --i: 3;
}.price_box .indv_sub:nth-child(4) {
    --i: 4;
}.price_box .indv_sub:hover {
    transform: translateY(-5px) scale(1.02);
}.price_box .discount_grid {
    transition: all 0.4s ease;
    background: #ffffff;
    height: 100%;
    flex-direction: column;
    position: relative;
    display: flex;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
}.price_box .indv_sub:hover .discount_grid {
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}.price_box .plan_deals {
    padding: 2.5rem 2rem;
    position: relative;
    z-index: 1;
    flex-direction: column;
    flex-grow: 1;
    display: flex;
}.price_box .plan_deals::before {
    transition: opacity 0.4s ease, transform 0.4s ease;
    position: absolute;
    opacity: 0;
    background: linear-gradient(135deg, transparent 50%, rgb(208,195,191,0.5) 50%);
    content: "";
    right: 0;
    height: 120px;
    transform: translate(30px, -30px);
    top: 0;
    z-index: -1;
    width: 120px;
}.price_box .indv_sub:hover .plan_deals::before {
    opacity: 0.7;
    transform: translate(0, 0);
}.price_box .indv_sub h3 {
    margin-bottom: 1rem;
    color: #000000;
    transition: color 0.3s ease;
    font-weight: 700;
    font-size: calc(18px + 0.2rem);
    position: relative;
}.price_box .indv_sub:hover h3 {
    color: rgb(208,195,191);
}.price_box .payment_scheme {
    color: rgb(208,195,191);
    margin-bottom: 1.5rem;
    font-size: calc(22px + 0.8rem);
    display: inline-block;
    position: relative;
    font-weight: 700;
}.price_box .payment_scheme::before {
    left: 0;
    content: "";
    bottom: -5px;
    width: 40px;
    transition: width 0.3s ease;
    background: rgb(173,157,152);
    position: absolute;
    height: 3px;
}.price_box .indv_sub:hover .payment_scheme::before {
    width: 80px;
}.price_box .indv_sub p {
    margin-bottom: 0;
    line-height: 1.6;
    font-size: 18px;
    overflow-wrap: break-word;
    color: #000000;
    -ms-word-break: break-all;
    word-break: break-word;
    word-wrap: break-word;
}.price_box .background_image {
    height: 200px;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
}.price_box .background_image::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.2), transparent);
    content: "";
}.price_box .indv_sub:hover .background_image {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_box .offer_box {
    grid-template-columns: repeat(2, 1fr);
}.price_box .rate_list {
    padding: 3rem;
}.price_box .plan_deals {
    padding: 2.8rem 2.2rem;
}
}

@media (min-width: 992px) {.price_box .learning_deals {
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
}.price_box .rate_list {
    order: 2;
    text-align: left;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 4rem 3rem;
    height: 100%;
}.price_box .rate_list h2::after {
    width: 100px;
    transform: none;
    background: linear-gradient(90deg, rgb(208,195,191), transparent);
    left: 0;
}.price_box .rate_list .learn_offers {
    margin: 0;
    max-width: 100%;
}.price_box .offer_box {
    order: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.price_box .offer_box {
    gap: 2.5rem;
    grid-template-columns: repeat(2, 1fr);
}.price_box .plan_deals {
    padding: 3rem 2.5rem;
}.price_box .rate_list h2 {
    font-size: calc(35px + 0.3rem);
}
}

@media (max-width: 767px) {.price_box {
    padding: 4rem 0;
}.price_box .rate_list h2 {
    font-size: calc(35px - 0.2rem);
}.price_box .rate_list .learn_offers {
    max-width: 100%;
    font-size: calc(18px - 0.1rem);
}.price_box .indv_sub h3 {
    font-size: 18px;
}.price_box .payment_scheme {
    font-size: calc(22px + 0.5rem);
}.price_box .background_image {
    height: 160px;
}}.course_overview {
    background: linear-gradient(135deg, rgb(233,228,225) 0%, rgba(241, 245, 249, 0.9) 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}.course_overview::before {
    background-size: 40px 40px;
    width: 100%;
    background-image: 
    linear-gradient(30deg, rgba(rgb(208,195,191,0.5), 0.03) 1px, transparent 1px),
    linear-gradient(120deg, rgba(rgb(208,195,191,0.5), 0.03) 1px, transparent 1px);
    height: 100%;
    top: 0;
    position: absolute;
    background-position: 0 0;
    left: 0;
    transform: skewY(-3deg);
    content: "";
    z-index: 0;
}.course_overview .container {
    margin: 0 auto;
    padding: 0 20px;
    z-index: 1;
    position: relative;
    max-width: 1200px;
}.course_overview h2 {
    padding-left: 15px;
    font-size: 34px;
    max-width: 80%;
    position: relative;
    margin-bottom: 3rem;
    color: #000000;
    line-height: 1.3;
    transform: translateX(-10px);
    font-weight: 700;
}.course_overview h2::before {
    border-radius: 2px;
    content: "";
    background: linear-gradient(to bottom, rgb(208,195,191), rgb(173,157,152));
    height: calc(100% - 1rem);
    width: 4px;
    left: 0;
    top: 0.5rem;
    position: absolute;
}.course_overview .study_route {
    gap: 2.5rem;
    display: grid;
    grid-template-columns: 1fr;
    position: relative;
}.course_overview .background_image {
    position: relative;
    height: 360px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.6s ease-out, box-shadow 0.6s ease-out;
    transform: perspective(1000px) rotateY(-3deg);
}.course_overview .background_image::after {
    position: absolute;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgba(rgb(208,195,191,0.5), 0.4), transparent);
    inset: 0;
    content: "";
}.course_overview .background_image:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.course_overview .message_box {
    transform: translateY(10px);
    background: #ffffff;
    padding: 2rem;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.course_overview .message_box::before {
    left: 0;
    position: absolute;
    content: "";
    z-index: -1;
    background: linear-gradient(to right, rgb(208,195,191,0.5), transparent);
    opacity: 0.03;
    top: 0;
    height: 100%;
    width: 100%;
}.course_overview .description {
    padding-right: 15px;
    font-size: 16px;
    margin-bottom: 1.5rem;
    line-height: 1.75;
    overflow-y: auto;
    max-height: 250px;
    color: #000000;
    position: relative;
}.course_overview .description:first-of-type {
    position: relative;
}.course_overview .description:first-of-type::first-letter {
    font-weight: 700;
    margin-right: 3px;
    font-size: 1.5em;
    color: rgb(208,195,191);
}.course_overview .description:last-child {
    margin-bottom: 0;
}.course_overview .description::-webkit-scrollbar {
    width: 3px;
}.course_overview .description::-webkit-scrollbar-track {
    background: rgba(rgba(0, 0, 0, 0.5), 0.05);
}.course_overview .description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(208,195,191);
}@keyframes fadeSlideUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.course_overview .container {
    animation: fadeSlideUp 0.8s ease-out forwards;
}


@media (min-width: 768px) {.course_overview {
    padding: 8rem 0;
}.course_overview h2 {
    font-size: calc(34px * 1.1);
    margin-bottom: 4rem;
    max-width: 70%;
}.course_overview .study_route {
    grid-template-columns: 45% 55%;
    gap: 0;
}.course_overview .background_image {
    clip-path: polygon(0 0, 100% 5%, 100% 95%, 0 100%);
    transform: perspective(1200px) rotateY(-5deg) translateX(-30px);
    height: 480px;
}.course_overview .message_box {
    padding: 3rem;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 2;
    margin-left: -50px;
}
}

@media (min-width: 992px) {.course_overview h2 {
    font-size: calc(34px * 1.2);
    transform: translateX(0);
    max-width: 60%;
}.course_overview .background_image {
    height: 520px;
    transform: perspective(1500px) rotateY(-8deg) translateX(-40px);
}.course_overview .message_box {
    padding: 3.5rem;
    margin-left: -80px;
    flex-direction: column;
    max-height: 520px;
    display: flex;
    justify-content: center;
}.course_overview .description {
    max-height: 350px;
    font-size: calc(16px * 1.05);
    line-height: 1.8;
}
}

@media (min-width: 1200px) {.course_overview .background_image {
    transform: perspective(1800px) rotateY(-10deg) translateX(-50px);
}.course_overview .message_box {
    margin-left: -100px;
    padding: 4rem;
}.course_overview .description {
    font-size: calc(16px * 1.1);
}
}

@media (max-width: 767px) {.course_overview {
    padding: 4rem 0;
}.course_overview h2 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(34px * 0.9);
}.course_overview .background_image {
    height: 280px;
    margin-bottom: 1rem;
}.course_overview .message_box {
    padding: 1.5rem;
    max-height: none;
}.course_overview .description {
    max-height: 200px;
    font-size: calc(16px * 0.95);
    line-height: 1.6;
}}.statistical_overview {
    background: linear-gradient(140deg, rgb(233,228,225) 0%, rgba(rgb(208,195,191,0.5), 0.08) 50%, rgb(233,228,225) 100%);
    padding: 5rem 1rem;
    position: relative;
    overflow: hidden;
}.statistical_overview::before {
    z-index: 0;
    position: absolute;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(rgb(208,195,191,0.5), 0.15) 0%, transparent 5%),
        radial-gradient(circle at 80% 70%, rgba(rgb(208,195,191,0.5), 0.1) 0%, transparent 8%),
        radial-gradient(circle at 40% 80%, rgba(rgb(208,195,191,0.5), 0.12) 0%, transparent 6%),
        radial-gradient(circle at 60% 20%, rgba(rgb(208,195,191,0.5), 0.08) 0%, transparent 7%);
    height: 100%;
    pointer-events: none;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
}.statistical_overview h3 {
    opacity: 0;
    text-align: center;
    font-weight: 700;
    z-index: 1;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
    font-size: 34px;
    position: relative;
    transform: translateY(0);
    margin-bottom: 3rem;
    color: #000000;
}.statistical_overview .container {
    z-index: 2;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.statistical_overview ul {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    padding: 0;
    gap: 2rem;
    display: grid;
    list-style: none;
    margin: 0;
}.statistical_overview .learn_statistics {
    justify-content: center;
    padding: 2rem 1.5rem;
    display: flex;
    opacity: 0;
    flex-direction: column;
    border: 1px solid rgba(rgb(255, 255, 255, 0.5), 0.3);
    backdrop-filter: blur(10px);
    position: relative;
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.9) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.6) 100%);
    box-shadow: 
        0 10px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 3px rgba(rgba(0, 0, 0, 0.5), 0.1),
        inset 0 1px 1px rgba(rgb(255, 255, 255, 0.5), 0.8);
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
    border-radius: calc(10px * 1.2);
    align-items: center;
    transition: 
        transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.4s ease,
        background 0.4s ease;
}.statistical_overview .learn_statistics:nth-child(1) {
    animation-delay: 0.2s;
}.statistical_overview .learn_statistics:nth-child(2) {
    animation-delay: 0.35s;
}.statistical_overview .learn_statistics:nth-child(3) {
    animation-delay: 0.5s;
}.statistical_overview .learn_statistics:nth-child(4) {
    animation-delay: 0.65s;
}.statistical_overview .learn_statistics:nth-child(5) {
    animation-delay: 0.8s;
}.statistical_overview .learn_statistics:nth-child(6) {
    animation-delay: 0.95s;
}.statistical_overview .learn_statistics:nth-child(7) {
    animation-delay: 1.1s;
}.statistical_overview .learn_statistics::before {
    background: linear-gradient(135deg, 
        rgba(rgb(208,195,191,0.5), 0.15) 0%, 
        rgba(rgb(208,195,191,0.5), 0.05) 100%);
    transition: opacity 0.4s ease;
    opacity: 0;
    right: -10px;
    border-radius: inherit;
    content: "";
    left: -10px;
    top: -10px;
    z-index: -1;
    bottom: -10px;
    position: absolute;
}.statistical_overview .learn_statistics:hover {
    transform: translateY(-5px) scale(1.02);
    background: linear-gradient(135deg, 
        rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, 
        rgba(rgb(255, 255, 255, 0.5), 0.8) 100%);
    box-shadow: 
        0 20px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.25),
        0 3px 8px rgba(rgba(0, 0, 0, 0.5), 0.12),
        inset 0 1px 2px rgba(rgb(255, 255, 255, 0.5), 0.9);
}.statistical_overview .learn_statistics:hover::before {
    opacity: 1;
}.statistical_overview .learn_statistics span {
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
    text-align: center;
    z-index: 1;
    color: #000000;
    font-weight: 600;
    position: relative;
    font-size: calc(17px * 1.1);
}.statistical_overview .learn_statistics p {
    color: rgb(208,195,191);
    font-size: calc(34px * 1.2);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    position: relative;
    font-weight: 700;
    margin: 0;
}.statistical_overview .learn_statistics:hover span {
    transform: translateY(-2px);
}.statistical_overview .learn_statistics:hover p {
    transform: scale(1.1);
}.statistical_overview .learn_statistics::after {
    background: linear-gradient(135deg, 
        rgba(rgb(208,195,191,0.5), 0.08) 0%, 
        rgba(rgb(208,195,191,0.5), 0.01) 100%);
    z-index: 0;
    position: absolute;
    height: 50px;
    opacity: 0;
    border-radius: 50%;
    content: "";
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: 50px;
}.statistical_overview .learn_statistics:hover::after {
    transform: scale(3);
    opacity: 1;
}

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

@media screen and (min-width: 992px) {.statistical_overview {
    padding: 7rem 2rem;
}.statistical_overview h3 {
    margin-bottom: 4rem;
    font-size: calc(34px * 1.2);
}.statistical_overview ul {
    gap: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.statistical_overview {
    padding: 6rem 2rem;
}.statistical_overview ul {
    gap: 2.2rem;
    grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (min-width: 576px) and (max-width: 767px) {.statistical_overview {
    padding: 5rem 1.5rem;
}.statistical_overview ul {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (max-width: 575px) {.statistical_overview {
    padding: 4rem 1rem;
}.statistical_overview h3 {
    font-size: calc(34px * 0.9);
    margin-bottom: 2.5rem;
}.statistical_overview ul {
    grid-template-columns: 1fr;
    gap: 1.8rem;
}.statistical_overview .learn_statistics {
    padding: 1.8rem 1.2rem;
}.statistical_overview .learn_statistics p {
    font-size: calc(34px * 1.1);
}
}