* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}a {
    color: inherit;
    text-decoration: none;
}html,body {
    color: #000000;
    min-height: 100%;
    height: 100%;
    font-family: Arial, sans-serif;
}.container {
    margin: auto;
    max-width: 100%;
    width: 1200px;
}svg {
    height: 30px;
    width: 30px;
}.local_facebook_cta {
    flex: 0 0 auto;
}header,footer {
    width: 100%;
}.local_head_core {
    flex: 1 0 auto;
}.local_wrapper-capsule {
    height: 100%;
    display: flex;
    min-height: 100%;
    flex-direction: column;
}
@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
footer {
    color: #ffffff;
    position: relative;
    perspective: 1000px;
    font-family: Arial, sans-serif;
}footer::before {
    top: 0;
    opacity: 0.85;
    position: absolute;
    width: 100%;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, 
                rgba(0, 0, 0, 0.5) 0%, 
                rgb(132,167,189,0.5) 50%, 
                rgba(0, 0, 0, 0.5) 100%);
    left: 0;
    z-index: -1;
}footer::after {
    top: 0;
    content: "";
    height: 100%;
    z-index: -1;
    animation: scanline 10s linear infinite;
    width: 100%;
    background: 
        repeating-linear-gradient(
            45deg,
            transparent,
            transparent 5px,
            rgba(255, 255, 255, 0.03) 5px,
            rgba(255, 255, 255, 0.03) 10px
        );
    position: absolute;
    left: 0;
}.local_facebook_cta {
    position: relative;
    padding: 5rem 0 3rem;
    z-index: 1;
}.local_facebook_cta::before {
    content: "";
    background: linear-gradient(90deg, 
                transparent 0%, 
                rgb(105,134,158) 50%, 
                transparent 100%);
    animation: glowPulse 3s ease-in-out infinite alternate;
    height: 2px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}.local_facebook_cta .container {
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    display: grid;
    position: relative;
}.local_facebook_cta .company_holder {
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
    position: relative;
    border-radius: 16px;
    padding: 2rem;
    backdrop-filter: blur(10px);
    transform-style: preserve-3d;
    border-left: 3px solid rgb(132,167,189);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}.local_facebook_cta .company_holder:hover {
    border-left: 3px solid #ffffff;
    transform: translateZ(20px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 
                0 0 20px rgb(132,167,189,0.5);
}.local_facebook_cta .company_holder h3 {
    font-weight: 700;
    color: #ffffff;
    padding-bottom: 0.75rem;
    margin-bottom: 1.75rem;
    font-size: calc(36px * 0.9);
    letter-spacing: 1px;
    position: relative;
    text-transform: uppercase;
}.local_facebook_cta .company_holder h3::after {
    bottom: 0;
    background: rgb(132,167,189);
    width: 60px;
    transition: width 0.4s ease-in-out;
    content: "";
    left: 0;
    height: 3px;
    position: absolute;
}.local_facebook_cta .company_holder:hover h3::after {
    width: 100%;
}.local_facebook_cta .local_event_cal {
    position: relative;
    line-height: 1.7;
    max-width: 100%;
    padding-left: 1rem;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}.local_facebook_cta .local_event_cal::before {
    content: "";
    left: 0;
    background: linear-gradient(to bottom, 
                rgb(132,167,189) 0%, 
                transparent 100%);
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
}.local_facebook_cta .local_honor_cta {
    position: relative;
}.local_facebook_cta .local_site_top {
    height: 100%;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}.local_facebook_cta .local_site_header {
    overflow: hidden;
    position: relative;
    border-radius: 16px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.03);
    transform-style: preserve-3d;
}.local_facebook_cta .local_site_header::before {
    transform: rotate(45deg);
    left: -50%;
    height: 200%;
    background: linear-gradient(
        transparent,
        transparent,
        rgba(255, 255, 255, 0.05),
        transparent,
        transparent
    );
    z-index: -1;
    top: -50%;
    transition: all 0.6s ease;
    content: "";
    position: absolute;
    width: 200%;
}.local_facebook_cta .local_site_header:hover::before {
    top: -100%;
    left: -100%;
}.local_facebook_cta .local_site_header::after {
    content: "";
    width: 0;
    border-width: 0 25px 25px 0;
    height: 0;
    border-color: transparent rgb(132,167,189) transparent transparent;
    transition: all 0.4s ease;
    right: 0;
    position: absolute;
    transform: translateZ(5px);
    top: 0;
    border-style: solid;
    transform-style: preserve-3d;
}.local_facebook_cta .local_site_header:hover::after {
    border-width: 0 35px 35px 0;
    border-color: transparent rgb(105,134,158) transparent transparent;
}.local_facebook_cta .local_site_header:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: rgba(255, 255, 255, 0.05);
    transform: translateZ(15px) scale(1.03);
}.local_facebook_cta .local_site_header h5 {
    letter-spacing: 0.5px;
    position: relative;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 21px;
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
}.local_facebook_cta .local_site_header h5::before {
    position: absolute;
    background: rgb(105,134,158);
    width: 100%;
    content: "";
    height: 1px;
    left: 0;
    bottom: -8px;
}.local_facebook_cta .local_site_header h5::after {
    transition: width 0.4s ease-in-out;
    content: "";
    position: absolute;
    bottom: -8px;
    background: rgb(132,167,189);
    left: 0;
    width: 30%;
    height: 3px;
}.local_facebook_cta .local_site_header:hover h5::after {
    width: 100%;
}.local_facebook_cta .local_site_header .local_site_top {
    display: flex;
    gap: 0.875rem;
    flex-direction: column;
}.local_facebook_cta .local_site_header a {
    transition: all 0.3s ease;
    display: block;
    color: rgba(255, 255, 255, 0.75);
    padding: 0.5rem 0;
    position: relative;
    font-size: 16px;
    text-decoration: none;
    transform-style: preserve-3d;
}.local_facebook_cta .local_site_header a::before {
    transition: all 0.3s ease;
    opacity: 0;
    position: absolute;
    transform: translateZ(5px);
    content: "→";
    left: -20px;
}.local_facebook_cta .local_site_header a:hover {
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
    color: #ffffff;
    transform: translateX(20px);
}.local_facebook_cta .local_site_header a:hover::before {
    left: 0;
    opacity: 1;
}.local_trade_mark {
    padding: 1.5rem 0;
    position: relative;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    margin-top: 3rem;
}.local_trade_mark::before {
    position: absolute;
    background: linear-gradient(to right, 
                transparent 0%, 
                rgb(132,167,189) 30%, 
                #ffffff 50%, 
                rgb(105,134,158) 70%, 
                transparent 100%);
    left: 0;
    width: 100%;
    content: "";
    height: 1px;
    top: 0;
}.local_trade_mark .container {
    display: flex;
    justify-content: center;
    align-items: center;
}.local_trade_mark .local_search_foot {
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1.5rem;
    border-radius: 30px;
    font-size: 14px;
    background: rgba(0, 0, 0, 0.2);
}.local_trade_mark .local_search_foot:hover {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px rgba(rgb(132,167,189), 0.3);
}@keyframes scanline {
    0% {
        transform: translateY(-100%);
        opacity: 0.5;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        transform: translateY(100%);
        opacity: 0.5;
    }
}

@keyframes glowPulse {
    0%, 100% {
        opacity: 0.8;
        box-shadow: 0 0 10px rgb(105,134,158,0.5);
    }
    50% {
        opacity: 1;
        box-shadow: 0 0 20px rgb(105,134,158);
    }
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-20px) scale(1.05);
    }
}

.local_facebook_cta .company_holder::before,
.local_facebook_cta .local_site_header::before {
    height: 100px;
    content: "";
    position: absolute;
    transition: opacity 0.5s ease;
    border-radius: 50%;
    opacity: 0;
    z-index: -1;
    width: 100px;
    background: radial-gradient(circle, rgb(132,167,189,0.5) 0%, transparent 70%);
    filter: blur(30px);
}.local_facebook_cta .company_holder::before {
    right: -20px;
    bottom: -20px;
}.local_facebook_cta .local_site_header::before {
    top: -20px;
    left: -20px;
}.local_facebook_cta .company_holder:hover::before,
.local_facebook_cta .local_site_header:hover::before {
    opacity: 0.5;
}.local_facebook_cta .company_holder::after {
    transition: all 0.4s ease;
    height: 30px;
    position: absolute;
    border-right: 2px solid rgb(132,167,189);
    width: 30px;
    right: 20px;
    border-top: 2px solid rgb(132,167,189);
    top: 20px;
    content: "";
    opacity: 0.7;
}.local_facebook_cta .company_holder:hover::after {
    height: 40px;
    transform: rotate(45deg);
    width: 40px;
}

@media (max-width: 992px) {.local_facebook_cta {
    padding: 4rem 0 2rem;
}.local_facebook_cta .container {
    grid-template-columns: 1fr;
    gap: 2rem;
}.local_facebook_cta .company_holder,
    .local_facebook_cta .local_honor_cta {
    width: 100%;
}.local_facebook_cta .local_site_top {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 768px) {.local_facebook_cta {
    padding: 3.5rem 0 1.5rem;
}.local_facebook_cta .local_site_top {
    grid-template-columns: 1fr;
    gap: 1.5rem;
}.local_facebook_cta .company_holder,
    .local_facebook_cta .local_site_header {
    padding: 1.5rem;
}.local_facebook_cta .company_holder h3,
    .local_facebook_cta .local_site_header h5 {
    margin-bottom: 1.25rem;
}.local_trade_mark {
    margin-top: 2rem;
    padding: 1.25rem 0;
}
}

@media (max-width: 576px) {.local_facebook_cta {
    padding: 3rem 0 1rem;
}.local_facebook_cta .company_holder {
    padding: 1.25rem;
}.local_facebook_cta .company_holder h3 {
    font-size: calc(36px * 0.8);
}.local_facebook_cta .local_site_header h5 {
    font-size: calc(21px * 0.9);
}.local_facebook_cta .local_site_header a,
    .local_facebook_cta .local_event_cal {
    font-size: calc(16px * 0.9);
}.local_trade_mark .local_search_foot {
    padding: 0.4rem 1rem;
    font-size: calc(14px * 0.9);
}}

.local_facebook_cta .company_holder .local_event_cal::after {
    height: 3px;
    width: 70px;
    background: linear-gradient(to right, rgb(132,167,189), transparent);
    left: 1rem;
    bottom: -10px;
    transition: width 0.4s ease;
    position: absolute;
    content: "";
}.local_facebook_cta .company_holder:hover .local_event_cal::after {
    width: calc(100% - 1rem);
}.local_facebook_cta::after {
    position: absolute;
    z-index: -2;
    height: 100%;
    opacity: 0.3;
    content: "";
    width: 100%;
    top: 0;
    left: 0;
    background: 
        linear-gradient(90deg, transparent 50%, rgba(255, 255, 255, 0.02) 50%),
        linear-gradient(rgba(255, 255, 255, 0.02) 50%, transparent 50%);
    background-size: 40px 40px;
}.local_facebook_cta .local_site_header:nth-child(1)::before {
    background: radial-gradient(circle, rgb(132,167,189,0.5) 0%, transparent 70%);
}.local_facebook_cta .local_site_header:nth-child(2)::before {
    background: radial-gradient(circle, rgb(105,134,158,0.5) 0%, transparent 70%);
}.local_facebook_cta .local_site_top a::after {
    background: linear-gradient(to right, rgb(132,167,189), rgb(105,134,158));
    height: 1px;
    left: 0;
    transition: width 0.3s ease;
    bottom: 0;
    position: absolute;
    content: "";
    width: 0;
}.local_facebook_cta .local_site_top a:hover::after {
    width: 100%;
}.local_client_testimonials {
    box-shadow: inset 0 0 50px rgba(rgba(0, 0, 0, 0.5), 0.05);
    position: relative;
    padding: 5rem 0;
    background: linear-gradient(135deg, rgb(161,204,220), rgb(161,204,220) 60%, rgba(rgb(132,167,189,0.5), 0.05));
    overflow: hidden;
}.local_client_testimonials::before {
    background: 
    radial-gradient(circle at 10% 20%, rgba(rgb(132,167,189,0.5), 0.03) 0%, transparent 50%),
    radial-gradient(circle at 90% 80%, rgba(rgb(105,134,158,0.5), 0.03) 0%, transparent 40%);
    width: 100%;
    z-index: 1;
    top: 0;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
}.local_client_testimonials::after {
    opacity: 0.03;
    content: "";
    width: 25%;
    right: -5%;
    transform: rotate(-15deg) skewX(20deg);
    background: linear-gradient(145deg, rgb(132,167,189) 0%, transparent);
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 30% 100%);
    position: absolute;
    top: -10%;
    height: 55%;
}.local_client_testimonials .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    padding: 0 1.5rem;
    position: relative;
}.local_client_testimonials h2 {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 700;
    position: relative;
    transform: perspective(1000px) translateZ(0);
}.local_client_testimonials h2::after {
    height: 3px;
    content: "";
    left: 50%;
    background: linear-gradient(90deg, transparent, rgb(132,167,189), transparent);
    bottom: -0.75rem;
    position: absolute;
    width: 6rem;
    transform: translateX(-50%);
}.local_client_testimonials .local_quick_mastery {
    position: relative;
    perspective: 1200px;
    overflow: hidden;
}.local_client_testimonials .local_testimonials_hub {
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
    gap: 1.75rem;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    display: grid;
}.local_client_testimonials .local_success_feedback {
    transform: translateZ(0);
    border-left: 3px solid rgb(132,167,189);
    position: relative;
    box-shadow: 
    0 20px 30px -15px rgba(rgba(0, 0, 0, 0.5), 0.1),
    0 10px 20px -10px rgba(rgba(0, 0, 0, 0.5), 0.05);
    padding: 2rem;
    overflow: hidden;
    display: flex;
    transition: 
    transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
    box-shadow 0.5s ease;
    flex-direction: column;
    background: #ffffff;
}.local_client_testimonials .local_success_feedback::before {
    z-index: -1;
    height: 100%;
    left: 0;
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(135deg, rgba(rgb(132,167,189,0.5), 0.03), transparent);
    top: 0;
}.local_client_testimonials .local_success_feedback::after {
    content: '"';
    right: 1rem;
    font-family: serif;
    font-size: 5rem;
    line-height: 1;
    position: absolute;
    color: rgba(rgb(132,167,189,0.5), 0.1);
    z-index: 0;
    top: 0.5rem;
}.local_client_testimonials .local_success_feedback:hover {
    transform: translateY(-10px) rotateX(2deg) rotateY(-2deg);
    box-shadow: 
    0 30px 40px -20px rgba(rgba(0, 0, 0, 0.5), 0.15),
    0 15px 25px -10px rgba(rgba(0, 0, 0, 0.5), 0.1);
}.local_client_testimonials .local_success_feedback h3 {
    color: #000000;
    margin-bottom: 0.75rem;
    position: relative;
    font-weight: 600;
    font-size: calc(19px * 1.1);
    z-index: 2;
}.local_client_testimonials .local_success_feedback h3::after {
    position: absolute;
    transition: width 0.3s ease;
    width: 2.5rem;
    background: rgb(132,167,189);
    transform-origin: left;
    bottom: -0.35rem;
    left: 0;
    height: 2px;
    content: "";
}.local_client_testimonials .local_success_feedback:hover h3::after {
    width: 3.5rem;
}.local_client_testimonials .local_success_feedback .description {
    position: relative;
    line-height: 1.65;
    color: #000000;
    font-size: 13px;
    margin-bottom: 1.5rem;
    z-index: 2;
    flex-grow: 1;
}.local_client_testimonials .local_success_feedback div {
    position: relative;
    transform: translateZ(0);
    margin-top: auto;
    box-shadow: 0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.1);
    height: 65px;
    border-radius: 50%;
    width: 65px;
    overflow: hidden;
}.local_client_testimonials .local_success_feedback div::before {
    border-radius: 50%;
    border: 2px solid rgba(rgb(132,167,189,0.5), 0.3);
    z-index: 3;
    position: absolute;
    inset: 0;
    content: "";
}.local_client_testimonials .local_success_feedback img {
    object-fit: cover;
    height: 100%;
    transition: transform 0.5s ease;
    width: 100%;
}.local_client_testimonials .local_success_feedback:hover img {
    transform: scale(1.1);
}

@media screen and (min-width: 768px) {.local_client_testimonials {
    padding: 6rem 0;
}.local_client_testimonials::after {
    width: 30%;
    height: 60%;
}.local_client_testimonials h2 {
    margin-bottom: 4rem;
}.local_client_testimonials .local_testimonials_hub {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 2.25rem;
}.local_client_testimonials .local_success_feedback {
    padding: 2.5rem;
}.local_client_testimonials .local_success_feedback div {
    height: 75px;
    width: 75px;
}
}

@media screen and (min-width: 1200px) {.local_client_testimonials {
    padding: 8rem 0;
}.local_client_testimonials::after {
    height: 70%;
    right: -8%;
    width: 35%;
    top: -15%;
}.local_client_testimonials .local_testimonials_hub {
    grid-template-columns: repeat(3, 1fr);
}.local_client_testimonials .local_success_feedback {
    transition: 
      transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1),
      box-shadow 0.5s ease;
}.local_client_testimonials .local_success_feedback:nth-child(3n+1) {
    transform: translateZ(10px) rotateY(2deg);
}.local_client_testimonials .local_success_feedback:nth-child(3n+2) {
    transform: translateZ(15px);
}.local_client_testimonials .local_success_feedback:nth-child(3n+3) {
    transform: translateZ(10px) rotateY(-2deg);
}.local_client_testimonials .local_success_feedback:nth-child(3n+1):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(2deg);
}.local_client_testimonials .local_success_feedback:nth-child(3n+2):hover {
    transform: translateY(-10px) translateZ(20px);
}.local_client_testimonials .local_success_feedback:nth-child(3n+3):hover {
    transform: translateY(-10px) translateZ(15px) rotateY(-2deg);
}
}

@media screen and (max-width: 767px) {.local_client_testimonials {
    padding: 4rem 0;
}.local_client_testimonials h2 {
    font-size: calc(32px * 0.9);
    margin-bottom: 2.5rem;
}.local_client_testimonials .local_testimonials_hub {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.local_client_testimonials .local_success_feedback {
    padding: 1.75rem;
}.local_client_testimonials .local_success_feedback div {
    width: 60px;
    height: 60px;
}
}

@media (prefers-reduced-motion: reduce) {.local_client_testimonials .local_success_feedback,
  .local_client_testimonials .local_success_feedback h3::after,
  .local_client_testimonials .local_success_feedback img {
    transition: none;
}.local_client_testimonials .local_success_feedback:hover {
    transform: none;
}.local_client_testimonials .local_success_feedback:hover h3::after {
    width: 2.5rem;
}.local_client_testimonials .local_success_feedback:hover img {
    transform: none;
}}.local_teaching_experience {
    overflow: hidden;
    padding: 5rem 2rem;
    isolation: isolate;
    position: relative;
    background: rgb(161,204,220);
}.local_teaching_experience::before {
    right: -5%;
    content: "";
    transform: rotate(15deg);
    filter: blur(3px);
    z-index: -1;
    position: absolute;
    width: 60%;
    height: 140%;
    top: -20%;
    background: rgb(132,167,189,0.5);
}.local_teaching_experience::after {
    height: 30%;
    left: -5%;
    content: "";
    width: 30%;
    position: absolute;
    bottom: -5%;
    background: rgb(105,134,158,0.5);
    z-index: -1;
    animation: morph 15s linear infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
}@keyframes morph {
    0% {
        border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    }
    100% {
        border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%;
    }
}

.local_teaching_experience .local_success_feedback {
    margin: 0 auto;
    display: grid;
    max-width: 1100px;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    position: relative;
}.local_teaching_experience .local_pic_strip_wrap {
    grid-row: 1 / 2;
    transform: translateX(-5%);
    grid-column: 1 / 2;
    border-radius: 0;
    position: relative;
    width: 100%;
    height: 450px;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 2;
}.local_teaching_experience .local_pic_strip_wrap::after {
    left: 0;
    clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.5) 0%,
        transparent 50%
    );
    top: 0;
}.local_teaching_experience .local_success_feedback:hover .local_pic_strip_wrap {
    filter: contrast(1.1);
    transform: translateX(0) scale(1.02);
}.local_teaching_experience .local_experience_block {
    background: #ffffff;
    display: flex;
    padding: 3rem 3rem 3rem 5rem;
    flex-direction: column;
    justify-content: center;
    grid-column: 2 / 3;
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.5);
    clip-path: polygon(15% 0, 100% 0, 100% 100%, 0 100%);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transform: translateX(-15%);
    z-index: 1;
    grid-row: 1 / 2;
}.local_teaching_experience .local_success_feedback:hover .local_experience_block {
    box-shadow: 0 25px 50px -15px rgba(0, 0, 0, 0.5);
    transform: translateX(-10%) translateY(-5px);
}.local_teaching_experience .name {
    position: relative;
    display: inline-block;
    color: rgb(132,167,189);
    font-size: 34px;
    margin-bottom: 0.7rem;
    font-weight: 700;
}.local_teaching_experience .name::before {
    content: "";
    background: rgb(105,134,158,0.5);
    border-radius: 10px;
    top: -10px;
    transform: rotate(45deg) scale(0);
    z-index: -1;
    transition: transform 0.4s ease 0.2s;
    left: -20px;
    height: 30px;
    width: 30px;
    position: absolute;
}.local_teaching_experience .local_success_feedback:hover .name::before {
    transform: rotate(45deg) scale(1);
}.local_teaching_experience .local_experience_block > div:nth-child(2) {
    font-size: 19px;
    transform: translateX(-20px);
    font-weight: 600;
    transition: all 0.5s ease 0.3s;
    opacity: 0;
    color: rgb(105,134,158);
    margin-bottom: 2rem;
    opacity: 0.9;
}.local_teaching_experience .local_success_feedback:hover .local_experience_block > div:nth-child(2) {
    opacity: 1;
    transform: translateX(0);
}.local_teaching_experience .local_work_expertise {
    font-weight: 400;
    position: relative;
    padding-top: 20px;
    line-height: 1.7;
    color: #000000;
    font-size: 15px;
    transform: translateY(20px);
    font-style: italic;
    transition: all 0.5s ease 0.5s;
    opacity: 0;
}.local_teaching_experience .local_success_feedback:hover .local_work_expertise {
    transform: translateY(0);
    opacity: 1;
}.local_teaching_experience .local_work_expertise::before {
    content: "";
    top: 0;
    height: 3px;
    left: 0;
    width: 60px;
    background: linear-gradient(to right, rgb(132,167,189), transparent);
    position: absolute;
}@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.local_teaching_experience .local_experience_block::after {
    content: "";
    animation: float 4s ease-in-out infinite;
    position: absolute;
    background: rgb(132,167,189,0.5);
    width: 40px;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    height: 40px;
    z-index: -1;
}

@media (max-width: 992px) {.local_teaching_experience .local_success_feedback {
    grid-template-rows: auto auto;
    gap: 2rem;
    grid-template-columns: 1fr;
}.local_teaching_experience .local_pic_strip_wrap {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
    height: 300px;
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    transform: none;
}.local_teaching_experience .local_pic_strip_wrap::after {
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}.local_teaching_experience .local_experience_block {
    transform: none;
    grid-row: 2 / 3;
    padding: 2rem;
    clip-path: none;
    grid-column: 1 / 2;
}.local_teaching_experience .local_success_feedback:hover .local_experience_block {
    transform: translateY(-5px);
}}.local_opening_page {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    background: rgb(132,167,189);
    width: 100%;
}.local_opening_page::before {
    content: "";
    opacity: 0.1;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 0;
    background-size: 50px 50px;
    background: 
        linear-gradient(45deg, transparent 85%, rgb(132,167,189,0.5) 100%),
        linear-gradient(-45deg, transparent 85%, rgb(105,134,158,0.5) 100%),
        linear-gradient(135deg, transparent 85%, rgb(132,167,189,0.5) 100%),
        linear-gradient(-135deg, transparent 85%, rgb(105,134,158,0.5) 100%);
    width: 100%;
}.local_opening_page .local_quick_mastery {
    position: relative;
    flex-direction: column;
    display: flex;
    height: 100vh;
    width: 100%;
    z-index: 1;
}.local_opening_page .local_learn_open {
    display: flex;
    height: 65vh;
    align-items: center;
    position: relative;
    width: 100%;
    margin-top: 60px;
    justify-content: center;
}.local_opening_page .local_learn_open input {
    display: none;
}.local_opening_page .local_edu_page {
    position: relative;
    overflow: hidden;
    height: 100%;
    width: 80%;
}.local_opening_page .local_page_hero {
    position: absolute;
    width: 100%;
    transition: transform 0.8s cubic-bezier(0.7, 0, 0.3, 1), opacity 0.8s cubic-bezier(0.7, 0, 0.3, 1);
    transform: translateX(100%);
    opacity: 0;
    will-change: transform, opacity;
    height: 100%;
}.local_opening_page .local_page_hero:nth-child(1) {
    opacity: 1;
    transform: translateX(0);
}.local_opening_page .local_page_hero img {
    height: 100%;
    object-position: center;
    width: 100%;
    object-fit: cover;
}.local_opening_page .local_learn_open input:nth-child(1):checked ~ .local_edu_page .local_page_hero:nth-child(1),
.local_opening_page .local_learn_open input:nth-child(2):checked ~ .local_edu_page .local_page_hero:nth-child(2),
.local_opening_page .local_learn_open input:nth-child(3):checked ~ .local_edu_page .local_page_hero:nth-child(3),
.local_opening_page .local_learn_open input:nth-child(4):checked ~ .local_edu_page .local_page_hero:nth-child(4),
.local_opening_page .local_learn_open input:nth-child(5):checked ~ .local_edu_page .local_page_hero:nth-child(5),
.local_opening_page .local_learn_open input:nth-child(6):checked ~ .local_edu_page .local_page_hero:nth-child(6),
.local_opening_page .local_learn_open input:nth-child(7):checked ~ .local_edu_page .local_page_hero:nth-child(7),
.local_opening_page .local_learn_open input:nth-child(8):checked ~ .local_edu_page .local_page_hero:nth-child(8),
.local_opening_page .local_learn_open input:nth-child(9):checked ~ .local_edu_page .local_page_hero:nth-child(9),
.local_opening_page .local_learn_open input:nth-child(10):checked ~ .local_edu_page .local_page_hero:nth-child(10) {
    transform: translateX(0);
    opacity: 1;
    z-index: 2;
}.local_opening_page .local_learn_open input:nth-child(1):checked ~ .local_edu_page .local_page_hero:nth-child(2),
.local_opening_page .local_learn_open input:nth-child(2):checked ~ .local_edu_page .local_page_hero:nth-child(3),
.local_opening_page .local_learn_open input:nth-child(3):checked ~ .local_edu_page .local_page_hero:nth-child(4),
.local_opening_page .local_learn_open input:nth-child(4):checked ~ .local_edu_page .local_page_hero:nth-child(5),
.local_opening_page .local_learn_open input:nth-child(5):checked ~ .local_edu_page .local_page_hero:nth-child(6),
.local_opening_page .local_learn_open input:nth-child(6):checked ~ .local_edu_page .local_page_hero:nth-child(7),
.local_opening_page .local_learn_open input:nth-child(7):checked ~ .local_edu_page .local_page_hero:nth-child(8),
.local_opening_page .local_learn_open input:nth-child(8):checked ~ .local_edu_page .local_page_hero:nth-child(9),
.local_opening_page .local_learn_open input:nth-child(9):checked ~ .local_edu_page .local_page_hero:nth-child(10),
.local_opening_page .local_learn_open input:nth-child(10):checked ~ .local_edu_page .local_page_hero:nth-child(1) {
    z-index: 1;
    opacity: 0;
    transform: translateX(100%);
}.local_opening_page .local_learn_open input:nth-child(1):checked ~ .local_edu_page .local_page_hero:nth-child(10),
.local_opening_page .local_learn_open input:nth-child(2):checked ~ .local_edu_page .local_page_hero:nth-child(1),
.local_opening_page .local_learn_open input:nth-child(3):checked ~ .local_edu_page .local_page_hero:nth-child(2),
.local_opening_page .local_learn_open input:nth-child(4):checked ~ .local_edu_page .local_page_hero:nth-child(3),
.local_opening_page .local_learn_open input:nth-child(5):checked ~ .local_edu_page .local_page_hero:nth-child(4),
.local_opening_page .local_learn_open input:nth-child(6):checked ~ .local_edu_page .local_page_hero:nth-child(5),
.local_opening_page .local_learn_open input:nth-child(7):checked ~ .local_edu_page .local_page_hero:nth-child(6),
.local_opening_page .local_learn_open input:nth-child(8):checked ~ .local_edu_page .local_page_hero:nth-child(7),
.local_opening_page .local_learn_open input:nth-child(9):checked ~ .local_edu_page .local_page_hero:nth-child(8),
.local_opening_page .local_learn_open input:nth-child(10):checked ~ .local_edu_page .local_page_hero:nth-child(9) {
    opacity: 0;
    transform: translateX(-100%);
    z-index: 1;
}.local_opening_page .local_page_home {
    padding: 15px 0;
    z-index: 3;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    gap: 15px;
    display: flex;
    justify-content: center;
}.local_opening_page .local_page_home label {
    cursor: pointer;
    height: 4px;
    width: 40px;
    transition: all 0.3s ease;
    position: relative;
    opacity: 0.4;
    background: #ffffff;
}.local_opening_page .local_page_home label::after {
    border-radius: 50%;
    transform: translateX(-50%) scale(0);
    left: 50%;
    background: rgb(132,167,189);
    content: "";
    height: 6px;
    position: absolute;
    bottom: -10px;
    width: 6px;
    transition: transform 0.3s ease;
}.local_opening_page .local_learn_open input:nth-child(1):checked ~ .local_page_home label:nth-child(1)::after,
.local_opening_page .local_learn_open input:nth-child(2):checked ~ .local_page_home label:nth-child(2)::after,
.local_opening_page .local_learn_open input:nth-child(3):checked ~ .local_page_home label:nth-child(3)::after,
.local_opening_page .local_learn_open input:nth-child(4):checked ~ .local_page_home label:nth-child(4)::after,
.local_opening_page .local_learn_open input:nth-child(5):checked ~ .local_page_home label:nth-child(5)::after,
.local_opening_page .local_learn_open input:nth-child(6):checked ~ .local_page_home label:nth-child(6)::after,
.local_opening_page .local_learn_open input:nth-child(7):checked ~ .local_page_home label:nth-child(7)::after,
.local_opening_page .local_learn_open input:nth-child(8):checked ~ .local_page_home label:nth-child(8)::after,
.local_opening_page .local_learn_open input:nth-child(9):checked ~ .local_page_home label:nth-child(9)::after,
.local_opening_page .local_learn_open input:nth-child(10):checked ~ .local_page_home label:nth-child(10)::after {
    transform: translateX(-50%) scale(1);
}.local_opening_page .local_learn_open input:nth-child(1):checked ~ .local_page_home label:nth-child(1),
.local_opening_page .local_learn_open input:nth-child(2):checked ~ .local_page_home label:nth-child(2),
.local_opening_page .local_learn_open input:nth-child(3):checked ~ .local_page_home label:nth-child(3),
.local_opening_page .local_learn_open input:nth-child(4):checked ~ .local_page_home label:nth-child(4),
.local_opening_page .local_learn_open input:nth-child(5):checked ~ .local_page_home label:nth-child(5),
.local_opening_page .local_learn_open input:nth-child(6):checked ~ .local_page_home label:nth-child(6),
.local_opening_page .local_learn_open input:nth-child(7):checked ~ .local_page_home label:nth-child(7),
.local_opening_page .local_learn_open input:nth-child(8):checked ~ .local_page_home label:nth-child(8),
.local_opening_page .local_learn_open input:nth-child(9):checked ~ .local_page_home label:nth-child(9),
.local_opening_page .local_learn_open input:nth-child(10):checked ~ .local_page_home label:nth-child(10) {
    background: rgb(132,167,189);
    width: 60px;
    opacity: 1;
}.local_opening_page .local_text_display {
    bottom: 0;
    z-index: 2;
    background: linear-gradient(90deg, #000000 40%, transparent 100%);
    width: 100%;
    position: absolute;
}.local_opening_page .local_text_display .container {
    align-items: flex-start;
    max-width: 1140px;
    position: relative;
    display: flex;
    padding: 40px;
    margin: 0 auto;
    flex-direction: column;
}.local_opening_page .local_text_display .container::before {
    top: 0;
    left: 0;
    content: "";
    width: 100px;
    background: rgb(132,167,189);
    position: absolute;
    height: 4px;
}.local_opening_page .local_text_display h1 {
    max-width: 70%;
    margin-bottom: 20px;
    font-weight: 700;
    position: relative;
    font-size: 48px;
    color: #ffffff;
}.local_opening_page .local_text_display h3 {
    margin-bottom: 25px;
    color: rgb(132,167,189);
    font-weight: 600;
    max-width: 70%;
    font-size: 20px;
}.local_opening_page .local_text_display p {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.7;
    opacity: 0.8;
    max-width: 60%;
    color: #ffffff;
}.local_opening_page .local_edu_page::before {
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 3;
    box-shadow: inset 0 0 0 2px rgb(132,167,189,0.5);
    inset: 0;
}.local_opening_page .local_page_hero::after {
    z-index: 1;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    background: linear-gradient(to right, #000000 0%, transparent 50%);
    width: 100%;
    position: absolute;
    opacity: 0.7;
}@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.local_opening_page .local_text_display h1 {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.2s;
    opacity: 0;
}.local_opening_page .local_text_display h3 {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.4s;
    opacity: 0;
}.local_opening_page .local_text_display p {
    animation: fadeIn 0.8s ease forwards;
    animation-delay: 0.6s;
    opacity: 0;
}

@media (max-width: 1200px) {.local_opening_page .local_text_display .container {
    max-width: 960px;
}.local_opening_page .local_text_display h1,
    .local_opening_page .local_text_display h3,
    .local_opening_page .local_text_display p {
    max-width: 80%;
}
}

@media (max-width: 992px) {.local_opening_page {
    min-height: unset;
}.local_opening_page .local_quick_mastery {
    min-height: unset;
}.local_opening_page .local_learn_open {
    margin-top: 40px;
    height: 55vh;
}.local_opening_page .local_edu_page {
    width: 90%;
}.local_opening_page .local_text_display .container {
    padding: 30px;
    max-width: 720px;
}.local_opening_page .local_text_display h1 {
    font-size: calc(48px * 0.9);
}.local_opening_page .local_text_display h1,
    .local_opening_page .local_text_display h3,
    .local_opening_page .local_text_display p {
    max-width: 90%;
}
}

@media (max-width: 768px) {.local_opening_page .local_learn_open {
    margin-top: 30px;
    height: 50vh;
}.local_opening_page .local_edu_page {
    width: 95%;
}.local_opening_page .local_page_home {
    gap: 10px;
}.local_opening_page .local_page_home label {
    height: 3px;
    width: 30px;
}.local_opening_page .local_learn_open input:checked ~ .local_page_home label {
    width: 45px;
}.local_opening_page .local_text_display .container {
    max-width: 540px;
    padding: 25px;
}.local_opening_page .local_text_display h1 {
    margin-bottom: 15px;
    font-size: calc(48px * 0.8);
}.local_opening_page .local_text_display h3 {
    font-size: calc(20px * 0.9);
    margin-bottom: 20px;
}.local_opening_page .local_text_display h1,
    .local_opening_page .local_text_display h3,
    .local_opening_page .local_text_display p {
    max-width: 100%;
}
}

@media (max-width: 576px) {.local_opening_page .local_learn_open {
    margin-top: 20px;
    height: 45vh;
}.local_opening_page .local_page_home {
    gap: 8px;
}.local_opening_page .local_page_home label {
    width: 25px;
}.local_opening_page .local_learn_open input:checked ~ .local_page_home label {
    width: 35px;
}.local_opening_page .local_text_display .container {
    padding: 20px;
}.local_opening_page .local_text_display h1 {
    margin-bottom: 10px;
    font-size: calc(48px * 0.7);
}.local_opening_page .local_text_display h3 {
    font-size: calc(20px * 0.8);
    margin-bottom: 15px;
}.local_opening_page .local_text_display p {
    font-size: calc(14px * 0.9);
    line-height: 1.5;
}}

.local_opening_page .local_page_hero {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.local_thxCard {
    overflow: hidden;
    padding: 100px 0;
    background: linear-gradient(135deg, rgb(132,167,189,0.5), rgb(105,134,158) 120%);
    position: relative;
}.local_thxCard::before {
    pointer-events: none;
    transform: rotate(-15deg);
    right: -10%;
    height: 60%;
    opacity: 0.05;
    position: absolute;
    content: "";
    background: rgb(255, 255, 255, 0.5);
    top: -10%;
    width: 50%;
}.local_thxCard::after {
    transform: rotate(10deg);
    content: "";
    height: 30%;
    bottom: -5%;
    left: -5%;
    pointer-events: none;
    opacity: 0.1;
    background: rgb(132,167,189);
    width: 40%;
    position: absolute;
}.local_thxCard .container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
}.local_thxCard .local_quick_mastery {
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08), 0 5px 20px rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    padding: 60px 50px;
    transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.25, 1);
    flex-direction: column;
    gap: 40px;
    background: #ffffff;
    display: flex;
    position: relative;
}.local_thxCard .local_quick_mastery:hover {
    transform: translateY(-5px);
}.local_thxCard .local_quick_mastery::before {
    left: 0;
    content: "";
    top: 0;
    background: linear-gradient(to bottom, rgb(132,167,189), rgb(105,134,158));
    height: 100%;
    position: absolute;
    width: 4px;
}.local_thxCard .local_quick_mastery div:first-child {
    padding-bottom: 25px;
    position: relative;
}.local_thxCard .local_quick_mastery div:first-child::after {
    width: 80px;
    height: 2px;
    left: 0;
    background: rgb(132,167,189,0.5);
    bottom: 0;
    content: "";
    position: absolute;
}.local_thxCard .local_quick_mastery h5 {
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
    transition: transform 0.4s ease-out;
    transform: translateX(0);
    color: #000000;
    font-weight: 700;
}.local_thxCard .local_quick_mastery:hover h5 {
    transform: translateX(8px);
}.local_thxCard .local_quick_mastery div:last-child {
    position: relative;
}.local_thxCard .local_quick_mastery a {
    transition: all 0.4s ease;
    text-decoration: none;
    display: block;
}.local_thxCard .local_quick_mastery p {
    font-family: Arial, sans-serif;
    margin: 0;
    color: #000000;
    font-size: 16px;
    transition: color 0.3s ease;
    line-height: 1.8;
    z-index: 1;
    position: relative;
}.local_thxCard .local_quick_mastery a:hover p {
    color: rgb(132,167,189);
}.local_thxCard .local_quick_mastery a::before {
    opacity: 0;
    width: 40%;
    right: -10px;
    background: linear-gradient(135deg, transparent, rgb(105,134,158,0.5) 60%);
    z-index: 0;
    content: "";
    transition: opacity 0.5s ease;
    position: absolute;
    height: 40%;
    bottom: -10px;
}.local_thxCard .local_quick_mastery a:hover::before {
    opacity: 0.1;
}

@media (min-width: 768px) {.local_thxCard .local_quick_mastery {
    padding: 70px 80px;
}.local_thxCard .local_quick_mastery::before {
    width: 6px;
}.local_thxCard .local_quick_mastery div:first-child::after {
    width: 120px;
}
}

@media (max-width: 767px) {.local_thxCard {
    padding: 60px 0;
}.local_thxCard .local_quick_mastery {
    padding: 40px 30px;
    gap: 25px;
}.local_thxCard .local_quick_mastery h5 {
    font-size: calc(18px - 2px);
}.local_thxCard .local_quick_mastery p {
    font-size: calc(16px - 1px);
}.local_thxCard .local_quick_mastery div:first-child {
    padding-bottom: 20px;
}.local_thxCard .local_quick_mastery div:first-child::after {
    width: 60px;
}
}

@media (max-width: 480px) {.local_thxCard {
    padding: 40px 0;
}.local_thxCard .local_quick_mastery {
    gap: 20px;
    padding: 30px 20px;
}.local_thxCard .local_quick_mastery h5 {
    font-size: calc(18px - 4px);
}
}

@media (prefers-reduced-motion: reduce) {.local_thxCard .local_quick_mastery,
    .local_thxCard .local_quick_mastery h5,
    .local_thxCard .local_quick_mastery a::before,
    .local_thxCard .local_quick_mastery a p {
    transition: none;
}.local_thxCard .local_quick_mastery:hover,
    .local_thxCard .local_quick_mastery:hover h5 {
    transform: none;
}}.local_program_structure {
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: rgb(161,204,220);
    min-height: 100vh;
}.local_program_structure::before {
    width: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    content: '';
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.5) 0%, rgb(132,167,189,0.5) 100%);
    height: 100%;
}.local_program_structure::after {
    height: 100%;
    left: 0;
    background: radial-gradient(circle at 75% 25%, rgb(105,134,158,0.5) 0%, transparent 50%);
    width: 100%;
    pointer-events: none;
    content: '';
    z-index: 3;
    animation: pulse 15s infinite alternate;
    position: absolute;
    top: 0;
}.local_program_structure .local_learn_more {
    width: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: 1;
}.local_program_structure .local_training_map {
    height: 100%;
    animation: carousel-slide 30s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite;
    display: flex;
    width: calc(100% * var(--slide-count, 5));
}.local_program_structure .local_learn_more:hover .local_training_map {
    animation-play-state: paused;
}.local_program_structure .local_skill_up {
    transition: transform 0.5s ease;
    height: 100%;
    position: relative;
    overflow: hidden;
    width: calc(100% / var(--slide-count, 5));
}.local_program_structure .local_skill_up::before {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 2;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(to bottom, transparent 40%, #000000 100%);
    width: 100%;
    content: '';
}.local_program_structure .local_skill_up::after {
    top: 0;
    opacity: 0.05;
    mix-blend-mode: overlay;
    z-index: 1;
    width: 100%;
    position: absolute;
    left: 0;
    content: '';
    background: repeating-linear-gradient(
        45deg,
        rgb(132,167,189,0.5),
        rgb(132,167,189,0.5) 2px,
        transparent 2px,
        transparent 4px
    );
    height: 100%;
}.local_program_structure .local_skill_up img {
    object-fit: cover;
    height: 100%;
    transition: transform 8s ease;
    transform: scale(1.05);
    filter: saturate(1.2) contrast(1.1);
    width: 100%;
}.local_program_structure .local_skill_up:hover img {
    transform: scale(1.15);
}.local_program_structure .container {
    position: relative;
    height: 100%;
    padding: 2rem 0;
    display: flex;
    z-index: 10;
    align-items: center;
    justify-content: flex-end;
}.local_program_structure .local_quick_mastery {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%, 
        rgba(255, 255, 255, 0.05) 100%);
    animation: float 6s ease-in-out infinite;
    border-radius: 13px;
    max-width: 600px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 3rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transform: translateX(0);
}.local_program_structure .local_pro_skills {
    position: relative;
}.local_program_structure .local_pro_skills::before {
    border-top: 2px solid rgb(132,167,189);
    left: -20px;
    top: -20px;
    opacity: 0.8;
    width: 40px;
    position: absolute;
    border-left: 2px solid rgb(132,167,189);
    height: 40px;
    content: '';
}.local_program_structure .local_pro_skills::after {
    border-bottom: 2px solid rgb(105,134,158);
    width: 40px;
    opacity: 0.8;
    right: -20px;
    border-right: 2px solid rgb(105,134,158);
    content: '';
    position: absolute;
    bottom: -20px;
    height: 40px;
}.local_program_structure .local_pro_skills h3 {
    position: relative;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    font-size: 34px;
    display: inline-block;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}.local_program_structure .local_pro_skills h3::after {
    width: 60%;
    bottom: -10px;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, transparent 100%);
    content: '';
    position: absolute;
}.local_program_structure .local_pro_skills p {
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 2.5rem;
    opacity: 0.8;
    font-size: 13px;
}.local_program_structure .local_pro_skills .local_connect_support {
    transition: all 0.3s ease;
    padding: 1rem 2.5rem;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    text-decoration: none;
    overflow: hidden;
    font-size: 18px;
    border-radius: 10px;
    position: relative;
}.local_program_structure .local_pro_skills .local_connect_support::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: all 0.4s ease;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: -100%;
    content: '';
    top: 0;
}.local_program_structure .local_pro_skills .local_connect_support:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}.local_program_structure .local_pro_skills .local_connect_support:hover::before {
    transition: all 0.4s ease;
    left: 100%;
}

@keyframes carousel-slide {
    0%, 2% {
        transform: translateX(0);
    }
    18%, 22% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
    }
    38%, 42% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
    }
    58%, 62% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
    }
    78%, 82% {
        transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
    }
    98%, 100% {
        transform: translateX(0);
    }
}

@keyframes pulse {
    0% {
        opacity: 0.3;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.3;
    }
}

@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1200px) {.local_program_structure .container {
    justify-content: center;
}.local_program_structure .local_quick_mastery {
    max-width: 80%;
}
}

@media screen and (max-width: 768px) {.local_program_structure {
    padding: 6rem 0;
    min-height: auto;
}.local_program_structure .local_learn_more {
    height: 100%;
    position: fixed;
}.local_program_structure .local_quick_mastery {
    max-width: 90%;
    padding: 2rem;
}.local_program_structure .local_pro_skills h3 {
    font-size: calc(34px * 0.8);
}.local_program_structure .local_pro_skills p {
    font-size: calc(13px * 0.9);
}.local_program_structure .local_pro_skills .local_connect_support {
    text-align: center;
    width: 100%;
}
}

@media screen and (max-width: 480px) {.local_program_structure {
    padding: 4rem 0;
}.local_program_structure .local_quick_mastery {
    padding: 1.5rem;
}.local_program_structure .local_pro_skills h3 {
    font-size: calc(34px * 0.7);
}.local_program_structure .local_pro_skills::before,
    .local_program_structure .local_pro_skills::after {
    height: 30px;
    width: 30px;
}@keyframes carousel-slide {
        0%, 5% {
            transform: translateX(0);
        }
        20%, 25% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 1));
        }
        40%, 45% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 2));
        }
        60%, 65% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 3));
        }
        80%, 85% {
            transform: translateX(calc(-100% / var(--slide-count, 5) * 4));
        }
        95%, 100% {
            transform: translateX(0);
        }
    }
}

.local_program_structure .local_training_map {
    --slide-count: 5;
}

@supports (animation-timeline: scroll()) {.local_program_structure .local_training_map {
    animation-range: 0 100vh;
    animation-timeline: scroll();
}}.local_study_process {
    z-index: 1;
    position: relative;
    background: linear-gradient(150deg, rgb(161,204,220) 45%, rgb(132,167,189,0.5) 100%);
    padding: 8rem 2rem;
    overflow: hidden;
}.local_study_process::before {
    opacity: 0.7;
    left: 0;
    background: 
        linear-gradient(135deg, transparent 20px, rgba(255,255,255,0.03) 0) top left,
        linear-gradient(225deg, transparent 20px, rgba(255,255,255,0.03) 0) top right,
        linear-gradient(315deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom right,
        linear-gradient(45deg, transparent 20px, rgba(255,255,255,0.03) 0) bottom left;
    background-repeat: no-repeat;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    z-index: -1;
    animation: backgroundPulse 15s infinite alternate ease-in-out;
    background-size: 50% 50%;
}.local_study_process::after {
    filter: blur(40px);
    animation: floatElement 20s infinite alternate ease-in-out;
    transform: rotate(15deg);
    opacity: 0.05;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 70%;
    position: absolute;
    top: -10%;
    background: rgb(105,134,158,0.5);
    width: 40%;
    content: "";
    right: -5%;
    z-index: -1;
}.local_study_process .local_quick_mastery {
    max-width: 1200px;
    grid-template-columns: 1fr;
    position: relative;
    gap: 3rem;
    z-index: 2;
    margin: 0 auto;
    display: grid;
}.local_study_process h2 {
    margin-bottom: 2rem;
    transform: translateX(-20px);
    color: rgb(132,167,189);
    position: relative;
    opacity: 0;
    font-size: 34px;
    animation: slideInText 0.8s 0.2s forwards ease-out;
    font-weight: 700;
}.local_study_process h2::before {
    background: rgb(105,134,158);
    transform: scaleX(0);
    animation: expandLine 1s 0.6s forwards cubic-bezier(0.17, 0.67, 0.83, 0.67);
    content: "";
    left: 0;
    transform-origin: left;
    position: absolute;
    height: 3px;
    bottom: -15px;
    width: 80px;
}.local_study_process .local_text_display {
    transform: translateY(20px);
    background: linear-gradient(140deg, rgba(255,255,255,0.07) 0%, rgba(255,255,255,0.03) 100%);
    position: relative;
    padding: 2.5rem;
    animation: fadeUpIn 1s 0.4s forwards cubic-bezier(0.2, 0.8, 0.2, 1);
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.05), 
                inset 0 0 0 1px rgba(255,255,255,0.1);
    backdrop-filter: blur(10px);
}.local_study_process .local_text_display::before {
    top: 0;
    position: absolute;
    left: 0;
    height: 0;
    background: linear-gradient(to bottom, rgb(132,167,189), rgb(105,134,158));
    width: 4px;
    animation: growVertical 0.7s 0.8s forwards ease-in-out;
    content: "";
}.local_study_process .local_text_display::after {
    width: 25%;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    position: absolute;
    height: 25%;
    bottom: 0;
    background: linear-gradient(135deg, transparent 50%, rgba(rgb(105,134,158,0.5), 0.1) 50%);
    z-index: -1;
    content: "";
    right: 0;
}.local_study_process p {
    line-height: 1.8;
    transform: translateZ(0);
    color: #000000;
    position: relative;
    z-index: 2;
    font-size: 17px;
    margin: 0;
}.local_study_process p::first-letter {
    font-size: 1.5em;
    font-weight: 600;
    color: rgb(132,167,189);
}

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

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

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

@keyframes growVertical {
    0% { height: 0; }
    100% { height: 100%; }
}

@keyframes backgroundPulse {
    0% { opacity: 0.5; }
    50% { opacity: 0.7; }
    100% { opacity: 0.6; }
}

@keyframes floatElement {
    0% { transform: translate(0, 0) rotate(15deg); }
    50% { transform: translate(10px, -10px) rotate(18deg); }
    100% { transform: translate(-5px, 5px) rotate(12deg); }
}

@media (min-width: 768px) {.local_study_process {
    padding: 10rem 4rem;
}.local_study_process .local_quick_mastery {
    grid-template-columns: 1fr;
    gap: 4rem;
}.local_study_process h2 {
    margin-bottom: 3rem;
    font-size: calc(34px * 1.2);
}.local_study_process h2::before {
    bottom: -20px;
    width: 120px;
    height: 4px;
}.local_study_process .local_text_display {
    margin-left: 5%;
    padding: 3.5rem;
    transition: transform 0.4s ease-out;
    width: 90%;
}.local_study_process .local_text_display:hover {
    box-shadow: 0 25px 50px rgba(0,0,0,0.08), 
                    inset 0 0 0 1px rgba(255,255,255,0.15);
    transform: translateY(-5px);
}.local_study_process p {
    font-size: calc(17px * 1.05);
    max-width: 90%;
}
}

@media (min-width: 1024px) {.local_study_process {
    padding: 12rem 5rem;
}.local_study_process::before {
    background-size: 25% 25%;
}.local_study_process .local_quick_mastery {
    grid-template-columns: 0.4fr 0.6fr;
    align-items: center;
    gap: 2rem;
}.local_study_process h2 {
    font-size: calc(34px * 1.3);
    margin-bottom: 0;
}.local_study_process h2::before {
    width: 140px;
    bottom: -25px;
}.local_study_process .local_text_display {
    margin-left: 0;
    width: 100%;
    padding: 4rem;
}.local_study_process p {
    max-width: 100%;
}
}

@media (min-width: 1440px) {.local_study_process {
    padding: 14rem 6rem;
}.local_study_process .local_quick_mastery {
    grid-template-columns: 0.35fr 0.65fr;
    gap: 3rem;
}.local_study_process h2 {
    font-size: calc(34px * 1.4);
}.local_study_process .local_text_display {
    padding: 5rem;
}.local_study_process p {
    font-size: calc(17px * 1.1);
    line-height: 1.9;
}
}

@media (prefers-reduced-motion: reduce) {.local_study_process::before,
    .local_study_process::after,
    .local_study_process h2,
    .local_study_process h2::before,
    .local_study_process .local_text_display,
    .local_study_process .local_text_display::before {
    opacity: 1;
    transition: none;
    animation: none;
    transform: none;
}.local_study_process .local_text_display::before {
    height: 100%;
}
}

@media (max-width: 767px) {.local_study_process {
    padding: 6rem 1.5rem;
}.local_study_process .local_quick_mastery {
    gap: 2rem;
}.local_study_process h2 {
    margin-bottom: 2rem;
    font-size: calc(34px * 0.9);
}.local_study_process .local_text_display {
    padding: 2rem;
}.local_study_process p {
    font-size: calc(17px * 0.95);
    line-height: 1.7;
}}.local_location_details {
    overflow: hidden;
    position: relative;
    isolation: isolate;
    padding: 5rem 0;
    background: linear-gradient(145deg, rgb(161,204,220) 40%, rgb(132,167,189,0.5) 100%);
}.local_location_details::before {
    content: "";
    top: -15%;
    opacity: 0.07;
    filter: blur(40px);
    animation: float 15s ease-in-out infinite alternate;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    height: 70%;
    position: absolute;
    transform: rotate(-15deg) skewX(15deg);
    z-index: -1;
    width: 50%;
    background: rgb(105,134,158,0.5);
    right: -10%;
}.local_location_details::after {
    z-index: -1;
    border-radius: 50% 70% 40% 60% / 60% 30% 70% 40%;
    bottom: -10%;
    animation: float 18s ease-in-out infinite alternate-reverse;
    height: 60%;
    filter: blur(30px);
    background: rgb(132,167,189,0.5);
    position: absolute;
    width: 40%;
    content: "";
    left: -5%;
    opacity: 0.05;
    transform: rotate(10deg) skewY(-10deg);
}.local_location_details .container {
    max-width: 1200px;
    padding: 0 2rem;
    position: relative;
    margin: 0 auto;
}.local_location_details .local_reach_help {
    backdrop-filter: blur(10px);
    gap: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: perspective(1000px) rotateX(2deg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: grid;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08), 
                0 1px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    grid-template-columns: 1fr;
    background: rgba(255, 255, 255, 0.95);
}.local_location_details .local_reach_help:hover {
    transform: perspective(1000px) rotateX(0deg);
}.local_location_details h3 {
    display: inline-block;
    font-size: 29px;
    font-family: Arial, sans-serif;
    color: #000000;
    position: relative;
    margin-bottom: 1rem;
    font-weight: 700;
}.local_location_details h3::after {
    left: 0;
    content: "";
    width: 60px;
    position: absolute;
    height: 4px;
    background: linear-gradient(90deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    bottom: -10px;
}.local_location_details p {
    color: #000000;
    margin-bottom: 1rem;
    font-size: 15px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
}.local_location_details h5 {
    color: #000000;
    margin-bottom: 0.5rem;
    gap: 0.5rem;
    font-family: Arial, sans-serif;
    align-items: center;
    font-weight: 600;
    display: flex;
    font-size: 24px;
}.local_location_details .local_connect_team {
    gap: 1.2rem;
    padding: 0;
    margin: 0;
    list-style: none;
    flex-direction: column;
    display: flex;
}.local_location_details .local_connect_team li {
    transition: transform 0.3s ease;
}.local_location_details .local_connect_team li:hover {
    transform: translateX(5px);
}.local_location_details .local_message_us {
    display: flex;
    text-decoration: none;
    gap: 0.5rem;
    transition: all 0.3s ease;
    align-items: center;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 15px;
    border-left: 3px solid rgb(132,167,189);
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.05) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    position: relative;
    padding: 0.75rem 1rem;
}.local_location_details .local_message_us:hover {
    background: linear-gradient(to right, rgba(var(--primary-color-rgb), 0.1) 0%, rgba(var(--primary-color-rgb), 0) 100%);
    color: rgb(132,167,189);
}.local_location_details svg {
    width: 1.2em;
    height: 1.2em;
    transition: transform 0.3s ease;
}.local_location_details .local_message_us:hover svg {
    transform: scale(1.1);
}.local_location_details svg path {
    transition: fill 0.3s ease;
    fill: #000000;
}.local_location_details .local_message_us:hover svg path {
    fill: rgb(132,167,189);
}

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

@media (min-width: 768px) {.local_location_details .local_reach_help {
    gap: 3rem;
    padding: 4rem;
    grid-template-columns: 1fr 1fr;
}.local_location_details .local_reach_help > div:first-of-type {
    grid-column: 1 / -1;
}.local_location_details .local_connect_team {
    grid-column: 1 / -1;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
}.local_location_details .local_connect_team li {
    width: calc(50% - 1rem);
    flex: 0 0 auto;
}
}

@media (min-width: 992px) {.local_location_details {
    padding: 8rem 0;
}.local_location_details .local_reach_help {
    grid-template-columns: 2fr 1fr;
    padding: 5rem;
}.local_location_details .local_reach_help > div:first-of-type {
    grid-column: auto;
}.local_location_details .local_connect_team {
    flex-direction: column;
    grid-row: 2;
    grid-column: auto;
}.local_location_details .local_connect_team li {
    width: 100%;
}.local_location_details h3 {
    font-size: calc(29px * 1.2);
}.local_location_details .local_message_us {
    font-size: calc(15px * 1.05);
}
}

@media (hover: hover) {.local_location_details .local_message_us::after {
    bottom: 0;
    left: 0;
    background: rgb(132,167,189);
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    transition: width 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}.local_location_details .local_message_us:hover::after {
    width: 100%;
}
}

@media (max-width: 767px) {.local_location_details {
    padding: 4rem 0;
}.local_location_details .local_reach_help {
    transform: none;
    padding: 2rem;
}.local_location_details h3 {
    font-size: calc(29px * 0.9);
}.local_location_details p {
    font-size: calc(15px * 0.95);
}.local_location_details .local_message_us {
    padding: 0.5rem 0.75rem;
}}.local_privacy_haven {
    transition: all 0.3s ease;
    height: auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    padding: 40px;
}.local_privacy_haven h1 {
    text-align: center;
    margin-bottom: 25px;
    margin-top: 40px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
}.local_privacy_haven h2 {
    text-align: left;
    font-family: Arial, sans-serif;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 36px;
    margin-top: 35px;
    font-weight: 600;
}.local_privacy_haven h4,.local_privacy_haven h3, .local_privacy_haven h5 {
    color: #ffffff;
}.local_privacy_haven ul {
    list-style-type: none;
    padding-left: 0;
}.local_privacy_haven li {
    color: #000000;
    padding: 10px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
    transition: background 0.3s ease;
    background: rgb(132,167,189,0.5);
    font-family: Arial, sans-serif;
    border-radius: 10px;
}.local_privacy_haven li:hover {
    color: #ffffff;
    background: rgb(132,167,189);
}.local_privacy_haven div {
    padding: 15px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 18px;
    border-radius: 14px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
    line-height: 1.8;
    margin-bottom: 20px;
    background: rgb(161,204,220);
}.local_privacy_haven p, .local_privacy_haven span {
    color: rgb(255, 255, 255, 0.5);
    margin-bottom: 10px;
    line-height: 1.8;
}
@media only screen and (max-width: 800px) {.local_privacy_haven {
    padding: 20px;
}.local_privacy_haven h1 {
    margin-bottom: 20px;
    font-size: calc(18px - 4px);
    margin-top: 30px;
}.local_privacy_haven h2 {
    margin-bottom: 15px;
    font-size: calc(18px - 4px);
    margin-top: 25px;
}.local_privacy_haven li {
    padding: 8px;
    margin-bottom: 10px;
}.local_privacy_haven div {
    padding: 10px;
}}.local_modalTrackingConsent {
    bottom: 0;
    z-index: 90;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    position: fixed;
    padding: 20px 0;
    border-top: 3px solid rgb(105,134,158);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    background: rgb(105,134,158);
    width: 100%;
    animation: slideUp 0.5s forwards;
}@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}
#local_cookiePolicyAlert {
    display: none;
}#local_cookiePolicyAlert:checked ~ .local_modalTrackingConsent {
    visibility: hidden;
    opacity: 0;
}.local_cookie_user {
    gap: 20px;
    align-items: center;
    display: flex;
    padding: 20px 5%;
    justify-content: space-between;
}.local_modalTrackingConsent h5 {
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    font-family: Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 22px;
}.local_modalTrackingConsent p {
    font-family: Arial, sans-serif;
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5;
}.local_cookie_customize {
    filter: drop-shadow(0 0 10px rgb(132,167,189));
    align-items: center;
    margin-right: 15px;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
}.local_cookie_customize svg {
    fill: rgb(132,167,189);
    height: 80px;
    width: 80px;
    transition: transform 0.3s ease-in-out;
}.local_cookie_customize:hover svg {
    transform: scale(1.1);
}.local_data_settings {
    padding: 10px 20px;
    white-space: nowrap;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    color: #000000;
    line-height: 40px;
    border-radius: 23px;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    text-decoration: none;
    cursor: pointer;
    margin-left: 10px;
    flex-shrink: 0;
    font-size: 17px;
    box-shadow: 0 0 15px rgb(132,167,189);
    min-width: 140px;
}.local_data_settings:hover {
    box-shadow: 0 0 20px rgb(105,134,158);
}.cookie_button.local_cookie_eductrl {
    border: 2px solid rgb(105,134,158);
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
}.cookie_button.local_cookie_eductrl:hover {
    background: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgb(105,134,158);
}.local_modalTrackingConsent p a {
    transition: color 0.3s ease;
    text-decoration: none;
    color: rgb(132,167,189);
}.local_modalTrackingConsent p a:hover {
    color: rgb(105,134,158);
}
@media only screen and (max-width: 1200px) {.local_modalTrackingConsent {
    padding: 15px 0;
}.local_cookie_user {
    padding: 15px 5%;
}
}
@media only screen and (max-width: 800px) {.local_cookie_customize {
    display: none;
}.local_cookie_user {
    flex-direction: column;
    text-align: center;
    align-items: center;
}.local_modalTrackingConsent h5 {
    margin-bottom: 5px;
    font-size: 20px;
}.local_cookie_tab {
    margin-bottom: 15px;
}.local_data_settings {
    margin: 10px 0;
    min-width: 100%;
}}
.local_sign_up {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(135deg, rgb(132,167,189,0.5), rgb(105,134,158));
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.local_sign_up::before {
    background: radial-gradient(circle at 30% 40%, rgb(255, 255, 255, 0.5) 0%, transparent 60%);
    left: -50%;
    position: absolute;
    opacity: 0.05;
    height: 200%;
    top: -50%;
    content: '';
    transform: rotate(-12deg);
    z-index: 1;
    width: 200%;
    pointer-events: none;
}.local_sign_up::after {
    content: '';
    opacity: 0.7;
    width: 100%;
    height: 10px;
    bottom: -5px;
    z-index: 2;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158), rgb(132,167,189));
    left: 0;
    position: absolute;
    filter: blur(3px);
}.local_sign_up .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}.local_sign_up .local_quick_mastery {
    transform-origin: center bottom;
    gap: 2rem;
    display: grid;
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    grid-template-columns: 1fr;
    backdrop-filter: blur(5px);
}.local_sign_up h4 {
    font-size: 20px;
    position: relative;
    line-height: 1.4;
    margin: 0;
    color: #ffffff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-weight: 600;
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
}.local_sign_up .local_quick_mastery:hover h4 {
    transform: translateY(-5px);
}.local_sign_up .local_quick_mastery > div {
    padding: 0.5rem 0;
    position: relative;
}.local_sign_up .local_quick_mastery > div::before {
    background: #ffffff;
    width: 5px;
    transform: translateY(-50%);
    opacity: 0.7;
    position: absolute;
    border-radius: 10px;
    top: 50%;
    height: 0;
    transition: height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    left: -20px;
    content: '';
}.local_sign_up .local_quick_mastery:hover > div::before {
    height: 80%;
}.local_sign_up .input_holder {
    grid-template-columns: 1fr auto;
    gap: 1rem;
    position: relative;
    z-index: 10;
    display: grid;
}.local_sign_up .input_holder span {
    overflow: hidden;
    position: relative;
    display: inline-block;
}.local_sign_up .input_holder span::after {
    left: 0;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
    bottom: 0;
    position: absolute;
    height: 2px;
    content: '';
    transform-origin: right;
    width: 100%;
    background: #ffffff;
}.local_sign_up .input_holder span:hover::after,
.local_sign_up .input_holder span:focus-within::after {
    transform: scaleX(1);
    transform-origin: left;
}.local_sign_up input[type="email"] {
    border-radius: 4px;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
    font-size: 16px;
    background: rgba(255, 255, 255, 0.1);
    width: 100%;
    font-family: Arial, sans-serif;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
}.local_sign_up input[type="email"]::placeholder {
    transition: opacity 0.3s ease, transform 0.3s ease;
    color: rgba(255, 255, 255, 0.6);
}.local_sign_up input[type="email"]:focus {
    border-color: rgba(255, 255, 255, 0.4);
    background: rgba(255, 255, 255, 0.15);
    outline: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}.local_sign_up input[type="email"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(10px);
}.local_sign_up .local_sub_tile {
    z-index: 1;
    border: none;
    background: #ffffff;
    overflow: hidden;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    color: rgb(132,167,189);
    font-size: 15px;
    border-radius: 4px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 1rem 2rem;
}.local_sign_up .local_sub_tile::before {
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    left: -100%;
    width: 100%;
    content: '';
    height: 100%;
    transition: all 0.6s ease;
    top: 0;
    z-index: -1;
    position: absolute;
}.local_sign_up .local_sub_tile:hover {
    background: linear-gradient(to right, #ffffff, rgb(255, 255, 255, 0.5));
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    color: rgb(105,134,158);
}.local_sign_up .local_sub_tile:hover::before {
    left: 100%;
}.local_sign_up .local_sub_tile:active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transform: translateY(1px);
}

@media (min-width: 768px) {.local_sign_up {
    padding: 6rem 3rem;
}.local_sign_up .local_quick_mastery {
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
}.local_sign_up h4 {
    font-size: calc(20px * 1.2);
}.local_sign_up .local_quick_mastery > div::before {
    left: -30px;
}.local_sign_up .input_holder {
    gap: 1.5rem;
}
}

@media (max-width: 767px) {.local_sign_up {
    padding: 4rem 1.5rem;
}.local_sign_up .input_holder {
    grid-template-columns: 1fr;
}.local_sign_up h4 {
    text-align: center;
    margin-bottom: 1rem;
}.local_sign_up .local_quick_mastery {
    transform: perspective(1000px) rotateX(0);
}.local_sign_up .local_quick_mastery > div::before {
    width: 50px;
    transform: none;
    top: -10px;
    left: 0;
    height: 3px;
}.local_sign_up .local_quick_mastery:hover > div::before {
    height: 3px;
    width: 80px;
}.local_sign_up .local_sub_tile {
    width: 100%;
    margin-top: 0.5rem;
}
}

@media (max-width: 480px) {.local_sign_up {
    padding: 3rem 1rem;
}.local_sign_up h4 {
    font-size: calc(20px * 0.9);
}.local_sign_up input[type="email"] {
    padding: 0.9rem 1.2rem;
}.local_sign_up .local_sub_tile {
    padding: 0.9rem 1.2rem;
}}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.local_sign_up:hover .local_quick_mastery {
    animation: pulse 6s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}.local_offer_board {
    padding: 7rem 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}.local_offer_board::before {
    height: 400px;
    width: 400px;
    animation: float 15s ease-in-out infinite alternate;
    z-index: 1;
    right: -100px;
    top: -150px;
    position: absolute;
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    opacity: 0.6;
    filter: blur(30px);
    content: '';
    background: linear-gradient(135deg, rgb(132,167,189,0.5), transparent);
}.local_offer_board::after {
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    filter: blur(25px);
    opacity: 0.5;
    position: absolute;
    left: -50px;
    background: linear-gradient(135deg, rgb(105,134,158,0.5), transparent);
    width: 300px;
    border-radius: 30% 70% 50% 50% / 30% 30% 70% 70%;
    content: '';
    height: 300px;
    bottom: -100px;
}.local_offer_board .container {
    position: relative;
    padding: 0 15px;
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
}.local_offer_board .local_discount_deals {
    display: flex;
    flex-direction: column;
}.local_offer_board .local_trial_pricing {
    transform: translateY(20px);
    text-align: center;
    margin-bottom: 3rem;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.2s forwards;
}.local_offer_board .local_trial_pricing h2 {
    margin-bottom: 1rem;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 29px;
    display: inline-block;
}.local_offer_board .local_trial_pricing h2::after {
    content: '';
    bottom: -10px;
    position: absolute;
    width: 80px;
    height: 3px;
    background: rgb(132,167,189);
    transform: translateX(-50%);
    left: 50%;
}.local_offer_board .local_lesson_plans {
    margin: 1.5rem auto 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.6;
    max-width: 700px;
}.local_offer_board .local_learning_cost {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
    display: grid;
}.local_offer_board .local_price_tiers {
    display: block;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: translateY(30px);
    text-decoration: none;
    opacity: 0;
    animation: fadeUp 0.8s ease-out 0.4s forwards;
    position: relative;
}.local_offer_board .local_price_tiers:nth-child(2) {
    animation-delay: 0.5s;
}.local_offer_board .local_price_tiers:nth-child(3) {
    animation-delay: 0.6s;
}.local_offer_board .local_price_tiers:nth-child(4) {
    animation-delay: 0.7s;
}.local_offer_board .local_price_tiers:hover {
    transform: translateY(-10px);
}.local_offer_board .local_pricing_list {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                0 5px 15px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    display: flex;
    border-radius: 4px;
    flex-direction: column;
    background: linear-gradient(140deg, #ffffff, #f8f9fa);
    height: 100%;
    transition: all 0.4s ease;
    position: relative;
}.local_offer_board .local_price_tiers:hover .local_pricing_list {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1), 
                0 10px 20px rgba(0, 0, 0, 0.08);
}.local_offer_board .local_class_rates {
    flex-grow: 1;
    display: flex;
    position: relative;
    z-index: 2;
    padding: 2.5rem 2rem;
    flex-direction: column;
}.local_offer_board .local_class_rates h3 {
    font-size: calc(18px + 2px);
    position: relative;
    color: #000000;
    margin-bottom: 1rem;
    transition: color 0.3s ease;
    font-weight: 700;
}.local_offer_board .local_price_tiers:hover .local_class_rates h3 {
    color: rgb(132,167,189);
}.local_offer_board .local_promo_rates {
    color: rgb(132,167,189);
    padding-bottom: 10px;
    display: inline-block;
    margin-bottom: 1.5rem;
    font-weight: 700;
    position: relative;
    font-size: calc(18px + 4px);
}.local_offer_board .local_promo_rates::after {
    width: 40px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: width 0.3s ease;
    background: rgb(132,167,189,0.5);
    content: '';
    bottom: 0;
}.local_offer_board .local_price_tiers:hover .local_promo_rates::after {
    width: 80px;
}.local_offer_board .local_class_rates p {
    color: #000000;
    flex-grow: 1;
    hyphens: auto;
    overflow-wrap: break-word;
    white-space: normal;
    font-size: 16px;
    word-wrap: break-word;
    line-height: 1.6;
    margin-bottom: 2rem;
}.local_offer_board .local_pic_strip_wrap {
    width: 100%;
    position: relative;
    transition: all 0.5s ease;
    height: 200px;
    overflow: hidden;
}.local_offer_board .local_pic_strip_wrap::after {
    right: 0;
    transition: opacity 0.4s ease;
    top: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.3), transparent);
    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    opacity: 0;
}.local_offer_board .local_price_tiers:hover .local_pic_strip_wrap::after {
    opacity: 1;
}

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

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

@media (min-width: 992px) {.local_offer_board .local_discount_deals {
    flex-direction: row-reverse;
}.local_offer_board .local_trial_pricing {
    justify-content: center;
    text-align: left;
    padding-right: 3rem;
    flex-direction: column;
    display: flex;
    width: 35%;
}.local_offer_board .local_trial_pricing h2 {
    text-align: left;
}.local_offer_board .local_trial_pricing h2::after {
    transform: none;
    left: 0;
}.local_offer_board .local_lesson_plans {
    margin: 1.5rem 0 0;
}.local_offer_board .local_learning_cost {
    gap: 2rem;
    margin-top: 0;
    width: 65%;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 991px) {.local_offer_board {
    padding: 5rem 0;
}.local_offer_board .local_trial_pricing {
    margin-bottom: 2rem;
}.local_offer_board .local_learning_cost {
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
}

@media (max-width: 767px) {.local_offer_board {
    padding: 4rem 0;
}.local_offer_board .local_class_rates {
    padding: 2rem 1.5rem;
}.local_offer_board .local_pic_strip_wrap {
    height: 180px;
}
}

@media (max-width: 575px) {.local_offer_board {
    padding: 3rem 0;
}.local_offer_board .local_trial_pricing h2 {
    font-size: calc(29px - 4px);
}.local_offer_board .local_learning_cost {
    gap: 1.5rem;
    grid-template-columns: 1fr;
}.local_offer_board .local_class_rates {
    padding: 1.5rem 1.25rem;
}.local_offer_board .local_pic_strip_wrap {
    height: 160px;
}
}

@media (hover: none) {.local_offer_board .local_price_tiers:hover {
    transform: none;
}.local_offer_board .local_price_tiers:hover .local_pricing_list {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.06), 
                    0 5px 15px rgba(0, 0, 0, 0.04);
}.local_offer_board .local_price_tiers:hover .local_pic_strip_wrap::after {
    opacity: 0;
}.local_offer_board .local_price_tiers:hover .local_promo_rates::after {
    width: 40px;
}}.local_connect_form {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(161,204,220) 0%, rgba(0, 0, 0, 0.03) 100%);
    padding: 80px 0;
}.local_connect_form::before {
    z-index: 0;
    left: 0;
    right: 0;
    background: 
        radial-gradient(circle at 10% 20%, rgba(rgb(132,167,189), 0.05) 0%, transparent 30%),
        radial-gradient(circle at 90% 80%, rgba(rgb(105,134,158), 0.05) 0%, transparent 30%);
    position: absolute;
    top: 0;
    content: "";
    bottom: 0;
}.local_connect_form::after {
    animation: gridMove 20s linear infinite;
    top: 0;
    background-size: 20px 20px;
    background-image: 
        linear-gradient(90deg, rgba(rgb(132,167,189), 0.03) 1px, transparent 1px),
        linear-gradient(rgba(rgb(132,167,189), 0.03) 1px, transparent 1px);
    content: "";
    width: 100%;
    z-index: 1;
    left: 0;
    position: absolute;
    opacity: 0.6;
    height: 100%;
}@keyframes gridMove {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.local_connect_form .container {
    margin: 0 auto;
    max-width: 1200px;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}.local_connect_form h2 {
    margin-bottom: 50px;
    left: 50%;
    position: relative;
    font-size: 31px;
    text-align: center;
    transform: translateX(-50%);
    font-weight: 700;
    display: inline-block;
    color: #000000;
}.local_connect_form h2::after {
    content: "";
    bottom: -15px;
    width: 70%;
    position: absolute;
    left: 15%;
    height: 3px;
    background: linear-gradient(90deg, transparent, rgb(132,167,189), transparent);
}.local_connect_form .local_help_card {
    background: #ffffff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 28px;
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1), 
                0 5px 15px rgba(rgb(132,167,189), 0.05);
    transform: translateY(0);
    display: flex;
}.local_connect_form .local_help_card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15), 
                0 10px 20px rgba(rgb(132,167,189), 0.1);
}.local_connect_form .local_help_card::before {
    background: linear-gradient(to bottom, rgb(132,167,189), rgb(105,134,158));
    position: absolute;
    left: 0;
    width: 5px;
    height: 100%;
    top: 0;
    content: "";
}.local_connect_form .local_pic_strip_wrap {
    overflow: hidden;
    position: relative;
    width: 45%;
}.local_connect_form .local_pic_strip_wrap::after {
    mix-blend-mode: overlay;
    background: linear-gradient(135deg, 
                rgba(rgb(132,167,189), 0.3) 0%, 
                rgba(rgb(105,134,158), 0.3) 100%);
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    position: absolute;
}.local_connect_form .local_pic_strip_wrap::before {
    z-index: 2;
    height: 150px;
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.2);
    width: 150%;
    left: -100px;
    position: absolute;
    content: "";
    animation: shine 6s infinite;
    top: -100px;
}@keyframes shine {
    0% { top: -100px; left: -100px; }
    100% { top: 100%; left: 100%; }
}

.local_connect_form .local_inquiry_links {
    padding: 50px 40px;
    width: 55%;
    position: relative;
}.local_connect_form .local_inquiry_links::before {
    top: -50px;
    position: absolute;
    border-radius: 50%;
    right: -50px;
    z-index: 0;
    content: "";
    background: radial-gradient(circle, rgba(rgb(132,167,189), 0.05) 0%, transparent 70%);
    width: 200px;
    height: 200px;
}.local_connect_form form {
    position: relative;
    z-index: 2;
}.local_connect_form form h3 {
    position: relative;
    color: #000000;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 19px;
    display: inline-block;
}.local_connect_form form h3::after {
    left: 0;
    background: rgb(132,167,189);
    position: absolute;
    width: 40px;
    bottom: -10px;
    height: 2px;
    content: "";
}.local_connect_form form input[type="text"] {
    padding: 15px 20px;
    width: 100%;
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: 15px;
    background: rgba(#ffffff, 0.8);
    transition: all 0.3s ease;
    border-radius: 10px;
    border: 1px solid rgba(#000000, 0.1);
    margin-bottom: 20px;
    position: relative;
}.local_connect_form form input[type="text"]:focus {
    border-color: rgb(132,167,189);
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(rgb(132,167,189), 0.1);
    outline: none;
}.local_connect_form form input[type="text"]::placeholder {
    transition: all 0.3s ease;
    color: rgba(#000000, 0.5);
}.local_connect_form form input[type="text"]:focus::placeholder {
    opacity: 0.5;
    transform: translateX(5px);
}.local_connect_form .local_feedback_block {
    display: flex;
    margin-bottom: 30px;
    align-items: flex-start;
    position: relative;
}.local_connect_form .local_feedback_block input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 0;
    height: 0;
}.local_connect_form .local_feedback_block label {
    font-size: 12px;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
    color: #000000;
    padding-left: 35px;
    position: relative;
}.local_connect_form .local_feedback_block label::before {
    left: 0;
    border-radius: 10px;
    width: 22px;
    background: rgba(#ffffff, 0.8);
    top: 0;
    transition: all 0.3s ease;
    content: "";
    position: absolute;
    border: 1px solid rgba(#000000, 0.2);
    height: 22px;
}.local_connect_form .local_feedback_block input[type="checkbox"]:checked + label::before {
    border-color: rgb(132,167,189);
    background: rgb(132,167,189);
}.local_connect_form .local_feedback_block input[type="checkbox"]:checked + label::after {
    height: 12px;
    position: absolute;
    content: "";
    border-width: 0 2px 2px 0;
    left: 8px;
    border: solid #ffffff;
    transform: rotate(45deg);
    width: 6px;
    top: 4px;
}.local_connect_form .local_feedback_block label a {
    transition: all 0.3s ease;
    position: relative;
    color: rgb(132,167,189);
    text-decoration: none;
}.local_connect_form .local_feedback_block label a::after {
    height: 1px;
    transform-origin: left;
    bottom: -2px;
    left: 0;
    content: "";
    transition: transform 0.3s ease;
    transform: scaleX(0);
    width: 100%;
    background: rgb(132,167,189);
    position: absolute;
}.local_connect_form .local_feedback_block label a:hover {
    color: rgb(105,134,158);
}.local_connect_form .local_feedback_block label a:hover::after {
    transform: scaleX(1);
    background: rgb(105,134,158);
}.local_connect_form .local_connect_support {
    z-index: 1;
    position: relative;
    border-radius: 10px;
    border: none;
    width: 100%;
    background: linear-gradient(90deg, rgb(132,167,189), rgb(105,134,158));
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    padding: 15px 20px;
    overflow: hidden;
    color: #ffffff;
    cursor: pointer;
}.local_connect_form .local_connect_support::before {
    z-index: -1;
    position: absolute;
    height: 100%;
    background: linear-gradient(90deg, rgb(105,134,158), rgb(132,167,189));
    opacity: 0;
    content: "";
    left: 0;
    top: 0;
    transition: opacity 0.3s ease;
    width: 100%;
}.local_connect_form .local_connect_support:hover::before {
    opacity: 1;
}.local_connect_form .local_connect_support:active {
    transform: translateY(2px);
}.local_connect_form svg {
    transition: fill 0.3s ease;
    height: 20px;
    margin-right: 10px;
    fill: rgb(132,167,189);
    width: 20px;
}.local_connect_form svg path {
    fill: rgb(132,167,189);
    transition: fill 0.3s ease;
}.local_connect_form svg:hover,
.local_connect_form svg:hover path {
    fill: rgb(105,134,158);
}.local_connect_form form input {
    background: rgb(161,204,220);
}
@media (max-width: 1024px) {.local_connect_form {
    padding: 60px 0;
}.local_connect_form .container {
    padding: 0 15px;
}.local_connect_form h2 {
    margin-bottom: 40px;
}.local_connect_form .local_inquiry_links {
    padding: 40px 30px;
}
}

@media (max-width: 768px) {.local_connect_form {
    padding: 50px 0;
}.local_connect_form h2 {
    margin-bottom: 30px;
}.local_connect_form .local_help_card {
    flex-direction: column;
}.local_connect_form .local_pic_strip_wrap {
    width: 100%;
    height: 250px;
}.local_connect_form .local_inquiry_links {
    padding: 30px 25px;
    width: 100%;
}.local_connect_form form h3 {
    margin-bottom: 25px;
}.local_connect_form form input[type="text"] {
    margin-bottom: 15px;
    padding: 12px 15px;
}.local_connect_form .local_feedback_block {
    margin-bottom: 25px;
}.local_connect_form .local_connect_support {
    padding: 12px 15px;
}
}

@media (max-width: 480px) {.local_connect_form {
    padding: 40px 0;
}.local_connect_form h2 {
    font-size: calc(31px * 0.85);
    margin-bottom: 25px;
}.local_connect_form .local_pic_strip_wrap {
    height: 200px;
}.local_connect_form .local_inquiry_links {
    padding: 25px 20px;
}.local_connect_form form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 20px;
}.local_connect_form form input[type="text"] {
    padding: 10px 12px;
    margin-bottom: 12px;
}.local_connect_form .local_feedback_block {
    margin-bottom: 20px;
}.local_connect_form .local_feedback_block label {
    font-size: calc(12px * 0.9);
    padding-left: 30px;
}.local_connect_form .local_feedback_block label::before {
    height: 18px;
    width: 18px;
}.local_connect_form .local_feedback_block input[type="checkbox"]:checked + label::after {
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
}.local_connect_form .local_connect_support {
    padding: 10px 12px;
}
}

@media (prefers-reduced-motion: reduce) {.local_connect_form::after,
    .local_connect_form .local_pic_strip_wrap::before {
    animation: none;
}.local_connect_form .local_help_card:hover {
    transform: none;
}}.local_our_story {
    padding: 120px 0 100px;
    overflow: hidden;
    background: linear-gradient(125deg, #000000 0%, rgba(0, 0, 0, 0.5) 100%);
    color: #ffffff;
    position: relative;
}.local_our_story::before {
    height: 100%;
    content: "";
    opacity: 0.15;
    background-image: 
        linear-gradient(rgba(0, 0, 0, 0.5) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, 0.5) 1px, transparent 1px);
    position: absolute;
    top: 0;
    background-size: 30px 30px;
    width: 100%;
    left: 0;
}.local_our_story::after {
    height: 200%;
    top: -50%;
    background: radial-gradient(ellipse at center, transparent 30%, #000000 100%);
    position: absolute;
    width: 200%;
    opacity: 0.2;
    content: "";
    animation: rotateBackground 60s linear infinite;
    left: -50%;
}@keyframes rotateBackground {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.local_our_story .container {
    z-index: 2;
    max-width: 1280px;
    position: relative;
    padding: 0 20px;
    margin: 0 auto;
}.local_our_story h2 {
    margin-bottom: 80px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #ffffff;
    font-weight: 700;
    font-size: 40px;
}.local_our_story h2::before {
    transform: translateX(-50%);
    bottom: -20px;
    position: absolute;
    height: 4px;
    width: 60px;
    background: rgb(132,167,189);
    content: "";
    left: 50%;
}.local_our_story h2::after {
    letter-spacing: 5px;
    left: 50%;
    top: -0.5em;
    position: absolute;
    color: rgb(132,167,189);
    transform: translateX(-50%);
    font-size: 0.15em;
    content: attr(data-text);
    white-space: nowrap;
}.local_our_story .local_class_pro {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    display: grid;
}.local_our_story .local_pro_sessions {
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(10px);
    position: relative;
    transition: all 0.4s ease;
    padding: 40px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
}.local_our_story .local_pro_sessions:hover {
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(-10px);
    border-color: rgb(132,167,189,0.5);
}.local_our_story .local_pro_sessions:first-child:hover {
    border-color: rgb(132,167,189,0.5);
}.local_our_story .local_pro_sessions:last-child:hover {
    border-color: rgb(105,134,158,0.5);
}.local_our_story .local_pro_sessions::before {
    height: 100%;
    content: "";
    transition: transform 0.5s ease;
    width: 4px;
    transform: scaleY(0);
    position: absolute;
    background: rgb(132,167,189);
    left: 0;
    transform-origin: bottom;
    top: 0;
}.local_our_story .local_pro_sessions:last-child::before {
    background: rgb(105,134,158);
}.local_our_story .local_pro_sessions:hover::before {
    transform: scaleY(1);
}.local_our_story .local_pro_sessions::after {
    right: 0;
    background: rgb(132,167,189,0.5);
    opacity: 0.05;
    content: "";
    top: 0;
    z-index: -1;
    height: 100px;
    position: absolute;
    width: 100px;
    border-radius: 50%;
    filter: blur(40px);
}.local_our_story .local_pro_sessions:last-child::after {
    top: auto;
    left: 0;
    right: auto;
    background: rgb(105,134,158,0.5);
    bottom: 0;
}.local_our_story .local_pro_sessions h3 {
    display: flex;
    color: rgb(132,167,189);
    font-weight: 600;
    margin-bottom: 25px;
    position: relative;
    align-items: center;
    font-size: 22px;
}.local_our_story .local_pro_sessions:last-child h3 {
    color: rgb(105,134,158);
}.local_our_story .local_pro_sessions h3::before {
    height: 8px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    margin-right: 15px;
    width: 8px;
    content: "";
    background: currentColor;
}.local_our_story .local_pro_sessions p {
    position: relative;
    color: #ffffff;
    z-index: 2;
    line-height: 1.8;
    opacity: 0.8;
    font-size: 16px;
}.local_our_story .local_pro_sessions:first-child {
    animation: slideUp 0.7s ease forwards;
}.local_our_story .local_pro_sessions:last-child {
    animation: slideUp 0.7s 0.2s ease forwards;
}@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.local_our_story .local_class_pro::before {
    z-index: -1;
    left: 50%;
    filter: blur(30px);
    border-radius: 50%;
    height: 200px;
    width: 200px;
    background: radial-gradient(circle, rgb(132,167,189,0.5) 0%, transparent 70%);
    position: absolute;
    opacity: 0.1;
    top: 50%;
    transform: translate(-50%, -50%);
    content: "";
}.local_our_story .local_class_pro::after {
    width: 100%;
    content: "";
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(132,167,189,0.5), rgb(105,134,158,0.5), transparent);
    left: 0;
    height: 1px;
    bottom: -30px;
}

@media (max-width: 1100px) {.local_our_story {
    padding: 100px 0 80px;
}.local_our_story h2 {
    margin-bottom: 60px;
    font-size: calc(40px * 0.9);
}.local_our_story .local_pro_sessions {
    padding: 35px;
}
}

@media (max-width: 768px) {.local_our_story {
    padding: 80px 0 60px;
}.local_our_story h2 {
    margin-bottom: 50px;
    font-size: calc(40px * 0.8);
}.local_our_story .local_class_pro {
    grid-template-columns: 1fr;
    gap: 40px;
}.local_our_story .local_pro_sessions {
    padding: 30px;
}.local_our_story .local_pro_sessions:last-child {
    animation-delay: 0.1s;
}
}

@media (max-width: 576px) {.local_our_story {
    padding: 60px 0 50px;
}.local_our_story h2 {
    font-size: calc(31px);
    margin-bottom: 40px;
}.local_our_story h2::before {
    height: 3px;
    bottom: -15px;
    width: 50px;
}.local_our_story .local_class_pro {
    gap: 30px;
}.local_our_story .local_pro_sessions {
    padding: 25px;
}.local_our_story .local_pro_sessions h3 {
    margin-bottom: 20px;
    font-size: calc(22px * 0.9);
}.local_our_story .local_pro_sessions p {
    font-size: calc(16px * 0.95);
}
}

@media (prefers-reduced-motion: reduce) {.local_our_story::after {
    animation: none;
}.local_our_story .local_pro_sessions,
    .local_our_story .local_pro_sessions::before {
    transition: none;
}.local_our_story .local_pro_sessions:hover {
    transform: none;
}.local_our_story .local_pro_sessions:first-child,
    .local_our_story .local_pro_sessions:last-child {
    transform: none;
    opacity: 1;
    animation: none;
}
}

@supports not (backdrop-filter: blur(10px)) {.local_our_story .local_pro_sessions {
    background: rgba(30, 30, 30, 0.7);
}}.local_attempt_now {
    background: linear-gradient(120deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
    padding: 7rem 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}.local_attempt_now::before {
    z-index: 1;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    background: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 60%);
}.local_attempt_now::after {
    left: -50%;
    position: absolute;
    content: "";
    height: 200%;
    top: -50%;
    width: 200%;
    animation: constellation 60s linear infinite;
    opacity: 0.4;
    z-index: 0;
}.local_attempt_now .container {
    flex-direction: column;
    padding: 0 2rem;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto;
    z-index: 2;
    transform: translateZ(30px);
    max-width: 1200px;
}.local_attempt_now h6 {
    max-width: 800px;
    letter-spacing: 0.015em;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    transform: translateY(-10px);
    text-align: center;
    font-weight: 700;
    animation: slideUpFade 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
    color: #ffffff;
    opacity: 0;
    margin-bottom: 3rem;
    line-height: 1.6;
    font-size: calc(20px * 1.25);
}.local_attempt_now div > span {
    transform-origin: center bottom;
    transform: perspective(1000px) rotateX(10deg);
    display: inline-block;
    transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}.local_attempt_now div > span:hover {
    transform: perspective(1000px) rotateX(0deg) scale(1.05);
}.local_attempt_now .local_connect_support {
    transform: translateY(-5px);
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    opacity: 0;
    overflow: hidden;
    animation: buttonAppear 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s forwards;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    text-decoration: none;
    background: #ffffff;
    letter-spacing: 0.05em;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    padding: 1rem 2.5rem;
    color: rgb(132,167,189);
    position: relative;
    border: none;
}.local_attempt_now .local_connect_support::before {
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
    left: -10%;
    top: -10%;
    width: 120%;
    transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
    transform: translateX(-100%);
    height: 120%;
    position: absolute;
    content: "";
}.local_attempt_now .local_connect_support:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    color: rgb(105,134,158);
}.local_attempt_now .local_connect_support:hover::before {
    transform: translateX(100%);
}.local_attempt_now .local_connect_support span {
    display: inline-block;
    position: relative;
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    z-index: 1;
}.local_attempt_now .local_connect_support:hover span {
    transform: scale(1.05);
}.local_attempt_now div {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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

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

@media (max-width: 1200px) {.local_attempt_now {
    padding: 6rem 0;
}.local_attempt_now h6 {
    max-width: 700px;
    font-size: calc(20px * 1.15);
}
}

@media (max-width: 992px) {.local_attempt_now {
    padding: 5rem 0;
}.local_attempt_now h6 {
    margin-bottom: 2.5rem;
    font-size: 20px;
    max-width: 600px;
}
}

@media (max-width: 768px) {.local_attempt_now {
    padding: 4rem 0;
}.local_attempt_now .container {
    padding: 0 1.5rem;
}.local_attempt_now h6 {
    max-width: 100%;
    margin-bottom: 2rem;
    font-size: calc(20px * 0.95);
}.local_attempt_now .local_connect_support {
    padding: 0.9rem 2rem;
}
}

@media (max-width: 576px) {.local_attempt_now {
    padding: 3.5rem 0;
}.local_attempt_now .container {
    padding: 0 1rem;
}.local_attempt_now h6 {
    line-height: 1.5;
    font-size: calc(20px * 0.9);
    margin-bottom: 1.75rem;
}.local_attempt_now .local_connect_support {
    padding: 0.8rem 1.8rem;
    font-size: calc(15px * 0.95);
}
}

@media (max-width: 375px) {.local_attempt_now {
    padding: 3rem 0;
}.local_attempt_now h6 {
    margin-bottom: 1.5rem;
    font-size: calc(20px * 0.85);
}.local_attempt_now .local_connect_support {
    padding: 0.75rem 1.6rem;
    font-size: calc(15px * 0.9);
}
}

@media (hover: none) {.local_attempt_now div > span {
    transform: none !important;
}.local_attempt_now .local_connect_support:hover {
    transform: none;
}.local_attempt_now .local_connect_support:hover span {
    transform: none;
}}header {
    backdrop-filter: blur(10px);
    top: 0;
    background: linear-gradient(180deg, 
        rgb(132,167,189) 0%, 
        rgba(20, 20, 30, 0.95) 100%
    );
    left: 0;
    border-bottom: 1px solid rgb(132,167,189,0.5);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    position: fixed;
    transition: all 0.4s ease;
    width: 100%;
    z-index: 1000;
    -webkit-backdrop-filter: blur(10px);
}header:before {
    width: 100%;
    opacity: 0.1;
    content: '';
    left: 0;
    pointer-events: none;
    position: absolute;
    background: 
        radial-gradient(circle at 15% 15%, rgb(132,167,189,0.5) 0%, transparent 25%),
        radial-gradient(circle at 85% 85%, rgb(105,134,158,0.5) 0%, transparent 25%);
    top: 0;
    height: 100%;
}header:after {
    mix-blend-mode: overlay;
    content: '';
    width: 100%;
    pointer-events: none;
    height: 100%;
    left: 0;
    position: absolute;
    opacity: 0.02;
    top: 0;
}header .local_top_guide {
    position: relative;
    overflow: hidden;
}header .local_top_guide:before {
    opacity: 0.7;
    background: linear-gradient(90deg, 
        transparent 0%,
        rgb(132,167,189) 25%,
        #ffffff 50%,
        rgb(132,167,189) 75%,
        transparent 100%
    );
    width: 200%;
    box-shadow: 0 0 15px rgb(132,167,189), 0 0 35px rgb(132,167,189);
    position: absolute;
    animation: scanlineGlow 4s linear infinite;
    bottom: 0;
    height: 1px;
    left: -50%;
    content: '';
}header .container {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 18px 25px;
}header .container:before {
    pointer-events: none;
    background-image: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 2px,
            rgba(255, 255, 255, 0.015) 2px,
            rgba(255, 255, 255, 0.015) 3px
        );
    content: '';
    position: absolute;
    opacity: 0.5;
    height: 100%;
    width: 100%;
    mix-blend-mode: overlay;
}header .local_top_wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}header .local_top_wrap:before {
    width: 20px;
    top: 50%;
    height: 20px;
    filter: blur(15px);
    position: absolute;
    left: -10px;
    content: '';
    transform: translateY(-50%);
    opacity: 0.3;
    border-radius: 50%;
    background: rgb(132,167,189);
    animation: breathe 5s infinite alternate;
}header .local_top_wrap:after {
    width: 20px;
    opacity: 0.3;
    content: '';
    height: 20px;
    right: -10px;
    position: absolute;
    border-radius: 50%;
    background: rgb(105,134,158);
    filter: blur(15px);
    transform: translateY(-50%);
    top: 50%;
    animation: breathe 5s infinite alternate-reverse;
}header .local_site_header {
    align-items: center;
    gap: 30px;
    display: flex;
    position: relative;
}header .local_site_header:before {
    animation: menuGlow 10s infinite ease-in-out;
    transform: translateX(-100%);
    left: -5%;
    position: absolute;
    top: -5%;
    width: 110%;
    opacity: 0.15;
    filter: blur(5px);
    content: '';
    height: 110%;
    background: linear-gradient(90deg, 
        transparent, 
        rgb(132,167,189,0.5), 
        transparent
    );
}header .local_head_lesson {
    font-weight: 400;
    color: #ffffff;
    padding: 8px 2px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 1px #ffffff;
    position: relative;
    transition: all 0.3s ease;
    letter-spacing: 1px;
    font-size: 18px;
    font-family: Arial, sans-serif;
}header .local_head_lesson:before {
    position: absolute;
    transform: skewX(-20deg) scale(0.8, 1);
    background: linear-gradient(90deg, 
        transparent, 
        rgb(132,167,189,0.5), 
        transparent
    );
    height: 100%;
    content: '';
    left: 0;
    z-index: -1;
    opacity: 0;
    top: 0;
    transition: all 0.4s ease;
    width: 100%;
}header .local_head_lesson:after {
    bottom: -2px;
    width: 0;
    transform: translateX(-50%);
    content: '';
    left: 50%;
    opacity: 0.8;
    background: linear-gradient(90deg, 
        rgb(132,167,189),
        #ffffff 50%,
        rgb(132,167,189)
    );
    filter: blur(0.5px);
    position: absolute;
    height: 2px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}header .local_head_lesson:hover {
    color: #ffffff;
    transform: translateY(-2px);
    text-shadow: 
        0 0 5px #ffffff,
        0 0 10px rgb(132,167,189);
}header .local_head_lesson:hover:before {
    opacity: 0.15;
    transform: skewX(-20deg) scale(1.05, 1);
}header .local_head_lesson:hover:after {
    width: 100%;
    box-shadow: 
        0 0 5px rgb(132,167,189),
        0 0 10px rgb(132,167,189);
}header .local_main_learning {
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    padding: 5px;
    justify-content: center;
    transition: all 0.3s ease;
}header .local_main_learning:before {
    width: 150%;
    transition: opacity 0.5s ease;
    top: 50%;
    content: '';
    height: 150%;
    left: 50%;
    opacity: 0;
    background: radial-gradient(circle, 
        rgb(132,167,189,0.5) 0%, 
        transparent 70%
    );
    transform: translate(-50%, -50%);
    position: absolute;
}header .local_main_learning:after {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    border-image: linear-gradient(45deg, rgb(132,167,189), rgb(105,134,158), rgb(132,167,189)) 1;
    position: absolute;
    border: 1px solid transparent;
    height: calc(100% + 10px);
    content: '';
    transition: all 0.5s ease;
    opacity: 0;
}header .local_main_learning:hover:before {
    opacity: 0.3;
}header .local_main_learning:hover:after {
    opacity: 0.7;
    animation: borderRotate 4s linear infinite;
}header .local_main_learning svg {
    position: relative;
    width: auto;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 45px;
    filter: drop-shadow(0 0 2px rgb(132,167,189,0.5));
}header .local_main_learning:hover svg {
    transform: scale(1.05);
    filter: drop-shadow(0 0 5px rgb(132,167,189));
}header .local_main_learning:hover svg path {
    animation: logoGlow 2s infinite alternate;
}

@keyframes scanlineGlow {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    10%, 90% {
        opacity: 0.7;
    }
    100% {
        transform: translateX(100%);
        opacity: 0;
    }
}

@keyframes breathe {
    0%, 100% {
        opacity: 0.3;
        filter: blur(15px);
    }
    50% {
        opacity: 0.5;
        filter: blur(20px);
    }
}

@keyframes menuGlow {
    0%, 100% {
        transform: translateX(-100%);
        opacity: 0.15;
    }
    50% {
        transform: translateX(100%);
        opacity: 0.25;
    }
}

@keyframes borderRotate {
    0% {
        border-image: linear-gradient(45deg, rgb(132,167,189), rgb(105,134,158), rgb(132,167,189)) 1;
    }
    50% {
        border-image: linear-gradient(225deg, rgb(132,167,189), rgb(105,134,158), rgb(132,167,189)) 1;
    }
    100% {
        border-image: linear-gradient(405deg, rgb(132,167,189), rgb(105,134,158), rgb(132,167,189)) 1;
    }
}

@keyframes logoGlow {
    0% {
        filter: brightness(1);
    }
    100% {
        filter: brightness(1.3);
    }
}

@keyframes glitchEffect {
    0%, 100% {
        transform: translateX(0);
    }
    20% {
        transform: translateX(-2px);
    }
    40% {
        transform: translateX(2px);
    }
    60% {
        transform: skewX(2deg);
    }
    80% {
        transform: skewX(-2deg);
    }
}

@media (max-width: 991px) {header .container {
    padding: 15px 20px;
}header .local_site_header {
    gap: 20px;
}header .local_main_learning svg {
    height: 38px;
}
}

@media (max-width: 767px) {header .local_site_header {
    flex-direction: column;
    top: 0;
    -webkit-backdrop-filter: blur(15px);
    padding: 85px 30px 30px;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.5);
    z-index: 1001;
    overflow-y: auto;
    max-width: 330px;
    background: linear-gradient(135deg, 
            rgba(20, 20, 30, 0.97) 0%, 
            rgba(10, 10, 20, 0.98) 100%
        );
    backdrop-filter: blur(15px);
    height: 100vh;
    position: fixed;
    width: 85%;
    right: -100%;
    gap: 25px;
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}header .local_site_header:before {
    top: 70px;
    height: 1px;
    width: 80%;
    animation: none;
    left: 10%;
    opacity: 0.3;
}header .local_site_header:after {
    opacity: 0.6;
    right: 20px;
    width: 30px;
    top: 20px;
    height: 30px;
    background: transparent;
    border: 1px solid rgb(132,167,189,0.5);
    content: '';
    position: absolute;
}header .menu.active {
    right: 0;
}header .local_head_lesson {
    text-align: left;
    padding: 12px 5px;
    border-bottom: 1px solid rgb(132,167,189,0.5);
    opacity: 0.8;
    width: 100%;
}header .local_head_lesson:last-child {
    border-bottom: none;
}header .local_head_lesson:hover {
    opacity: 1;
    transform: translateY(0);
}header .local_main_learning {
    margin: 0 auto;
}
}

@media (max-width: 480px) {header .container {
    padding: 12px 15px;
}header .local_main_learning svg {
    height: 35px;
}header .local_site_header {
    width: 100%;
    max-width: 100%;
}}.local_data_overview {
    color: #ffffff;
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}.local_data_overview::before {
    left: 0;
    height: 100%;
    background-color: #000000;
    z-index: 1;
    content: "";
    top: 0;
    position: absolute;
    opacity: 0.85;
    width: 100%;
}.local_data_overview::after {
    content: "";
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0;
    background: repeating-linear-gradient(
        45deg,
        rgb(132,167,189,0.5) 0,
        rgb(132,167,189,0.5) 2px,
        transparent 2px,
        transparent 8px
    );
    opacity: 0.1;
    height: 100%;
    top: 0;
}.local_data_overview .container {
    padding: 0 20px;
    margin: 0 auto;
    z-index: 5;
    max-width: 1200px;
    position: relative;
}.local_data_overview .local_pro_extra {
    display: flex;
    flex-direction: column;
    position: relative;
}.local_data_overview .local_boost_statistics {
    background: linear-gradient(135deg, rgb(132,167,189) 0%, rgb(105,134,158) 100%);
    align-items: center;
    z-index: 10;
    animation: glowCircle 3s infinite alternate ease-in-out;
    border: 5px solid rgba(255, 255, 255, 0.15);
    justify-content: center;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 0;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    width: 90px;
    border-radius: 50%;
    height: 90px;
    display: flex;
    position: absolute;
}@keyframes glowCircle {
    0% {
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
    }
    100% {
        box-shadow: 0 8px 25px rgb(132,167,189,0.5);
    }
}

.local_data_overview .local_boost_statistics svg {
    fill: #ffffff;
    width: 100%;
    height: 100%;
}.local_data_overview .local_boost_statistics svg path {
    fill: #ffffff;
}.local_data_overview .local_statistics_gains {
    text-align: center;
    position: relative;
    font-size: 29px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-weight: 700;
    padding-top: 50px;
    text-transform: uppercase;
}.local_data_overview .local_statistics_gains::after {
    transform: translateX(-50%);
    left: 50%;
    background: rgb(132,167,189);
    position: absolute;
    width: 80px;
    bottom: -15px;
    content: "";
    height: 3px;
}.local_data_overview .local_extra_statistics {
    margin: 30px auto;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    max-width: 700px;
    line-height: 1.7;
    text-align: center;
}.local_data_overview .local_class_benefits {
    display: flex;
    position: relative;
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
}.local_data_overview .local_class_benefits::before {
    width: 100%;
    content: "";
    top: 50%;
    z-index: 1;
    left: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
}.local_data_overview .local_class_benefits::after {
    background: rgba(255, 255, 255, 0.1);
    content: "";
    top: 0;
    width: 1px;
    height: 100%;
    left: 50%;
    z-index: 1;
    position: absolute;
}.local_data_overview .local_expert_upgrade {
    height: 200px;
    flex-direction: column;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px;
    overflow: hidden;
    justify-content: center;
    width: 50%;
    transition: all 0.3s ease;
}.local_data_overview .local_expert_upgrade::before {
    position: absolute;
    width: 0;
    content: "";
    height: 100%;
    z-index: -1;
    background: rgb(132,167,189,0.5);
    top: 0;
    transition: all 0.5s ease;
    left: 0;
    opacity: 0.1;
}.local_data_overview .local_expert_upgrade:hover::before {
    width: 100%;
}.local_data_overview .local_statistics_benefit {
    transform: translateY(0);
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    align-items: center;
    width: 55px;
    height: 55px;
}.local_data_overview .local_expert_upgrade:hover .local_statistics_benefit {
    transform: translateY(-5px);
}.local_data_overview .local_statistics_benefit svg {
    fill: rgb(105,134,158);
    height: 100%;
    width: 100%;
}.local_data_overview .local_statistics_benefit svg path {
    fill: rgb(105,134,158);
}.local_data_overview .local_expert_upgrade span {
    position: relative;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
    font-size: calc(48px * 1.2);
    font-weight: 700;
}.local_data_overview .local_expert_upgrade span::after {
    width: 30px;
    transform: translateX(-50%);
    content: "";
    position: absolute;
    height: 2px;
    bottom: -5px;
    left: 50%;
    background: rgb(105,134,158);
    transition: width 0.3s ease;
}.local_data_overview .local_expert_upgrade:hover span::after {
    width: 50px;
}.local_data_overview .local_expert_upgrade p {
    color: rgba(255, 255, 255, 0.8);
    max-width: 200px;
    font-size: 14px;
    line-height: 1.4;
    margin: 0;
}.local_data_overview .local_expert_upgrade:nth-child(1) {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    animation: fadeIn 0.5s ease forwards;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.local_data_overview .local_expert_upgrade:nth-child(2) {
    animation: fadeIn 0.5s ease forwards 0.2s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}.local_data_overview .local_expert_upgrade:nth-child(3) {
    animation: fadeIn 0.5s ease forwards 0.4s;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}.local_data_overview .local_expert_upgrade:nth-child(4) {
    animation: fadeIn 0.5s ease forwards 0.6s;
}@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.local_data_overview .local_pro_extra::before {
    height: 200px;
    transform: translate(-50%, -50%);
    border: 1px solid rgb(132,167,189);
    position: absolute;
    content: "";
    animation: pulseCircle 4s infinite;
    top: 50%;
    width: 200px;
    left: 50%;
    opacity: 0.15;
    border-radius: 50%;
}.local_data_overview .local_pro_extra::after {
    border-radius: 50%;
    position: absolute;
    opacity: 0.15;
    animation: pulseCircle 4s infinite 1s;
    content: "";
    top: 50%;
    border: 1px dashed rgb(105,134,158);
    left: 50%;
    width: 300px;
    transform: translate(-50%, -50%);
    height: 300px;
}

@keyframes pulseCircle {
    0% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
    50% {
        transform: translate(-50%, -50%) scale(1.1);
        opacity: 0.25;
    }
    100% {
        transform: translate(-50%, -50%) scale(0.9);
        opacity: 0.15;
    }
}

@media screen and (max-width: 991px) {.local_data_overview {
    padding: 100px 0;
}.local_data_overview .local_extra_statistics {
    max-width: 600px;
}.local_data_overview .local_expert_upgrade {
    height: 180px;
    padding: 20px;
}.local_data_overview .local_expert_upgrade span {
    font-size: 48px;
}.local_data_overview .local_boost_statistics {
    height: 80px;
    width: 80px;
    padding: 18px;
}
}

@media screen and (max-width: 767px) {.local_data_overview {
    padding: 80px 0;
}.local_data_overview .local_pro_extra::before,
    .local_data_overview .local_pro_extra::after {
    display: none;
}.local_data_overview .local_class_benefits::before,
    .local_data_overview .local_class_benefits::after {
    display: none;
}.local_data_overview .local_expert_upgrade {
    padding: 25px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
    border: none !important;
    width: 100%;
    height: auto;
}.local_data_overview .local_expert_upgrade:last-child {
    border-bottom: none !important;
}.local_data_overview .local_boost_statistics {
    padding: 15px;
    width: 70px;
    height: 70px;
}.local_data_overview .local_statistics_gains {
    font-size: calc(29px - 2px);
}.local_data_overview .local_statistics_benefit {
    width: 45px;
    margin-bottom: 15px;
    height: 45px;
}.local_data_overview .local_expert_upgrade span {
    font-size: calc(29px - 4px);
}.local_data_overview .local_expert_upgrade p {
    font-size: calc(14px - 1px);
}
}

@media screen and (max-width: 576px) {.local_data_overview {
    padding: 60px 0;
}.local_data_overview .container {
    padding: 0 15px;
}.local_data_overview .local_boost_statistics {
    padding: 12px;
    height: 60px;
    width: 60px;
}.local_data_overview .local_statistics_gains {
    padding-top: 40px;
    letter-spacing: 1px;
    font-size: calc(29px - 4px);
}.local_data_overview .local_statistics_gains::after {
    width: 60px;
}.local_data_overview .local_extra_statistics {
    margin: 25px auto;
    font-size: calc(14px - 1px);
}.local_data_overview .local_expert_upgrade {
    padding: 20px 10px;
}.local_data_overview .local_statistics_benefit {
    width: 40px;
    height: 40px;
    margin-bottom: 12px;
}.local_data_overview .local_expert_upgrade span {
    font-size: calc(29px - 6px);
}.local_data_overview .local_expert_upgrade p {
    font-size: calc(14px - 2px);
}
}