﻿* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}svg {
    height: 30px;
    width: 30px;
}a {
    color: inherit;
    text-decoration: none;
}.wrapper-border {
    min-height: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}.container {
    width: 1213px;
    margin: auto;
    max-width: 100%;
}html,body {
    scroll-behavior: smooth;
    auto
contain
touch-action: none;
    color: #000000;
    font-family: Arial, sans-serif;
    height: 100%;
    min-height: 100%;
}.data_viz {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.main_mainbar {
    flex: 1 0 auto;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.customer_feedback {
    background: linear-gradient(135deg, rgb(173,184,208,0.5), rgb(133,151,181,0.5));
    position: relative;
    padding: 100px 0 120px;
    overflow: hidden;
}.customer_feedback::before {
    position: absolute;
    width: 100%;
    pointer-events: none;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
    background: radial-gradient(circle at 30% 70%, rgba(255,255,255,0.06) 0%, transparent 60%);
}.customer_feedback::after {
    border-radius: 50%;
    filter: blur(80px);
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -80px;
    z-index: 0;
    right: -80px;
    content: "";
    background: linear-gradient(220deg, rgb(173,184,208,0.5), transparent);
}.customer_feedback .learning_track {
    z-index: 2;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.customer_feedback h2 {
    position: relative;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transform: perspective(1000px) translateZ(0);
    font-weight: 700;
    font-size: 29px;
    margin-bottom: 50px;
}.customer_feedback h2::after {
    left: 50%;
    width: 80px;
    bottom: -15px;
    transform: translateX(-50%);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    content: "";
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(133,151,181), rgb(173,184,208));
}.customer_feedback .user_ratings {
    margin: 0;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
    list-style: none;
    gap: 30px;
}.customer_feedback .learner_ratings {
    transition: transform 0.3s ease-out, box-shadow 0.4s ease;
    border-radius: 3px;
    padding: 30px;
    backdrop-filter: blur(10px);
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 
        15px 15px 30px rgba(0, 0, 0, 0.1),
        -5px -5px 20px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.1);
    transform: translateY(0);
}.customer_feedback .learner_ratings::before {
    background: linear-gradient(90deg, rgb(173,184,208), rgb(133,151,181));
    left: 0;
    content: "";
    height: 5px;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
}.customer_feedback .learner_ratings:hover {
    transform: translateY(-10px);
    box-shadow: 
        20px 20px 40px rgba(0, 0, 0, 0.15),
        -8px -8px 24px rgba(255, 255, 255, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.15);
}.customer_feedback .learner_ratings > div {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}.customer_feedback .learner_ratings img {
    transform: perspective(500px) rotateY(-5deg);
    margin-right: 15px;
    border: 3px solid #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-out;
    object-fit: cover;
}.customer_feedback .learner_ratings:hover img {
    transform: perspective(500px) rotateY(0deg);
}.customer_feedback .learner_ratings h4 {
    color: #000000;
    font-size: 19px;
    font-weight: 600;
    position: relative;
    margin: 0;
}.customer_feedback .learner_ratings h4::after {
    width: 30px;
    position: absolute;
    height: 2px;
    bottom: -8px;
    content: "";
    background: rgb(173,184,208);
    transition: width 0.3s ease;
    left: 0;
}.customer_feedback .learner_ratings:hover h4::after {
    width: 50px;
}.customer_feedback .description {
    font-size: 12px;
    z-index: 2;
    line-height: 1.7;
    position: relative;
    color: #000000;
    margin: 0;
}.customer_feedback .description::before {
    content: "";
    color: rgba(0, 0, 0, 0.05);
    z-index: -1;
    top: -30px;
    position: absolute;
    font-family: serif;
    font-size: 120px;
    left: -5px;
}.customer_feedback a {
    margin-top: 40px;
    font-weight: 600;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    background: linear-gradient(135deg, rgb(173,184,208), rgb(133,151,181));
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    display: inline-block;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
}.customer_feedback a::before {
    left: -100%;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    transition: left 0.7s;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}.customer_feedback a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}.customer_feedback a:hover::before {
    left: 100%;
}

@media (max-width: 992px) {.customer_feedback {
    padding: 80px 0 100px;
}.customer_feedback h2 {
    font-size: calc(29px * 0.9);
}.customer_feedback .user_ratings {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 25px;
}
}

@media (max-width: 768px) {.customer_feedback {
    padding: 60px 0 80px;
}.customer_feedback h2 {
    font-size: calc(29px * 0.8);
    margin-bottom: 40px;
}.customer_feedback .user_ratings {
    grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
    gap: 20px;
}.customer_feedback .learner_ratings {
    padding: 25px;
}.customer_feedback a {
    font-size: calc(14px * 0.9);
    padding: 12px 25px;
}
}

@media (max-width: 576px) {.customer_feedback {
    padding: 50px 0 70px;
}.customer_feedback h2 {
    font-size: calc(29px * 0.7);
    margin-bottom: 30px;
}.customer_feedback h2::after {
    width: 60px;
    bottom: -10px;
}.customer_feedback .learner_ratings {
    padding: 20px;
}.customer_feedback .learner_ratings img {
    width: 50px;
    height: 50px;
}.customer_feedback .description {
    font-size: calc(12px * 0.95);
}}.ty_block_id {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(213,216,232) 0%, rgb(173,184,208,0.5) 30%, rgb(213,216,232) 70%, rgb(133,151,181,0.5) 100%);
    position: relative;
    overflow: hidden;
}.ty_block_id::before {
    position: absolute;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    animation: pulseGlow 10s ease-in-out infinite;
    z-index: 0;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(173,184,208,0.5) 0%, transparent 60%);
}.ty_block_id::after {
    width: 100%;
    opacity: 0.7;
    z-index: 0;
    background: 
        radial-gradient(2px 2px at 85% 15%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 10% 75%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 20% 20%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 70% 80%, #ffffff 50%, transparent 60%),
        radial-gradient(2px 2px at 90% 60%, #ffffff 50%, transparent 60%);
    position: absolute;
    left: 0;
    content: "";
    height: 100%;
    top: 0;
}.ty_block_id .container {
    margin: 0 auto;
    z-index: 1;
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
}.ty_block_id .learning_track {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1),
        inset 0 0 30px rgba(255, 255, 255, 0.2);
    padding: 3.5rem;
    display: flex;
    backdrop-filter: blur(10px);
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.7) 100%);
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    flex-direction: column;
}.ty_block_id .learning_track::before {
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(173,184,208) 50%, transparent);
    width: 80%;
    height: 10px;
    position: absolute;
    content: "";
    opacity: 0.6;
    top: -5px;
    border-radius: 10px;
    left: 50%;
}.ty_block_id .learning_track::after {
    width: 80%;
    bottom: -5px;
    content: "";
    transform: translateX(-50%);
    opacity: 0.6;
    border-radius: 10px;
    height: 10px;
    left: 50%;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(133,151,181) 50%, transparent);
}.ty_block_id .learning_track > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.ty_block_id .learning_track > div:first-child::after {
    width: 60px;
    content: "";
    animation: expandLine 1.5s ease-out forwards;
    position: absolute;
    height: 3px;
    transform-origin: left;
    bottom: 0;
    background: rgb(173,184,208);
    left: 0;
}.ty_block_id h5 {
    line-height: 1.4;
    color: #000000;
    transition: transform 0.3s ease;
    margin: 0;
    transform: translateY(0);
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 20px;
    position: relative;
    font-weight: 700;
}.ty_block_id a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}.ty_block_id a::before {
    background: linear-gradient(to right, transparent, rgb(173,184,208,0.5), transparent);
    animation: shine 3s infinite;
    transition: opacity 0.3s ease;
    content: "";
    transform: skewX(-20deg);
    left: -30px;
    height: 100%;
    width: 10px;
    position: absolute;
    top: 0;
    opacity: 0;
}.ty_block_id a:hover::before {
    opacity: 1;
}.ty_block_id p {
    border-left: 3px solid rgb(133,151,181,0.5);
    margin: 0;
    color: #000000;
    position: relative;
    font-size: 16px;
    transition: all 0.3s ease;
    line-height: 1.7;
    padding: 0.5rem 1rem;
}.ty_block_id a:hover p {
    transform: translateX(5px);
    color: rgb(173,184,208);
}.ty_block_id .learning_track:hover {
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 50px rgba(255, 255, 255, 0.3);
    transform: perspective(1000px) rotateX(0deg);
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@keyframes expandLine {
    0% {
        width: 0;
    }
    100% {
        width: 60px;
    }
}

@keyframes shine {
    0% {
        left: -30px;
    }
    20% {
        left: 120%;
    }
    100% {
        left: 120%;
    }
}

@media (min-width: 768px) {.ty_block_id {
    padding: 150px 0;
}.ty_block_id .learning_track {
    transform: perspective(1000px) rotateX(2deg) rotateY(1deg);
    padding: 4rem 5rem;
    max-width: 85%;
    margin: 0 auto;
}.ty_block_id .learning_track:hover {
    transform: perspective(1000px) rotateX(0deg) rotateY(0deg);
}.ty_block_id h5 {
    font-size: calc(20px * 1.2);
}.ty_block_id p {
    padding: 1rem 1.5rem;
    line-height: 1.8;
    font-size: calc(16px * 1.1);
}
}

@media (min-width: 992px) {.ty_block_id .learning_track {
    max-width: 75%;
    gap: 3rem;
}.ty_block_id .learning_track > div:first-child::after {
    width: 80px;
}
    
    @keyframes expandLine {
        0% {
            width: 0;
        }
        100% {
            width: 80px;
        }
    }
}

@media (max-width: 767px) {.ty_block_id {
    padding: 60px 0;
}.ty_block_id .learning_track {
    padding: 2.5rem 1.5rem;
    gap: 1.5rem;
}.ty_block_id h5 {
    font-size: calc(20px * 0.9);
}.ty_block_id p {
    padding: 0.5rem;
    border-left-width: 2px;
}
}

@media (max-width: 480px) {.ty_block_id {
    padding: 40px 0;
}.ty_block_id .learning_track {
    transform: perspective(1000px) rotateX(1deg);
    padding: 2rem 1.25rem;
}.ty_block_id h5 {
    font-size: calc(20px * 0.8);
}.ty_block_id p {
    font-size: calc(16px * 0.9);
    line-height: 1.6;
}}footer {
    width: 100%;
    position: relative;
}.data_viz {
    background-color: #ffffff;
    padding: 70px 0 30px;
    color: #000000;
    font-family: Arial, sans-serif;
    position: relative;
}.data_viz::before {
    position: absolute;
    height: 5px;
    background: linear-gradient(90deg, rgb(173,184,208), rgb(133,151,181));
    left: 0;
    top: 0;
    content: "";
    width: 100%;
}footer .footer_social {
    display: grid;
    gap: 60px;
}footer .talk_form {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}footer .info_item {
    position: relative;
    margin-bottom: 15px;
    margin-right: 30px;
}footer .info_item:last-child {
    margin-right: 0;
}footer .info_item svg {
    top: 3px;
    height: 18px;
    position: relative;
    fill: rgb(173,184,208);
    width: 18px;
    margin-right: 10px;
}footer .info_item p,
footer .info_item a {
    text-decoration: none;
    color: #000000;
    letter-spacing: 0.3px;
    transition: color 0.2s ease;
    font-size: 18px;
}footer .info_item a:hover {
    color: rgb(173,184,208);
}footer .text_main_holder {
    grid-template-columns: 1fr;
    gap: 40px;
    display: grid;
}footer .nav_tutor {
    margin-bottom: 15px;
}footer .nav_tutor svg {
    height: 40px;
    width: auto;
    margin-bottom: 20px;
}footer .res_connect {
    color: #000000;
    font-size: 14px;
    max-width: 350px;
    line-height: 1.6;
}footer .head_lesson h5 {
    margin-bottom: 25px;
    color: #000000;
    position: relative;
    font-weight: 600;
    font-size: 24px;
}footer .head_lesson h5::after {
    position: absolute;
    height: 2px;
    content: "";
    left: 0;
    width: 30px;
    background-color: rgb(173,184,208);
    bottom: -8px;
}footer .main_train {
    margin-bottom: 30px;
}footer .main_train a {
    font-size: 18px;
    transition: transform 0.2s ease, color 0.2s ease;
    text-decoration: none;
    margin-bottom: 12px;
    display: block;
    color: #000000;
}footer .main_train a:hover {
    transform: translateX(5px);
    color: rgb(173,184,208);
}footer .subscribe_holder {
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 10px;
    padding: 30px;
}footer .subscribe_holder h5 {
    margin-bottom: 15px;
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}footer .subscribe_holder p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 25px;
    line-height: 1.6;
}footer .input_holder {
    gap: 10px;
    flex-direction: column;
    display: flex;
}footer .input_holder input[type="email"] {
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 14px 16px;
    color: #000000;
    transition: border-color 0.3s ease;
    border-radius: 10px;
    font-size: 18px;
}footer .input_holder input[type="email"]:focus {
    outline: none;
    border-color: rgb(173,184,208);
}footer .sub_agreement {
    border-radius: 10px;
    transition: background-color 0.3s ease;
    padding: 14px 20px;
    font-weight: 600;
    text-align: center;
    border: none;
    cursor: pointer;
    background-color: rgb(173,184,208);
    font-size: 14px;
    color: #ffffff;
}footer .sub_agreement:hover {
    background-color: rgb(133,151,181);
}footer .discount_cta {
    margin-top: 50px;
}footer .volunteer {
    color: #000000;
    text-align: center;
    font-size: 14px;
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_agreement {
    white-space: nowrap;
}
}

@media (max-width: 767px) {footer .data_viz {
    padding: 50px 0 30px;
}footer .talk_form {
    gap: 15px;
    flex-direction: column;
}footer .info_item {
    margin-bottom: 20px;
    margin-right: 0;
}footer .subscribe_holder {
    padding: 20px;
}footer .discount_cta {
    margin-top: 30px;
}
}

@media (max-width: 576px) {footer .data_viz {
    padding: 40px 0 20px;
}footer .footer_social {
    gap: 40px;
}footer .head_lesson h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
}}header .header_wrap {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
    left: 0;
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgb(173,184,208,0.5) 0%, rgb(133,151,181) 100%);
    z-index: 100;
    width: 100%;
    overflow: visible;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    display: flex;
}header .header_wrap .nav_tutor {
    transform: skewX(5deg);
    z-index: 2;
    position: relative;
}header .header_wrap .nav_tutor .nav_study {
    transition: transform 0.3s ease-in-out;
    display: block;
}header .header_wrap .nav_tutor .nav_study:hover {
    transform: translateY(-8px) rotate(0deg);
}header .header_wrap .nav_tutor svg {
    width: 80px;
    height: auto;
}header .header_wrap .head_lesson {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    gap: 1rem;
}header .header_wrap .head_lesson::before {
    background: linear-gradient(45deg, transparent 0%, rgb(173,184,208,0.5) 100%);
    width: calc(100% + 40px);
    height: calc(100% + 20px);
    border-radius: 10px;
    content: "";
    z-index: -1;
    top: -10px;
    opacity: 0;
    left: -20px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    position: absolute;
}header .header_wrap .header_lead {
    transition: transform 0.3s ease;
    position: relative;
}header .header_wrap .header_lead a {
    padding: 0.5rem 1rem;
    text-decoration: none;
    display: block;
    position: relative;
    font-weight: 600;
    color: #ffffff;
    transition: color 0.3s ease;
    font-size: 19px;
    font-family: Arial, sans-serif;
}header .header_wrap .header_lead a::before {
    transform: scaleX(0) rotate(-2deg);
    bottom: 0;
    transition: transform 0.3s ease;
    background: rgb(133,151,181);
    left: 0;
    transform-origin: right;
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
}header .header_wrap .header_lead a:hover {
    color: rgb(133,151,181);
}header .header_wrap .header_lead a:hover::before {
    transform-origin: left;
    transform: scaleX(1) rotate(-2deg);
}

@media (max-width: 992px) {header .header_wrap {
    margin-left: calc(-50vw + 50%);
    flex-direction: column;
    transform: skewX(0);
    padding: 1rem;
    box-sizing: border-box;
    width: 100vw;
}header .header_wrap .nav_tutor {
    transform: skewX(0);
    margin-bottom: 1rem;
}header .header_wrap .head_lesson {
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    transform: skewX(0);
}header .header_wrap .head_lesson::before {
    transform: skewX(0);
}header .header_wrap .head_lesson:hover::before {
    transform: skewX(0);
}header .header_wrap .header_lead {
    margin: 0.25rem;
}header .header_wrap .header_lead:nth-child(odd),
  header .header_wrap .header_lead:nth-child(even) {
    transform: translateY(0);
}
}

@media (max-width: 576px) {header .header_wrap {
    padding: 0.75rem;
}header .header_wrap .head_lesson {
    flex-direction: column;
    align-items: center;
}header .header_wrap .header_lead {
    text-align: center;
    width: 100%;
}header .header_wrap .nav_tutor svg {
    width: 100px;
}}.course_program_info {
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(213,216,232) 0%, rgba(247, 247, 247, 0.9) 100%);
    position: relative;
    overflow: hidden;
}.course_program_info::before {
    z-index: 0;
    animation: pulse 15s infinite alternate ease-in-out;
    background: linear-gradient(45deg, rgb(173,184,208,0.5) 0%, rgb(133,151,181,0.5) 100%);
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 400px;
    filter: blur(100px);
    top: -150px;
    right: -150px;
    opacity: 0.1;
    width: 400px;
}.course_program_info::after {
    opacity: 0.08;
    width: 300px;
    position: absolute;
    content: "";
    height: 300px;
    border-radius: 50%;
    bottom: -100px;
    filter: blur(80px);
    animation: pulse 18s infinite alternate-reverse ease-in-out;
    z-index: 0;
    left: -100px;
    background: linear-gradient(225deg, rgb(133,151,181,0.5) 0%, rgb(173,184,208,0.5) 100%);
}.course_program_info .container {
    padding: 0 20px;
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
}.course_program_info h2 {
    font-size: 30px;
    margin-bottom: 50px;
    opacity: 0;
    text-align: left;
    color: #000000;
    transform: translateX(-10px);
    font-weight: 700;
    animation: slideIn 0.8s 0.2s forwards ease-out;
    line-height: 1.3;
    position: relative;
}.course_program_info h2::after {
    content: "";
    transform: scaleX(0);
    animation: expandWidth 1s 0.8s forwards cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 80px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(173,184,208) 0%, rgb(133,151,181) 100%);
    bottom: -15px;
    height: 3px;
    position: absolute;
}.course_program_info .skill_route {
    opacity: 0;
    animation: fadeIn 0.8s 0.4s forwards ease-out;
    grid-template-columns: 1fr;
    transform: translateY(20px);
    gap: 40px;
    position: relative;
    display: grid;
}.course_program_info .img_box_grid {
    height: 350px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(-3deg);
    overflow: hidden;
    position: relative;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 10px;
}.course_program_info .img_box_grid::after {
    background: linear-gradient(
        to bottom right,
        rgba(rgb(173,184,208,0.5), 0.1),
        rgba(rgb(133,151,181,0.5), 0.05)
    );
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    content: "";
    left: 0;
    z-index: 1;
}.course_program_info .img_box_grid:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12), 0 8px 20px rgba(0, 0, 0, 0.06);
}.course_program_info .text_box_wrap {
    opacity: 0;
    flex-direction: column;
    animation: fadeSlideUp 0.8s 0.6s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(15px);
    display: flex;
    gap: 25px;
}.course_program_info .description {
    line-height: 1.8;
    font-size: 12px;
    margin: 0;
    position: relative;
    transition: all 0.3s ease;
    color: #000000;
    padding-left: 20px;
    border-left: 1px solid rgb(133,151,181,0.5);
    font-weight: 400;
}.course_program_info .description:hover {
    transform: translateX(3px);
    border-left: 3px solid rgb(133,151,181);
}.course_program_info .description:first-of-type {
    position: relative;
}.course_program_info .description:first-of-type::before {
    transform: scale(0);
    left: -5px;
    transition: transform 0.4s ease, opacity 0.4s ease;
    content: "";
    height: 10px;
    top: 0;
    background-color: rgb(133,151,181);
    border-radius: 50%;
    opacity: 0;
    width: 10px;
    position: absolute;
}.course_program_info .description:first-of-type:hover::before {
    opacity: 1;
    transform: scale(1);
}.course_program_info .description:nth-of-type(2) {
    color: #000000;
    opacity: 0.85;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
        opacity: 0.05;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.08;
    }
    100% {
        transform: scale(0.95);
        opacity: 0.05;
    }
}

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

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

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

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

@media (min-width: 768px) {.course_program_info .skill_route {
    grid-template-columns: 1fr 1.6fr;
    align-items: start;
    gap: 60px;
}.course_program_info .img_box_grid {
    height: 450px;
}.course_program_info h2 {
    max-width: 80%;
    font-size: calc(30px * 1.1);
}.course_program_info h2::after {
    width: 120px;
}
}

@media (min-width: 992px) {.course_program_info {
    padding: 150px 0;
}.course_program_info .container {
    padding: 0 40px;
}.course_program_info .skill_route {
    gap: 80px;
}.course_program_info .img_box_grid {
    height: 550px;
}.course_program_info h2 {
    font-size: calc(30px * 1.2);
    margin-bottom: 70px;
}.course_program_info .description {
    font-size: calc(12px * 1.05);
    padding-left: 30px;
}
}

@media (min-width: 1200px) {.course_program_info {
    padding: 180px 0;
}.course_program_info .container {
    padding: 0 60px;
}.course_program_info .skill_route {
    gap: 100px;
    grid-template-columns: 0.9fr 1.5fr;
}.course_program_info h2 {
    max-width: 70%;
}.course_program_info .description:first-of-type {
    margin-bottom: 40px;
}
}

@media (max-width: 767px) {.course_program_info {
    padding: 80px 0;
}.course_program_info h2 {
    margin-bottom: 40px;
    font-size: calc(30px * 0.9);
}.course_program_info .img_box_grid {
    height: 250px;
    transform: perspective(800px) rotateY(-2deg);
}.course_program_info .description {
    font-size: calc(12px * 0.95);
    padding-left: 15px;
    line-height: 1.7;
}.course_program_info .skill_route {
    gap: 30px;
}
}

@media (max-width: 480px) {.course_program_info {
    padding: 60px 0;
}.course_program_info h2 {
    font-size: calc(30px * 0.8);
    margin-bottom: 30px;
}.course_program_info .img_box_grid {
    height: 200px;
}.course_program_info .text_box_wrap {
    gap: 20px;
}.course_program_info .description {
    line-height: 1.6;
    padding-left: 12px;
    font-size: calc(12px * 0.9);
}}.plan_deck {
    padding: 120px 0 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}.plan_deck::before {
    z-index: -1;
    width: 100%;
    background: linear-gradient(135deg, rgb(133,151,181,0.5), rgba(0, 0, 0, 0.5) 80%);
    position: absolute;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}.plan_deck::after {
    left: -50%;
    z-index: -1;
    position: absolute;
    pointer-events: none;
    top: -50%;
    background: radial-gradient(circle at center, transparent 45%, rgba(255, 255, 255, 0.03) 50%, transparent 55%);
    width: 200%;
    content: "";
    height: 200%;
    animation: rotateBackground 180s linear infinite;
}.plan_deck .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 20px;
}.price_opts {
    position: relative;
}.plan_deck h2 {
    position: relative;
    margin-bottom: 25px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 35px;
    transform: perspective(1000px) translateZ(20px);
}.plan_deck h2::after {
    width: 80px;
    left: 50%;
    height: 3px;
    content: "";
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgb(173,184,208), transparent);
    position: absolute;
    bottom: -10px;
}.plan_deck .study_price {
    margin: 0 auto 60px;
    opacity: 0.9;
    transform: perspective(1000px) translateZ(10px);
    line-height: 1.6;
    font-size: 12px;
    color: #ffffff;
    max-width: 800px;
    text-align: center;
}.plan_deck .learn_packs {
    padding: 0;
    gap: 30px;
    display: grid;
    perspective: 1000px;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.plan_deck .learn_packs li {
    transform-style: preserve-3d;
    transition: transform 0.5s ease-out;
}.plan_deck .package_deal {
    height: 100%;
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    display: block;
    text-decoration: none;
}.plan_deck .group_plans {
    position: relative;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2),
              -10px -10px 30px rgba(255, 255, 255, 0.05),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transform-style: preserve-3d;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
    height: 100%;
    border-radius: 16px;
    padding: 30px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
    backdrop-filter: blur(8px);
}.plan_deck .group_plans::before {
    right: -40px;
    position: absolute;
    background: rgb(173,184,208);
    width: 80px;
    border-radius: 50%;
    top: -40px;
    opacity: 0.1;
    transition: transform 0.5s ease-out;
    height: 80px;
    content: "";
}.plan_deck .group_plans::after {
    background: linear-gradient(90deg, rgb(173,184,208), transparent);
    transform-origin: left;
    position: absolute;
    left: 0;
    height: 3px;
    transition: transform 0.5s ease-out;
    width: 100%;
    content: "";
    transform: scaleX(0.7);
    bottom: 0;
}.plan_deck .pricing_deals {
    z-index: 2;
    transform: translateZ(20px);
    position: relative;
}.plan_deck .package_deal h4 {
    font-weight: 600;
    font-size: calc(21px + 2px);
    display: inline-block;
    position: relative;
    color: #ffffff;
    margin: 0 0 20px;
}.plan_deck .package_deal h4::after {
    background: rgb(173,184,208);
    height: 2px;
    width: 40px;
    transition: width 0.3s ease;
    bottom: -8px;
    position: absolute;
    left: 0;
    content: "";
}.plan_deck .package_deal p {
    max-height: 240px;
    color: #ffffff;
    overflow-y: auto;
    opacity: 0.8;
    scrollbar-width: thin;
    font-size: calc(12px - 1px);
    padding-right: 10px;
    margin-bottom: 25px;
    scrollbar-color: rgb(173,184,208) transparent;
    line-height: 1.6;
}.plan_deck .package_deal p::-webkit-scrollbar {
    width: 4px;
}.plan_deck .package_deal p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.plan_deck .package_deal p::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(173,184,208);
}.plan_deck .rate_list {
    display: block;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    color: #ffffff;
    font-size: calc(21px + 6px);
    text-align: right;
    font-weight: 700;
    margin-top: 20px;
}.plan_deck .rate_list::before {
    bottom: -10px;
    content: "";
    right: 0;
    transition: transform 0.3s ease;
    transform: scaleX(0);
    height: 2px;
    background: rgb(173,184,208);
    transform-origin: right;
    position: absolute;
    width: 60px;
}.plan_deck .package_deal:hover .group_plans {
    transform: translateY(-8px) translateZ(0);
    box-shadow: 15px 15px 40px rgba(0, 0, 0, 0.25),
              -15px -15px 40px rgba(255, 255, 255, 0.07),
              inset 2px 2px 4px rgba(255, 255, 255, 0.05),
              inset -2px -2px 4px rgba(0, 0, 0, 0.1);
}.plan_deck .package_deal:hover .group_plans::before {
    opacity: 0.05;
    transform: scale(3);
}.plan_deck .package_deal:hover .group_plans::after {
    transform: scaleX(1);
}.plan_deck .package_deal:hover h4::after {
    width: 100%;
}.plan_deck .package_deal:hover .rate_list::before {
    transform: scaleX(1);
}

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

@media screen and (min-width: 1200px) {.plan_deck .learn_packs {
    grid-template-columns: repeat(4, 1fr);
}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {.plan_deck .learn_packs {
    grid-template-columns: repeat(3, 1fr);
}.plan_deck {
    padding: 100px 0 80px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {.plan_deck .learn_packs {
    grid-template-columns: repeat(2, 1fr);
}.plan_deck {
    padding: 80px 0 60px;
}.plan_deck .study_price {
    margin-bottom: 50px;
}
}

@media screen and (max-width: 767px) {.plan_deck .learn_packs {
    max-width: 400px;
    grid-template-columns: 1fr;
    margin: 0 auto;
}.plan_deck {
    padding: 60px 0 40px;
}.plan_deck h2 {
    font-size: calc(35px - 4px);
}.plan_deck .study_price {
    margin-bottom: 40px;
    font-size: calc(12px - 1px);
}.plan_deck .group_plans {
    padding: 25px 20px;
}
}

@media (hover: none) {.plan_deck .group_plans {
    box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.2),
                -8px -8px 20px rgba(255, 255, 255, 0.05);
}.plan_deck .package_deal:active .group_plans {
    transform: translateY(-5px);
}
}

@media (prefers-reduced-motion: reduce) {.plan_deck::after {
    animation: none;
}.plan_deck .package_deal:hover .group_plans {
    transform: none;
}.plan_deck .package_deal:hover .group_plans::before {
    transform: none;
}}.contact_form_box {
    padding: 120px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}.contact_form_box::before {
    content: '';
    z-index: -1;
    left: 0;
    height: 100%;
    position: absolute;
    background-color: rgb(173,184,208,0.5);
    width: 100%;
    top: 0;
}.contact_form_box .container {
    position: relative;
    padding: 0 15px;
    margin: 0 auto;
    max-width: 1280px;
}.contact_form_box .query_block {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
}.contact_form_box .support_help {
    padding: 50px 30px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    z-index: 2;
    order: 1;
    position: relative;
    background-color: #ffffff;
}.contact_form_box .support_help h3 {
    display: inline-block;
    margin-bottom: 30px;
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    position: relative;
}.contact_form_box .support_help h3::after {
    position: absolute;
    width: 50%;
    left: 0;
    background-color: rgb(133,151,181);
    content: '';
    height: 3px;
    bottom: -8px;
}.contact_form_box .support_help form {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
}.contact_form_box .support_help input[type="text"],
.contact_form_box .support_help input[type="email"] {
    flex: 1 0 100%;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    color: #000000;
    border-radius: 10px;
    height: 60px;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
    padding: 0 20px;
    border: none;
    font-size: 17px;
    background-color: rgb(213,216,232);
}.contact_form_box .support_help input[type="text"]:focus,
.contact_form_box .support_help input[type="email"]:focus {
    transform: translateY(-2px);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 0 3px rgb(133,151,181,0.5);
    outline: none;
}.contact_form_box .support_help input::placeholder {
    color: #000000;
    opacity: 0.6;
}.contact_form_box .support_help .inquiry_box {
    display: flex;
    align-items: flex-start;
    flex: 1 0 100%;
    margin-top: 10px;
}.contact_form_box .support_help .inquiry_box input[type="checkbox"] {
    margin-top: 2px;
    height: 24px;
    -webkit-appearance: none;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5);
    transition: background-color 0.3s ease;
    cursor: pointer;
    background-color: rgb(213,216,232);
    flex-shrink: 0;
    position: relative;
    border-radius: 10px;
    margin-right: 10px;
    width: 24px;
    appearance: none;
}.contact_form_box .support_help .inquiry_box input[type="checkbox"]:checked {
    background-color: rgb(133,151,181);
}.contact_form_box .support_help .inquiry_box input[type="checkbox"]:checked::before {
    border-width: 0 2px 2px 0;
    height: 10px;
    border: solid #ffffff;
    transform: rotate(45deg);
    top: 6px;
    width: 6px;
    content: '';
    left: 9px;
    position: absolute;
}.contact_form_box .support_help .inquiry_box label {
    color: #000000;
    font-size: 14px;
    line-height: 1.6;
}.contact_form_box .support_help .inquiry_box label a {
    font-weight: 600;
    text-decoration: none;
    color: rgb(173,184,208);
    position: relative;
}.contact_form_box .support_help .inquiry_box label a::after {
    transform: scaleX(0);
    content: '';
    width: 100%;
    left: 0;
    bottom: -2px;
    height: 1px;
    position: absolute;
    background-color: rgb(173,184,208);
    transition: transform 0.3s ease;
    transform-origin: right;
}.contact_form_box .support_help .inquiry_box label a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}.contact_form_box .support_help .request_support {
    z-index: 1;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
    height: 60px;
    letter-spacing: 1px;
    position: relative;
    color: #ffffff;
    overflow: hidden;
    flex: 1 0 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-weight: 600;
    box-shadow: 0 4px 10px rgb(133,151,181,0.5);
    font-size: 16px;
    margin-top: 15px;
    background-color: rgb(133,151,181);
}.contact_form_box .support_help .request_support::before {
    background: rgb(173,184,208);
    width: 100%;
    z-index: -1;
    transition: transform 0.5s ease;
    transform-origin: right;
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    transform: scaleX(0);
    border-radius: 10px;
    content: '';
}.contact_form_box .support_help .request_support:hover {
    box-shadow: 0 6px 15px rgb(173,184,208,0.5);
}.contact_form_box .support_help .request_support:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}.contact_form_box .feedback_query {
    flex-direction: column;
    background-color: rgb(173,184,208);
    align-items: center;
    display: flex;
    border-radius: 0 0 30px 30px;
    width: 100%;
    color: #ffffff;
    position: relative;
    padding: 50px 30px;
    order: 2;
}.contact_form_box .feedback_query::before {
    width: 100%;
    transform: translateY(-15px);
    content: '';
    height: 30px;
    left: 0;
    top: 0;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    position: absolute;
    background: rgb(173,184,208);
}.contact_form_box .feedback_query h3 {
    width: 100%;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    color: #ffffff;
    text-align: center;
    font-size: 29px;
}.contact_form_box .feedback_query h3::after {
    background-color: rgb(133,151,181);
    left: 50%;
    height: 3px;
    width: 60px;
    content: '';
    position: absolute;
    bottom: -15px;
    transform: translateX(-50%);
}.contact_form_box .feedback_query div {
    width: 100%;
    max-width: 400px;
    align-items: center;
    display: flex;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
}.contact_form_box .feedback_query div::before {
    height: 1px;
    opacity: 0.2;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    content: '';
    background: linear-gradient(to right, transparent, #ffffff, transparent);
}.contact_form_box .feedback_query div:last-child::before {
    display: none;
}.contact_form_box .feedback_query div svg {
    height: 32px;
    box-shadow: 0 4px 10px rgb(133,151,181,0.5);
    padding: 6px;
    background-color: rgb(133,151,181);
    width: 32px;
    margin-right: 20px;
    border-radius: 50%;
}.contact_form_box .feedback_query div svg path {
    fill: #ffffff;
}.contact_form_box .feedback_query div span {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}.contact_form_box .feedback_query div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s ease;
    position: relative;
}.contact_form_box .feedback_query div span a::after {
    height: 1px;
    content: '';
    left: 0;
    transition: transform 0.3s ease;
    width: 100%;
    background-color: #ffffff;
    transform: scaleX(0);
    position: absolute;
    transform-origin: right;
    bottom: -2px;
}.contact_form_box .feedback_query div span a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
}

@media screen and (min-width: 992px) {.contact_form_box .query_block {
    flex-direction: row;
    align-items: stretch;
}.contact_form_box .support_help {
    width: 60%;
    padding: 60px;
    border-radius: 30px 0 0 30px;
    order: 1;
}.contact_form_box .feedback_query {
    border-radius: 0 30px 30px 0;
    order: 2;
    width: 40%;
    padding: 60px 40px;
    justify-content: center;
}.contact_form_box .feedback_query::before {
    left: 0;
    width: 30px;
    top: 0;
    height: 100%;
    transform: translateX(-15px);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
}.contact_form_box .support_help input#email {
    flex: 1 0 100%;
}
}

@media screen and (max-width: 991px) {.contact_form_box {
    padding: 80px 0;
}.contact_form_box .feedback_query div {
    max-width: 100%;
}
}

@media screen and (max-width: 767px) {.contact_form_box {
    padding: 60px 0;
}.contact_form_box .support_help,
    .contact_form_box .feedback_query {
    padding: 40px 25px;
}.contact_form_box .support_help h3,
    .contact_form_box .feedback_query h3 {
    font-size: calc(22px + 2px);
}.contact_form_box .support_help input[type="text"],
    .contact_form_box .support_help input[type="email"],
    .contact_form_box .support_help .request_support {
    height: 55px;
}
}

@media screen and (max-width: 480px) {.contact_form_box {
    padding: 40px 0;
}.contact_form_box .support_help,
    .contact_form_box .feedback_query {
    padding: 30px 20px;
}.contact_form_box .feedback_query div svg {
    width: 28px;
    margin-right: 15px;
    height: 28px;
}}.learning_system {
    perspective: 1000px;
    padding: 8rem 0;
    position: relative;
    background: linear-gradient(125deg, rgb(213,216,232), rgb(133,151,181,0.5) 70%);
    overflow: hidden;
}.learning_system::before {
    top: -25%;
    opacity: 0.5;
    left: -25%;
    width: 150%;
    position: absolute;
    content: "";
    background: 
        radial-gradient(circle at 20% 30%, rgb(173,184,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(133,151,181,0.5) 0%, transparent 40%);
    animation: rotateBg 25s linear infinite;
    transform: rotate(-15deg);
    z-index: 1;
    height: 150%;
}.learning_system::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    animation: hologlow 8s ease-in-out infinite alternate;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 20px
        );
    left: 0;
    z-index: 2;
    bottom: 0;
}.learning_system .learning_track {
    position: relative;
    z-index: 3;
    margin: 0 auto;
    flex-direction: column;
    max-width: 1000px;
    transform-style: preserve-3d;
    display: flex;
    gap: 4rem;
}.learning_system h3 {
    font-weight: 700;
    color: #000000;
    margin-bottom: 0;
    animation: floatTitle 6s ease-in-out infinite;
    position: relative;
    transform: translateZ(50px);
    text-transform: uppercase;
    text-align: center;
    text-shadow: 0 0 15px rgb(173,184,208,0.5);
    font-size: 36px;
    letter-spacing: 2px;
}.learning_system h3::before,
.learning_system h3::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(173,184,208), transparent);
    height: 2px;
    position: absolute;
}.learning_system h3::before {
    bottom: -15px;
    left: 50%;
    width: 200px;
    transform: translateX(-50%);
    animation: expandLine 3s ease-in-out infinite alternate;
}.learning_system h3::after {
    width: 100px;
    left: 50%;
    animation: expandLine 3s ease-in-out 0.5s infinite alternate-reverse;
    bottom: -25px;
    transform: translateX(-50%);
    opacity: 0.7;
}.learning_system span {
    padding: 2.5rem;
    transform: translateZ(30px) translateY(-20px);
    line-height: 1.8;
    border-radius: 10px;
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.1),
        0 5px 15px rgba(0, 0, 0, 0.05),
        inset 0 0 0 1px rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    font-size: 13px;
    transform-style: preserve-3d;
    animation: floatContent 8s ease-in-out 1s infinite alternate;
    color: #000000;
}.learning_system span::before {
    left: 0;
    content: "";
    animation: rainbowShift 8s linear infinite;
    bottom: 0;
    background: linear-gradient(
        135deg, 
        rgba(255, 255, 255, 0.4) 0%, 
        rgba(255, 255, 255, 0) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    opacity: 0.8;
    position: absolute;
    z-index: -1;
    border-radius: inherit;
    top: 0;
    right: 0;
}.learning_system span::after {
    opacity: 0.3;
    position: absolute;
    z-index: -2;
    right: -5px;
    top: -5px;
    bottom: -5px;
    filter: blur(10px);
    content: "";
    left: -5px;
    animation: glowPulse 4s ease-in-out infinite alternate;
    background: linear-gradient(
        45deg,
        rgb(173,184,208,0.5),
        rgb(133,151,181,0.5),
        rgb(173,184,208,0.5)
    );
    border-radius: 15px;
    transform: translateZ(-10px);
}

@keyframes rotateBg {
    0% {
        transform: rotate(-15deg);
    }
    100% {
        transform: rotate(15deg);
    }
}

@keyframes hologlow {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes floatTitle {
    0%, 100% {
        transform: translateZ(50px) translateY(0);
    }
    50% {
        transform: translateZ(50px) translateY(-15px);
    }
}

@keyframes floatContent {
    0%, 100% {
        transform: translateZ(30px) translateY(-20px) rotateX(2deg);
    }
    50% {
        transform: translateZ(30px) translateY(-10px) rotateX(-2deg);
    }
}

@keyframes expandLine {
    0% {
        width: 50px;
        opacity: 0.5;
    }
    100% {
        width: 200px;
        opacity: 1;
    }
}

@keyframes rainbowShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.3;
        filter: blur(10px);
    }
    50% {
        opacity: 0.6;
        filter: blur(15px);
    }
}

@media (max-width: 992px) {.learning_system {
    padding: 6rem 0;
}.learning_system h3 {
    font-size: calc(36px * 0.9);
    transform: translateZ(30px);
}.learning_system span {
    transform: translateZ(20px) translateY(-15px);
    padding: 2rem;
}.learning_system .learning_track {
    margin: 0 2rem;
    gap: 3rem;
}
}

@media (max-width: 768px) {.learning_system {
    perspective: 500px;
    padding: 4rem 0;
}.learning_system h3 {
    letter-spacing: 1px;
    font-size: calc(36px * 0.8);
    transform: translateZ(20px);
}.learning_system span {
    padding: 1.5rem;
    transform: translateZ(10px) translateY(-10px);
    font-size: calc(13px * 0.95);
}.learning_system .learning_track {
    margin: 0 1rem;
    gap: 2rem;
}}.welcome_page {
    overflow: hidden;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    position: relative;
    display: flex;
}.welcome_page .learn_team {
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
}.welcome_page .learn_team::before {
    right: 0;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.85) 0%, 
    rgba(0, 0, 0, 0.65) 50%, 
    rgba(0, 0, 0, 0.75) 100%);
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
}.welcome_page .learn_team::after {
    right: 0;
    opacity: 0.2;
    z-index: 2;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background-image: 
    repeating-linear-gradient(
      45deg, 
      rgb(133,151,181,0.5) 0px, 
      rgb(133,151,181,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    ),
    repeating-linear-gradient(
      -45deg, 
      rgb(133,151,181,0.5) 0px, 
      rgb(133,151,181,0.5) 1px, 
      transparent 1px, 
      transparent 20px
    );
    bottom: 0;
}.welcome_page .teach_style {
    max-width: 1200px;
    position: relative;
    backdrop-filter: blur(8px);
    width: 90%;
    padding: 3.5rem;
    transform: perspective(1000px) rotateY(-2deg);
    box-shadow: 
    0 20px 40px rgba(0, 0, 0, 0.3),
    0 0 0 1px rgba(255, 255, 255, 0.05);
    background: linear-gradient(
    135deg, 
    rgba(rgb(173,184,208), 0.05) 0%,
    rgba(rgb(133,151,181), 0.15) 100%
  );
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 5;
    border-left: 4px solid rgb(133,151,181);
}.welcome_page .teach_style:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.welcome_page .teach_style > div {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s forwards;
}.welcome_page .teach_style > div:nth-child(2) {
    animation-delay: 0.3s;
}.welcome_page .teach_style > div:nth-child(3) {
    animation-delay: 0.6s;
}.welcome_page p {
    padding-left: 2.5rem;
    letter-spacing: 1px;
    font-weight: 600;
    position: relative;
    margin-bottom: 1.5rem;
    font-family: Arial, sans-serif;
    font-size: clamp(1rem, 1.2vw, 1.2rem);
    text-transform: uppercase;
    color: #ffffff;
}.welcome_page p::before {
    height: 2px;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    background: rgb(133,151,181);
    content: "";
    width: 2rem;
    top: 50%;
}.welcome_page h1.title_style_header {
    margin-bottom: 1.5rem;
    background: linear-gradient(
    to right,
    #ffffff 0%,
    rgb(133,151,181) 100%
  );
    font-size: clamp(2.5rem, 5vw, 4.2rem);
    text-fill-color: transparent;
    -webkit-background-clip: text !important;
    line-height: 1.2;
    background-clip: text !important;
    color: #ffffff;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}.welcome_page h3 {
    max-width: 90%;
    color: rgba(255, 255, 255, 0.9);
    position: relative;
    line-height: 1.5;
    font-weight: 400;
    padding-top: 1.5rem;
    font-size: clamp(1.2rem, 2vw, 1.6rem);
}.welcome_page h3::before {
    content: "";
    height: 3px;
    width: 100px;
    position: absolute;
    background: linear-gradient(
    to right,
    rgb(133,151,181) 0%,
    transparent 100%
  );
    top: 0;
    left: 0;
}

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

@media (max-width: 992px) {.welcome_page .teach_style {
    padding: 2.5rem;
    transform: perspective(1000px) rotateY(-1deg);
}.welcome_page h3 {
    max-width: 100%;
}
}

@media (max-width: 768px) {.welcome_page .teach_style {
    width: 95%;
    transform: none;
    padding: 2rem;
}.welcome_page .teach_style:hover {
    transform: translateY(-5px);
}.welcome_page p {
    padding-left: 2rem;
    font-size: 0.9rem;
}.welcome_page h1.title_style_header {
    font-size: clamp(2rem, 6vw, 3rem);
}.welcome_page h3 {
    font-size: 1.1rem;
}
}

@media (max-width: 576px) {.welcome_page .teach_style {
    padding: 1.5rem;
}.welcome_page p {
    padding-left: 1.5rem;
    font-size: 0.85rem;
}.welcome_page p::before {
    width: 1.2rem;
}.welcome_page h1.title_style_header {
    margin-bottom: 1rem;
}.welcome_page h3::before {
    width: 70px;
}}.secure_stockade {
    background: linear-gradient(135deg, rgb(213,216,232) 0%, rgba(rgb(173,184,208,0.5), 0.05) 100%);
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    padding: 5rem 2rem;
}.secure_stockade::before {
    background: linear-gradient(90deg, rgb(173,184,208) 0%, rgb(133,151,181) 100%);
    width: 100%;
    content: "";
    position: absolute;
    left: 0;
    transform-origin: left center;
    height: 5px;
    top: 0;
    animation: slidein 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}.secure_stockade::after {
    width: 30%;
    z-index: 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    height: 100%;
    content: "";
    position: absolute;
    right: 0;
    background: linear-gradient(to bottom, rgba(rgb(173,184,208,0.5), 0.03), transparent);
    top: 0;
}.secure_stockade .container {
    margin: 0 auto;
    max-width: 1140px;
    z-index: 1;
    position: relative;
}.secure_stockade h1 {
    position: relative;
    margin-bottom: 2.5rem;
    animation: fadeup 0.5s ease-out 0.2s forwards;
    font-size: 47px;
    opacity: 0;
    font-weight: 700;
    color: #000000;
    transform: translateY(10px);
    letter-spacing: -0.5px;
}.secure_stockade h1::after {
    content: "";
    height: 3px;
    background: rgb(173,184,208);
    width: 60px;
    position: absolute;
    animation: scaleIn 0.6s ease-out 0.6s forwards;
    bottom: -12px;
    transform-origin: left;
    left: 0;
    transform: scaleX(0);
}.secure_stockade h2 {
    opacity: 0;
    transform: translateY(10px);
    padding-left: 1rem;
    color: #000000;
    animation: fadeup 0.5s ease-out 0.3s forwards;
    font-size: 30px;
    font-weight: 600;
    position: relative;
    margin: 2.5rem 0 1.5rem;
}.secure_stockade h2::before {
    top: 0;
    height: 100%;
    width: 3px;
    opacity: 0.8;
    content: "";
    transform: scaleY(0.7);
    background: rgb(133,151,181);
    position: absolute;
    left: 0;
}.secure_stockade h3 {
    color: #000000;
    font-weight: 600;
    opacity: 0;
    transform: translateY(10px);
    animation: fadeup 0.5s ease-out 0.3s forwards;
    font-size: calc(30px * 0.85);
    margin: 2rem 0 1rem;
}.secure_stockade h4 {
    transform: translateY(10px);
    opacity: 0.85;
    opacity: 0;
    color: #000000;
    margin: 1.5rem 0 1rem;
    font-size: calc(30px * 0.75);
    font-weight: 600;
    animation: fadeup 0.5s ease-out 0.3s forwards;
}.secure_stockade p {
    line-height: 1.75;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    max-width: 95%;
    margin-bottom: 1.5rem;
    font-size: 12px;
    opacity: 0;
    color: #000000;
    transform: translateY(10px);
}.secure_stockade p strong {
    color: #000000;
    font-weight: 600;
    position: relative;
    display: inline-block;
}.secure_stockade p strong::after {
    position: absolute;
    bottom: -2px;
    left: 0;
    opacity: 0.5;
    content: "";
    background: rgb(173,184,208);
    height: 1px;
    width: 100%;
}.secure_stockade span {
    transform: translateY(10px);
    font-size: 12px;
    position: relative;
    line-height: 1.75;
    animation: fadeup 0.5s ease-out 0.4s forwards;
    opacity: 0;
    padding-left: 1rem;
    display: block;
    color: #000000;
    margin-bottom: 1.5rem;
}.secure_stockade span::before {
    left: 0;
    content: "";
    top: 0.5rem;
    opacity: 0.3;
    position: absolute;
    width: 3px;
    height: calc(100% - 1rem);
    background: rgb(133,151,181);
}.secure_stockade ul {
    margin: 1.5rem 0 2rem;
    list-style: none;
    border-left: 3px solid rgb(173,184,208);
    padding-left: 0;
    background: rgba(rgb(255, 255, 255, 0.5), 0.5);
    animation: slidein 0.6s ease-out 0.5s forwards;
    transform: translateX(-10px);
    padding: 1.5rem 2rem;
    position: relative;
    border-radius: 0 10px 10px 0;
    opacity: 0;
}.secure_stockade ul::before {
    z-index: -1;
    height: 100%;
    background: linear-gradient(to right, rgba(rgb(173,184,208,0.5), 0.05), transparent);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
}.secure_stockade li {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 12px;
    padding-left: 1.75rem;
    line-height: 1.6;
    position: relative;
}.secure_stockade li:last-child {
    margin-bottom: 0;
}.secure_stockade li::before {
    content: "";
    background: rgb(133,151,181);
    left: 0;
    width: 8px;
    top: 0.5rem;
    height: 8px;
    position: absolute;
    border-radius: 1px;
    transform: rotate(45deg);
}

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

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

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

@media (min-width: 768px) {.secure_stockade {
    padding: 6rem 3rem;
}.secure_stockade h1 {
    margin-bottom: 3rem;
    font-size: calc(47px * 1.15);
}.secure_stockade h1::after {
    width: 80px;
}.secure_stockade p, .secure_stockade span {
    max-width: 85%;
}.secure_stockade ul {
    margin-left: 1rem;
    max-width: 90%;
}
}

@media (min-width: 992px) {.secure_stockade {
    padding: 7rem 4rem;
}.secure_stockade::after {
    width: 40%;
}.secure_stockade h1 {
    font-size: calc(47px * 1.3);
}.secure_stockade h2 {
    padding-left: 1.5rem;
}.secure_stockade p, .secure_stockade span {
    max-width: 80%;
    font-size: calc(12px * 1.05);
}.secure_stockade ul {
    padding: 2rem 2.5rem;
}.secure_stockade li {
    font-size: calc(12px * 1.05);
}
}

@media (max-width: 767px) {.secure_stockade {
    padding: 4rem 1.5rem;
}.secure_stockade h1 {
    font-size: calc(47px * 0.9);
}.secure_stockade h2 {
    font-size: calc(30px * 0.9);
}.secure_stockade h3 {
    font-size: calc(30px * 0.8);
}.secure_stockade h4 {
    font-size: calc(30px * 0.7);
}.secure_stockade p, .secure_stockade span {
    max-width: 100%;
}.secure_stockade ul {
    padding: 1.25rem 1.5rem;
}}.company_overview {
    background: rgb(213,216,232);
    overflow: hidden;
    position: relative;
    padding: 100px 0;
}.company_overview::before {
    background: linear-gradient(45deg, transparent 30%, rgb(173,184,208,0.5) 100%);
    content: "";
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    position: absolute;
    height: 100%;
}.company_overview::after {
    left: 0;
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    position: absolute;
    top: 0;
    animation: backgroundShift 30s linear infinite;
    opacity: 0.05;
    height: 100%;
    content: "";
    z-index: 0;
    width: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.company_overview .container {
    max-width: 1200px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
}.company_overview .learning_track {
    position: relative;
}.company_overview h3 {
    display: inline-block;
    position: relative;
    color: #000000;
    margin-bottom: 60px;
    font-weight: 700;
    font-size: 36px;
}.company_overview h3::after {
    transform-origin: left;
    background: rgb(133,151,181);
    transition: transform 0.6s ease;
    transform: scaleX(0.7);
    position: absolute;
    left: 0;
    height: 4px;
    content: "";
    width: 100%;
    bottom: -15px;
}.company_overview h3:hover::after {
    transform: scaleX(1);
}.company_overview .vision_mission {
    flex-wrap: wrap;
    margin-bottom: 80px;
    position: relative;
    flex-direction: row;
    display: flex;
}.company_overview .vision_mission::before {
    height: 40px;
    position: absolute;
    left: -20px;
    width: 40px;
    border-top: 3px solid rgb(173,184,208);
    content: "";
    border-left: 3px solid rgb(173,184,208);
    top: -20px;
}.company_overview .vision_mission::after {
    border-right: 3px solid rgb(173,184,208);
    width: 40px;
    border-bottom: 3px solid rgb(173,184,208);
    right: -20px;
    bottom: -20px;
    height: 40px;
    position: absolute;
    content: "";
}.company_overview .vision_mission span {
    position: relative;
    padding-left: 15px;
    color: rgb(173,184,208);
    margin-bottom: 20px;
    font-weight: 600;
    width: 100%;
    font-size: 24px;
    display: block;
}.company_overview .vision_mission span::before {
    position: absolute;
    content: "";
    transform: translateY(-50%);
    height: 80%;
    left: 0;
    top: 50%;
    border-radius: 10px;
    width: 6px;
    background: rgb(173,184,208);
}.company_overview .vision_mission p {
    font-size: 16px;
    max-width: 600px;
    margin-bottom: 0;
    color: #000000;
    line-height: 1.8;
}.company_overview .vision_mission .img_box_grid {
    transition: transform 0.6s ease;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    height: 350px;
    position: relative;
    transform: perspective(1000px) rotateY(-5deg);
    border-radius: 22px;
    margin-left: 50px;
    width: 450px;
}.company_overview .vision_mission .img_box_grid:hover {
    transform: perspective(1000px) rotateY(0);
}.company_overview .academy_team {
    position: relative;
    margin-top: 50px;
    flex-direction: row-reverse;
    display: flex;
}.company_overview .academy_team::before {
    right: -20px;
    height: 40px;
    content: "";
    width: 40px;
    border-right: 3px solid rgb(133,151,181);
    top: -20px;
    position: absolute;
    border-top: 3px solid rgb(133,151,181);
}.company_overview .academy_team::after {
    left: -20px;
    bottom: -20px;
    border-bottom: 3px solid rgb(133,151,181);
    height: 40px;
    border-left: 3px solid rgb(133,151,181);
    position: absolute;
    width: 40px;
    content: "";
}.company_overview .academy_team p {
    max-width: 600px;
    position: relative;
    font-size: 16px;
    line-height: 1.8;
    padding-right: 20px;
    color: #000000;
    margin-bottom: 0;
}.company_overview .academy_team p::before {
    border-radius: 10px;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(133,151,181), transparent);
    left: -20px;
    position: absolute;
    width: 3px;
    top: 0;
}.company_overview .academy_team .learn_study {
    height: 350px;
    margin-right: 50px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    transition: transform 0.6s ease;
    width: 450px;
    transform: perspective(1000px) rotateY(5deg);
    position: relative;
    border-radius: 22px;
}.company_overview .academy_team .learn_study:hover {
    transform: perspective(1000px) rotateY(0);
}.company_overview .academy_team .learn_study::after {
    width: 100%;
    z-index: 1;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    content: "";
    position: absolute;
    bottom: 0;
    height: 30%;
}.company_overview .vision_mission .img_box_grid::after {
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    bottom: 0;
    height: 30%;
}

@media screen and (max-width: 1100px) {.company_overview .vision_mission .img_box_grid,
    .company_overview .academy_team .learn_study {
    width: 400px;
    height: 320px;
}
}

@media screen and (max-width: 992px) {.company_overview {
    padding: 80px 0;
}.company_overview h3 {
    margin-bottom: 50px;
}.company_overview .vision_mission,
    .company_overview .academy_team {
    flex-direction: column;
    margin-bottom: 60px;
}.company_overview .vision_mission .img_box_grid,
    .company_overview .academy_team .learn_study {
    transform: perspective(1000px) rotateY(0);
    height: 300px;
    margin: 30px 0 0;
    width: 100%;
}.company_overview .academy_team p {
    padding-left: 20px;
    padding-right: 0;
}.company_overview .academy_team p::before {
    left: 0;
}
}

@media screen and (max-width: 768px) {.company_overview {
    padding: 60px 0;
}.company_overview h3 {
    margin-bottom: 40px;
    font-size: calc(36px * 0.9);
}.company_overview .vision_mission,
    .company_overview .academy_team {
    margin-bottom: 50px;
}.company_overview .vision_mission span {
    font-size: calc(24px * 0.9);
}.company_overview .vision_mission::before,
    .company_overview .vision_mission::after,
    .company_overview .academy_team::before,
    .company_overview .academy_team::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 576px) {.company_overview {
    padding: 40px 0;
}.company_overview h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.company_overview h3::after {
    height: 3px;
    bottom: -10px;
}.company_overview .vision_mission,
    .company_overview .academy_team {
    margin-bottom: 40px;
}.company_overview .vision_mission span {
    font-size: calc(24px * 0.85);
    margin-bottom: 15px;
}.company_overview .vision_mission p,
    .company_overview .academy_team p {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}.company_overview .vision_mission .img_box_grid,
    .company_overview .academy_team .learn_study {
    height: 250px;
    margin-top: 20px;
}.company_overview .vision_mission::before,
    .company_overview .vision_mission::after,
    .company_overview .academy_team::before,
    .company_overview .academy_team::after {
    width: 25px;
    height: 25px;
}}.cookieWarningMessage {
    padding: 20px;
    left: 50%;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    max-width: 600px;
    background: rgb(213,216,232);
    position: fixed;
    border-radius: 22px;
    font-family: Arial, sans-serif;
    display: flex;
    text-align: center;
    bottom: 20px;
    width: 90%;
    z-index: 1050;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    transform: translateX(-50%);
}.track_accept {
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 1;
}.user_safety {
    margin-bottom: 20px;
    animation: bounce 2s infinite;
}.user_safety svg, .user_safety svg path, .user_safety img {
    fill: rgb(173,184,208);
    height: 80px;
    width: 80px;
}@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-10px);
    }
}
.cookieWarningMessage h5 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
    color: rgb(173,184,208);
}.cookieWarningMessage p {
    font-size: 16px;
    color: #000000;
    margin-bottom: 20px;
}.cookie_ack {
    transition: background 0.3s ease-in-out, transform 0.2s ease-in-out;
    width: calc(50% - 10px);
    font-size: 17px;
    text-decoration: none;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    background: rgb(173,184,208);
    padding: 10px 20px;
    text-align: center;
    color: #ffffff;
}.cookie_ack:hover {
    background: rgb(133,151,181);
    transform: translateY(-3px);
}.cookie_button.gdpr_banner {
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.gdpr_banner:hover {
    background: rgb(133,151,181,0.5);
}.cookieWarningMessage p a {
    transition: color 0.3s ease-in-out;
    text-decoration: underline;
    color: rgb(173,184,208);
}.cookieWarningMessage p a:hover {
    color: rgb(133,151,181);
}
@media only screen and (max-width: 600px) {.cookieWarningMessage {
    width: 100%;
    transform: none;
    bottom: 0;
    left: 0;
    border-radius: 0;
}.track_accept {
    padding: 15px;
}.user_safety svg {
    height: 50px;
    width: 50px;
}.cookieWarningMessage h5 {
    font-size: calc(21px - 2px);
}.cookieWarningMessage p {
    font-size: calc(16px - 2px);
}.cookie_ack {
    padding: 8px 16px;
    width: calc(100% - 10px);
    font-size: calc(17px - 2px);
}}
#privacyAlertPopup {
    display: none;
}#privacyAlertPopup:checked ~ .cookieWarningMessage {
    visibility: hidden;
    opacity: 0;
}.education_history {
    overflow: hidden;
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(213,216,232) 0%, rgb(173,184,208,0.5) 50%, rgb(213,216,232) 100%);
}.education_history::before {
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(173,184,208,0.5) 0,
        rgb(173,184,208,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    opacity: 0.05;
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
}.education_history::after {
    opacity: 0.4;
    filter: blur(60px);
    width: 100%;
    content: "";
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(173,184,208,0.5) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgb(133,151,181,0.5) 0%, transparent 50%);
}.education_history .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    position: relative;
    margin: 0 auto;
}.education_history .learner_ratings {
    border-radius: 23px;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    overflow: hidden;
    flex-direction: column;
    position: relative;
    padding: 60px 40px;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(255, 255, 255, 0.7) 100%
    );
    display: flex;
    align-items: center;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}.education_history .learner_ratings::before {
    z-index: 1;
    inset: 0;
    transition: opacity 0.6s ease;
    transform: rotate(-45deg) scale(2);
    position: absolute;
    opacity: 0;
    content: "";
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.2) 15%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.2) 85%,
        transparent 100%
    );
}.education_history .learner_ratings:hover::before {
    opacity: 1;
    animation: holographic-sweep 1.5s ease infinite;
}@keyframes holographic-sweep {
    0% {
        transform: rotate(-45deg) translateX(-50%) scale(2);
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    70% {
        opacity: 0.3;
    }
    100% {
        transform: rotate(-45deg) translateX(50%) scale(2);
        opacity: 0;
    }
}

.education_history .img_box_grid {
    overflow: hidden;
    height: 180px;
    position: relative;
    z-index: 2;
    width: 180px;
    transform: rotate(-3deg);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 5px rgba(255, 255, 255, 0.8),
        0 0 0 10px rgb(173,184,208,0.5);
    border-radius: 10px;
    margin-bottom: 35px;
    transition: all 0.5s ease;
}.education_history .img_box_grid::before {
    height: 100%;
    position: absolute;
    width: 100%;
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.4) 0%,
        transparent 50%,
        rgba(255, 255, 255, 0.4) 100%
    );
    left: 0;
    content: "";
    z-index: 3;
    top: 0;
}.education_history .img_box_grid::after {
    z-index: 1;
    mix-blend-mode: overlay;
    top: -50%;
    height: 200%;
    left: -50%;
    opacity: 0.15;
    background: 
        conic-gradient(
            from 0deg,
            transparent 0deg,
            rgb(173,184,208,0.5) 90deg,
            transparent 180deg,
            rgb(133,151,181,0.5) 270deg,
            transparent 360deg
        );
    animation: rotate 15s linear infinite;
    position: absolute;
    content: "";
    width: 200%;
}@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.education_history .name {
    font-weight: 700;
    z-index: 2;
    text-align: center;
    font-size: 37px;
    margin-bottom: 10px;
    position: relative;
    color: #000000;
}.education_history .name::after {
    width: 70px;
    bottom: -8px;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgb(173,184,208) 50%,
        transparent 100%
    );
    transform: translateX(-50%);
    height: 2px;
    position: absolute;
    left: 50%;
    content: "";
}.education_history .learner_ratings span:not(.name) {
    text-transform: uppercase;
    z-index: 2;
    color: rgba(0, 0, 0, 0.5);
    letter-spacing: 2px;
    text-align: center;
    font-weight: 600;
    position: relative;
    font-size: 22px;
    margin-bottom: 25px;
}.education_history .experience_profile {
    border-left: 3px solid rgb(173,184,208);
    max-width: 85%;
    position: relative;
    text-align: center;
    border-right: 3px solid rgb(133,151,181);
    color: #000000;
    z-index: 2;
    font-size: 15px;
    padding: 25px 30px;
    margin: 0;
    line-height: 1.8;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(5px);
    border-radius: 10px;
}.education_history .experience_profile::before,
.education_history .experience_profile::after {
    width: 40px;
    background: rgb(173,184,208,0.5);
    content: "";
    opacity: 0.1;
    position: absolute;
    height: 40px;
}.education_history .experience_profile::before {
    border-top: 3px solid rgb(173,184,208);
    top: -5px;
    border-left: 3px solid rgb(173,184,208);
    left: -5px;
}.education_history .experience_profile::after {
    border-right: 3px solid rgb(133,151,181);
    bottom: -5px;
    border-bottom: 3px solid rgb(133,151,181);
    right: -5px;
}.education_history .learner_ratings:hover {
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2);
    transform: translateY(-10px);
}.education_history .learner_ratings:hover .img_box_grid {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 5px rgba(255, 255, 255, 0.9),
        0 0 0 12px rgb(173,184,208,0.5);
    transform: rotate(0deg) scale(1.05);
}

@media (max-width: 991px) {.education_history {
    padding: 80px 0;
}.education_history .learner_ratings {
    padding: 50px 30px;
}.education_history .img_box_grid {
    width: 160px;
    margin-bottom: 30px;
    height: 160px;
}.education_history .experience_profile {
    padding: 20px 25px;
    max-width: 90%;
}
}

@media (max-width: 767px) {.education_history {
    padding: 60px 0;
}.education_history .learner_ratings {
    padding: 40px 25px;
}.education_history .img_box_grid {
    width: 140px;
    height: 140px;
    margin-bottom: 25px;
}.education_history .name {
    font-size: calc(37px * 0.9);
}.education_history .learner_ratings span:not(.name) {
    margin-bottom: 20px;
    font-size: calc(22px * 0.95);
}.education_history .experience_profile {
    font-size: calc(15px * 0.95);
    padding: 18px 20px;
}
}

@media (max-width: 575px) {.education_history {
    padding: 50px 0;
}.education_history .learner_ratings {
    padding: 35px 20px;
}.education_history .img_box_grid {
    height: 120px;
    margin-bottom: 20px;
    width: 120px;
}.education_history .name {
    font-size: calc(37px * 0.8);
}.education_history .learner_ratings span:not(.name) {
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-size: calc(22px * 0.9);
}.education_history .experience_profile {
    font-size: calc(15px * 0.9);
    max-width: 100%;
    padding: 15px;
}}.sign_up_for_updates {
    overflow: hidden;
    background: rgb(213,216,232);
    position: relative;
    padding: 4rem 2rem;
}.sign_up_for_updates::before {
    content: "";
    height: 5px;
    position: absolute;
    width: 100%;
    top: 0;
    background: linear-gradient(90deg, rgb(173,184,208) 0%, rgb(133,151,181) 50%, rgb(173,184,208) 100%);
    left: 0;
}.sign_up_for_updates .learning_track {
    margin: 0 auto;
    z-index: 2;
    max-width: 1200px;
    position: relative;
}.sign_up_for_updates .query_block {
    grid-template-areas: 
        "headline headline"
        "input button";
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2rem;
    position: relative;
    max-width: 700px;
    padding: 0;
    grid-template-rows: auto auto;
    margin: 0 10%;
    transform: rotate(-2deg);
}.sign_up_for_updates h3 {
    z-index: 1;
    color: rgb(173,184,208);
    font-size: calc(31px * 1.2);
    margin: 0;
    position: relative;
    letter-spacing: -1px;
    grid-area: headline;
    font-weight: 700;
    transform: translateX(-5%);
    line-height: 1.2;
}.sign_up_for_updates h3::before {
    position: absolute;
    transform: translate(5px, 5px);
    content: attr(data-text);
    -webkit-text-stroke: 1px rgb(133,151,181,0.5);
    left: 0;
    z-index: -1;
    top: 0;
    color: transparent;
}.sign_up_for_updates .input_holder {
    grid-area: input / span 2;
    display: grid;
    align-items: stretch;
    gap: 1.5rem;
    grid-template-columns: 2fr 1fr;
}.sign_up_for_updates input[type="email"] {
    border: none;
    grid-column: 1;
    background: transparent;
    border-bottom: 2px solid rgba(0, 0, 0, 0.5);
    transition: all 0.3s ease;
    padding: 1.2rem 1.5rem;
    font-size: 14px;
    color: #000000;
    font-family: Arial, sans-serif;
}.sign_up_for_updates input[type="email"]:focus {
    border-bottom-color: rgb(173,184,208);
    outline: none;
}.sign_up_for_updates input[type="email"]::placeholder {
    transition: all 0.3s ease;
    opacity: 0.6;
    color: #000000;
}.sign_up_for_updates input[type="email"]:focus::placeholder {
    transform: translateY(-10px);
    opacity: 0.3;
}.sign_up_for_updates input[type="submit"] {
    font-weight: 700;
    color: rgb(173,184,208);
    text-transform: uppercase;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    grid-column: 2;
    border: 2px solid rgb(173,184,208);
    transition: all 0.3s ease;
    letter-spacing: 1px;
    background: transparent;
}.sign_up_for_updates input[type="submit"]::before {
    z-index: -1;
    left: 0;
    transition: width 0.3s ease;
    top: 0;
    background: rgb(173,184,208);
    position: absolute;
    height: 100%;
    content: "";
    width: 0;
}.sign_up_for_updates input[type="submit"]:hover {
    color: #ffffff;
}.sign_up_for_updates input[type="submit"]:hover::before {
    width: 100%;
}.sign_up_for_updates::after {
    height: 30%;
    opacity: 0.2;
    content: "";
    background: linear-gradient(135deg, transparent 50%, rgb(133,151,181,0.5) 50%);
    position: absolute;
    right: 0;
    width: 30%;
    bottom: 0;
}@keyframes float {
    0%, 100% {
        transform: rotate(-2deg) translateY(0);
    }
    50% {
        transform: rotate(-2deg) translateY(-10px);
    }
}

.sign_up_for_updates .query_block:hover {
    animation: float 5s ease-in-out infinite;
}

@media (min-width: 769px) {.sign_up_for_updates h3 {
    overflow: hidden;
    white-space: nowrap;
}.sign_up_for_updates h3::after {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgb(213,216,232);
    border-left: 3px solid rgb(173,184,208);
    animation: typewriter 2s steps(20) 0.5s forwards;
    left: 0;
    top: 0;
    content: "";
}
    
    @keyframes typewriter {
        to {
            left: 100%;
        }
    }
}

@media (max-width: 768px) {.sign_up_for_updates {
    padding: 3rem 1.5rem;
}.sign_up_for_updates .query_block {
    gap: 1.5rem;
    transform: none;
    grid-template-areas: 
            "headline headline"
            "input input"
            "button button";
    margin: 0;
}.sign_up_for_updates h3 {
    transform: none;
    font-size: calc(23px * 1.2);
}.sign_up_for_updates h3::before {
    transform: translate(3px, 3px);
}.sign_up_for_updates .input_holder {
    grid-template-columns: 1fr;
}.sign_up_for_updates input[type="email"] {
    grid-column: 1;
}.sign_up_for_updates input[type="submit"] {
    grid-column: 1;
}.sign_up_for_updates .query_block:hover {
    animation: none;
}
}

@media (max-width: 480px) {.sign_up_for_updates {
    padding: 2rem 1rem;
}.sign_up_for_updates h3 {
    font-size: 23px;
}.sign_up_for_updates input[type="email"] {
    padding: 1rem;
}.sign_up_for_updates input[type="submit"] {
    padding: 1rem;
}
}