* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}svg {
    height: 30px;
    width: 30px;
}.search_foot94 {
    flex: 0 0 auto;
}.container {
    width: 1222px;
    margin: auto;
    max-width: 100%;
}a {
    color: inherit;
    text-decoration: none;
}.header_wrap52 {
    flex: 1 0 auto;
}html,body {
    min-height: 100%;
    color: #000000;
    scroll-behavior: smooth;
    height: 100%;
    font-family: Arial, sans-serif;
}header,footer {
    width: 100%;
}.wrap-container41 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.teacher_profile54 {
    overflow: hidden;
    background: rgb(222,221,240);
    padding: 5rem 2rem;
    isolation: isolate;
    position: relative;
}.teacher_profile54::before {
    right: -5%;
    height: 140%;
    transform: rotate(15deg);
    content: "";
    position: absolute;
    z-index: -1;
    width: 60%;
    top: -20%;
    background: rgb(190,192,220,0.5);
    filter: blur(3px);
}.teacher_profile54::after {
    left: -5%;
    position: absolute;
    z-index: -1;
    width: 30%;
    content: "";
    animation: morph 15s linear infinite alternate;
    background: rgb(157,163,200,0.5);
    bottom: -5%;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 30%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.teacher_profile54 .feedback_stories74 {
    grid-template-columns: 1fr 1fr;
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    position: relative;
    gap: 0;
}.teacher_profile54 .img_header74 {
    border-radius: 0;
    z-index: 2;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    position: relative;
    width: 100%;
    grid-row: 1 / 2;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    grid-column: 1 / 2;
    height: 450px;
    transform: translateX(-5%);
}.teacher_profile54 .img_header74::after {
    width: 100%;
    position: absolute;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    height: 100%;
    content: "";
    left: 0;
    top: 0;
}.teacher_profile54 .feedback_stories74:hover .img_header74 {
    transform: translateX(0) scale(1.02);
    filter: contrast(1.1);
}.teacher_profile54 .job_content30 {
    grid-column: 2 / 3;
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 1;
    background: #ffffff;
    transform: translateX(-15%);
    grid-row: 1 / 2;
    flex-direction: column;
    padding: 3rem 3rem 3rem 5rem;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    justify-content: center;
    display: flex;
}.teacher_profile54 .feedback_stories74:hover .job_content30 {
    transform: translateX(-10%) translateY(-5px);
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
}.teacher_profile54 .name {
    display: inline-block;
    font-size: 28px;
    font-weight: 700;
    color: rgb(190,192,220);
    margin-bottom: 0.7rem;
    position: relative;
}.teacher_profile54 .name::before {
    z-index: -1;
    background: rgb(157,163,200,0.5);
    height: 30px;
    width: 30px;
    position: absolute;
    top: -10px;
    transition: transform 0.4s ease 0.2s;
    transform: rotate(45deg) scale(0);
    border-radius: 10px;
    content: "";
    left: -20px;
}.teacher_profile54 .feedback_stories74:hover .name::before {
    transform: rotate(45deg) scale(1);
}.teacher_profile54 .job_content30 > div:nth-child(2) {
    color: rgb(157,163,200);
    transition: all 0.5s ease 0.3s;
    opacity: 0.9;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    margin-bottom: 2rem;
    transform: translateX(-20px);
}.teacher_profile54 .feedback_stories74:hover .job_content30 > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.teacher_profile54 .exp_summary72 {
    font-style: italic;
    line-height: 1.7;
    position: relative;
    transition: all 0.5s ease 0.5s;
    font-weight: 400;
    color: #000000;
    padding-top: 20px;
    font-size: 12px;
    opacity: 0;
    transform: translateY(20px);
}.teacher_profile54 .feedback_stories74:hover .exp_summary72 {
    opacity: 1;
    transform: translateY(0);
}.teacher_profile54 .exp_summary72::before {
    left: 0;
    height: 3px;
    position: absolute;
    content: "";
    background: linear-gradient(to right, rgb(190,192,220), transparent);
    width: 60px;
    top: 0;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.teacher_profile54 .job_content30::after {
    bottom: 20px;
    background: rgb(190,192,220,0.5);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: -1;
    animation: float 4s ease-in-out infinite;
    position: absolute;
    content: "";
    right: 20px;
}

@media (max-width: 992px) {.teacher_profile54 .feedback_stories74 {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    gap: 2rem;
}.teacher_profile54 .img_header74 {
    height: 300px;
    transform: none;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.teacher_profile54 .img_header74::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.teacher_profile54 .job_content30 {
    padding: 2rem;
    clip-path: none;
    grid-row: 2 / 3;
    grid-column: 1 / 2;
    transform: none;
}.teacher_profile54 .feedback_stories74:hover .job_content30 {
    transform: translateY(-5px);
}}.our_mission52 {
    overflow: hidden;
    position: relative;
    background: rgb(222,221,240);
    padding: 100px 0;
}.our_mission52::before {
    left: 0;
    width: 100%;
    background: linear-gradient(45deg, transparent 30%, rgb(190,192,220,0.5) 100%);
    top: 0;
    height: 100%;
    z-index: 0;
    position: absolute;
    content: "";
}.our_mission52::after {
    background: repeating-linear-gradient(
        -45deg,
        rgba(0, 0, 0, 0.5) 0,
        rgba(0, 0, 0, 0.5) 1px,
        transparent 1px,
        transparent 20px
    );
    content: "";
    z-index: 0;
    opacity: 0.05;
    left: 0;
    width: 100%;
    position: absolute;
    animation: backgroundShift 30s linear infinite;
    top: 0;
    height: 100%;
}@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.our_mission52 .container {
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
    z-index: 1;
}.our_mission52 .impact_numbers10 {
    position: relative;
}.our_mission52 h3 {
    margin-bottom: 60px;
    font-size: 36px;
    display: inline-block;
    color: #000000;
    position: relative;
    font-weight: 700;
}.our_mission52 h3::after {
    transform-origin: left;
    left: 0;
    width: 100%;
    transition: transform 0.6s ease;
    position: absolute;
    bottom: -15px;
    height: 4px;
    background: rgb(157,163,200);
    transform: scaleX(0.7);
    content: "";
}.our_mission52 h3:hover::after {
    transform: scaleX(1);
}.our_mission52 .learn_guides75 {
    flex-wrap: wrap;
    margin-bottom: 80px;
    flex-direction: row;
    position: relative;
    display: flex;
}.our_mission52 .learn_guides75::before {
    border-top: 3px solid rgb(190,192,220);
    top: -20px;
    width: 40px;
    left: -20px;
    position: absolute;
    content: "";
    height: 40px;
    border-left: 3px solid rgb(190,192,220);
}.our_mission52 .learn_guides75::after {
    border-bottom: 3px solid rgb(190,192,220);
    height: 40px;
    bottom: -20px;
    content: "";
    border-right: 3px solid rgb(190,192,220);
    width: 40px;
    position: absolute;
    right: -20px;
}.our_mission52 .learn_guides75 span {
    position: relative;
    width: 100%;
    display: block;
    color: rgb(190,192,220);
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 23px;
    padding-left: 15px;
}.our_mission52 .learn_guides75 span::before {
    background: rgb(190,192,220);
    height: 80%;
    transform: translateY(-50%);
    width: 6px;
    content: "";
    top: 50%;
    border-radius: 10px;
    position: absolute;
    left: 0;
}.our_mission52 .learn_guides75 p {
    max-width: 600px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.8;
    color: #000000;
}.our_mission52 .learn_guides75 .img_header74 {
    transition: transform 0.6s ease;
    transform: perspective(1000px) rotateY(-5deg);
    margin-left: 50px;
    position: relative;
    height: 350px;
    border-radius: 25px;
    width: 450px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
}.our_mission52 .learn_guides75 .img_header74:hover {
    transform: perspective(1000px) rotateY(0);
}.our_mission52 .virtual_classes52 {
    display: flex;
    margin-top: 50px;
    position: relative;
    flex-direction: row-reverse;
}.our_mission52 .virtual_classes52::before {
    border-right: 3px solid rgb(157,163,200);
    width: 40px;
    right: -20px;
    height: 40px;
    border-top: 3px solid rgb(157,163,200);
    top: -20px;
    content: "";
    position: absolute;
}.our_mission52 .virtual_classes52::after {
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: -20px;
    left: -20px;
    border-bottom: 3px solid rgb(157,163,200);
    content: "";
    border-left: 3px solid rgb(157,163,200);
}.our_mission52 .virtual_classes52 p {
    max-width: 600px;
    color: #000000;
    margin-bottom: 0;
    position: relative;
    font-size: 13px;
    padding-right: 20px;
    line-height: 1.8;
}.our_mission52 .virtual_classes52 p::before {
    left: -20px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(157,163,200), transparent);
    content: "";
    top: 0;
    height: 100%;
    border-radius: 10px;
    width: 3px;
}.our_mission52 .virtual_classes52 .impact_facts41 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    border-radius: 25px;
    margin-right: 50px;
    transform: perspective(1000px) rotateY(5deg);
    width: 450px;
    height: 350px;
    transition: transform 0.6s ease;
}.our_mission52 .virtual_classes52 .impact_facts41:hover {
    transform: perspective(1000px) rotateY(0);
}.our_mission52 .virtual_classes52 .impact_facts41::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    bottom: 0;
    height: 30%;
    z-index: 1;
}.our_mission52 .learn_guides75 .img_header74::after {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    bottom: 0;
    left: 0;
    position: absolute;
    height: 30%;
    content: "";
    z-index: 1;
    width: 100%;
}

@media screen and (max-width: 1100px) {.our_mission52 .learn_guides75 .img_header74,
    .our_mission52 .virtual_classes52 .impact_facts41 {
    width: 400px;
    height: 320px;
}
}

@media screen and (max-width: 992px) {.our_mission52 {
    padding: 80px 0;
}.our_mission52 h3 {
    margin-bottom: 50px;
}.our_mission52 .learn_guides75,
    .our_mission52 .virtual_classes52 {
    flex-direction: column;
    margin-bottom: 60px;
}.our_mission52 .learn_guides75 .img_header74,
    .our_mission52 .virtual_classes52 .impact_facts41 {
    transform: perspective(1000px) rotateY(0);
    height: 300px;
    margin: 30px 0 0;
    width: 100%;
}.our_mission52 .virtual_classes52 p {
    padding-left: 20px;
    padding-right: 0;
}.our_mission52 .virtual_classes52 p::before {
    left: 0;
}
}

@media screen and (max-width: 768px) {.our_mission52 {
    padding: 60px 0;
}.our_mission52 h3 {
    font-size: calc(36px * 0.9);
    margin-bottom: 40px;
}.our_mission52 .learn_guides75,
    .our_mission52 .virtual_classes52 {
    margin-bottom: 50px;
}.our_mission52 .learn_guides75 span {
    font-size: calc(23px * 0.9);
}.our_mission52 .learn_guides75::before,
    .our_mission52 .learn_guides75::after,
    .our_mission52 .virtual_classes52::before,
    .our_mission52 .virtual_classes52::after {
    width: 30px;
    height: 30px;
}
}

@media screen and (max-width: 576px) {.our_mission52 {
    padding: 40px 0;
}.our_mission52 h3 {
    margin-bottom: 30px;
    font-size: calc(36px * 0.8);
}.our_mission52 h3::after {
    height: 3px;
    bottom: -10px;
}.our_mission52 .learn_guides75,
    .our_mission52 .virtual_classes52 {
    margin-bottom: 40px;
}.our_mission52 .learn_guides75 span {
    margin-bottom: 15px;
    font-size: calc(23px * 0.85);
}.our_mission52 .learn_guides75 p,
    .our_mission52 .virtual_classes52 p {
    line-height: 1.6;
    font-size: calc(13px * 0.95);
}.our_mission52 .learn_guides75 .img_header74,
    .our_mission52 .virtual_classes52 .impact_facts41 {
    height: 250px;
    margin-top: 20px;
}.our_mission52 .learn_guides75::before,
    .our_mission52 .learn_guides75::after,
    .our_mission52 .virtual_classes52::before,
    .our_mission52 .virtual_classes52::after {
    height: 25px;
    width: 25px;
}}.contact_box90 {
    padding: 80px 0;
    position: relative;
    isolation: isolate;
}.contact_box90::before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
}.contact_box90 .container {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}.contact_box90 .message_message25 {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    grid-template-columns: 1fr 1.5fr;
    border-radius: 16px;
    display: grid;
    overflow: hidden;
}.contact_box90 .help_form90 {
    background: rgb(190,192,220);
    position: relative;
    padding: 50px 40px;
}.contact_box90 .help_form90::after {
    position: absolute;
    width: 25px;
    right: 0;
    content: '';
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    height: 100%;
    top: 0;
}.contact_box90 .help_form90 h3 {
    font-size: 31px;
    margin-bottom: 35px;
    border-bottom: 2px solid rgb(157,163,200);
    padding-bottom: 15px;
    color: #ffffff;
    font-weight: 700;
}.contact_box90 .help_form90 div {
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 25px;
    align-items: center;
    padding: 10px 0;
}.contact_box90 .help_form90 div:last-of-type {
    border-bottom: none;
}.contact_box90 .help_form90 div svg {
    margin-right: 15px;
    width: 22px;
    height: 22px;
}.contact_box90 .help_form90 div svg path {
    fill: rgb(157,163,200);
}.contact_box90 .help_form90 div span {
    font-size: 16px;
    color: #ffffff;
}.contact_box90 .help_form90 div span a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.3s;
}.contact_box90 .help_form90 div span a:hover {
    color: rgb(157,163,200);
}.contact_box90 .reach_links73 {
    background-color: rgb(222,221,240);
    padding: 50px 40px;
}.contact_box90 .reach_links73 h3 {
    font-size: 24px;
    color: rgb(190,192,220);
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}.contact_box90 form {
    display: flex;
    flex-direction: column;
}.contact_box90 form input[type="text"],
.contact_box90 form input[type="email"] {
    background: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 16px;
    color: #000000;
    transition: border-color 0.3s, box-shadow 0.3s;
}.contact_box90 form input[type="text"]:focus,
.contact_box90 form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(190,192,220), 0.1);
    outline: none;
    border-color: rgb(190,192,220);
}.contact_box90 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_box90 .help_panel62 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 25px;
}.contact_box90 .help_panel62 input[type="checkbox"] {
    position: relative;
    margin-top: 4px;
    appearance: none;
    height: 18px;
    cursor: pointer;
    margin-right: 10px;
    border: 2px solid rgb(190,192,220);
    border-radius: 3px;
    width: 18px;
}.contact_box90 .help_panel62 input[type="checkbox"]:checked {
    background-color: rgb(190,192,220);
}.contact_box90 .help_panel62 input[type="checkbox"]:checked::after {
    border-width: 0 2px 2px 0;
    position: absolute;
    height: 10px;
    left: 5px;
    transform: rotate(45deg);
    border: solid #ffffff;
    top: 1px;
    width: 5px;
    content: "";
}.contact_box90 .help_panel62 label {
    line-height: 1.5;
    color: #000000;
    font-size: 13px;
}.contact_box90 .help_panel62 label a {
    font-weight: 600;
    color: rgb(190,192,220);
    text-decoration: none;
}.contact_box90 .help_panel62 label a:hover {
    text-decoration: underline;
}.contact_box90 form .reach_list54 {
    font-weight: 600;
    transition: background-color 0.3s, transform 0.3s;
    font-size: 19px;
    cursor: pointer;
    align-self: flex-start;
    border-radius: 10px;
    padding: 15px 25px;
    background-color: rgb(190,192,220);
    color: #ffffff;
    border: none;
}.contact_box90 form .reach_list54:hover {
    transform: translateY(-3px);
    background-color: rgb(157,163,200);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.contact_box90 .help_form90 h3 {
    animation: reveal 0.6s ease forwards;
}.contact_box90 .help_form90 div {
    animation: reveal 0.6s ease forwards;
    opacity: 0;
}.contact_box90 .help_form90 div:nth-child(2) {
    animation-delay: 0.2s;
}.contact_box90 .help_form90 div:nth-child(3) {
    animation-delay: 0.4s;
}.contact_box90 .help_form90 div:nth-child(4) {
    animation-delay: 0.6s;
}.contact_box90 .help_form90 div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.contact_box90 .message_message25 {
    grid-template-columns: 1fr;
}.contact_box90 .help_form90 {
    padding: 40px 30px;
}.contact_box90 .reach_links73 {
    padding: 40px 30px;
}.contact_box90 .help_form90::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.contact_box90 {
    padding: 50px 0;
}.contact_box90 .help_form90,
    .contact_box90 .reach_links73 {
    padding: 30px 20px;
}.contact_box90 .help_form90 h3 {
    margin-bottom: 25px;
    font-size: calc(31px * 0.8);
}.contact_box90 form input[type="text"],
    .contact_box90 form input[type="email"] {
    padding: 12px;
}.contact_box90 form .reach_list54 {
    width: 100%;
    padding: 12px;
}}.title_portal51 {
    overflow: hidden;
    position: relative;
    padding: 3rem 1rem;
    display: flex;
    background: linear-gradient(135deg, rgb(222,221,240), rgba(0, 0, 0, 0.5));
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}.title_portal51 > div {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    width: 100%;
}.title_portal51 .pedagogy_way45 {
    position: relative;
    animation: slideInLeft 0.8s ease-out forwards;
    margin-bottom: 2.5rem;
    opacity: 0;
    transform: translateX(-30px);
}.title_portal51 .fast_edu91 {
    position: relative;
    font-size: 45px;
    color: rgb(190,192,220);
    font-weight: 700;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    padding-left: 1.5rem;
}.title_portal51 .fast_edu91::before {
    content: "";
    top: 0;
    position: absolute;
    transform: scaleY(0);
    width: 5px;
    animation: scaleVertical 0.5s 0.3s ease-out forwards;
    height: 100%;
    background: linear-gradient(to bottom, rgb(190,192,220), rgb(157,163,200));
    left: 0;
    transform-origin: top;
}.title_portal51 .study_tech91 {
    opacity: 0;
    transform: translateY(30px);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    border-radius: 30px;
    overflow: hidden;
    animation: slideInUp 0.8s 0.3s ease-out forwards;
}.title_portal51 .study_tech91::before {
    background: linear-gradient(135deg, rgb(190,192,220,0.5), rgba(0, 0, 0, 0.7));
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    content: "";
}.title_portal51 .study_tech91 > div {
    flex-direction: column;
    position: relative;
    color: #ffffff;
    min-height: 400px;
    display: flex;
    z-index: 2;
    justify-content: center;
    padding: 3.5rem 2.5rem;
}.title_portal51 .study_tech91 p {
    line-height: 1.6;
    margin-bottom: 2rem;
    transform: translateX(-20px);
    opacity: 0;
    padding-left: 1.5rem;
    position: relative;
    font-size: calc(12px * 1.2);
    max-width: 80%;
    animation: slideInLeft 0.8s 0.6s ease-out forwards;
}.title_portal51 .study_tech91 p::before {
    height: 2px;
    transform: translateY(-50%);
    content: "";
    left: 0;
    background: rgb(157,163,200);
    top: 50%;
    position: absolute;
    width: 15px;
}.title_portal51 .study_tech91 h3 {
    transform: translateY(20px);
    font-size: 22px;
    background: rgba(255, 255, 255, 0.1);
    max-width: 85%;
    font-weight: 600;
    border-left: 3px solid rgb(157,163,200);
    animation: slideInUp 0.8s 0.9s ease-out forwards;
    padding: 1.5rem;
    opacity: 0;
    line-height: 1.4;
    backdrop-filter: blur(5px);
    position: relative;
}

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

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

@keyframes scaleVertical {
  from {
    transform: scaleY(0);
  }
  to {
    transform: scaleY(1);
  }
}

@media (min-width: 768px) {.title_portal51 {
    padding: 5rem 2rem;
}.title_portal51 .pedagogy_way45 {
    margin-bottom: 3.5rem;
}.title_portal51 .fast_edu91 {
    font-size: calc(45px * 1.2);
    padding-left: 2rem;
}.title_portal51 .fast_edu91::before {
    width: 8px;
}.title_portal51 .study_tech91 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}.title_portal51 .study_tech91 > div {
    padding: 5rem 4rem;
    min-height: 500px;
}.title_portal51 .study_tech91 p {
    font-size: calc(12px * 1.4);
    max-width: 70%;
    padding-left: 2rem;
}.title_portal51 .study_tech91 p::before {
    width: 25px;
}.title_portal51 .study_tech91 h3 {
    font-size: calc(22px * 1.2);
    padding: 2rem;
    max-width: 75%;
}
}

@media (min-width: 992px) {.title_portal51 .study_tech91 {
    display: flex;
}.title_portal51 .study_tech91 > div {
    padding: 5rem;
}.title_portal51 .fast_edu91 {
    font-size: calc(45px * 1.4);
    transform: translateX(0);
    transition: transform 0.3s ease;
}.title_portal51 .fast_edu91:hover {
    transform: translateX(10px);
}.title_portal51 .study_tech91 p {
    transition: transform 0.3s ease;
    font-size: calc(12px * 1.5);
    max-width: 60%;
}.title_portal51 .study_tech91 p:hover {
    transform: translateX(10px);
}.title_portal51 .study_tech91 h3 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 65%;
}.title_portal51 .study_tech91 h3:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
}

@media (min-width: 1200px) {.title_portal51 .fast_edu91 {
    font-size: calc(45px * 1.6);
}.title_portal51 .study_tech91 > div {
    padding: 6rem;
}.title_portal51 .study_tech91::after {
    border-radius: 50%;
    width: 150px;
    top: -50px;
    position: absolute;
    height: 150px;
    right: -50px;
    z-index: 1;
    background: linear-gradient(135deg, rgb(157,163,200), rgb(190,192,220));
    content: "";
    opacity: 0.3;
}
}

@media (max-width: 767px) {.title_portal51 {
    padding: 2rem 1rem;
}.title_portal51 .fast_edu91 {
    padding-left: 1rem;
    font-size: calc(45px * 0.9);
}.title_portal51 .fast_edu91::before {
    width: 4px;
}.title_portal51 .study_tech91 > div {
    padding: 2.5rem 1.5rem;
    min-height: 350px;
}.title_portal51 .study_tech91 p {
    padding-left: 1rem;
    max-width: 100%;
    font-size: 12px;
}.title_portal51 .study_tech91 h3 {
    font-size: 19px;
    max-width: 100%;
    padding: 1rem;
}}.gratCard78 {
    overflow: hidden;
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(222,221,240) 0%, rgba(255,255,255,0.95) 100%);
}.gratCard78::before {
    background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
    top: 0;
    content: "";
    background-size: 20px 20px;
    background-image: 
        linear-gradient(45deg, rgba(rgb(190,192,220,0.5), 0.05) 25%, transparent 25%), 
        linear-gradient(-45deg, rgba(rgb(190,192,220,0.5), 0.05) 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, rgba(rgb(190,192,220,0.5), 0.05) 75%),
        linear-gradient(-45deg, transparent 75%, rgba(rgb(190,192,220,0.5), 0.05) 75%);
    width: 100%;
    z-index: 0;
    animation: patternShift 60s linear infinite;
    position: absolute;
    height: 100%;
    left: 0;
}.gratCard78::after {
    content: "";
    z-index: 0;
    filter: blur(70px);
    position: absolute;
    right: -5%;
    height: 50%;
    animation: floatGlow 15s ease-in-out infinite alternate;
    opacity: 0.25;
    top: -10%;
    background: linear-gradient(145deg, rgb(190,192,220,0.5), rgb(157,163,200,0.5));
    width: 30%;
}.gratCard78 .container {
    transform: translateZ(0);
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
}.gratCard78 h2 {
    font-size: 28px;
    font-family: Arial, sans-serif;
    letter-spacing: -0.01em;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    color: #000000;
    font-weight: 700;
    position: relative;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 3rem;
    transform: perspective(1000px) translateZ(0);
}.gratCard78 h2::after {
    width: 6rem;
    box-shadow: 0 2px 10px rgba(rgb(190,192,220,0.5), 0.2);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    position: absolute;
    height: 3px;
    content: "";
    transform: translateX(-50%) scaleX(0.8);
    background: linear-gradient(90deg, rgb(190,192,220), rgb(157,163,200));
    bottom: -1rem;
    left: 50%;
}.gratCard78:hover h2::after {
    transform: translateX(-50%) scaleX(1);
}.gratCard78 .impact_numbers10 {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.08);
    box-shadow: 
        0 10px 30px -10px rgba(rgba(0, 0, 0, 0.5), 0.1),
        0 1px 4px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
                box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: #ffffff;
    padding: 3rem 2.5rem;
    transform: translateY(0);
}.gratCard78 .impact_numbers10::before {
    height: 5px;
    animation: gradientMove 6s linear infinite;
    position: absolute;
    background-size: 200% 100%;
    z-index: 1;
    left: -2px;
    right: -2px;
    top: -2px;
    background: linear-gradient(90deg, rgb(190,192,220), rgb(157,163,200), rgb(190,192,220));
    content: "";
}.gratCard78 .impact_numbers10::after {
    height: 30%;
    width: 100%;
    z-index: 0;
    background: linear-gradient(180deg, transparent, rgba(rgb(222,221,240), 0.05));
    left: 0;
    content: "";
    bottom: 0;
    position: absolute;
}.gratCard78:hover .impact_numbers10 {
    transform: translateY(-5px);
    box-shadow: 
        0 20px 40px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
        0 1px 6px rgba(rgba(0, 0, 0, 0.5), 0.07);
}.gratCard78 ul {
    z-index: 2;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}.gratCard78 li {
    position: relative;
    z-index: 2;
}.gratCard78 li::before {
    transform: scale(0.8);
    width: 2rem;
    transition: transform 0.6s ease, opacity 0.6s ease;
    position: absolute;
    height: 2rem;
    opacity: 0.3;
    background-image: radial-gradient(circle, rgb(157,163,200,0.5) 0%, transparent 70%);
    z-index: -1;
    content: "";
    top: -0.5rem;
    left: -1rem;
}.gratCard78:hover li::before {
    opacity: 0.5;
    transform: scale(1.2);
}.gratCard78 span {
    position: relative;
    padding: 0.5rem 0;
    color: #000000;
    display: block;
    line-height: 1.7;
    font-size: 16px;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
}.gratCard78 span::first-letter {
    font-weight: 600;
    color: rgb(190,192,220);
    font-size: 1.5em;
}

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

@keyframes floatGlow {
    0% { transform: translateY(0) rotate(0); opacity: 0.25; }
    50% { transform: translateY(-15px) rotate(5deg); opacity: 0.35; }
    100% { transform: translateY(10px) rotate(-3deg); opacity: 0.25; }
}

@keyframes patternShift {
    0% { background-position: 0 0, 0 10px, 10px -10px, -10px 0px; }
    100% { background-position: 100px 100px, 100px 110px, 110px 90px, 90px 100px; }
}

@media (max-width: 991px) {.gratCard78 {
    padding: 4rem 0;
}.gratCard78 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(28px * 0.9);
}.gratCard78 .impact_numbers10 {
    padding: 2.5rem 2rem;
}
}

@media (max-width: 767px) {.gratCard78 {
    padding: 3.5rem 0;
}.gratCard78 h2 {
    line-height: 1.4;
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.gratCard78 h2::after {
    bottom: -0.8rem;
    width: 5rem;
}.gratCard78 .impact_numbers10 {
    padding: 2rem 1.5rem;
}.gratCard78 span {
    line-height: 1.6;
    font-size: calc(16px * 0.95);
}
}

@media (max-width: 575px) {.gratCard78 {
    padding: 3rem 0;
}.gratCard78 h2 {
    margin-bottom: 1.8rem;
    font-size: calc(28px * 0.7);
}.gratCard78 h2::after {
    width: 4rem;
}.gratCard78 .impact_numbers10 {
    padding: 1.5rem 1.25rem;
}.gratCard78 span {
    font-size: calc(16px * 0.9);
    line-height: 1.5;
}.gratCard78 li::before {
    left: -0.5rem;
    width: 1.5rem;
    top: -0.3rem;
    height: 1.5rem;
}}.course_fit_for95 {
    overflow: hidden;
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(222,221,240) 0%, rgb(157,163,200,0.5) 100%);
}.course_fit_for95::before {
    width: 100%;
    content: '';
    height: 100%;
    z-index: 1;
    opacity: 0.1;
    background: 
        linear-gradient(45deg, transparent 45%, rgb(190,192,220,0.5) 46%, rgb(190,192,220,0.5) 54%, transparent 55%),
        linear-gradient(135deg, transparent 45%, rgb(157,163,200,0.5) 46%, rgb(157,163,200,0.5) 54%, transparent 55%);
    position: absolute;
    top: 0;
    left: 0;
    background-size: 50px 50px;
}.course_fit_for95::after {
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 20% 20%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 30% 70%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 70% 40%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 80% 30%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 90% 80%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 10% 90%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 60% 10%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 40% 60%, rgb(190,192,220,0.5) 0%, transparent 2%),
        radial-gradient(circle at 95% 40%, rgb(190,192,220,0.5) 0%, transparent 2%);
    position: absolute;
    content: '';
    background-size: 180px 180px;
    top: 0;
    z-index: 1;
    animation: pulseDots 10s infinite alternate;
    opacity: 0.4;
    width: 100%;
    left: 0;
}.course_fit_for95 .impact_numbers10 {
    padding: 0 2rem;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    z-index: 2;
}.course_fit_for95 h3 {
    margin-bottom: 3rem;
    color: rgb(157,163,200);
    font-size: 28px;
    font-weight: 700;
    box-shadow: -5px 0 15px rgb(190,192,220,0.5);
    text-align: left;
    padding-left: 1.5rem;
    border-left: 4px solid rgb(190,192,220);
    position: relative;
}.course_fit_for95 ul {
    padding: 0;
    display: grid;
    list-style-type: none;
    margin: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}.course_fit_for95 li {
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.05),
        0 5px 15px rgba(0, 0, 0, 0.03);
    display: flex;
    padding: 1.8rem;
    position: relative;
    align-items: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 23px;
}.course_fit_for95 li::before {
    height: 100%;
    content: '';
    top: 0;
    width: 100%;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 0%, transparent 100%);
    left: 0;
    position: absolute;
}.course_fit_for95 li::after {
    left: 0;
    position: absolute;
    background: rgb(190,192,220);
    height: 100%;
    width: 5px;
    content: '';
    top: 0;
    opacity: 0.7;
    transition: width 0.4s ease, opacity 0.4s ease;
}.course_fit_for95 li:hover {
    background-color: rgba(255, 255, 255, 0.2);
    transform: translateY(-5px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 0 25px rgb(190,192,220,0.5);
}.course_fit_for95 li:hover::after {
    width: 8px;
    opacity: 1;
}.course_fit_for95 li svg {
    flex-shrink: 0;
    animation: pulseIcon 3s infinite alternate;
    height: 40px;
    margin-right: 1.5rem;
    width: 40px;
    filter: drop-shadow(0 0 8px rgb(190,192,220,0.5));
    fill: rgb(190,192,220);
    transition: all 0.4s ease;
}.course_fit_for95 li:hover svg {
    animation-duration: 1.5s;
}.course_fit_for95 li svg path {
    transition: all 0.4s ease;
}.course_fit_for95 li:hover svg path {
    fill: rgb(190,192,220);
}.course_fit_for95 li {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    line-height: 1.5;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}.course_fit_for95 li:nth-child(1)::after {
    animation-delay: 0s;
}.course_fit_for95 li:nth-child(2)::after {
    animation-delay: 0.5s;
}.course_fit_for95 li:nth-child(3)::after {
    animation-delay: 1s;
}.course_fit_for95 li:nth-child(4)::after {
    animation-delay: 1.5s;
}.course_fit_for95 li:nth-child(1) svg {
    animation-delay: 0s;
}.course_fit_for95 li:nth-child(2) svg {
    animation-delay: 1s;
}.course_fit_for95 li:nth-child(3) svg {
    animation-delay: 0.5s;
}.course_fit_for95 li:nth-child(4) svg {
    animation-delay: 1.5s;
}

@keyframes pulseDots {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes pulseIcon {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 5px rgb(190,192,220,0.5));
    }
    50% {
        transform: scale(1.05);
        filter: drop-shadow(0 0 12px rgb(190,192,220));
    }
}

@keyframes glowLine {
    0%, 100% {
        box-shadow: 0 0 5px rgb(190,192,220,0.5);
    }
    50% {
        box-shadow: 0 0 15px rgb(190,192,220);
    }
}

@media (max-width: 991px) {.course_fit_for95 {
    padding: 4rem 0;
}.course_fit_for95 h3 {
    font-size: calc(28px * 0.9);
    padding-left: 1.2rem;
}.course_fit_for95 li {
    padding: 1.5rem;
}.course_fit_for95 li svg {
    width: 35px;
    margin-right: 1.2rem;
    height: 35px;
}
}

@media (max-width: 767px) {.course_fit_for95 {
    padding: 3rem 0;
}.course_fit_for95 ul {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.course_fit_for95 h3 {
    padding-left: 0;
    text-align: center;
    padding-bottom: 1rem;
    border-bottom: 4px solid rgb(190,192,220);
    margin-bottom: 2.5rem;
    border-left: none;
    font-size: calc(28px * 0.8);
    box-shadow: 0 5px 15px rgb(190,192,220,0.5);
}.course_fit_for95 li {
    padding: 1.2rem;
}.course_fit_for95 li svg {
    margin-right: 1rem;
    height: 30px;
    width: 30px;
}}footer {
    width: 100%;
    position: relative;
}footer .search_foot94 {
    font-family: Arial, sans-serif;
    position: relative;
    background-color: #2c3e50;
    padding: 100px 0 30px;
    color: #ffffff;
}footer .search_foot94::before {
    background-image: linear-gradient(30deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, 
                      rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-size: 60px 60px;
    opacity: 0.1;
    top: 0;
    left: 0;
}footer .diversity49 {
    position: relative;
    z-index: 1;
}footer .contact_widget35 {
    gap: 15px;
    display: grid;
    position: relative;
    margin: -70px auto 60px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}footer .info_item {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    height: 100px;
    display: flex;
    overflow: hidden;
    position: relative;
    padding: 0 20px;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
}footer .info_item:nth-child(even) {
    transform: translateY(30px);
}footer .info_item::before {
    top: 25%;
    transition: height 0.3s ease, top 0.3s ease;
    width: 6px;
    left: 0;
    height: 50%;
    content: "";
    background-color: rgb(190,192,220);
    position: absolute;
}footer .info_item:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(0);
}footer .info_item:hover::before {
    height: 100%;
    top: 0;
}footer .info_item svg {
    fill: rgb(190,192,220);
    width: 22px;
    flex-shrink: 0;
    height: 22px;
    z-index: 1;
    margin-right: 15px;
    position: relative;
}footer .info_item p,
footer .info_item a {
    font-size: 14px;
    z-index: 1;
    transition: all 0.3s ease;
    color: #2c3e50;
    text-decoration: none;
    position: relative;
}footer .info_item a:hover {
    color: rgb(190,192,220);
}footer .text_main_holder {
    position: relative;
    gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}footer .main_learn14, footer .subscribe_holder {
    transition: all 0.3s ease;
    padding: 30px;
    border-radius: 24px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.05);
}footer .main_learn14:hover, footer .subscribe_holder:hover {
    background-color: rgba(255, 255, 255, 0.08);
}footer .header_master68 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}footer .main_learn14 svg {
    height: 45px;
    filter: brightness(0) invert(1);
    width: auto;
    margin-bottom: 20px;
}footer .tutor_match67 {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}footer .header_master68 h5 {
    padding-bottom: 10px;
    grid-column: 1 / -1;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}footer .header_master68 h5::after {
    bottom: 0;
    left: 0;
    background-color: rgb(190,192,220);
    width: 50px;
    height: 2px;
    content: "";
    position: absolute;
}footer .main_header47 {
    transition: all 0.3s ease;
    border-radius: 24px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 100%;
}footer .main_header47:hover {
    transform: translateY(-5px);
    background-color: rgba(255, 255, 255, 0.08);
}footer .main_header47 a {
    font-size: 14px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px 0;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease;
}footer .main_header47 a:last-child {
    border-bottom: none;
}footer .main_header47 a::before {
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-10px);
    right: 0;
    content: "→";
    position: absolute;
    opacity: 0;
}footer .main_header47 a:hover {
    padding-left: 5px;
    color: #ffffff;
}footer .main_header47 a:hover::before {
    transform: translateX(0);
    opacity: 1;
}footer .subscribe_holder h5 {
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #ffffff;
}footer .subscribe_holder h5::after {
    background-color: rgb(190,192,220);
    left: 0;
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    bottom: 0;
}footer .subscribe_holder p {
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    margin-bottom: 25px;
}footer .input_holder {
    flex-direction: column;
    gap: 15px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.05);
}footer .input_holder input[type="email"]:focus {
    background-color: rgba(255, 255, 255, 0.1);
    outline: none;
    border-color: rgb(190,192,220);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.5);
}footer .sub_backdrop49 {
    color: #ffffff;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    border: none;
    padding: 15px;
    background-color: rgb(190,192,220);
    border-radius: 10px;
}footer .sub_backdrop49:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
    background-color: rgb(157,163,200);
}footer .learn_nav89 {
    position: relative;
    text-align: center;
    margin-top: 50px;
}footer .badge_case52 {
    padding: 8px 20px;
    font-size: 16px;
    border-radius: 30px;
    background-color: rgba(255, 255, 255, 0.05);
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 768px) {footer .text_main_holder {
    grid-template-columns: 1fr 2fr 1fr;
    gap: 30px;
}footer .input_holder {
    flex-direction: row;
}footer .sub_backdrop49 {
    white-space: nowrap;
}
}

@media (max-width: 991px) {footer .info_item:nth-child(even) {
    transform: translateY(15px);
}footer .header_master68 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
}

@media (max-width: 767px) {footer .search_foot94 {
    padding: 70px 0 30px;
}footer .contact_widget35 {
    margin-bottom: 40px;
    margin-top: 0;
}footer .info_item {
    padding: 15px 20px;
    height: auto;
}footer .info_item:nth-child(even) {
    transform: none;
}footer .main_learn14, footer .subscribe_holder {
    padding: 25px 20px;
}footer .header_master68 h5, footer .subscribe_holder h5 {
    margin-bottom: 15px;
}footer .learn_nav89 {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .search_foot94 {
    padding: 50px 0 20px;
}footer .main_header47 {
    padding: 15px;
}footer .header_master68 h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .input_holder input[type="email"],
    footer .sub_backdrop49 {
    padding: 12px;
}}.plan_deal83 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.plan_deal83::before {
    right: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.6) 100%);
    bottom: 0;
    top: 0;
    content: "";
}.plan_deal83 .container {
    z-index: 2;
    max-width: 1200px;
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
}.training_fees94 {
    position: relative;
}.plan_deal83 h2 {
    margin-bottom: 25px;
    color: #ffffff;
    transform: translateY(0);
    font-weight: 700;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.6s ease;
    text-align: center;
    letter-spacing: 0.5px;
    opacity: 1;
    position: relative;
    font-size: 30px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}.plan_deal83 h2::after {
    height: 3px;
    margin: 20px auto 0;
    background: linear-gradient(90deg, rgb(157,163,200), rgb(190,192,220));
    content: "";
    transition: transform 0.4s ease;
    transform: scaleX(1);
    width: 80px;
    display: block;
}.plan_deal83:hover h2::after {
    transform: scaleX(1.2);
}.plan_deal83 .cost_card08 {
    max-width: 800px;
    line-height: 1.6;
    font-size: calc(14px + 2px);
    color: #ffffff;
    text-align: center;
    margin: 0 auto 60px;
    opacity: 0.9;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}.plan_deal83 .cost_matrix68 {
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 30px;
    padding: 0;
    display: grid;
    margin: 0;
}.plan_deal83 .cost_matrix68 li {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    margin: 0;
}.plan_deal83 .cost_matrix68 li:hover {
    transform: translateY(-10px);
    z-index: 10;
}.plan_deal83 .lesson_plans68 {
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0,0,0,0.2);
    backdrop-filter: blur(10px);
    display: block;
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1);
    transition: all 0.4s ease;
    background: linear-gradient(145deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.02) 100%);
    text-decoration: none;
    position: relative;
    height: 100%;
}.plan_deal83 .lesson_plans68::before {
    top: 0;
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0;
    background: linear-gradient(230deg, rgb(157,163,200,0.5) 0%, transparent 80%);
    transition: opacity 0.5s ease;
    width: 100%;
}.plan_deal83 .lesson_plans68:hover {
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    border-color: rgba(255,255,255,0.2);
}.plan_deal83 .lesson_plans68:hover::before {
    opacity: 0.2;
}.plan_deal83 .program_fees63 {
    position: relative;
    padding: 40px 30px;
    z-index: 2;
}.plan_deal83 .study_fees42 {
    display: flex;
    flex-direction: column;
    height: 100%;
}.plan_deal83 .study_fees42 h4 {
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 20px;
    position: relative;
    color: #ffffff;
    padding-bottom: 15px;
    transition: transform 0.3s ease;
    font-size: calc(20px + 2px);
}.plan_deal83 .study_fees42 h4::after {
    height: 2px;
    left: 0;
    background: rgb(190,192,220);
    transition: width 0.4s ease;
    width: 40px;
    bottom: 0;
    position: absolute;
    content: "";
}.plan_deal83 .lesson_plans68:hover .study_fees42 h4::after {
    width: 60px;
}.plan_deal83 .study_fees42 p {
    transition: color 0.3s ease;
    position: relative;
    color: rgba(255,255,255,0.85);
    line-height: 1.6;
    font-size: 14px;
    flex-grow: 1;
    margin-bottom: 30px;
}.plan_deal83 .lesson_plans68:hover .study_fees42 p {
    color: #ffffff;
}.plan_deal83 .premium_grid25 {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 10px 0;
    color: #ffffff;
    transition: transform 0.3s ease;
    margin-top: auto;
    background: linear-gradient(90deg, rgb(157,163,200) 0%, rgb(190,192,220) 100%);
    background-clip: text !important;
    position: relative;
    font-weight: 700;
    font-size: calc(20px + 4px);
}.plan_deal83 .premium_grid25::before {
    background: linear-gradient(90deg, rgb(157,163,200) 0%, transparent 100%);
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
}.plan_deal83 .lesson_plans68:hover .premium_grid25 {
    transform: scale(1.05);
}

@media (max-width: 992px) {.plan_deal83 {
    padding: 90px 0;
}.plan_deal83 .cost_matrix68 {
    grid-template-columns: repeat(2, 1fr);
}.plan_deal83 .program_fees63 {
    padding: 30px 25px;
}
}

@media (max-width: 768px) {.plan_deal83 {
    padding: 70px 0;
}.plan_deal83 h2 {
    font-size: calc(30px - 4px);
}.plan_deal83 .cost_card08 {
    font-size: 14px;
    margin-bottom: 40px;
}.plan_deal83 .cost_matrix68 {
    gap: 20px;
    grid-template-columns: 1fr;
}.plan_deal83 .program_fees63 {
    padding: 25px 20px;
}.plan_deal83 .premium_grid25 {
    font-size: calc(20px + 2px);
}
}

@media (max-width: 480px) {.plan_deal83 {
    padding: 60px 0;
}.plan_deal83 h2 {
    font-size: calc(30px - 6px);
}.plan_deal83 .study_fees42 h4 {
    font-size: 20px;
}.plan_deal83 .study_fees42 p {
    font-size: calc(14px - 1px);
}}.privacy_bunker72 {
    align-items: center;
    flex-direction: column;
    padding: 60px;
    width: 100%;
    height: auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    display: flex;
    border: 2px solid #000000;
    background: #ffffff;
}.privacy_bunker72 h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 46px;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    max-width: 800px;
    text-transform: uppercase;
    color: rgb(190,192,220);
    border-bottom: 3px solid rgb(157,163,200);
}.privacy_bunker72 h2 {
    color: rgb(157,163,200);
    font-weight: 600;
    padding-left: 15px;
    margin-top: 40px;
    margin-bottom: 25px;
    width: 100%;
    text-align: left;
    max-width: 800px;
    font-size: 34px;
    border-left: 5px solid rgb(190,192,220);
}.privacy_bunker72 ul, .privacy_bunker72 ol {
    max-width: 800px;
    list-style: none;
    border-top: 2px solid #000000;
    padding-left: 0;
    padding: 20px 0;
    margin: 30px 0;
    width: 100%;
    border-bottom: 2px solid #000000;
}.privacy_bunker72 ul li, .privacy_bunker72 ol li {
    color: #000000;
    font-size: 16px;
    padding-left: 25px;
    font-weight: 300;
    position: relative;
    margin-bottom: 20px;
}.privacy_bunker72 ul li::before, .privacy_bunker72 ol li::before {
    left: 0;
    position: absolute;
    content: '';
    transform: translateY(-50%);
    height: 8px;
    border-radius: 50%;
    background: rgb(190,192,220);
    top: 50%;
    width: 8px;
}.privacy_bunker72 p, .privacy_bunker72 span, .privacy_bunker72 div {
    max-width: 800px;
    text-align: justify;
    font-size: 16px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #000000;
    width: 100%;
}.privacy_bunker72 div.container {
    max-width: 1000px;
    margin: 0 auto;
    align-items: center;
    flex-direction: column;
    display: flex;
}

@media only screen and (max-width: 800px) {.privacy_bunker72 {
    padding: 30px;
    border-radius: 10px;
}.privacy_bunker72 h1 {
    font-size: calc(18px - 5px);
    padding-bottom: 10px;
}.privacy_bunker72 h2 {
    font-size: calc(18px - 5px);
    padding-left: 10px;
}.privacy_bunker72 ul, .privacy_bunker72 ol {
    padding: 15px 0;
    margin: 20px 0;
}.privacy_bunker72 ul li, .privacy_bunker72 ol li {
    font-size: 16px;
    padding-left: 20px;
}}.get_updates59 {
    font-family: Arial, sans-serif;
    overflow: hidden;
    background: rgb(222,221,240);
    position: relative;
    padding: 6rem 2rem;
}.get_updates59::before {
    left: 0;
    z-index: 0;
    position: absolute;
    height: 100%;
    animation: movePattern 20s linear infinite;
    width: 100%;
    top: 0;
    content: "";
    background: 
        linear-gradient(0deg, transparent 40%, rgb(190,192,220,0.5) 100%),
        repeating-linear-gradient(-45deg, rgb(157,163,200,0.5) 0, rgb(157,163,200,0.5) 2px, transparent 2px, transparent 8px);
}.get_updates59 .impact_numbers10 {
    transform-style: preserve-3d;
    z-index: 1;
    position: relative;
    justify-content: center;
    max-width: 1200px;
    display: flex;
    perspective: 1000px;
    margin: 0 auto;
}.get_updates59 .message_message25 {
    transform: translateZ(0);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 90%;
    position: relative;
    padding: 0;
    max-width: 500px;
}.get_updates59 h3 {
    font-weight: 700;
    background: #ffffff;
    transform: translateY(0) translateZ(30px);
    position: relative;
    width: 80%;
    color: #000000;
    font-size: 32px;
    border-radius: 26px 26px 0 0;
    align-self: center;
    margin-bottom: 2rem;
    box-shadow: 0 -15px 25px rgba(0, 0, 0, 0.1);
    padding: 1.5rem 2rem;
    z-index: 3;
    text-align: center;
}.get_updates59 h3::after {
    height: 20px;
    left: 0;
    background: #ffffff;
    width: 100%;
    position: absolute;
    content: "";
    bottom: -20px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
}.get_updates59 .input_holder {
    padding: 4rem 2rem 2rem;
    border-radius: 26px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.5);
    position: relative;
    flex-direction: column;
    width: 100%;
    transform: translateY(-3rem) translateZ(0);
    display: flex;
    background: rgb(157,163,200,0.5);
    z-index: 2;
}.get_updates59 input[type="email"] {
    padding: 1.5rem;
    border: none;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
    color: #000000;
    background: #ffffff;
    margin-bottom: 1.5rem;
    font-size: 13px;
}.get_updates59 input[type="email"]:focus {
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 0 2px rgb(190,192,220,0.5);
    outline: none;
    transform: scale(1.02);
}.get_updates59 input[type="email"]::placeholder {
    color: #000000;
    opacity: 0.7;
}.get_updates59 .sub_backdrop49 {
    background: rgb(190,192,220);
    width: 80%;
    align-self: center;
    padding: 1.2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
    color: #ffffff;
    border-radius: 10px;
    z-index: 1;
    font-weight: 600;
    font-size: 18px;
    transform: translateY(50%) translateZ(20px);
    position: relative;
    border: none;
}.get_updates59 .sub_backdrop49:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.5);
    background: linear-gradient(to right, rgb(190,192,220), rgb(157,163,200));
    transform: translateY(40%) translateZ(30px) scale(1.05);
}.get_updates59 .sub_backdrop49::before {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    opacity: 0;
    background: linear-gradient(to right, rgb(190,192,220), rgb(157,163,200));
    transition: opacity 0.3s ease;
    content: "";
    height: 100%;
    left: 0;
}.get_updates59 .sub_backdrop49:hover::before {
    opacity: 1;
}

@keyframes movePattern {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

@media (min-width: 768px) {.get_updates59 {
    padding: 8rem 3rem;
}.get_updates59 h3 {
    width: 70%;
}.get_updates59 .input_holder {
    padding: 5rem 3rem 3rem;
}.get_updates59 .sub_backdrop49 {
    width: 60%;
}
}

@media (max-width: 767px) {.get_updates59 {
    padding: 5rem 1.5rem;
}.get_updates59 h3 {
    width: 90%;
    font-size: 19px;
    padding: 1.2rem 1.5rem;
}.get_updates59 .message_message25 {
    width: 100%;
}.get_updates59 .input_holder {
    padding: 3rem 1.5rem 2rem;
}.get_updates59 input[type="email"] {
    padding: 1.2rem;
}.get_updates59 .sub_backdrop49 {
    padding: 1rem;
    width: 90%;
}}.cookieAlertContainer42 {
    padding: 20px 0;
    position: fixed;
    background: rgb(222,221,240);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    z-index: 90;
    border-top: 3px solid rgb(190,192,220);
    width: 100%;
    bottom: 0;
}.visitor_acceptance71 {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 20px;
    margin: auto;
    align-items: center;
    max-width: 1200px;
    justify-content: space-between;
}#cookieUsagePrompt53 {
    display: none;
}#cookieUsagePrompt53:checked ~ .cookieAlertContainer42 {
    visibility: hidden;
    opacity: 0;
}.cookieAlertContainer42 h5 {
    text-transform: uppercase;
    margin-bottom: 6px;
    color: rgb(190,192,220);
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 21px;
}.cookieAlertContainer42 p {
    font-size: 13px;
    color: #000000;
    max-width: 500px;
}.cookie_edu82 {
    flex-shrink: 0;
    margin-right: 20px;
}.cookie_edu82 svg, .cookie_edu82 svg path {
    width: 80px;
    height: 80px;
    fill: rgb(190,192,220);
}.cookie_comply81 {
    border: 2px solid transparent;
    flex-shrink: 0;
    text-decoration: none;
    color: #ffffff;
    background: rgb(190,192,220);
    margin-left: 10px;
    border-radius: 10px;
    transition: border 0.2s;
    text-transform: uppercase;
    text-align: center;
    min-width: 140px;
    font-size: 16px;
    padding: 12px 24px;
    font-weight: 600;
}.cookie_button.learn_agree58 {
    background: rgb(190,192,220);
}.cookie_button.privacy_ctrl13 {
    background: rgb(157,163,200);
}.cookie_comply81:hover {
    border: 2px solid #ffffff;
}.cookieAlertContainer42 p a {
    color: rgb(190,192,220);
    text-decoration: underline;
    font-weight: 700;
}
@media only screen and (max-width: 1200px) {.visitor_acceptance71 {
    padding: 0 10px;
}
}
@media only screen and (max-width: 800px) {.cookie_edu82 {
    display: none;
}.visitor_acceptance71 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookieAlertContainer42 h5, .cookieAlertContainer42 p {
    text-align: center;
}.cookie_ack21 {
    margin-bottom: 20px;
}.cookie_comply81 {
    max-width: 300px;
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
}}
.wrap-container41 .cookieAlertContainer42 {
    background: rgb(157,163,200);
    border: none;
    padding: 30px 0;
}.wrap-container41 .cookie_comply81 {
    font-weight: 600;
    background: rgb(190,192,220);
    font-size: 16px;
    margin-left: 0;
    color: #ffffff;
    border: none;
    border-radius: 10px;
}.wrap-container41 .cookie_ack21 h5, .wrap-container41 .cookie_ack21 p {
    color: #ffffff;
}.statistical_details93 {
    position: relative;
    background: linear-gradient(135deg, rgb(222,221,240) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
}.statistical_details93::before {
    width: 35%;
    content: "";
    top: -15%;
    position: absolute;
    left: -10%;
    transform: rotate(-15deg) skewX(15deg);
    background: linear-gradient(165deg, rgb(190,192,220,0.5) 0%, transparent 70%);
    opacity: 0.07;
    z-index: 1;
    height: 70%;
}.statistical_details93::after {
    position: absolute;
    right: -5%;
    width: 30%;
    content: "";
    height: 60%;
    transform: rotate(10deg);
    background: linear-gradient(195deg, rgb(157,163,200,0.5) 0%, transparent 85%);
    opacity: 0.08;
    bottom: -5%;
    z-index: 1;
}.statistical_details93 .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1320px;
}.statistical_details93 h4 {
    font-weight: 600;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
    animation: fadeUp 0.8s ease-out 0.6s forwards;
    font-size: 19px;
    letter-spacing: 0.5px;
    font-family: Arial, sans-serif;
    color: rgb(190,192,220);
    margin-top: 3rem;
}.statistical_details93 ul {
    justify-content: center;
    gap: 20px;
    margin: 0;
    flex-wrap: wrap;
    display: flex;
    list-style: none;
    padding: 0;
}.statistical_details93 .pro_statistics18 {
    animation-delay: calc(0.1s * var(--order));
    flex: 0 0 calc(25% - 20px);
    animation: fadeUp 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    padding: 1.75rem 1rem;
}.statistical_details93 .pro_statistics18:nth-child(1) {
    --order: 1;
}.statistical_details93 .pro_statistics18:nth-child(2) {
    --order: 2;
}.statistical_details93 .pro_statistics18:nth-child(3) {
    --order: 3;
}.statistical_details93 .pro_statistics18:nth-child(4) {
    --order: 4;
}.statistical_details93 .pro_statistics18:nth-child(5) {
    --order: 5;
}.statistical_details93 .pro_statistics18:nth-child(6) {
    --order: 6;
}.statistical_details93 .pro_statistics18:nth-child(7) {
    --order: 7;
}.statistical_details93 .pro_statistics18 div {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 8px 20px -12px rgba(0, 0, 0, 0.1), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    position: relative;
    padding: 1.75rem;
    height: 100%;
    min-height: 160px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.6));
    display: flex;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}.statistical_details93 .pro_statistics18 div::before {
    content: "";
    position: absolute;
    top: 0;
    background: linear-gradient(to bottom, rgb(190,192,220), rgb(157,163,200));
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    width: 4px;
    height: 0;
    left: 0;
}.statistical_details93 .pro_statistics18:hover div::before {
    height: 100%;
}.statistical_details93 .pro_statistics18 div::after {
    transform: scaleX(0);
    transform-origin: right;
    right: 0;
    content: "";
    bottom: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 2px;
    background: linear-gradient(to right, transparent, rgb(157,163,200,0.5));
    position: absolute;
    width: 40%;
}.statistical_details93 .pro_statistics18:hover div::after {
    transform: scaleX(1);
}.statistical_details93 .pro_statistics18 p {
    font-size: calc(33px * 1.2);
    transition: transform 0.3s ease;
    color: rgb(190,192,220);
    margin: 0 0 0.5rem;
    background: linear-gradient(90deg, rgb(190,192,220), rgb(157,163,200));
    -webkit-background-clip: text;
    font-weight: 700;
    background-clip: text;
    font-family: Arial, sans-serif;
    color: transparent;
}.statistical_details93 .pro_statistics18:hover p {
    transform: translateY(-5px);
}.statistical_details93 .pro_statistics18 span {
    max-width: 90%;
    font-weight: 400;
    margin: 0;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    color: #000000;
    text-align: center;
    line-height: 1.4;
    font-size: 18px;
}.statistical_details93 .pro_statistics18:hover span {
    color: #000000;
}

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

@media screen and (max-width: 1200px) {.statistical_details93 .pro_statistics18 {
    flex: 0 0 calc(33.333% - 20px);
}
}

@media screen and (max-width: 992px) {.statistical_details93 {
    padding: 5rem 0;
}.statistical_details93 .pro_statistics18 {
    flex: 0 0 calc(50% - 20px);
}.statistical_details93 .pro_statistics18 div {
    min-height: 150px;
    padding: 1.5rem;
}.statistical_details93 .pro_statistics18 p {
    font-size: calc(33px * 1.1);
}
}

@media screen and (max-width: 768px) {.statistical_details93 {
    padding: 4rem 0;
}.statistical_details93::before,
    .statistical_details93::after {
    width: 50%;
}.statistical_details93 .pro_statistics18 {
    flex: 0 0 calc(50% - 15px);
}.statistical_details93 .pro_statistics18 div {
    padding: 1.25rem;
    min-height: 140px;
}.statistical_details93 h4 {
    margin-top: 2.5rem;
}
}

@media screen and (max-width: 576px) {.statistical_details93 {
    padding: 3.5rem 0;
}.statistical_details93 .pro_statistics18 {
    flex: 0 0 100%;
    margin-bottom: 5px;
}.statistical_details93 .pro_statistics18 div {
    padding: 1.5rem 1rem;
    min-height: auto;
}.statistical_details93 .pro_statistics18 p {
    font-size: 33px;
}.statistical_details93 h4 {
    margin-top: 2rem;
    font-size: calc(19px * 0.9);
}}.course_overview83 {
    padding: 120px 0 100px;
    z-index: 1;
    background: linear-gradient(145deg, rgb(222,221,240) 0%, rgba(245, 247, 250, 0.95) 100%);
    overflow: hidden;
    position: relative;
}.course_overview83::before {
    top: 0;
    content: "";
    width: 60%;
    background: linear-gradient(135deg, transparent 0%, rgba(rgb(190,192,220,0.5), 0.05) 100%);
    position: absolute;
    right: 0;
    transform: skewX(-15deg) translateX(10%);
    z-index: -1;
    height: 100%;
}.course_overview83::after {
    bottom: -50px;
    left: -50px;
    background: linear-gradient(225deg, rgb(190,192,220) 0%, rgb(157,163,200) 100%);
    z-index: -1;
    transform: rotate(15deg);
    position: absolute;
    opacity: 0.05;
    width: 200px;
    height: 200px;
    content: "";
}.course_overview83 .container {
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
}.course_overview83 h2 {
    transform-origin: left center;
    margin-bottom: 50px;
    color: #000000;
    font-weight: 700;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 36px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.course_overview83 h2::after {
    transform-origin: left;
    transform: scaleX(1);
    content: "";
    height: this;
    background: rgb(190,192,220);
    bottom: -10px;
    transition: transform 0.4s ease-out;
    width: 80px;
    position: absolute;
    left: 0;
}.course_overview83 h2:hover {
    transform: perspective(1000px) rotateX(2deg);
}.course_overview83 h2:hover::after {
    transform: scaleX(1.5);
}.course_overview83 .knowledge_flow48 {
    position: relative;
    display: grid;
    transform-style: preserve-3d;
    grid-template-columns: 1fr;
    gap: 40px;
}.course_overview83 .img_header74 {
    transform: perspective(1000px) rotateY(-2deg) translateZ(10px);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275),
                box-shadow 0.5s ease;
    position: relative;
    overflow: hidden;
    border: none;
    height: 350px;
    box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.2);
}.course_overview83 .img_header74::before {
    top: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 70%,
        rgba(rgba(0, 0, 0, 0.5), 0.1) 100%
    );
    content: "";
    right: 0;
    position: absolute;
    left: 0;
    transition: opacity 0.3s ease;
    bottom: 0;
}.course_overview83 .img_header74:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(20px);
    box-shadow: 0 30px 50px -15px rgba(0, 0, 0, 0.25);
}.course_overview83 .text_column_wrap43 {
    border-radius: 10px;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateY(2deg) translateZ(5px);
    background-color: #ffffff;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0 15px 35px -15px rgba(0, 0, 0, 0.15);
}.course_overview83 .text_column_wrap43::before {
    position: absolute;
    height: 0;
    top: 0;
    background: linear-gradient(to bottom, rgb(190,192,220), rgb(157,163,200));
    transition: height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    width: 5px;
    content: "";
}.course_overview83 .text_column_wrap43:hover {
    transform: perspective(1000px) rotateY(0deg) translateZ(10px);
}.course_overview83 .text_column_wrap43:hover::before {
    height: 100%;
}.course_overview83 .description {
    position: relative;
    line-height: 1.7;
    color: #000000;
    transform: translateZ(0);
    font-size: 12px;
    margin-bottom: 20px;
    transition: transform 0.4s ease;
}.course_overview83 .description:last-child {
    margin-bottom: 0;
}.course_overview83 .description::first-letter {
    font-weight: 600;
    font-size: 1.2em;
    color: rgb(190,192,220);
}.course_overview83 .description:nth-child(1) {
    animation: fadeText 0.8s ease forwards;
}.course_overview83 .description:nth-child(2) {
    opacity: 0;
    animation: fadeText 0.8s 0.3s ease forwards;
}@keyframes fadeText {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.course_overview83 .knowledge_flow48:hover .img_header74 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}.course_overview83 .knowledge_flow48:hover .text_column_wrap43 {
    transition: transform 0.8s cubic-bezier(0.19, 1, 0.22, 1);
}


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

@media (min-width: 992px) {.course_overview83 {
    padding: 180px 0 160px;
}.course_overview83 h2 {
    margin-bottom: 70px;
}.course_overview83 .knowledge_flow48 {
    gap: 80px;
}.course_overview83 .img_header74 {
    height: 600px;
}.course_overview83 .text_column_wrap43 {
    padding: 60px 50px;
}
}

@media (max-width: 767px) {.course_overview83 {
    padding: 80px 0 70px;
}.course_overview83 h2 {
    font-size: calc(36px * 0.85);
    margin-bottom: 30px;
}.course_overview83 .img_header74 {
    height: 250px;
}.course_overview83 .text_column_wrap43 {
    padding: 30px 20px;
}.course_overview83 .description {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}
}

@media (max-width: 480px) {.course_overview83 {
    padding: 60px 0 50px;
}.course_overview83 h2 {
    font-size: calc(36px * 0.75);
    margin-bottom: 25px;
}.course_overview83 .img_header74 {
    height: 200px;
}.course_overview83 .text_column_wrap43 {
    padding: 25px 15px;
}.course_overview83 .description {
    line-height: 1.5;
    font-size: calc(12px * 0.9);
}}header {
    background: rgb(222,221,240);
    width: 100%;
    overflow: visible;
    position: relative;
    z-index: 99;
}header::before {
    opacity: 0.15;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    background: linear-gradient(90deg, rgb(190,192,220,0.5) 0%, transparent 50%, rgb(190,192,220,0.5) 100%);
    top: 0;
}header .nav_sitebar17 {
    grid-template-columns: 1fr;
    padding: 20px;
    grid-template-rows: auto auto;
    position: relative;
    display: grid;
    gap: 15px;
}header .nav_sitebar17::after {
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(190,192,220,0.5), transparent);
    content: "";
    width: 100%;
    left: 0;
    top: 50%;
    height: 1px;
}header .nav_sitebar17 .main_learn14 {
    justify-self: center;
    position: relative;
    padding: 5px 20px 15px;
    z-index: 10;
}header .nav_sitebar17 .main_learn14::before,
header .nav_sitebar17 .main_learn14::after {
    border-radius: 30px;
    position: absolute;
    content: "";
    height: 90%;
    width: 90%;
}header .nav_sitebar17 .main_learn14::before {
    transition: transform 0.3s ease;
    top: -5px;
    transform-origin: top left;
    border-left: 2px solid rgb(190,192,220);
    border-top: 2px solid rgb(190,192,220);
    left: -5px;
    transform: scale(0);
}header .nav_sitebar17 .main_learn14::after {
    transition: transform 0.3s ease;
    transform-origin: bottom right;
    right: -5px;
    transform: scale(0);
    bottom: -5px;
    border-right: 2px solid rgb(157,163,200);
    border-bottom: 2px solid rgb(157,163,200);
}header .nav_sitebar17 .main_learn14:hover::before,
header .nav_sitebar17 .main_learn14:hover::after {
    transform: scale(1);
}header .nav_sitebar17 .main_learn14 .head_mainbar17 {
    display: block;
    transition: transform 0.3s ease;
}header .nav_sitebar17 .main_learn14 .head_mainbar17 svg {
    height: 60px;
    width: auto;
}header .nav_sitebar17 .header_master68 {
    list-style: none;
    margin: 0;
    padding: 20px 0 10px;
    justify-content: center;
    display: flex;
    background: linear-gradient(180deg, transparent, rgb(157,163,200) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    position: relative;
    flex-wrap: wrap;
}header .nav_sitebar17 .header_master68::before,
header .nav_sitebar17 .header_master68::after {
    top: 15%;
    background: rgb(190,192,220,0.5);
    position: absolute;
    width: 2px;
    height: 70%;
    content: "";
}header .nav_sitebar17 .header_master68::before {
    left: 0;
}header .nav_sitebar17 .header_master68::after {
    right: 0;
}header .nav_sitebar17 .header_master68 .header_lesson15 {
    padding: 0 15px;
    margin: 0;
    position: relative;
    transition: transform 0.3s ease;
}header .nav_sitebar17 .header_master68 .header_lesson15:not(:last-child)::after {
    background: rgb(157,163,200,0.5);
    width: 1px;
    top: 20%;
    right: 0;
    content: "";
    height: 60%;
    position: absolute;
}header .nav_sitebar17 .header_master68 .header_lesson15:hover {
    transform: translateY(-3px);
}header .nav_sitebar17 .header_master68 .header_lesson15 a {
    font-family: Arial, sans-serif;
    position: relative;
    font-weight: 600;
    display: block;
    padding: 10px 5px;
    transition: color 0.3s ease;
    text-decoration: none;
    text-align: center;
    color: #000000;
    font-size: 18px;
}header .nav_sitebar17 .header_master68 .header_lesson15 a:hover {
    color: rgb(190,192,220);
}header .nav_sitebar17 .header_master68 .header_lesson15 a::before {
    content: "";
    bottom: 5px;
    height: 2px;
    position: absolute;
    transition: transform 0.3s ease;
    background: rgb(157,163,200);
    left: 0;
    width: 100%;
    transform: scaleX(0);
}header .nav_sitebar17 .header_master68 .header_lesson15 a:hover::before {
    transform: scaleX(1);
}

@media (min-width: 993px) {header .nav_sitebar17 {
    grid-template-rows: auto auto;
    padding: 15px 30px;
    grid-template-columns: 1fr;
}header .nav_sitebar17 .header_master68 {
    padding: 20px 10px 10px;
}
}

@media (max-width: 992px) {header .nav_sitebar17 {
    grid-template-rows: auto auto;
    gap: 10px;
    padding: 15px;
}header .nav_sitebar17 .main_learn14 {
    padding: 5px 10px;
}header .nav_sitebar17 .main_learn14 .head_mainbar17 svg {
    height: 45px;
}header .nav_sitebar17 .header_master68 {
    padding: 15px 0 10px;
}header .nav_sitebar17 .header_master68 .header_lesson15 {
    padding: 0 10px;
}header .nav_sitebar17 .header_master68 .header_lesson15 a {
    font-size: calc(18px - 1px);
    padding: 8px 3px;
}
}

@media (max-width: 767px) {header .nav_sitebar17 .header_master68 {
    justify-content: center;
    flex-wrap: wrap;
}header .nav_sitebar17 .header_master68 .header_lesson15 {
    margin: 3px 0;
}header .nav_sitebar17 .header_master68 .header_lesson15:not(:last-child)::after {
    display: none;
}
}