* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1256px;
}a {
    color: inherit;
    text-decoration: none;
}.footer_subscribe0 {
    flex: 0 0 auto;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    min-height: 100%;
    color: #000000;
}svg {
    height: 30px;
    width: 30px;
}.main_base1 {
    flex: 1 0 auto;
}header,footer {
    width: 100%;
}.wrapper-segment9 {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.training_structure4 {
    background: rgb(231,225,233);
    overflow: hidden;
    position: relative;
    padding: 6rem 2rem;
}.training_structure4::before {
    opacity: 0.2;
    width: 100%;
    left: 0;
    height: 100%;
    content: "";
    background: linear-gradient(135deg, rgb(204,191,208,0.5) 0%, transparent 70%);
    top: 0;
    position: absolute;
    z-index: 1;
}.training_structure4::after {
    top: -50%;
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    z-index: 0;
    right: -50%;
    animation: moveGradient 20s infinite alternate ease-in-out;
    background: radial-gradient(circle, rgb(169,152,173,0.5) 0%, transparent 70%);
}.training_structure4 .learn_study6 {
    max-width: 900px;
    position: relative;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    gap: 2.5rem;
    z-index: 2;
}.training_structure4 h3 {
    border-radius: 19px;
    color: #000000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background: #ffffff;
    position: relative;
    margin: 0;
    font-weight: 700;
    animation: fadeInDown 0.8s ease-out forwards;
    text-align: center;
    font-size: 38px;
}.training_structure4 h3::before {
    width: 100%;
    pointer-events: none;
    top: 0;
    border-radius: inherit;
    z-index: -1;
    opacity: 0.5;
    content: "";
    transform: translate(8px, 8px);
    position: absolute;
    left: 0;
    border: 2px solid rgb(204,191,208,0.5);
    height: 100%;
}.training_structure4 span {
    opacity: 0;
    font-size: 13px;
    padding: 2rem;
    line-height: 1.8;
    color: #000000;
    position: relative;
    background: #ffffff;
    border-radius: 19px;
    animation: fadeInUp 0.8s 0.3s ease-out forwards;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.training_structure4 span::before {
    content: "";
    width: 100%;
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    border: 2px solid rgb(169,152,173,0.5);
    z-index: -1;
    pointer-events: none;
    position: absolute;
    border-radius: inherit;
    transform: translate(-8px, -8px);
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes moveGradient {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-20%, -20%);
    }
}

@media (max-width: 992px) {.training_structure4 {
    padding: 5rem 1.5rem;
}.training_structure4 h3 {
    font-size: calc(38px * 0.9);
    padding: 1.8rem;
}.training_structure4 span {
    padding: 1.8rem;
}.training_structure4 h3::before,
    .training_structure4 span::before {
    transform: translate(6px, 6px);
}.training_structure4 span::before {
    transform: translate(-6px, -6px);
}
}

@media (max-width: 768px) {.training_structure4 {
    padding: 4rem 1rem;
}.training_structure4 h3 {
    font-size: calc(38px * 0.8);
    padding: 1.5rem;
}.training_structure4 span {
    font-size: calc(13px * 0.95);
    padding: 1.5rem;
}.training_structure4 .learn_study6 {
    gap: 2rem;
}.training_structure4 h3::before,
    .training_structure4 span::before {
    transform: translate(4px, 4px);
}.training_structure4 span::before {
    transform: translate(-4px, -4px);
}}.reach_out1 {
    padding: 80px 0;
    position: relative;
    isolation: isolate;
}.reach_out1::before {
    z-index: -1;
    height: 100%;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
}.reach_out1 .container {
    padding: 0 15px;
    max-width: 1200px;
    margin: 0 auto;
}.reach_out1 .request_inquiry6 {
    grid-template-columns: 1fr 1.5fr;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    overflow: hidden;
    display: grid;
}.reach_out1 .support_feedback5 {
    background: rgb(204,191,208);
    padding: 50px 40px;
    position: relative;
}.reach_out1 .support_feedback5::after {
    position: absolute;
    height: 100%;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.1), transparent);
    content: '';
    right: 0;
    width: 25px;
    top: 0;
}.reach_out1 .support_feedback5 h3 {
    padding-bottom: 15px;
    font-size: 38px;
    border-bottom: 2px solid rgb(169,152,173);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 35px;
}.reach_out1 .support_feedback5 div {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    margin-bottom: 25px;
    align-items: center;
}.reach_out1 .support_feedback5 div:last-of-type {
    border-bottom: none;
}.reach_out1 .support_feedback5 div svg {
    height: 22px;
    width: 22px;
    margin-right: 15px;
}.reach_out1 .support_feedback5 div svg path {
    fill: rgb(169,152,173);
}.reach_out1 .support_feedback5 div span {
    font-size: 15px;
    color: #ffffff;
}.reach_out1 .support_feedback5 div span a {
    color: #ffffff;
    transition: color 0.3s;
    text-decoration: none;
}.reach_out1 .support_feedback5 div span a:hover {
    color: rgb(169,152,173);
}.reach_out1 .inquiry_links6 {
    background-color: rgb(231,225,233);
    padding: 50px 40px;
}.reach_out1 .inquiry_links6 h3 {
    color: rgb(204,191,208);
    font-size: 20px;
    position: relative;
    margin-bottom: 30px;
    font-weight: 600;
}.reach_out1 form {
    flex-direction: column;
    display: flex;
}.reach_out1 form input[type="text"],
.reach_out1 form input[type="email"] {
    font-size: 15px;
    padding: 15px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: border-color 0.3s, box-shadow 0.3s;
    margin-bottom: 20px;
    color: #000000;
}.reach_out1 form input[type="text"]:focus,
.reach_out1 form input[type="email"]:focus {
    box-shadow: 0 0 0 2px rgba(rgb(204,191,208), 0.1);
    outline: none;
    border-color: rgb(204,191,208);
}.reach_out1 form input::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.reach_out1 .feedback_form4 {
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
}.reach_out1 .feedback_form4 input[type="checkbox"] {
    position: relative;
    cursor: pointer;
    width: 18px;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 4px;
    appearance: none;
    border: 2px solid rgb(204,191,208);
    height: 18px;
}.reach_out1 .feedback_form4 input[type="checkbox"]:checked {
    background-color: rgb(204,191,208);
}.reach_out1 .feedback_form4 input[type="checkbox"]:checked::after {
    border: solid #ffffff;
    height: 10px;
    position: absolute;
    left: 5px;
    content: "";
    width: 5px;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    top: 1px;
}.reach_out1 .feedback_form4 label {
    line-height: 1.5;
    color: #000000;
    font-size: 14px;
}.reach_out1 .feedback_form4 label a {
    color: rgb(204,191,208);
    text-decoration: none;
    font-weight: 600;
}.reach_out1 .feedback_form4 label a:hover {
    text-decoration: underline;
}.reach_out1 form .support_box7 {
    border: none;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    padding: 15px 25px;
    transition: background-color 0.3s, transform 0.3s;
    border-radius: 10px;
    align-self: flex-start;
    cursor: pointer;
    background-color: rgb(204,191,208);
}.reach_out1 form .support_box7:hover {
    background-color: rgb(169,152,173);
    transform: translateY(-3px);
}@keyframes reveal {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.reach_out1 .support_feedback5 h3 {
    animation: reveal 0.6s ease forwards;
}.reach_out1 .support_feedback5 div {
    opacity: 0;
    animation: reveal 0.6s ease forwards;
}.reach_out1 .support_feedback5 div:nth-child(2) {
    animation-delay: 0.2s;
}.reach_out1 .support_feedback5 div:nth-child(3) {
    animation-delay: 0.4s;
}.reach_out1 .support_feedback5 div:nth-child(4) {
    animation-delay: 0.6s;
}.reach_out1 .support_feedback5 div:nth-child(5) {
    animation-delay: 0.8s;
}

@media screen and (max-width: 992px) {.reach_out1 .request_inquiry6 {
    grid-template-columns: 1fr;
}.reach_out1 .support_feedback5 {
    padding: 40px 30px;
}.reach_out1 .inquiry_links6 {
    padding: 40px 30px;
}.reach_out1 .support_feedback5::after {
    display: none;
}
}

@media screen and (max-width: 576px) {.reach_out1 {
    padding: 50px 0;
}.reach_out1 .support_feedback5,
    .reach_out1 .inquiry_links6 {
    padding: 30px 20px;
}.reach_out1 .support_feedback5 h3 {
    margin-bottom: 25px;
    font-size: calc(38px * 0.8);
}.reach_out1 form input[type="text"],
    .reach_out1 form input[type="email"] {
    padding: 12px;
}.reach_out1 form .support_box7 {
    padding: 12px;
    width: 100%;
}}.title_board8 {
    overflow: hidden;
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #000000, #1a2a3d);
    display: flex;
    position: relative;
}.title_board8::before {
    left: 0;
    background: linear-gradient(135deg, rgba(0,0,0,0.7), rgba(94,170,168,0.1));
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    right: 0;
    content: "";
    z-index: 1;
    top: 0;
    bottom: 0;
    position: absolute;
}.title_board8::after {
    height: 100%;
    position: absolute;
    background: radial-gradient(circle at 30% 70%, rgba(94,170,168,0.2), transparent 60%);
    width: 100%;
    content: "";
    z-index: 2;
    animation: pulsate 8s infinite alternate ease-in-out;
}.title_board8 .image_item8 {
    filter: saturate(0.8) contrast(1.2);
    left: 0;
    transform: scale(1.05);
    animation: slowZoom 20s infinite alternate ease-in-out;
    width: 100%;
    z-index: 0;
    position: absolute;
    height: 100%;
    top: 0;
}.title_board8 .image_item8::before {
    width: 100%;
    backdrop-filter: blur(2px);
    position: absolute;
    content: "";
    z-index: 1;
    height: 100%;
    top: 0;
    left: 0;
}.title_board8 .learn_study6 {
    padding: 2rem;
    animation: slideUp 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    transform: translateY(0);
    z-index: 3;
    position: relative;
}.title_board8 h1 {
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0,0,0,0.3);
    color: #ffffff;
    animation: fadeInRight 0.8s 0.3s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-20px);
    font-size: 42px;
    position: relative;
    margin-bottom: 2rem;
    opacity: 0;
}.title_board8 h1::after {
    bottom: -10px;
    position: absolute;
    transform: scaleX(0);
    width: 80px;
    content: "";
    animation: scaleWidth 0.8s 0.9s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    left: 0;
    background: rgb(204,191,208);
    height: 4px;
    transform-origin: left;
}.title_board8 .text_capsule2 {
    background: rgba(255,255,255,0.08);
    padding: 2.5rem;
    max-width: 580px;
    transition: transform 0.5s ease;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-left: 4px solid rgb(204,191,208);
    backdrop-filter: blur(10px);
    transform: perspective(1000px) rotateY(-3deg);
}.title_board8 .text_capsule2:hover {
    transform: perspective(1000px) rotateY(0deg);
}.title_board8 .text_capsule2 p {
    font-size: calc(14px * 1.1);
    animation: fadeInUp 0.8s 0.6s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    margin-bottom: 2rem;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0;
    transform: translateY(20px);
}.title_board8 .learn_begin1 {
    animation: fadeInScale 0.8s 0.9s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: scale(0.9);
    display: flex;
    opacity: 0;
    margin: 2rem 0;
    justify-content: center;
}.title_board8 svg {
    width: 100px;
    transition: transform 0.4s ease, filter 0.4s ease;
    filter: drop-shadow(0 5px 15px rgba(94,170,168,0.3));
    height: 100px;
}.title_board8 svg:hover {
    filter: drop-shadow(0 10px 20px rgba(94,170,168,0.5));
    transform: translateY(-5px) scale(1.05);
}.title_board8 svg path {
    transition: fill 0.4s ease;
    fill: rgb(94,170,168);
}.title_board8 svg:hover path {
    fill: rgb(114,190,188);
}.title_board8 svg text {
    fill: rgb(94,170,168);
    transition: fill 0.4s ease;
    font-family: Arial, sans-serif;
}.title_board8 svg:hover text {
    fill: rgb(114,190,188);
    animation: pulse 1.5s infinite alternate;
}.title_board8 h6 {
    opacity: 0;
    animation: fadeInUp 0.8s 1.2s forwards cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateY(20px);
    margin-top: 2rem;
}.title_board8 .support_box7 {
    box-shadow: 0 8px 20px rgba(94,170,168,0.3);
    position: relative;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.5px;
    color: #ffffff;
    padding: 0.9em 2.5em;
    background: linear-gradient(135deg, rgb(204,191,208), rgb(64,140,138));
    font-size: 18px;
    overflow: hidden;
    transition: all 0.4s ease;
    border: none;
    transform: translateZ(0);
}.title_board8 .support_box7::before {
    position: absolute;
    top: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    height: 100%;
    left: -100%;
    width: 100%;
    content: "";
    transition: left 0.7s ease;
}.title_board8 .support_box7:hover {
    box-shadow: 0 12px 25px rgba(94,170,168,0.4);
    transform: translateY(-3px);
}.title_board8 .support_box7:hover::before {
    left: 100%;
}

@keyframes fadeInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

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

@keyframes fadeInScale {
    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scaleWidth {
    to {
        transform: scaleX(1);
    }
}

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

@keyframes pulse {
    from {
        opacity: 0.9;
    }
    to {
        opacity: 1;
    }
}

@keyframes pulsate {
    0% {
        opacity: 0.4;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 0.4;
    }
}

@keyframes slowZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@media (max-width: 991px) {.title_board8 .learn_study6 {
    padding: 1.5rem;
}.title_board8 h1 {
    font-size: calc(42px * 0.9);
    margin-bottom: 1.5rem;
}.title_board8 .text_capsule2 {
    max-width: 500px;
    padding: 2rem;
}.title_board8 svg {
    height: 85px;
    width: 85px;
}
}

@media (max-width: 767px) {.title_board8::before {
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%);
}.title_board8 .learn_study6 {
    padding: 1.25rem;
}.title_board8 h1 {
    margin-bottom: 1.25rem;
    font-size: calc(42px * 0.8);
}.title_board8 .text_capsule2 {
    padding: 1.75rem;
    transform: perspective(1000px) rotateY(-2deg);
}.title_board8 .text_capsule2 p {
    margin-bottom: 1.5rem;
    font-size: 14px;
}.title_board8 svg {
    height: 70px;
    width: 70px;
}.title_board8 .support_box7 {
    padding: 0.8em 2em;
}
}

@media (max-width: 575px) {.title_board8 .learn_study6 {
    padding: 1rem;
}.title_board8 h1 {
    margin-bottom: 1rem;
    font-size: calc(42px * 0.7);
}.title_board8 h1::after {
    width: 60px;
    height: 3px;
}.title_board8 .text_capsule2 {
    transform: perspective(1000px) rotateY(-1deg);
    padding: 1.5rem;
    border-left-width: 3px;
}.title_board8 .text_capsule2 p {
    font-size: calc(14px * 0.9);
    margin-bottom: 1.25rem;
}.title_board8 .learn_begin1 {
    margin: 1.5rem 0;
}.title_board8 svg {
    width: 60px;
    height: 60px;
}.title_board8 h6 {
    margin-top: 1.5rem;
}.title_board8 .support_box7 {
    padding: 0.7em 1.8em;
    font-size: calc(18px * 0.9);
}}.footer_subscribe0 {
    padding: 0;
    position: relative;
    font-family: Arial, sans-serif;
    color: #ffffff;
    background-color: rgb(169,152,173);
}.footer_subscribe0 .container {
    z-index: 2;
    position: relative;
}.footer_subscribe0 .discord_cta2 {
    display: flex;
    flex-direction: column;
}.footer_subscribe0 .connect_today2 {
    background-color: rgb(204,191,208);
    z-index: 3;
    display: grid;
    padding: 3rem 1.5rem 5rem;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    position: relative;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: -2rem;
}.footer_subscribe0 .connect_today2::before {
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: -1;
    background: repeating-linear-gradient(
        -45deg,
        transparent,
        transparent 10px,
        rgba(255, 255, 255, 0.03) 10px,
        rgba(255, 255, 255, 0.03) 20px
    );
    content: '';
}.footer_subscribe0 .info_item {
    position: relative;
    transition: transform 0.3s ease;
    padding: 0.5rem 1rem;
}.footer_subscribe0 .info_item:hover {
    transform: translateX(10px);
}.footer_subscribe0 .info_item p,
.footer_subscribe0 .info_item a {
    gap: 0.75rem;
    transition: all 0.3s ease;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    font-size: 17px;
}.footer_subscribe0 .info_item svg {
    width: 20px;
    fill: #ffffff;
    height: 20px;
    transition: transform 0.3s ease;
}.footer_subscribe0 .info_item:hover svg {
    transform: scale(1.2);
}.footer_subscribe0 .text_main_holder {
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 0;
    z-index: 2;
    display: grid;
    position: relative;
}.footer_subscribe0 .top_study7 {
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
    background-color: rgb(169,152,173);
    position: relative;
    display: flex;
    z-index: 4;
    padding: 4rem 2rem 3rem;
    gap: 1.5rem;
    flex-direction: column;
}.footer_subscribe0 .top_study7 svg {
    transition: all 0.3s ease;
    max-width: 150px;
    height: auto;
    filter: brightness(0) invert(1);
}.footer_subscribe0 .top_study7:hover svg {
    transform: scale(1.05);
}.footer_subscribe0 .help_center1 {
    opacity: 0.9;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
}.footer_subscribe0 .head_pagewrap4 {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 5rem 2rem 3rem;
    z-index: 2;
    gap: 2rem;
    clip-path: polygon(0 5%, 100% 0, 100% 95%, 0 100%);
    background-color: #000000;
}.footer_subscribe0 .head_pagewrap4::before {
    width: 100%;
    z-index: -1;
    left: 0;
    position: absolute;
    content: '';
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    height: 100%;
    top: 0;
}.footer_subscribe0 .head_pagewrap4 h5 {
    margin-bottom: 1.5rem;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    font-size: 21px;
    position: relative;
}.footer_subscribe0 .head_pagewrap4 h5::after {
    content: '';
    background-color: rgb(204,191,208);
    width: 40px;
    position: absolute;
    height: 3px;
    left: 0;
    bottom: -0.5rem;
}.footer_subscribe0 .head_page6 {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
    gap: 1rem;
}.footer_subscribe0 .head_page6:not(:last-child) {
    margin-bottom: 1rem;
}.footer_subscribe0 .head_page6 a {
    text-decoration: none;
    padding: 0.5rem 0;
    opacity: 0.8;
    font-size: 17px;
    transition: all 0.3s ease;
    position: relative;
    color: #ffffff;
}.footer_subscribe0 .head_page6 a::before {
    height: 2px;
    content: '';
    width: 0;
    bottom: 0;
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    background-color: rgb(204,191,208);
}.footer_subscribe0 .head_page6 a:hover {
    padding-left: 10px;
    opacity: 1;
}.footer_subscribe0 .head_page6 a:hover::before {
    width: 30px;
}.footer_subscribe0 .subscribe_holder {
    position: relative;
    flex-direction: column;
    gap: 1.5rem;
    padding: 4rem 2rem 3rem;
    display: flex;
    z-index: 3;
    background-color: rgb(169,152,173);
}.footer_subscribe0 .subscribe_holder::before {
    top: 0;
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgba(0, 0, 0, 0.05) 10px,
        rgba(0, 0, 0, 0.05) 20px
    );
    z-index: -1;
    position: absolute;
    height: 100%;
    content: '';
    left: 0;
    width: 100%;
}.footer_subscribe0 .subscribe_holder h5 {
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 21px;
}.footer_subscribe0 .subscribe_holder p {
    line-height: 1.6;
    margin-bottom: 1rem;
    font-size: 17px;
    opacity: 0.9;
    color: #ffffff;
}.footer_subscribe0 .input_holder {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}.footer_subscribe0 .input_holder input[type="email"] {
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    padding: 1rem 1.25rem;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
}.footer_subscribe0 .input_holder input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.3);
    outline: none;
    background-color: rgba(255, 255, 255, 0.2);
}.footer_subscribe0 .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}.footer_subscribe0 .email_input_box1 {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.3s ease;
    font-weight: 600;
    border: none;
    background-color: rgb(204,191,208);
    color: #ffffff;
    border-radius: 10px;
    font-size: 17px;
    padding: 1rem 1.25rem;
}.footer_subscribe0 .email_input_box1::before {
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transition: left 0.5s ease;
    left: -100%;
    content: '';
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
}.footer_subscribe0 .email_input_box1:hover {
    background-color: rgb(204,191,208,0.5);
}.footer_subscribe0 .email_input_box1:hover::before {
    left: 100%;
}.footer_subscribe0 .chrome_ext1 {
    z-index: 1;
    position: relative;
    padding: 6rem 0 2rem;
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    margin-top: 0;
    background-color: rgb(169,152,173);
}.footer_subscribe0 .chrome_ext1::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, transparent 70%);
    width: 100%;
    left: 0;
}.footer_subscribe0 .report_abuse1 {
    color: #ffffff;
    font-size: 14px;
    opacity: 0.7;
}

@media (max-width: 1200px) {.footer_subscribe0 .connect_today2 {
    gap: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
}.footer_subscribe0 .text_main_holder {
    grid-template-columns: 1fr 1.5fr;
}.footer_subscribe0 .subscribe_holder {
    grid-column: 1 / -1;
}
}

@media (max-width: 991px) {.footer_subscribe0 .text_main_holder {
    grid-template-columns: 1fr;
}.footer_subscribe0 .top_study7,
    .footer_subscribe0 .head_pagewrap4,
    .footer_subscribe0 .subscribe_holder {
    clip-path: none;
}.footer_subscribe0 .head_pagewrap4 {
    padding: 3rem 2rem;
}.footer_subscribe0 .top_study7 {
    text-align: center;
    padding: 3rem 2rem;
    align-items: center;
}.footer_subscribe0 .subscribe_holder {
    padding: 3rem 2rem;
}.footer_subscribe0 .chrome_ext1 {
    padding: 3rem 0 2rem;
    clip-path: none;
}
}

@media (max-width: 768px) {.footer_subscribe0 .connect_today2 {
    margin-bottom: 0;
    clip-path: none;
    grid-template-columns: 1fr;
    padding: 2.5rem 1.5rem 3rem;
}.footer_subscribe0 .head_page6 {
    grid-template-columns: 1fr;
}.footer_subscribe0 .head_pagewrap4 h5,
    .footer_subscribe0 .subscribe_holder h5 {
    text-align: center;
    display: block;
}.footer_subscribe0 .head_pagewrap4 h5::after {
    transform: translateX(-50%);
    left: 50%;
}.footer_subscribe0 .subscribe_holder p {
    text-align: center;
}
}

@media (max-width: 576px) {.footer_subscribe0 .top_study7,
    .footer_subscribe0 .head_pagewrap4,
    .footer_subscribe0 .subscribe_holder {
    padding: 2.5rem 1.5rem;
}.footer_subscribe0 .chrome_ext1 {
    padding: 2.5rem 0 1.5rem;
}.footer_subscribe0 .info_item {
    padding: 0.5rem 0;
}.footer_subscribe0 .info_item p,
    .footer_subscribe0 .info_item a {
    justify-content: center;
}}.access_now8 {
    background: rgb(231,225,233);
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.access_now8::before {
    opacity: 0.04;
    position: absolute;
    content: '';
    z-index: 1;
    width: 100%;
    left: 0;
    height: 100%;
    top: 0;
    background: 
        linear-gradient(90deg, #000000 1px, transparent 1px) 0 0 / 40px 100%,
        linear-gradient(0deg, #000000 1px, transparent 1px) 0 0 / 100% 40px;
}.access_now8 .learn_study6 {
    grid-template-columns: 1fr 1fr;
    display: grid;
    z-index: 10;
    padding-left: 50px;
    position: relative;
    gap: 50px;
    border-left: 4px solid rgb(204,191,208);
}.access_now8 .container p {
    grid-column: 1 / -1;
    color: #000000;
    font-size: 29px;
    z-index: 5;
    font-weight: 700;
    margin: 0;
    position: relative;
    line-height: 1.4;
}.access_now8 .support_box7 {
    transition: all 0.3s ease;
    z-index: 5;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 14px;
    background: rgb(231,225,233);
    position: relative;
    box-shadow: 5px 5px 0 rgb(204,191,208);
    color: #ffffff;
    letter-spacing: 1px;
    padding: 20px 40px;
    font-size: 16px;
    overflow: hidden;
    grid-column: 1 / 2;
}.access_now8 .support_box7::before {
    left: -100%;
    transition: 0.5s;
    width: 100%;
    background: linear-gradient(
        90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2),
        transparent
    );
    height: 100%;
    top: 0;
    position: absolute;
    content: '';
}.access_now8 .support_box7:hover {
    box-shadow: 0 0 0 rgb(204,191,208);
    transform: translate(5px, 5px);
}.access_now8 .support_box7:hover::before {
    left: 100%;
}.access_now8 .learn_study6::before {
    width: 350px;
    opacity: 0.3;
    height: 350px;
    right: -175px;
    content: '';
    position: absolute;
    top: -175px;
    border-radius: 50%;
    border: 2px solid rgb(204,191,208,0.5);
    z-index: -1;
}.access_now8 .learn_study6::after {
    content: '';
    bottom: -100px;
    opacity: 0.3;
    border: 2px solid rgb(169,152,173,0.5);
    height: 200px;
    z-index: -1;
    right: -50px;
    border-radius: 50%;
    position: absolute;
    width: 200px;
}.access_now8::after {
    top: 0;
    opacity: 0.05;
    left: 0;
    width: 100%;
    z-index: 1;
    background: linear-gradient(135deg, transparent 0%, rgb(204,191,208,0.5) 100%);
    content: '';
    height: 100%;
    position: absolute;
}

@media (max-width: 991px) {.access_now8 {
    padding: 80px 0;
}.access_now8 .learn_study6 {
    padding-left: 30px;
    gap: 40px;
}.access_now8 .container p {
    font-size: calc(19px * 1.2);
}.access_now8 .support_box7 {
    padding: 18px 36px;
}
}

@media (max-width: 767px) {.access_now8 {
    padding: 60px 0;
}.access_now8 .learn_study6 {
    grid-template-columns: 1fr;
    padding-left: 20px;
    gap: 30px;
}.access_now8 .container p {
    font-size: 19px;
}.access_now8 .support_box7 {
    padding: 15px 30px;
    grid-column: 1;
}
}

@media (max-width: 480px) {.access_now8 {
    padding: 40px 0;
}.access_now8 .learn_study6 {
    padding-left: 15px;
    border-left-width: 3px;
    gap: 20px;
}.access_now8 .container p {
    font-size: calc(16px * 1.2);
}.access_now8 .support_box7 {
    font-size: calc(16px * 0.9);
    padding: 12px 25px;
}}.teaching_experience1 {
    padding: 120px 0;
    overflow: hidden;
    background: linear-gradient(170deg, rgb(231,225,233) 0%, rgb(204,191,208,0.5) 100%);
    position: relative;
}.teaching_experience1::before {
    top: 0;
    position: absolute;
    content: "";
    width: 100%;
    opacity: 0.04;
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgb(204,191,208,0.5) 20px,
            rgb(204,191,208,0.5) 21px
        );
    height: 100%;
}.teaching_experience1::after {
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(204,191,208,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(169,152,173,0.5) 0%, transparent 40%);
    opacity: 0.3;
    filter: blur(80px);
    width: 100%;
}.teaching_experience1 .container {
    max-width: 1200px;
    z-index: 2;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}.teaching_experience1 .success_stories1 {
    position: relative;
    max-width: 1000px;
    flex-direction: column;
    margin: 0 auto;
    display: flex;
    align-items: center;
}.teaching_experience1 .success_stories1::before {
    border: 1px solid rgb(204,191,208,0.5);
    position: absolute;
    opacity: 0.2;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 500px;
    content: "";
    top: 50%;
    border-radius: 50%;
    animation: orbit 20s linear infinite;
}.teaching_experience1 .success_stories1::after {
    content: "";
    top: 50%;
    animation: orbit 15s linear infinite reverse;
    height: 400px;
    border-radius: 50%;
    border: 1px dashed rgb(169,152,173,0.5);
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0.15;
    left: 50%;
    width: 400px;
}@keyframes orbit {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.teaching_experience1 .image_item8 {
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 0 0 10px rgba(255, 255, 255, 0.1),
        0 0 0 20px rgba(255, 255, 255, 0.05);
    z-index: 5;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: 240px;
    border-radius: 50%;
    margin-bottom: 30px;
    position: relative;
    height: 240px;
}.teaching_experience1 .image_item8::before {
    content: "";
    background: conic-gradient(
        from 0deg,
        transparent 0deg, 
        rgb(204,191,208,0.5) 90deg,
        transparent 180deg,
        rgb(169,152,173,0.5) 270deg,
        transparent 360deg
    );
    opacity: 0.4;
    animation: spin 12s linear infinite;
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    inset: -30px;
}.teaching_experience1 .image_item8::after {
    z-index: 2;
    position: absolute;
    background: 
        radial-gradient(
            circle at 30% 30%,
            rgba(255, 255, 255, 0.3) 0%,
            transparent 50%
        );
    content: "";
    inset: 0;
    border-radius: 50%;
}@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.teaching_experience1 .name {
    color: #000000;
    transition: all 0.3s ease;
    z-index: 3;
    text-fill-color: transparent;
    background-clip: text !important;
    text-align: center;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    background: linear-gradient(
        to right,
        #000000 0%,
        rgb(204,191,208) 100%
    );
    position: relative;
    -webkit-background-clip: text !important;
    font-size: 40px;
    margin-bottom: 15px;
}.teaching_experience1 .name::after {
    background: linear-gradient(
        to right,
        rgb(204,191,208) 0%,
        rgb(169,152,173) 100%
    );
    transform: translateX(-50%);
    width: 0;
    bottom: -8px;
    left: 50%;
    position: absolute;
    transition: width 0.4s ease;
    height: 2px;
    content: "";
}.teaching_experience1 .success_stories1:hover .name::after {
    width: 80px;
}.teaching_experience1 .success_stories1 span:not(.name) {
    margin-bottom: 30px;
    z-index: 3;
    backdrop-filter: blur(5px);
    font-size: 18px;
    background: rgba(255, 255, 255, 0.1);
    opacity: 0.9;
    color: rgb(169,152,173);
    text-transform: uppercase;
    transition: all 0.3s ease;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 8px 20px;
    position: relative;
    font-weight: 600;
    letter-spacing: 2px;
}.teaching_experience1 .success_stories1:hover span:not(.name) {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}.teaching_experience1 .experience_data7 {
    z-index: 3;
    text-align: center;
    padding: 35px 45px;
    line-height: 1.8;
    border-radius: 18px;
    position: relative;
    color: #000000;
    background: #ffffff;
    font-size: 16px;
    margin: 0;
    max-width: 650px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(0, 0, 0, 0.02);
}.teaching_experience1 .experience_data7::before,
.teaching_experience1 .experience_data7::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
}.teaching_experience1 .experience_data7::before {
    border-left: 2px solid rgb(204,191,208);
    top: 25px;
    left: 25px;
    border-top: 2px solid rgb(204,191,208);
}.teaching_experience1 .experience_data7::after {
    right: 25px;
    bottom: 25px;
    border-right: 2px solid rgb(169,152,173);
    border-bottom: 2px solid rgb(169,152,173);
}.teaching_experience1 .success_stories1:hover .image_item8 {
    transform: scale(1.05);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.15),
        0 0 0 15px rgba(255, 255, 255, 0.2),
        0 0 0 30px rgba(255, 255, 255, 0.05);
}

@media (max-width: 991px) {.teaching_experience1 {
    padding: 90px 0;
}.teaching_experience1 .image_item8 {
    height: 200px;
    margin-bottom: 25px;
    width: 200px;
}.teaching_experience1 .success_stories1::before {
    width: 400px;
    height: 400px;
}.teaching_experience1 .success_stories1::after {
    width: 320px;
    height: 320px;
}.teaching_experience1 .name {
    font-size: calc(40px * 0.9);
}.teaching_experience1 .experience_data7 {
    max-width: 600px;
    padding: 30px 35px;
}
}

@media (max-width: 767px) {.teaching_experience1 {
    padding: 70px 0;
}.teaching_experience1 .image_item8 {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}.teaching_experience1 .success_stories1::before {
    width: 320px;
    height: 320px;
}.teaching_experience1 .success_stories1::after {
    width: 260px;
    height: 260px;
}.teaching_experience1 .name {
    font-size: calc(40px * 0.8);
}.teaching_experience1 .success_stories1 span:not(.name) {
    padding: 6px 16px;
    margin-bottom: 25px;
    font-size: calc(18px * 0.95);
}.teaching_experience1 .experience_data7 {
    max-width: 100%;
    font-size: calc(16px * 0.95);
    padding: 25px 30px;
}.teaching_experience1 .experience_data7::before,
    .teaching_experience1 .experience_data7::after {
    height: 8px;
    width: 8px;
}.teaching_experience1 .experience_data7::before {
    top: 20px;
    left: 20px;
}.teaching_experience1 .experience_data7::after {
    right: 20px;
    bottom: 20px;
}
}

@media (max-width: 575px) {.teaching_experience1 {
    padding: 50px 0;
}.teaching_experience1 .image_item8 {
    margin-bottom: 18px;
    height: 150px;
    width: 150px;
}.teaching_experience1 .success_stories1::before {
    height: 260px;
    width: 260px;
}.teaching_experience1 .success_stories1::after {
    height: 200px;
    width: 200px;
}.teaching_experience1 .name {
    font-size: calc(40px * 0.7);
}.teaching_experience1 .success_stories1 span:not(.name) {
    font-size: calc(18px * 0.9);
    letter-spacing: 1px;
    padding: 5px 12px;
    margin-bottom: 20px;
}.teaching_experience1 .experience_data7 {
    font-size: calc(16px * 0.9);
    padding: 20px 25px;
}.teaching_experience1 .experience_data7::before,
    .teaching_experience1 .experience_data7::after {
    width: 6px;
    height: 6px;
}.teaching_experience1 .experience_data7::before {
    top: 15px;
    left: 15px;
}.teaching_experience1 .experience_data7::after {
    bottom: 15px;
    right: 15px;
}}.course_structure8 {
    position: relative;
    background: linear-gradient(150deg, rgb(204,191,208,0.5) 0%, rgb(231,225,233) 50%, rgb(169,152,173,0.5) 100%);
    padding: 7rem 0;
    overflow: hidden;
}.course_structure8::before {
    width: 150%;
    animation: pulseBackground 20s ease-in-out infinite alternate;
    transform-origin: center;
    top: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(204,191,208,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(169,152,173,0.5) 0%, transparent 50%);
    position: absolute;
    opacity: 0.6;
    content: "";
    left: -25%;
    height: 150%;
    z-index: 0;
    filter: blur(60px);
}.course_structure8::after {
    background-image: 
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    position: absolute;
    z-index: 1;
    content: "";
    top: 0;
    left: 0;
    animation: gridMove 30s linear infinite;
    height: 100%;
    width: 100%;
}.course_structure8 .container {
    z-index: 2;
    position: relative;
}.course_structure8 .learn_study6 {
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
    gap: 15px;
    grid-template-columns: repeat(12, 1fr);
    min-height: 550px;
    display: grid;
}.course_structure8 .knowledge_map8 {
    transform: translateZ(0);
    border-radius: 13px;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.07);
    grid-column: 1 / 8;
    padding: 2.5rem;
    backdrop-filter: blur(10px);
    z-index: 5;
    grid-row: 3 / 11;
}.course_structure8 .knowledge_map8::before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    background: 
        radial-gradient(circle at 90% 10%, rgb(204,191,208,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(169,152,173,0.5) 0%, transparent 80%);
    z-index: -1;
    height: 100%;
    opacity: 0.15;
    border-radius: 13px;
    left: 0;
}.course_structure8 .knowledge_map8::after {
    transform: translateX(-50%);
    background: linear-gradient(to right, rgb(204,191,208) 0%, transparent 100%);
    height: 1px;
    width: 80%;
    left: 50%;
    content: "";
    bottom: -10px;
    position: absolute;
    filter: blur(1px);
}.course_structure8 .top_study7 {
    margin-bottom: 1.5rem;
    transition: all 0.5s ease;
    height: 110px;
    width: 110px;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform-style: preserve-3d;
}.course_structure8 .top_study7::before {
    background: conic-gradient(
        from 0deg, 
        rgb(204,191,208) 0%, 
        rgb(169,152,173) 50%, 
        rgb(204,191,208) 100%
    );
    z-index: -1;
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    animation: rotateConic 10s linear infinite;
    inset: -4px;
    position: absolute;
    content: "";
}.course_structure8 .top_study7::after {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    background: rgb(231,225,233);
    z-index: -1;
    position: absolute;
    inset: 6px;
    content: "";
}.course_structure8 .top_study7 svg {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 1;
    width: 60px;
    top: 50%;
    filter: drop-shadow(0 0 10px rgb(204,191,208,0.5));
    animation: floatLogo 6s ease-in-out infinite;
    height: 60px;
}.course_structure8 .top_study7 svg path {
    fill: rgb(204,191,208);
    transition: fill 0.3s ease;
}.course_structure8 h3 {
    line-height: 1.3;
    color: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    text-shadow: 0 0 20px rgb(204,191,208,0.5);
    font-weight: 700;
    margin-bottom: 1.5rem;
    position: relative;
    padding-right: 2rem;
    font-size: 33px;
    transform-origin: left bottom;
}.course_structure8 h3::before {
    position: absolute;
    height: 3px;
    transform-origin: left;
    bottom: -8px;
    background: rgb(204,191,208);
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    width: 60px;
    content: "";
    left: 0;
}.course_structure8 p {
    transform-origin: left bottom;
    line-height: 1.8;
    position: relative;
    max-width: 100%;
    transform: perspective(1000px) rotateX(1deg);
    margin-bottom: 0;
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 15px;
}.course_structure8 .image_item8 {
    height: 500px;
    grid-column: 5 / 13;
    grid-row: 1 / 13;
    position: relative;
    z-index: 4;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    animation: morphShape 20s ease-in-out infinite alternate;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    overflow: hidden;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
}.course_structure8 .image_item8::before {
    opacity: 0.6;
    position: absolute;
    inset: 0;
    content: "";
    background: 
        linear-gradient(135deg, transparent 0%, rgb(204,191,208,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(169,152,173,0.5) 0%, transparent 70%);
    z-index: 1;
    mix-blend-mode: overlay;
}.course_structure8 .image_item8::after {
    content: "";
    z-index: 1;
    opacity: 0.2;
    animation: pulseOverlay 15s ease-in-out infinite;
    mix-blend-mode: multiply;
    height: 150%;
    left: -25%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(231,225,233) 100%
    );
    top: -25%;
    width: 150%;
    position: absolute;
}.course_structure8 .learn_study6:hover .image_item8 {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
}.course_structure8 .learn_study6:hover .knowledge_map8 {
    box-shadow: 
        0 25px 35px rgba(0, 0, 0, 0.08),
        0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(20px) translateX(10px);
}.course_structure8 .learn_study6:hover .top_study7 {
    transform: rotate(5deg) scale(1.05);
}.course_structure8 .learn_study6:hover .top_study7 svg path {
    fill: rgb(169,152,173);
}

@keyframes pulseBackground {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.05);
    }
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 40px 40px;
    }
}

@keyframes rotateConic {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes floatLogo {
    0%, 100% {
        transform: translate(-50%, -50%);
    }
    50% {
        transform: translate(-50%, -55%);
    }
}

@keyframes lineExpand {
    0% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes morphShape {
    0% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
    25% {
        border-radius: 40% 60% 70% 30% / 40% 40% 60% 60%;
    }
    50% {
        border-radius: 60% 40% 40% 60% / 50% 60% 40% 50%;
    }
    75% {
        border-radius: 40% 60% 30% 70% / 60% 30% 70% 40%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

@keyframes pulseOverlay {
    0%, 100% {
        opacity: 0.2;
        transform: scale(1);
    }
    50% {
        opacity: 0.3;
        transform: scale(1.1);
    }
}

@media (max-width: 1200px) {.course_structure8 .learn_study6 {
    min-height: 500px;
}.course_structure8 .knowledge_map8 {
    grid-column: 1 / 8;
    padding: 2.2rem;
}.course_structure8 h3 {
    font-size: calc(33px * 0.9);
}.course_structure8 .top_study7 {
    height: 100px;
    width: 100px;
}.course_structure8 .top_study7 svg {
    height: 55px;
    width: 55px;
}
}

@media (max-width: 992px) {.course_structure8 {
    padding: 5rem 0;
}.course_structure8 .learn_study6 {
    grid-template-rows: auto auto;
    min-height: auto;
    gap: 10px;
    grid-template-columns: 1fr;
}.course_structure8 .knowledge_map8 {
    margin-top: -80px;
    padding: 2.5rem;
    grid-row: 2 / 3;
    z-index: 5;
    grid-column: 1 / -1;
}.course_structure8 .image_item8 {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
}.course_structure8 .top_study7 {
    margin-left: auto;
    margin-right: auto;
}.course_structure8 h3 {
    padding-right: 0;
    text-align: center;
}.course_structure8 h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.course_structure8 p {
    text-align: center;
}.course_structure8 .learn_study6:hover .image_item8 {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_structure8 .learn_study6:hover .knowledge_map8 {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course_structure8 {
    padding: 4rem 0;
}.course_structure8 .image_item8 {
    height: 300px;
}.course_structure8 .knowledge_map8 {
    margin-top: -60px;
    padding: 2rem;
}.course_structure8 .top_study7 {
    margin-bottom: 1.3rem;
    height: 90px;
    width: 90px;
}.course_structure8 .top_study7 svg {
    height: 50px;
    width: 50px;
}.course_structure8 h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.3rem;
}.course_structure8 p {
    font-size: calc(15px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_structure8 {
    padding: 3rem 0;
}.course_structure8 .image_item8 {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.course_structure8 .knowledge_map8 {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.course_structure8 .top_study7 {
    height: 80px;
    width: 80px;
    margin-bottom: 1.2rem;
}.course_structure8 .top_study7 svg {
    height: 45px;
    width: 45px;
}.course_structure8 h3 {
    margin-bottom: 1.2rem;
    font-size: calc(33px * 0.7);
}.course_structure8 h3::before {
    height: 2px;
    width: 50px;
}.course_structure8 p {
    font-size: calc(15px * 0.9);
    line-height: 1.6;
}}.privacy_cabinet6 {
    width: 100%;
    overflow: hidden;
    padding: 30px;
    height: 100%;
}.privacy_cabinet6 h1 {
    margin-bottom: 20px;
    margin-top: 30px;
}.privacy_cabinet6 h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}.privacy_cabinet6 h3, .privacy_cabinet6 h4, .privacy_cabinet6 h5, .privacy_cabinet6 h6 {
    margin-top: 20px;
    font-size: 1.2em;
    margin-bottom: 10px;
}.privacy_cabinet6 ul, .privacy_cabinet6 ol {
    padding: 10px 0;
    padding-left: 0;
    list-style-position: inside;
}.privacy_cabinet6 li {
    margin-bottom: 10px;
}.privacy_cabinet6 section {
    background: none;
}.privacy_cabinet6 p, .privacy_cabinet6 span, .privacy_cabinet6 div {
    line-height: 20px;
    margin-bottom: 5px;
}
@media only screen and (max-width: 800px) {.privacy_cabinet6 {
    padding: 20px 0;
}}.cookie_notice_banner6 {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 90;
    border-top: 2px solid rgb(204,191,208);
    background: rgb(231,225,233);
}.cookie_control4 {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}#cookieSettingsPanel8 {
    display: none;
}#cookieSettingsPanel8:checked ~ .cookie_notice_banner6 {
    visibility: hidden;
    opacity: 0;
}.cookie_notice_banner6 h5 {
    font-size: 22px;
    margin-bottom: 6px;
}.cookie_notice_banner6 p {
    font-size: 18px;
}.privacy_notify4 {
    margin-right: 10px;
    flex-shrink: 0;
}.privacy_notify4 svg, .privacy_notify4 svg path, .privacy_notify4 img {
    width: 100px;
    fill: rgb(204,191,208);
    height: 100px;
}.cookie_controls0 {
    color: rgb(204,191,208);
    margin-left: 10px;
    border-bottom: 2px solid rgb(204,191,208);
    flex-shrink: 0;
    cursor: pointer;
    font-size: 24px;
    white-space: nowrap;
    text-decoration: none;
    line-height: 35px;
    text-align: center;
    min-width: 120px;
}.cookie_notice_banner6 p a {
    color: rgb(204,191,208);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_notice_banner6 {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.privacy_notify4 {
    display: none;
}.cookie_control4 {
    justify-content: center;
    flex-direction: column;
    align-items: center;
}.cookie_notice_banner6 h5 {
    text-align: center;
}.cookie_notice_banner6 p {
    text-align: center;
}.cookie_menu6 {
    margin-bottom: 20px;
}body .wrapper-segment9 .cookie_controls0 {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-segment9 .cookie_notice_banner6 {
    background: #ffffff;
    box-shadow: rgb(204,191,208,0.5) 0px 0px 40px 39px;
    border: none;
}.wrapper-segment9 .cookie_controls0 {
    padding: 10px;
    background: rgb(204,191,208);
    font-weight: 400;
    font-size: 20px;
    color: #ffffff;
    margin-left: 30px;
    border: none;
}.wrapper-segment9 .privacy_notify4 {
    border-radius: 50%;
    width: 80px;
    align-items: center;
    display: flex;
    background:rgb(204,191,208);
    justify-content: center;
    height: 80px;
}.wrapper-segment9 .privacy_notify4 svg, .wrapper-segment9 .privacy_notify4 svg path, .wrapper-segment9 .privacy_notify4 img {
    fill:#000000;
    height: 40px;
    width: 40px;
}.wrapper-segment9 .cookie_menu6 h5, .wrapper-segment9 .cookie_menu6 p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-segment9 .privacy_notify4 {
    margin: 0;
    margin-bottom: 14px;
}}.testimonials8 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(169,152,173,0.5) 100%);
    padding: 6rem 0;
}.testimonials8::before {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    top: 0;
    height: 100%;
    content: "";
    background: radial-gradient(circle at 30% 50%, rgba(255,255,255,0.05) 0%, transparent 60%);
}.testimonials8::after {
    z-index: 0;
    opacity: 0.3;
    content: "";
    background-image: 
        radial-gradient(circle at 20% 20%, rgb(204,191,208,0.5) 0%, transparent 8%),
        radial-gradient(circle at 80% 80%, rgb(169,152,173,0.5) 0%, transparent 8%),
        radial-gradient(circle at 50% 50%, rgb(204,191,208,0.5) 0%, transparent 6%);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}.testimonials8 h2 {
    text-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: transform 0.5s ease-out;
    transform: perspective(1000px) rotateX(5deg);
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
    text-align: center;
    z-index: 2;
    font-size: 33px;
    color: #ffffff;
}.testimonials8 h2:hover {
    transform: perspective(1000px) rotateX(0deg);
}.testimonials8 .container {
    padding: 0 1.5rem;
    margin: 0 auto;
    max-width: 1200px;
    position: relative;
    z-index: 2;
}.testimonials8 .learn_study6 {
    position: relative;
}.testimonials8 .rating_views6 {
    gap: 2.5rem;
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.testimonials8 .success_stories1 {
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
    padding: 2rem;
    transform-origin: center bottom;
    overflow: hidden;
    position: relative;
    background: linear-gradient(145deg, #ffffff 0%, rgb(255, 255, 255, 0.5) 100%);
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 2;
}.testimonials8 .success_stories1::before {
    opacity: 0.1;
    top: 0;
    width: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    background: linear-gradient(to bottom right, transparent 49.5%, rgb(204,191,208,0.5) 50%, transparent 50.5%);
    height: 100%;
    transition: opacity 0.3s ease;
}.testimonials8 .success_stories1:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}.testimonials8 .success_stories1:hover::before {
    opacity: 0.2;
}.testimonials8 .success_stories1::after {
    font-family: Arial, sans-serif;
    position: absolute;
    right: 20px;
    font-size: 6rem;
    line-height: 1;
    top: 10px;
    content: '"';
    z-index: -1;
    opacity: 0.15;
    color: rgb(204,191,208,0.5);
}.testimonials8 .success_stories1 h3 {
    margin-bottom: 0.8rem;
    position: relative;
    font-weight: 600;
    color: rgb(204,191,208);
    display: inline-block;
    font-size: calc(23px * 1.1);
}.testimonials8 .success_stories1 h3::after {
    content: "";
    bottom: -5px;
    position: absolute;
    background: rgb(169,152,173);
    left: 0;
    transition: width 0.3s ease;
    width: 0;
    height: 2px;
}.testimonials8 .success_stories1:hover h3::after {
    width: 100%;
}.testimonials8 .success_stories1 .description {
    margin-bottom: 1.5rem;
    line-height: 1.6;
    z-index: 2;
    position: relative;
    color: #000000;
    font-size: 12px;
}.testimonials8 .success_stories1 div {
    border: 2px solid rgb(204,191,208,0.5);
    width: 60px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    transform: rotate(-5deg);
    transition: all 0.3s ease;
    height: 60px;
}.testimonials8 .success_stories1:hover div {
    transform: rotate(0deg) scale(1.1);
}.testimonials8 .success_stories1 img {
    width: 100%;
    transition: transform 0.4s ease;
    object-fit: cover;
    height: 100%;
}.testimonials8 .success_stories1:hover img {
    transform: scale(1.1);
}@keyframes floatAnimation {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-8px);
    }
    100% {
        transform: translateY(0);
    }
}

.testimonials8 .success_stories1:nth-child(odd) {
    animation: floatAnimation 6s ease-in-out infinite;
}.testimonials8 .success_stories1:nth-child(even) {
    animation: floatAnimation 7s ease-in-out infinite 1s;
}

@media screen and (max-width: 991px) {.testimonials8 {
    padding: 4rem 0;
}.testimonials8 .rating_views6 {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 2rem;
}.testimonials8 h2 {
    font-size: calc(33px * 0.9);
    margin-bottom: 2.5rem;
}
}

@media screen and (max-width: 767px) {.testimonials8 {
    padding: 3rem 0;
}.testimonials8 .rating_views6 {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.testimonials8 .success_stories1 {
    padding: 1.5rem;
}.testimonials8 h2 {
    transform: perspective(1000px) rotateX(2deg);
    margin-bottom: 2rem;
    font-size: calc(33px * 0.8);
}.testimonials8 .success_stories1 div {
    height: 50px;
    width: 50px;
}.testimonials8 .success_stories1::after {
    font-size: 4rem;
    right: 15px;
    top: 5px;
}
}

@media screen and (max-width: 480px) {.testimonials8 {
    padding: 2.5rem 0;
}.testimonials8 h2 {
    margin-bottom: 1.5rem;
    font-size: calc(33px * 0.7);
    transform: none;
}.testimonials8 .success_stories1 {
    padding: 1.25rem;
}.testimonials8 .success_stories1 .description {
    margin-bottom: 1rem;
    font-size: calc(12px * 0.95);
}.testimonials8 .success_stories1 h3 {
    font-size: 23px;
}}.tariff_list9 {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}.tariff_list9::before {
    content: "";
    position: absolute;
    background: linear-gradient(145deg, rgba(21, 27, 45, 0.92), rgba(15, 18, 35, 0.97));
    left: 0;
    top: 0;
    z-index: 1;
    right: 0;
    bottom: 0;
}.tariff_list9 .container {
    position: relative;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
}.tariff_list9 .class_deals8 {
    position: relative;
}.tariff_list9 h2 {
    animation: fadeSlideUp 0.8s 0.2s forwards ease-out;
    opacity: 0;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 700;
    font-size: 33px;
    transform: translateY(20px);
    color: #ffffff;
    position: relative;
}.tariff_list9 .cost_options2 {
    max-width: 700px;
    overflow-wrap: break-word;
    font-size: 13px;
    margin: 0 auto 50px;
    line-height: 1.6;
    color: rgb(255, 255, 255, 0.5);
    word-break: break-word;
    animation: fadeSlideUp 0.8s 0.4s forwards ease-out;
    transform: translateY(20px);
    opacity: 0;
    text-align: center;
}.tariff_list9 .promo_cost4 {
    padding: 0;
    display: grid;
    margin: 0;
    list-style: none;
    gap: 30px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}.tariff_list9 .promo_cost4 li {
    animation: fadeSlideUp 0.8s calc(0.6s + var(--i, 0) * 0.15s) forwards ease-out;
    transform: translateY(30px);
    opacity: 0;
    transform-style: preserve-3d;
    perspective: 1000px;
}.tariff_list9 .promo_cost4 li:nth-child(1) {
    --i: 0;
}.tariff_list9 .promo_cost4 li:nth-child(2) {
    --i: 1;
}.tariff_list9 .promo_cost4 li:nth-child(3) {
    --i: 2;
}.tariff_list9 .promo_cost4 li:nth-child(4) {
    --i: 3;
}.tariff_list9 .learn_pricing2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 100%;
    display: block;
    transform-style: preserve-3d;
    text-decoration: none;
    position: relative;
    will-change: transform;
}.tariff_list9 .learn_pricing2:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
}.tariff_list9 .cost_breakdown5 {
    padding: 30px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15), 0 4px 10px rgba(0, 0, 0, 0.1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
    border: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
    flex-direction: column;
    display: flex;
    transition: all 0.4s ease;
    height: 100%;
}.tariff_list9 .learn_pricing2:hover .cost_breakdown5 {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25), 0 8px 15px rgba(0, 0, 0, 0.15), 0 0 15px rgba(rgb(204,191,208,0.5), 0.15);
    border-color: rgba(rgb(204,191,208,0.5), 0.3);
}.tariff_list9 .cost_breakdown5::before {
    height: 200%;
    left: -50%;
    width: 200%;
    content: "";
    position: absolute;
    top: -50%;
    z-index: -1;
    transform: rotate(45deg);
    transition: opacity 0.8s ease;
    background: radial-gradient(circle at center, transparent 60%, rgba(rgb(169,152,173,0.5), 0.1) 100%);
    opacity: 0;
}.tariff_list9 .learn_pricing2:hover .cost_breakdown5::before {
    opacity: 1;
}.tariff_list9 .skill_pricing8 {
    flex-direction: column;
    z-index: 1;
    height: 100%;
    display: flex;
    position: relative;
}.tariff_list9 .skill_pricing8 h4 {
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 600;
    margin-top: 0;
    font-size: calc(20px * 1.1);
    position: relative;
}.tariff_list9 .skill_pricing8 h4::after {
    display: block;
    height: 3px;
    transform-origin: left;
    background: linear-gradient(90deg, rgb(204,191,208), rgba(rgb(204,191,208,0.5), 0.5));
    margin-top: 10px;
    content: "";
    width: 50px;
    transition: transform 0.4s ease;
    transform: scaleX(0.7);
}.tariff_list9 .learn_pricing2:hover .skill_pricing8 h4::after {
    transform: scaleX(1);
}.tariff_list9 .skill_pricing8 p {
    overflow-y: auto;
    padding-right: 5px;
    max-height: 250px;
    overflow-wrap: break-word;
    scrollbar-width: thin;
    font-size: calc(13px * 0.95);
    line-height: 1.6;
    flex-grow: 1;
    word-break: break-word;
    margin-bottom: 25px;
    color: rgba(255, 255, 255, 0.75);
    scrollbar-color: rgba(rgb(204,191,208,0.5), 0.5) rgba(255, 255, 255, 0.05);
}.tariff_list9 .skill_pricing8 p::-webkit-scrollbar {
    width: 4px;
}.tariff_list9 .skill_pricing8 p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
}.tariff_list9 .skill_pricing8 p::-webkit-scrollbar-thumb {
    background: rgba(rgb(204,191,208,0.5), 0.5);
    border-radius: 10px;
}.tariff_list9 .promo_rates5 {
    padding: 5px 0;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text !important;
    font-weight: 700;
    background: linear-gradient(135deg, rgb(204,191,208), rgb(169,152,173));
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    align-self: flex-start;
    color: #ffffff;
    font-size: calc(20px * 1.3);
}.tariff_list9 .promo_rates5::before {
    background: linear-gradient(90deg, rgb(204,191,208), transparent);
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
}

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

@media (max-width: 1200px) {.tariff_list9 {
    padding: 80px 0;
}.tariff_list9 .promo_cost4 {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}
}

@media (max-width: 992px) {.tariff_list9 h2 {
    font-size: calc(33px * 0.9);
}.tariff_list9 .cost_options2 {
    margin-bottom: 40px;
    font-size: calc(13px * 0.95);
}.tariff_list9 .cost_breakdown5 {
    padding: 25px;
}.tariff_list9 .skill_pricing8 h4 {
    font-size: calc(20px * 1);
}.tariff_list9 .promo_rates5 {
    font-size: calc(20px * 1.2);
}
}

@media (max-width: 768px) {.tariff_list9 {
    padding: 60px 0;
}.tariff_list9 .promo_cost4 {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.tariff_list9 .skill_pricing8 p {
    max-height: 150px;
    font-size: calc(13px * 0.9);
}
}

@media (max-width: 480px) {.tariff_list9 {
    padding: 50px 0;
}.tariff_list9 h2 {
    font-size: calc(33px * 0.8);
}.tariff_list9 .cost_options2 {
    margin-bottom: 30px;
    font-size: calc(13px * 0.9);
}.tariff_list9 .cost_breakdown5 {
    padding: 20px;
}.tariff_list9 .skill_pricing8 h4 {
    margin-bottom: 10px;
    font-size: calc(20px * 0.95);
}.tariff_list9 .promo_rates5 {
    font-size: calc(20px * 1.1);
}}.thanksPanel7 {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgba(rgb(204,191,208,0.5), 0.1) 100%);
    padding: 5rem 0;
}.thanksPanel7::before {
    top: -5%;
    right: -5%;
    z-index: -1;
    background: linear-gradient(225deg, rgb(204,191,208) 0%, transparent 70%);
    width: 45%;
    opacity: 0.15;
    filter: blur(20px);
    transform: rotate(-15deg) translateZ(0);
    height: 45%;
    position: absolute;
    animation: float 15s ease-in-out infinite alternate;
    content: "";
}.thanksPanel7::after {
    left: -5%;
    position: absolute;
    content: "";
    filter: blur(20px);
    background: linear-gradient(45deg, rgb(169,152,173) 0%, transparent 70%);
    opacity: 0.15;
    width: 35%;
    z-index: -1;
    bottom: -5%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 35%;
    transform: rotate(15deg) translateZ(0);
}.thanksPanel7 .container {
    z-index: 1;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 0 1.5rem;
}.thanksPanel7 .learn_study6 {
    display: grid;
    transform: perspective(1000px) rotateX(2deg) translateZ(0);
    gap: 2.5rem;
    backdrop-filter: blur(10px);
    padding: clamp(2rem, 5vw, 4rem);
    grid-template-columns: 1fr;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    box-shadow: 0 25px 50px -12px rgba(rgba(0, 0, 0, 0.5), 0.1),
                0 -5px 30px -10px rgba(rgb(204,191,208,0.5), 0.05);
    clip-path: polygon(
        0 0,
        100% 0,
        100% calc(100% - 2rem),
        calc(100% - 2rem) 100%,
        0 100%
    );
    background: linear-gradient(145deg, rgba(rgb(255, 255, 255, 0.5), 0.95) 0%, rgba(rgb(255, 255, 255, 0.5), 0.85) 100%);
}.thanksPanel7 .learn_study6:hover {
    box-shadow: 0 30px 60px -15px rgba(rgba(0, 0, 0, 0.5), 0.15),
                0 -10px 40px -10px rgba(rgb(204,191,208,0.5), 0.1);
    transform: perspective(1000px) rotateX(0deg) translateZ(0) translateY(-5px);
}.thanksPanel7 .learn_study6 > div:first-child {
    padding-bottom: 1.5rem;
    position: relative;
}.thanksPanel7 .learn_study6 > div:first-child::after {
    animation: expandLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
    height: 3px;
    background: linear-gradient(90deg, rgb(204,191,208) 0%, transparent 100%);
    position: absolute;
    transform: scaleX(0);
    width: 80%;
    bottom: 0;
    left: 0;
    transform-origin: left center;
    content: "";
}.thanksPanel7 h5 {
    line-height: 1.4;
    font-size: clamp(calc(21px * 0.8), 4vw, 21px);
    margin: 0;
    opacity: 0;
    color: #000000;
    transform: translateY(20px);
    font-weight: 700;
    letter-spacing: -0.01em;
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}.thanksPanel7 .learn_study6 > div:last-child {
    animation: fadeUpIn 0.8s cubic-bezier(0.19, 1, 0.22, 1) forwards 0.3s;
    opacity: 0;
    position: relative;
}.thanksPanel7 .learn_study6 > div:last-child::before {
    height: 80px;
    width: 80px;
    content: "";
    top: -10px;
    animation: pulse 6s ease-in-out infinite alternate;
    position: absolute;
    transform: translateZ(0);
    opacity: 0.2;
    background: linear-gradient(135deg, rgb(169,152,173) 0%, transparent 80%);
    z-index: -1;
    border-radius: 50%;
    right: -40px;
}.thanksPanel7 p {
    line-height: 1.7;
    color: #000000;
    transition: color 0.3s ease;
    font-family: Arial, sans-serif;
    font-size: clamp(calc(16px * 0.95), 3vw, 16px);
    margin: 0;
}.thanksPanel7 a {
    text-decoration: none;
    overflow: hidden;
    display: block;
    padding: 0.5rem 0;
    position: relative;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}.thanksPanel7 a:hover {
    transform: translateX(5px);
}.thanksPanel7 a:hover p {
    color: rgb(204,191,208);
}.thanksPanel7 a::after {
    transform: scaleX(0.3);
    left: 0;
    background: linear-gradient(90deg, rgb(169,152,173) 0%, transparent 100%);
    width: 100%;
    opacity: 0.5;
    position: absolute;
    content: "";
    height: 1px;
    transform-origin: left center;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    bottom: 0;
}.thanksPanel7 a:hover::after {
    transform: scaleX(1);
    opacity: 1;
}

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

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

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

@keyframes pulse {
    0%, 100% {
        transform: scale(1) translateZ(0);
        opacity: 0.2;
    }
    50% {
        transform: scale(1.2) translateZ(0);
        opacity: 0.3;
    }
}

@media (min-width: 768px) {.thanksPanel7 {
    padding: 7rem 0;
}.thanksPanel7 .learn_study6 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4rem;
    padding: clamp(3rem, 6vw, 5rem);
}.thanksPanel7 .learn_study6 > div:first-child {
    padding-bottom: 0;
    padding-right: 2rem;
}.thanksPanel7 .learn_study6 > div:first-child::after {
    right: 0;
    left: auto;
    transform: scaleY(0);
    width: 3px;
    background: linear-gradient(180deg, rgb(204,191,208) 0%, transparent 100%);
    bottom: auto;
    top: 15%;
    transform-origin: top center;
    height: 70%;
    animation: expandVertLine 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.2s;
}.thanksPanel7 h5 {
    text-align: left;
}
}

@media (min-width: 992px) {.thanksPanel7 .learn_study6 {
    gap: 6rem;
}.thanksPanel7 h5 {
    font-size: 21px;
}.thanksPanel7 p {
    font-size: 16px;
}
}

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

@media (max-width: 480px) {.thanksPanel7 {
    padding: 4rem 0;
}.thanksPanel7 .learn_study6 {
    padding: 2rem 1.5rem;
    clip-path: polygon(
            0 0,
            100% 0,
            100% calc(100% - 1rem),
            calc(100% - 1rem) 100%,
            0 100%
        );
}.thanksPanel7 h5 {
    font-size: calc(21px * 0.75);
}.thanksPanel7 p {
    font-size: calc(16px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.thanksPanel7::before,
    .thanksPanel7::after,
    .thanksPanel7 .learn_study6,
    .thanksPanel7 .learn_study6 > div:first-child::after,
    .thanksPanel7 h5,
    .thanksPanel7 .learn_study6 > div:last-child,
    .thanksPanel7 .learn_study6 > div:last-child::before,
    .thanksPanel7 a,
    .thanksPanel7 a::after {
    transition: opacity 0.3s ease;
    animation: none;
}.thanksPanel7 .learn_study6 > div:first-child::after,
    .thanksPanel7 a::after {
    transform: none;
}}.our_mission9 {
    overflow: hidden;
    padding: 80px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(231,225,233) 0%, rgba(0, 0, 0, 0.5) 100%);
}.our_mission9::before {
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    animation: pulse 15s infinite alternate;
    content: "";
    height: 100%;
    background: 
        radial-gradient(circle at 20% 30%, rgb(204,191,208,0.5) 0%, transparent 70%),
        radial-gradient(circle at 80% 70%, rgb(169,152,173,0.5) 0%, transparent 70%);
    opacity: 0.15;
    position: absolute;
}.our_mission9::after {
    content: "";
    left: 0;
    opacity: 0.03;
    background-position: 0 0, 0 50px, 50px -50px, -50px 0px;
    width: 100%;
    background-image: 
        linear-gradient(45deg, #000000 25%, transparent 25%),
        linear-gradient(-45deg, #000000 25%, transparent 25%),
        linear-gradient(45deg, transparent 75%, #000000 75%),
        linear-gradient(-45deg, transparent 75%, #000000 75%);
    position: absolute;
    height: 100%;
    z-index: 2;
    top: 0;
    background-size: 100px 100px;
}.our_mission9 .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 5;
    padding: 0 20px;
    position: relative;
}.our_mission9 .learn_study6 {
    border: 1px solid rgba(255, 255, 255, 0.2);
    transition: all 0.5s ease;
    transform: translateY(0);
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.15);
    display: flex;
    border-radius: 24px;
    justify-content: space-between;
    gap: 50px;
    padding: 40px;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}.our_mission9 .learn_study6:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgb(204,191,208,0.5);
}.our_mission9 .smart_classes2 {
    gap: 20px;
    flex-direction: column;
    position: relative;
    flex: 0 0 300px;
    display: flex;
}.our_mission9 .smart_classes2::before {
    position: absolute;
    opacity: 0;
    left: -15px;
    z-index: -1;
    transition: all 0.5s ease;
    top: -15px;
    height: calc(100% + 30px);
    width: calc(100% + 30px);
    border-radius: 24px;
    content: "";
    transform: scale(0.95);
    border: 2px solid rgb(204,191,208,0.5);
}.our_mission9 .smart_classes2:hover::before {
    transform: scale(1);
    opacity: 0.5;
}.our_mission9 .image_item8 {
    height: 350px;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-radius: 24px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.our_mission9 .image_item8::after {
    position: absolute;
    content: "";
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 50%);
    top: 0;
    height: 100%;
    width: 100%;
}.our_mission9 .knowledge_sessions2 {
    margin-left: 20px;
    background: rgb(204,191,208);
    transition: all 0.5s ease;
    z-index: 10;
    position: relative;
    margin-top: -50px;
    padding: 20px;
    border-radius: 10px;
    transform: translateX(0);
}.our_mission9 .smart_classes2:hover .knowledge_sessions2 {
    transform: translateX(-10px);
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.15);
}.our_mission9 .class_sessions0 {
    margin: 0 0 5px 0;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    font-size: 18px;
}.our_mission9 .value_vision0 {
    font-family: Arial, sans-serif;
    opacity: 0.9;
    letter-spacing: 0.2px;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    margin: 0;
}.our_mission9 .text_capsule2 {
    display: flex;
    flex: 1;
    gap: 20px;
    flex-direction: column;
}.our_mission9 .teach_method1 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
}.our_mission9 .teach_method1 svg {
    fill: rgb(204,191,208);
    transition: all 0.3s ease;
    width: 40px;
    height: 40px;
}.our_mission9 .teach_method1:hover svg {
    transform: scale(1.1) rotate(5deg);
}.our_mission9 .teach_method1 svg path {
    fill: rgb(204,191,208);
    transition: all 0.3s ease;
}.our_mission9 .teach_method1:hover svg path {
    fill: rgb(169,152,173);
}.our_mission9 h2 {
    position: relative;
    letter-spacing: 0.5px;
    padding-bottom: 15px;
    font-size: 35px;
    color: #000000;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 0 20px 0;
}.our_mission9 h2::after {
    background: linear-gradient(90deg, rgb(204,191,208) 0%, rgb(169,152,173) 100%);
    content: "";
    width: 80px;
    border-radius: 3px;
    position: absolute;
    transition: all 0.5s ease;
    height: 3px;
    bottom: 0;
    left: 0;
}.our_mission9 .text_capsule2:hover h2::after {
    width: 120px;
}.our_mission9 p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    font-family: Arial, sans-serif;
    letter-spacing: 0.3px;
    color: #000000;
    margin: 0;
}

@keyframes pulse {
    0% {
        opacity: 0.1;
        transform: scale(1);
    }
    50% {
        opacity: 0.15;
        transform: scale(1.05);
    }
    100% {
        opacity: 0.2;
        transform: scale(1);
    }
}

@media (max-width: 992px) {.our_mission9 {
    padding: 60px 0;
}.our_mission9 .learn_study6 {
    gap: 40px;
    flex-direction: column;
    padding: 30px;
}.our_mission9 .smart_classes2 {
    flex: 0 0 auto;
    width: 100%;
    max-width: 500px;
}.our_mission9 .image_item8 {
    height: 300px;
}.our_mission9 .knowledge_sessions2 {
    margin-left: 15px;
    margin-top: -40px;
}.our_mission9 h2 {
    font-size: calc(35px * 0.9);
}
}

@media (max-width: 768px) {.our_mission9 {
    padding: 50px 0;
}.our_mission9 .learn_study6 {
    padding: 25px;
    gap: 30px;
}.our_mission9 .smart_classes2 {
    max-width: 400px;
}.our_mission9 .image_item8 {
    height: 250px;
}.our_mission9 .knowledge_sessions2 {
    margin-top: -35px;
    padding: 15px;
}.our_mission9 .class_sessions0 {
    font-size: calc(18px * 0.9);
}.our_mission9 .value_vision0 {
    font-size: calc(16px * 0.9);
}.our_mission9 h2 {
    padding-bottom: 10px;
    font-size: calc(35px * 0.8);
}.our_mission9 h2::after {
    width: 60px;
}.our_mission9 .text_capsule2:hover h2::after {
    width: 90px;
}.our_mission9 p {
    font-size: calc(16px * 0.9);
}
}

@media (max-width: 576px) {.our_mission9 {
    padding: 40px 0;
}.our_mission9 .learn_study6 {
    gap: 25px;
    padding: 20px;
}.our_mission9 .image_item8 {
    height: 220px;
}.our_mission9 .knowledge_sessions2 {
    margin-left: 10px;
    padding: 12px;
    margin-top: -30px;
}.our_mission9 .teach_method1 svg {
    width: 30px;
    height: 30px;
}.our_mission9 h2 {
    margin-bottom: 10px;
    font-size: calc(35px * 0.7);
    padding-bottom: 8px;
}.our_mission9 h2::after {
    width: 50px;
    height: 2px;
}.our_mission9 .text_capsule2:hover h2::after {
    width: 70px;
}.our_mission9 p {
    font-size: calc(16px * 0.85);
}}.newsletter_signup8 {
    position: relative;
    background: rgb(231,225,233);
    overflow: hidden;
    padding: 4rem 3rem;
}.newsletter_signup8::before {
    content: "";
    top: -100px;
    z-index: 1;
    height: 250px;
    opacity: 0.7;
    position: absolute;
    border-radius: 50%;
    width: 250px;
    background: linear-gradient(135deg, rgb(204,191,208) 0%, rgb(204,191,208,0.5) 100%);
    right: -100px;
    animation: orbit 20s linear infinite;
}.newsletter_signup8::after {
    position: absolute;
    opacity: 0.5;
    z-index: 1;
    background: linear-gradient(45deg, rgb(169,152,173) 0%, rgb(169,152,173,0.5) 100%);
    height: 150px;
    animation: pulse-circle 15s ease-in-out infinite alternate;
    left: -50px;
    width: 150px;
    border-radius: 50%;
    bottom: -50px;
    content: "";
}.newsletter_signup8 .learn_study6 {
    position: relative;
    grid-template-columns: 1fr 1.5fr;
    display: grid;
    gap: 3rem;
    grid-template-areas:
        "text form"
        "text form";
    align-items: center;
    z-index: 2;
}.newsletter_signup8 .learn_study6::before {
    top: 50%;
    filter: blur(10px);
    left: 50%;
    border-radius: 50%;
    position: absolute;
    opacity: 0.2;
    content: "";
    height: 50px;
    z-index: -1;
    background: rgb(204,191,208,0.5);
    transform: translate(-50%, -50%);
    width: 50px;
}.newsletter_signup8 p {
    line-height: 1.6;
    grid-area: text;
    position: relative;
    font-family: Arial, sans-serif;
    color: #000000;
    font-weight: 700;
    font-size: 24px;
    padding-left: 2rem;
}.newsletter_signup8 p::before {
    border-radius: 10px;
    background: linear-gradient(to bottom, rgb(204,191,208), rgb(169,152,173));
    left: 0;
    top: 0;
    width: 4px;
    position: absolute;
    content: "";
    height: 100%;
}.newsletter_signup8 .input_holder {
    flex-direction: column;
    display: flex;
    grid-area: form;
    position: relative;
    gap: 1rem;
}.newsletter_signup8 .input_holder::before {
    right: -15px;
    width: 80px;
    opacity: 0.5;
    z-index: -1;
    border-radius: 50%;
    height: 80px;
    top: -15px;
    animation: rotate 30s linear infinite;
    content: "";
    position: absolute;
    border: 2px dashed rgb(204,191,208,0.5);
}.newsletter_signup8 .input_holder::after {
    animation: float-circle 12s ease-in-out infinite alternate;
    width: 100px;
    left: 30%;
    bottom: -20px;
    border-radius: 50%;
    height: 100px;
    border: 1px solid rgb(169,152,173,0.5);
    z-index: -1;
    content: "";
    position: absolute;
    opacity: 0.3;
}.newsletter_signup8 .sub_banner5 {
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: all 0.3s ease;
    color: #000000;
    padding: 1.3rem 1.5rem;
    font-size: 16px;
}.newsletter_signup8 .sub_banner5:focus {
    outline: none;
    border-color: rgb(204,191,208,0.5);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}.newsletter_signup8 .sub_banner5::placeholder {
    color: #000000;
    opacity: 0.6;
}.newsletter_signup8 .email_input_box1 {
    width: auto;
    border: none;
    padding: 1rem 2rem;
    font-size: 16px;
    cursor: pointer;
    background: rgb(204,191,208);
    overflow: hidden;
    transition: all 0.3s ease;
    min-width: 150px;
    font-family: Arial, sans-serif;
    color: #ffffff;
    font-weight: 600;
    align-self: flex-end;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}.newsletter_signup8 .email_input_box1::before {
    transform: translate(-50%, -50%) scale(0);
    z-index: -1;
    opacity: 0;
    border-radius: 50%;
    top: 50%;
    height: 100%;
    content: "";
    width: 100%;
    transition: transform 0.5s ease, opacity 0.3s ease;
    position: absolute;
    left: 50%;
    background: rgb(169,152,173);
}.newsletter_signup8 .email_input_box1:hover::before {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 1;
}

@keyframes orbit {
    0% {
        transform: rotate(0deg) translateX(30px) rotate(0deg);
    }
    100% {
        transform: rotate(360deg) translateX(30px) rotate(-360deg);
    }
}

@keyframes pulse-circle {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes float-circle {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-15px);
    }
}

@media (max-width: 768px) {.newsletter_signup8 {
    padding: 3rem 1.5rem;
}.newsletter_signup8 .learn_study6 {
    gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas:
            "text"
            "connect_message1";
}.newsletter_signup8 p {
    font-size: 18px;
}.newsletter_signup8 .input_holder {
    gap: 1rem;
}.newsletter_signup8 .email_input_box1 {
    width: 100%;
    align-self: stretch;
}}header {
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(135deg, rgb(204,191,208,0.5) 0%, rgb(169,152,173,0.5) 100%);
    -webkit-backdrop-filter: blur(10px);
    padding: 0;
    margin-top: 0;
    position: relative;
    z-index: 100;
}header::before {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    opacity: 0.5;
    background: 
        radial-gradient(circle at 10% 20%, rgb(204,191,208,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(169,152,173,0.5) 0%, transparent 30%);
    z-index: -1;
    top: 0;
    left: 0;
}header .site_prime7 {
    align-items: center;
    padding: 1.2rem 2.5rem;
    justify-content: space-between;
    z-index: 5;
    display: flex;
    position: relative;
}header .top_study7 {
    z-index: 2;
    flex: 0 0 auto;
    padding: 0.8rem 1.2rem;
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 10px;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
}header .top_study7:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}header .site_nav3 {
    transition: all 0.3s ease;
    display: block;
}header .site_nav3 img {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    max-height: 40px;
}header .head_pagewrap4 {
    padding: 0;
    position: relative;
    list-style: none;
    display: flex;
    margin: 0;
    z-index: 2;
}header .main_page3 {
    position: relative;
    margin: 0 0.3rem;
}header .main_page3 a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    text-decoration: none;
    display: block;
    transition: all 0.3s ease;
    color: #ffffff;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    backdrop-filter: blur(5px);
    z-index: 1;
    -webkit-backdrop-filter: blur(5px);
    padding: 0.8rem 1.2rem;
    border-radius: 10px;
    font-size: 14px;
}header .main_page3 a:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    border-color: rgba(255, 255, 255, 0.2);
}header .main_page3 a::before {
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.05)
    );
    height: 100%;
    border-radius: 10px;
    top: 0;
    content: '';
    transition: opacity 0.3s ease;
}header .main_page3 a:hover::before {
    opacity: 1;
}header .main_page3::after {
    background: #ffffff;
    bottom: -3px;
    position: absolute;
    height: 3px;
    width: 0;
    transform: translateX(-50%);
    border-radius: 10px;
    opacity: 0.7;
    content: '';
    transition: width 0.3s ease;
    left: 50%;
}header .main_page3:hover::after {
    width: 70%;
}header .site_prime7::before {
    z-index: -1;
    background: rgb(204,191,208,0.5);
    right: -20px;
    width: 100px;
    height: 100px;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
    content: '';
    top: -20px;
    filter: blur(40px);
}header .site_prime7::after {
    filter: blur(30px);
    z-index: -1;
    content: '';
    opacity: 0.5;
    height: 80px;
    bottom: -20px;
    width: 80px;
    background: rgb(169,152,173,0.5);
    left: -20px;
    position: absolute;
    border-radius: 50%;
}header .main_base1 {
    padding-top: 2rem;
    background: rgb(231,225,233);
    position: relative;
    z-index: 1;
}@keyframes float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

header .top_study7::after {
    content: '';
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, transparent 70%);
    left: 0;
    bottom: -20px;
    transition: all 0.4s ease;
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 20px;
}header .top_study7:hover::after {
    transform: scaleX(0.9);
    opacity: 0.7;
}

@media (min-width: 1400px) {header .site_prime7 {
    max-width: 1320px;
    margin: 0 auto;
}header .main_page3 {
    margin: 0 0.5rem;
}header .main_page3 a {
    padding: 0.8rem 1.5rem;
}
}

@media (max-width: 991px) {header {
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}header .site_prime7 {
    padding: 1rem 1.5rem;
    flex-wrap: wrap;
}header .top_study7 {
    border-radius: 10px;
    margin-bottom: 0;
    padding: 0.6rem 1rem;
}header .head_pagewrap4 {
    margin-top: 1rem;
    justify-content: flex-end;
    flex-basis: 100%;
}header .main_page3 a {
    font-size: calc(14px - 1px);
    border-radius: 10px;
    padding: 0.6rem 1rem;
}header .site_prime7::before,
    header .site_prime7::after {
    display: none;
}
}

@media (max-width: 767px) {header {
    padding: 0;
}header .site_prime7 {
    padding: 0.8rem 1.2rem;
}header .top_study7 {
    max-width: 140px;
    padding: 0.5rem 0.8rem;
}header .site_nav3 img {
    max-height: 35px;
}header .head_pagewrap4 {
    scrollbar-width: thin;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    padding-bottom: 0.5rem;
    margin-top: 0.8rem;
}header .head_pagewrap4::-webkit-scrollbar {
    height: 3px;
}header .head_pagewrap4::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}header .main_page3 {
    flex: 0 0 auto;
    margin: 0 0.15rem;
}header .main_page3 a {
    font-size: calc(14px - 2px);
    white-space: nowrap;
    padding: 0.5rem 0.8rem;
}header .main_page3::after {
    display: none;
}header .top_study7::after {
    display: none;
}
}

@media (max-width: 479px) {header .site_prime7 {
    padding: 0.7rem 1rem;
}header .top_study7 {
    max-width: 120px;
    padding: 0.4rem 0.7rem;
}header .main_page3 a {
    font-size: calc(14px - 3px);
    padding: 0.4rem 0.6rem;
}
}