* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}

* {
    scrollbar-width: none;
}

html,body {
    font-family: Arial, sans-serif;
    color: #000000;
    height: 100%;
    scroll-behavior: auto;
    min-height: 100%;
}

.local_top_know {
    flex: 1 0 auto;
}


.local_course_features {
    padding: 100px 0;
    overflow: hidden;
    background-color: rgb(225,233,225);
    position: relative;
}

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

.local_course_features .local_text_stack {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
    gap: 30px;
}

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

.local_course_features .description:first-of-type::before {
    background-color: rgb(191,208,191,0.5);
    border-radius: 50%;
    content: "";
    position: absolute;
    width: 40px;
    left: -10px;
    top: -10px;
    z-index: -1;
    height: 40px;
}

.local_course_features .description:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.local_course_features .local_main_image::before {
    right: 0;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 40%);
    left: 0;
    top: 0;
    position: absolute;
    bottom: 0;
    content: "";
}

.local_gratBlock {
    padding: 6rem 2rem;
    overflow: hidden;
    position: relative;
    isolation: isolate;
    background: linear-gradient(135deg, rgb(191,208,191,0.5), rgb(152,173,152), rgb(191,208,191));
}

.local_gratBlock .container {
    position: relative;
    max-width: 1140px;
    z-index: 1;
    margin: 0 auto;
}

.local_gratBlock .local_learn_corner {
    padding: 3.5rem;
    backdrop-filter: blur(10px);
    transform-origin: center bottom;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.1),
        0 3px 10px rgba(0, 0, 0, 0.05),
        0 0 0 1px rgba(255, 255, 255, 0.2) inset;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: perspective(1000px) rotateX(2deg);
    position: relative;
    background: rgba(255, 255, 255, 0.95);
}

.local_gratBlock h5 {
    opacity: 0;
    font-size: 21px;
    color: #000000;
    transform: translateY(20px);
    margin: 0;
    line-height: 1.4;
    animation: fadeSlideUp 1s 0.2s forwards cubic-bezier(0.19, 1, 0.22, 1);
    font-weight: 700;
}

.local_gratBlock a {
    display: block;
    color: inherit;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.local_gratBlock a:hover::before {
    transform: scaleX(1);
}

.local_help_center::before {
    right: -10%;
    transform: rotate(-15deg);
    width: 40%;
    opacity: 0.6;
    top: -10%;
    filter: blur(70px);
    animation: float 8s ease-in-out infinite alternate;
    content: "";
    background: rgb(191,208,191,0.5);
    z-index: 0;
    height: 40%;
    position: absolute;
}

.local_help_center .local_assist_experts:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12), 
                0 10px 20px rgba(0, 0, 0, 0.08),
                0 2px 5px rgba(0, 0, 0, 0.1);
}

.local_help_center h3::after {
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    left: 0;
    border-radius: 2px;
    content: "";
    transition: width 0.4s ease;
    bottom: -8px;
    width: 40%;
    height: 4px;
    position: absolute;
}

.local_help_center h5 svg path {
    transition: fill 0.3s ease;
    fill: rgb(191,208,191);
}

.local_help_center .local_edu_guide::before {
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, 
        rgba(var(--primary-color-rgb), 0.1) 0%, 
        rgba(var(--secondary-color-rgb), 0.1) 100%);
    height: 100%;
    top: 0;
    transform: translateX(-100%);
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: 0;
    position: absolute;
    content: "";
}

.local_help_center .local_edu_guide svg path {
    transition: fill 0.3s ease;
    fill: rgb(152,173,152);
}

.local_homepage::before {
    z-index: 1;
    top: 0;
    width: 100%;
    background: linear-gradient(
    135deg,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.65) 50%,
    rgba(0, 0, 0, 0.45) 100%
  );
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
}

.local_homepage > div > div:first-child {
    transform: perspective(1000px) rotateY(-5deg);
    margin-left: 5vw;
    position: relative;
}

.title_style_header::after {
    transform: scaleX(0.8);
    bottom: -0.5rem;
    content: "";
    background: rgb(152,173,152);
    width: 60%;
    left: 0;
    height: 4px;
    transform-origin: left;
    position: absolute;
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.local_homepage:hover .local_tech_study {
    transform: perspective(1000px) rotateX(0) rotateY(0);
}

.local_homepage .local_training_experts {
    position: relative;
    transform: translateX(0);
    animation-delay: 0.3s;
    animation: slideInRight 0.8s ease-out forwards;
    opacity: 1;
}

.local_homepage .local_training_experts::before {
    animation-delay: 1s;
    width: 40px;
    height: 3px;
    animation: expandWidth 1.5s ease-out forwards;
    position: absolute;
    top: -1rem;
    background: rgb(152,173,152);
    transform-origin: left;
    left: 0;
    content: "";
}

.local_cookieNoticePromptPanel {
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    z-index: 90;
    bottom: 0;
    position: fixed;
    border-top: 3px solid rgb(152,173,152);
    width: 100%;
    background: rgb(152,173,152);
    font-family: Arial, sans-serif;
    padding: 20px 0;
    animation: slideUp 0.5s forwards;
}

.local_user_safety:hover svg {
    transform: scale(1.1);
}

.local_cookies_tracking {
    font-size: 18px;
    color: #000000;
    box-shadow: 0 0 15px rgb(191,208,191);
    margin-left: 10px;
    min-width: 140px;
    text-decoration: none;
    white-space: nowrap;
    padding: 10px 20px;
    line-height: 40px;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    flex-shrink: 0;
    border-radius: 25px;
}

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

.local_who_we_are .local_learn_corner {
    grid-template-columns: 1fr 1fr;
    grid-gap: 60px;
    align-items: center;
    display: grid;
}

.local_who_we_are h3::after {
    bottom: -10px;
    background: rgb(191,208,191);
    height: 4px;
    width: 80px;
    left: 0;
    transition: width 0.5s ease;
    position: absolute;
    border-radius: 10px;
    content: "";
}

.local_who_we_are .local_value_prop:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.15);
}

.local_who_we_are .local_value_prop span {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 21px;
    padding-left: 20px;
    color: rgb(191,208,191);
}

.local_who_we_are .local_value_prop .local_main_image {
    border-radius: 28px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: transform 0.5s ease;
    height: 280px;
}

.local_who_we_are .local_mission_why::before {
    right: 0;
    background: linear-gradient(90deg, rgb(152,173,152), rgb(191,208,191));
    content: "";
    width: 100%;
    border-radius: 10px 10px 0 0;
    top: 0;
    position: absolute;
    height: 5px;
}

.local_who_we_are .local_mission_why .local_method_edu {
    position: relative;
    margin: 0 auto;
    height: 180px;
    border-radius: 50%;
    border: 5px solid #ffffff;
    transition: transform 0.5s ease;
    width: 180px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.local_pricing_panel {
    background-color: rgb(225,233,225);
    font-family: Arial, sans-serif;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
}

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

.local_pricing_panel .local_pay_plans {
    margin-bottom: 60px;
    transform: translateY(20px);
    animation: fadeUp 0.8s ease-out forwards;
    opacity: 0;
}

.local_pricing_panel .local_discount_deals {
    line-height: 1.6;
    color: #000000;
    margin-top: 25px;
    font-size: 12px;
    max-width: 800px;
}

.local_pricing_panel .local_value_deals:nth-child(1) {
    --i: 1;
}

.local_pricing_panel .local_value_deals:nth-child(2) {
    --i: 2;
}

.local_pricing_panel .local_value_deals:nth-child(4) {
    --i: 4;
}

.local_pricing_panel .local_value_deals:hover .local_tuition_table {
    box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.2),
              15px 15px 30px -10px rgba(0, 0, 0, 0.1),
              -15px 15px 30px -10px rgba(rgb(191,208,191,0.5), 0.1);
    transform: translateY(-15px) rotateX(2deg) rotateY(-2deg);
}

.local_pricing_panel .local_value_fees {
    display: block;
    font-weight: 700;
    margin: 20px 0;
    transition: all 0.3s ease;
    font-size: calc(18px + 4px);
    color: rgb(152,173,152);
    position: relative;
}

.local_pricing_panel .local_cost_table p {
    white-space: normal;
    word-break: normal;
    word-wrap: break-word;
    hyphens: auto;
    font-size: 12px;
    color: #000000;
    overflow-wrap: break-word;
    transition: color 0.3s ease;
    margin-top: 15px;
    line-height: 1.6;
}

.local_pricing_panel .local_value_deals:hover .local_main_image::after {
    opacity: 0.3;
}

.local_privacy_niche::before {
    left: 0;
    background: linear-gradient(90deg, rgb(191,208,191) 0%, rgb(152,173,152) 100%);
    z-index: 1;
    height: 8px;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
}

.local_privacy_niche .container {
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    z-index: 2;
}

.local_privacy_niche h2 {
    margin-bottom: 1.25rem;
    font-weight: 600;
    position: relative;
    margin-top: 2.5rem;
    padding-left: 1rem;
    font-size: 36px;
    color: #000000;
}

.local_privacy_niche h2 {
    padding-left: 1.5rem;
}

.local_privacy_niche h3 {
    font-weight: 600;
    padding-bottom: 0.75rem;
    margin-bottom: 1rem;
    color: #000000;
    margin-top: 2rem;
    border-bottom: 1px solid rgba(rgba(0, 0, 0, 0.5), 0.1);
    font-size: calc(36px * 0.85);
}

.local_privacy_niche strong {
    font-weight: 600;
    color: rgb(191,208,191);
}

.local_privacy_niche li {
    padding-left: 1.75rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: #000000;
    font-size: 12px;
    position: relative;
}

.local_privacy_niche li {
    padding-left: 2rem;
}




.local_privacy_niche h2:hover::before {
    transition: background 0.3s ease;
    background: linear-gradient(to bottom, rgb(152,173,152), rgb(191,208,191));
}

footer::before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 0;
    bottom: 0;
    opacity: 0.92;
    top: 0;
    left: 0;
    background: linear-gradient(135deg, rgb(191,208,191,0.5) 0%, rgb(152,173,152,0.5) 100%);
}

.local_trophy_case .company_holder::after {
    top: 0;
    opacity: 0.3;
    right: 1.5rem;
    content: "";
    width: 1px;
    position: absolute;
    height: 100%;
    background: linear-gradient(to bottom, #ffffff, transparent);
}

.local_trophy_case .local_footer_caption {
    color: #ffffff;
    line-height: 1.6;
    padding: 1.5rem;
    transform-origin: left top;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.2);
    border-left: 3px solid rgb(191,208,191);
    transform: skewX(-5deg);
}

.local_trophy_case .local_header_tutor h5::before {
    position: absolute;
    left: 0;
    width: 3px;
    transform: skewX(5deg);
    background: rgb(191,208,191);
    content: "";
    bottom: 0;
    top: 0;
}

.local_trophy_case .local_header_tutor .local_top_core a:hover {
    transform: skewX(-5deg) translateX(5px);
    padding-left: 1.5rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.local_trophy_case .local_header_tutor .local_top_core a:hover::before {
    left: 100%;
}

.local_footer_benefit .local_sustain_cta {
    transform: skewX(-5deg);
    color: #ffffff;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.local_customer_experience::after {
    opacity: 0.3;
    z-index: 0;
    transform: rotate(45deg);
    width: 40%;
    background: rgb(191,208,191,0.5);
    height: 100%;
    filter: blur(70px);
    left: -10%;
    position: absolute;
    top: -20%;
    content: "";
}

.local_customer_experience:hover h2::after {
    transform: scaleX(1.5);
}

.local_customer_experience .local_client_quotes {
    padding-left: 50px;
    display: flex;
    position: relative;
    gap: 8rem;
    flex-direction: column;
}

.local_customer_experience .local_feedback_track {
    transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
    gap: 0.5rem 2rem;
    grid-template-columns: 100px 1fr;
    display: grid;
    position: relative;
    grid-template-areas: 
        "image name"
        "image description";
}

.local_customer_experience .local_feedback_track img {
    width: 100px;
    object-fit: cover;
    transform: rotate(-3deg);
    box-shadow: 5px 5px 0 rgb(191,208,191,0.5);
    height: 100px;
    transition: all 0.3s ease;
    grid-area: image;
    border-radius: 10px;
    border: 3px solid #ffffff;
}

.local_customer_experience .local_feedback_track:hover p::after {
    width: 80px;
}

.local_customer_experience .local_feedback_track:hover .description {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
    transform: translateX(10px);
}

.local_customer_experience .local_feedback_track:nth-child(even) {
    margin-left: 30px;
}

.local_customer_experience .local_feedback_track:nth-child(even) img {
    transform: rotate(3deg);
}

.local_newsletter_signup::before {
    content: "";
    transform: rotate(-15deg);
    right: -100px;
    height: 300px;
    opacity: 0.6;
    width: 300px;
    top: -100px;
    position: absolute;
    filter: blur(30px);
    background: linear-gradient(135deg, rgb(152,173,152,0.5) 0%, transparent 70%);
    animation: float 15s infinite ease-in-out;
    border-radius: 50%;
}

.local_newsletter_signup .local_learn_corner:hover {
    box-shadow: 15px 15px 35px rgba(0,0,0,0.08), 
                -15px -15px 35px rgba(255,255,255,0.9),
                inset 3px 3px 10px rgba(255,255,255,0.8),
                inset -3px -3px 10px rgba(0,0,0,0.05);
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
}

.local_newsletter_signup .local_learn_corner:hover h3::after {
    width: 120px;
}

.local_newsletter_signup .input_holder div {
    flex-grow: 1;
    position: relative;
}

.local_newsletter_signup input[type="email"] {
    padding: 0 1.5rem;
    color: #000000;
    border-radius: 12px;
    height: 54px;
    font-size: 18px;
    font-family: Arial, sans-serif;
    box-shadow: inset 3px 3px 8px rgba(0,0,0,0.05),
                inset -3px -3px 8px rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.9);
    transition: all 0.3s ease;
    width: 100%;
    border: 2px solid rgba(0,0,0,0.04);
}

.local_newsletter_signup .local_subscribe_box:active {
    box-shadow: 2px 2px 5px rgba(0,0,0,0.05),
                -1px -1px 3px rgba(255,255,255,0.5),
                inset 2px 2px 5px rgba(0,0,0,0.1);
    transform: translateY(0);
}

.local_newsletter_signup .local_subscribe_box:hover::before {
    left: 100%;
}

.local_leadership_profile {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(225,233,225) 0%, #f5f7fa 100%);
    padding: 90px 0;
}

.local_leadership_profile::after {
    left: -5%;
    bottom: -5%;
    position: absolute;
    opacity: 0.3;
    z-index: 0;
    height: 250px;
    filter: blur(50px);
    content: "";
    width: 250px;
    animation: float 18s ease-in-out infinite alternate-reverse;
    background: linear-gradient(225deg, rgb(152,173,152,0.5), rgb(191,208,191,0.5));
}

.local_leadership_profile .local_feedback_track > div:first-child {
    position: relative;
    margin-bottom: 10px;
}

.local_leadership_profile .local_feedback_track:hover .local_main_image {
    transform: scale(1.05) translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.local_leadership_profile .name::after {
    bottom: -4px;
    transition: width 0.3s ease-in-out;
    background: linear-gradient(90deg, rgb(191,208,191), rgb(152,173,152));
    width: 0;
    height: 3px;
    left: 0;
    content: "";
    position: absolute;
}

.local_leadership_profile .local_experience::before {
    position: absolute;
    font-family: serif;
    content: "";
    font-size: 60px;
    left: 10px;
    top: -15px;
    line-height: 1;
    color: rgb(191,208,191,0.5);
    opacity: 0.3;
}

.local_contact_section::after {
    background-size: 30px 30px, 30px 30px, 100% 100%, 100% 100%;
    opacity: 0.2;
    background-image: 
        repeating-linear-gradient(45deg, rgb(191,208,191,0.5) 0, rgb(191,208,191,0.5) 1px, transparent 1px, transparent 20px),
        repeating-linear-gradient(-45deg, rgb(152,173,152,0.5) 0, rgb(152,173,152,0.5) 1px, transparent 1px, transparent 20px),
        linear-gradient(90deg, rgb(191,208,191,0.5), transparent 70%),
        linear-gradient(180deg, rgb(152,173,152,0.5), transparent 70%);
    position: absolute;
    left: 0;
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    animation: backgroundMove 30s infinite linear;
    background-position: 0 0, 0 0, 0 0, 0 0;
    z-index: 1;
}

.local_contact_section .local_main_image::before {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    content: "";
    z-index: 1;
    inset: 0;
}

.local_contact_section .local_message_feedback {
    padding: 60px;
    flex: 0 0 55%;
    position: relative;
    background: #ffffff;
}

.local_contact_section .local_message_feedback::after {
    height: 150px;
    content: "";
    opacity: 0.3;
    bottom: -75px;
    width: 150px;
    z-index: 0;
    filter: blur(80px);
    position: absolute;
    background: rgb(152,173,152,0.5);
    left: -75px;
}

.local_contact_section form input[type="text"] {
    padding: 18px 25px;
    margin-bottom: 25px;
    width: 100%;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-size: 15px;
    color: #000000;
    background: rgb(225,233,225);
    border: 1px solid rgb(191,208,191,0.5);
}

.local_contact_section .local_request_panel label {
    padding-left: 35px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    font-size: 15px;
    color: #000000;
}

.local_contact_section .local_request_panel input[type="checkbox"]:checked + label::after {
    content: "";
    height: 12px;
    top: 4px;
    transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    left: 8px;
    position: absolute;
    width: 6px;
}

.local_contact_section .local_support_panel {
    padding: 18px 30px;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    overflow: hidden;
    letter-spacing: 1px;
    border-radius: 8px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    background: rgb(191,208,191);
    color: #ffffff;
    border: none;
    cursor: pointer;
    box-shadow: 
        0 5px 15px rgb(191,208,191,0.5),
        0 0 0 1px rgb(191,208,191);
}

.local_contact_section svg:hover,
.local_contact_section svg:hover path {
    filter: drop-shadow(0 0 3px rgb(152,173,152,0.5));
    fill: rgb(152,173,152);
    transform: translateY(-2px);
}

header .local_nav_sitebar::after {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(191,208,191,0.5), transparent);
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top: 50%;
}

header .local_nav_sitebar .local_head_guide::after {
    transition: transform 0.3s ease;
    transform: scale(0);
    border-right: 2px solid rgb(152,173,152);
    right: -5px;
    bottom: -5px;
    transform-origin: bottom right;
    border-bottom: 2px solid rgb(152,173,152);
}

header .local_nav_sitebar .local_header_tutor {
    margin: 0;
    padding: 20px 0 10px;
    list-style: none;
    background: linear-gradient(180deg, transparent, rgb(152,173,152) 15%, rgba(0, 0, 0, 0.5) 85%, transparent 50%);
    flex-wrap: wrap;
    justify-content: center;
    display: flex;
    position: relative;
}

header .local_nav_sitebar .local_header_tutor .local_head_page:not(:last-child)::after {
    top: 20%;
    position: absolute;
    right: 0;
    content: "";
    height: 60%;
    width: 1px;
    background: rgb(152,173,152,0.5);
}

header .local_nav_sitebar .local_header_tutor .local_head_page a:hover::before {
    transform: scaleX(1);
}

::-webkit-scrollbar {
    width: 14px;
    padding: 5px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
    margin: 4px 0;
}

::-webkit-scrollbar-thumb {
    transition: background, box-shadow, border-radius 1.4s ease-in-out;
    background: rgb(191,208,191);
    border-radius: 8.6vh;
}

::-webkit-scrollbar-thumb:active {
    background: rgb(152,173,152,0.5);
    transform: scale(0.95);
}



@media (hover: hover) {.local_gratBlock .local_learn_corner:hover {
    transform: perspective(1000px) rotateX(0deg) translateY(-5px);
    box-shadow: 
            0 25px 50px rgba(0, 0, 0, 0.12),
            0 5px 15px rgba(0, 0, 0, 0.06),
            0 0 0 1px rgba(255, 255, 255, 0.25) inset;
}
}



@media screen and (max-width: 768px) {.local_gratBlock {
    padding: 4rem 1.5rem;
}.local_gratBlock .local_learn_corner {
    padding: 2rem;
    transform: none;
}.local_gratBlock .local_learn_corner::before {
    height: 4px;
}.local_gratBlock h5 {
    font-size: calc(21px * 0.85);
}.local_gratBlock p {
    font-size: calc(16px * 0.95);
}
}



@media (max-width: 767px) {.local_help_center {
    padding: 4rem 0;
}.local_help_center::before,
    .local_help_center::after {
    opacity: 0.4;
}.local_help_center .local_assist_experts {
    padding: 2rem 1.5rem;
    border-radius: 10px;
}.local_help_center h3 {
    font-size: calc(33px * 0.8);
}.local_help_center p {
    max-width: 100%;
}
}



@media (min-width: 992px) {.local_homepage > div {
    gap: 5rem;
}.local_homepage > div > div:first-child {
    width: 80%;
}.title_style_header {
    font-size: calc(39px * 1.8);
}.local_homepage .local_training_experts h3 {
    font-size: calc(19px * 1.2);
}.local_tech_study {
    width: 65%;
    padding: 3.5rem;
    margin-left: 10vw;
}
}


@media only screen and (max-width: 800px) {.local_user_safety {
    display: none;
}.local_cookie_disclaimer {
    text-align: center;
    align-items: center;
    flex-direction: column;
}.local_cookieNoticePromptPanel h5 {
    margin-bottom: 5px;
    font-size: 18px;
}.local_edu_track {
    margin-bottom: 15px;
}.local_cookies_tracking {
    margin: 10px 0;
    min-width: 100%;
}}



@media (max-width: 576px) {.local_who_we_are {
    padding: 50px 0;
}.local_who_we_are .container {
    padding: 0 15px;
}.local_who_we_are h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.8);
}.local_who_we_are .local_learn_corner {
    grid-gap: 30px;
}.local_who_we_are .local_value_prop,
    .local_who_we_are .local_mission_why {
    padding: 20px;
}.local_who_we_are .local_value_prop p,
    .local_who_we_are .local_mission_why p {
    margin-bottom: 20px;
}.local_who_we_are .local_value_prop .local_main_image {
    height: 180px;
}.local_who_we_are .local_mission_why .local_method_edu {
    height: 120px;
    width: 120px;
}.local_who_we_are .local_mission_why .local_method_edu::before {
    left: -10px;
    top: -10px;
    height: calc(100% + 20px);
    width: calc(100% + 20px);
}}



@media (min-width: 992px) {.local_privacy_niche {
    padding: 8rem 2rem;
    background: linear-gradient(120deg, rgb(225,233,225) 0%, rgb(225,233,225) 75%, rgba(rgb(191,208,191,0.5), 0.08) 100%);
}.local_privacy_niche::after {
    height: 45%;
    width: 45%;
}.local_privacy_niche .container {
    padding: 0 2rem;
}.local_privacy_niche h1 {
    margin-bottom: 3rem;
}.local_privacy_niche h2 {
    margin-top: 3.5rem;
}.local_privacy_niche p, 
    .local_privacy_niche span {
    margin-left: 1rem;
}.local_privacy_niche span {
    border-left-width: 3px;
    padding: 1rem 1.5rem;
    background: linear-gradient(to right, rgba(rgb(191,208,191,0.5), 0.05), transparent 90%);
    margin-left: 2rem;
}.local_privacy_niche ul {
    margin-left: 3rem;
}
}



@media (max-width: 576px) {.local_trophy_case {
    padding: 3rem 0 1rem;
}.local_trophy_case::before {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
}.local_trophy_case .local_header_tutor {
    flex: 0 0 100%;
    padding: 0 0 2rem 0;
}.local_trophy_case .company_holder {
    margin-bottom: 2rem;
}.local_trophy_case .local_header_tutor .local_top_core a {
    padding: 0.6rem 0.8rem;
}.local_trophy_case .local_header_tutor .local_top_core a:hover {
    padding-left: 1.2rem;
}.local_footer_benefit {
    clip-path: polygon(0 0, 100% 0, 95% 100%, 5% 100%);
    margin-top: 1rem;
}
}



@media (max-width: 768px) {.local_customer_experience {
    padding: 4rem 1rem;
}.local_customer_experience .local_client_quotes {
    gap: 5rem;
    padding-left: 40px;
}.local_customer_experience .local_client_quotes::before {
    left: 20px;
}.local_customer_experience .local_feedback_track {
    grid-template-areas: 
            "image"
            "name"
            "description";
    gap: 1rem;
    grid-template-columns: 1fr;
}.local_customer_experience .local_feedback_track::before {
    left: -40px;
    top: 30px;
}.local_customer_experience .local_feedback_track img {
    justify-self: start;
}.local_customer_experience .local_feedback_track p {
    padding-bottom: 0.7rem;
}.local_customer_experience .local_feedback_track .description {
    padding: 1.2rem;
}.local_customer_experience .local_feedback_track:nth-child(even) {
    margin-left: 0;
}
}



@media (min-width: 768px) {.local_leadership_profile {
    padding: 120px 0;
}.local_leadership_profile .local_feedback_track {
    padding: 50px;
    grid-template-rows: auto 1fr;
    grid-template-columns: 150px 1fr;
}.local_leadership_profile .local_feedback_track > div:first-child {
    margin-bottom: 0;
    grid-row: 1 / span 2;
}.local_leadership_profile .local_main_image {
    width: 150px;
    height: 150px;
}.local_leadership_profile .local_feedback_track > div:nth-child(2) {
    align-self: end;
}.local_leadership_profile .local_feedback_track > div:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
}
}



@media (max-width: 768px) {.local_contact_section {
    padding: 60px 0;
}.local_contact_section h2 {
    font-size: calc(45px * 0.8);
    margin-bottom: 40px;
}.local_contact_section .local_inquiry_help {
    flex-direction: column;
}.local_contact_section .local_main_image {
    width: 100%;
    min-height: 300px;
}.local_contact_section .local_message_feedback {
    width: 100%;
    padding: 40px 30px;
}.local_contact_section form h3 {
    margin-bottom: 30px;
}.local_contact_section form input[type="text"] {
    padding: 15px 20px;
    margin-bottom: 20px;
}.local_contact_section .local_request_panel {
    margin-bottom: 25px;
}.local_contact_section .local_support_panel {
    padding: 15px 25px;
}
}



@media (max-width: 767px) {header .local_nav_sitebar .local_header_tutor {
    justify-content: center;
    flex-wrap: wrap;
}header .local_nav_sitebar .local_header_tutor .local_head_page {
    margin: 3px 0;
}header .local_nav_sitebar .local_header_tutor .local_head_page:not(:last-child)::after {
    display: none;
}
}



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



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



@keyframes expandWidth {
  0% {
    width: 40px;
  }
  100% {
    width: 80px;
  }
}



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



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



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



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

