* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}.edu_links {
    flex: 0 0 auto;
}a {
    color: inherit;
    text-decoration: none;
}svg {
    height: 30px;
    width: 30px;
}.main_mainwrap {
    flex: 1 0 auto;
}.wrapper-holder {
    display: flex;
    min-height: 100%;
    flex-direction: column;
    height: 100%;
}.container {
    margin: auto;
    width: 1213px;
    max-width: 100%;
}header,footer {
    width: 100%;
}html,body {
    height: 100%;
    font-family: Arial, sans-serif;
    scroll-behavior: smooth;
    min-height: 100%;
    color: #000000;
}
@media only screen and (max-width: 1200px)  {.container {
    padding: 0 20px;
    width: 100%;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.education_experience {
    padding: 5rem 2rem;
    background: rgb(180,179,185);
    overflow: hidden;
    position: relative;
}.education_experience::before {
    z-index: 0;
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    background: linear-gradient(120deg, rgb(145,144,152,0.5) 0%, transparent 70%);
    height: 100%;
    width: 100%;
}.education_experience::after {
    width: 70%;
    right: 0;
    height: 70%;
    background: linear-gradient(210deg, rgb(112,112,120,0.5) 0%, transparent 70%);
    bottom: 0;
    content: "";
    z-index: 0;
    position: absolute;
}.education_experience .review_voices {
    flex-direction: column;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    max-width: 600px;
    position: relative;
}.education_experience .team_photo {
    position: relative;
    width: 80%;
    height: 400px;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(0);
    margin: 0 auto;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 30px 60px -20px rgba(0, 0, 0, 0.5);
    z-index: 2;
}.education_experience .team_photo::before {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    height: 100%;
    top: 0;
}.education_experience .team_photo::after {
    content: "";
    transition: all 0.8s ease;
    height: 300%;
    position: absolute;
    width: 300%;
    mix-blend-mode: overlay;
    background: linear-gradient(45deg, rgb(145,144,152,0.5) 0%, transparent 40%, transparent 60%, rgb(112,112,120,0.5) 100%);
    top: -100%;
    animation: shiftGradient 10s infinite alternate;
    left: -100%;
    opacity: 0.3;
}.education_experience .exp_view {
    z-index: 3;
    padding: 2.5rem 2rem 2rem;
    border-radius: 18px;
    transform: translateY(0);
    width: 90%;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
    margin: -80px auto 0;
    background: #ffffff;
}.education_experience .exp_view::before {
    border: 5px solid rgb(180,179,185);
    transform: translate(-50%, -50%);
    position: absolute;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    border-radius: 50%;
    z-index: 4;
    top: 0;
    height: 70px;
    left: 50%;
    content: "";
    width: 70px;
}.education_experience .name {
    font-weight: 700;
    margin-bottom: 0.5rem;
    position: relative;
    color: rgb(145,144,152);
    text-align: center;
    font-size: 28px;
}.education_experience .exp_view div:nth-child(2) {
    text-align: center;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    margin-bottom: 1.5rem;
    color: rgb(112,112,120);
}.education_experience .exp_view div:nth-child(2)::after {
    background: rgb(145,144,152,0.5);
    height: 3px;
    margin: 1rem auto 0;
    content: "";
    width: 40px;
    display: block;
}.education_experience .work_exp {
    padding: 0 1rem;
    position: relative;
    font-size: 16px;
    line-height: 1.7;
    font-style: italic;
    color: #000000;
    text-align: center;
}.education_experience .work_exp::before,
.education_experience .work_exp::after {
    line-height: 0;
    content: "";
    font-size: 3rem;
    position: absolute;
    color: rgb(145,144,152,0.5);
    font-family: serif;
}.education_experience .work_exp::before {
    transform: rotate(180deg);
    left: 0;
    top: 0.5rem;
}.education_experience .work_exp::after {
    bottom: -0.5rem;
    right: 0;
}.education_experience .review_voices:hover .team_photo {
    transform: translateY(-20px);
}.education_experience .review_voices:hover .exp_view {
    transform: translateY(20px);
}

@keyframes shiftGradient {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 767px) {.education_experience .team_photo {
    height: 320px;
    width: 90%;
}.education_experience .exp_view {
    margin-top: -60px;
    width: 95%;
    padding: 2rem 1.5rem 1.5rem;
}.education_experience .exp_view::before {
    height: 60px;
    width: 60px;
}}.our_background {
    overflow: hidden;
    background: linear-gradient(135deg, rgb(180,179,185) 0%, rgb(112,112,120,0.5) 100%);
    position: relative;
    padding: 6rem 0;
}.our_background::before {
    opacity: 0.05;
    width: 100%;
    background-image: 
        linear-gradient(45deg, rgb(112,112,120,0.5) 25%, transparent 25%),
        linear-gradient(-45deg, rgb(112,112,120,0.5) 25%, transparent 25%);
    content: "";
    left: 0;
    background-size: 60px 60px;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: 0;
}.our_background::after {
    top: -50%;
    z-index: 0;
    opacity: 0.1;
    transform: rotate(-15deg);
    height: 150%;
    background: radial-gradient(ellipse at center, rgb(145,144,152,0.5) 0%, transparent 70%);
    right: -25%;
    position: absolute;
    width: 80%;
    content: "";
}.our_background .container {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 2rem;
    z-index: 1;
}.our_background h1 {
    margin-bottom: 3rem;
    font-weight: 700;
    color: #000000;
    position: relative;
    text-align: left;
    font-size: 43px;
    opacity: 0;
    transform: translateX(-20px);
    animation: slideIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.our_background h1::after {
    height: 4px;
    transform: scaleX(0);
    background: rgb(145,144,152);
    position: absolute;
    bottom: -12px;
    width: 80px;
    transform-origin: left;
    content: "";
    animation: expandLine 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards 0.4s;
    left: 0;
}.our_background .team_bios {
    position: relative;
}.our_background .team_bios ul {
    margin: 0;
    display: grid;
    list-style: none;
    gap: 3rem;
    padding: 0;
    grid-template-columns: 1fr;
}.our_background .pro_study {
    padding: 2.5rem;
    transform: translateY(30px);
    overflow: hidden;
    opacity: 0;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    background: #ffffff;
    animation-delay: calc(0.2s * var(--i, 1));
    border-left: 4px solid rgb(145,144,152);
    position: relative;
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}.our_background .pro_study:nth-child(1) {
    --i: 1;
}.our_background .pro_study:nth-child(2) {
    --i: 2;
}.our_background .pro_study:hover {
    transform: translateY(-5px);
}.our_background .pro_study::before {
    opacity: 0.1;
    position: absolute;
    content: "";
    height: 100px;
    width: 100px;
    border-radius: 50%;
    right: 0;
    top: 0;
    background: rgb(112,112,120,0.5);
    transform: translate(50%, -50%);
}.our_background .pro_study h4 {
    font-size: 19px;
    position: relative;
    color: rgb(145,144,152);
    animation: slideIn 0.6s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    font-weight: 600;
    animation-delay: calc(0.4s * var(--i, 1));
    margin-bottom: 1.5rem;
    transform: translateX(-10px);
}.our_background .pro_study div {
    animation: fadeUp 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    color: #000000;
    transform: translateY(20px);
    font-size: 18px;
    opacity: 0;
    line-height: 1.8;
    animation-delay: calc(0.6s * var(--i, 1));
    max-height: 250px;
    padding-right: 1rem;
    position: relative;
    overflow-y: auto;
}.our_background .pro_study div::-webkit-scrollbar {
    width: 6px;
}.our_background .pro_study div::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 10px;
}.our_background .pro_study div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgb(112,112,120,0.5);
}

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

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

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

@media (min-width: 768px) {.our_background {
    padding: 8rem 0;
}.our_background h1 {
    font-size: calc(43px * 1.2);
    margin-bottom: 4rem;
}.our_background h1::after {
    width: 120px;
    height: 5px;
}.our_background .team_bios ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem;
}.our_background .pro_study {
    display: flex;
    height: 100%;
    flex-direction: column;
}.our_background .pro_study:first-child {
    transform: translateY(40px);
}.our_background .pro_study:last-child {
    transform: translateY(-10px);
}.our_background .pro_study:hover:first-child {
    transform: translateY(35px);
}.our_background .pro_study:hover:last-child {
    transform: translateY(-15px);
}.our_background .pro_study div {
    flex: 1;
    max-height: none;
}
}

@media (min-width: 1024px) {.our_background {
    padding: 10rem 0;
}.our_background::before {
    background-size: 80px 80px;
}.our_background .container {
    padding: 0 4rem;
}.our_background h1 {
    font-size: calc(43px * 1.4);
    margin-bottom: 5rem;
}.our_background h1::after {
    width: 140px;
}.our_background .pro_study {
    padding: 3rem;
}.our_background .pro_study h4 {
    font-size: calc(19px * 1.1);
    margin-bottom: 2rem;
}.our_background .pro_study div {
    font-size: calc(18px * 1.05);
    line-height: 1.9;
}
}

@media (max-width: 767px) {.our_background {
    padding: 4rem 0;
}.our_background h1 {
    margin-bottom: 2.5rem;
    text-align: center;
}.our_background h1::after {
    left: 50%;
    transform: translateX(-50%) scaleX(0);
}.our_background .pro_study {
    padding: 1.8rem;
    margin-bottom: 2rem;
}.our_background .pro_study h4 {
    margin-bottom: 1rem;
}.our_background .pro_study div {
    max-height: 200px;
}}.tariff_plan {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
}.tariff_plan::before {
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.7));
    left: 0;
    top: 0;
    width: 100%;
    position: absolute;
    content: "";
    z-index: 1;
}.tariff_plan .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 2;
    max-width: 1320px;
    position: relative;
}.tariff_plan .premium_grid {
    position: relative;
}.tariff_plan h2 {
    font-size: 28px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out forwards;
    transform: translateY(0);
    margin-bottom: 20px;
}.tariff_plan .cost_card {
    opacity: 0;
    line-height: 1.6;
    position: relative;
    color: rgb(255, 255, 255, 0.5);
    max-width: 800px;
    font-size: 14px;
    text-align: center;
    transform: translateY(20px);
    margin: 0 auto 50px;
    animation: fadeInUp 0.8s ease-out 0.2s forwards;
}.tariff_plan .discount_tier {
    gap: 30px;
    margin: 0;
    list-style: none;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
    padding: 0;
}.tariff_plan .discount_tier li {
    transform-style: preserve-3d;
    transition: transform 0.4s ease;
    perspective: 1000px;
}.tariff_plan .study_offers {
    transform: translateZ(0);
    height: 100%;
    display: block;
    text-decoration: none;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    will-change: transform;
}.tariff_plan .discount_price {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1), 
        rgba(255, 255, 255, 0.03));
    overflow: hidden;
    backdrop-filter: blur(10px);
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    min-height: 420px;
    height: 100%;
    display: flex;
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    justify-content: space-between;
    flex-direction: column;
}.tariff_plan .discount_price::before {
    transform-origin: left;
    height: 5px;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: linear-gradient(90deg, 
        rgb(145,144,152), 
        rgb(112,112,120));
    transform: scaleX(0);
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
}.tariff_plan .cert_cost {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    color: #ffffff;
    height: 100%;
}.tariff_plan .cert_cost h4 {
    position: relative;
    padding-bottom: 15px;
    font-size: calc(23px * 1.1);
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
    transition: color 0.3s ease;
}.tariff_plan .cert_cost h4::after {
    background-color: rgb(145,144,152);
    width: 50px;
    left: 0;
    position: absolute;
    height: 2px;
    transition: width 0.4s ease;
    bottom: 0;
    content: "";
}.tariff_plan .cert_cost p {
    color: rgba(255, 255, 255, 0.85);
    max-height: 200px;
    scrollbar-width: thin;
    scrollbar-color: rgb(145,144,152) rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.6;
    word-break: break-word;
    overflow-wrap: break-word;
    overflow-y: auto;
}.tariff_plan .cert_cost p::-webkit-scrollbar {
    width: 4px;
}.tariff_plan .cert_cost p::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
}.tariff_plan .cert_cost p::-webkit-scrollbar-thumb {
    background-color: rgb(145,144,152);
}.tariff_plan .cost_table {
    color: transparent;
    background: linear-gradient(135deg, rgb(145,144,152), rgb(112,112,120));
    display: inline-block;
    align-self: flex-start;
    color: #ffffff;
    font-weight: 700;
    padding: 10px 0;
    background-clip: text !important;
    font-size: calc(23px * 1.3);
    margin-top: auto;
    -webkit-background-clip: text !important;
    position: relative;
}.tariff_plan .cost_table::before {
    background: linear-gradient(90deg, 
        rgb(145,144,152), 
        transparent);
    width: 100%;
    height: 1px;
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
}.tariff_plan .discount_tier li:hover {
    transform: translateY(-5px);
}.tariff_plan .discount_tier li:hover .discount_price {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}.tariff_plan .discount_tier li:hover .discount_price::before {
    transform: scaleX(1);
}.tariff_plan .discount_tier li:hover .cert_cost h4::after {
    width: 80px;
}.tariff_plan .discount_tier li:nth-child(1) {
    animation: fadeInUp 0.8s ease-out 0.3s both;
}.tariff_plan .discount_tier li:nth-child(2) {
    animation: fadeInUp 0.8s ease-out 0.4s both;
}.tariff_plan .discount_tier li:nth-child(3) {
    animation: fadeInUp 0.8s ease-out 0.5s both;
}.tariff_plan .discount_tier li:nth-child(4) {
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

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

@media (max-width: 1200px) {.tariff_plan {
    padding: 80px 0;
}.tariff_plan .discount_tier {
    gap: 25px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}.tariff_plan .discount_price {
    padding: 25px;
    min-height: 400px;
}
}

@media (max-width: 992px) {.tariff_plan {
    padding: 70px 0;
}.tariff_plan h2 {
    font-size: calc(28px * 0.9);
}.tariff_plan .cost_card {
    margin-bottom: 40px;
    font-size: calc(14px * 0.95);
}.tariff_plan .discount_tier {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.tariff_plan .discount_price {
    padding: 20px;
    min-height: 380px;
}.tariff_plan .cert_cost h4 {
    font-size: 23px;
}.tariff_plan .cost_table {
    font-size: calc(23px * 1.2);
}
}

@media (max-width: 768px) {.tariff_plan {
    padding: 60px 0;
}.tariff_plan h2 {
    font-size: calc(28px * 0.85);
    margin-bottom: 15px;
}.tariff_plan .cost_card {
    margin-bottom: 30px;
    font-size: calc(14px * 0.9);
}.tariff_plan .discount_tier {
    max-width: 450px;
    margin: 0 auto;
    grid-template-columns: 1fr;
}.tariff_plan .discount_price {
    min-height: auto;
}.tariff_plan .cert_cost p {
    max-height: 150px;
}
}

@media (max-width: 576px) {.tariff_plan {
    padding: 50px 0;
}.tariff_plan h2 {
    font-size: calc(28px * 0.8);
}.tariff_plan .cost_card {
    font-size: calc(14px * 0.85);
}.tariff_plan .discount_price {
    padding: 20px 15px;
}.tariff_plan .cert_cost h4 {
    font-size: calc(23px * 0.95);
    margin-bottom: 15px;
    padding-bottom: 10px;
}.tariff_plan .cert_cost p {
    margin-bottom: 20px;
    font-size: calc(14px * 0.9);
}.tariff_plan .cost_table {
    font-size: calc(23px * 1.1);
}}.course_highlights {
    overflow: hidden;
    padding: 7rem 0;
    background: linear-gradient(150deg, rgb(145,144,152,0.5) 0%, rgb(180,179,185) 50%, rgb(112,112,120,0.5) 100%);
    position: relative;
}.course_highlights::before {
    z-index: 0;
    position: absolute;
    opacity: 0.6;
    left: -25%;
    top: -25%;
    background: 
        radial-gradient(ellipse at 30% 40%, rgb(145,144,152,0.5) 0%, transparent 60%),
        radial-gradient(circle at 70% 60%, rgb(112,112,120,0.5) 0%, transparent 50%);
    animation: pulseBackground 20s ease-in-out infinite alternate;
    width: 150%;
    content: "";
    height: 150%;
    filter: blur(60px);
    transform-origin: center;
}.course_highlights::after {
    height: 100%;
    content: "";
    animation: gridMove 30s linear infinite;
    top: 0;
    width: 100%;
    left: 0;
    background-size: 20px 20px;
    position: absolute;
    z-index: 1;
    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);
}.course_highlights .container {
    z-index: 2;
    position: relative;
}.course_highlights .pro_training {
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    min-height: 550px;
    position: relative;
    grid-template-rows: repeat(12, minmax(30px, auto));
    display: grid;
}.course_highlights .class_path {
    background: rgba(255, 255, 255, 0.07);
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    grid-column: 1 / 8;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    grid-row: 3 / 11;
    padding: 2.5rem;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.03);
    border-radius: 14px;
    transform: translateZ(0);
    backdrop-filter: blur(10px);
    z-index: 5;
}.course_highlights .class_path::before {
    content: "";
    z-index: -1;
    background: 
        radial-gradient(circle at 90% 10%, rgb(145,144,152,0.5) 0%, transparent 80%),
        radial-gradient(circle at 10% 90%, rgb(112,112,120,0.5) 0%, transparent 80%);
    border-radius: 14px;
    position: absolute;
    height: 100%;
    left: 0;
    width: 100%;
    top: 0;
    opacity: 0.15;
}.course_highlights .class_path::after {
    height: 1px;
    background: linear-gradient(to right, rgb(145,144,152) 0%, transparent 100%);
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    width: 80%;
    filter: blur(1px);
    content: "";
}.course_highlights .site_navbar {
    transition: all 0.5s ease;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    position: relative;
    height: 110px;
    transform-style: preserve-3d;
    width: 110px;
    margin-bottom: 1.5rem;
}.course_highlights .site_navbar::before {
    animation: rotateConic 10s linear infinite;
    position: absolute;
    background: conic-gradient(
        from 0deg, 
        rgb(145,144,152) 0%, 
        rgb(112,112,120) 50%, 
        rgb(145,144,152) 100%
    );
    border-radius: 33% 67% 67% 33% / 33% 33% 67% 67%;
    z-index: -1;
    content: "";
    inset: -4px;
}.course_highlights .site_navbar::after {
    position: absolute;
    z-index: -1;
    content: "";
    background: rgb(180,179,185);
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    inset: 6px;
}.course_highlights .site_navbar svg {
    animation: floatLogo 6s ease-in-out infinite;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    filter: drop-shadow(0 0 10px rgb(145,144,152,0.5));
    width: 60px;
    height: 60px;
    transform: translate(-50%, -50%);
}.course_highlights .site_navbar svg path {
    transition: fill 0.3s ease;
    fill: rgb(145,144,152);
}.course_highlights h3 {
    line-height: 1.3;
    font-weight: 700;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    margin-bottom: 1.5rem;
    color: #ffffff;
    transform-origin: left bottom;
    text-shadow: 0 0 20px rgb(145,144,152,0.5);
    padding-right: 2rem;
    font-size: 33px;
}.course_highlights h3::before {
    height: 3px;
    animation: lineExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    width: 60px;
    left: 0;
    content: "";
    transform-origin: left;
    bottom: -8px;
    background: rgb(145,144,152);
}.course_highlights p {
    margin-bottom: 0;
    transform: perspective(1000px) rotateX(1deg);
    line-height: 1.8;
    max-width: 100%;
    font-size: 12px;
    color: #ffffff;
    position: relative;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    transform-origin: left bottom;
}.course_highlights .team_photo {
    overflow: hidden;
    z-index: 4;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        10px 10px 20px rgba(0, 0, 0, 0.05);
    height: 500px;
    animation: morphShape 20s ease-in-out infinite alternate;
    transition: all 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    grid-column: 5 / 13;
    grid-row: 1 / 13;
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    position: relative;
}.course_highlights .team_photo::before {
    content: "";
    position: absolute;
    z-index: 1;
    mix-blend-mode: overlay;
    inset: 0;
    background: 
        linear-gradient(135deg, transparent 0%, rgb(145,144,152,0.5) 100%),
        radial-gradient(circle at 30% 70%, rgb(112,112,120,0.5) 0%, transparent 70%);
    opacity: 0.6;
}.course_highlights .team_photo::after {
    mix-blend-mode: multiply;
    width: 150%;
    z-index: 1;
    content: "";
    animation: pulseOverlay 15s ease-in-out infinite;
    top: -25%;
    opacity: 0.2;
    height: 150%;
    background: radial-gradient(
        circle at center,
        transparent 30%,
        rgb(180,179,185) 100%
    );
    position: absolute;
    left: -25%;
}.course_highlights .pro_training:hover .team_photo {
    box-shadow: 
        30px 30px 80px rgba(0, 0, 0, 0.15),
        15px 15px 30px rgba(0, 0, 0, 0.1);
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) scale(1.03);
}.course_highlights .pro_training:hover .class_path {
    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_highlights .pro_training:hover .site_navbar {
    transform: rotate(5deg) scale(1.05);
}.course_highlights .pro_training:hover .site_navbar svg path {
    fill: rgb(112,112,120);
}

@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_highlights .pro_training {
    min-height: 500px;
}.course_highlights .class_path {
    padding: 2.2rem;
    grid-column: 1 / 8;
}.course_highlights h3 {
    font-size: calc(33px * 0.9);
}.course_highlights .site_navbar {
    height: 100px;
    width: 100px;
}.course_highlights .site_navbar svg {
    width: 55px;
    height: 55px;
}
}

@media (max-width: 992px) {.course_highlights {
    padding: 5rem 0;
}.course_highlights .pro_training {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 10px;
    grid-template-rows: auto auto;
}.course_highlights .class_path {
    z-index: 5;
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin-top: -80px;
    padding: 2.5rem;
}.course_highlights .team_photo {
    grid-column: 1 / -1;
    height: 350px;
    border-radius: 40% 60% 60% 40% / 30% 40% 60% 70%;
    grid-row: 1 / 2;
}.course_highlights .site_navbar {
    margin-right: auto;
    margin-left: auto;
}.course_highlights h3 {
    padding-right: 0;
    text-align: center;
}.course_highlights h3::before {
    animation: lineCenterExpand 1.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateX(-50%) scaleX(0);
    left: 50%;
}.course_highlights p {
    text-align: center;
}.course_highlights .pro_training:hover .team_photo {
    transform: perspective(1000px) rotateX(-5deg) scale(1.03);
}.course_highlights .pro_training:hover .class_path {
    transform: translateZ(10px) translateY(-15px);
}
}

@keyframes lineCenterExpand {
    0% {
        transform: translateX(-50%) scaleX(0);
    }
    100% {
        transform: translateX(-50%) scaleX(1);
    }
}

@media (max-width: 768px) {.course_highlights {
    padding: 4rem 0;
}.course_highlights .team_photo {
    height: 300px;
}.course_highlights .class_path {
    padding: 2rem;
    margin-top: -60px;
}.course_highlights .site_navbar {
    width: 90px;
    height: 90px;
    margin-bottom: 1.3rem;
}.course_highlights .site_navbar svg {
    width: 50px;
    height: 50px;
}.course_highlights h3 {
    font-size: calc(33px * 0.8);
    margin-bottom: 1.3rem;
}.course_highlights p {
    font-size: calc(12px * 0.95);
    line-height: 1.7;
}
}

@media (max-width: 576px) {.course_highlights {
    padding: 3rem 0;
}.course_highlights .team_photo {
    border-radius: 30% 70% 70% 30% / 30% 40% 60% 70%;
    height: 250px;
}.course_highlights .class_path {
    margin-top: -50px;
    padding: 1.8rem 1.5rem;
}.course_highlights .site_navbar {
    width: 80px;
    height: 80px;
    margin-bottom: 1.2rem;
}.course_highlights .site_navbar svg {
    height: 45px;
    width: 45px;
}.course_highlights h3 {
    font-size: calc(33px * 0.7);
    margin-bottom: 1.2rem;
}.course_highlights h3::before {
    height: 2px;
    width: 50px;
}.course_highlights p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}}.gratSpace {
    background: linear-gradient(135deg, rgb(145,144,152,0.5), rgb(112,112,120,0.5));
    overflow: hidden;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
    padding: 6rem 2rem;
}.gratSpace::before {
    content: "";
    left: 0;
    transform-origin: center;
    top: 0;
    height: 100%;
    animation: pulse 15s ease-in-out infinite alternate;
    position: absolute;
    width: 100%;
    background: radial-gradient(circle at 30% 70%, rgb(145,144,152,0.5) 0%, transparent 60%);
    z-index: 1;
}.gratSpace::after {
    z-index: 0;
    animation: float 20s ease-in-out infinite;
    bottom: -5%;
    width: 50%;
    height: 50%;
    content: "";
    background: radial-gradient(circle, rgb(112,112,120,0.5) 0%, transparent 70%);
    right: -5%;
    position: absolute;
}.gratSpace .container {
    transform: perspective(1000px) rotateX(2deg);
    z-index: 2;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 1200px;
}.gratSpace .pro_training {
    grid-template-columns: 1fr;
    clip-path: polygon(
        0 0, 
        100% 0, 
        100% 85%, 
        95% 100%, 
        0 100%
    );
    padding: 3.5rem;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
    display: grid;
    transform: translateZ(0);
    gap: 2.5rem;
    position: relative;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 25px 50px -12px rgba(0, 0, 0, 0.15),
        0 0 0 1px rgba(255, 255, 255, 0.2),
        inset 0 0 0 1px rgba(255, 255, 255, 0.2);
}.gratSpace .pro_training:hover {
    transform: translateZ(30px) scale(1.02);
}.gratSpace .pro_training > div:first-child {
    padding-left: 2.5rem;
    position: relative;
    border-left: 4px solid rgb(145,144,152);
}.gratSpace .pro_training > div:first-child::before {
    left: -15px;
    background: rgb(145,144,152);
    box-shadow: 0 0 20px rgba(rgb(145,144,152), 0.5);
    transform: translateY(-50%);
    border-radius: 50%;
    height: 26px;
    width: 26px;
    animation: pulse 3s infinite alternate;
    content: "";
    top: 50%;
    position: absolute;
}.gratSpace h5 {
    animation: slideIn 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: transform 0.4s ease-out;
    font-size: calc(22px * 1.2);
    color: #000000;
    transform: translateX(0);
    margin: 0;
    line-height: 1.4;
    opacity: 0;
    font-weight: 700;
}.gratSpace .pro_training > div:nth-child(2) {
    transition: transform 0.3s ease;
    position: relative;
    opacity: 0;
    animation: fadeIn 0.8s 0.4s ease-out forwards;
}.gratSpace .pro_training > div:nth-child(2)::before {
    left: 0;
    width: 70%;
    top: -10px;
    height: 1px;
    background: linear-gradient(90deg, rgb(145,144,152), transparent);
    position: absolute;
    content: "";
}.gratSpace a {
    transform: translateY(0);
    display: block;
    text-decoration: none;
    transition: transform 0.4s ease-out;
}.gratSpace a:hover {
    transform: translateY(-5px);
}.gratSpace p {
    line-height: 1.8;
    font-size: 14px;
    color: #000000;
    padding: 1rem 0;
    hyphens: auto;
    position: relative;
    margin: 0;
}.gratSpace p::after {
    content: "";
    position: absolute;
    height: 2px;
    right: 0;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: right;
    bottom: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, transparent, rgb(112,112,120));
    width: 35%;
}.gratSpace a:hover p::after {
    transform: scaleX(1);
}

@keyframes pulse {
    0% { opacity: 0.6; transform: translateY(-50%) scale(0.95); }
    100% { opacity: 1; transform: translateY(-50%) scale(1.05); }
}

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

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

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

@media (min-width: 768px) {.gratSpace {
    padding: 8rem 3rem;
}.gratSpace .pro_training {
    grid-template-columns: 1fr 1fr;
    padding: 4rem;
    clip-path: polygon(
            0 0, 
            100% 0, 
            100% 90%, 
            95% 100%, 
            0 100%
        );
    gap: 3.5rem;
}.gratSpace h5 {
    font-size: calc(22px * 1.4);
}.gratSpace .pro_training > div:first-child::after {
    position: absolute;
    content: "";
    right: -3.5rem;
    transform: translateY(-50%);
    width: 1px;
    top: 50%;
    height: 80%;
    background: linear-gradient(to bottom, transparent, rgb(145,144,152,0.5), transparent);
}.gratSpace .pro_training > div:nth-child(2)::before {
    width: 40%;
}
}

@media (min-width: 992px) {.gratSpace .pro_training {
    gap: 5rem;
    padding: 5rem;
}.gratSpace h5 {
    font-size: calc(22px * 1.5);
}.gratSpace .pro_training > div:first-child {
    padding-left: 3rem;
    border-left-width: 5px;
}.gratSpace p {
    font-size: calc(14px * 1.1);
}.gratSpace .container {
    transform: perspective(1500px) rotateX(3deg);
}
}

@media (max-width: 767px) {.gratSpace {
    padding: 4rem 1.5rem;
}.gratSpace .pro_training {
    padding: 2.5rem 2rem;
}.gratSpace h5 {
    font-size: 22px;
}.gratSpace p {
    font-size: calc(14px * 0.95);
}
}

@media (hover: hover) {.gratSpace .pro_training:hover > div:first-child::before {
    animation-duration: 1.5s;
}
}

@media (prefers-reduced-motion) {.gratSpace .pro_training,
    .gratSpace a,
    .gratSpace h5,
    .gratSpace::before,
    .gratSpace::after {
    animation: none;
    transition: none;
}.gratSpace .pro_training > div:first-child::before {
    animation: none;
}.gratSpace .pro_training > div:nth-child(2) {
    opacity: 1;
}.gratSpace h5 {
    opacity: 1;
}}.learning_process {
    position: relative;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: linear-gradient(135deg, rgb(180,179,185) 0%, rgb(145,144,152,0.5) 100%);
    overflow: hidden;
    padding: 120px 0;
}.learning_process::before {
    background: 
        radial-gradient(circle at 20% 30%, rgb(112,112,120,0.5) 0%, transparent 80%),
        radial-gradient(circle at 80% 70%, rgb(145,144,152,0.5) 0%, transparent 60%);
    z-index: 0;
    position: absolute;
    top: 0;
    opacity: 0.25;
    right: 0;
    width: 100%;
    pointer-events: none;
    content: "";
    height: 100%;
}.learning_process::after {
    pointer-events: none;
    background-size: 60px 60px;
    opacity: 0.05;
    top: 0;
    content: "";
    background: 
        linear-gradient(45deg, transparent 49.5%, rgb(112,112,120,0.5) 49.5%, rgb(112,112,120,0.5) 50.5%, transparent 50.5%),
        linear-gradient(-45deg, transparent 49.5%, rgb(112,112,120,0.5) 49.5%, rgb(112,112,120,0.5) 50.5%, transparent 50.5%);
    width: 100%;
    height: 100%;
    left: 0;
    animation: backgroundShift 60s linear infinite;
    position: absolute;
    z-index: 1;
}.learning_process .container {
    perspective: 1200px;
    position: relative;
    z-index: 2;
    transform-style: preserve-3d;
}.learning_process .pro_training {
    display: grid;
    transition: transform 0.8s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    grid-template-columns: 1fr;
    transform-style: preserve-3d;
    gap: 2rem;
}.learning_process .pro_training:hover {
    transform: translateZ(20px);
}.learning_process .pro_training > div {
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    padding: 3rem;
    -webkit-backdrop-filter: blur(10px);
    border-left: 5px solid rgb(145,144,152);
    backdrop-filter: blur(10px);
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.08),
        0 5px 15px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg) rotateY(-1deg);
    position: relative;
}.learning_process .pro_training > div::before {
    content: "";
    top: 0;
    transform: scaleX(0);
    width: 100%;
    z-index: -1;
    height: 100%;
    position: absolute;
    opacity: 0.05;
    background: linear-gradient(135deg, rgb(145,144,152,0.5) 0%, transparent 100%);
    transition: transform 0.5s ease-out;
    left: 0;
    transform-origin: left top;
}.learning_process .pro_training > div:hover {
    border-left-width: 8px;
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.12),
        0 10px 25px rgba(0, 0, 0, 0.08);
    transform: perspective(1000px) rotateX(0) rotateY(0) translateZ(30px);
}.learning_process .pro_training > div:hover::before {
    transform: scaleX(1);
}.learning_process h3 {
    color: #000000;
    transition: transform 0.4s ease-out;
    font-size: calc(36px * 0.8);
    font-weight: 700;
    transform: translateZ(10px);
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
}.learning_process h3::after {
    transform-origin: left;
    transform: scaleX(0.7);
    width: 80px;
    position: absolute;
    background: linear-gradient(90deg, rgb(145,144,152) 0%, rgb(112,112,120) 100%);
    left: 0;
    content: "";
    transition: transform 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67);
    bottom: 0;
    height: 3px;
}.learning_process .pro_training > div:hover h3 {
    transform: translateZ(15px);
}.learning_process .pro_training > div:hover h3::after {
    transform: scaleX(1);
}.learning_process p {
    opacity: 0.9;
    margin-bottom: 0;
    color: #000000;
    transition: transform 0.4s ease-out 0.1s;
    line-height: 1.8;
    font-size: 14px;
    z-index: 2;
    position: relative;
    transform: translateZ(5px);
}.learning_process p span {
    position: relative;
    display: inline-block;
    transform-origin: left center;
    transition: transform 0.4s ease-out, opacity 0.3s ease-in;
}.learning_process .pro_training > div:hover p {
    transform: translateZ(10px);
}.learning_process .pro_training > div:hover p span {
    opacity: 1;
}

@keyframes backgroundShift {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 1000px 1000px;
    }
}

@media screen and (min-width: 768px) {.learning_process {
    padding: 150px 0;
}.learning_process .pro_training {
    gap: 3rem;
    grid-template-columns: 1fr;
}.learning_process h3 {
    font-size: 36px;
}.learning_process .pro_training > div {
    padding: 4rem;
}
}

@media screen and (min-width: 992px) {.learning_process {
    padding: 180px 0;
}.learning_process .pro_training {
    grid-template-columns: 1fr;
    gap: 4rem;
}.learning_process .pro_training > div {
    padding: 5rem;
    transform: perspective(1200px) rotateX(3deg) rotateY(-2deg);
}.learning_process h3 {
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
}.learning_process h3::after {
    width: 120px;
}
}

@media screen and (max-width: 767px) {.learning_process {
    padding: 80px 0;
}.learning_process .pro_training > div {
    padding: 2rem;
    transform: perspective(800px) rotateX(1deg) rotateY(-0.5deg);
}.learning_process h3 {
    margin-bottom: 1rem;
    font-size: calc(36px * 0.7);
}.learning_process p {
    font-size: calc(14px * 0.9);
}
}

@media (prefers-reduced-motion: reduce) {.learning_process::after {
    animation: none;
}.learning_process .pro_training,
    .learning_process .pro_training > div,
    .learning_process h3,
    .learning_process p,
    .learning_process p span {
    transform: none !important;
    transition: none;
}}.connect_with_us {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: rgb(180,179,185);
}.connect_with_us::before {
    background: linear-gradient(180deg, rgb(112,112,120,0.5) 0%, transparent 100%);
    left: 0;
    position: absolute;
    opacity: 0.4;
    content: "";
    width: 100%;
    z-index: 1;
    top: 0;
    height: 100%;
}.connect_with_us::after {
    height: 200px;
    background: linear-gradient(0deg, rgb(180,179,185) 0%, transparent 100%);
    content: "";
    width: 100%;
    left: 0;
    z-index: 2;
    position: absolute;
    bottom: 0;
}.connect_with_us .team_photo {
    left: 0;
    opacity: 0.12;
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 0;
    width: 100%;
    filter: grayscale(100%) contrast(120%);
}.connect_with_us .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 20px;
    z-index: 5;
}.connect_with_us h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #000000;
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}.contact_queryUWaEd {
    display: flex;
    position: relative;
    gap: 0;
    z-index: 10;
}.contact_queryUWaEd .inquiry_query {
    background: #ffffff;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
    padding: 60px;
    flex: 0 0 58%;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
}.contact_queryUWaEd .inquiry_query h3 {
    color: #000000;
    text-transform: none;
    margin-bottom: 40px;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
}.contact_queryUWaEd .inquiry_query h3::before,
.contact_queryUWaEd .inquiry_query h3::after {
    content: none;
}.contact_queryUWaEd .inquiry_query form {
    flex-direction: column;
    display: flex;
}.contact_queryUWaEd .inquiry_query input[type="text"],
.contact_queryUWaEd .inquiry_query textarea {
    width: 100%;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    margin-bottom: 25px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
    border: none;
    font-size: 12px;
    padding: 16px 20px;
}.contact_queryUWaEd .inquiry_query input[type="text"]:focus,
.contact_queryUWaEd .inquiry_query textarea:focus {
    border-bottom-color: rgb(145,144,152);
    background: rgba(245, 245, 245, 0.8);
    outline: none;
}.contact_queryUWaEd .inquiry_query textarea {
    resize: vertical;
    min-height: 150px;
}.contact_queryUWaEd .inquiry_query .feedback_query {
    margin-bottom: 30px;
    position: relative;
    display: flex;
    align-items: flex-start;
}.contact_queryUWaEd .inquiry_query .feedback_query input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}.contact_queryUWaEd .inquiry_query .feedback_query label {
    cursor: pointer;
    position: relative;
    line-height: 1.5;
    font-size: calc(12px - 2px);
    color: #000000;
    padding-left: 35px;
}.contact_queryUWaEd .inquiry_query .feedback_query label::before {
    top: 2px;
    width: 22px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease;
    content: "";
    height: 22px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    background: rgba(245, 245, 245, 0.5);
}.contact_queryUWaEd .inquiry_query .feedback_query input[type="checkbox"]:checked + label::before {
    border-bottom-color: rgb(145,144,152);
    background: rgb(145,144,152);
}.contact_queryUWaEd .inquiry_query .feedback_query input[type="checkbox"]:checked + label::after {
    position: absolute;
    top: 4px;
    width: 6px;
    transform: rotate(45deg);
    border: solid #ffffff;
    height: 12px;
    left: 8px;
    content: "";
    border-width: 0 2px 2px 0;
}.contact_queryUWaEd .inquiry_query .feedback_query a {
    text-decoration: none;
    border-bottom: 1px dashed rgb(145,144,152);
    font-weight: 600;
    transition: all 0.3s ease;
    color: rgb(145,144,152);
}.contact_queryUWaEd .inquiry_query .feedback_query a:hover {
    border-bottom-color: rgb(112,112,120);
    color: rgb(112,112,120);
}.contact_queryUWaEd .inquiry_query .reach_map {
    transition: all 0.3s ease;
    letter-spacing: 1px;
    align-self: flex-start;
    font-weight: 600;
    font-size: 19px;
    cursor: pointer;
    background: transparent;
    display: inline-block;
    border: none;
    color: #000000;
    border-bottom: 2px solid rgb(145,144,152);
    position: relative;
    padding: 15px 35px;
    text-transform: uppercase;
}.contact_queryUWaEd .inquiry_query .reach_map::before {
    z-index: -1;
    bottom: -2px;
    position: absolute;
    left: 0;
    height: 2px;
    content: "";
    transition: all 0.3s ease;
    width: 100%;
    background: rgb(145,144,152);
}.contact_queryUWaEd .inquiry_query .reach_map:hover {
    color: #ffffff;
}.contact_queryUWaEd .inquiry_query .reach_map:hover::before {
    height: 100%;
}.contact_queryUWaEd .help_card {
    flex: 0 0 42%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
    z-index: 0;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
    background: rgba(0, 0, 0, 0.5);
    margin-left: -40px;
    position: relative;
    padding: 60px;
    color: #ffffff;
}.contact_queryUWaEd .help_card::before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: repeating-linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.05) 0,
        rgba(255, 255, 255, 0.05) 1px,
        transparent 1px,
        transparent 10px
    );
    z-index: -1;
    position: absolute;
    content: "";
}.contact_queryUWaEd .help_card h4 {
    position: relative;
    font-weight: 600;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 20px;
    color: #ffffff;
    padding-bottom: 15px;
}.contact_queryUWaEd .help_card .request_reach {
    padding: 0;
    margin: 0;
    list-style: none;
}.contact_queryUWaEd .help_card .request_reach li {
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    align-items: center;
    display: flex;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}.contact_queryUWaEd .help_card .request_reach li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}.contact_queryUWaEd .help_card .request_reach li svg {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    margin-right: 20px;
}.contact_queryUWaEd .help_card .request_reach li svg path {
    fill: rgb(145,144,152);
    transition: all 0.3s ease;
}.contact_queryUWaEd .help_card .request_reach li:hover svg path {
    fill: #ffffff;
}.contact_queryUWaEd .help_card .request_reach li span {
    line-height: 1.5;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.9);
}.contact_queryUWaEd .help_card .request_reach li a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease;
}.contact_queryUWaEd .help_card .request_reach li a:hover {
    color: rgb(145,144,152);
}

@media screen and (max-width: 992px) {.connect_with_us {
    padding: 80px 0;
}.contact_queryUWaEd {
    flex-direction: column;
}.contact_queryUWaEd .inquiry_query {
    width: 100%;
    clip-path: none;
}.contact_queryUWaEd .help_card {
    clip-path: none;
    margin-left: 0;
    width: 100%;
}
}

@media screen and (max-width: 768px) {.connect_with_us {
    padding: 60px 0;
}.connect_with_us h3 {
    font-size: calc(28px - 4px);
}.contact_queryUWaEd .inquiry_query,
    .contact_queryUWaEd .help_card {
    padding: 40px 30px;
}.contact_queryUWaEd .inquiry_query .reach_map {
    width: 100%;
    text-align: center;
}
}

@media screen and (max-width: 480px) {.connect_with_us {
    padding: 40px 0;
}.contact_queryUWaEd .inquiry_query,
    .contact_queryUWaEd .help_card {
    padding: 30px 20px;
}.contact_queryUWaEd .inquiry_query h3,
    .contact_queryUWaEd .help_card h4 {
    font-size: calc(20px - 2px);
}}.cookie_warning_message {
    border-top: 2px solid rgb(145,144,152);
    bottom: 0;
    background: rgb(180,179,185);
    z-index: 90;
    position: fixed;
    width: 100%;
}.track_accept {
    justify-content: space-between;
    display: flex;
    padding: 20px 0;
    align-items: center;
}#privacyWarningBox {
    display: none;
}#privacyWarningBox:checked ~ .cookie_warning_message {
    visibility: hidden;
    opacity: 0;
}.cookie_warning_message h5 {
    margin-bottom: 6px;
    font-size: 22px;
}.cookie_warning_message p {
    font-size: 18px;
}.consent_edu {
    flex-shrink: 0;
    margin-right: 10px;
}.consent_edu svg, .consent_edu svg path, .consent_edu img {
    fill: rgb(145,144,152);
    height: 100px;
    width: 100px;
}.cookie_eductrl {
    cursor: pointer;
    white-space: nowrap;
    font-size: 24px;
    text-align: center;
    margin-left: 10px;
    min-width: 120px;
    line-height: 35px;
    border-bottom: 2px solid rgb(145,144,152);
    flex-shrink: 0;
    text-decoration: none;
    color: rgb(145,144,152);
}.cookie_warning_message p a {
    color: rgb(145,144,152);
    text-decoration: none;
}
@media only screen and (max-width: 1200px) {.cookie_warning_message {
    padding: 20px;
}
}
@media only screen and (max-width: 800px) {.consent_edu {
    display: none;
}.track_accept {
    flex-direction: column;
    justify-content: center;
    align-items: center;
}.cookie_warning_message h5 {
    text-align: center;
}.cookie_warning_message p {
    text-align: center;
}.privacy_gate {
    margin-bottom: 20px;
}body .wrapper-holder .cookie_eductrl {
    margin-left: 0;
    margin-bottom: 10px;
}}
.wrapper-holder .cookie_warning_message {
    background: #ffffff;
    border: none;
    box-shadow: rgb(145,144,152,0.5) 0px 0px 40px 39px;
}.wrapper-holder .cookie_eductrl {
    font-weight: 400;
    border: none;
    padding: 10px;
    font-size: 20px;
    background: rgb(145,144,152);
    color: #ffffff;
    margin-left: 30px;
}.wrapper-holder .consent_edu {
    background:rgb(145,144,152);
    justify-content: center;
    height: 80px;
    display: flex;
    border-radius: 50%;
    width: 80px;
    align-items: center;
}.wrapper-holder .consent_edu svg, .wrapper-holder .consent_edu svg path, .wrapper-holder .consent_edu img {
    width: 40px;
    height: 40px;
    fill:#000000;
}.wrapper-holder .privacy_gate h5, .wrapper-holder .privacy_gate p {
    color: #000000;
}
@media only screen and (max-width: 800px){.wrapper-holder .consent_edu {
    margin-bottom: 14px;
    margin: 0;
}}.confidential_hearth {
    position: relative;
    background: linear-gradient(135deg, rgb(180,179,185) 0%, rgba(245, 247, 250, 0.95) 100%);
    padding: 5rem 2rem;
    font-family: Arial, sans-serif;
    color: #000000;
    overflow: hidden;
}.confidential_hearth::before {
    right: 0;
    content: "";
    width: 30%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgb(145,144,152,0.5));
    opacity: 0.05;
    position: absolute;
    transform: skewX(-15deg) translateX(20%);
    top: 0;
}.confidential_hearth::after {
    content: "";
    left: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 5px;
    background: linear-gradient(90deg, rgb(145,144,152), rgb(112,112,120), rgb(145,144,152));
}.confidential_hearth .container {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
}.confidential_hearth h1 {
    color: #000000;
    position: relative;
    font-weight: 700;
    margin-bottom: 2.5rem;
    transform: translateX(-0.5rem);
    padding-bottom: 1rem;
    font-size: 40px;
}.confidential_hearth h1::after {
    position: absolute;
    bottom: 0;
    background: linear-gradient(90deg, rgb(145,144,152), rgb(112,112,120));
    content: "";
    height: 4px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 0;
    transform-origin: left;
    width: 80px;
}.confidential_hearth h1:hover::after {
    transform: scaleX(1.5);
}.confidential_hearth h2 {
    padding-left: 1rem;
    font-size: 32px;
    position: relative;
    color: #000000;
    font-weight: 600;
    margin: 2.5rem 0 1.5rem;
}.confidential_hearth h2::before {
    content: "";
    left: 0;
    width: 4px;
    bottom: 0.25rem;
    border-radius: 10px;
    top: 0.25rem;
    position: absolute;
    background: linear-gradient(to bottom, rgb(145,144,152), rgb(112,112,120));
}.confidential_hearth h3 {
    margin: 2rem 0 1.2rem;
    padding-bottom: 0.75rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #000000;
    font-weight: 600;
    font-size: calc(32px * 0.85);
}.confidential_hearth h4 {
    color: #000000;
    font-weight: 600;
    font-size: calc(32px * 0.75);
    margin: 1.8rem 0 1rem;
}.confidential_hearth p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.75;
    font-size: 15px;
    max-width: 95%;
}.confidential_hearth p strong {
    font-weight: 600;
    display: inline-block;
    position: relative;
    color: #000000;
}.confidential_hearth p strong::after {
    opacity: 0.5;
    position: absolute;
    bottom: -2px;
    left: 0;
    background: rgb(112,112,120,0.5);
    content: "";
    width: 100%;
    height: 2px;
}.confidential_hearth ul {
    list-style: none;
    padding-left: 1.5rem;
    margin: 1.5rem 0 2rem;
}.confidential_hearth li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 1rem;
    line-height: 1.6;
}.confidential_hearth li::before {
    content: "";
    height: 8px;
    left: 0;
    transform: rotate(45deg);
    position: absolute;
    background: rgb(112,112,120);
    width: 8px;
    opacity: 0.8;
    top: 0.75rem;
}.confidential_hearth span {
    padding-left: 1rem;
    border-left: 2px solid rgb(112,112,120,0.5);
    margin-bottom: 1.75rem;
    line-height: 1.7;
    display: block;
    max-width: 95%;
    font-size: 15px;
}

@media screen and (min-width: 1200px) {.confidential_hearth {
    padding: 7rem 3rem;
}.confidential_hearth .container {
    gap: 0.5rem;
    grid-template-columns: 1fr;
    display: grid;
}.confidential_hearth h1 {
    font-size: calc(40px * 1.2);
    transform: translateX(-1rem);
    grid-column: 1 / -1;
}.confidential_hearth h1::after {
    width: 120px;
}.confidential_hearth h2, 
    .confidential_hearth h3, 
    .confidential_hearth h4 {
    grid-column: 1 / -1;
}.confidential_hearth p, 
    .confidential_hearth ul,
    .confidential_hearth span {
    max-width: 85%;
}
}

@media screen and (max-width: 991px) {.confidential_hearth {
    padding: 4rem 1.5rem;
}.confidential_hearth h1 {
    font-size: calc(40px * 0.9);
}.confidential_hearth h2 {
    font-size: calc(32px * 0.9);
}.confidential_hearth::before {
    width: 50%;
}
}

@media screen and (max-width: 767px) {.confidential_hearth {
    padding: 3rem 1rem;
}.confidential_hearth h1 {
    margin-bottom: 1.5rem;
    font-size: calc(40px * 0.8);
}.confidential_hearth h2 {
    font-size: calc(32px * 0.8);
    margin: 2rem 0 1rem;
}.confidential_hearth h3 {
    font-size: calc(32px * 0.7);
}.confidential_hearth h4 {
    font-size: calc(32px * 0.6);
}.confidential_hearth p,
    .confidential_hearth span,
    .confidential_hearth li {
    font-size: calc(15px * 0.95);
}.confidential_hearth ul {
    padding-left: 0.5rem;
}.confidential_hearth span {
    padding-left: 0.75rem;
}
}

@media screen and (max-width: 480px) {.confidential_hearth {
    padding: 2.5rem 1rem;
}.confidential_hearth h1::after {
    width: 60px;
}.confidential_hearth h2::before {
    width: 3px;
}.confidential_hearth li {
    padding-left: 1.25rem;
}.confidential_hearth p,
    .confidential_hearth span,
    .confidential_hearth li {
    max-width: 100%;
}}header {
    position: fixed;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    width: 100%;
    z-index: 1000;
    top: 0;
    background: linear-gradient(120deg, 
        rgb(145,144,152) 0%, 
        rgb(145,144,152,0.5) 100%
    );
    left: 0;
}header:before {
    pointer-events: none;
    top: 0;
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    opacity: 0.1;
    height: 100%;
}header:after {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    background-size: 100px 100px;
    background-image: 
        linear-gradient(to right, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        ),
        linear-gradient(to bottom, 
            transparent 20%, 
            rgba(255, 255, 255, 0.05) 40%, 
            rgba(255, 255, 255, 0.05) 60%, 
            transparent 80%
        );
    width: 100%;
    content: '';
}header .header_train {
    position: relative;
}header .header_train:before {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right, 
        transparent, 
        #ffffff, 
        transparent
    );
    opacity: 0.3;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
}header .header_train:after {
    height: 60px;
    opacity: 0.5;
    transform: translateY(-50%);
    filter: blur(8px);
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.1) 0%,
        transparent 70%
    );
    width: 60px;
    pointer-events: none;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
}header .container {
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
    padding: 15px 25px;
}header .container:before {
    right: 20px;
    opacity: 0.5;
    pointer-events: none;
    background-repeat: repeat-x;
    background-size: 6px 2px, 6px 2px;
    content: '';
    top: 50%;
    background-position: 0 0, 0 10px;
    background-image: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%),
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.1) 50%);
    transform: translateY(-50%);
    position: absolute;
    height: 30px;
    width: 50px;
}header .top_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}header .top_section:before {
    width: 20px;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 50%;
    left: 0;
    height: 20px;
    opacity: 0.5;
    transform: translateY(-50%) translateX(-40px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .top_section:after {
    border: 1px solid rgba(255, 255, 255, 0.2);
    right: 0;
    content: '';
    opacity: 0.5;
    position: absolute;
    border-radius: 50%;
    width: 20px;
    transform: translateY(-50%) translateX(40px);
    height: 20px;
    top: 50%;
}header .nav_teach {
    position: relative;
    gap: 30px;
    display: flex;
    align-items: center;
}header .nav_teach:before {
    background: linear-gradient(to right, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    transition: opacity 0.4s ease;
    left: 0;
    bottom: -10px;
    width: 100%;
    position: absolute;
    content: '';
    height: 2px;
    opacity: 0;
}header .nav_teach:hover:before {
    opacity: 0.7;
}header .nav_know {
    letter-spacing: 0.5px;
    color: #ffffff;
    font-weight: 400;
    font-family: Arial, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 0;
    text-decoration: none;
    position: relative;
    transition: all 0.3s ease;
}header .nav_know:before {
    opacity: 0;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
    height: 6px;
    width: 6px;
    transition: all 0.3s ease;
    border-radius: 50%;
    position: absolute;
    background: #ffffff;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    left: -12px;
}header .nav_know:after {
    background: rgba(255, 255, 255, 0.5);
    left: -30px;
    position: absolute;
    content: '';
    height: 1px;
    top: 50%;
    width: 20px;
    transition: all 0.3s ease;
    transform: translateY(-50%) scaleX(0);
    transform-origin: right;
}header .nav_know:hover {
    transform: translateX(5px);
    color: #ffffff;
}header .nav_know:hover:before {
    left: -20px;
    opacity: 1;
}header .nav_know:hover:after {
    transform: translateY(-50%) scaleX(1);
}header .head_lesson {
    align-items: center;
    display: flex;
    padding: 5px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease;
}header .head_lesson:before {
    position: absolute;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    content: '';
    height: calc(100% + 20px);
    transition: all 0.3s ease;
    top: -10px;
    opacity: 0;
    width: calc(100% + 20px);
    left: -10px;
}header .head_lesson:after {
    content: '';
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    position: absolute;
    top: -5px;
    left: -5px;
    opacity: 0;
    background: #ffffff;
    border-radius: 50%;
    width: 10px;
    height: 10px;
}header .head_lesson:hover:before {
    opacity: 1;
}header .head_lesson:hover:after {
    opacity: 1;
    animation: circuit 3s infinite;
}header .head_lesson svg {
    height: 40px;
    transition: all 0.3s ease;
    width: auto;
}header .head_lesson:hover svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}

@keyframes circuit {
    0%, 100% {
        top: -5px;
        left: -5px;
    }
    25% {
        top: -5px;
        left: calc(100% - 5px);
    }
    50% {
        top: calc(100% - 5px);
        left: calc(100% - 5px);
    }
    75% {
        top: calc(100% - 5px);
        left: -5px;
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
}

@media (max-width: 991px) {header .container {
    padding: 12px 20px;
}header .nav_teach {
    gap: 20px;
}header .head_lesson svg {
    height: 35px;
}
}

@media (max-width: 767px) {header .nav_teach {
    height: 100vh;
    top: 0;
    z-index: 1001;
    position: fixed;
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    right: -100%;
    padding: 80px 30px 30px;
    flex-direction: column;
    gap: 25px;
    width: 80%;
    max-width: 320px;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.2);
    background: rgb(145,144,152);
}header .nav_teach:before {
    top: 60px;
    left: 10%;
    bottom: auto;
    width: 80%;
}header .nav_teach:after {
    width: 30px;
    top: 20px;
    right: 20px;
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    content: '';
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}header .menu.active {
    right: 0;
}header .nav_know {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
}header .nav_know:hover {
    transform: translateX(0);
}header .nav_know:last-child {
    border-bottom: none;
}header .head_lesson {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 10px 15px;
}header .head_lesson svg {
    height: 30px;
}}footer {
    width: 100%;
    position: relative;
}footer .edu_links {
    padding: 80px 0 30px;
    position: relative;
    background: linear-gradient(135deg, rgb(145,144,152), rgb(112,112,120));
    font-family: Arial, sans-serif;
    color: #ffffff;
}footer .edu_links::before {
    width: 100%;
    position: absolute;
    top: 0;
    background-image: radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 20%),
                      radial-gradient(circle at 85% 60%, rgba(255, 255, 255, 0.15) 0%, transparent 25%),
                      radial-gradient(circle at 40% 90%, rgba(255, 255, 255, 0.08) 0%, transparent 15%);
    left: 0;
    height: 100%;
    content: "";
}footer .help_center {
    z-index: 1;
    position: relative;
}footer .edu_tutor {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 60px;
    justify-content: center;
}footer .info_item {
    padding: 20px;
    flex: 0 1 220px;
    transition: all 0.4s ease;
    justify-content: center;
    position: relative;
    background-color: rgb(145,144,152,0.5);
    height: 220px;
    border-radius: 50%;
    z-index: 1;
    display: flex;
    backdrop-filter: blur(5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    align-items: center;
}footer .info_item:nth-child(1) {
    transform: translateY(-20px);
}footer .info_item:nth-child(2) {
    transform: translateY(20px);
}footer .info_item:nth-child(3) {
    transform: translateY(-10px);
}footer .info_item:nth-child(4) {
    transform: translateY(10px);
}footer .info_item:hover {
    background-color: rgb(112,112,120,0.5);
    transform: scale(1.05) translateY(0);
    z-index: 2;
}footer .info_item svg {
    fill: #ffffff;
    margin-right: 10px;
    height: 24px;
    flex-shrink: 0;
    width: 24px;
}footer .info_item p,
footer .info_item a {
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    max-width: 80%;
    font-size: 16px;
}footer .info_item a:hover {
    text-decoration: underline;
}footer .text_main_holder {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
}footer .site_navbar, footer .nav_teach, footer .subscribe_holder {
    padding: 30px;
    border-radius: 17px;
    backdrop-filter: blur(5px);
    background-color: rgb(145,144,152,0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    text-align: center;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    flex-direction: column;
    flex: 1 1 300px;
    max-width: 400px;
    display: flex;
    overflow: hidden;
}footer .site_navbar:hover, footer .nav_teach:hover, footer .subscribe_holder:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    background-color: rgb(112,112,120,0.5);
    transform: translateY(-10px);
}footer .site_navbar::before, footer .nav_teach::before, footer .subscribe_holder::before {
    content: "";
    position: absolute;
    opacity: 0.1;
    border-radius: 50%;
    height: 150px;
    width: 150px;
    z-index: -1;
}footer .site_navbar::before {
    left: -50px;
    background-color: rgb(145,144,152);
    top: -50px;
}footer .nav_teach::before {
    background-color: rgb(112,112,120);
    bottom: -50px;
    right: -50px;
}footer .subscribe_holder::before {
    left: -50px;
    background-color: rgb(145,144,152);
    bottom: -50px;
}footer .site_navbar svg {
    width: auto;
    margin-bottom: 20px;
    height: 50px;
    filter: brightness(0) invert(1);
}footer .referral_prog {
    font-size: 13px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
}footer .nav_teach h5, footer .subscribe_holder h5 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    position: relative;
    display: inline-block;
}footer .nav_teach h5::after, footer .subscribe_holder h5::after {
    height: 2px;
    content: "";
    transform: translateX(-50%);
    position: absolute;
    background-color: #ffffff;
    transition: width 0.3s ease;
    left: 50%;
    bottom: -8px;
    width: 40px;
}footer .nav_teach:hover h5::after, footer .subscribe_holder:hover h5::after {
    width: 80px;
}footer .site_study {
    gap: 10px;
    margin-bottom: 20px;
    max-width: 300px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}footer .site_study a {
    color: #ffffff;
    background-color: rgb(145,144,152,0.5);
    font-size: 16px;
    text-decoration: none;
    padding: 8px 15px;
    transition: all 0.3s ease;
    border-radius: 10px;
}footer .site_study a:hover {
    background-color: rgb(112,112,120,0.5);
    transform: translateY(-3px);
}footer .subscribe_holder p {
    max-width: 300px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}footer .input_holder {
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    max-width: 300px;
    display: flex;
}footer .input_holder input[type="email"] {
    border: none;
    color: #ffffff;
    font-size: 16px;
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.2);
}footer .input_holder input[type="email"]:focus {
    box-shadow: 0 0 0 3px rgb(145,144,152,0.5);
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
}footer .input_holder input[type="email"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}footer .sub_solution {
    transition: all 0.3s ease;
    width: 100%;
    padding: 15px 20px;
    background-color: rgb(145,144,152);
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    font-size: 18px;
}footer .sub_solution:hover {
    background-color: rgb(112,112,120);
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}footer .ar_tools {
    text-align: center;
    position: relative;
    margin-top: 60px;
}footer .edu_global {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(5px);
    background-color: rgb(145,144,152,0.5);
    padding: 8px 20px;
    border-radius: 10px;
    display: inline-block;
}

@media (min-width: 992px) {footer .text_main_holder {
    flex-wrap: nowrap;
}
}

@media (max-width: 991px) {footer .info_item {
    height: 180px;
    flex: 0 1 180px;
}footer .info_item:nth-child(1),
    footer .info_item:nth-child(2),
    footer .info_item:nth-child(3),
    footer .info_item:nth-child(4) {
    transform: none;
}
}

@media (max-width: 767px) {footer .edu_links {
    padding: 60px 0 30px;
}footer .edu_tutor {
    margin-bottom: 40px;
    flex-direction: column;
}footer .info_item {
    flex: 0 1 100px;
    padding: 15px;
    height: 100px;
}footer .site_navbar, footer .nav_teach, footer .subscribe_holder {
    padding: 25px 20px;
}footer .ar_tools {
    margin-top: 40px;
}
}

@media (max-width: 576px) {footer .edu_links {
    padding: 50px 0 20px;
}footer .info_item {
    height: 90px;
    flex: 0 1 90px;
}footer .info_item p, footer .info_item a {
    font-size: calc(16px - 1px);
}footer .nav_teach h5, footer .subscribe_holder h5 {
    font-size: calc(20px - 2px);
}footer .site_study a {
    font-size: calc(16px - 1px);
    padding: 6px 12px;
}footer .input_holder input[type="email"],
    footer .sub_solution {
    padding: 12px 15px;
}footer .edu_global {
    padding: 6px 15px;
}}.quantitative_data {
    background: linear-gradient(135deg, rgb(180,179,185) 0%, rgba(0, 0, 0, 0.5) 100%);
    position: relative;
    overflow: hidden;
    padding: 6rem 0;
}.quantitative_data::before {
    background: repeating-linear-gradient(
        45deg,
        rgb(145,144,152,0.5) 0px,
        rgb(145,144,152,0.5) 1px,
        transparent 1px,
        transparent 10px
    );
    pointer-events: none;
    opacity: 0.05;
    width: 100%;
    left: 0;
    position: absolute;
    top: 0;
    content: "";
    height: 100%;
}.quantitative_data::after {
    animation: lightPulse 15s infinite alternate ease-in-out;
    transform: rotate(-15deg);
    right: -50%;
    width: 70%;
    background: radial-gradient(
        circle at center,
        rgb(145,144,152,0.5) 0%,
        transparent 70%
    );
    opacity: 0.07;
    content: "";
    position: absolute;
    height: 200%;
    top: -50%;
    pointer-events: none;
}.quantitative_data .container {
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.quantitative_data h4 {
    font-size: 18px;
    opacity: 1;
    font-weight: 700;
    transform: translateY(0);
    color: #000000;
    margin-top: 4rem;
    font-family: Arial, sans-serif;
    position: relative;
    transition: transform 0.5s ease, opacity 0.5s ease;
    text-align: center;
}.quantitative_data h4::after {
    transition: width 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    height: 3px;
    content: "";
    background: rgb(145,144,152);
    position: absolute;
    width: 60px;
}.quantitative_data:hover h4::after {
    width: 120px;
}.quantitative_data ul {
    list-style: none;
    gap: 2rem;
    margin: 0;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    padding: 0;
    display: grid;
}.quantitative_data .statistics_support {
    box-shadow: 
        0 10px 30px -15px rgba(0, 0, 0, 0.5),
        0 1px 3px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    background: linear-gradient(
        145deg, 
        rgba(255, 255, 255, 0.95), 
        rgba(255, 255, 255, 0.85)
    );
    border-left: 3px solid rgb(145,144,152);
    overflow: hidden;
    backdrop-filter: blur(5px);
    padding: 2rem;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}.quantitative_data .statistics_support::before {
    width: 100%;
    background: linear-gradient(
        135deg,
        transparent 0%,
        transparent 85%,
        rgb(145,144,152,0.5) 100%
    );
    opacity: 0;
    top: 0;
    transition: opacity 0.5s ease;
    left: 0;
    position: absolute;
    height: 100%;
    content: "";
}.quantitative_data .statistics_support:hover {
    transform: translateY(-5px);
    box-shadow: 
        0 15px 35px -15px rgba(0, 0, 0, 0.5),
        0 5px 10px rgba(0, 0, 0, 0.03);
}.quantitative_data .statistics_support:hover::before {
    opacity: 0.2;
}.quantitative_data .statistics_support div {
    position: relative;
    display: flex;
    z-index: 2;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}.quantitative_data .statistics_support p {
    text-fill-color: transparent;
    margin: 0;
    color: rgb(145,144,152);
    transform-origin: left center;
    background-clip: text;
    line-height: 1;
    font-weight: 700;
    font-size: 3.5rem;
    transition: transform 0.3s ease;
    background: linear-gradient(
        45deg,
        rgb(145,144,152) 0%,
        rgb(112,112,120) 100%
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}.quantitative_data .statistics_support:hover p {
    transform: scale(1.05);
}.quantitative_data .statistics_support span {
    display: block;
    color: #000000;
    position: relative;
    font-size: 12px;
    font-weight: 600;
    margin-top: 0.75rem;
    transition: transform 0.3s ease, color 0.3s ease;
}.quantitative_data .statistics_support span::after {
    transition: width 0.3s ease;
    width: 0;
    height: 2px;
    bottom: -5px;
    position: absolute;
    background: rgb(112,112,120);
    content: "";
    left: 0;
}.quantitative_data .statistics_support:hover span {
    color: #000000;
    transform: translateX(5px);
}.quantitative_data .statistics_support:hover span::after {
    width: 30%;
}

@keyframes lightPulse {
    0% {
        opacity: 0.03;
        transform: rotate(-15deg) scale(1);
    }
    50% {
        opacity: 0.08;
        transform: rotate(-15deg) scale(1.05);
    }
    100% {
        opacity: 0.05;
        transform: rotate(-15deg) scale(1);
    }
}

@media (max-width: 1200px) {.quantitative_data ul {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}.quantitative_data .statistics_support p {
    font-size: 3rem;
}
}

@media (max-width: 992px) {.quantitative_data {
    padding: 5rem 0;
}.quantitative_data h4 {
    margin-top: 3rem;
}.quantitative_data ul {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}
}

@media (max-width: 768px) {.quantitative_data {
    padding: 4rem 0;
}.quantitative_data .container {
    padding: 0 1.5rem;
}.quantitative_data ul {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1.25rem;
}.quantitative_data .statistics_support {
    padding: 1.75rem;
}.quantitative_data .statistics_support p {
    font-size: 2.5rem;
}
}

@media (max-width: 576px) {.quantitative_data {
    padding: 3.5rem 0;
}.quantitative_data .container {
    padding: 0 1.25rem;
}.quantitative_data ul {
    grid-template-columns: 1fr;
    gap: 1rem;
}.quantitative_data .statistics_support {
    padding: 1.5rem;
}.quantitative_data .statistics_support p {
    font-size: 2.25rem;
}.quantitative_data h4 {
    font-size: calc(18px * 0.9);
    margin-top: 2.5rem;
}.quantitative_data h4::after {
    height: 2px;
    width: 50px;
}.quantitative_data:hover h4::after {
    width: 80px;
}}.title_board {
    padding: 4rem 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    min-height: 100vh;
    background: linear-gradient(135deg, rgb(180,179,185), rgba(0, 0, 0, 0.5));
    position: relative;
}.title_board > div {
    position: relative;
    max-width: 1200px;
    width: 100%;
    z-index: 2;
}.title_board .pro_classes {
    margin-bottom: 2rem;
    position: relative;
    perspective: 1000px;
    transform: translateZ(0);
}.title_board .start_learn {
    transform-style: preserve-3d;
    margin: 0;
    letter-spacing: 0.05em;
    font-size: clamp(2rem, 5vw, 41px);
    line-height: 1.2;
    transition: transform 0.5s ease;
    transform: translateZ(20px);
    color: rgb(145,144,152);
    padding: 1rem 0;
    font-weight: 700;
    position: relative;
}.title_board .start_learn::before {
    background: linear-gradient(90deg, rgb(145,144,152), rgb(112,112,120));
    height: 4px;
    bottom: 0;
    width: 100%;
    position: absolute;
    content: "";
    transform-origin: left;
    transition: transform 0.5s ease;
    left: 0;
    transform: scaleX(0.7);
}.title_board .start_learn:hover::before {
    transform: scaleX(1);
}.title_board .edu_entry {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    padding: 3rem 2rem;
    position: relative;
}.title_board .edu_entry::before {
    z-index: 1;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgb(112,112,120,0.5), rgb(145,144,152,0.5));
    opacity: 0.85;
    inset: 0;
}.title_board .edu_entry:hover {
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
}.title_board .edu_entry > div {
    position: relative;
    display: grid;
    gap: 2rem;
    z-index: 2;
}.title_board .edu_entry p {
    position: relative;
    font-weight: 600;
    border-left: 3px solid rgb(112,112,120);
    padding-left: 1rem;
    line-height: 1.6;
    max-width: 80%;
    transition: transform 0.3s ease;
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    color: #ffffff;
    margin: 0 0 1rem;
}.title_board .edu_entry p:hover {
    transform: translateX(5px);
}.title_board .edu_entry h3 {
    line-height: 1.5;
    position: relative;
    color: #ffffff;
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-weight: 400;
    margin: 1rem 0 0;
    padding-top: 1rem;
    max-width: 90%;
}.title_board .edu_entry h3::before {
    width: 50px;
    position: absolute;
    transform-origin: left;
    height: 3px;
    transition: width 0.3s ease;
    background: rgb(112,112,120);
    content: "";
    left: 0;
    top: 0;
}.title_board .edu_entry h3:hover::before {
    width: 80px;
}.title_board::after {
    background: rgb(145,144,152,0.5);
    position: absolute;
    height: 100%;
    transform: rotate(-15deg);
    opacity: 0.1;
    pointer-events: none;
    width: 100%;
    content: "";
    right: -50%;
    top: -50%;
    z-index: 1;
}

@media (min-width: 768px) {.title_board {
    padding: 6rem 2rem;
}.title_board .edu_entry {
    padding: 4rem 3rem;
}.title_board .edu_entry > div {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
}.title_board::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(145,144,152), transparent);
    left: 0;
    height: 5px;
    width: 40%;
    content: "";
    bottom: 0;
}
}

@media (min-width: 992px) {.title_board {
    padding: 8rem 3rem;
}.title_board > div {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
}.title_board .start_learn {
    max-width: 80%;
    font-size: 41px;
}.title_board .edu_entry {
    background-position: center !important;
    padding: 5rem 4rem;
}.title_board .edu_entry > div {
    max-width: 85%;
}.title_board .edu_entry p {
    font-size: 1.5rem;
}.title_board .edu_entry h3 {
    font-size: 1.3rem;
}.title_board::after {
    top: -30%;
    right: -30%;
}
}

@media (max-width: 767px) {.title_board {
    padding: 3rem 1rem;
}.title_board .start_learn {
    font-size: 2rem;
    padding: 0.5rem 0;
}.title_board .edu_entry {
    padding: 2rem 1.5rem;
}.title_board .edu_entry p {
    max-width: 100%;
    font-size: 1rem;
}.title_board .edu_entry h3 {
    max-width: 100%;
    font-size: 1.1rem;
}}.client_comments {
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(180,179,185) 0%, rgba(rgb(145,144,152,0.5), 0.05) 100%);
    position: relative;
    overflow: hidden;
}.client_comments::before {
    z-index: 0;
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    background: radial-gradient(circle at 10% 30%, rgba(rgb(112,112,120,0.5), 0.08) 0%, transparent 60%);
    width: 100%;
    left: 0;
}.client_comments::after {
    border-radius: 50%;
    bottom: -5rem;
    height: 20rem;
    width: 20rem;
    animation: pulse 15s infinite alternate ease-in-out;
    position: absolute;
    right: -5rem;
    background: linear-gradient(225deg, rgba(rgb(145,144,152,0.5), 0.1) 0%, transparent 70%);
    filter: blur(50px);
    content: "";
    z-index: 0;
}.client_comments .container {
    z-index: 1;
    position: relative;
}.client_comments h2 {
    transition: transform 0.5s ease;
    color: #000000;
    transform: perspective(1000px) rotateX(0deg);
    font-size: 28px;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    text-align: center;
}.client_comments h2::after {
    bottom: -0.5rem;
    content: "";
    transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    height: 0.25rem;
    position: absolute;
    background: linear-gradient(90deg, rgb(112,112,120) 0%, rgb(145,144,152) 100%);
    left: 50%;
    width: 6rem;
}.client_comments h2:hover {
    transform: perspective(1000px) rotateX(5deg);
}.client_comments .client_story {
    gap: 2rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    margin: 0;
    display: grid;
    perspective: 1000px;
    padding: 0;
    list-style: none;
}.client_comments .review_voices {
    transform-style: preserve-3d;
    padding: 1.5rem;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(rgba(0, 0, 0, 0.5), 0.05);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-radius: 10px;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1);
    position: relative;
}.client_comments .review_voices::before {
    transition: height 0.5s ease;
    top: 0;
    height: 0;
    content: "";
    left: 0;
    width: 5px;
    position: absolute;
    background: linear-gradient(to bottom, rgb(145,144,152), rgb(112,112,120));
}.client_comments .review_voices:hover {
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.1);
    transform: translateZ(10px) scale(1.02);
}.client_comments .review_voices:hover::before {
    height: 100%;
    animation: gradientMove 3s infinite alternate;
}.client_comments .review_voices div {
    margin-bottom: 1rem;
    align-items: center;
    display: flex;
}.client_comments .review_voices img {
    width: 3.5rem;
    transition: transform 0.5s ease;
    object-fit: cover;
    margin-right: 1rem;
    height: 3.5rem;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    border-radius: 50%;
    border: 3px solid #ffffff;
}.client_comments .review_voices:hover img {
    transform: scale(1.1) rotate(5deg);
}.client_comments .review_voices h4 {
    margin: 0;
    font-weight: 600;
    color: #000000;
    position: relative;
    font-size: 23px;
}.client_comments .review_voices h4::after {
    left: 0;
    content: "";
    bottom: -0.5rem;
    transform-origin: left;
    transform: scaleX(0);
    background: rgb(112,112,120);
    width: 2rem;
    position: absolute;
    transition: transform 0.3s ease;
    height: 2px;
}.client_comments .review_voices:hover h4::after {
    transform: scaleX(1);
}.client_comments .description {
    line-height: 1.6;
    color: #000000;
    margin: 0;
    position: relative;
    font-size: 15px;
    padding-left: 1.25rem;
}.client_comments .description::before {
    line-height: 1;
    top: -1rem;
    font-family: serif;
    content: "";
    color: rgba(rgb(145,144,152,0.5), 0.2);
    position: absolute;
    left: 0;
    font-size: 3rem;
}.client_comments a {
    color: #ffffff;
    transform: perspective(1000px) translateZ(0);
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(rgb(145,144,152,0.5), 0.2);
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.4s ease;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-top: 2.5rem;
    padding: 0.75rem 2rem;
    border-radius: 10px;
    background: linear-gradient(135deg, rgb(145,144,152) 0%, rgb(112,112,120) 100%);
}.client_comments a:hover {
    box-shadow: 0 8px 25px rgba(rgb(145,144,152,0.5), 0.3);
    transform: perspective(1000px) translateZ(10px);
}.client_comments a::before {
    height: 100%;
    transition: all 0.6s ease;
    content: "";
    width: 100%;
    z-index: -1;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    position: absolute;
    top: 0;
    left: -100%;
}.client_comments a:hover::before {
    left: 100%;
}.client_comments .pro_training {
    flex-direction: column;
    align-items: center;
    display: flex;
}

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

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

@media (max-width: 992px) {.client_comments {
    padding: 4rem 0;
}.client_comments h2 {
    font-size: calc(28px * 0.9);
}.client_comments .client_story {
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.5rem;
}
}

@media (max-width: 768px) {.client_comments {
    padding: 3rem 0;
}.client_comments h2 {
    font-size: calc(28px * 0.8);
    margin-bottom: 2rem;
}.client_comments h2::after {
    width: 5rem;
}.client_comments .client_story {
    gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}.client_comments .review_voices {
    padding: 1.25rem;
}
}

@media (max-width: 576px) {.client_comments {
    padding: 2.5rem 0;
}.client_comments h2 {
    font-size: calc(28px * 0.7);
    margin-bottom: 1.5rem;
}.client_comments h2::after {
    width: 4rem;
}.client_comments .client_story {
    grid-template-columns: 1fr;
    gap: 1rem;
}.client_comments .review_voices {
    padding: 1rem;
}.client_comments .review_voices img {
    height: 3rem;
    width: 3rem;
}.client_comments .description {
    font-size: calc(15px * 0.95);
}.client_comments a {
    padding: 0.6rem 1.5rem;
    font-size: calc(16px * 0.9);
}
}