* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}.wrapper-padding_local {
    min-height: 100%;
    display: flex;
    height: 100%;
    flex-direction: column;
}.site_navbar_local {
    flex: 1 0 auto;
}a {
    text-decoration: none;
    color: inherit;
}svg {
    height: 30px;
    width: 30px;
}header,footer {
    width: 100%;
}.code_labs_local {
    flex: 0 0 auto;
}html,body {
    scroll-behavior: smooth;
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    min-height: 100%;
}.container {
    width: 1160px;
    max-width: 100%;
    margin: auto;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.thanksNexus_local {
    position: relative;
    padding: 5rem 2rem;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgb(110,129,176,0.5) 100%);
}.thanksNexus_local::before {
    background: 
        radial-gradient(circle at 10% 20%, rgb(157,172,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(110,129,176,0.5) 0%, transparent 40%);
    top: 0;
    height: 100%;
    content: "";
    width: 100%;
    position: absolute;
    z-index: 0;
    opacity: 0.15;
    left: 0;
}.thanksNexus_local::after {
    right: -50%;
    position: absolute;
    transform: rotate(25deg);
    height: 100%;
    top: -50%;
    width: 100%;
    content: "";
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: 0;
    background: rgb(255, 255, 255, 0.5);
    opacity: 0.05;
}.thanksNexus_local .container {
    perspective: 1000px;
    transform: translateZ(0);
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    position: relative;
}.thanksNexus_local h2 {
    opacity: 0;
    border-left: 5px solid rgb(157,172,204);
    line-height: 1.3;
    transform: translateY(30px);
    font-size: 37px;
    color: #000000;
    text-align: left;
    font-family: Arial, sans-serif;
    padding-left: 1.5rem;
    position: relative;
    font-weight: 700;
    margin-bottom: 3rem;
    max-width: 90%;
    animation: slide-up 0.8s ease-out forwards;
}.thanksNexus_local .method_edu_local {
    opacity: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05), 
                0 5px 15px rgba(0, 0, 0, 0.03);
    padding: 3rem;
    transform: translateY(30px);
    border: 1px solid rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 100% 0, 100% 92%, 95% 100%, 0 100%);
    animation: slide-up 0.8s ease-out forwards 0.2s;
}.thanksNexus_local .method_edu_local::before {
    background: linear-gradient(90deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    height: 5px;
    top: 0;
}.thanksNexus_local ul {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
}.thanksNexus_local li {
    position: relative;
    padding: 0.5rem 0;
}.thanksNexus_local li::before {
    top: 0;
    position: absolute;
    width: 3px;
    content: "";
    background: rgb(157,172,204,0.5);
    transform-origin: top;
    transform: scaleY(0);
    left: -1.5rem;
    opacity: 0;
    height: 100%;
    animation: grow-line 1.2s ease-out forwards 0.8s;
}.thanksNexus_local li span {
    text-align: left;
    animation: fade-in-text 1s ease-out forwards 0.6s;
    font-size: 17px;
    opacity: 0;
    color: #000000;
    font-family: Arial, sans-serif;
    display: block;
    transform: translateX(20px);
    padding-left: 0.5rem;
    line-height: 1.8;
    position: relative;
}@keyframes slide-up {
    0% {
        transform: translateY(30px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes grow-line {
    0% {
        transform: scaleY(0);
        opacity: 0;
    }
    100% {
        transform: scaleY(1);
        opacity: 1;
    }
}

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

.thanksNexus_local .method_edu_local:hover {
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.07), 
                0 10px 20px rgba(0, 0, 0, 0.05);
    transform: translateZ(0) scale(1.01);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}

@media (max-width: 991px) {.thanksNexus_local {
    padding: 4rem 1.5rem;
}.thanksNexus_local h2 {
    font-size: calc(37px * 0.9);
    margin-bottom: 2rem;
    max-width: 100%;
}.thanksNexus_local .method_edu_local {
    padding: 2rem;
}
}

@media (max-width: 767px) {.thanksNexus_local {
    padding: 3rem 1rem;
}.thanksNexus_local h2 {
    margin-bottom: 1.5rem;
    border-left: 3px solid rgb(157,172,204);
    font-size: calc(37px * 0.8);
    padding-left: 1rem;
}.thanksNexus_local .method_edu_local {
    clip-path: polygon(0 0, 100% 0, 100% 95%, 90% 100%, 0 100%);
    padding: 1.5rem;
}.thanksNexus_local li::before {
    left: -1rem;
}
}

@media (max-width: 575px) {.thanksNexus_local {
    padding: 2rem 0.8rem;
}.thanksNexus_local h2 {
    font-size: calc(37px * 0.7);
    margin-bottom: 1.2rem;
}.thanksNexus_local .method_edu_local {
    padding: 1.2rem;
}.thanksNexus_local li span {
    line-height: 1.6;
    font-size: calc(17px * 0.95);
}
}

@media (min-width: 1200px) {.thanksNexus_local .container {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}.thanksNexus_local h2 {
    margin-left: 3rem;
    max-width: 80%;
}.thanksNexus_local .method_edu_local {
    width: 85%;
    transform: translateY(30px) translateX(-2rem);
    margin-left: auto;
}.thanksNexus_local .method_edu_local:hover {
    transform: translateZ(0) translateX(-2.5rem) scale(1.01);
}
}

@media (hover: hover) {.thanksNexus_local .method_edu_local {
    transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1),
                    box-shadow 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}}.price_set_local {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background: rgb(204,210,229);
}.price_set_local::before {
    filter: blur(80px);
    top: -15%;
    height: 600px;
    right: -10%;
    z-index: 0;
    background: linear-gradient(135deg, rgb(157,172,204,0.5), rgb(110,129,176,0.5));
    width: 600px;
    position: absolute;
    content: "";
    opacity: 0.15;
}.price_set_local::after {
    bottom: -15%;
    filter: blur(100px);
    z-index: 0;
    content: "";
    background: linear-gradient(225deg, rgb(110,129,176,0.5), rgb(157,172,204,0.5));
    position: absolute;
    opacity: 0.1;
    height: 500px;
    width: 500px;
    left: -10%;
}.price_set_local .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    max-width: 1400px;
}.price_set_local .group_rates_local {
    flex-direction: column;
    display: flex;
    gap: 60px;
}.price_set_local .trial_offers_local {
    order: -1;
    transform: translateX(5%);
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}.price_set_local .trial_offers_local h2 {
    font-size: 30px;
    background-clip: text !important;
    background: linear-gradient(90deg, #000000, rgb(157,172,204));
    color: #000000;
    -webkit-background-clip: text !important;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin-bottom: 15px;
    transform: perspective(1000px) rotateX(0deg);
    color: transparent;
}.price_set_local .trial_offers_local .learning_rates_local {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
    margin-left: 5px;
    max-width: 700px;
    transition: transform 0.4s ease;
    transform: translateY(0);
}.price_set_local .trial_offers_local:hover h2 {
    transform: perspective(1000px) rotateX(5deg);
}.price_set_local .trial_offers_local:hover .learning_rates_local {
    transform: translateY(3px);
}.price_set_local .lesson_plans_local {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
    display: grid;
    perspective: 1000px;
}.price_set_local .fee_options_local {
    height: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: block;
    transform-style: preserve-3d;
    transform: translateZ(0) scale(1);
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}.price_set_local .fee_options_local:hover {
    transform: translateZ(20px) scale(1.02);
    z-index: 5;
}.price_set_local .discount_tier_local {
    position: relative;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
    background: #ffffff;
    transition: box-shadow 0.5s ease;
    overflow: hidden;
    height: 100%;
    flex-direction: column;
    display: flex;
}.price_set_local .fee_options_local:hover .discount_tier_local {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 0 0 0 1px rgb(157,172,204,0.5);
}.price_set_local .discount_tier_local::before {
    transform-origin: left;
    top: 0;
    height: 5px;
    position: absolute;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    left: 0;
    right: 0;
    transform: scaleX(0);
    background: linear-gradient(90deg, rgb(157,172,204), rgb(110,129,176));
    content: "";
}.price_set_local .fee_options_local:hover .discount_tier_local::before {
    transform: scaleX(1);
}.price_set_local .learn_rates_local {
    z-index: 2;
    display: flex;
    padding: 35px 30px;
    flex-direction: column;
    position: relative;
    flex-grow: 1;
    overflow: hidden;
}.price_set_local .learn_rates_local h3 {
    transition: transform 0.4s ease, color 0.3s ease;
    transform: translateY(0);
    color: #000000;
    word-break: break-word;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    font-size: calc(23px + 2px);
    overflow-wrap: break-word;
}.price_set_local .fee_options_local:hover .learn_rates_local h3 {
    color: rgb(157,172,204);
    transform: translateY(-2px);
}.price_set_local .learn_rates_local .learn_fees_local {
    font-weight: 700;
    color: rgb(157,172,204);
    position: relative;
    word-break: break-word;
    margin: 5px 0 20px;
    display: block;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow-wrap: break-word;
    font-size: calc(23px + 6px);
}.price_set_local .fee_options_local:hover .learn_rates_local .learn_fees_local {
    transform: scale(1.05);
}.price_set_local .learn_rates_local .learn_fees_local::after {
    bottom: -10px;
    height: 2px;
    transition: width 0.4s ease;
    left: 0;
    width: 50px;
    position: absolute;
    content: "";
    background: rgb(110,129,176,0.5);
}.price_set_local .fee_options_local:hover .learn_rates_local .learn_fees_local::after {
    width: 80px;
}.price_set_local .learn_rates_local p {
    white-space: normal;
    font-size: 12px;
    color: #000000;
    line-height: 1.7;
    overflow-wrap: break-word;
    word-break: break-word;
    opacity: 0.85;
    flex-grow: 1;
    margin-top: 10px;
    transition: opacity 0.3s ease;
}.price_set_local .fee_options_local:hover .learn_rates_local p {
    opacity: 1;
}.price_set_local .fee_options_local .img_strip_wrap_local {
    transition: height 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 220px;
    overflow: hidden;
    width: 100%;
    position: relative;
}.price_set_local .fee_options_local:hover .img_strip_wrap_local {
    height: 240px;
}.price_set_local .fee_options_local .img_strip_wrap_local::after {
    content: "";
    position: absolute;
    transition: opacity 0.4s ease;
    opacity: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    top: 0;
}.price_set_local .fee_options_local:hover .img_strip_wrap_local::after {
    opacity: 1;
}.price_set_local .fee_options_local:nth-child(odd) .discount_tier_local {
    flex-direction: column-reverse;
}

@media (min-width: 992px) {.price_set_local {
    padding: 140px 0;
}.price_set_local .group_rates_local {
    flex-direction: row;
    align-items: flex-start;
}.price_set_local .trial_offers_local {
    align-self: flex-start;
    width: 30%;
    position: sticky;
    transform: translateX(0);
    order: 0;
    top: 100px;
    margin-right: 70px;
}.price_set_local .lesson_plans_local {
    width: 70%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.price_set_local .lesson_plans_local {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
}.price_set_local .trial_offers_local h2 {
    font-size: calc(30px + 5px);
}
}

@media (max-width: 991px) {.price_set_local {
    padding: 80px 0;
}.price_set_local .trial_offers_local {
    transform: translateX(0);
    text-align: center;
}.price_set_local .trial_offers_local .learning_rates_local {
    margin: 0 auto;
}
}

@media (max-width: 767px) {.price_set_local {
    padding: 60px 0;
}.price_set_local .lesson_plans_local {
    grid-template-columns: 1fr;
}.price_set_local .learn_rates_local {
    padding: 25px 20px;
}.price_set_local .fee_options_local .img_strip_wrap_local {
    height: 180px;
}.price_set_local .trial_offers_local h2 {
    font-size: calc(30px - 2px);
}
}

@media (max-width: 480px) {.price_set_local {
    padding: 50px 0;
}.price_set_local .learn_rates_local h3 {
    font-size: 23px;
}.price_set_local .learn_rates_local .learn_fees_local {
    font-size: calc(23px + 2px);
}.price_set_local .learn_rates_local p {
    font-size: calc(12px - 1px);
}}.course_overview_local {
    padding: 90px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgba(240, 240, 245, 0.9) 100%);
    overflow: hidden;
}.course_overview_local::before {
    background: linear-gradient(225deg, rgb(157,172,204,0.5) 0%, transparent 80%);
    right: 0;
    content: "";
    height: 100%;
    position: absolute;
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 30% 0);
    top: 0;
    z-index: 1;
    width: 45%;
}.course_overview_local::after {
    bottom: 0;
    left: 0;
    content: "";
    height: 8px;
    z-index: 2;
    width: 100%;
    background: linear-gradient(90deg, rgb(157,172,204) 0%, rgb(110,129,176) 50%, rgb(157,172,204) 100%);
    position: absolute;
}.course_overview_local .container {
    padding: 0 20px;
    z-index: 3;
    margin: 0 auto;
    position: relative;
    max-width: 1200px;
}.course_overview_local .class_map_local {
    gap: 40px;
    display: grid;
    position: relative;
    grid-template-columns: 1fr;
}.course_overview_local .img_strip_wrap_local {
    transform: perspective(1000px) rotateY(-2deg);
    position: relative;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    height: 380px;
}.course_overview_local .img_strip_wrap_local::before {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 1;
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.4));
    content: "";
}.course_overview_local .img_strip_wrap_local::after {
    border-top: 4px solid rgb(110,129,176);
    position: absolute;
    border-right: 4px solid rgb(110,129,176);
    content: "";
    z-index: 2;
    right: -10px;
    width: 80px;
    height: 80px;
    top: -10px;
}.course_overview_local .img_strip_wrap_local:hover {
    transform: perspective(1000px) rotateY(0);
}.course_overview_local .snippet_wrap_local {
    transition: transform 0.5s ease;
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(0);
    position: relative;
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 30px;
}.course_overview_local .snippet_wrap_local:hover {
    transform: translateY(-5px);
}.course_overview_local .snippet_wrap_local::before {
    position: absolute;
    width: 4px;
    left: 0;
    content: "";
    height: 100%;
    background: linear-gradient(to bottom, rgb(157,172,204), rgb(110,129,176));
    top: 0;
}.course_overview_local h3 {
    font-size: calc(24px * 1.1);
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    font-weight: 700;
    color: #000000;
    line-height: 1.4;
}.course_overview_local h3::after {
    left: 0;
    width: 80px;
    height: 3px;
    background: rgb(157,172,204);
    bottom: 0;
    content: "";
    position: absolute;
}.course_overview_local .description {
    margin-bottom: 20px;
    line-height: 1.8;
    padding-right: 15px;
    color: #000000;
    max-height: 250px;
    overflow-y: auto;
    font-size: 17px;
}.course_overview_local .description::-webkit-scrollbar {
    width: 4px;
}.course_overview_local .description::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
}.course_overview_local .description::-webkit-scrollbar-thumb {
    background: rgb(157,172,204,0.5);
    border-radius: 10px;
}.course_overview_local span.description {
    display: none;
}

@media (min-width: 768px) {.course_overview_local {
    padding: 120px 0;
}.course_overview_local .class_map_local {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}.course_overview_local .img_strip_wrap_local {
    clip-path: polygon(0 0, 100% 5%, 95% 95%, 0 100%);
    height: 450px;
}.course_overview_local .snippet_wrap_local {
    transform: translateX(-50px);
    z-index: 4;
}.course_overview_local .snippet_wrap_local:hover {
    transform: translateX(-60px) translateY(0);
}.course_overview_local h3 {
    font-size: 32px;
}.course_overview_local .description {
    max-height: 350px;
}
}

@media (min-width: 992px) {.course_overview_local .class_map_local {
    gap: 60px;
}.course_overview_local .img_strip_wrap_local {
    height: 500px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.3);
}.course_overview_local .snippet_wrap_local {
    transform: translateX(-80px);
    padding: 50px;
}.course_overview_local .snippet_wrap_local:hover {
    transform: translateX(-90px) translateY(0);
}.course_overview_local h3 {
    margin-bottom: 30px;
}.course_overview_local .description {
    font-size: calc(17px * 1.05);
    line-height: 1.9;
    max-height: 400px;
}
}

@media (max-width: 767px) {.course_overview_local {
    padding: 60px 0;
}.course_overview_local::before {
    clip-path: polygon(100% 0, 100% 30%, 0 100%, 0 70%);
    opacity: 0.3;
    width: 100%;
}.course_overview_local .img_strip_wrap_local {
    height: 280px;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.course_overview_local .snippet_wrap_local {
    margin-top: -30px;
    padding: 25px 20px;
}.course_overview_local h3 {
    margin-bottom: 20px;
    padding-bottom: 12px;
    font-size: calc(24px * 1.05);
}.course_overview_local .description {
    font-size: calc(17px * 0.95);
    max-height: 200px;
    line-height: 1.7;
}}.privacy_panel_local {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    font-family: Arial, sans-serif;
    padding: 40px;
    background-color: rgb(204,210,229);
}.privacy_panel_local h1 {
    font-size: 43px;
    margin-bottom: 20px;
    color: rgb(157,172,204);
    font-weight: 700;
}.privacy_panel_local h2 {
    margin: 15px 0;
    font-size: 28px;
    color: #000000;
    font-weight: 600;
}.privacy_panel_local ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}.privacy_panel_local li {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 1.6;
    color: #000000;
}.privacy_panel_local div {
    margin-top: 20px;
}.privacy_panel_local h3, .privacy_panel_local h4, .privacy_panel_local h5, .privacy_panel_local h6 {
    color: #000000;
    margin: 1rem 0;
}
@media only screen and (max-width: 800px) {.privacy_panel_local {
    padding: 20px;
}.privacy_panel_local h1 {
    font-size: calc(20px * 0.8);
}.privacy_panel_local h2 {
    font-size: calc(20px * 0.9);
}.privacy_panel_local li {
    font-size: 12px;
}}.leadership_profile_local {
    padding: 6rem 2rem;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgb(157,172,204,0.5) 35%, rgb(110,129,176,0.5) 100%);
    overflow: hidden;
    position: relative;
}.leadership_profile_local::before {
    content: "";
    background: conic-gradient(from 225deg at 50% 50%, transparent 0deg, rgb(157,172,204,0.5) 120deg, transparent 180deg, rgb(110,129,176,0.5) 260deg, transparent 360deg);
    opacity: 0.2;
    width: 200%;
    z-index: 0;
    animation: rotate 20s linear infinite;
    top: -50%;
    height: 200%;
    position: absolute;
    left: -10%;
}@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.leadership_profile_local .container {
    position: relative;
    perspective: 1000px;
    max-width: 1200px;
    margin: 0 auto;
    z-index: 1;
}.leadership_profile_local .feedback_grid_local {
    transform: rotateX(5deg) rotateY(-2deg);
    transform-style: preserve-3d;
    grid-template-areas:
    "photo quote"
    "name quote";
    backdrop-filter: blur(10px);
    transition: transform 0.5s ease;
    grid-template-rows: auto auto;
    border-radius: 21px;
    background: #ffffff;
    box-shadow: 
    0 15px 35px rgba(0, 0, 0, 0.5),
    0 5px 15px rgb(157,172,204,0.5);
    grid-template-columns: minmax(220px, 1fr) 2fr;
    display: grid;
    padding: 2.5rem;
    gap: 1.5rem;
}.leadership_profile_local .feedback_grid_local:hover {
    transform: rotateX(0) rotateY(0);
}.leadership_profile_local .img_strip_wrap_local {
    aspect-ratio: 1/1;
    border-radius: 21px;
    transform: translateZ(20px);
    width: 100%;
    box-shadow: 
    -5px 5px 0 rgb(110,129,176),
    -10px 10px 20px rgba(0, 0, 0, 0.5);
    grid-area: photo;
    transition: transform 0.3s ease;
}.leadership_profile_local .feedback_grid_local:hover .img_strip_wrap_local {
    transform: translateZ(30px) scale(1.05);
}.leadership_profile_local .name {
    font-size: 23px;
    transform: translateZ(10px);
    position: relative;
    grid-area: name;
    color: rgb(157,172,204);
    padding-left: 1rem;
    display: block;
    font-weight: 700;
    margin-bottom: 0.5rem;
}.leadership_profile_local .name + span {
    opacity: 0.8;
    text-transform: uppercase;
    font-weight: 600;
    align-self: end;
    transform: translateZ(5px);
    letter-spacing: 1px;
    font-size: 12px;
    margin-top: 2rem;
    color: #000000;
    grid-area: name;
    padding-left: 1rem;
}.leadership_profile_local .career_projects_local {
    line-height: 1.7;
    position: relative;
    background: linear-gradient(to right, #ffffff, rgb(204,210,229));
    padding: 2rem;
    font-size: calc(12px * 1.1);
    transition: transform 0.3s ease;
    color: #000000;
    grid-area: quote;
    transform: translateZ(15px);
    border-radius: 21px;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.5);
}.leadership_profile_local .career_projects_local::before {
    position: absolute;
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
    content: "";
    left: 0;
    border-radius: 21px;
    opacity: 0.3;
    background: linear-gradient(45deg, rgb(157,172,204,0.5) 0%, transparent 40%, transparent 60%, rgb(110,129,176,0.5) 100%);
    top: 0;
}.leadership_profile_local .feedback_grid_local:hover .career_projects_local {
    transform: translateZ(25px);
}

@media (max-width: 992px) {.leadership_profile_local .feedback_grid_local {
    transform: none;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas:
      "img_strip_wrap_local"
      "name"
      "career_projects_local";
}.leadership_profile_local .img_strip_wrap_local {
    max-width: 200px;
    margin: 0 auto;
}.leadership_profile_local .name,
  .leadership_profile_local .name + span {
    padding-left: 0;
    text-align: center;
}.leadership_profile_local .name + span {
    margin-top: 0.5rem;
}
}

@media (max-width: 576px) {.leadership_profile_local {
    padding: 4rem 1rem;
}.leadership_profile_local .feedback_grid_local {
    padding: 1.5rem;
}.leadership_profile_local .career_projects_local {
    padding: 1.5rem;
}}.reach_us_local {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    background: linear-gradient(
        135deg, 
        rgb(157,172,204,0.5) 0%, 
        rgb(110,129,176,0.5) 50%, 
        rgb(157,172,204,0.5) 100%
    );
}.reach_us_local::before {
    top: -50%;
    height: 200%;
    z-index: 1;
    animation: techBackground 15s linear infinite;
    content: '';
    position: absolute;
    left: -50%;
    width: 200%;
    background: repeating-radial-gradient(
        circle at center,
        transparent 0,
        rgba(255,255,255,0.02) 10px,
        transparent 20px
    );
    opacity: 0.5;
}@keyframes techBackground {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.reach_us_local .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 4rem 15px;
}.reach_us_local .connect_experts_local {
    border: 1px solid rgba(255,255,255,0.1);
    box-shadow: 
        0 15px 40px rgba(0,0,0,0.1),
        0 0 30px rgba(rgb(157,172,204), 0.2);
    padding: 3rem;
    transform: perspective(1000px) rotateX(5deg) scale(0.98);
    transition: all 0.4s ease;
    border-radius: 13px;
    backdrop-filter: blur(15px);
    background: rgba(255,255,255,0.05);
}.reach_us_local .assist_experts_local {
    text-transform: uppercase;
    -webkit-background-clip: text !important;
    margin-bottom: 2rem;
    -webkit-text-fill-color: transparent;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    background: linear-gradient(
        90deg, 
        rgb(157,172,204), 
        rgb(110,129,176)
    );
    font-size: 28px;
}.reach_us_local .img_strip_wrap_local {
    overflow: hidden;
    position: relative;
    width: 250px;
    transition: transform 0.3s ease;
    height: 250px;
    margin: 0 auto 2rem;
    border: 4px solid rgb(110,129,176);
    box-shadow: 
        0 0 0 6px rgba(255,255,255,0.1),
        0 10px 30px rgba(0,0,0,0.2);
    border-radius: 50%;
}.reach_us_local .img_strip_wrap_local:hover {
    transform: scale(1.05);
}.reach_us_local .get_help_local {
    color: #ffffff;
    text-align: center;
}.reach_us_local .get_help_local p {
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0.5rem 0;
    font-size: 15px;
    justify-content: center;
    margin-bottom: 1rem;
}.reach_us_local .get_help_local p svg {
    width: 24px;
    flex-shrink: 0;
    opacity: 0.8;
    margin: 0 8px;
    height: 24px;
    transition: all 0.3s ease;
}.reach_us_local .get_help_local p svg path {
    fill: #ffffff;
    transition: fill 0.3s ease;
}.reach_us_local .get_help_local p:hover {
    transform: translateX(10px);
}.reach_us_local .get_help_local p:hover svg {
    transform: scale(1.1);
    opacity: 1;
}.reach_us_local .get_help_local p:hover svg path {
    fill: rgb(110,129,176);
}.reach_us_local .get_help_local a {
    transition: color 0.3s ease;
    position: relative;
    color: #ffffff;
    text-decoration: none;
}.reach_us_local .get_help_local a:hover {
    color: rgb(110,129,176);
}.reach_us_local .edu_query_local {
    background: rgba(255,255,255,0.05);
    padding: 1.5rem;
    border-radius: 10px;
    margin-top: 2rem;
}.reach_us_local .quick_support_local {
    align-items: center;
    color: #ffffff;
    margin-bottom: 1rem;
    font-size: 19px;
    text-align: center;
    justify-content: center;
    display: flex;
}.reach_us_local .quick_support_local svg {
    height: 22px;
    transition: all 0.3s ease;
    opacity: 0.8;
    width: 22px;
    margin-right: 10px;
}.reach_us_local .quick_support_local svg path {
    fill: #ffffff;
}.reach_us_local .edu_query_local:hover .quick_support_local svg {
    transform: rotate(15deg);
    opacity: 1;
}.reach_us_local .edu_query_local:hover .quick_support_local svg path {
    fill: rgb(110,129,176);
}.reach_us_local .message_us_local {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    display: flex;
}.reach_us_local .reach_help_local {
    position: relative;
    align-items: center;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: flex;
    overflow: hidden;
    background: rgba(255,255,255,0.1);
    color: #ffffff;
    transition: all 0.3s ease;
}.reach_us_local .reach_help_local svg {
    transform: translateX(-10px);
    opacity: 0;
    margin-right: 0;
    width: 0;
    transition: all 0.3s ease;
    height: 16px;
}.reach_us_local .reach_help_local svg path {
    fill: rgb(110,129,176);
}.reach_us_local .reach_help_local:hover {
    background: rgba(255,255,255,0.2);
    padding-left: 0.8rem;
    padding-right: 1.2rem;
}.reach_us_local .reach_help_local:hover svg {
    transform: translateX(0);
    opacity: 1;
    margin-right: 6px;
    width: 16px;
}

@media (max-width: 1024px) {.reach_us_local .container {
    padding: 2rem 15px;
}.reach_us_local .connect_experts_local {
    padding: 2rem;
}.reach_us_local .img_strip_wrap_local {
    height: 200px;
    width: 200px;
}.reach_us_local .get_help_local p svg {
    height: 18px;
    width: 18px;
    margin-right: 8px;
}.reach_us_local .quick_support_local svg {
    height: 20px;
    margin-right: 8px;
    width: 20px;
}
}

@media (max-width: 768px) {.reach_us_local .connect_experts_local {
    padding: 1.5rem;
}.reach_us_local .img_strip_wrap_local {
    height: 150px;
    width: 150px;
}.reach_us_local .message_us_local {
    align-items: center;
    flex-direction: column;
}.reach_us_local .get_help_local p svg {
    width: 16px;
    margin-right: 6px;
    height: 16px;
}.reach_us_local .quick_support_local svg {
    height: 18px;
    margin-right: 6px;
    width: 18px;
}
}

@media (max-width: 480px) {.reach_us_local .container {
    padding: 1rem 15px;
}.reach_us_local .connect_experts_local {
    padding: 1rem;
}.reach_us_local .img_strip_wrap_local {
    height: 120px;
    width: 120px;
}.reach_us_local .get_help_local p svg {
    height: 14px;
    width: 14px;
    margin-right: 5px;
}.reach_us_local .quick_support_local svg {
    width: 16px;
    margin-right: 5px;
    height: 16px;
}}.cookiePolicyContainer_local {
    animation: fadeInUp 0.5s ease-out;
    z-index: 1000;
    bottom: 0;
    position: fixed;
    background-color: rgb(204,210,229);
    padding: 20px 0;
    border-top: 1px solid rgb(157,172,204);
    width: 100%;
    box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1);
}.cookiePolicyContainer_local .cookie_rules_local {
    transform-origin: center;
    margin-right: 20px;
    flex-shrink: 0;
    animation: logoScale 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}.cookiePolicyContainer_local .cookie_rules_local svg {
    fill: rgb(157,172,204);
    width: 60px;
    height: 60px;
}@keyframes logoScale {
    0% {
        transform: scale(0);
    }
    80% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
.cookiePolicyContainer_local .visitor_settings_local {
    flex-grow: 1;
}.cookiePolicyContainer_local .visitor_settings_local h5 {
    color: rgb(157,172,204);
    font-size: 18px;
    margin-bottom: 6px;
}.cookiePolicyContainer_local .visitor_settings_local p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    color: #000000;
}.cookiePolicyContainer_local .cookie_show_local {
    margin-right: 15px;
    background-color: rgb(157,172,204);
    text-decoration: none;
    transition: transform 0.3s, box-shadow 0.3s;
    display: inline-block;
    color: #ffffff;
    border-radius: 5px;
    padding: 10px 20px;
    margin-top: 20px;
    font-size: 20px;
}.cookiePolicyContainer_local .cookie_show_local:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}.cookiePolicyContainer_local .cookie_show_local:active {
    box-shadow: none;
    transform: translateY(1px);
}
@media (max-width: 768px) {.cookiePolicyContainer_local .cookie_rules_local {
    margin-bottom: 15px;
    margin-right: 0;
}.cookiePolicyContainer_local .cookie_show_local {
    text-align: center;
    width: 48%;
    margin-left: 0;
}}
#trackingAlertPopup_local {
    display: none;
}#trackingAlertPopup_local:checked ~ .cookiePolicyContainer_local {
    visibility: hidden;
    opacity: 0;
}.educational_gains_local {
    overflow: hidden;
    position: relative;
    perspective: 1000px;
    padding: 120px 0;
    background: linear-gradient(135deg, rgba(rgb(204,210,229), 0.95), rgba(rgb(157,172,204,0.5), 0.15));
}.educational_gains_local::before {
    left: 0;
    z-index: 0;
    opacity: 0.15;
    height: 100%;
    position: absolute;
    background: 
        radial-gradient(circle at 10% 20%, rgb(110,129,176,0.5) 0%, transparent 35%),
        radial-gradient(circle at 90% 80%, rgb(157,172,204,0.5) 0%, transparent 40%);
    content: "";
    width: 100%;
    top: 0;
}.educational_gains_local h5 {
    line-height: 1.4;
    margin-bottom: 60px;
    letter-spacing: 0.05em;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    color: #000000;
    transform: translateZ(10px);
    font-weight: 700;
    transform-style: preserve-3d;
    max-width: 800px;
    text-align: center;
    font-size: 20px;
}.educational_gains_local h5::after {
    content: "";
    bottom: -15px;
    background: linear-gradient(90deg, rgb(157,172,204), rgb(110,129,176));
    transform: translateX(-50%);
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 80px;
    height: 3px;
}.educational_gains_local .container {
    position: relative;
    padding: 0 20px;
    z-index: 2;
    margin: 0 auto;
    max-width: 1200px;
}.educational_gains_local .method_edu_local {
    align-items: center;
    transform: rotateX(2deg) rotateY(-2deg);
    transform-style: preserve-3d;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    display: flex;
    gap: 40px;
    flex-direction: column;
}.educational_gains_local .method_edu_local:hover {
    transform: rotateX(0) rotateY(0);
}.educational_gains_local .method_edu_local > div:first-child {
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 28px;
    transform: translateZ(30px);
    transition: transform 0.5s ease;
    width: 100%;
}.educational_gains_local .method_edu_local > div:first-child::before {
    height: 100%;
    background: linear-gradient(45deg, rgb(157,172,204,0.5), transparent);
    top: 0;
    position: absolute;
    opacity: 0.2;
    content: "";
    transition: opacity 0.5s ease;
    left: 0;
    width: 100%;
    z-index: 1;
}.educational_gains_local .method_edu_local > div:first-child:hover {
    transform: translateZ(40px) scale(1.02);
}.educational_gains_local .method_edu_local > div:first-child:hover::before {
    opacity: 0.3;
}.educational_gains_local .img_strip_wrap_local {
    transition: filter 0.5s ease;
    width: 100%;
    height: auto;
    border-radius: 28px;
    display: block;
    object-fit: cover;
}.educational_gains_local .snippet_wrap_local {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    width: 100%;
    padding: 35px;
    border-radius: 28px;
    background: rgba(#ffffff, 0.95);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    transform: translateZ(20px);
}.educational_gains_local .snippet_wrap_local:hover {
    transform: translateZ(25px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}.educational_gains_local ul {
    grid-template-columns: 1fr;
    gap: 24px;
    display: grid;
    margin: 0;
    list-style: none;
    padding: 0;
}.educational_gains_local li {
    padding-left: 40px;
    position: relative;
    transition: transform 0.3s ease;
}.educational_gains_local li:hover {
    transform: translateX(5px);
}.educational_gains_local li::before {
    height: 0;
    left: 0;
    width: 4px;
    transition: height 0.4s ease;
    top: 0;
    border-radius: 2px;
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgb(157,172,204), rgb(110,129,176));
}.educational_gains_local li:hover::before {
    height: 100%;
}.educational_gains_local li p {
    font-size: 16px;
    position: relative;
    display: flex;
    color: #000000;
    line-height: 1.6;
    align-items: flex-start;
    margin: 0;
}.educational_gains_local li svg {
    transition: transform 0.3s ease;
    width: 24px;
    margin-right: 16px;
    transform: translateY(-2px);
    height: 24px;
    flex-shrink: 0;
}.educational_gains_local li:hover svg {
    transform: translateY(-2px) scale(1.1);
}.educational_gains_local svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,172,204);
}.educational_gains_local li:hover svg path {
    fill: rgb(110,129,176);
}

@media screen and (min-width: 768px) {.educational_gains_local .method_edu_local {
    align-items: stretch;
    flex-direction: row;
}.educational_gains_local .method_edu_local > div:first-child {
    width: 45%;
    max-height: 480px;
}.educational_gains_local .img_strip_wrap_local {
    height: 100%;
}.educational_gains_local .snippet_wrap_local {
    width: 55%;
    align-items: center;
    display: flex;
}.educational_gains_local ul {
    grid-template-columns: repeat(2, 1fr);
}
}

@media screen and (min-width: 992px) {.educational_gains_local {
    padding: 150px 0;
}.educational_gains_local h5 {
    margin-bottom: 80px;
    font-size: calc(20px * 1.1);
}.educational_gains_local .method_edu_local {
    gap: 60px;
}.educational_gains_local .method_edu_local > div:first-child {
    width: 40%;
}.educational_gains_local .snippet_wrap_local {
    padding: 50px;
    width: 60%;
}
}

@media screen and (max-width: 767px) {.educational_gains_local {
    padding: 80px 0;
}.educational_gains_local h5 {
    font-size: calc(20px * 0.9);
    padding: 0 20px;
    margin-bottom: 40px;
}.educational_gains_local .method_edu_local {
    transform: none;
}.educational_gains_local .snippet_wrap_local {
    padding: 25px;
}.educational_gains_local li {
    padding-left: 30px;
}.educational_gains_local li p {
    font-size: calc(16px * 0.95);
    line-height: 1.5;
}.educational_gains_local li svg {
    margin-right: 10px;
    height: 20px;
    width: 20px;
}}header .top_lead_local {
    background: rgb(204,210,229);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    z-index: 100;
    position: relative;
}header .top_lead_local::before {
    content: "";
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgb(157,172,204,0.5) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgb(110,129,176,0.5) 0%, transparent 30%);
    opacity: 0.2;
    top: 0;
}header .top_lead_local::after {
    z-index: -1;
    opacity: 0.1;
    right: 0;
    content: "";
    clip-path: polygon(100% 0, 0 0, 100% 100%);
    position: absolute;
    background: linear-gradient(135deg, transparent 25%, rgb(157,172,204,0.5) 100%);
    top: 0;
    height: 100%;
    width: 40%;
}header .container {
    padding: 1.8rem 2rem;
    position: relative;
}header .nav_header_local {
    display: grid;
    gap: 3rem;
    align-items: center;
    grid-template-columns: auto 1fr;
}header .main_mainwrap_local {
    position: relative;
    z-index: 2;
}header .top_class_local {
    display: block;
    z-index: 2;
    position: relative;
}header .top_class_local::before,
header .top_class_local::after {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    background: rgb(157,172,204,0.5);
    opacity: 0;
}header .top_class_local::before {
    left: -15px;
    width: 50px;
    height: 50px;
    top: -15px;
}header .top_class_local::after {
    background: rgb(110,129,176,0.5);
    right: -10px;
    height: 25px;
    width: 25px;
    bottom: -5px;
}header .top_class_local:hover::before,
header .top_class_local:hover::after {
    opacity: 0.6;
    transform: scale(1.2);
}header .top_class_local svg {
    height: 50px;
    width: auto;
    filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.5));
    transition: all 0.3s ease;
}header .top_class_local:hover svg {
    transform: rotate(-5deg);
}header .top_navbar_local {
    list-style: none;
    display: flex;
    padding: 10px 20px;
    border-radius: 0 26px 26px 0;
    background: linear-gradient(to right, transparent, #ffffff);
    position: relative;
    flex-wrap: wrap;
    margin: 0;
    justify-content: flex-end;
    clip-path: polygon(5% 0, 100% 0, 100% 100%, 0% 100%);
}header .top_navbar_local::after {
    background-size: 10px 10px;
    opacity: 0.05;
    width: 100%;
    animation: moveStripes 20s linear infinite;
    left: 0;
    position: absolute;
    content: "";
    top: 0;
    background-image: 
        linear-gradient(45deg, rgb(157,172,204,0.5) 25%, transparent 25%, transparent 50%, 
        rgb(157,172,204,0.5) 50%, rgb(157,172,204,0.5) 75%, transparent 75%, transparent);
    height: 100%;
    z-index: -1;
}header .header_master_local {
    margin: 5px 8px;
    perspective: 800px;
    position: relative;
}header .header_master_local::before {
    height: 0;
    opacity: 0;
    transition: all 0.3s ease;
    content: "";
    border-top: 5px solid transparent;
    width: 0;
    top: 50%;
    border-left: 5px solid rgb(157,172,204);
    position: absolute;
    border-bottom: 5px solid transparent;
    left: -10px;
    transform: translateY(-50%) scale(0);
}header .header_master_local:hover::before {
    opacity: 1;
    transform: translateY(-50%) scale(1);
    left: -15px;
}header .header_master_local a {
    background: transparent;
    padding: 10px 18px;
    overflow: hidden;
    font-family: Arial, sans-serif;
    display: block;
    text-decoration: none;
    transform-style: preserve-3d;
    border: 1px solid transparent;
    font-weight: 600;
    position: relative;
    border-radius: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
    color: #000000;
}header .header_master_local a::before {
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
    width: 100%;
    background: #ffffff;
    transform: translateZ(-1px);
}header .header_master_local a::after {
    position: absolute;
    background: rgb(157,172,204);
    height: 2px;
    transition: width 0.3s ease;
    bottom: 0;
    width: 0;
    content: "";
    left: 50%;
    transform: translateX(-50%);
}header .header_master_local a:hover {
    color: rgb(157,172,204);
    transform: translateZ(20px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-color: rgb(157,172,204,0.5);
}header .header_master_local a:hover::after {
    width: 80%;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 50px 50px;
    }
}

@media (max-width: 991px) {header .nav_header_local {
    gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
}header .top_navbar_local {
    justify-content: center;
    background: #ffffff;
    width: 100%;
    border-radius: 26px;
    clip-path: none;
}
}

@media (max-width: 767px) {header .container {
    padding: 1.5rem 1rem;
}header .header_master_local {
    margin: 3px 5px;
}header .header_master_local a {
    font-size: calc(18px - 1px);
    padding: 8px 15px;
}
}

@media (max-width: 480px) {header .top_navbar_local {
    align-items: center;
    flex-direction: column;
    padding: 15px;
}header .header_master_local {
    margin: 3px 0;
    width: 100%;
}header .header_master_local a {
    width: 100%;
    text-align: center;
}header .header_master_local::before {
    display: none;
}header .top_class_local svg {
    height: 40px;
}}footer {
    position: relative;
    z-index: 1;
}footer::before {
    position: absolute;
    background: linear-gradient(120deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
    content: "";
    right: 0;
    opacity: 0.85;
    z-index: -2;
    bottom: 0;
    top: 0;
    left: 0;
}footer::after {
    background-size: 20px 20px;
    position: absolute;
    right: 0;
    content: "";
    top: 0;
    bottom: 0;
    z-index: -1;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.07) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.07) 1px, transparent 1px);
    left: 0;
}.code_labs_local {
    padding: 4rem 0 2.5rem;
    color: #ffffff;
    position: relative;
}.code_labs_local::before {
    opacity: 0.2;
    content: "";
    background: #ffffff;
    height: 10px;
    top: 0;
    clip-path: polygon(
        0% 0%, 4% 100%, 8% 0%, 12% 100%, 16% 0%, 20% 100%, 
        24% 0%, 28% 100%, 32% 0%, 36% 100%, 40% 0%, 44% 100%, 
        48% 0%, 52% 100%, 56% 0%, 60% 100%, 64% 0%, 68% 100%, 
        72% 0%, 76% 100%, 80% 0%, 84% 100%, 88% 0%, 92% 100%, 
        96% 0%, 100% 100%
    );
    position: absolute;
    width: 100%;
    left: 0;
}.code_labs_local .container {
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    display: flex;
    justify-content: space-between;
}.code_labs_local .company_holder {
    clip-path: polygon(
        0% 0%, 100% 0%, 95% 100%, 5% 100%
    );
    background: rgba(255, 255, 255, 0.1);
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    flex: 1 1 400px;
    padding: 2.5rem;
}.code_labs_local .company_holder h3 {
    margin: 0 0 1.5rem;
    display: inline-block;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem 2rem;
    clip-path: polygon(0% 0%, 100% 0%, 95% 100%, 5% 100%);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 29px;
    letter-spacing: 1px;
}.code_labs_local .comm_guide_local {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
    font-size: 15px;
    line-height: 1.6;
    margin: 0 1rem;
    clip-path: polygon(3% 0%, 97% 0%, 100% 100%, 0% 100%);
}.code_labs_local .mentor_net_local {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    min-width: 400px;
    flex: 1 1 calc(100% - 480px);
}.code_labs_local .top_mentor_local {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
}.code_labs_local .top_navbar_local {
    flex: 1 1 calc(50% - 1.25rem);
    position: relative;
    min-width: 200px;
}.code_labs_local .top_navbar_local h5 {
    color: #ffffff;
    font-size: 19px;
    padding: 0.5rem 1.5rem;
    font-weight: 600;
    display: inline-block;
    position: relative;
    background: rgba(255, 255, 255, 0.15);
    margin: 0 0 1.5rem;
    clip-path: polygon(0% 0%, 95% 0%, 100% 100%, 5% 100%);
}.code_labs_local .top_navbar_local .top_mentor_local {
    background: rgba(0, 0, 0, 0.15);
    gap: 0.8rem;
    flex-direction: column;
    display: flex;
    padding: 1.5rem;
    clip-path: polygon(2% 0%, 98% 0%, 100% 95%, 0% 100%);
}.code_labs_local .top_navbar_local .top_mentor_local a {
    transition: all 0.3s ease;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    text-decoration: none;
    clip-path: polygon(0% 0%, 97% 0%, 100% 100%, 3% 100%);
    padding: 0.6rem 1rem;
    color: #ffffff;
    font-size: 15px;
    position: relative;
}.code_labs_local .top_navbar_local .top_mentor_local a:hover {
    transform: translateX(5px);
    background: rgba(255, 255, 255, 0.15);
}.code_labs_local .top_navbar_local .top_mentor_local a::before {
    left: 0;
    background: #ffffff;
    opacity: 0;
    width: 3px;
    content: "";
    top: 0;
    position: absolute;
    transition: all 0.3s ease;
    height: 100%;
}.code_labs_local .top_navbar_local .top_mentor_local a:hover::before {
    opacity: 0.7;
}.learn_nav_local {
    margin-top: 3rem;
    padding: 2rem 0;
    background: rgba(255, 255, 255, 0.1);
    clip-path: polygon(0% 20%, 2% 0%, 98% 0%, 100% 20%, 100% 100%, 0% 100%);
    position: relative;
}.learn_nav_local .container {
    display: flex;
    align-items: center;
    justify-content: center;
}.learn_nav_local .law_res_local {
    clip-path: polygon(5% 0%, 95% 0%, 100% 100%, 0% 100%);
    text-align: center;
    color: #ffffff;
    position: relative;
    padding: 0.7rem 2rem;
    background: rgba(255, 255, 255, 0.05);
    font-size: 12px;
}

@keyframes hexagonPulse {
    0% {
        background-position: 0% 0%;
    }
    100% {
        background-position: 100% 100%;
    }
}

@media (max-width: 1200px) {.code_labs_local .container {
    gap: 2rem;
}.code_labs_local .company_holder {
    flex: 1 1 380px;
}.code_labs_local .mentor_net_local {
    min-width: 380px;
    flex: 1 1 calc(100% - 430px);
}
}

@media (max-width: 992px) {.code_labs_local {
    padding: 3.5rem 0 2rem;
}.code_labs_local .container {
    flex-direction: column;
    gap: 2.5rem;
}.code_labs_local .company_holder,
    .code_labs_local .mentor_net_local {
    flex: 1 1 100%;
    min-width: 100%;
}.code_labs_local .top_navbar_local {
    min-width: 200px;
    flex: 1 1 calc(50% - 1.25rem);
}
}

@media (max-width: 768px) {.code_labs_local {
    padding: 3rem 0 1.5rem;
}.code_labs_local .company_holder {
    padding: 2rem;
}.code_labs_local .company_holder h3 {
    font-size: calc(29px - 2px);
}.code_labs_local .top_mentor_local {
    gap: 1.5rem;
}.learn_nav_local {
    margin-top: 2rem;
}
}

@media (max-width: 576px) {.code_labs_local {
    padding: 2.5rem 0 1rem;
}.code_labs_local .top_navbar_local {
    min-width: 100%;
    flex: 1 1 100%;
}.code_labs_local .top_mentor_local {
    gap: 1rem;
}.learn_nav_local {
    padding: 1.5rem 0;
    margin-top: 1.5rem;
    clip-path: polygon(0% 10%, 2% 0%, 98% 0%, 100% 10%, 100% 100%, 0% 100%);
}.code_labs_local::before {
    height: 5px;
}
}

@media (max-width: 420px) {.code_labs_local .company_holder {
    clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 3% 100%);
    padding: 1.5rem;
}.code_labs_local .company_holder h3 {
    padding: 0.4rem 1rem;
}.code_labs_local .top_navbar_local h5 {
    padding: 0.4rem 1rem;
}.code_labs_local .top_navbar_local .top_mentor_local {
    padding: 1rem;
}.code_labs_local .top_navbar_local .top_mentor_local a:hover {
    transform: translateX(3px);
}.learn_nav_local .law_res_local {
    width: 90%;
    padding: 0.6rem 1.5rem;
}}.contact_section_local {
    position: relative;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgb(157,172,204,0.5) 100%);
    padding: 120px 0 80px;
    overflow: hidden;
}.contact_section_local::before {
    animation: gradientMove 20s linear infinite;
    background-size: 60px 60px;
    height: 100%;
    content: "";
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(157,172,204,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(157,172,204,0.5) 50%, 
        rgb(157,172,204,0.5) 75%, 
        transparent 75%, 
        transparent);
    opacity: 0.05;
    position: absolute;
    top: 0;
    left: 0;
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_section_local .container {
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding: 0 20px;
    max-width: 1200px;
}.contact_section_local h2 {
    font-family: Arial, sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    color: rgb(157,172,204);
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 60px;
    text-transform: uppercase;
}.contact_section_local h2::after {
    bottom: -15px;
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    width: 60px;
    content: "";
    position: absolute;
    background: rgb(157,172,204);
}.contact_section_local .request_inquiry_local {
    grid-template-columns: 1fr 1fr;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border-radius: 28px;
    max-width: 1000px;
    display: grid;
    position: relative;
    gap: 0;
    margin: 0 auto;
}.contact_section_local .img_strip_wrap_local {
    height: 100%;
    min-height: 600px;
    order: 2;
    position: relative;
}.contact_section_local .help_feedback_local {
    position: relative;
    flex-direction: column;
    justify-content: center;
    display: flex;
    background: #ffffff;
    padding: 60px;
    order: 1;
}.contact_section_local .help_feedback_local::before {
    width: 10px;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
    content: "";
    background: linear-gradient(to bottom, rgb(157,172,204), rgb(110,129,176));
}.contact_section_local form {
    position: relative;
    width: 100%;
}.contact_section_local form h3 {
    font-weight: 700;
    font-size: 19px;
    color: #000000;
    border-bottom: 2px solid rgb(110,129,176,0.5);
    padding-bottom: 15px;
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_section_local form input[type="text"] {
    color: #000000;
    font-size: 15px;
    padding: 16px 20px 16px 50px;
    position: relative;
    margin-bottom: 25px;
    font-family: Arial, sans-serif;
    background: rgb(204,210,229);
    border: none;
    width: 100%;
    border-radius: 10px;
    transition: all 0.3s ease;
}.contact_section_local form input[type="text"]:focus {
    background: #ffffff;
    outline: none;
    box-shadow: 0 0 0 2px rgb(157,172,204);
}.contact_section_local form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_section_local form input#name {
    position: relative;
}.contact_section_local form input#name::before {
    position: absolute;
    background: rgb(157,172,204);
    content: "";
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 20px;
    left: 20px;
}.contact_section_local .feedback_info_local {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact_section_local .feedback_info_local input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_section_local .feedback_info_local label {
    position: relative;
    line-height: 1.5;
    font-size: 16px;
    color: #000000;
    padding-left: 35px;
    cursor: pointer;
}.contact_section_local .feedback_info_local label::before {
    width: 24px;
    content: "";
    position: absolute;
    background: rgb(204,210,229);
    height: 24px;
    border-radius: 10px;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
}.contact_section_local .feedback_info_local input[type="checkbox"]:checked + label::before {
    background: rgb(157,172,204);
}.contact_section_local .feedback_info_local input[type="checkbox"]:checked + label::after {
    transform: rotate(45deg);
    height: 14px;
    left: 8px;
    width: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    position: absolute;
    content: "";
    top: 4px;
}.contact_section_local .feedback_info_local label a {
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
    color: rgb(157,172,204);
}.contact_section_local .feedback_info_local label a::after {
    position: absolute;
    transition: width 0.3s ease;
    left: 0;
    width: 0;
    bottom: -2px;
    background: rgb(157,172,204);
    content: "";
    height: 1px;
}.contact_section_local .feedback_info_local label a:hover::after {
    width: 100%;
}.contact_section_local form .inquiry_card_local {
    color: #ffffff;
    overflow: hidden;
    font-size: 20px;
    background: rgb(157,172,204);
    z-index: 1;
    display: inline-block;
    border: none;
    letter-spacing: 1px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 16px 40px;
    position: relative;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    border-radius: 50px;
}.contact_section_local form .inquiry_card_local::before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
    transition: width 0.3s ease;
    width: 0;
    content: "";
    background: rgb(110,129,176);
}.contact_section_local form .inquiry_card_local:hover::before {
    width: 100%;
}.contact_section_local form .inquiry_card_local:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(157,172,204);
}.contact_section_local svg {
    width: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    fill: rgb(157,172,204);
    height: 20px;
}.contact_section_local svg path {
    fill: rgb(157,172,204);
    transition: fill 0.3s ease;
}.contact_section_local form #name,
.contact_section_local form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_section_local .request_inquiry_local {
    max-width: 800px;
}.contact_section_local .help_feedback_local {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_section_local {
    padding: 80px 0 60px;
}.contact_section_local .request_inquiry_local {
    grid-template-columns: 1fr;
}.contact_section_local .img_strip_wrap_local {
    order: 1;
    clip-path: none;
    min-height: 300px;
}.contact_section_local .help_feedback_local {
    order: 2;
    padding: 40px 30px;
}.contact_section_local .help_feedback_local::before {
    height: 6px;
    top: 0;
    background: linear-gradient(to right, rgb(157,172,204), rgb(110,129,176));
    right: 0;
    width: 100%;
}.contact_section_local h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_section_local {
    padding: 60px 0 40px;
}.contact_section_local h2 {
    margin-bottom: 30px;
    font-size: calc(35px * 0.8);
}.contact_section_local .img_strip_wrap_local {
    min-height: 200px;
}.contact_section_local .help_feedback_local {
    padding: 30px 20px;
}.contact_section_local form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 30px;
}.contact_section_local form .inquiry_card_local {
    width: 100%;
    padding: 14px 20px;
}}.enroll_instantly_local {
    z-index: 1;
    position: relative;
    background: linear-gradient(135deg, rgb(204,210,229) 0%, rgba(rgb(157,172,204,0.5), 0.1) 100%);
    padding: 5rem 0;
    overflow: hidden;
}.enroll_instantly_local::before {
    height: 200%;
    transform: rotate(-15deg);
    width: 70%;
    animation: float 15s ease-in-out infinite alternate;
    background: linear-gradient(140deg, rgb(157,172,204) 0%, transparent 80%);
    z-index: -1;
    position: absolute;
    top: -50%;
    opacity: 0.08;
    content: "";
    left: -10%;
}.enroll_instantly_local::after {
    background: linear-gradient(220deg, rgb(110,129,176) 0%, transparent 70%);
    z-index: -1;
    height: 180%;
    width: 60%;
    bottom: -30%;
    opacity: 0.06;
    animation: float 18s ease-in-out infinite alternate-reverse;
    content: "";
    right: -5%;
    position: absolute;
    transform: rotate(12deg);
}.enroll_instantly_local .container {
    padding: 0 20px;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
}.enroll_instantly_local h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    font-size: 32px;
    margin-bottom: 2.5rem;
    color: #000000;
    transform: perspective(1000px) translateZ(0);
    line-height: 1.4;
    text-align: center;
    font-weight: 700;
}.enroll_instantly_local .method_edu_local {
    gap: 2rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
              0 5px 15px rgba(0, 0, 0, 0.03),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    flex-direction: column;
    border-radius: calc(100px / 1.5);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.85) 100%);
    justify-content: center;
    align-items: center;
    transform: translateY(0);
    display: flex;
    padding: 3rem;
}.enroll_instantly_local .method_edu_local:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08),
              0 10px 20px rgba(0, 0, 0, 0.05),
              0 0 0 1px rgba(0, 0, 0, 0.02);
    transform: translateY(-5px);
}.enroll_instantly_local svg {
    transform: translateY(0);
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    height: 50px;
    width: 50px;
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}.enroll_instantly_local .method_edu_local:hover svg {
    transform: translateY(-3px) scale(1.05);
}.enroll_instantly_local svg path {
    transition: fill 0.3s ease;
    fill: rgb(157,172,204);
}.enroll_instantly_local .method_edu_local:hover svg path {
    fill: rgb(110,129,176);
}.enroll_instantly_local .inquiry_card_local {
    background: linear-gradient(135deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(rgb(157,172,204,0.5), 0.2);
    font-weight: 600;
    font-size: 20px;
    transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), 
              box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1);
    border-radius: 12px;
    padding: 0.8rem 2.2rem;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    z-index: 1;
    position: relative;
    transform: translateZ(0);
}.enroll_instantly_local .inquiry_card_local::before {
    top: 0;
    opacity: 0;
    background: linear-gradient(135deg, rgb(110,129,176) 0%, rgb(157,172,204) 100%);
    transition: opacity 0.4s ease;
    right: 0;
    content: "";
    left: 0;
    position: absolute;
    z-index: -1;
    bottom: 0;
}.enroll_instantly_local .inquiry_card_local:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 0 6px 16px rgba(rgb(157,172,204,0.5), 0.3);
}.enroll_instantly_local .inquiry_card_local:hover::before {
    opacity: 1;
}.enroll_instantly_local .inquiry_card_local:active {
    transform: translateY(1px) scale(0.98);
    box-shadow: 0 2px 8px rgba(rgb(157,172,204,0.5), 0.2);
}

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

@media (min-width: 768px) {.enroll_instantly_local {
    padding: 7rem 0;
}.enroll_instantly_local h2 {
    font-size: calc(32px * 1.1);
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}.enroll_instantly_local .method_edu_local {
    justify-content: space-between;
    padding: 3.5rem 4rem;
    max-width: 85%;
    gap: 3rem;
    flex-direction: row;
    margin: 0 auto;
}.enroll_instantly_local svg {
    width: 60px;
    height: 60px;
}
}

@media (min-width: 992px) {.enroll_instantly_local {
    padding: 8rem 0;
}.enroll_instantly_local h2 {
    max-width: 70%;
    font-size: calc(32px * 1.2);
}.enroll_instantly_local .method_edu_local {
    padding: 4rem 5rem;
    max-width: 75%;
}.enroll_instantly_local::before {
    width: 55%;
}.enroll_instantly_local::after {
    width: 45%;
}.enroll_instantly_local .inquiry_card_local {
    padding: 1rem 2.5rem;
    font-size: calc(20px * 1.1);
}
}

@media (min-width: 1200px) {.enroll_instantly_local h2 {
    max-width: 60%;
}.enroll_instantly_local .method_edu_local {
    max-width: 65%;
}.enroll_instantly_local svg {
    height: 70px;
    width: 70px;
}.enroll_instantly_local .inquiry_card_local {
    padding: 1.2rem 3rem;
}
}

@media (max-width: 767px) {.enroll_instantly_local {
    padding: 4rem 0;
}.enroll_instantly_local h2 {
    line-height: 1.5;
    font-size: calc(32px * 0.9);
}.enroll_instantly_local .method_edu_local {
    padding: 2.5rem 2rem;
}.enroll_instantly_local .inquiry_card_local {
    padding: 0.8rem 1.8rem;
}
}

@media (hover: none) {.enroll_instantly_local .method_edu_local:hover {
    transform: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05),
                0 5px 15px rgba(0, 0, 0, 0.03),
                0 0 0 1px rgba(0, 0, 0, 0.02);
}.enroll_instantly_local .method_edu_local:hover svg {
    transform: none;
}.enroll_instantly_local .inquiry_card_local:hover {
    transform: none;
    box-shadow: 0 4px 12px rgba(rgb(157,172,204,0.5), 0.2);
}}.about_this_local {
    position: relative;
    overflow: hidden;
    background: rgb(204,210,229);
    padding: 140px 0 120px;
}.about_this_local::before {
    background: linear-gradient(125deg, rgb(157,172,204,0.5) 0%, transparent 40%, rgb(110,129,176,0.5) 80%, rgb(157,172,204,0.5) 100%);
    height: 100%;
    left: 0;
    width: 100%;
    animation: gradientFlow 25s infinite alternate;
    opacity: 0.15;
    top: 0;
    z-index: 1;
    content: "";
    position: absolute;
}@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.about_this_local::after {
    animation: pulseBackground 15s infinite alternate;
    top: 0;
    background: radial-gradient(ellipse at 30% 20%, rgb(157,172,204,0.5) 0%, transparent 60%),
                radial-gradient(ellipse at 70% 80%, rgb(110,129,176,0.5) 0%, transparent 60%);
    content: "";
    left: 0;
    opacity: 0.15;
    height: 100%;
    filter: blur(50px);
    position: absolute;
    width: 100%;
    z-index: 1;
}@keyframes pulseBackground {
    0% {
        opacity: 0.1;
        filter: blur(50px);
    }
    50% {
        opacity: 0.15;
        filter: blur(70px);
    }
    100% {
        opacity: 0.1;
        filter: blur(50px);
    }
}

.about_this_local .container {
    z-index: 2;
    position: relative;
}.about_this_local .method_edu_local {
    position: relative;
    max-width: 100vw;
}.about_this_local h3 {
    font-weight: 700;
    border-left: 4px solid rgb(157,172,204);
    transform: translateY(-100%) translateY(-30px);
    color: #000000;
    letter-spacing: 1px;
    position: absolute;
    font-size: 33px;
    left: 0;
    margin: 0;
    padding-left: 30px;
    top: 0;
}.about_this_local .pedagogy_way_local {
    display: grid;
    margin-bottom: 100px;
    padding-top: 20px;
    grid-template-columns: 1.6fr 1.4fr;
    position: relative;
    margin-left: -15%;
    width: 115%;
    gap: 20px;
}.about_this_local .pedagogy_way_local span {
    border-radius: 0 10px 10px 0;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    font-size: 21px;
    position: absolute;
    padding: 10px 30px;
    z-index: 10;
    top: -15px;
    color: #ffffff;
    font-weight: 600;
    background: rgb(157,172,204);
    right: 10%;
    transform: skewX(-15deg);
}.about_this_local .pedagogy_way_local span::before {
    top: 0;
    z-index: -1;
    background: rgb(157,172,204);
    transform: skewX(15deg);
    content: "";
    position: absolute;
    height: 100%;
    left: -15px;
    width: 15px;
}.about_this_local .pedagogy_way_local p {
    grid-row: 1 / 2;
    align-self: center;
    width: 110%;
    font-size: 18px;
    transform: translateX(-30px);
    z-index: 5;
    padding: 40px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    grid-column: 2 / 3;
    backdrop-filter: blur(10px);
    border-radius: 29px;
    background: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    color: #000000;
}.about_this_local .pedagogy_way_local .img_strip_wrap_local {
    z-index: 3;
    height: 500px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    grid-column: 1 / 2;
    border-radius: 0 29px 29px 0;
    grid-row: 1 / 2;
    overflow: hidden;
}.about_this_local .pedagogy_way_local .img_strip_wrap_local::before {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
    width: 100%;
    z-index: 2;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}.about_this_local .approach_edu_local {
    gap: 20px;
    width: 115%;
    position: relative;
    margin-left: auto;
    display: grid;
    grid-template-columns: 1.4fr 1.6fr;
    margin-right: -15%;
}.about_this_local .approach_edu_local::before {
    width: 40%;
    content: "";
    background: linear-gradient(to right, rgb(157,172,204,0.5), rgb(110,129,176,0.5), transparent);
    top: -50px;
    position: absolute;
    height: 1px;
    left: 30%;
}.about_this_local .approach_edu_local p {
    font-size: 18px;
    box-shadow: 20px 20px 60px rgba(0, 0, 0, 0.05),
                -20px -20px 60px rgba(255, 255, 255, 0.05);
    width: 110%;
    grid-column: 1 / 2;
    backdrop-filter: blur(10px);
    padding: 40px;
    grid-row: 1 / 2;
    align-self: center;
    transform: translateX(30px);
    z-index: 5;
    border-radius: 29px;
    line-height: 1.8;
    color: #000000;
    background: rgba(255, 255, 255, 0.8);
}.about_this_local .approach_edu_local .training_experts_local {
    height: 500px;
    grid-column: 2 / 3;
    z-index: 3;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-radius: 29px 0 0 29px;
    position: relative;
    grid-row: 1 / 2;
    overflow: hidden;
}.about_this_local .approach_edu_local .training_experts_local::before {
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 2;
}.about_this_local .pedagogy_way_local::after,
.about_this_local .approach_edu_local::after {
    opacity: 0.15;
    filter: blur(80px);
    border-radius: 50%;
    content: "";
    width: 200px;
    animation: pulseOpacity 8s infinite alternate;
    position: absolute;
    height: 200px;
    z-index: 1;
}@keyframes pulseOpacity {
    0% {
        opacity: 0.15;
        transform: scale(1);
    }
    100% {
        opacity: 0.2;
        transform: scale(1.1);
    }
}

.about_this_local .pedagogy_way_local::after {
    bottom: -100px;
    right: 10%;
    background: rgb(157,172,204);
}.about_this_local .approach_edu_local::after {
    background: rgb(110,129,176);
    top: -100px;
    left: 10%;
}.about_this_local .pedagogy_way_local::before,
.about_this_local .approach_edu_local::before {
    background: linear-gradient(to right, transparent, rgb(157,172,204,0.5) 50%, transparent);
    width: 300px;
    height: 1px;
    animation: widthPulse 6s infinite alternate;
    position: absolute;
    content: "";
}@keyframes widthPulse {
    0% {
        width: 200px;
    }
    100% {
        width: 300px;
    }
}

.about_this_local .pedagogy_way_local::before {
    left: 20%;
    top: -20px;
}.about_this_local .approach_edu_local::before {
    bottom: -20px;
    right: 20%;
}.about_this_local .method_edu_local::before,
.about_this_local .method_edu_local::after {
    content: "";
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(157,172,204,0.5) 50%, transparent);
    width: 80%;
    position: absolute;
    animation: horizontalLine 15s infinite alternate;
}@keyframes horizontalLine {
    0% {
        opacity: 0.1;
        transform: translateX(-10%);
    }
    100% {
        opacity: 0.3;
        transform: translateX(10%);
    }
}

.about_this_local .method_edu_local::before {
    left: 10%;
    top: 15%;
}.about_this_local .method_edu_local::after {
    right: 10%;
    bottom: 15%;
}

@media screen and (max-width: 1199px) {.about_this_local {
    padding: 120px 0 100px;
}.about_this_local h3 {
    font-size: calc(33px - 0.2rem);
}.about_this_local .pedagogy_way_local,
    .about_this_local .approach_edu_local {
    width: 110%;
}.about_this_local .pedagogy_way_local {
    margin-left: -10%;
}.about_this_local .approach_edu_local {
    margin-right: -10%;
}.about_this_local .pedagogy_way_local .img_strip_wrap_local,
    .about_this_local .approach_edu_local .training_experts_local {
    height: 450px;
}.about_this_local .pedagogy_way_local p,
    .about_this_local .approach_edu_local p {
    padding: 30px;
}
}

@media screen and (max-width: 991px) {.about_this_local .pedagogy_way_local p,
    .about_this_local .approach_edu_local p {
    width: 100%;
}.about_this_local {
    padding: 100px 0 80px;
}.about_this_local h3 {
    font-size: calc(33px - 0.4rem);
    position: relative;
    margin-bottom: 50px;
    transform: none;
}.about_this_local .pedagogy_way_local,
    .about_this_local .approach_edu_local {
    margin-left: 0;
    grid-template-columns: 1fr;
    gap: 30px;
    margin-right: 0;
    width: 100%;
}.about_this_local .pedagogy_way_local {
    margin-bottom: 80px;
}.about_this_local .pedagogy_way_local span {
    right: auto;
    font-size: calc(21px - 0.2rem);
    left: 0;
    top: -15px;
}.about_this_local .pedagogy_way_local .img_strip_wrap_local {
    border-radius: 29px;
    grid-row: 1 / 2;
    height: 400px;
    grid-column: 1 / 2;
}.about_this_local .pedagogy_way_local p {
    transform: translateX(0);
    grid-row: 2 / 3;
    grid-column: 1 / 2;
}.about_this_local .approach_edu_local .training_experts_local {
    height: 400px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    border-radius: 29px;
}.about_this_local .approach_edu_local p {
    grid-row: 2 / 3;
    transform: translateX(0);
    grid-column: 1 / 2;
}.about_this_local .pedagogy_way_local::after,
    .about_this_local .approach_edu_local::after {
    height: 150px;
    width: 150px;
}
}

@media screen and (max-width: 767px) {.about_this_local {
    padding: 80px 0 60px;
}.about_this_local h3 {
    margin-bottom: 40px;
    padding-left: 20px;
    font-size: calc(33px - 0.6rem);
}.about_this_local .pedagogy_way_local {
    margin-bottom: 60px;
}.about_this_local .pedagogy_way_local span {
    padding: 8px 20px;
    font-size: calc(21px - 0.3rem);
}.about_this_local .pedagogy_way_local .img_strip_wrap_local,
    .about_this_local .approach_edu_local .training_experts_local {
    height: 350px;
}.about_this_local .pedagogy_way_local p,
    .about_this_local .approach_edu_local p {
    font-size: calc(18px - 0.1rem);
    padding: 25px;
}.about_this_local::after {
    filter: blur(30px);
}.about_this_local .pedagogy_way_local::after,
    .about_this_local .approach_edu_local::after {
    width: 100px;
    filter: blur(50px);
    height: 100px;
}
}

@media screen and (max-width: 575px) {.about_this_local {
    padding: 60px 0 40px;
}.about_this_local h3 {
    padding-left: 15px;
    border-left-width: 3px;
    margin-bottom: 30px;
    font-size: calc(33px - 0.8rem);
}.about_this_local .pedagogy_way_local {
    margin-bottom: 50px;
    gap: 20px;
}.about_this_local .pedagogy_way_local span {
    font-size: calc(21px - 0.4rem);
    padding: 6px 15px;
}.about_this_local .pedagogy_way_local .img_strip_wrap_local,
    .about_this_local .approach_edu_local .training_experts_local {
    height: 280px;
}.about_this_local .pedagogy_way_local p,
    .about_this_local .approach_edu_local p {
    font-size: calc(18px - 0.2rem);
    padding: 20px;
}.about_this_local::after {
    filter: blur(20px);
}.about_this_local .method_edu_local::before,
    .about_this_local .method_edu_local::after {
    width: 70%;
}
}

@media screen and (min-width: 1400px) {.about_this_local .pedagogy_way_local {
    margin-left: -20%;
    width: 120%;
}.about_this_local .approach_edu_local {
    margin-right: -20%;
    width: 120%;
}.about_this_local .pedagogy_way_local .img_strip_wrap_local,
    .about_this_local .approach_edu_local .training_experts_local {
    height: 550px;
}}.title_section_local {
    min-height: 90vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    position: relative;
    display: flex;
    overflow: hidden;
}.title_section_local .edu_title_local {
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
    display: flex;
    height: 100%;
    min-height: 90vh;
}.title_section_local .edu_title_local::before {
    position: absolute;
    backdrop-filter: blur(3px);
    z-index: 1;
    left: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(135deg, 
    rgba(0, 0, 0, 0.5) 0%, 
    rgba(0, 0, 0, 0.4) 100%);
    height: 100%;
    content: "";
}.title_section_local .expert_guides_local {
    padding: 3rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 2;
    transform: perspective(1000px) rotateX(2deg);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 
    20px 20px 40px rgba(0, 0, 0, 0.25),
    -10px -10px 30px rgba(255, 255, 255, 0.1);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 85%;
    backdrop-filter: blur(10px);
    max-width: 1200px;
}.title_section_local .expert_guides_local:hover {
    transform: perspective(1000px) rotateX(0deg);
    box-shadow: 
    25px 25px 50px rgba(0, 0, 0, 0.3),
    -12px -12px 35px rgba(255, 255, 255, 0.15);
}.title_section_local .expert_guides_local > div {
    animation: fadeUp 0.8s forwards;
    transform: translateY(20px);
    opacity: 0;
}.title_section_local .expert_guides_local > div:nth-child(1) {
    animation-delay: 0.2s;
}.title_section_local .expert_guides_local > div:nth-child(2) {
    animation-delay: 0.5s;
}.title_section_local .title_style_header {
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    margin-bottom: 2rem;
    font-size: 45px;
    line-height: 1.2;
    color: #ffffff;
    position: relative;
}.title_section_local .title_style_header::after {
    height: 4px;
    bottom: -15px;
    background: linear-gradient(90deg, rgb(157,172,204) 0%, rgb(110,129,176) 100%);
    transform: scaleX(0);
    animation: scaleIn 0.6s 0.8s forwards;
    transform-origin: left;
    left: 0;
    width: 100px;
    position: absolute;
    content: "";
}.title_section_local h3 {
    font-weight: 600;
    color: #ffffff;
    font-size: calc(22px + 0.2rem);
    line-height: 1.5;
    margin-bottom: 1.5rem;
}.title_section_local p {
    max-width: 90%;
    line-height: 1.6;
    padding-left: 1rem;
    margin-top: 1.5rem;
    font-size: 18px;
    position: relative;
    color: #ffffff;
}.title_section_local p::before {
    transform-origin: top;
    top: 0;
    content: "";
    width: 3px;
    animation: scaleIn 0.4s 1s forwards;
    left: 0;
    position: absolute;
    height: 100%;
    background: rgb(110,129,176);
    transform: scaleY(0);
}

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

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

@media (max-width: 992px) {.title_section_local {
    min-height: 80vh;
}.title_section_local .edu_title_local {
    min-height: 80vh;
}.title_section_local .expert_guides_local {
    transform: perspective(1000px) rotateX(1deg);
    width: 90%;
    padding: 2.5rem;
}.title_section_local .title_style_header {
    font-size: calc(45px - 0.5rem);
}.title_section_local h3 {
    font-size: 22px;
}
}

@media (max-width: 768px) {.title_section_local {
    min-height: 70vh;
}.title_section_local .edu_title_local {
    min-height: 70vh;
}.title_section_local .expert_guides_local {
    padding: 2rem;
    width: 95%;
    transform: none;
}.title_section_local .expert_guides_local:hover {
    transform: none;
}.title_section_local .title_style_header {
    font-size: calc(45px - 1rem);
    margin-bottom: 1.5rem;
}.title_section_local .title_style_header::after {
    height: 3px;
    width: 80px;
}.title_section_local h3 {
    font-size: calc(22px - 0.1rem);
    margin-bottom: 1rem;
}.title_section_local p {
    font-size: calc(18px - 0.1rem);
    max-width: 100%;
}
}

@media (max-width: 576px) {.title_section_local {
    min-height: auto;
    padding: 4rem 0;
}.title_section_local .edu_title_local {
    min-height: auto;
}.title_section_local .expert_guides_local {
    padding: 1.5rem;
    box-shadow: 
      10px 10px 20px rgba(0, 0, 0, 0.25),
      -5px -5px 15px rgba(255, 255, 255, 0.1);
}.title_section_local .title_style_header {
    margin-bottom: 1.25rem;
    font-size: calc(33px - 0.2rem);
}.title_section_local .title_style_header::after {
    height: 3px;
    width: 60px;
    bottom: -10px;
}.title_section_local h3 {
    font-size: calc(21px + 0.1rem);
}.title_section_local p {
    padding-left: 0.75rem;
    margin-top: 1rem;
}.title_section_local p::before {
    width: 2px;
}
}