.container {
    max-width: 100%;
    margin: auto;
    width: 1264px;
}

header,footer {
    width: 100%;
}


.cookieNotificationAlertT {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 3px solid rgb(170,151,175);
    z-index: 90;
    bottom: 0;
    position: fixed;
    transition: transform 0.3s ease-in-out;
    width: 100%;
    background: rgb(222,218,216);
}

.cookie_checkH {
    transition: background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    cursor: pointer;
    border-radius: 12px;
    background: rgb(170,151,175);
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    padding: 10px 20px;
    margin-left: 10px;
}

.supportO h1 {
    margin-bottom: 3rem;
    position: relative;
    opacity: 0.9;
    letter-spacing: 0.05em;
    z-index: 1;
    transition: all 0.5s ease;
    font-size: 40px;
    font-weight: 700;
    transform: translateY(0);
    text-align: center;
    color: #000000;
}

.supportO .reach_usJ {
    backdrop-filter: blur(10px);
    display: grid;
    background: rgba(255, 255, 255, 0.85);
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 0 5px 15px rgba(0, 0, 0, 0.03);
    transform: perspective(1000px) rotateX(0deg);
    grid-template-columns: 1fr;
    padding: 2.5rem;
    gap: 2.5rem;
}

.supportO span {
    display: block;
    padding-left: 0.5rem;
    font-size: calc(17px - 1px);
    margin-top: 0.25rem;
    color: #000000;
}

.supportO .join_community3:hover::before {
    width: 100%;
}

.supportO .join_community3 svg {
    margin-left: 0.5rem;
    transition: all 0.4s ease;
    transform: scale(0.9);
}

.pricing_tableN::before {
    bottom: 0;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    backdrop-filter: blur(4px);
}

.pricing_tableN .pay_optionsp li {
    transform: translateY(30px);
    animation: fadeSlideUp 0.8s ease forwards;
    opacity: 0;
    animation-delay: calc(0.2s + (var(--li-index, 0) * 0.15s));
}

.pricing_tableN .pay_optionsp li:nth-child(3) {
    --li-index: 3;
}

.pricing_tableN .promo_plansf:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.pricing_tableN .learning_costf {
    height: 100%;
    flex-direction: column;
    display: flex;
}

.pricing_tableN .learning_costf h4::after {
    bottom: 0;
    width: 40px;
    position: absolute;
    height: 2px;
    background: rgb(105,141,157);
    left: 0;
    content: "";
}

.pricing_tableN .price_optionsC {
    position: relative;
    font-size: calc(22px + 4px);
    background: linear-gradient(135deg, rgb(170,151,175,0.5), rgb(105,141,157,0.5));
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 10px;
    align-self: flex-start;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    color: #ffffff;
    margin-top: auto;
    display: inline-block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.course_highlightsS .image_boxl::before {
    left: 0;
    content: "";
    background: linear-gradient(45deg, rgb(170,151,175,0.5) 0%, transparent 100%);
    position: absolute;
    height: 100%;
    top: 0;
    opacity: 0.3;
    width: 100%;
    z-index: 1;
}

.course_highlightsS h3 {
    margin-bottom: 1.5rem;
    transform-origin: left center;
    color: #000000;
    line-height: 1.3;
    padding-left: 1rem;
    font-size: calc(20px * 1.1);
    position: relative;
    font-weight: 700;
}

.course_highlightsS p.description {
    display: none;
}



.course_highlightsS .words_containerO > div {
    animation: fadeInUp 0.8s forwards ease-out 0.5s;
    opacity: 0;
    position: relative;
}

header .nav_study9 .nav_sectionD {
    transition: all 0.4s ease;
    z-index: 2;
    position: relative;
    transform: translateY(-5px);
    margin-left: calc((100vw - 100%) / 2);
}

header .nav_study9 .nav_sectionD:hover {
    transform: translateY(0) scale(1.05);
}

header .nav_study9 .nav_sectionD .head_expertq svg {
    width: auto;
    height: 2.8rem;
    filter: drop-shadow(0 0 8px #ffffff);
}

header .nav_study9 .main_cored .main_baseb {
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    margin: 0;
}

header .nav_study9 .main_cored .main_baseb a::after {
    transition: width 0.3s ease;
    position: absolute;
    width: 0;
    height: 2px;
    content: "";
    left: 1.5rem;
    bottom: 0.8rem;
    background: rgb(105,141,157);
}

footer::before {
    z-index: -2;
    bottom: 0;
    right: 0;
    top: 0;
    position: absolute;
    content: "";
    background: linear-gradient(145deg, rgb(222,218,216) 0%, rgb(170,151,175,0.5) 100%);
    opacity: 0.9;
    left: 0;
}

.data_viz6 .company_holder h3 {
    margin: 0 0 1.5rem;
    letter-spacing: 0.5px;
    font-size: 37px;
    font-weight: 700;
    position: relative;
    color: rgb(170,151,175);
}

.data_viz6 .math_tools4 {
    background: rgb(222,218,216);
    color: #000000;
    font-size: 13px;
    line-height: 1.7;
    padding: 1.5rem;
    position: relative;
    border-radius: 10px;
    border-left: 3px solid rgb(105,141,157);
}

.data_viz6 .main_cored .header_proN a {
    align-items: center;
    text-decoration: none;
    display: flex;
    color: #000000;
    font-size: 13px;
    padding: 0.8rem 1.5rem;
    transition: all 0.3s ease;
    position: relative;
}

.data_viz6 .main_cored .header_proN a:hover::after {
    opacity: 1;
}

.campus_links7 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.opening_boardS::before {
    opacity: 0.1;
    top: 0;
    background-size: 50px 50px;
    height: 100%;
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(170,151,175,0.5) 49.5%, rgb(170,151,175,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(105,141,157,0.5) 49.5%, rgb(105,141,157,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 0;
    content: "";
    animation: backgroundShift 30s linear infinite;
}

.opening_boardS .master_expertL {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.opening_boardS svg:hover path {
    fill: rgb(105,141,157);
}

.opening_boardS .master_expertL p {
    color: #000000;
    font-size: calc(17px * 1.1);
    font-weight: 400;
    margin: 0 0 1.5rem;
    max-width: 85%;
    line-height: 1.6;
}

.opening_boardS .connect_widget5:hover::before {
    left: 100%;
}

.opening_boardS .image_boxl::after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(135deg, rgb(170,151,175,0.5), transparent);
    position: absolute;
    left: 0;
    top: 0;
}

.contact_informationJ .container {
    margin: 0 auto;
    z-index: 1;
    position: relative;
    padding: 0 20px;
    max-width: 1200px;
}

.contact_informationJ .query_box3 {
    display: flex;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.contact_informationJ .image_boxl::after {
    height: 100%;
    background: linear-gradient(45deg, rgb(170,151,175,0.5), transparent);
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    content: "";
}

.contact_informationJ h3::after {
    background: rgb(170,151,175,0.5);
    bottom: 0;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
}

.contact_informationJ .inquiry_form9 {
    gap: 12px;
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
}

.contact_informationJ .inquiry_form9 label {
    color: #000000;
    font-size: 15px;
    line-height: 1.5;
}

.contact_informationJ .inquiry_form9 a:hover {
    color: rgb(105,141,157);
}

.contact_informationJ .connect_widget5 {
    cursor: pointer;
    margin-top: 20px;
    align-self: flex-start;
    padding: 16px 40px;
    background: rgb(170,151,175);
    overflow: hidden;
    color: #ffffff;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgb(170,151,175,0.5);
    transition: all 0.3s ease;
    font-size: 20px;
    border: none;
    font-weight: 600;
}

.teacher_profilej .container {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 1.5rem;
}

.teacher_profilej .testimonial_corneri:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: perspective(1000px) rotateY(0deg) translateY(-5px);
}

.teacher_profilej .image_boxl::after {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.3);
    right: 10px;
    content: "";
    border-radius: 5px;
    left: 10px;
    pointer-events: none;
    bottom: 10px;
    top: 10px;
}

.teacher_profilej .exp_progressh::before {
    font-family: serif;
    position: absolute;
    content: "";
    opacity: 0.3;
    font-size: 5rem;
    top: -20px;
    left: -10px;
    color: rgb(105,141,157,0.5);
}

.privacy_wrapperf .container {
    margin: 0 auto;
    transform: translateZ(0);
    position: relative;
    z-index: 2;
    max-width: 1140px;
}

.privacy_wrapperf h1::after {
    background: linear-gradient(90deg, rgb(170,151,175), rgb(105,141,157,0.5));
    transition: width 0.4s ease-out;
    position: absolute;
    transform-origin: left;
    width: 80px;
    height: 4px;
    bottom: 0;
    content: "";
    left: 0;
}

.privacy_wrapperf h3 {
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: calc(33px * 0.85);
    margin: 2.5rem 0 1.2rem;
    padding-left: 1rem;
}

.privacy_wrapperf p {
    padding: 0.5rem 0;
    color: #000000;
    max-width: 90%;
    line-height: 1.8;
    transform: translateZ(0);
    margin-bottom: 1.5rem;
    position: relative;
    font-size: 17px;
    transition: transform 0.35s ease;
}

.privacy_wrapperf li {
    line-height: 1.7;
    transition: transform 0.3s ease;
    position: relative;
    margin-bottom: 0.5rem;
    color: #000000;
    font-size: calc(17px * 0.97);
    padding: 0.8rem 0 0.8rem 2rem;
}

.privacy_wrapperf span:hover {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
    transform: translateY(-3px);
}

.gratWrapper4::after {
    position: absolute;
    opacity: 0.1;
    background: rgb(105,141,157,0.5);
    bottom: -5%;
    transform: rotate(3deg);
    height: 80%;
    content: "";
    width: 40%;
    clip-path: polygon(15% 0, 100% 15%, 100% 100%, 0% 85%);
    right: -5%;
    z-index: 1;
}

.gratWrapper4 .learning_zoneb::after {
    content: "";
    right: 20px;
    height: 60px;
    z-index: -1;
    top: 20px;
    position: absolute;
    opacity: 0.2;
    width: 60px;
    animation: rotate 15s infinite linear;
    border: 2px solid rgb(170,151,175,0.5);
}

.gratWrapper4 a::before {
    width: 100%;
    transform-origin: left;
    content: "";
    background: linear-gradient(90deg, transparent, rgb(170,151,175,0.5), transparent);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    transition: transform 0.5s ease;
    transform: scaleX(0.7);
}

.meet_usj .container {
    grid-template-columns: 1fr;
    display: grid;
    max-width: 1200px;
    z-index: 10;
    padding: 0 20px;
    margin: 0 auto;
    position: relative;
}

.meet_usj:hover h4 {
    transform: translateY(-5px);
}

.meet_usj h4::after {
    transform: translateX(-50%) scaleX(0.8);
    position: absolute;
    bottom: -12px;
    background: rgb(170,151,175);
    left: 50%;
    width: 60px;
    height: 3px;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    content: "";
}

.meet_usj .words_containerO h6 {
    display: inline-block;
    transform: translateX(0);
    color: rgb(170,151,175);
    margin-bottom: 20px;
    font-size: calc(21px * 1.1);
    position: relative;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    font-weight: 700;
}

.meet_usj .words_containerO div {
    position: relative;
    overflow: hidden;
}

.meet_usj .words_containerO:hover span {
    opacity: 1;
}

.meet_usj:hover::before {
    background-position: 100% 100%;
}


@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}



@media (min-width: 768px) {.supportO {
    padding: 6rem 3rem;
}.supportO .reach_usJ {
    grid-template-columns: repeat(2, 1fr);
    padding: 3rem;
}.supportO .reach_usJ > div:first-child {
    grid-column: span 2;
}.supportO h1 {
    margin-bottom: 4rem;
}.supportO h1::after {
    width: 120px;
}
}



@media (max-width: 768px) {.pricing_tableN {
    padding: 60px 0;
}.pricing_tableN h2 {
    font-size: calc(38px - 6px);
    margin-bottom: 15px;
}.pricing_tableN .member_plans5 {
    margin-bottom: 30px;
    font-size: calc(17px - 1px);
}.pricing_tableN .pay_optionsp {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin: 0 auto;
}.pricing_tableN .learning_costf p {
    font-size: calc(17px - 3px);
}
}



@media (max-width: 767px) {.course_highlightsS {
    padding: 5rem 0;
}.course_highlightsS .image_boxl {
    margin-bottom: 1.5rem;
    height: 250px;
}.course_highlightsS h3 {
    margin-bottom: 1rem;
    font-size: 20px;
}.course_highlightsS .words_containerO::before {
    width: 80px;
    top: -10px;
}}



@media screen and (max-width: 767px) {header .nav_study9 .main_cored {
    padding: 0.5rem 0;
}header .nav_study9 .main_cored .main_baseb {
    width: 50%;
}header .nav_study9 .main_cored .main_baseb a {
    text-align: center;
    font-size: calc(16px - 2px);
    padding: 0.6rem 0.8rem;
}header .nav_study9 .main_cored .main_baseb a::after {
    display: none;
}}



@media (max-width: 576px) {.data_viz6 {
    padding: 2.5rem 0 1rem;
}.data_viz6 .container {
    gap: 1.5rem;
}.data_viz6 .main_cored {
    min-width: 100%;
    flex: 1 1 100%;
}.data_viz6 .header_proN {
    gap: 1rem;
}.data_viz6 .company_holder {
    padding: 1.5rem;
}.data_viz6 .math_tools4 {
    padding: 1.2rem;
}.campus_links7 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}
}



@media (prefers-reduced-motion: reduce) {.opening_boardS::before,
    .opening_boardS .connect_widget5::before,
    .opening_boardS .image_boxl,
    .opening_boardS svg,
    .opening_boardS h1,
    .opening_boardS .words_containerO {
    animation: none;
    transition: none;
}}



@media (max-width: 768px) {.contact_informationJ {
    padding: 60px 0;
}.contact_informationJ h2 {
    margin-bottom: 40px;
    font-size: calc(35px - 4px);
}.contact_informationJ .feedback_inquiryg {
    padding: 40px 30px;
}.contact_informationJ #contact {
    gap: 25px;
}.contact_informationJ .image_boxl {
    min-height: 300px;
}
}



@media (min-width: 992px) {.teacher_profilej .testimonial_corneri {
    gap: 3rem;
    grid-template-columns: 300px 1fr;
    padding: 4rem;
}.teacher_profilej .image_boxl {
    width: 280px;
    height: 350px;
}.teacher_profilej .name {
    font-size: calc(22px + 0.2rem);
}.teacher_profilej .exp_progressh {
    padding-left: 2.5rem;
    line-height: 1.8;
    font-size: calc(17px + 0.2rem);
}
}



@media (max-width: 767px) {.privacy_wrapperf {
    padding: 4rem 1.5rem;
}.privacy_wrapperf h1 {
    margin-bottom: 2rem;
    font-size: 48px;
}.privacy_wrapperf h2 {
    padding-left: 1rem;
    margin: 2.5rem 0 1rem;
}.privacy_wrapperf h3, .privacy_wrapperf h4 {
    padding-left: 0.7rem;
}.privacy_wrapperf ul {
    padding-left: 0.5rem;
}.privacy_wrapperf li {
    padding: 0.7rem 0 0.7rem 1.8rem;
}.privacy_wrapperf li::before {
    height: 8px;
    width: 8px;
}.privacy_wrapperf span {
    margin-bottom: 1.2rem;
    padding: 0.8rem 1.2rem;
}
}



@media screen and (max-width: 767px) {.gratWrapper4 {
    padding: 80px 0;
}.gratWrapper4 .learning_zoneb {
    padding: 40px 25px;
}.gratWrapper4 h5 {
    font-size: calc(24px * 0.95);
}.gratWrapper4 p {
    font-size: calc(15px * 0.95);
}.gratWrapper4 a {
    padding: 15px;
}
}



@media (max-width: 767px) {.meet_usj {
    padding: 60px 0;
}.meet_usj h4 {
    margin-bottom: 30px;
    font-size: calc(21px * 1.2);
}.meet_usj .words_containerO {
    padding: 30px 25px;
}.meet_usj .words_containerO h6 {
    margin-bottom: 15px;
    font-size: 22px;
}.meet_usj .words_containerO span {
    font-size: calc(17px * 0.95);
    line-height: 1.6;
}
}



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



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

