* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.page_top {
    flex: 1 0 auto;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1272px;
}a {
    text-decoration: none;
    color: inherit;
}html,body {
    scroll-behavior: auto;
    min-height: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
}header,footer {
    width: 100%;
}.wrapper-canvas {
    height: 100%;
    flex-direction: column;
    min-height: 100%;
    display: flex;
}.exam_prep {
    flex: 0 0 auto;
}::-webkit-scrollbar {
    padding: 1px;
    width: 9px;
}::-webkit-scrollbar-button {
    height: 7px;
    background: rgb(255, 255, 255, 0.5);
    border-radius: 10px;
}::-webkit-scrollbar-track {
    background: #ffffff;
    border: 1px solid rgb(255, 255, 255, 0.5);
    border-radius: 2.5vh;
}::-webkit-scrollbar-thumb {
    box-shadow: -2px -1px 0px -1px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
    background: linear-gradient(245deg, #ffffff 95%, rgb(255, 255, 255, 0.5) 50%, rgb(119,130,145) 34%, rgb(119,130,145,0.5) 70%, rgb(155,168,189) 71%, rgb(192,205,226) 79%);
}::-webkit-scrollbar-thumb:hover {
    border-color: rgb(255, 255, 255, 0.5);
    background: radial-gradient(ellipse at top right, #ffffff 79%, rgb(255, 255, 255, 0.5) 8%, rgb(119,130,145) 21%, rgb(119,130,145,0.5) 5%, rgb(155,168,189) 19%, rgb(155,168,189,0.5) 76%, rgb(192,205,226) 95%);
    transform: scale(1.05);
    box-shadow: -5px 0px 13px 7px rgba(0, 0, 0, 0.1);
}::-webkit-scrollbar-corner {
    border: 1px dashed rgb(155,168,189);
    background: rgb(192,205,226);
    border-radius: 4px;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.title_intro {
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(192,205,226), rgba(0, 0, 0, 0.5));
    align-items: center;
    display: flex;
    overflow: hidden;
    position: relative;
}.title_intro .team_photo {
    opacity: 0.9;
    box-shadow: inset 0 0 100px 20px rgba(0, 0, 0, 0.5);
    top: 0;
    height: 100%;
    transform: scale(1.05);
    width: 100%;
    animation: subtle-zoom 20s infinite alternate ease-in-out;
    left: 0;
    position: absolute;
    z-index: -1;
}.title_intro .team_photo::after {
    height: 100%;
    width: 100%;
    content: '';
    position: absolute;
    top: 0;
    mix-blend-mode: multiply;
    left: 0;
    background: linear-gradient(
        145deg,
        rgba(30, 30, 50, 0.8),
        rgba(30, 30, 50, 0.6),
        rgba(94, 170, 168, 0.3)
    );
}.title_intro .learn_identity {
    margin: 0 auto;
    width: 100%;
    grid-template-columns: 1.2fr 1fr;
    display: grid;
    z-index: 1;
    position: relative;
    max-width: 1200px;
    grid-gap: 3rem;
    padding: 3rem;
    transform: translateY(-2vh);
}.title_intro h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 2rem;
    animation: slide-in 0.8s 0.3s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    color: #ffffff;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateX(-30px);
    line-height: 1.2;
    font-weight: 700;
    position: relative;
}.title_intro h1::after {
    left: 0;
    height: 3px;
    bottom: -15px;
    width: 80px;
    transform-origin: left;
    background: rgb(155,168,189);
    transform: scaleX(0);
    content: '';
    position: absolute;
    animation: line-grow 1.2s 0.9s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
}.title_intro .insight_box {
    animation: fade-up 0.8s 0.6s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    padding: 3rem;
    opacity: 0;
    background: linear-gradient(
        145deg,
        rgba(255, 255, 255, 0.95),
        rgba(255, 255, 255, 0.85)
    );
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transform: translateY(30px) rotate(-1deg);
    backdrop-filter: blur(10px);
}.title_intro .insight_box::before {
    animation: border-appear 1s 1.2s forwards ease;
    position: absolute;
    content: '';
    top: -5px;
    bottom: -5px;
    left: -5px;
    opacity: 0;
    border: 1px solid rgba(94, 170, 168, 0.3);
    right: -5px;
    pointer-events: none;
}.title_intro .insight_box p {
    opacity: 0;
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #000000;
    font-size: calc(16px * 1.2);
    transform: translateY(20px);
    position: relative;
    animation: fade-up 0.8s 0.8s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
}.title_intro .study_fast {
    justify-content: center;
    animation: fade-up 0.8s 1s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
    margin: 2rem 0;
    display: flex;
    opacity: 0;
    transform: translateY(20px);
}.title_intro .study_fast svg {
    filter: drop-shadow(0 5px 15px rgba(94, 170, 168, 0.3));
    width: 120px;
    transition: transform 0.5s ease;
    height: 120px;
}.title_intro .study_fast svg:hover {
    transform: scale(1.05) rotate(2deg);
    filter: drop-shadow(0 8px 20px rgba(94, 170, 168, 0.4));
}.title_intro .study_fast svg path {
    fill: rgb(155,168,189);
    transition: fill 0.3s ease;
}.title_intro .study_fast svg text {
    transition: fill 0.3s ease;
    font-family: Arial, sans-serif;
}.title_intro .study_fast svg:hover path {
    fill: rgb(74, 150, 148);
}.title_intro .study_fast svg:hover text {
    fill: rgb(74, 150, 148);
}.title_intro h6 {
    transform: translateY(20px);
    display: flex;
    justify-content: center;
    margin-top: 2rem;
    opacity: 0;
    animation: fade-up 0.8s 1.2s forwards cubic-bezier(0.17, 0.67, 0.21, 1.05);
}.title_intro h6 .query_feedback {
    text-decoration: none;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    z-index: 1;
    background: linear-gradient(
        135deg,
        rgb(155,168,189),
        rgb(84, 160, 158)
    );
    color: #ffffff;
    transition: all 0.4s cubic-bezier(0.17, 0.67, 0.21, 1.05);
    padding: 1rem 2.5rem;
    box-shadow: 0 5px 20px rgba(94, 170, 168, 0.4);
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
    border: none;
}.title_intro h6 .query_feedback::before {
    top: 0;
    width: 100%;
    left: -100%;
    content: '';
    z-index: -1;
    height: 100%;
    position: absolute;
    transition: left 0.7s ease;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.2),
        transparent
    );
}.title_intro h6 .query_feedback:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(94, 170, 168, 0.5);
}.title_intro h6 .query_feedback:hover::before {
    left: 100%;
}

@keyframes slide-in {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-up {
    to {
        transform: translateY(0) rotate(0);
        opacity: 1;
    }
}

@keyframes line-grow {
    to {
        transform: scaleX(1);
    }
}

@keyframes border-appear {
    to {
        opacity: 1;
    }
}

@keyframes subtle-zoom {
    0% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1.12);
    }
}

@media (max-width: 992px) {.title_intro .learn_identity {
    grid-template-columns: 1fr;
    padding: 2rem;
}.title_intro h1 {
    font-size: calc(43px * 1.1);
    text-align: center;
}.title_intro h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}@keyframes line-grow {
        to {
            transform: translateX(-50%) scaleX(1);
        }
    }

    .title_intro .insight_box {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 768px) {.title_intro {
    min-height: calc(100vh - 60px);
}.title_intro .learn_identity {
    grid-gap: 2rem;
    padding: 1.5rem;
}.title_intro h1 {
    font-size: 43px;
    margin-bottom: 1.5rem;
}.title_intro .insight_box {
    padding: 2rem 1.5rem;
}.title_intro .insight_box p {
    font-size: 16px;
}.title_intro .study_fast svg {
    width: 100px;
    height: 100px;
}
}

@media (max-width: 576px) {.title_intro .learn_identity {
    padding: 1rem;
}.title_intro h1 {
    font-size: calc(43px * 0.9);
}.title_intro .insight_box {
    padding: 1.5rem 1.25rem;
}.title_intro h6 .query_feedback {
    font-size: calc(17px * 0.9);
    padding: 0.85rem 2rem;
}.title_intro .study_fast svg {
    width: 80px;
    height: 80px;
}
}

@media (max-height: 700px) {.title_intro {
    min-height: 700px;
}.title_intro .learn_identity {
    transform: translateY(0);
}}.course_instructor {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgb(155,168,189,0.5) 100%);
    position: relative;
    padding: 4rem 2rem;
}.course_instructor::before {
    width: 120%;
    height: 70%;
    z-index: 1;
    transform: rotate(-12deg);
    background: rgb(119,130,145,0.5);
    left: -5%;
    top: -10%;
    content: "";
    position: absolute;
}.course_instructor .opinion_sharing {
    position: relative;
    z-index: 2;
    transform: translateX(5%);
    gap: 3rem;
    display: flex;
    flex-direction: row;
    align-items: center;
}.course_instructor .team_photo {
    border-radius: 18px;
    transition: all 0.5s ease;
    transform: rotate(-5deg);
    width: 280px;
    box-shadow: 15px 15px 0 rgb(155,168,189,0.5);
    height: 350px;
}.course_instructor .team_photo:hover {
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
    transform: rotate(0deg) scale(1.05);
}.course_instructor .job_skills {
    transform: rotate(2deg) translateY(-30px);
    background: #ffffff;
    max-width: 60%;
    padding: 2rem;
    position: relative;
    border-radius: 18px;
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    transition: all 0.5s ease;
}.course_instructor .job_skills::after {
    bottom: -10px;
    position: absolute;
    transition: all 0.5s ease;
    width: 85%;
    left: 30px;
    opacity: 0.6;
    background: rgb(119,130,145);
    content: "";
    filter: blur(8px);
    height: 10px;
}.course_instructor .job_skills:hover {
    transform: rotate(0deg) translateY(-20px);
}.course_instructor .job_skills:hover::after {
    opacity: 0.8;
    width: 95%;
}.course_instructor .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(155,168,189);
    transform: translateX(-20px);
    font-size: 30px;
}.course_instructor .job_skills > div:nth-child(2) {
    color: rgb(119,130,145);
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.course_instructor .past_work {
    font-size: 14px;
    font-style: italic;
    color: #000000;
    line-height: 1.6;
    position: relative;
    padding-left: 1.5rem;
    font-weight: 400;
}.course_instructor .past_work::before {
    position: absolute;
    content: "";
    background: linear-gradient(to bottom, rgb(155,168,189), rgb(119,130,145));
    border-radius: 10px;
    width: 5px;
    left: 0;
    height: 100%;
    top: 0;
}

@media (max-width: 992px) {.course_instructor .opinion_sharing {
    transform: none;
    flex-direction: column;
    gap: 2rem;
}.course_instructor .team_photo {
    margin: 0 auto;
    height: 280px;
    width: 220px;
}.course_instructor .job_skills {
    max-width: 100%;
    transform: none;
}.course_instructor .name,
    .course_instructor .job_skills > div:nth-child(2) {
    transform: none;
}}.contact_panel {
    padding: 70px 0;
    background: rgb(192,205,226);
    overflow: hidden;
    position: relative;
}.contact_panel::before {
    width: 100%;
    height: 100%;
    z-index: 0;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    background-image: 
        repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px),
        repeating-linear-gradient(135deg, transparent, transparent 10px, rgba(0, 0, 0, 0.03) 10px, rgba(0, 0, 0, 0.03) 20px);
}.contact_panel .container {
    padding: 0 20px;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
}.contact_panel h2 {
    font-weight: 700;
    text-align: center;
    color: rgb(119,130,145);
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
}.contact_panel h2::after {
    bottom: -15px;
    background: rgb(155,168,189);
    transform: translateX(-50%);
    width: 60px;
    left: 50%;
    position: absolute;
    content: "";
    height: 3px;
}.contact_panel .query_panel {
    grid-template-columns: 1fr 1fr;
    display: grid;
    overflow: hidden;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    gap: 0;
}.contact_panel .team_photo {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
    height: 100%;
    min-height: 500px;
    grid-row: 1;
    grid-column: 2;
    transition: transform 0.6s ease;
}.contact_panel .inquiry_widget {
    padding: 50px 40px;
    grid-column: 1;
    background: #ffffff;
    grid-row: 1;
}.contact_panel #contact {
    flex-direction: column;
    display: flex;
    gap: 25px;
}.contact_panel h3 {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    color: rgb(155,168,189);
}.contact_panel input[type="text"] {
    width: 100%;
    color: #000000;
    padding: 15px 20px;
    border-radius: 10px;
    background: #ffffff;
    transition: all 0.3s ease;
    font-size: 17px;
    border: 1px solid rgb(192,205,226);
}.contact_panel input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-color: rgb(155,168,189);
}.contact_panel input[type="text"]::placeholder {
    color: #000000;
    opacity: 0.5;
}.contact_panel .reach_list {
    align-items: flex-start;
    display: flex;
    margin-top: 10px;
    gap: 10px;
}.contact_panel .reach_list input[type="checkbox"] {
    border-radius: 10px;
    appearance: none;
    cursor: pointer;
    margin-top: 2px;
    width: 24px;
    flex-shrink: 0;
    position: relative;
    border: 2px solid rgb(192,205,226);
    height: 24px;
}.contact_panel .reach_list input[type="checkbox"]:checked {
    background: rgb(155,168,189);
    border-color: rgb(155,168,189);
}.contact_panel .reach_list input[type="checkbox"]:checked::after {
    content: "✓";
    font-size: 16px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    color: #ffffff;
    position: absolute;
}.contact_panel .reach_list label {
    font-size: 17px;
    line-height: 1.5;
    color: #000000;
}.contact_panel .reach_list a {
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(155,168,189);
    text-decoration: none;
}.contact_panel .reach_list a:hover {
    color: rgb(119,130,145);
}.contact_panel .query_feedback {
    text-transform: uppercase;
    overflow: hidden;
    background: rgb(155,168,189);
    margin-top: 10px;
    font-weight: 600;
    border-radius: 10px;
    align-self: flex-start;
    border: none;
    color: #ffffff;
    padding: 15px 35px;
    font-size: 15px;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    cursor: pointer;
}.contact_panel .query_feedback::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
    left: -100%;
}.contact_panel .query_feedback:hover {
    background: rgb(119,130,145);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}.contact_panel .query_feedback:hover::before {
    left: 100%;
}.contact_panel svg {
    vertical-align: middle;
    fill: rgb(155,168,189);
    margin-right: 10px;
    height: 22px;
    width: 22px;
}.contact_panel svg path {
    fill: rgb(155,168,189);
}

@media (max-width: 992px) {.contact_panel .query_panel {
    grid-template-columns: 1fr;
}.contact_panel .team_photo {
    border-radius: 0;
    min-height: 300px;
    border-top-left-radius: 11px;
    grid-column: 1;
    border-top-right-radius: 11px;
    grid-row: 1;
}.contact_panel .inquiry_widget {
    padding: 40px 30px;
    grid-row: 2;
    grid-column: 1;
}
}

@media (max-width: 768px) {.contact_panel {
    padding: 50px 0;
}.contact_panel h2 {
    margin-bottom: 30px;
    font-size: calc(30px - 4px);
}.contact_panel .inquiry_widget {
    padding: 30px 25px;
}.contact_panel .team_photo {
    min-height: 250px;
}
}

@media (max-width: 576px) {.contact_panel {
    padding: 40px 0;
}.contact_panel .container {
    padding: 0 15px;
}.contact_panel h2::after {
    width: 40px;
}.contact_panel .inquiry_widget {
    padding: 25px 20px;
}.contact_panel #contact {
    gap: 20px;
}.contact_panel .query_feedback {
    width: 100%;
    padding: 14px 20px;
}.contact_panel .team_photo {
    min-height: 200px;
}}.company_info {
    background-color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
    position: relative;
}.company_info::before {
    top: 0;
    background: 
        linear-gradient(0deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px),
        linear-gradient(90deg, transparent 24px, rgba(0, 0, 0, 0.5) 25px, rgba(0, 0, 0, 0.5) 26px, transparent 27px, transparent 49px, rgba(0, 0, 0, 0.5) 50px, rgba(0, 0, 0, 0.5) 51px, transparent 52px);
    opacity: 0.03;
    left: 0;
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-size: 50px 50px;
}.company_info::after {
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: 
        repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px),
        repeating-linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 1px, transparent 1px, transparent 10px);
    height: 100%;
    z-index: 1;
    opacity: 0.03;
}.company_info .container {
    z-index: 10;
    position: relative;
}.company_info h2 {
    position: relative;
    font-size: 31px;
    font-weight: 700;
    text-align: center;
    color: #000000;
    margin-bottom: 60px;
}.company_info h2::before {
    left: 50%;
    height: 3px;
    transform: translateX(-50%);
    width: 50px;
    bottom: -15px;
    content: "";
    background-color: rgb(155,168,189);
    position: absolute;
}.company_info h2::after {
    width: 20px;
    content: "";
    position: absolute;
    background-color: rgb(119,130,145);
    height: 3px;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%) translateX(30px);
}.company_info .skill_pro {
    gap: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}.company_info .skill_pro::before {
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    background: 
        linear-gradient(45deg, transparent calc(50% - 1px), rgb(155,168,189,0.5) calc(50% - 1px), rgb(155,168,189,0.5) calc(50% + 1px), transparent calc(50% + 1px)),
        linear-gradient(135deg, transparent calc(50% - 1px), rgb(119,130,145,0.5) calc(50% - 1px), rgb(119,130,145,0.5) calc(50% + 1px), transparent calc(50% + 1px));
    opacity: 0.05;
    z-index: -1;
    content: "";
    background-size: 60px 60px;
}.company_info .study_lab {
    background-color: #ffffff;
    z-index: 2;
    border-radius: 0;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    flex: 1;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    min-width: calc(50% - 15px);
}.company_info .study_lab::before {
    content: "";
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(155,168,189), rgb(119,130,145));
    transition: transform 0.4s ease;
    height: 4px;
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    transform-origin: left;
}.company_info .study_lab:hover::before {
    transform: scaleX(1);
}.company_info .study_lab::after {
    border-width: 0 0 40px 40px;
    bottom: 0;
    opacity: 0;
    border-style: solid;
    border-color: transparent transparent rgb(155,168,189,0.5) transparent;
    transition: opacity 0.4s ease;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
    content: "";
}.company_info .study_lab:hover::after {
    opacity: 1;
}.company_info .study_lab {
    padding: 40px;
    transform: translateY(0);
}.company_info .study_lab:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    transform: translateY(-10px);
}.company_info .study_lab h3 {
    position: relative;
    color: #000000;
    transition: all 0.3s ease;
    margin-bottom: 20px;
    font-size: 23px;
    padding-left: 15px;
    font-weight: 600;
}.company_info .study_lab h3::before {
    height: 25px;
    transform: translateY(-50%);
    content: "";
    width: 5px;
    background-color: rgb(155,168,189);
    left: 0;
    top: 50%;
    position: absolute;
}.company_info .study_lab:last-child h3::before {
    background-color: rgb(119,130,145);
}.company_info .study_lab:hover h3 {
    color: rgb(155,168,189);
}.company_info .study_lab:last-child:hover h3 {
    color: rgb(119,130,145);
}.company_info .study_lab p {
    color: #000000;
    position: relative;
    font-size: 17px;
    line-height: 1.8;
}.company_info .container::before {
    width: 300px;
    z-index: -1;
    border-radius: 50%;
    background: linear-gradient(135deg, rgb(155,168,189,0.5), rgb(119,130,145,0.5));
    content: "";
    height: 300px;
    opacity: 0.1;
    top: -150px;
    position: absolute;
    right: -150px;
}.company_info .container::after {
    opacity: 0.1;
    content: "";
    bottom: -100px;
    width: 200px;
    z-index: -1;
    position: absolute;
    background: linear-gradient(45deg, rgb(119,130,145,0.5), rgb(155,168,189,0.5));
    left: -100px;
    height: 200px;
    border-radius: 50%;
}.company_info .study_lab:first-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.company_info .study_lab:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}.company_info .study_lab:first-child::after {
    border-color: transparent transparent rgb(155,168,189,0.5) transparent;
}.company_info .study_lab:last-child::after {
    border-color: transparent transparent rgb(119,130,145,0.5) transparent;
}

@media screen and (max-width: 992px) {.company_info {
    padding: 80px 0;
}.company_info .skill_pro {
    flex-direction: column;
}.company_info .study_lab {
    min-width: 100%;
}.company_info h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 768px) {.company_info {
    padding: 60px 0;
}.company_info h2 {
    font-size: calc(31px * 0.9);
}.company_info .study_lab {
    padding: 30px;
}.company_info .study_lab h3 {
    font-size: calc(23px * 0.9);
    margin-bottom: 15px;
}.company_info .study_lab h3::before {
    height: 20px;
}.company_info .container::before {
    height: 200px;
    top: -100px;
    width: 200px;
    right: -100px;
}.company_info .container::after {
    bottom: -75px;
    height: 150px;
    width: 150px;
    left: -75px;
}
}

@media screen and (max-width: 576px) {.company_info {
    padding: 50px 0;
}.company_info h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 30px;
}.company_info h2::before {
    bottom: -12px;
    width: 40px;
}.company_info h2::after {
    bottom: -12px;
    width: 15px;
    transform: translateX(-50%) translateX(25px);
}.company_info .study_lab {
    padding: 25px;
}.company_info .study_lab h3 {
    margin-bottom: 12px;
    font-size: calc(23px * 0.85);
    padding-left: 12px;
}.company_info .study_lab h3::before {
    height: 18px;
    width: 4px;
}.company_info .study_lab p {
    line-height: 1.6;
    font-size: calc(17px * 0.9);
}.company_info .study_lab::after {
    border-width: 0 0 30px 30px;
}}.course_suitability {
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    position: relative;
}.course_suitability::before {
    position: absolute;
    content: "";
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgb(155,168,189,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(119,130,145,0.5) 0%, transparent 40%);
    z-index: 0;
    left: 0;
    width: 100%;
    opacity: 0.6;
    top: 0;
}.course_suitability::after {
    height: 100%;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 25%),
        linear-gradient(-45deg, transparent 75%, #000000 25%);
    background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
    position: absolute;
    opacity: 0.03;
    content: "";
    left: 0;
    top: 0;
    background-size: 120px 120px;
    width: 100%;
    z-index: 0;
}.course_suitability .container {
    max-width: 1200px;
    z-index: 1;
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
}.course_suitability .learn_identity {
    overflow: hidden;
    backdrop-filter: blur(12px);
    transform: translateY(0);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 50px;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.1) inset;
}.course_suitability .learn_identity:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 5px 15px rgba(0, 0, 0, 0.08),
        0 0 0 1px rgba(255, 255, 255, 0.15) inset;
    transform: translateY(-10px);
}.course_suitability .learn_identity::before {
    width: 200px;
    filter: blur(30px);
    animation: pulse-effect 8s infinite alternate ease-in-out;
    right: -100px;
    top: -100px;
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(45deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    content: "";
    opacity: 0.1;
    height: 200px;
}.course_suitability .learn_identity::after {
    width: 150px;
    filter: blur(25px);
    bottom: -75px;
    content: "";
    opacity: 0.1;
    height: 150px;
    left: -75px;
    background: linear-gradient(225deg, rgb(119,130,145) 0%, rgb(155,168,189) 100%);
    position: absolute;
    animation: pulse-effect 8s infinite alternate-reverse ease-in-out;
    border-radius: 50%;
}@keyframes pulse-effect {
    0% {
        transform: scale(1);
        opacity: 0.1;
    }
    50% {
        transform: scale(1.5);
        opacity: 0.2;
    }
    100% {
        transform: scale(1);
        opacity: 0.1;
    }
}

.course_suitability h4 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 40px;
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    font-size: 31px;
}.course_suitability h4::after {
    height: 4px;
    background: linear-gradient(90deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    width: 80px;
    bottom: 0;
    border-radius: 10px;
    transform: translateX(-50%);
    left: 50%;
    position: absolute;
    content: "";
}.course_suitability div p {
    color: #ffffff;
    font-size: calc(18px + 2px);
    background: rgba(255, 255, 255, 0.05);
    padding: 15px 20px;
    border-radius: 10px;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    display: flex;
    backdrop-filter: blur(5px);
    align-items: center;
    border-left: 3px solid rgb(155,168,189);
}.course_suitability div p:last-child {
    margin-bottom: 0;
}.course_suitability div p:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    transform: translateX(5px);
}.course_suitability div p svg {
    transition: transform 0.3s ease;
    height: 24px;
    margin-right: 15px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
    min-width: 24px;
    width: 24px;
}.course_suitability div p:hover svg {
    transform: scale(1.2) rotate(5deg);
}.course_suitability div p svg path {
    fill: rgb(155,168,189);
}.course_suitability div p::after {
    width: 0;
    background: linear-gradient(90deg, rgb(155,168,189) 0%, transparent 100%);
    position: absolute;
    height: 1px;
    content: "";
    transition: width 0.5s ease;
    left: 0;
    bottom: 0;
}.course_suitability div p:hover::after {
    width: 100%;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 991px) {.course_suitability {
    padding: 80px 0;
}.course_suitability .learn_identity {
    padding: 40px 30px;
}.course_suitability h4 {
    margin-bottom: 30px;
    font-size: calc(31px - 2px);
}.course_suitability div p {
    font-size: 18px;
    margin-bottom: 20px;
    padding: 12px 15px;
}
}

@media (max-width: 767px) {.course_suitability {
    padding: 60px 0;
}.course_suitability .learn_identity {
    padding: 30px 20px;
}.course_suitability h4 {
    margin-bottom: 25px;
    font-size: calc(31px - 4px);
    padding-bottom: 12px;
}.course_suitability h4::after {
    height: 3px;
    width: 60px;
}.course_suitability div p {
    padding: 10px 12px;
    margin-bottom: 15px;
    font-size: calc(18px - 1px);
}.course_suitability div p svg {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    min-width: 20px;
}.course_suitability::before,
    .course_suitability::after {
    opacity: 0.05;
}
}

@media (max-width: 479px) {.course_suitability {
    padding: 40px 0;
}.course_suitability .learn_identity {
    padding: 25px 15px;
}.course_suitability h4 {
    font-size: calc(31px - 6px);
}.course_suitability div p {
    padding: 8px 10px;
    font-size: calc(18px - 2px);
}.course_suitability div p svg {
    height: 18px;
    min-width: 18px;
    margin-right: 8px;
    width: 18px;
}}header {
    -webkit-backdrop-filter: blur(20px);
    width: 100%;
    z-index: 1000;
    left: 0;
    position: fixed;
    top: 0;
    backdrop-filter: blur(20px);
    background: rgb(155,168,189,0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}header:before {
    width: 100%;
    left: 0;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent 0%,
        rgba(255, 255, 255, 0.1) 25%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 75%
    );
    height: 100%;
    animation: shimmer 8s infinite linear;
    content: '';
    pointer-events: none;
    top: 0;
}header:after {
    content: '';
    height: 3px;
    width: 100%;
    opacity: 0.8;
    position: absolute;
    filter: blur(1px);
    background: linear-gradient(
        90deg,
        rgb(119,130,145) 0%,
        rgb(155,168,189) 50%,
        rgb(119,130,145) 100%
    );
    bottom: 0;
    left: 0;
}header .head_teach {
    overflow: hidden;
    position: relative;
}header .head_teach:before {
    width: 100%;
    pointer-events: none;
    opacity: 0.15;
    background: 
        radial-gradient(circle at 10% 20%, rgb(155,168,189,0.5) 0%, transparent 40%),
        radial-gradient(circle at 90% 80%, rgb(119,130,145,0.5) 0%, transparent 40%);
    content: '';
    mix-blend-mode: overlay;
    top: 0;
    position: absolute;
    height: 100%;
    left: 0;
}header .container {
    padding: 16px 25px;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}header .container:before {
    bottom: -1px;
    height: 1px;
    position: absolute;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    opacity: 0.5;
    width: 100%;
    left: 0;
    content: '';
}header .head_site {
    position: relative;
    align-items: center;
    display: flex;
    justify-content: space-between;
}header .head_lesson {
    gap: 35px;
    align-items: center;
    position: relative;
    display: flex;
}header .head_lesson:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    height: 35px;
    top: 50%;
    opacity: 0;
    width: 100%;
    transition: all 0.4s ease;
    left: 0;
    transform: translateY(-50%) scaleX(0.8);
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    content: '';
    position: absolute;
}header .head_lesson:hover:before {
    transform: translateY(-50%) scaleX(1);
    opacity: 1;
}header .head_top {
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-weight: 400;
    transition: all 0.3s ease;
    text-decoration: none;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 0;
    text-transform: uppercase;
    position: relative;
}header .head_top:before {
    left: 0;
    height: 1px;
    transform: scaleX(0);
    width: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        #ffffff,
        transparent
    );
    transform-origin: right;
    content: '';
    bottom: 0;
    position: absolute;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}header .head_top:after {
    transition: all 0.3s ease;
    transform: scaleY(0);
    background: linear-gradient(
        180deg,
        transparent,
        rgb(155,168,189,0.5),
        transparent
    );
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    position: absolute;
    left: 0;
    height: 100%;
    content: '';
}header .head_top:hover {
    text-shadow: 0 0 5px #ffffff;
    color: #ffffff;
}header .head_top:hover:before {
    transform-origin: left;
    transform: scaleX(1);
}header .head_top:hover:after {
    transform: scaleY(1);
    opacity: 0.15;
}header .first_pagebar {
    align-items: center;
    position: relative;
    padding: 5px;
    text-decoration: none;
    display: flex;
    transition: all 0.4s ease;
}header .first_pagebar:before {
    background: radial-gradient(
        circle,
        rgb(155,168,189,0.5) 0%,
        transparent 70%
    );
    left: -10px;
    content: '';
    height: calc(100% + 20px);
    z-index: -1;
    top: -10px;
    transition: opacity 0.5s ease;
    width: calc(100% + 20px);
    position: absolute;
    opacity: 0;
}header .first_pagebar:after {
    left: 0;
    height: 100%;
    content: '';
    position: absolute;
    border: 1px solid transparent;
    opacity: 0;
    width: 100%;
    transition: all 0.3s ease;
    top: 0;
    border-image: linear-gradient(
        to right,
        transparent,
        rgb(155,168,189),
        transparent
    ) 1;
}header .first_pagebar:hover:before {
    animation: pulse 2s infinite;
    opacity: 0.15;
}header .first_pagebar:hover:after {
    opacity: 0.7;
}header .first_pagebar svg {
    width: auto;
    filter: drop-shadow(0 0 3px rgb(155,168,189,0.5));
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
}header .first_pagebar:hover svg {
    filter: drop-shadow(0 0 5px rgb(155,168,189));
    transform: scale(1.05);
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.15;
    }
    50% {
        opacity: 0.3;
    }
}

@keyframes glowEffect {
    0%, 100% {
        opacity: 0.7;
        filter: blur(1px);
    }
    50% {
        opacity: 1;
        filter: blur(1.5px);
    }
}

@media (max-width: 991px) {header .container {
    padding: 14px 20px;
}header .head_lesson {
    gap: 20px;
}header .first_pagebar svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .head_lesson {
    gap: 20px;
    height: 100vh;
    z-index: 1001;
    backdrop-filter: blur(15px);
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    flex-direction: column;
    background: linear-gradient(
            135deg,
            rgb(155,168,189) 0%,
            rgb(155,168,189,0.5) 100%
        );
    right: -100%;
    background: rgb(155,168,189);
    max-width: 320px;
    padding: 80px 30px 30px;
    width: 80%;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.2);
    transition: right 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}header .head_lesson:before {
    display: none;
}header .menu.active {
    right: 0;
}header .head_top {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 5px;
}header .head_top:last-child {
    border-bottom: none;
}header .first_pagebar {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .first_pagebar svg {
    height: 35px;
}}.teaching_process {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, rgb(192,205,226) 100%);
    position: relative;
}.teaching_process::before {
    width: 40%;
    height: 100%;
    content: "";
    top: 0;
    opacity: 0.15;
    position: absolute;
    transform: skewX(-15deg) translateX(10%);
    background: linear-gradient(110deg, transparent 0%, rgb(119,130,145,0.5) 100%);
    z-index: 1;
    right: 0;
}.teaching_process::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(155,168,189) 0%, rgb(119,130,145) 50%, transparent 100%);
    z-index: 2;
    left: 0;
    height: 5px;
    width: 100%;
    content: "";
}.teaching_process .container {
    z-index: 3;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}.teaching_process .learn_identity {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
}.teaching_process .learn_identity > div {
    max-width: 800px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08), 0 5px 15px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateY(2deg);
    background: #ffffff;
    position: relative;
    padding: 40px 50px;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}.teaching_process .learn_identity > div:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.1), 0 10px 20px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}.teaching_process .learn_identity > div::before {
    height: 100%;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0 85%);
    top: 0;
    background: linear-gradient(135deg, rgb(119,130,145,0.5) 0%, transparent 100%);
    opacity: 0.05;
    width: 100%;
}.teaching_process h3 {
    font-size: calc(34px * 0.85);
    color: #000000;
    margin-bottom: 25px;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    transform: translateX(-5px);
    padding-bottom: 15px;
}.teaching_process h3::after {
    height: 3px;
    transform: scaleX(1);
    content: "";
    bottom: 0;
    left: 0;
    transition: transform 0.5s ease;
    width: 80px;
    transform-origin: left;
    background: rgb(155,168,189);
    position: absolute;
}.teaching_process .learn_identity > div:hover h3::after {
    transform: scaleX(1.5);
}.teaching_process p {
    max-width: 100%;
    color: #000000;
    font-size: 17px;
    position: relative;
    opacity: 0.9;
    margin-bottom: 0;
    line-height: 1.7;
}.teaching_process p span {
    position: relative;
    display: inline-block;
    transition: transform 0.4s ease;
}.teaching_process p span::before {
    background: rgb(119,130,145);
    transform: scaleX(0);
    opacity: 0.3;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transform-origin: left;
    position: absolute;
    bottom: -2px;
    width: 100%;
    height: 1px;
    content: "";
    left: 0;
}.teaching_process .learn_identity > div:hover p span::before {
    transform: scaleX(1);
}


@media (max-width: 991px) {.teaching_process {
    padding: 80px 0;
}.teaching_process .learn_identity > div {
    transform: perspective(800px) rotateY(1deg);
    padding: 30px 40px;
}.teaching_process h3 {
    margin-bottom: 20px;
    font-size: calc(34px * 0.75);
}
}

@media (max-width: 767px) {.teaching_process {
    padding: 60px 0;
}.teaching_process::before {
    width: 60%;
}.teaching_process .learn_identity > div {
    transform: none;
    padding: 25px 30px;
}.teaching_process .learn_identity > div:hover {
    transform: translateY(-3px);
}.teaching_process h3 {
    font-size: calc(34px * 0.7);
    margin-bottom: 15px;
    padding-bottom: 12px;
}.teaching_process p {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 575px) {.teaching_process {
    padding: 50px 0;
}.teaching_process .learn_identity > div {
    padding: 20px 25px;
}.teaching_process h3 {
    margin-bottom: 12px;
    font-size: calc(34px * 0.65);
    padding-bottom: 10px;
}.teaching_process h3::after {
    height: 2px;
    width: 60px;
}.teaching_process p {
    line-height: 1.5;
    font-size: calc(17px * 0.9);
}
}

@media (hover: hover) {.teaching_process .learn_identity > div {
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
}.teaching_process p span {
    transition: transform 0.3s ease;
}.teaching_process p span:hover {
    transform: translateY(-1px);
}}.reach_us7Le {
    perspective: 1000px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, #ffffff 60%, rgb(192,205,226) 100%);
    position: relative;
    color: #000000;
    padding: 80px 20px;
}.reach_us7Le::before {
    transform-origin: top left;
    background: linear-gradient(45deg, rgba(rgb(155,168,189,0.5), 0.05) 0%, rgba(rgb(119,130,145,0.5), 0.03) 100%);
    height: 100%;
    transform: skewY(-3deg);
    position: absolute;
    content: "";
    left: 0;
    z-index: -1;
    width: 100%;
    top: 0;
}.reach_us7Le::after {
    content: "";
    position: absolute;
    height: 10px;
    background: linear-gradient(90deg, rgb(155,168,189) 0%, transparent 20%, rgb(119,130,145) 40%, transparent 60%, rgb(155,168,189) 80%, transparent 100%);
    left: 0;
    opacity: 0.3;
    bottom: -5px;
    width: 100%;
}.reach_us7Le h1 {
    transform: perspective(800px) translateZ(0);
    position: relative;
    font-weight: 700;
    margin-bottom: 40px;
    font-size: 41px;
    text-align: center;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}.reach_us7Le h1::after {
    left: 50%;
    position: absolute;
    width: 120px;
    background: linear-gradient(90deg, transparent, rgb(155,168,189), transparent);
    content: "";
    height: 3px;
    bottom: -10px;
    transform: translateX(-50%);
}.reach_us7Le h1:hover {
    transform: perspective(800px) translateZ(20px);
}.reach_us7Le .container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}.reach_us7Le .write_experts {
    position: relative;
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
}.reach_us7Le .write_experts > div {
    padding: 30px;
    z-index: 1;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    position: relative;
    transform: perspective(1000px) rotateX(0deg);
    overflow: hidden;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.reach_us7Le .write_experts > div::before {
    z-index: 2;
    position: absolute;
    width: 100%;
    transform: translateY(-100%);
    left: 0;
    height: 5px;
    transition: transform 0.3s ease;
    top: 0;
    background: linear-gradient(90deg, rgb(155,168,189), rgb(119,130,145));
    content: "";
}.reach_us7Le .write_experts > div:hover {
    transform: perspective(1000px) rotateX(2deg) translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}.reach_us7Le .write_experts > div:hover::before {
    transform: translateY(0);
}.reach_us7Le h6 {
    align-items: center;
    font-weight: 600;
    display: flex;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000000;
}.reach_us7Le h6 svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.reach_us7Le span {
    font-size: 13px;
    margin-left: 30px;
    line-height: 1.6;
    display: block;
    color: #000000;
}.reach_us7Le .reach_usirhpl {
    display: flex;
    flex-direction: column;
    gap: 20px;
}.reach_us7Le .reach_usirhpl > div {
    transition: transform 0.3s ease;
}.reach_us7Le .reach_usirhpl > div:hover {
    transform: translateX(10px);
}.reach_us7Le .contact_widget {
    color: #000000;
    display: flex;
    align-items: center;
    position: relative;
    font-weight: 400;
    transition: color 0.3s ease;
    text-decoration: none;
    font-size: 13px;
}.reach_us7Le .contact_widget::after {
    height: 1px;
    bottom: -3px;
    left: 0;
    position: absolute;
    background: rgb(155,168,189);
    content: "";
    transition: width 0.3s ease;
    width: 0;
}.reach_us7Le .contact_widget:hover {
    color: rgb(155,168,189);
}.reach_us7Le .contact_widget:hover::after {
    width: 70%;
}.reach_us7Le .contact_widget svg {
    margin-left: 10px;
    transition: transform 0.3s ease;
}.reach_us7Le .contact_widget:hover svg {
    transform: translateX(3px) scale(1.1);
}.reach_us7Le svg {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
    width: 24px;
    height: 24px;
}.reach_us7Le svg path {
    transition: fill 0.3s ease;
}.reach_us7Le .contact_widget:hover svg path {
    fill: rgb(155,168,189);
}.reach_us7Le h6:hover svg {
    transform: scale(1.1) rotate(5deg);
}.reach_us7Le h6:hover svg path {
    fill: rgb(155,168,189);
}

@media (min-width: 768px) {.reach_us7Le {
    padding: 100px 40px;
}.reach_us7Le .write_experts {
    grid-template-columns: repeat(2, 1fr);
}.reach_us7Le h1 {
    margin-bottom: 60px;
}
}

@media (min-width: 992px) {.reach_us7Le {
    padding: 120px 60px;
}.reach_us7Le .write_experts {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}.reach_us7Le .write_experts > div {
    justify-content: center;
    flex-direction: column;
    height: 100%;
    display: flex;
}.reach_us7Le .write_experts > div:first-child {
    transform: perspective(1000px) rotateY(-2deg);
}.reach_us7Le .write_experts > div:last-child {
    transform: perspective(1000px) rotateY(2deg);
}.reach_us7Le .write_experts > div:hover {
    transform: perspective(1000px) rotateX(0) rotateY(0) translateY(-10px);
}
}

@media (hover: none) {.reach_us7Le .write_experts > div,
    .reach_us7Le h1,
    .reach_us7Le .reach_usirhpl > div {
    transform: none !important;
}.reach_us7Le .write_experts > div:hover,
    .reach_us7Le h1:hover,
    .reach_us7Le .reach_usirhpl > div:hover {
    transform: none !important;
}
}

@media (prefers-reduced-motion) {.reach_us7Le .write_experts > div,
    .reach_us7Le h1,
    .reach_us7Le .contact_widget,
    .reach_us7Le svg,
    .reach_us7Le .reach_usirhpl > div {
    transition: none !important;
}}.thankPageID {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgb(119,130,145,0.5) 100%);
}.thankPageID::before {
    top: 0;
    z-index: 1;
    transform: perspective(1000px) rotateX(5deg);
    background: repeating-linear-gradient(
        45deg,
        rgb(155,168,189,0.5) 0px,
        rgb(155,168,189,0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    left: 0;
    content: "";
    height: 100%;
    opacity: 0.1;
    position: absolute;
    width: 100%;
}.thankPageID::after {
    border-radius: 100px;
    right: -50px;
    transform: rotate(15deg);
    bottom: -50px;
    opacity: 0.1;
    background: rgb(155,168,189);
    width: 300px;
    content: "";
    animation: float 15s ease-in-out infinite;
    z-index: 0;
    height: 300px;
    position: absolute;
}.thankPageID .container {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    transform-style: preserve-3d;
    padding: 0 20px;
    max-width: 1200px;
}.thankPageID h2 {
    color: #000000;
    text-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin-bottom: 40px;
    line-height: 1.3;
    font-weight: 700;
    position: relative;
    transform: translateZ(20px);
    font-size: 34px;
}.thankPageID h2::after {
    width: 80px;
    height: 4px;
    content: "";
    animation: pulse 3s infinite alternate;
    position: absolute;
    left: 0;
    background: rgb(155,168,189);
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    transform: translateZ(30px);
}.thankPageID .learn_identity {
    position: relative;
    background: #ffffff;
    padding: 40px;
    border-radius: 8px;
    transform: perspective(1000px) rotateY(-2deg);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 
        0 15px 35px rgba(0,0,0,0.1),
        0 5px 15px rgba(0,0,0,0.05);
    overflow: hidden;
}.thankPageID .learn_identity::before {
    top: 0;
    background: linear-gradient(90deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    height: 6px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
}.thankPageID .learn_identity:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.thankPageID ul {
    padding: 0;
    margin: 0;
    list-style: none;
}.thankPageID li {
    position: relative;
    padding-left: 25px;
}.thankPageID li::before {
    background: rgb(155,168,189);
    content: "";
    transform: rotate(45deg);
    top: 8px;
    animation: spin 12s linear infinite;
    height: 8px;
    width: 8px;
    position: absolute;
    left: 0;
}.thankPageID span {
    position: relative;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    color: #000000;
    display: block;
    z-index: 2;
    font-size: 16px;
}

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

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: translateZ(30px) scaleX(1);
    }
    50% {
        opacity: 0.8;
        transform: translateZ(30px) scaleX(1.1);
    }
}

@keyframes spin {
    0% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(405deg);
    }
}

@media (max-width: 992px) {.thankPageID {
    padding: 90px 0;
}.thankPageID h2 {
    font-size: calc(34px * 0.9);
}.thankPageID .learn_identity {
    padding: 30px;
}
}

@media (max-width: 768px) {.thankPageID {
    padding: 70px 0;
}.thankPageID h2 {
    font-size: calc(34px * 0.8);
    margin-bottom: 30px;
}.thankPageID h2::after {
    width: 60px;
}.thankPageID .learn_identity {
    padding: 25px;
    transform: perspective(1000px) rotateY(-1deg);
}.thankPageID span {
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 576px) {.thankPageID {
    padding: 50px 0;
}.thankPageID h2 {
    font-size: calc(34px * 0.7);
    margin-bottom: 25px;
}.thankPageID h2::after {
    height: 3px;
    width: 50px;
}.thankPageID .learn_identity {
    padding: 20px;
    transform: none;
}.thankPageID li {
    padding-left: 20px;
}.thankPageID span {
    line-height: 1.6;
    font-size: calc(16px * 0.9);
}}.stay_updated {
    overflow: visible;
    z-index: 1;
    background: rgb(192,205,226);
    position: relative;
    margin: 5rem 0 5rem;
    padding: 7rem 3rem 5rem;
}.stay_updated::before {
    z-index: -2;
    top: -30px;
    height: calc(100% + 60px);
    content: "";
    left: 5%;
    background: linear-gradient(135deg, rgb(155,168,189,0.5) 0%, rgb(119,130,145,0.5) 100%);
    opacity: 0.1;
    position: absolute;
    transform: skewY(-3deg);
    width: 90%;
}.stay_updated::after {
    z-index: -1;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    height: calc(100% + 40px);
    top: 10px;
    position: absolute;
    transform: skewY(2deg) translateY(-20px);
    right: 0;
    width: 80%;
    content: "";
    background: #ffffff;
}.stay_updated .container {
    position: relative;
    max-width: 1140px;
    z-index: 3;
    margin: 0 auto;
}.stay_updated .learn_identity {
    display: flex;
    position: relative;
    flex-direction: column;
}.stay_updated .learn_identity::before {
    transform: rotate(-15deg);
    opacity: 0.3;
    left: -20px;
    content: "";
    position: absolute;
    animation: floatElement 8s ease-in-out infinite;
    background: rgb(155,168,189,0.5);
    clip-path: polygon(50% 0%, 100% 38%, 82% 100%, 18% 100%, 0% 38%);
    z-index: -1;
    width: 120px;
    top: -40px;
    height: 120px;
}.stay_updated .learn_identity::after {
    bottom: -30px;
    background: rgb(119,130,145);
    right: 10%;
    position: absolute;
    width: 40px;
    filter: blur(5px);
    animation: pulseElement 4s ease-in-out infinite alternate;
    opacity: 0.2;
    border-radius: 50%;
    height: 40px;
    content: "";
}.stay_updated p {
    line-height: 1.3;
    transform: translateX(40%);
    font-weight: 700;
    position: relative;
    font-size: 35px;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    align-self: flex-start;
    color: #000000;
    max-width: 60%;
}.stay_updated p::before {
    position: absolute;
    left: -60px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    height: 3px;
    width: 40px;
    background: rgb(155,168,189);
}.stay_updated .input_holder {
    overflow: hidden;
    position: relative;
    border-radius: 11px;
    max-width: 70%;
    display: flex;
    transform: translateY(30px);
    align-items: stretch;
    align-self: flex-end;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
}.stay_updated .input_holder::before {
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
    position: absolute;
    top: 0;
    background: #ffffff;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    left: 0;
}.stay_updated .signup_block {
    font-family: Arial, sans-serif;
    font-size: 14px;
    color: #000000;
    border: none;
    background: transparent;
    z-index: 1;
    flex: 1;
    padding: 1.5rem;
    outline: none;
}.stay_updated .query_feedback {
    overflow: hidden;
    font-size: 19px;
    border: none;
    cursor: pointer;
    background: rgb(155,168,189);
    padding: 1.5rem 2.5rem;
    color: #ffffff;
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    z-index: 1;
}.stay_updated .query_feedback::before {
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    left: 0;
    transform: translateX(-100%) skewX(-15deg);
    background: rgb(119,130,145);
    content: "";
    transition: all 0.5s ease;
    width: 100%;
}.stay_updated .query_feedback:hover {
    color: #ffffff;
}.stay_updated .query_feedback:hover::before {
    transform: translateX(0) skewX(-15deg);
}

@keyframes floatElement {
    0%, 100% {
        transform: rotate(-15deg) translate(0, 0);
    }
    50% {
        transform: rotate(-10deg) translate(-10px, -15px);
    }
}

@keyframes pulseElement {
    0% {
        transform: scale(0.8);
        opacity: 0.1;
    }
    100% {
        transform: scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width: 992px) {.stay_updated {
    margin: 6rem 0 8rem;
    padding: 6rem 2rem 4rem;
}.stay_updated p {
    transform: translateX(30%);
    font-size: calc(35px * 0.9);
    max-width: 70%;
}.stay_updated p::before {
    left: -40px;
    width: 30px;
}.stay_updated .input_holder {
    max-width: 80%;
}
}

@media (max-width: 768px) {.stay_updated {
    margin: 5rem 0 7rem;
    padding: 5rem 1.5rem 3rem;
}.stay_updated p {
    max-width: 90%;
    font-size: 24px;
    transform: translateX(5%);
    margin-bottom: 2rem;
}.stay_updated p::before {
    left: -20px;
    width: 15px;
}.stay_updated .input_holder {
    max-width: 95%;
    transform: translateY(20px);
    flex-direction: column;
}.stay_updated .signup_block {
    width: 100%;
    border-bottom: 1px solid rgb(155,168,189,0.5);
    padding: 1.2rem;
}.stay_updated .query_feedback {
    width: 100%;
    padding: 1.2rem;
}.stay_updated::before {
    height: calc(100% + 40px);
    top: -20px;
    width: 95%;
    left: 2.5%;
}.stay_updated::after {
    width: 90%;
}
}

@media (max-width: 576px) {.stay_updated {
    padding: 4rem 1rem 2rem;
    margin: 4rem 0 6rem;
}.stay_updated p {
    transform: none;
    max-width: 100%;
}.stay_updated p::before {
    display: none;
}.stay_updated .input_holder {
    transform: translateY(15px);
    max-width: 100%;
}.stay_updated .signup_block,
    .stay_updated .query_feedback {
    padding: 1rem;
}.stay_updated::before,
    .stay_updated::after {
    transform: none;
}.stay_updated .learn_identity::before {
    height: 80px;
    width: 80px;
}}.exam_prep {
    position: relative;
    padding: 80px 0 40px;
    color: #ffffff;
    z-index: 1;
    font-family: Arial, sans-serif;
}@keyframes pulseLine {
    0%, 100% {
        opacity: 0.6;
    }
    50% {
        opacity: 1;
    }
}

.exam_prep .container {
    display: flex;
    position: relative;
    justify-content: space-between;
}.exam_prep .company_holder {
    padding-right: 30px;
    position: relative;
    flex: 0 0 30%;
}.exam_prep .company_holder::after {
    content: '';
    right: 0;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(155,168,189), transparent);
    position: absolute;
    width: 1px;
    top: 10%;
}.exam_prep .company_holder h3 {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 0 10px rgb(155,168,189,0.5);
    display: inline-block;
    font-weight: 700;
    font-size: calc(32px * 0.9);
}.exam_prep .company_holder h3::after {
    content: '';
    position: absolute;
    left: 0;
    height: 2px;
    width: 40%;
    transition: width 0.3s ease-in-out;
    background: rgb(155,168,189);
    bottom: -5px;
}.exam_prep .company_holder h3:hover::after {
    width: 100%;
}.exam_prep .proposal_cta {
    backdrop-filter: blur(5px);
    padding: 15px;
    color: #ffffff;
    transform: translateZ(0);
    font-size: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.08);
    line-height: 1.6;
    border-radius: 10px;
    margin-top: 15px;
}.exam_prep .proposal_cta:hover {
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px) translateZ(0);
}.exam_prep .sustain_cta {
    flex: 0 0 65%;
    position: relative;
    justify-content: space-between;
    display: flex;
}.exam_prep .nav_study {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    display: flex;
}.exam_prep .head_lesson {
    position: relative;
    padding: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.05);
    flex: 0 0 45%;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
}.exam_prep .head_lesson::before {
    content: '';
    inset: 0;
    transform: translateX(-100%);
    position: absolute;
    transition: transform 0.6s ease;
    background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    z-index: -1;
}.exam_prep .head_lesson:hover::before {
    transform: translateX(100%);
}.exam_prep .head_lesson h5 {
    padding-bottom: 10px;
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    position: relative;
}.exam_prep .head_lesson h5::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 40px;
    background: rgb(155,168,189);
    transition: width 0.3s ease, box-shadow 0.3s ease;
    height: 2px;
    left: 0;
}.exam_prep .head_lesson:hover h5::after {
    width: 70px;
    box-shadow: 0 0 8px rgb(155,168,189), 0 0 16px rgb(155,168,189,0.5);
}.exam_prep .head_lesson .nav_study {
    flex-direction: column;
    display: flex;
    gap: 12px;
}.exam_prep .head_lesson .nav_study a {
    font-size: calc(15px * 0.95);
    position: relative;
    padding-left: 0;
    text-decoration: none;
    opacity: 0.85;
    color: #ffffff;
    transition: all 0.3s ease;
    display: inline-block;
}.exam_prep .head_lesson .nav_study a::before {
    height: 1px;
    left: 0;
    content: '';
    position: absolute;
    background: linear-gradient(90deg, rgb(155,168,189), transparent);
    transition: width 0.3s ease, transform 0.3s ease;
    bottom: -2px;
    transform-origin: left;
    width: 0;
}.exam_prep .head_lesson .nav_study a:hover {
    opacity: 1;
    color: #ffffff;
    padding-left: 5px;
}.exam_prep .head_lesson .nav_study a:hover::before {
    box-shadow: 0 0 5px rgb(155,168,189,0.5);
    width: 100%;
}.chrome_ext {
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
}.chrome_ext::before {
    left: 0;
    top: 0;
    background: linear-gradient(90deg, transparent, rgb(155,168,189,0.5), transparent);
    height: 1px;
    right: 0;
    content: '';
    position: absolute;
}.chrome_ext .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.chrome_ext .donate_books {
    transition: opacity 0.3s ease;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
    font-size: 13px;
}.chrome_ext .donate_books:hover {
    opacity: 1;
}

@media (max-width: 991px) {.exam_prep {
    padding: 60px 0 30px;
}.exam_prep .container {
    flex-direction: column;
}.exam_prep .company_holder {
    margin-bottom: 40px;
    padding-right: 0;
    flex: 0 0 100%;
}.exam_prep .company_holder::after {
    display: none;
}.exam_prep .sustain_cta {
    flex: 0 0 100%;
}.exam_prep .head_lesson {
    flex: 0 0 calc(50% - 20px);
    margin-bottom: 20px;
}
}

@media (max-width: 768px) {.exam_prep {
    padding: 40px 0 20px;
}.exam_prep .nav_study {
    flex-direction: column;
}.exam_prep .head_lesson {
    margin-bottom: 20px;
    flex: 0 0 100%;
}.exam_prep .company_holder h3 {
    font-size: calc(32px * 0.8);
}.exam_prep .head_lesson h5 {
    font-size: calc(24px * 0.9);
}.chrome_ext .donate_books {
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 576px) {.exam_prep {
    padding: 30px 0 15px;
}.exam_prep .company_holder {
    margin-bottom: 30px;
}.exam_prep .company_holder h3 {
    font-size: calc(32px * 0.7);
}.exam_prep .head_lesson h5 {
    font-size: calc(24px * 0.8);
}.chrome_ext {
    padding: 10px 0;
}.chrome_ext .donate_books {
    font-size: calc(13px * 0.8);
}}


footer {
    position: relative;
}footer::after {
    content: '';
    bottom: 0;
    left: 0;
    background-image: 
        linear-gradient(0deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent),
        linear-gradient(90deg, transparent 24%, rgba(255, 255, 255, .05) 25%, rgba(255, 255, 255, .05) 26%, transparent 27%, transparent 74%, rgba(255, 255, 255, .05) 75%, rgba(255, 255, 255, .05) 76%, transparent 77%, transparent);
    right: 0;
    background-size: 50px 50px;
    top: 0;
    opacity: 0.3;
    z-index: 0;
    position: absolute;
}.exam_prep .company_holder h3 {
    position: relative;
    overflow: hidden;
}.exam_prep .company_holder h3::before {
    height: 100%;
    content: '';
    pointer-events: none;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    top: 0;
    transition: 0.5s;
    position: absolute;
    left: -100%;
    width: 100%;
}.exam_prep .company_holder h3:hover::before {
    left: 100%;
}.start_now {
    padding: 120px 0;
    z-index: 1;
    overflow: hidden;
    background: linear-gradient(210deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    position: relative;
}.start_now::before {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: 
        repeating-linear-gradient(
            to right,
            transparent,
            transparent 10px,
            rgba(255, 255, 255, 0.03) 10px,
            rgba(255, 255, 255, 0.03) 11px
        );
    width: 100%;
    z-index: -1;
}.start_now::after {
    top: 50%;
    height: 1px;
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    content: '';
    z-index: -1;
    animation: horizonLine 5s ease-in-out infinite;
    width: 100%;
    left: 0;
    position: absolute;
}.start_now .learn_identity {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 0 1px rgba(255, 255, 255, 0.05);
    padding: 0;
    align-items: center;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    display: flex;
    max-width: 900px;
    background: 
        linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1),
            rgba(255, 255, 255, 0.05)
        );
    height: 350px;
    backdrop-filter: blur(10px);
    overflow: hidden;
}.start_now .learn_identity::before {
    animation: topLineGlow 3s ease-in-out infinite;
    background: linear-gradient(
        to right,
        rgb(155,168,189),
        rgb(119,130,145),
        rgb(155,168,189)
    );
    content: '';
    z-index: 1;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgb(155,168,189,0.5);
    width: 100%;
    position: absolute;
    height: 5px;
}.start_now .learn_identity::after {
    right: 0;
    z-index: 1;
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.1);
    height: 1px;
    left: 0;
    top: 5px;
}.start_now h3 {
    text-transform: uppercase;
    text-shadow: 
        0 0 10px #ffffff,
        0 0 20px rgb(155,168,189,0.5);
    text-align: center;
    margin-bottom: 60px;
    font-size: 33px;
    animation: textGlow 3s ease-in-out infinite alternate;
    position: relative;
    letter-spacing: 5px;
    font-weight: 700;
    color: #ffffff;
    font-family: Arial, sans-serif;
}.start_now h3::before {
    position: absolute;
    background: 
        linear-gradient(
            90deg,
            transparent,
            rgba(255, 255, 255, 0.1),
            transparent
        );
    height: 100%;
    top: 0;
    width: 100%;
    z-index: -1;
    content: '';
    left: -100%;
    animation: textScan 3s linear infinite;
}.start_now h3::after {
    opacity: 0.7;
    height: 2px;
    transform: translateX(-50%);
    bottom: -15px;
    position: absolute;
    left: 50%;
    box-shadow: 
        0 0 10px rgb(119,130,145),
        0 0 20px rgb(119,130,145,0.5);
    animation: underlineGlow 3s ease-in-out infinite alternate;
    width: 40px;
    content: '';
    background: rgb(119,130,145);
}.start_now .contact_widget {
    background: transparent;
    font-weight: 600;
    font-family: Arial, sans-serif;
    letter-spacing: 2px;
    z-index: 1;
    color: #ffffff;
    overflow: hidden;
    display: inline-block;
    transition: all 0.4s ease;
    font-size: 14px;
    position: relative;
    text-decoration: none;
    padding: 15px 40px;
    border-radius: 3px;
    box-shadow: 
        0 0 15px rgb(119,130,145,0.5),
        inset 0 0 5px rgb(119,130,145,0.5);
    text-shadow: 0 0 5px #ffffff;
    border: 2px solid rgb(119,130,145);
    text-transform: uppercase;
}.start_now .contact_widget::before {
    left: -100%;
    width: 100%;
    transition: all 0.4s ease;
    top: 0;
    content: '';
    height: 100%;
    background: rgb(119,130,145);
    position: absolute;
    z-index: -1;
}.start_now .contact_widget::after {
    opacity: 0;
    content: '';
    right: -2px;
    bottom: -2px;
    transition: all 0.4s ease;
    z-index: -2;
    position: absolute;
    border: 2px solid rgb(119,130,145);
    left: -2px;
    top: -2px;
}.start_now .contact_widget:hover {
    text-shadow: 0 0 10px #ffffff;
    color: #ffffff;
    border-color: transparent;
    box-shadow: 
        0 0 25px rgb(119,130,145),
        inset 0 0 10px rgb(119,130,145,0.5);
}.start_now .contact_widget:hover::before {
    left: 0;
}.start_now .contact_widget:hover::after {
    opacity: 0.5;
    animation: pulseBorder 2s infinite;
}

@media screen and (max-width: 992px) {.start_now {
    padding: 100px 0;
}.start_now .learn_identity {
    height: 320px;
    max-width: 85%;
}.start_now h3 {
    font-size: calc(33px * 0.9);
    margin-bottom: 50px;
    letter-spacing: 4px;
}.start_now h3::after {
    width: 35px;
}.start_now .contact_widget {
    font-size: calc(14px * 0.95);
    padding: 14px 35px;
}
}

@media screen and (max-width: 768px) {.start_now {
    padding: 80px 0;
}.start_now .learn_identity {
    height: 300px;
}.start_now h3 {
    margin-bottom: 45px;
    font-size: calc(33px * 0.8);
    letter-spacing: 3px;
}.start_now h3::after {
    width: 30px;
    bottom: -12px;
}.start_now .contact_widget {
    font-size: calc(14px * 0.9);
    padding: 12px 30px;
    letter-spacing: 1.5px;
}
}

@media screen and (max-width: 576px) {.start_now {
    padding: 60px 0;
}.start_now .learn_identity {
    height: 260px;
}.start_now h3 {
    font-size: calc(33px * 0.7);
    letter-spacing: 2px;
    margin-bottom: 40px;
}.start_now h3::after {
    width: 25px;
    bottom: -10px;
}.start_now .contact_widget {
    padding: 10px 25px;
    font-size: calc(14px * 0.85);
    letter-spacing: 1px;
}}

@keyframes horizonLine {
    0%, 100% {
        opacity: 0.2;
        box-shadow: none;
    }
    50% {
        opacity: 0.5;
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
    }
}

@keyframes topLineGlow {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 15px rgb(155,168,189,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 
            0 0 20px rgb(155,168,189),
            0 0 40px rgb(155,168,189,0.5);
    }
}

@keyframes textGlow {
    0% {
        text-shadow: 
            0 0 5px #ffffff,
            0 0 10px rgb(155,168,189,0.5);
    }
    100% {
        text-shadow: 
            0 0 10px #ffffff,
            0 0 20px rgb(155,168,189),
            0 0 30px rgb(155,168,189,0.5);
    }
}

@keyframes textScan {
    0%, 100% {
        left: -100%;
        opacity: 0;
    }
    50% {
        left: 100%;
        opacity: 0.5;
    }
}

@keyframes underlineGlow {
    0% {
        width: 40px;
        box-shadow: 
            0 0 5px rgb(119,130,145),
            0 0 10px rgb(119,130,145,0.5);
    }
    100% {
        width: 80px;
        box-shadow: 
            0 0 10px rgb(119,130,145),
            0 0 20px rgb(119,130,145),
            0 0 30px rgb(119,130,145,0.5);
    }
}

@keyframes pulseBorder {
    0%, 100% {
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
        opacity: 0.5;
    }
    50% {
        top: -6px;
        left: -6px;
        right: -6px;
        bottom: -6px;
        opacity: 0.1;
    }
}.privacy_parapet {
    font-family: Arial, sans-serif;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgb(192,205,226) 85%, rgba(rgb(155,168,189,0.5), 0.05) 100%);
    overflow: hidden;
    padding: 5rem 2rem;
    color: #000000;
    position: relative;
}.privacy_parapet::before {
    box-shadow: 0 0 20px rgba(rgb(155,168,189,0.5), 0.2);
    content: "";
    transform: scaleX(0.95);
    width: 100%;
    transform-origin: left;
    left: 0;
    background: linear-gradient(90deg, rgb(155,168,189) 0%, rgb(119,130,145) 100%);
    top: 0;
    position: absolute;
    height: 8px;
}.privacy_parapet::after {
    transform: rotate(-15deg);
    width: 250px;
    top: 40px;
    content: "";
    pointer-events: none;
    height: 250px;
    border: 2px solid rgba(rgb(155,168,189,0.5), 0.1);
    position: absolute;
    border-radius: 50%;
    right: -100px;
    opacity: 0.5;
}.privacy_parapet .container {
    z-index: 1;
    max-width: 1000px;
    position: relative;
    margin: 0 auto;
}.privacy_parapet h1 {
    position: relative;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    font-weight: 700;
    color: rgb(155,168,189);
    font-size: calc(41px * 1.2);
    line-height: 1.2;
}.privacy_parapet h1::after {
    width: 6rem;
    position: absolute;
    transform-origin: left;
    left: 0;
    content: "";
    bottom: -1rem;
    background: linear-gradient(90deg, rgb(155,168,189), transparent);
    animation: pulse 4s infinite alternate ease-in-out;
    height: 4px;
}.privacy_parapet h2 {
    padding-left: 1.2rem;
    margin: 3rem 0 1.5rem;
    position: relative;
    color: #000000;
    font-weight: 600;
    font-size: 30px;
}.privacy_parapet h2::before {
    left: 0;
    position: absolute;
    content: "";
    top: 0.25rem;
    background: rgb(119,130,145);
    height: calc(100% - 0.5rem);
    width: 4px;
    transform: scaleY(0.9);
}.privacy_parapet h3 {
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
    font-size: calc(30px * 0.85);
    font-weight: 600;
    position: relative;
    color: #000000;
}.privacy_parapet h3::before {
    content: "";
    background: rgb(119,130,145);
    position: absolute;
    opacity: 0.8;
    top: 0.2rem;
    width: 3px;
    height: calc(100% - 0.4rem);
    left: 0;
    transform: scaleY(0.8);
}.privacy_parapet h4 {
    color: #000000;
    position: relative;
    padding-left: 0.8rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    font-size: calc(30px * 0.75);
}.privacy_parapet h4::before {
    height: calc(100% - 0.4rem);
    transform: scaleY(0.7);
    content: "";
    background: rgb(119,130,145);
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0.2rem;
    width: 2px;
}.privacy_parapet p {
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 1.5rem;
    max-width: 90ch;
}.privacy_parapet p strong {
    background: linear-gradient(to bottom, transparent 60%, rgba(rgb(119,130,145,0.5), 0.15) 40%);
    padding: 0 0.2rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.privacy_parapet span {
    border-left: 1px dashed rgba(rgb(155,168,189,0.5), 0.3);
    margin-bottom: 1.5rem;
    line-height: 1.7;
    color: #000000;
    max-width: 90ch;
    padding-left: 0.5rem;
    font-size: 13px;
    display: block;
}.privacy_parapet ul {
    margin: 1.5rem 0 2rem 1.5rem;
    padding: 0;
    list-style-type: none;
}.privacy_parapet li {
    padding-left: 1.8rem;
    font-size: 13px;
    position: relative;
    line-height: 1.6;
    margin-bottom: 1.2rem;
}.privacy_parapet li::before {
    opacity: 0.8;
    transform: rotate(45deg);
    transition: transform 0.3s ease, opacity 0.3s ease;
    content: "";
    width: 10px;
    left: 0;
    top: 0.5rem;
    position: absolute;
    height: 10px;
    border: 2px solid rgb(155,168,189);
}.privacy_parapet li:hover::before {
    transform: rotate(225deg);
    opacity: 1;
}

@keyframes pulse {
    0%, 100% {
        transform: scaleX(1);
        opacity: 0.8;
    }
    50% {
        transform: scaleX(1.1);
        opacity: 1;
    }
}

@media (min-width: 768px) {.privacy_parapet {
    padding: 6rem 3rem;
}.privacy_parapet .container {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr;
}.privacy_parapet h1 {
    margin-bottom: 3rem;
    grid-column: 1 / -1;
    font-size: calc(41px * 1.4);
}.privacy_parapet p, 
    .privacy_parapet span {
    font-size: calc(13px * 1.05);
}.privacy_parapet h2 {
    margin-top: 4rem;
}.privacy_parapet ul {
    margin-left: 2rem;
}
}

@media (min-width: 1024px) {.privacy_parapet {
    padding: 8rem 4rem 6rem;
}.privacy_parapet::after {
    width: 400px;
    top: 80px;
    right: -80px;
    height: 400px;
}.privacy_parapet .container {
    max-width: 1200px;
}.privacy_parapet h1 {
    transform: translateX(-1rem);
}.privacy_parapet h1::after {
    width: 8rem;
}.privacy_parapet h2 {
    font-size: calc(30px * 1.1);
    padding-left: 1.5rem;
}.privacy_parapet h2::before {
    width: 6px;
}.privacy_parapet li {
    padding-left: 2rem;
}.privacy_parapet li::before {
    width: 12px;
    height: 12px;
}
}

@media (max-width: 767px) {.privacy_parapet {
    padding: 4rem 1.5rem;
}.privacy_parapet h1 {
    font-size: calc(41px * 1.1);
    margin-bottom: 2rem;
}.privacy_parapet h2 {
    margin: 2.5rem 0 1.2rem;
    font-size: calc(30px * 0.95);
}.privacy_parapet h3, 
    .privacy_parapet h4 {
    margin: 2rem 0 1rem;
}.privacy_parapet p, 
    .privacy_parapet span {
    font-size: calc(13px * 0.95);
}.privacy_parapet ul {
    margin-left: 0.5rem;
}.privacy_parapet li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}}.pricing_bucket {
    overflow: hidden;
    background: #ffffff;
    position: relative;
    padding: 7rem 0;
}.pricing_bucket::before {
    opacity: 0.6;
    right: -100px;
    animation: float 15s ease-in-out infinite alternate;
    content: '';
    height: 400px;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    filter: blur(30px);
    background: linear-gradient(135deg, rgb(155,168,189,0.5), transparent);
    z-index: 1;
    width: 400px;
    position: absolute;
    top: -150px;
}.pricing_bucket::after {
    filter: blur(25px);
    bottom: -100px;
    content: '';
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    height: 300px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    left: -50px;
    width: 300px;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
    background: linear-gradient(135deg, rgb(119,130,145,0.5), transparent);
}.pricing_bucket .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 0 15px;
}.pricing_bucket .training_fees {
    display: flex;
    flex-direction: column;
}.pricing_bucket .rate_packages {
    text-align: center;
    opacity: 0;
    margin-bottom: 3rem;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.pricing_bucket .rate_packages h2 {
    font-weight: 700;
    display: inline-block;
    font-size: 36px;
    position: relative;
    margin-bottom: 1rem;
    color: #000000;
}.pricing_bucket .rate_packages h2::after {
    height: 3px;
    background: rgb(155,168,189);
    transform: translateX(-50%);
    width: 80px;
    content: '';
    left: 50%;
    position: absolute;
    bottom: -10px;
}.pricing_bucket .price_view {
    line-height: 1.6;
    margin: 1.5rem auto 0;
    color: #000000;
    font-size: 12px;
    max-width: 700px;
}.pricing_bucket .discount_grid {
    display: grid;
    gap: 2rem;
    margin-top: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.pricing_bucket .learn_fees {
    opacity: 0;
    position: relative;
    transform: translateY(30px);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: block;
    text-decoration: none;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
}.pricing_bucket .learn_fees:nth-child(2) {
    animation-delay: 0.5s;
}.pricing_bucket .learn_fees:nth-child(3) {
    animation-delay: 0.6s;
}.pricing_bucket .learn_fees:nth-child(4) {
    animation-delay: 0.7s;
}.pricing_bucket .learn_fees:hover {
    transform: translateY(-10px);
}.pricing_bucket .pricing_deals {
    transition: all 0.4s ease;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    display: flex;
    flex-direction: column;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    height: 100%;
}.pricing_bucket .learn_fees:hover .pricing_deals {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.pricing_bucket .tuition_plans {
    position: relative;
    padding: 2.5rem 2rem;
    z-index: 2;
    flex-grow: 1;
    flex-direction: column;
    display: flex;
}.pricing_bucket .tuition_plans h3 {
    position: relative;
    font-size: calc(24px + 2px);
    transition: color 0.3s ease;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #000000;
}.pricing_bucket .learn_fees:hover .tuition_plans h3 {
    color: rgb(155,168,189);
}.pricing_bucket .study_cost {
    position: relative;
    display: inline-block;
    color: rgb(155,168,189);
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    font-weight: 700;
    font-size: calc(24px + 4px);
}.pricing_bucket .study_cost::after {
    height: 2px;
    left: 0;
    background: rgb(155,168,189,0.5);
    position: absolute;
    transition: width 0.3s ease;
    width: 40px;
    bottom: 0;
    content: '';
}.pricing_bucket .learn_fees:hover .study_cost::after {
    width: 80px;
}.pricing_bucket .tuition_plans p {
    overflow-wrap: break-word;
    color: #000000;
    line-height: 1.6;
    word-wrap: break-word;
    margin-bottom: 2rem;
    white-space: normal;
    font-size: 12px;
    flex-grow: 1;
    hyphens: auto;
}.pricing_bucket .team_photo {
    position: relative;
    height: 200px;
    transition: all 0.5s ease;
    overflow: hidden;
    width: 100%;
}.pricing_bucket .team_photo::after {
    bottom: 0;
    opacity: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    content: '';
    transition: opacity 0.4s ease;
}.pricing_bucket .learn_fees:hover .team_photo::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.pricing_bucket .training_fees {
    flex-direction: row-reverse;
}.pricing_bucket .rate_packages {
    padding-right: 3rem;
    text-align: left;
    justify-content: center;
    display: flex;
    width: 35%;
    flex-direction: column;
}.pricing_bucket .rate_packages h2 {
    text-align: left;
}.pricing_bucket .rate_packages h2::after {
    transform: none;
    left: 0;
}.pricing_bucket .price_view {
    margin: 1.5rem 0 0;
}.pricing_bucket .discount_grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 0;
    width: 65%;
    gap: 2rem;
}
}

@media (max-width: 991px) {.pricing_bucket {
    padding: 5rem 0;
}.pricing_bucket .rate_packages {
    margin-bottom: 2rem;
}.pricing_bucket .discount_grid {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.pricing_bucket {
    padding: 4rem 0;
}.pricing_bucket .tuition_plans {
    padding: 2rem 1.5rem;
}.pricing_bucket .team_photo {
    height: 180px;
}
}

@media (max-width: 575px) {.pricing_bucket {
    padding: 3rem 0;
}.pricing_bucket .rate_packages h2 {
    font-size: calc(36px - 4px);
}.pricing_bucket .discount_grid {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.pricing_bucket .tuition_plans {
    padding: 1.5rem 1.25rem;
}.pricing_bucket .team_photo {
    height: 160px;
}
}

@media (hover: none) {.pricing_bucket .learn_fees:hover {
    transform: none;
}.pricing_bucket .learn_fees:hover .pricing_deals {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.pricing_bucket .learn_fees:hover .team_photo::after {
    opacity: 0;
}.pricing_bucket .learn_fees:hover .study_cost::after {
    width: 40px;
}}.cookie_notice_window {
    z-index: 90;
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 2px solid rgb(155,168,189);
    background: rgb(192,205,226);
}.cookie_check {
    padding: 20px 0;
    align-items: center;
    display: flex;
    justify-content: space-between;
}.cookie_notice_window h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_notice_window p {
    font-size: 18px;
}.cookie_comply {
    flex-shrink: 0;
    margin-right: 10px;
}.cookie_comply svg, .cookie_comply svg path, .cookie_comply img {
    fill: rgb(155,168,189);
    width: 100px;
    height: 100px;
}.cookie_screen {
    margin-left: 10px;
    white-space: nowrap;
    font-size: 24px;
    min-width: 120px;
    text-align: center;
    text-decoration: none;
    line-height: 35px;
    color: rgb(155,168,189);
    flex-shrink: 0;
    border-bottom: 2px solid rgb(155,168,189);
    cursor: pointer;
}.cookie_notice_window p a {
    color: rgb(155,168,189);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_notice_window {
    padding: 20px;
}}
#cookie_warning_box {
    display: none;
}#cookie_warning_box:checked ~ .cookie_notice_window {
    visibility: hidden;
    opacity: 0;
}
@media only screen and (max-width: 800px) {.cookie_comply {
    display: none;
}.cookie_check {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_notice_window h5 {
    text-align: center;
}.cookie_notice_window p {
    text-align: center;
}.consent_ack {
    margin-bottom: 20px;
}body .wrapper-canvas .cookie_screen {
    margin-left: 0;
}}.course_program_description {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
    background: linear-gradient(135deg, rgb(192,205,226) 0%, rgba(245, 247, 250, 0.95) 100%);
}.course_program_description::before {
    animation: patternFloat 60s infinite linear;
    content: "";
    z-index: 0;
    background-size: 120px 120px;
    width: 100%;
    background-image: 
        radial-gradient(circle at 10% 10%, rgb(155,168,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 20% 40%, rgb(155,168,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 30% 70%, rgb(155,168,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 70% 20%, rgb(155,168,189,0.5) 1px, transparent 5px),
        radial-gradient(circle at 90% 60%, rgb(155,168,189,0.5) 1px, transparent 5px);
    opacity: 0.3;
    right: 0;
    position: absolute;
    top: 0;
    height: 100%;
}.course_program_description::after {
    position: absolute;
    content: "";
    background: radial-gradient(circle at center, rgb(155,168,189,0.5) 0%, transparent 70%);
    z-index: 0;
    top: -50%;
    transform: scale(2);
    height: 100%;
    opacity: 0.15;
    width: 100%;
    right: -50%;
}.course_program_description .container {
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
}.course_program_description .career_progress {
    position: relative;
    transform: translateY(20px);
    grid-template-columns: 1fr;
    display: grid;
    animation: fadeInUp 1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    gap: 40px;
}.course_program_description .team_photo {
    overflow: hidden;
    transform: perspective(1000px) rotateY(2deg);
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
    position: relative;
    height: 380px;
    transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}.course_program_description .team_photo::before {
    background: linear-gradient(to right, 
        rgba(#000000, 0.5) 0%, 
        rgba(#000000, 0.2) 50%, 
        rgba(#000000, 0) 100%);
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: "";
    z-index: 1;
    width: 100%;
}.course_program_description .team_photo::after {
    left: 0;
    position: absolute;
    background: linear-gradient(to top, 
        rgba(#000000, 0.7) 0%, 
        rgba(#000000, 0) 100%);
    height: 30%;
    z-index: 1;
    width: 100%;
    content: "";
    bottom: 0;
}.course_program_description .team_photo:hover {
    transform: perspective(1000px) rotateY(0deg) scale(1.02);
}.course_program_description .insight_box {
    backdrop-filter: blur(10px);
    border-left: 4px solid rgb(155,168,189);
    box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transform: translateZ(0);
    position: relative;
    background: #ffffff;
}.course_program_description .insight_box::before {
    top: 0;
    left: 0;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background: linear-gradient(135deg, 
        rgba(rgb(155,168,189,0.5), 0.05) 0%, 
        rgba(#ffffff, 0.95) 100%);
    position: absolute;
}.course_program_description h3 {
    font-family: Arial, sans-serif;
    transform: translateX(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    position: relative;
    line-height: 1.4;
    font-size: calc(20px * 1.1);
    color: rgb(155,168,189);
    margin-bottom: 24px;
    font-weight: 700;
}.course_program_description h3::after {
    width: 60px;
    transform-origin: left;
    left: 0;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(119,130,145);
    content: "";
    bottom: -10px;
    transform: scaleX(1);
    height: 3px;
}.course_program_description .insight_box:hover h3 {
    transform: translateX(5px);
}.course_program_description .insight_box:hover h3::after {
    transform: scaleX(1.5);
}.course_program_description p.description {
    font-size: 13px;
    margin-bottom: 20px;
    transition: opacity 0.5s, transform 0.5s;
    font-family: Arial, sans-serif;
    transform: translateY(0);
    line-height: 1.8;
    column-gap: 30px;
    opacity: 1;
    column-count: 1;
    position: relative;
    color: #000000;
}.course_program_description span.description {
    display: none;
}.course_program_description .insight_box div {
    position: relative;
    overflow: hidden;
}

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

@keyframes patternFloat {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 500px 500px;
    }
}

@media (min-width: 768px) {.course_program_description {
    padding: 150px 0;
}.course_program_description .career_progress {
    gap: 60px;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_program_description .team_photo {
    transform: perspective(1000px) rotateY(5deg);
    height: 450px;
}.course_program_description p.description {
    column-count: 2;
}.course_program_description .insight_box {
    padding: 40px;
}.course_program_description h3 {
    font-size: 34px;
    margin-bottom: 30px;
}.course_program_description h3::after {
    width: 80px;
}
}

@media (min-width: 992px) {.course_program_description .career_progress {
    gap: 80px;
}.course_program_description .team_photo {
    height: 520px;
}.course_program_description .insight_box {
    padding: 50px;
}.course_program_description h3 {
    font-size: calc(34px * 1.1);
}.course_program_description p.description {
    line-height: 1.9;
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.course_program_description {
    padding: 80px 0;
}.course_program_description .team_photo {
    height: 280px;
    transform: perspective(1000px) rotateY(3deg);
}.course_program_description .insight_box {
    padding: 25px 20px;
}.course_program_description h3 {
    margin-bottom: 20px;
    font-size: calc(20px * 1.05);
}.course_program_description h3::after {
    width: 50px;
    height: 2px;
}.course_program_description p.description {
    line-height: 1.7;
    font-size: calc(13px * 0.95);
}
}

@media (hover: hover) {.course_program_description .team_photo::before {
    transition: opacity 0.5s ease;
}.course_program_description .team_photo:hover::before {
    opacity: 0.7;
}
}