svg {
    width: 30px;
    height: 30px;
}

.local_trophy_case {
    flex: 0 0 auto;
}

.local_trophy_case {
    position: relative;
    padding: 5rem 0 2rem;
    color: #ffffff;
}

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

a {
    color: inherit;
    text-decoration: none;
}

.local_course_features::after {
    background: radial-gradient(circle, rgb(152,173,152,0.5) 0%, transparent 80%);
    border-radius: 50%;
    content: "";
    animation: rotate 20s linear infinite;
    right: -100px;
    position: absolute;
    top: -100px;
    z-index: 1;
    width: 400px;
    height: 400px;
}

.local_course_features .local_text_stack h2 {
    margin-bottom: 20px;
    border-left: 4px solid rgb(191,208,191);
    grid-column: 1 / -1;
    padding-left: 20px;
    color: #000000;
    font-weight: 700;
    position: relative;
    font-size: 33px;
}

.local_course_features .description:last-of-type {
    overflow: hidden;
    position: relative;
}

.local_course_features .description:last-of-type::before {
    background-color: rgb(152,173,152,0.5);
    content: "";
    width: 40px;
    position: absolute;
    bottom: -10px;
    height: 40px;
    right: -10px;
    z-index: -1;
    border-radius: 50%;
}

.local_course_features .local_main_image::after {
    background: rgb(191,208,191);
    border-radius: 50%;
    animation: glow 4s infinite alternate;
    position: absolute;
    top: -20px;
    width: 90%;
    transform: translateX(-50%);
    left: 50%;
    opacity: 0.7;
    content: "";
    filter: blur(10px);
    height: 10px;
}

.local_gratBlock::after {
    transform: rotate(-15deg) skew(20deg);
    right: -5%;
    height: 70%;
    width: 40%;
    z-index: -1;
    filter: blur(40px);
    content: "";
    background: linear-gradient(160deg, rgb(152,173,152,0.5), transparent);
    top: -10%;
    position: absolute;
}

.local_gratBlock .local_learn_corner::before {
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152), rgb(191,208,191));
    width: 100%;
    position: absolute;
    animation: shimmerBorder 3s infinite linear;
    opacity: 0.9;
    top: 0;
    content: "";
    left: 0;
    height: 6px;
    transform-origin: left center;
}

.local_gratBlock .local_learn_corner > div:first-child::after {
    animation: expandLine 1.5s 0.5s forwards cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleX(0);
    height: 3px;
    transform-origin: left center;
    content: "";
    width: 60px;
    background: rgb(152,173,152);
    position: absolute;
    left: 0;
    bottom: -0.75rem;
}

.local_gratBlock a:hover {
    transform: translateX(5px);
}

.local_help_center {
    background: linear-gradient(135deg, rgb(225,233,225) 0%, #ffffff 100%);
    padding: 6rem 0;
    overflow: hidden;
    position: relative;
}

.local_help_center::after {
    z-index: 0;
    animation: float 10s ease-in-out infinite alternate-reverse;
    width: 30%;
    filter: blur(60px);
    background: rgb(152,173,152,0.5);
    position: absolute;
    content: "";
    opacity: 0.5;
    bottom: -5%;
    left: -5%;
    height: 30%;
    transform: rotate(15deg);
}

.local_help_center h3 {
    color: #000000;
    font-weight: 700;
    position: relative;
    display: inline-block;
    font-size: calc(33px * 0.9);
    margin-bottom: 1.5rem;
}

.local_help_center h3:hover::after {
    width: 100%;
}

.local_help_center p {
    max-width: 90%;
    margin-bottom: 1.5rem;
    line-height: 1.7;
    font-size: 14px;
    color: #000000;
}

.local_help_center h5 svg {
    height: 20px;
    transform: translateY(-1px);
    width: 20px;
}

.local_help_center .local_edu_guide {
    text-decoration: none;
    border: 1px solid rgba(230, 230, 240, 0.8);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    display: flex;
    overflow: hidden;
    gap: 0.5rem;
    color: #000000;
    border-radius: 10px;
    font-weight: 600;
    font-size: calc(14px * 0.95);
    align-items: center;
    position: relative;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,240,245,0.8) 100%);
    padding: 0.75rem 1.25rem;
}

.local_homepage {
    color: #ffffff;
    min-height: 100vh;
    justify-content: center;
    position: relative;
    align-items: center;
    display: flex;
    padding: 5rem 2rem;
    overflow: hidden;
}

.local_homepage > div {
    flex-direction: column;
    width: 100%;
    animation: appearFromBottom 1.2s ease-out forwards;
    display: flex;
    z-index: 5;
    transform: translateY(0);
    position: relative;
    gap: 3rem;
    max-width: 1200px;
}

.local_homepage:hover .title_style_header::after {
    transform: scaleX(1);
}

.local_tech_study {
    transform: perspective(1000px) rotateX(2deg) rotateY(-2deg);
    transition: transform 0.5s ease;
    margin-left: 10vw;
    border-left: 4px solid rgb(152,173,152);
    clip-path: polygon(0 0, 100% 0, 96% 100%, 0 100%);
    position: relative;
    padding: 2.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    gap: 2rem;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
    flex-direction: column;
    backdrop-filter: blur(8px);
}

.local_homepage .local_tech_study > div:last-child span {
    position: relative;
    display: inline-block;
    padding-left: 1.5rem;
}

.local_homepage .local_tech_study > div:last-child span::before {
    width: 12px;
    height: 12px;
    transform: translateY(-50%) rotate(225deg);
    border-left: 3px solid rgb(152,173,152);
    border-bottom: 3px solid rgb(152,173,152);
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
}

.local_cookieNoticePromptPanel h5 {
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 21px;
    color: #ffffff;
}

.local_user_safety {
    filter: drop-shadow(0 0 10px rgb(191,208,191));
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    display: flex;
    flex-shrink: 0;
}

.cookie_button.local_cookie_guide:hover {
    box-shadow: 0 0 15px rgb(152,173,152);
}

.local_cookieNoticePromptPanel p a:hover {
    color: rgb(152,173,152);
}

#local_cookie_info_popup:checked ~ .local_cookieNoticePromptPanel {
    opacity: 0;
    visibility: hidden;
}

.local_who_we_are::before {
    top: 0;
    height: 100%;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 0;
    animation: pulse 15s infinite alternate;
    content: "";
    background: 
        radial-gradient(circle at 20% 20%, rgb(191,208,191,0.5) 0%, transparent 60%),
        radial-gradient(circle at 80% 80%, rgb(152,173,152,0.5) 0%, transparent 60%);
}

.local_who_we_are h3 {
    font-size: 37px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #000000;
    position: relative;
    display: inline-block;
    grid-column: 1 / -1;
}

.local_who_we_are .local_value_prop {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    padding: 30px;
}

.local_who_we_are .local_value_prop span::before {
    position: absolute;
    background: rgb(191,208,191);
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    left: 0;
    width: 10px;
    content: "";
    border-radius: 50%;
}

.local_who_we_are .local_mission_why {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    display: flex;
    background: #ffffff;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 28px;
    padding: 30px;
    overflow: hidden;
}

.local_who_we_are .local_mission_why p {
    margin-bottom: 30px;
    font-weight: 400;
    border-left: 3px solid rgb(152,173,152);
    position: relative;
    font-size: 12px;
    padding-left: 20px;
    line-height: 1.6;
    color: #000000;
}

.local_who_we_are .local_mission_why .local_method_edu::after {
    border: 1px solid rgb(191,208,191,0.5);
    width: calc(100% + 10px);
    animation: rotate 20s linear infinite reverse;
    position: absolute;
    border-radius: 50%;
    left: -5px;
    content: "";
    height: calc(100% + 10px);
    top: -5px;
}

.local_pricing_panel .local_skill_plans {
    flex-direction: column;
    display: flex;
}

.local_pricing_panel .local_pay_plans h2::after {
    height: 4px;
    border-radius: 2px;
    bottom: -10px;
    position: absolute;
    width: 80px;
    content: "";
    left: 0;
    background: linear-gradient(90deg, rgb(152,173,152), rgb(191,208,191));
}

.local_pricing_panel .local_value_deals {
    transform: translateY(30px);
    opacity: 0;
    display: block;
    perspective: 1000px;
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    text-decoration: none;
    animation: fadeUp 0.8s ease-out forwards;
    animation-delay: calc(0.15s * var(--i, 1));
}

.local_pricing_panel .local_cost_table {
    padding: 35px 30px;
    z-index: 2;
    min-height: 250px;
    position: relative;
    box-sizing: border-box;
}

.local_pricing_panel .local_cost_table h3 {
    font-size: calc(18px + 2px);
    position: relative;
    color: #000000;
    display: inline-block;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
    font-weight: 700;
}

.local_pricing_panel .local_value_deals:hover .local_value_fees {
    transform: scale(1.05);
    color: rgb(191,208,191);
}

.local_pricing_panel .local_main_image {
    transition: all 0.5s ease;
    height: 200px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.local_pricing_panel .local_value_deals:hover .local_main_image {
    transform: scale(1.05);
}

.local_privacy_niche {
    font-family: Arial, sans-serif;
    overflow: hidden;
    position: relative;
    background: linear-gradient(140deg, rgb(225,233,225) 0%, rgb(225,233,225) 85%, rgba(rgb(191,208,191,0.5), 0.05) 100%);
    padding: 5rem 1.5rem;
}

.local_privacy_niche {
    padding: 7rem 3rem;
}

.local_privacy_niche h1 {
    position: relative;
    font-weight: 700;
    margin-bottom: 2rem;
    font-size: 44px;
    color: rgb(191,208,191);
    padding-bottom: 1rem;
    transform: translateX(-0.5rem);
}

.local_privacy_niche h1 {
    font-size: calc(44px * 1.2);
    transform: translateX(-1rem);
}

.local_privacy_niche h2::before {
    border-radius: 2px;
    left: 0;
    content: "";
    bottom: 0.25rem;
    background: linear-gradient(to bottom, rgb(191,208,191), rgb(152,173,152));
    top: 0.25rem;
    width: 4px;
    position: absolute;
}

.local_privacy_niche h2::before {
    width: 6px;
}

.local_privacy_niche ul {
    list-style-type: none;
    padding: 0;
    margin: 1.5rem 0 2rem 1.5rem;
}

.local_privacy_niche ul {
    margin-left: 2.5rem;
}

.local_privacy_niche span {
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 12px;
    background: linear-gradient(to right, rgba(rgb(191,208,191,0.5), 0.03), transparent 80%);
    border-left: 2px solid rgba(rgb(191,208,191,0.5), 0.3);
    margin-bottom: 1.5rem;
    color: #000000;
    display: block;
    line-height: 1.7;
}

.local_trophy_case::before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%);
    background: rgb(191,208,191);
    content: "";
    height: 15px;
}

.local_trophy_case .company_holder h3 {
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
    transform: skewX(-10deg);
    padding-bottom: 1rem;
    font-size: 33px;
    font-weight: 700;
    color: #ffffff;
}

.local_trophy_case .local_class_guide {
    display: flex;
    flex: 0 0 60%;
    gap: 0;
    flex-wrap: wrap;
}

.local_trophy_case .local_header_tutor {
    padding: 0 1rem 2rem 1rem;
    position: relative;
    flex: 0 0 50%;
}

.local_trophy_case .local_header_tutor .local_top_core {
    flex-direction: column;
    gap: 0.8rem;
    display: flex;
}

.local_trophy_case .local_header_tutor .local_top_core a {
    font-size: 18px;
    text-decoration: none;
    display: block;
    color: #ffffff;
    transition: all 0.3s ease;
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    transform: skewX(-5deg);
    overflow: hidden;
}

.local_footer_benefit .container {
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
}

.local_customer_experience {
    position: relative;
    background: linear-gradient(180deg, rgb(225,233,225) 0%, rgb(191,208,191,0.5) 30%, rgb(225,233,225) 100%);
    overflow: hidden;
    padding: 7rem 2rem;
}

.local_customer_experience .container {
    max-width: 1200px;
    position: relative;
    z-index: 2;
}

.local_customer_experience h2::after {
    transform: scaleX(1);
    transition: transform 0.5s ease;
    transform-origin: left;
    height: 4px;
    content: "";
    bottom: -15px;
    position: absolute;
    background: rgb(191,208,191);
    width: 100px;
    left: 0;
}

.local_customer_experience .local_feedback_track::before {
    top: 40px;
    background: #ffffff;
    width: 20px;
    height: 20px;
    left: -50px;
    transition: all 0.3s ease;
    position: absolute;
    box-shadow: 0 0 0 5px rgb(225,233,225);
    z-index: 2;
    content: "";
    border: 3px solid rgb(191,208,191);
    border-radius: 50%;
}

.local_customer_experience .local_feedback_track p {
    color: #000000;
    font-size: calc(24px * 1.1);
    font-weight: 600;
    position: relative;
    align-self: end;
    padding-bottom: 0.5rem;
    margin: 0;
    grid-area: name;
}

.local_customer_experience .local_feedback_track .description {
    transition: all 0.3s ease;
    font-weight: 400;
    line-height: 1.6;
    transform: translateX(0);
    border-radius: 10px;
    grid-area: description;
    color: #000000;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    position: relative;
    z-index: 1;
    padding: 1.5rem;
    margin: 0;
}

.local_newsletter_signup {
    box-shadow: inset 0 15px 25px -15px rgba(0,0,0,0.1);
    background: rgb(225,233,225);
    position: relative;
    padding: 4rem 0;
    overflow: hidden;
}

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

.local_newsletter_signup .local_learn_corner {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    background: #ffffff;
    transform: perspective(1000px) rotateX(2deg);
    box-shadow: 12px 12px 30px rgba(0,0,0,0.06), 
                -12px -12px 30px rgba(255,255,255,0.8),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
    padding: 3rem;
    border-radius: 16px;
}

.local_newsletter_signup .input_holder {
    position: relative;
    z-index: 1;
    gap: 1rem;
    margin-top: 2rem;
    grid-template-columns: 1fr auto;
    display: grid;
}

.local_newsletter_signup input[type="email"]:focus {
    transform: translateY(-2px);
    outline: none;
    border-color: rgb(191,208,191,0.5);
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8),
                0 0 0 3px rgb(191,208,191,0.5);
}

.local_newsletter_signup .local_subscribe_box {
    height: 54px;
    overflow: hidden;
    min-width: 150px;
    position: relative;
    border: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 19px;
    transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.08),
                -2px -2px 5px rgba(255,255,255,0.5),
                inset 0 0 0 rgba(255,255,255,0.2);
    border-radius: 12px;
    background: linear-gradient(135deg, rgb(191,208,191), rgb(152,173,152));
    font-family: Arial, sans-serif;
    font-weight: 600;
}

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

.local_leadership_profile .local_feedback_track {
    padding: 40px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    transform: perspective(1000px) rotateY(2deg);
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr;
}

.local_leadership_profile .name {
    margin-bottom: 5px;
    display: inline-block;
    position: relative;
    font-weight: 700;
    font-size: 22px;
    color: rgb(191,208,191);
}

.local_leadership_profile .local_feedback_track:hover .name::after {
    width: 100%;
}

.local_leadership_profile .local_feedback_track:hover > div:nth-child(2) > div {
    padding-left: 10px;
}

.local_leadership_profile .local_experience {
    color: #000000;
    padding: 20px;
    font-size: 14px;
    position: relative;
    margin: 0;
    line-height: 1.7;
    font-family: Arial, sans-serif;
    border-left: 3px solid rgb(191,208,191);
    background: linear-gradient(to right, rgba(245, 247, 250, 0.5), rgba(245, 247, 250, 0));
}



.local_contact_section .container {
    padding: 0 30px;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.local_contact_section h2 {
    font-weight: 700;
    font-size: 45px;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 50px;
}

.local_contact_section .local_inquiry_help {
    overflow: hidden;
    display: flex;
    border-radius: 12px;
    position: relative;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgb(191,208,191,0.5);
}

.local_contact_section .local_main_image {
    flex: 0 0 45%;
    position: relative;
    overflow: hidden;
    min-height: 550px;
}

.local_contact_section .local_main_image::after {
    background: 
        linear-gradient(135deg, transparent 0%, rgb(191,208,191,0.5) 100%);
    content: "";
    position: absolute;
    opacity: 0.7;
    z-index: 2;
    inset: 0;
}

.local_contact_section form {
    position: relative;
    z-index: 2;
}

.local_contact_section form h3 {
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #000000;
    position: relative;
    font-weight: 700;
    font-size: 22px;
}

.local_contact_section form input[type="text"]:focus {
    border-color: rgb(191,208,191);
    box-shadow: 
        0 0 0 1px rgb(191,208,191),
        0 0 5px rgb(191,208,191,0.5);
    outline: none;
}

.local_contact_section .local_request_panel {
    position: relative;
    margin-bottom: 35px;
}

.local_contact_section .local_request_panel label::before {
    height: 22px;
    top: 0;
    left: 0;
    position: absolute;
    border: 1px solid rgb(191,208,191,0.5);
    background: rgb(225,233,225);
    transition: all 0.3s ease;
    content: "";
    width: 22px;
    border-radius: 4px;
}

.local_contact_section .local_request_panel label a::after {
    transition: transform 0.3s ease;
    background: rgb(191,208,191);
    transform: scaleX(0);
    left: 0;
    transform-origin: right;
    width: 100%;
    content: "";
    height: 1px;
    bottom: -1px;
    position: absolute;
}

.local_contact_section .local_support_panel:hover {
    box-shadow: 
        0 5px 20px rgb(152,173,152,0.5),
        0 0 0 1px rgb(152,173,152);
}

.local_contact_section .local_support_panel:hover::before {
    transform-origin: left;
    transform: scaleX(1);
}

.local_contact_section svg {
    filter: drop-shadow(0 0 2px rgb(191,208,191,0.5));
    height: 22px;
    fill: rgb(191,208,191);
    transition: all 0.3s ease;
    width: 22px;
}

header .local_nav_sitebar {
    position: relative;
    gap: 15px;
    display: grid;
    padding: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
}

header .local_nav_sitebar .local_head_guide {
    padding: 5px 20px 15px;
    justify-self: center;
    position: relative;
    z-index: 10;
}

header .local_nav_sitebar .local_head_guide:hover::before,
header .local_nav_sitebar .local_head_guide:hover::after {
    transform: scale(1);
}

header .local_nav_sitebar .local_head_guide .local_head_pro {
    display: block;
    transition: transform 0.3s ease;
}

header .local_nav_sitebar .local_head_guide .local_head_pro svg {
    width: auto;
    height: 60px;
}

header .local_nav_sitebar .local_header_tutor::after {
    right: 0;
}

header .local_nav_sitebar .local_header_tutor .local_head_page {
    position: relative;
    padding: 0 15px;
    margin: 0;
    transition: transform 0.3s ease;
}

header .local_nav_sitebar .local_header_tutor .local_head_page:hover {
    transform: translateY(-3px);
}

header .local_nav_sitebar .local_header_tutor .local_head_page a:hover {
    color: rgb(191,208,191);
}

header .local_nav_sitebar .local_header_tutor .local_head_page a::before {
    height: 2px;
    width: 100%;
    transform: scaleX(0);
    left: 0;
    transition: transform 0.3s ease;
    background: rgb(152,173,152);
    content: "";
    position: absolute;
    bottom: 5px;
}



@media screen and (max-width: 1024px) {.local_course_features {
    padding: 80px 0;
}.local_course_features .local_main_image {
    margin: 30px 0;
    height: 350px;
}
}



@media screen and (max-width: 480px) {.local_course_features {
    padding: 40px 0;
}.local_course_features .local_training_path {
    gap: 30px;
}.local_course_features .local_text_stack h2 {
    padding-left: 15px;
    font-size: calc(33px * 0.8);
}.local_course_features .description {
    font-size: calc(16px * 0.95);
    padding: 20px;
}.local_course_features .local_main_image {
    height: 250px;
    margin: 20px 0;
    transform: perspective(1000px) rotateX(0deg);
}}



@media screen and (max-width: 576px) {.local_gratBlock {
    padding: 3rem 1rem;
}.local_gratBlock .local_learn_corner {
    padding: 1.75rem;
}.local_gratBlock .local_learn_corner::before {
    height: 3px;
}.local_gratBlock h5 {
    font-size: calc(21px * 0.8);
}.local_gratBlock p {
    font-size: calc(16px * 0.9);
    line-height: 1.7;
}.local_gratBlock .local_learn_corner > div:first-child {
    margin-bottom: 1.5rem;
}}



@media (min-width: 768px) {.local_homepage {
    padding: 8rem 4rem;
}.local_homepage > div {
    gap: 4rem;
}.local_homepage > div > div:first-child {
    margin-left: 0;
}.title_style_header {
    font-size: calc(39px * 1.5);
}.local_tech_study {
    margin-left: 5vw;
    padding: 3rem;
    width: 80%;
}
}



@media (max-width: 767px) {.local_homepage {
    align-items: flex-start;
    padding-top: 6rem;
}.title_style_header {
    font-size: calc(39px * 1.1);
}.local_homepage > div > div:first-child {
    transform: none;
    margin-left: 0;
}.local_tech_study {
    margin-left: 0;
    transform: none;
    padding: 2rem 1.5rem;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}.local_homepage .local_training_experts h3 {
    font-size: 19px;
}}



@media (max-width: 768px) {.local_who_we_are {
    padding: 70px 0;
}.local_who_we_are h3 {
    text-align: center;
    display: block;
    font-size: calc(37px * 0.9);
}.local_who_we_are h3::after {
    left: 50%;
    transform: translateX(-50%);
}.local_who_we_are .local_value_prop,
    .local_who_we_are .local_mission_why {
    padding: 25px;
}.local_who_we_are .local_value_prop span {
    font-size: calc(21px * 0.9);
}.local_who_we_are .local_value_prop .local_main_image {
    height: 200px;
}.local_who_we_are .local_mission_why .local_method_edu {
    height: 140px;
    width: 140px;
}
}



@media (max-width: 767px) {.local_pricing_panel {
    padding: 60px 0;
}.local_pricing_panel .local_pricing_card {
    grid-template-columns: 1fr;
    gap: 20px;
}.local_pricing_panel .local_cost_table {
    padding: 25px 20px;
}.local_pricing_panel .local_main_image {
    height: 180px;
}.local_pricing_panel .local_pay_plans h2 {
    font-size: calc(28px - 2px);
}.local_pricing_panel .local_discount_deals {
    font-size: calc(12px - 1px);
}
}



@media (max-width: 767px) {.local_privacy_niche {
    padding: 4rem 1rem;
}.local_privacy_niche h1 {
    font-size: calc(44px * 0.9);
}.local_privacy_niche h2 {
    font-size: calc(36px * 0.9);
}.local_privacy_niche h3 {
    font-size: calc(36px * 0.75);
}.local_privacy_niche h4 {
    font-size: calc(36px * 0.65);
}}



@media (max-width: 992px) {.local_trophy_case {
    padding: 4rem 0 2rem;
}.local_trophy_case .container {
    flex-direction: column;
}.local_trophy_case .company_holder {
    padding-right: 0;
    margin-bottom: 3rem;
    flex: 0 0 100%;
}.local_trophy_case .company_holder::after {
    display: none;
}.local_trophy_case .local_class_guide {
    flex: 0 0 100%;
}.local_trophy_case .local_header_tutor {
    padding-bottom: 1.5rem;
}
}



@media (max-width: 420px) {.local_trophy_case .company_holder h3 {
    transform: skewX(-5deg);
}.local_trophy_case .company_holder h3::after {
    width: 60px;
}.local_trophy_case .local_footer_caption {
    transform: none;
}.local_trophy_case .local_header_tutor h5 {
    transform: none;
}.local_trophy_case .local_header_tutor h5::before {
    transform: none;
}.local_trophy_case .local_header_tutor .local_top_core a,
    .local_trophy_case .local_header_tutor .local_top_core a:hover,
    .local_footer_benefit .local_sustain_cta {
    transform: none;
}}



@media (max-width: 480px) {.local_customer_experience h2 {
    font-size: 30px;
}.local_customer_experience .local_client_quotes {
    gap: 4rem;
    padding-left: 30px;
}.local_customer_experience .local_client_quotes::before {
    left: 15px;
}.local_customer_experience .local_feedback_track::before {
    height: 15px;
    width: 15px;
    left: -30px;
}.local_customer_experience .local_feedback_track img {
    height: 80px;
    width: 80px;
}}



@media (max-width: 576px) {.local_newsletter_signup {
    padding: 2.5rem 0;
}.local_newsletter_signup .local_learn_corner {
    padding: 1.8rem 1.2rem;
    box-shadow: 8px 8px 20px rgba(0,0,0,0.06), 
                -8px -8px 20px rgba(255,255,255,0.8),
                inset 2px 2px 5px rgba(255,255,255,0.8),
                inset -2px -2px 5px rgba(0,0,0,0.05);
}.local_newsletter_signup h3 {
    margin-bottom: 1rem;
    padding-bottom: 0.7rem;
    font-size: 17px;
    line-height: 1.5;
}.local_newsletter_signup h3::after {
    height: 2px;
    width: 60px;
}.local_newsletter_signup .local_learn_corner:hover h3::after {
    width: 80px;
}.local_newsletter_signup input[type="email"] {
    font-size: calc(18px * 0.9);
    height: 50px;
}.local_newsletter_signup .local_subscribe_box {
    min-width: auto;
    height: 50px;
    font-size: calc(19px * 0.9);
}}



@media (max-width: 1024px) {.local_contact_section {
    padding: 80px 0;
}.local_contact_section .local_main_image {
    min-height: 500px;
}.local_contact_section .local_message_feedback {
    padding: 50px 40px;
}
}



@media (max-width: 480px) {.local_contact_section {
    padding: 50px 0;
}.local_contact_section h2 {
    font-size: calc(45px * 0.7);
    margin-bottom: 30px;
}.local_contact_section .local_main_image {
    min-height: 200px;
}.local_contact_section .local_message_feedback {
    padding: 30px 20px;
}.local_contact_section form h3 {
    margin-bottom: 25px;
    font-size: calc(22px * 0.9);
}.local_contact_section form input[type="text"] {
    padding: 12px 15px;
    margin-bottom: 15px;
}.local_contact_section .local_request_panel {
    margin-bottom: 20px;
}.local_contact_section .local_request_panel label {
    font-size: calc(15px * 0.9);
}.local_contact_section .local_support_panel {
    padding: 12px 20px;
}}



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



@keyframes glow {
    0% {
        opacity: 0.5;
        width: 90%;
    }
    100% {
        opacity: 0.8;
        width: 95%;
    }
}



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



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



@keyframes gradientPulse {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.4;
  }
  100% {
    opacity: 0.2;
  }
}



@keyframes slide {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}



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



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

