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

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

header,footer {
    width: 100%;
}

header {
    margin-top: 0;
    background: linear-gradient(90deg, rgb(81,111,109) 0%, rgb(118,149,148) 100%);
    position: relative;
    padding: 0;
    z-index: 100;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.3);
    overflow: visible;
}

.welcome_board_61978::before {
    top: 0;
    width: 100%;
    z-index: 0;
    transform-origin: center;
    height: 100%;
    animation: gradient-shift 15s infinite alternate ease-in-out;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, transparent 40%, rgb(118,149,148,0.5) 100%);
    left: 0;
}

.welcome_board_61978 h1 {
    position: relative;
    letter-spacing: -0.02em;
    transform: translateZ(30px);
    grid-column: 1 / -1;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    color: #000000;
    font-size: calc(45px * 1.2);
    line-height: 1.2;
    font-weight: 700;
}

.welcome_board_61978 .word_block_90375 {
    transform: translateZ(20px) rotateY(5deg);
    border-left: 4px solid rgb(118,149,148);
    z-index: 2;
    padding: 2.5rem;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.07);
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    position: relative;
}

.welcome_board_61978 .main_home_17834 p::before {
    font-size: 4rem;
    opacity: 0.1;
    color: rgb(118,149,148);
    top: -20px;
    left: -10px;
    content: "";
    position: absolute;
}

.welcome_board_61978 svg:hover {
    transform: scale(1.05) rotate(2deg);
}

.welcome_board_61978 svg path {
    transition: fill 0.3s ease;
}

.welcome_board_61978 svg text {
    font-family: Arial, sans-serif;
    transition: fill 0.3s ease;
    font-weight: 700;
}

.welcome_board_61978 .request_block_24957::before {
    transition: left 0.6s ease;
    top: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    left: -100%;
    content: "";
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.welcome_board_61978 .request_block_24957:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    transform: translateZ(10px) translateY(-3px);
}

.welcome_board_61978 .snap_41069 {
    clip-path: polygon(5% 0, 100% 0, 95% 100%, 0% 100%);
    transform: translateZ(15px) rotateY(-5deg);
    min-height: 400px;
    box-shadow: -20px 20px 30px rgba(0, 0, 0, 0.1);
    z-index: 1;
    height: 100%;
    transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
}

.client_testimonials_64153 {
    padding: 7rem 0;
    background: linear-gradient(to bottom, rgb(150,183,182), #ffffff);
    overflow: hidden;
    position: relative;
}

.client_testimonials_64153::after {
    right: 0;
    top: 0;
    content: "";
    position: absolute;
    z-index: 1;
    background: rgb(81,111,109,0.5);
    height: 100%;
    transform: skewX(15deg) translateX(10%);
    opacity: 0.6;
    width: 35%;
}

.client_testimonials_64153 h2::after {
    height: 5px;
    content: "";
    left: 50%;
    background: rgb(118,149,148);
    bottom: -15px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    position: absolute;
    width: 60px;
    transform: translateX(-50%);
}

.client_testimonials_64153 .reviews_hub_45869::before {
    width: 4px;
    z-index: 1;
    top: 0;
    transform: translateX(-50%);
    content: "";
    left: 50%;
    height: 100%;
    position: absolute;
    background: linear-gradient(to bottom, rgb(118,149,148), rgb(81,111,109));
}

.client_testimonials_64153 .learning_quotes_78653::before {
    content: "";
    background: rgb(118,149,148);
    height: 20px;
    z-index: 3;
    width: 20px;
    position: absolute;
    top: 30px;
    border-radius: 50%;
}

.client_testimonials_64153 .learning_quotes_78653:nth-child(odd) {
    transform: translateX(-30px);
    align-self: flex-start;
}

.client_testimonials_64153 .learning_quotes_78653:nth-child(odd)::before {
    right: -10px;
}

.client_testimonials_64153 .learning_quotes_78653:nth-child(even) {
    transform: translateX(30px);
    align-self: flex-end;
}

.client_testimonials_64153 .learning_quotes_78653:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
    transform: scale(1.03);
}

.client_testimonials_64153 .learning_quotes_78653:nth-child(even):hover::after {
    left: -40px;
    width: 40px;
}

.client_testimonials_64153 .learning_quotes_78653:nth-child(even) img {
    align-self: flex-end;
}

.client_testimonials_64153 .learning_quotes_78653:hover img {
    transform: scale(1.1);
    border-color: rgb(118,149,148,0.5);
}

.client_testimonials_64153 .learning_quotes_78653 p {
    font-family: Arial, sans-serif;
    color: #000000;
    font-size: calc(12px * 1.1);
    font-weight: 600;
    margin: 1rem 0 0;
    transition: all 0.3s ease;
}

.client_testimonials_64153 .learning_quotes_78653 .description::before {
    width: 40px;
    content: "";
    background: rgb(81,111,109,0.5);
    position: absolute;
    transition: all 0.3s ease;
    height: 2px;
    top: 0;
}

.client_testimonials_64153 .learning_quotes_78653:nth-child(even) .description::before {
    right: 0;
}

footer {
    position: relative;
    perspective: 1000px;
    z-index: 1;
}

footer::after {
    content: "";
    right: 0;
    z-index: -1;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 20%, transparent 0, transparent 80px, rgba(255, 255, 255, 0.03) 81px),
        radial-gradient(circle at 80% 40%, transparent 0, transparent 120px, rgba(255, 255, 255, 0.03) 121px),
        radial-gradient(circle at 40% 70%, transparent 0, transparent 100px, rgba(255, 255, 255, 0.03) 101px);
    position: absolute;
    top: 0;
    left: 0;
}

.level_up_59427 .container {
    flex-wrap: wrap;
    position: relative;
    justify-content: space-between;
    gap: 4rem;
    display: flex;
}

.level_up_59427 .company_holder:hover {
    transform: rotateX(0deg);
}

.level_up_59427 .company_holder h3 {
    transform: translateZ(20px);
    display: inline-block;
    position: relative;
    letter-spacing: 1px;
    font-size: 32px;
    color: #ffffff;
    margin: 0 0 1.5rem;
    font-weight: 700;
}

.level_up_59427 .company_holder h3::after {
    border-right: 3px solid #ffffff;
    right: -10px;
    width: 30px;
    position: absolute;
    content: "";
    height: 30px;
    bottom: -10px;
    border-bottom: 3px solid #ffffff;
}

.level_up_59427 .about_learn_78062 {
    flex: 1 1 calc(100% - 480px);
    min-width: 400px;
}

.level_up_59427 .nav_class_94678 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.level_up_59427 .main_mainbar_96703:hover {
    transform: rotateX(0deg);
}

.level_up_59427 .main_mainbar_96703 h5 {
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    min-width: 200px;
    background: rgb(81,111,109,0.5);
    padding: 1rem 1.5rem;
    font-size: 20px;
    position: relative;
    margin: 0 0 1.5rem;
    transform: translateZ(15px);
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
}

.level_up_59427 .main_mainbar_96703 .nav_class_94678 a {
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    padding: 0.7rem 1rem;
    display: block;
    font-size: 18px;
    position: relative;
    color: #ffffff;
    transform: translateZ(10px);
    transition: all 0.3s ease;
    border-radius: 10px;
    text-decoration: none;
}

.level_up_59427 .main_mainbar_96703 .nav_class_94678 a:hover {
    background: rgb(81,111,109,0.5);
    color: #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.trophy_case_67342 {
    margin-top: 3rem;
    perspective: 1000px;
    padding: 2rem 0;
    transform-style: preserve-3d;
    background: rgb(81,111,109,0.5);
    position: relative;
}

.trophy_case_67342 .container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pricing_container_93216 {
    position: relative;
    overflow: hidden;
    padding: 120px 0;
}

.pricing_container_93216::before {
    background: #000000;
    content: "";
    position: absolute;
    left: 0;
    opacity: 0.85;
    z-index: 1;
    bottom: 0;
    right: 0;
    top: 0;
}

.pricing_container_93216 .pricing_block_16479 {
    text-align: center;
}

.pricing_container_93216 h2 {
    display: inline-block;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #ffffff;
    position: relative;
}

.pricing_container_93216 .value_fees_09835 {
    max-width: 800px;
    color: #ffffff;
    margin: 0 auto 3rem;
    opacity: 0.9;
    font-size: calc(14px * 1.1);
    line-height: 1.6;
}

.pricing_container_93216 .rate_choices_46930 li {
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transform-style: preserve-3d;
}

.pricing_container_93216 .group_plans_83490 {
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    height: 100%;
    backdrop-filter: blur(10px);
    position: relative;
    text-decoration: none;
    background: linear-gradient(135deg, rgba(255,255,255,0.1), rgba(255,255,255,0.03));
    display: block;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    border: 1px solid rgba(255,255,255,0.1);
    overflow: hidden;
}

.pricing_container_93216 .group_plans_83490:hover::before {
    transform: scaleX(1);
}

.pricing_container_93216 .indv_cost_47651 {
    height: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    color: #ffffff;
}

.pricing_container_93216 .indv_cost_47651 h4::after {
    left: 0;
    width: 40px;
    position: absolute;
    background: rgb(118,149,148);
    height: 2px;
    bottom: -8px;
    content: "";
}

.pricing_container_93216 .study_rates_36207 {
    position: relative;
    display: inline-block;
    color: #ffffff;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(118,149,148), rgb(81,111,109));
    border-radius: 10px;
    font-size: calc(24px * 1.2);
    padding: 0.75rem 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    font-weight: 700;
    margin-top: auto;
    transition: all 0.3s ease;
    align-self: flex-start;
}

.pricing_container_93216 .group_plans_83490:hover .study_rates_36207::before {
    left: 100%;
}

.study_method_58792 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(150,183,182) 0%, rgba(240, 240, 245, 0.95) 100%);
    padding: 120px 0;
}

.study_method_58792::after {
    content: "";
    height: 10px;
    position: absolute;
    bottom: 0;
    transform: skewX(45deg) translateX(-10%);
    width: 35%;
    left: 0;
    z-index: 1;
    background: rgb(118,149,148);
}

.study_method_58792 .container.knowledge_hub_41238 > div {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    transform: perspective(1000px) rotateY(-2deg);
    padding: 50px 60px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.study_method_58792 .container.knowledge_hub_41238 > div:hover::before {
    transform: scaleY(1);
}

.study_method_58792 h3 {
    font-weight: 700;
    transition: transform 0.4s ease;
    transform: translateX(0);
    color: #000000;
    margin: 0 0 30px;
    position: relative;
    padding-bottom: 15px;
    font-family: Arial, sans-serif;
    font-size: 31px;
}

.study_method_58792 h3::after {
    bottom: 0;
    left: 0;
    position: absolute;
    transition: width 0.4s ease;
    height: 3px;
    content: "";
    width: 80px;
    background: rgb(81,111,109);
}

.study_method_58792 p span {
    transform: translateY(0);
    display: block;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.cookie_overlay_panel_17023 {
    font-family: Arial, sans-serif;
    width: 90%;
    max-width: 500px;
    position: fixed;
    background: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 15px;
    bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 1050;
}

.cookie_overlay_panel_17023 h5 {
    margin-bottom: 10px;
    color: rgb(118,149,148);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.data_consent_57083:hover {
    background: rgb(81,111,109);
}

.cookie_button.cookie_expand_58123 {
    background: rgb(81,111,109);
}

.cookie_button.cookie_expand_58123:hover {
    background: rgb(81,111,109,0.5);
}

.cookie_overlay_panel_17023 p a {
    transition: color 0.3s ease-in-out;
    text-decoration: none;
    color: rgb(118,149,148);
}

.cookie_overlay_panel_17023 p a:hover {
    color: rgb(81,111,109);
}

.thxPanel_17632 {
    position: relative;
    background: linear-gradient(135deg, rgb(150,183,182) 0%, rgba(245, 245, 255, 0.95) 100%);
    overflow: hidden;
    padding: 6rem 0;
}

.thxPanel_17632::after {
    opacity: 0.3;
    left: -5%;
    width: 35%;
    filter: blur(50px);
    height: 40%;
    background: linear-gradient(240deg, rgb(81,111,109,0.5) 0%, rgb(118,149,148,0.5) 100%);
    z-index: 1;
    animation: float 18s ease-in-out infinite alternate-reverse;
    bottom: -15%;
    position: absolute;
    content: '';
}

.thxPanel_17632 h2 {
    line-height: 1.3;
    position: relative;
    color: #000000;
    font-size: 30px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    margin-bottom: 3rem;
    animation: slideUp 0.8s 0.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(0);
    opacity: 0;
}

.thxPanel_17632 .knowledge_hub_41238 {
    animation: fadeScale 1s 0.5s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    opacity: 0;
    border-radius: 1rem;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08), 0 5px 10px rgba(0, 0, 0, 0.04);
    transform: translateY(30px);
    overflow: hidden;
    background: #ffffff;
    padding: 3rem;
    position: relative;
}

.thxPanel_17632 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.thxPanel_17632 li::before {
    width: 0.5rem;
    top: 0.5rem;
    left: 0;
    content: '';
    animation: popIn 0.5s 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    position: absolute;
    transform: scale(0);
    border-radius: 50%;
    background-color: rgb(118,149,148);
    height: 0.5rem;
}

.our_team_17840 {
    position: relative;
    color: #000000;
    overflow: hidden;
    font-family: Arial, sans-serif;
    padding: 6rem 0;
}

.our_team_17840::after {
    top: 0;
    width: 35%;
    content: "";
    height: 100%;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
    z-index: 0;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(118,149,148,0.5), rgb(118,149,148));
    right: 0;
}

.our_team_17840 .word_block_90375 {
    position: relative;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    max-width: 90%;
    transform: translateX(0);
    margin-left: 0;
}

.our_team_17840 h1::before {
    content: "";
    position: absolute;
    left: 0;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    bottom: -15px;
    height: 4px;
    transform-origin: left center;
    transform: scaleX(1);
    width: 60%;
    background: rgb(81,111,109);
}

.our_team_17840:hover h1::before {
    transform: scaleX(1.3);
}

.our_team_17840 li {
    position: relative;
    margin-bottom: 1.5rem;
}

.our_team_17840 h4::before {
    width: 10px;
    top: 50%;
    left: 0;
    content: "";
    background-color: rgb(118,149,148);
    position: absolute;
    height: 10px;
    transform: translateY(-50%) rotate(45deg);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.our_team_17840 span {
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    background: linear-gradient(to right, rgba(255,255,255,0.85), rgba(255,255,255,0.95));
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.5s ease;
    line-height: 1.8;
    display: block;
    font-size: 13px;
    padding: 2rem;
    transform: translateY(0);
    color: #000000;
    border-left: 3px solid rgb(118,149,148);
}

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

.contact_us_35719 h2::before {
    content: "";
    border-radius: 10px;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(118,149,148);
    width: 5px;
    position: absolute;
}

.contact_us_35719 .snap_41069 {
    overflow: hidden;
    order: 2;
    border-radius: 26px;
    position: relative;
    box-shadow: -15px 15px 0 rgb(118,149,148,0.5);
    min-height: 500px;
}

.contact_us_35719 form h3 {
    letter-spacing: 1px;
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 35px;
}

.contact_us_35719 form input[type="text"]:focus {
    outline: none;
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(118,149,148,0.5);
}

.contact_us_35719 form input[type="text"]::placeholder {
    opacity: 0.5;
    color: #000000;
}

.contact_us_35719 .request_help_13965 input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.contact_us_35719 .request_help_13965 label {
    font-size: 13px;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
    padding-left: 35px;
    color: #000000;
}

.contact_us_35719 .request_help_13965 input[type="checkbox"]:checked + label::before {
    background: rgb(118,149,148);
}

.contact_us_35719 .request_help_13965 label a {
    text-decoration: none;
    font-weight: 600;
    color: rgb(118,149,148);
    transition: all 0.3s ease;
}

.contact_us_35719 .request_help_13965 label a:hover {
    color: rgb(81,111,109);
}

.contact_us_35719 form .request_block_24957 {
    display: inline-block;
    padding: 18px 40px;
    border: none;
    font-family: Arial, sans-serif;
    transition: all 0.3s ease;
    border-radius: 10px;
    position: relative;
    font-size: 17px;
    color: #ffffff;
    background: #000000;
    font-weight: 600;
    overflow: hidden;
    cursor: pointer;
}

.secure_fence_98746 h1 {
    font-weight: 700;
    font-size: 38px;
    margin-bottom: 20px;
    color: rgb(118,149,148);
    border-bottom: 2px solid rgb(118,149,148);
    padding-bottom: 10px;
}

.secure_fence_98746 h3, .secure_fence_98746 h4, .secure_fence_98746 h5, .secure_fence_98746 h6 {
    margin: 10px 0;
}

.secure_fence_98746 ul {
    list-style: none;
    color: #000000;
    margin-left: 20px;
    padding-left: 20px;
}

.secure_fence_98746 div {
    margin-bottom: 20px;
}

.secure_fence_98746 p {
    font-size: 12px;
    line-height: 1.6;
    color: #000000;
}

.secure_fence_98746 a {
    transition: color 0.3s;
    text-decoration: none;
    font-weight: 600;
    color: rgb(118,149,148);
}

.program_information_74286 {
    padding: 120px 0 80px;
    background: linear-gradient(135deg, rgb(150,183,182) 0%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.program_information_74286::after {
    position: absolute;
    content: "";
    bottom: -10%;
    filter: blur(20px);
    width: 40%;
    background: linear-gradient(225deg, rgb(81,111,109,0.5) 0%, rgb(118,149,148,0.5) 100%);
    z-index: 1;
    left: -5%;
    height: 60%;
    transform: rotate(15deg) skew(-10deg);
    opacity: 0.4;
}

.program_information_74286 h2 {
    max-width: 80%;
    transform: translateX(-5px);
    color: #000000;
    font-size: 34px;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
}

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

.program_information_74286 .education_flow_85107 {
    gap: 40px;
    position: relative;
    grid-template-columns: 1fr;
    display: grid;
}

.program_information_74286 .snap_41069::before {
    height: 100%;
    content: "";
    opacity: 0.4;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, rgb(118,149,148,0.5) 0%, transparent 100%);
    top: 0;
    transition: opacity 0.5s ease;
    position: absolute;
}

.program_information_74286 .snap_41069:hover::before {
    opacity: 0.2;
}

.program_information_74286 .description {
    font-size: 18px;
    transition: all 0.3s ease;
    border-left: 2px solid rgb(81,111,109,0.5);
    margin-bottom: 25px;
    line-height: 1.7;
    color: #000000;
    padding-left: 20px;
    position: relative;
}

.program_information_74286 .description::first-letter {
    color: rgb(118,149,148);
    font-size: 1.5em;
    font-weight: 700;
}

.teacher_profile_31840 {
    overflow: hidden;
    padding: 8rem 0;
    position: relative;
    min-height: 700px;
    background: linear-gradient(150deg, rgb(150,183,182) 0%, #000000 100%);
}

.teacher_profile_31840 .container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    padding: 0 2rem;
    margin: 0 auto;
}

.teacher_profile_31840 .learning_quotes_78653 {
    position: relative;
    background: transparent;
    grid-template-areas:
        "photo name"
        "photo job"
        "photo quote";
    display: grid;
    min-height: 580px;
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 45% 1fr;
    gap: 20px 30px;
}

.teacher_profile_31840 .learning_quotes_78653::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    top: 0;
    position: absolute;
    z-index: -2;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, rgba(0, 0, 0, 0.2) 100%);
    height: 100%;
    border-radius: 17px;
    backdrop-filter: blur(15px);
    content: "";
    width: 100%;
    left: 0;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.teacher_profile_31840 .learning_quotes_78653:hover .snap_41069 {
    transform: scale(1.02);
    filter: contrast(1.2) brightness(1.1);
}

.teacher_profile_31840 .name {
    color: #ffffff;
    grid-area: name;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    align-self: end;
    transform: translateX(0);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    margin-top: 80px;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 34px;
    position: relative;
}

.teacher_profile_31840 .name::after {
    background: rgb(118,149,148);
    width: 0;
    position: absolute;
    content: "";
    height: 2px;
    bottom: 0;
    left: 0;
    transition: width 0.5s ease;
}

.teacher_profile_31840 .learning_quotes_78653:hover span:not(.name) {
    transform: translateX(15px);
    background: rgba(0, 0, 0, 0.3);
}

.teacher_profile_31840 .job_area_07921 {
    font-size: 15px;
    border-left: 4px solid rgb(81,111,109);
    z-index: 2;
    backdrop-filter: blur(10px);
    padding: 2rem;
    position: relative;
    line-height: 1.8;
    width: 95%;
    margin-right: 0;
    border-radius: 17px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.2) 100%);
    align-self: start;
    grid-area: quote;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    transform: translateY(0);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.customer_support_97104 {
    padding: 5rem 0;
    position: relative;
    background: linear-gradient(135deg, rgb(150,183,182) 0%, rgba(245, 245, 255, 0.9) 100%);
    overflow: hidden;
}

.customer_support_97104::before {
    background-position: center;
    background-size: 40px 40px;
    z-index: 0;
    content: "";
    background-image: 
        linear-gradient(30deg, rgba(rgb(118,149,148,0.5), 0.03) 1px, transparent 1px),
        linear-gradient(120deg, rgba(rgb(118,149,148,0.5), 0.03) 1px, transparent 1px);
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    transform: skewY(-2deg) scale(1.05);
}

.customer_support_97104 .contact_links_41579 {
    border-top: 4px solid rgb(118,149,148);
    padding: 3rem;
    position: relative;
    background: #ffffff;
    transform-origin: center top;
    transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
    transform: perspective(1000px) rotateX(1deg);
    box-shadow: 0 15px 35px rgba(0, 0, 10, 0.08), 
                0 5px 15px rgba(0, 0, 0, 0.05);
}

.customer_support_97104 p {
    margin-bottom: 1.5rem;
    color: #000000;
    line-height: 1.7;
    font-size: 15px;
}

.customer_support_97104 h5 {
    font-weight: 600;
    font-size: 18px;
    color: #000000;
    margin-bottom: 0.75rem;
    align-items: center;
    display: flex;
    gap: 0.5rem;
}

.customer_support_97104 .get_contactblock_87126 {
    flex-direction: column;
    margin: 1.5rem 0 0 0;
    display: flex;
    list-style: none;
    gap: 1rem;
    padding: 0;
}

.customer_support_97104 .assist_grid_51872:hover {
    color: rgb(118,149,148);
    background: rgba(rgb(118,149,148,0.5), 0.1);
    border-left: 3px solid rgb(118,149,148);
    transform: translateX(5px);
}

.customer_support_97104 .assist_grid_51872:hover svg path {
    fill: rgb(81,111,109);
}

.test_drive_52047::before {
    left: 0;
    animation: crystalBackground 30s linear infinite;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0.05;
    background: 
        linear-gradient(45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, #ffffff 49%, #ffffff 51%, transparent 52%);
    width: 100%;
    background-size: 60px 60px;
    z-index: -1;
    content: '';
}

.test_drive_52047 .knowledge_hub_41238 {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 0 auto;
    flex-direction: column;
    clip-path: polygon(
        4% 0%, 
        96% 0%, 
        100% 4%, 
        100% 96%, 
        96% 100%, 
        4% 100%, 
        0% 96%, 
        0% 4%
    );
    backdrop-filter: blur(10px);
    position: relative;
    max-width: 1000px;
    box-shadow: 
        0 25px 45px rgba(0, 0, 0, 0.1),
        0 0 30px rgba(255, 255, 255, 0.1);
    align-items: center;
    justify-content: center;
    padding: 60px;
    z-index: 2;
    border-radius: 12px;
    display: flex;
    background: rgba(255, 255, 255, 0.07);
}

.test_drive_52047 .knowledge_hub_41238::after {
    top: 0;
    content: '';
    left: 0;
    background: 
        repeating-linear-gradient(
            0deg,
            transparent,
            transparent 20px,
            rgba(255, 255, 255, 0.03) 20px,
            rgba(255, 255, 255, 0.03) 21px
        );
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    opacity: 0.3;
}

.test_drive_52047 h3::after {
    left: 50%;
    background: linear-gradient(
        to right,
        transparent,
        #ffffff,
        transparent
    );
    position: absolute;
    height: 2px;
    box-shadow: 0 0 10px #ffffff;
    bottom: -15px;
    width: 50px;
    content: '';
    transform: translateX(-50%);
}

.test_drive_52047 .assist_grid_51872::before {
    left: 0;
    height: 100%;
    position: absolute;
    content: '';
    width: 100%;
    opacity: 0;
    top: 0;
    z-index: -1;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.3) 50%,
        rgba(255, 255, 255, 0.1) 100%
    );
    transition: opacity 0.4s ease;
}

.test_drive_52047 .assist_grid_51872::after {
    background: linear-gradient(
        to right,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent
    );
    transition: all 0.6s ease;
    width: 40%;
    content: '';
    left: -100%;
    transform: rotate(25deg);
    z-index: 1;
    position: absolute;
    top: -50%;
    height: 200%;
}

.test_drive_52047 .assist_grid_51872:hover::before {
    opacity: 1;
}

.test_drive_52047 .assist_grid_51872:hover::after {
    left: 150%;
}

header::before {
    content: '';
    width: 100%;
    z-index: 0;
    left: 0;
    top: 0;
    position: absolute;
    background: repeating-linear-gradient(
        -45deg,
        rgba(255, 255, 255, 0.05),
        rgba(255, 255, 255, 0.05) 5px,
        transparent 5px,
        transparent 25px
    );
    height: 100%;
}

header .main_nav_70261::before {
    left: -5px;
    content: '';
    position: absolute;
    z-index: -1;
    opacity: 0.1;
    bottom: -5px;
    right: -5px;
    transition: all 0.3s ease;
    border: 2px solid #ffffff;
    top: -5px;
    transform: skew(-5deg);
}

header .main_nav_70261:hover::before {
    opacity: 0;
}

header .main_nav_70261:hover::after {
    opacity: 0.5;
    animation: neonPulse 1.5s infinite alternate;
}

header .main_edu_81604:hover {
    transform: scale(1.05);
}

header .main_mainbar_96703 {
    list-style: none;
    z-index: 2;
    display: flex;
    margin: 0;
    padding: 0;
    position: relative;
}

header .head_sitebar_81403 a {
    display: flex;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    font-weight: 600;
    padding: 0 1.2rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    justify-content: center;
    color: #ffffff;
    z-index: 1;
    height: 40px;
    text-shadow: 0 0 5px #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    overflow: hidden;
    font-size: 16px;
    text-decoration: none;
}

header .head_sitebar_81403 a:hover::before {
    opacity: 1;
    transform: scale(1);
}

header .head_sitebar_81403:hover::after {
    opacity: 0.5;
    bottom: -5px;
}

header .head_skill_87041::before {
    top: 0;
    left: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.3), 
        transparent
    );
    width: 100%;
    position: absolute;
    content: '';
}

header .top_page_06187 {
    position: relative;
    padding-top: 2rem;
    z-index: 1;
    background: rgb(150,183,182);
}

.training_benefits_19437 {
    overflow: hidden;
    padding: 100px 0;
    position: relative;
    background: linear-gradient(135deg, rgb(150,183,182) 0%, rgba(245, 247, 250, 0.95) 100%);
    font-family: Arial, sans-serif;
}

.training_benefits_19437::after {
    bottom: 0;
    right: 0;
    width: 35%;
    z-index: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(81,111,109,0.5), 0.08) 0%, rgba(rgb(81,111,109,0.5), 0) 70%);
    height: 35%;
    content: "";
    position: absolute;
}

.training_benefits_19437 h5::after {
    bottom: -12px;
    height: 3px;
    width: 60px;
    background: rgb(118,149,148);
    transform: translateX(-50%) scaleX(0.8);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    content: "";
    left: 50%;
    position: absolute;
}

.training_benefits_19437 .knowledge_hub_41238 {
    overflow: hidden;
    transform: perspective(1000px) rotateX(2deg);
    flex-direction: column;
    border-radius: 25px;
    background: #ffffff;
    display: flex;
    box-shadow: 0 15px 35px rgba(rgba(0, 0, 0, 0.5), 0.05), 
                0 5px 15px rgba(rgba(0, 0, 0, 0.5), 0.03);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.training_benefits_19437 .knowledge_hub_41238:hover .snap_41069 {
    transform: scale(1.03);
}

.training_benefits_19437 .word_block_90375 {
    position: relative;
    padding: 40px 30px;
}

.training_benefits_19437 .word_block_90375::before {
    top: 0;
    position: absolute;
    height: 6px;
    right: 0;
    content: "";
    transition: transform 0.6s ease-out;
    transform: scaleX(0.97);
    opacity: 0.8;
    left: 0;
    background: linear-gradient(90deg, rgb(118,149,148) 0%, rgb(81,111,109) 100%);
}

.training_benefits_19437 li:hover {
    transform: translateX(5px);
}

.training_benefits_19437 li div {
    position: relative;
}

.training_benefits_19437 li p {
    font-size: 15px;
    margin: 0;
    color: #000000;
    position: relative;
    line-height: 1.6;
}

.training_benefits_19437 li:hover svg {
    transform: scale(1.15) rotate(8deg);
}

.training_benefits_19437 li:hover svg path {
    fill: rgb(81,111,109);
}

.training_benefits_19437 li:nth-child(even) svg path:first-child {
    fill-opacity: 0.9;
}

.potential_learners_08624 {
    background: rgb(150,183,182);
    padding: 140px 0;
    overflow: hidden;
    position: relative;
}

.potential_learners_08624::after {
    background: linear-gradient(to top, rgb(150,183,182), transparent);
    bottom: 0;
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 150px;
}

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

.potential_learners_08624 .knowledge_hub_41238 {
    position: relative;
}

.potential_learners_08624 h4 {
    font-size: 32px;
    margin-bottom: 80px;
    position: relative;
    font-weight: 700;
    color: #000000;
    text-align: center;
    padding: 20px 0;
}

.potential_learners_08624 h4::after {
    bottom: 0;
    background: rgb(81,111,109,0.5);
    height: 3px;
    position: absolute;
    width: 100px;
    transform: translateX(-50%);
    content: "";
    border-radius: 2px;
    left: 50%;
}

.potential_learners_08624 div::before {
    top: 0;
    position: absolute;
    z-index: 0;
    opacity: 0.5;
    height: 100%;
    background: linear-gradient(180deg, rgb(118,149,148,0.5), rgb(81,111,109,0.5), transparent);
    left: 50%;
    content: "";
    width: 2px;
}

.potential_learners_08624 div p:nth-child(odd) {
    align-self: flex-start;
    border-top-left-radius: 0;
}

.potential_learners_08624 div p:nth-child(even) {
    align-self: flex-end;
    border-top-right-radius: 0;
}

.potential_learners_08624 div p::before {
    background: #ffffff;
    width: 30px;
    position: absolute;
    z-index: 2;
    height: 30px;
    content: "";
    border-radius: 50%;
}

.potential_learners_08624 div p::after {
    width: 15px;
    border-radius: 50%;
    height: 15px;
    background: linear-gradient(135deg, rgb(118,149,148), rgb(81,111,109));
    transition: all 0.3s ease;
    z-index: 3;
    content: "";
    position: absolute;
}

.potential_learners_08624 div p svg {
    width: 32px;
    min-width: 32px;
    transition: all 0.3s ease;
    margin-right: 20px;
    height: 32px;
}

.potential_learners_08624 div p svg path {
    fill: rgb(118,149,148);
    transition: fill 0.3s ease;
}



@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}


@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}



@media (max-width: 992px) {.welcome_board_61978 .knowledge_hub_41238 {
    gap: 2rem;
    grid-template-columns: 1fr;
}.welcome_board_61978 h1 {
    text-align: center;
    font-size: calc(45px * 1.1);
}.welcome_board_61978 h1::after {
    width: 40%;
    transform: translateX(-50%) skewX(-15deg);
    left: 50%;
}.welcome_board_61978 .word_block_90375 {
    padding: 2rem;
    transform: translateZ(15px) rotateY(0);
}.welcome_board_61978 .snap_41069 {
    min-height: 350px;
    transform: translateZ(10px) rotateY(0);
    clip-path: polygon(3% 0, 97% 0, 100% 100%, 0% 100%);
}
}



@media (max-width: 576px) {.welcome_board_61978 {
    padding: 3rem 0;
}.welcome_board_61978 .knowledge_hub_41238 {
    width: 90%;
    gap: 1rem;
}.welcome_board_61978 h1 {
    font-size: calc(45px * 0.9);
}.welcome_board_61978 .word_block_90375 {
    padding: 1.25rem;
}.welcome_board_61978 .main_home_17834 p {
    margin-bottom: 1.5rem;
}.welcome_board_61978 svg {
    width: 70px;
    height: 70px;
}.welcome_board_61978 .snap_41069 {
    min-height: 250px;
}}



@media (max-width: 767px) {.client_testimonials_64153 {
    padding: 4rem 0;
}.client_testimonials_64153::before,
    .client_testimonials_64153::after {
    width: 50%;
}.client_testimonials_64153 h2 {
    margin-bottom: 3.5rem;
    font-size: calc(35px * 0.9);
}.client_testimonials_64153 .reviews_hub_45869 {
    gap: 2.5rem;
}.client_testimonials_64153 .learning_quotes_78653,
    .client_testimonials_64153 .learning_quotes_78653:nth-child(odd),
    .client_testimonials_64153 .learning_quotes_78653:nth-child(even) {
    align-self: center;
    transform: none;
    width: 90%;
}.client_testimonials_64153 .learning_quotes_78653::before {
    display: none;
}.client_testimonials_64153 .learning_quotes_78653::after {
    display: none;
}.client_testimonials_64153 .learning_quotes_78653 p,
    .client_testimonials_64153 .learning_quotes_78653:nth-child(even) p {
    text-align: center;
}.client_testimonials_64153 .learning_quotes_78653 img,
    .client_testimonials_64153 .learning_quotes_78653:nth-child(even) img {
    align-self: center;
}.client_testimonials_64153 .learning_quotes_78653 .description::before,
    .client_testimonials_64153 .learning_quotes_78653:nth-child(odd) .description::before,
    .client_testimonials_64153 .learning_quotes_78653:nth-child(even) .description::before {
    transform: translateX(-50%);
    left: 50%;
}
}



@media (max-width: 576px) {.level_up_59427 {
    padding: 3rem 0 1rem;
}.level_up_59427 .main_mainbar_96703 {
    min-width: 100%;
    flex: 1 1 100%;
}.level_up_59427 .nav_class_94678 {
    gap: 0.7rem;
}.level_up_59427 .main_mainbar_96703 .nav_class_94678 a {
    padding: 0.6rem 0.8rem;
}.trophy_case_67342 {
    margin-top: 1.5rem;
    padding: 1.5rem 0;
}.trophy_case_67342::before {
    display: none;
}
}



@media (max-width: 992px) {.pricing_container_93216 {
    padding: 80px 0;
}.pricing_container_93216 .rate_choices_46930 {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
}.pricing_container_93216 .discount_plan_76534 {
    padding: 2rem 1.25rem;
}
}



@media (max-width: 576px) {.pricing_container_93216 {
    padding: 50px 0;
}.pricing_container_93216 h2 {
    font-size: calc(38px * 0.8);
}.pricing_container_93216 .discount_plan_76534 {
    padding: 1.5rem 1rem;
}.pricing_container_93216 .study_rates_36207 {
    padding: 0.5rem 1rem;
    font-size: 24px;
}
}



@media (hover: none) {.pricing_container_93216 .group_plans_83490:hover {
    transform: none;
}}



@media (max-width: 767px) {.study_method_58792 {
    padding: 60px 0;
}.study_method_58792::before {
    width: 40%;
}.study_method_58792 .container.knowledge_hub_41238 {
    padding: 0 15px;
}.study_method_58792 .container.knowledge_hub_41238 > div {
    padding: 35px 25px;
    transform: none;
}.study_method_58792 h3 {
    font-size: calc(31px * 0.8);
    margin-bottom: 20px;
}.study_method_58792 p {
    font-size: calc(12px * 0.95);
}
}



@media (max-width: 992px) {.thxPanel_17632 {
    padding: 5rem 0;
}.thxPanel_17632 h2 {
    margin-bottom: 2.5rem;
    font-size: calc(30px * 0.85);
}.thxPanel_17632 .knowledge_hub_41238 {
    padding: 2.5rem 2rem;
}
}



@media (max-width: 768px) {.thxPanel_17632 {
    padding: 4rem 0;
}.thxPanel_17632::before,
    .thxPanel_17632::after {
    width: 50%;
    height: 30%;
}.thxPanel_17632 .container {
    padding: 0 1.5rem;
    transform: perspective(1000px) rotateX(1deg);
}.thxPanel_17632 h2 {
    font-size: calc(30px * 0.75);
    margin-bottom: 2rem;
}.thxPanel_17632 h2::after {
    width: 8rem;
    height: 3px;
}.thxPanel_17632 .knowledge_hub_41238 {
    padding: 2rem 1.5rem;
}.thxPanel_17632 li span {
    font-size: 17px;
    line-height: 1.7;
}
}




@media (min-width: 992px) {.our_team_17840 {
    padding: 8rem 0;
}.our_team_17840 .word_block_90375 {
    max-width: 80%;
    margin-left: 5%;
}.our_team_17840 h1 {
    font-size: calc(44px + 0.5rem);
    margin-bottom: 3.5rem;
}.our_team_17840 h1::before {
    height: 5px;
    width: 70%;
}.our_team_17840 span {
    column-count: 2;
    column-gap: 2.5rem;
    padding: 2.5rem;
}
}



@media (max-width: 767px) {.our_team_17840 {
    padding: 4rem 0;
}.our_team_17840::after {
    display: none;
}.our_team_17840 .word_block_90375 {
    max-width: 100%;
}.our_team_17840 h1 {
    font-size: calc(44px - 0.5rem);
    margin-bottom: 1.75rem;
}.our_team_17840 h1::before {
    height: 3px;
    bottom: -10px;
}.our_team_17840 h4 {
    padding-left: 1.25rem;
    font-size: 19px;
}.our_team_17840 span {
    line-height: 1.7;
    padding: 1.25rem;
    font-size: calc(13px - 0.1rem);
}
}



@media (prefers-reduced-motion: reduce) {.our_team_17840 .word_block_90375,
    .our_team_17840 h1,
    .our_team_17840 h1::before,
    .our_team_17840 h4::before,
    .our_team_17840 span {
    transition: none;
}.our_team_17840:hover .word_block_90375,
    .our_team_17840:hover h1,
    .our_team_17840:hover h1::before,
    .our_team_17840:hover h4::before,
    .our_team_17840:hover span {
    transform: none;
}}



@media screen and (max-width: 767px) {.contact_us_35719 {
    padding: 70px 0;
}.contact_us_35719 h2 {
    margin-bottom: 40px;
    font-size: calc(31px * 0.9);
}.contact_us_35719 .snap_41069 {
    min-height: 300px;
    box-shadow: -10px 10px 0 rgb(118,149,148,0.5);
    width: 100%;
}.contact_us_35719 form {
    padding: 40px 30px;
}
}


@media only screen and (max-width: 800px) {.secure_fence_98746 {
    padding: 20px;
}.secure_fence_98746 h1 {
    font-size: calc(24px * 0.8);
}.secure_fence_98746 h2 {
    font-size: calc(24px * 0.8);
}.secure_fence_98746 ul {
    padding-left: 10px;
    margin-left: 10px;
}.secure_fence_98746 li::before {
    left: -15px;
}.secure_fence_98746 p {
    font-size: calc(12px * 0.9);
}}



@media (min-width: 992px) {.program_information_74286 {
    padding: 150px 0 100px;
}.program_information_74286 h2 {
    margin-bottom: 70px;
    max-width: 60%;
    transform: translateX(-10px);
}.program_information_74286 .education_flow_85107 {
    gap: 80px;
}.program_information_74286 .snap_41069 {
    height: 600px;
    transform: perspective(1000px) rotateY(-5deg) translateZ(0);
}.program_information_74286 .word_block_90375 {
    max-height: 600px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(81,111,109) #ffffff;
    padding: 40px 0 40px 40px;
}.program_information_74286 .word_block_90375::-webkit-scrollbar {
    width: 6px;
}.program_information_74286 .word_block_90375::-webkit-scrollbar-track {
    background: #ffffff;
}.program_information_74286 .word_block_90375::-webkit-scrollbar-thumb {
    background-color: rgb(81,111,109);
    border-radius: 10px;
}.program_information_74286 .description {
    padding-left: 30px;
    margin-bottom: 30px;
}
}



@media (max-width: 992px) {.teacher_profile_31840 .learning_quotes_78653 {
    grid-template-areas:
            "snap_41069"
            "name"
            "emp_block_81769"
            "job_area_07921";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    gap: 20px;
}.teacher_profile_31840 .snap_41069 {
    height: 350px;
    border-radius: 17px 17px 0 0;
}.teacher_profile_31840 .snap_41069::before {
    width: 100%;
    height: 10px;
}.teacher_profile_31840 .name {
    margin-top: 0;
    text-align: center;
}.teacher_profile_31840 .name::after {
    transform: translateX(-50%);
    left: 50%;
}.teacher_profile_31840 .learning_quotes_78653:hover .name {
    transform: translateY(-5px);
}.teacher_profile_31840 .learning_quotes_78653 span:not(.name) {
    margin: 0 auto;
}.teacher_profile_31840 .learning_quotes_78653:hover span:not(.name) {
    transform: translateY(-5px);
}.teacher_profile_31840 .job_area_07921 {
    border-top: 4px solid rgb(81,111,109);
    border-left: none;
    margin: 0 auto;
    width: 90%;
}.teacher_profile_31840 .learning_quotes_78653:hover .job_area_07921 {
    transform: translateY(-5px);
}
}



@media (max-width: 767px) {.customer_support_97104 {
    padding: 3rem 0;
}.customer_support_97104 .contact_links_41579 {
    padding: 2rem;
    border-radius: 10px;
}.customer_support_97104 h3 {
    margin-bottom: 1rem;
}.customer_support_97104 p {
    margin-bottom: 1rem;
}.customer_support_97104 .container {
    padding: 0 1rem;
}.customer_support_97104 .assist_grid_51872 {
    padding: 0.5rem 0.75rem;
}
}



@media (prefers-reduced-motion: reduce) {.customer_support_97104 .contact_links_41579,
    .customer_support_97104 .assist_grid_51872,
    .customer_support_97104 svg {
    transition: none;
}.customer_support_97104 .contact_links_41579:hover {
    transform: none;
}}



@media screen and (max-width: 768px) {.test_drive_52047 {
    padding: 70px 0;
}.test_drive_52047 .knowledge_hub_41238 {
    padding: 40px 30px;
}.test_drive_52047 h3 {
    margin-bottom: 40px;
    letter-spacing: 3px;
    font-size: calc(29px * 0.8);
}.test_drive_52047 h3::before {
    height: 20px;
    width: 20px;
    top: -30px;
}.test_drive_52047 h3::after {
    width: 40px;
}.test_drive_52047 .assist_grid_51872 {
    padding: 12px 35px;
    letter-spacing: 1.5px;
    font-size: calc(18px * 0.95);
}
}



@media (min-width: 1400px) {header .head_skill_87041 {
    margin: 0 auto;
    max-width: 1320px;
}header .head_sitebar_81403 {
    margin: 0 0.6rem;
}header .head_sitebar_81403 a {
    padding: 0 1.5rem;
}
}



@media (max-width: 991px) {header .head_skill_87041 {
    padding: 1rem 2rem;
    flex-wrap: wrap;
}header .main_nav_70261 {
    margin-right: 0;
    margin-bottom: 0;
}header .main_mainbar_96703 {
    justify-content: flex-end;
    margin-top: 1rem;
    flex-basis: 100%;
}header .head_sitebar_81403 a {
    padding: 0 1rem;
    height: 36px;
    font-size: calc(16px - 1px);
}
}



@media (max-width: 479px) {header .head_skill_87041 {
    padding: 0.7rem 1.2rem;
}header .main_nav_70261 {
    max-width: 120px;
}header .head_sitebar_81403 a {
    font-size: calc(16px - 3px);
    height: 30px;
    padding: 0 0.6rem;
}}



@media (min-width: 768px) {.training_benefits_19437 .knowledge_hub_41238 {
    flex-direction: row;
    align-items: stretch;
}.training_benefits_19437 .knowledge_hub_41238 > div:first-child {
    flex: 0 0 40%;
    overflow: hidden;
}.training_benefits_19437 .snap_41069 {
    height: 100%;
}.training_benefits_19437 .word_block_90375 {
    flex: 0 0 60%;
    padding: 50px 40px;
}.training_benefits_19437 .word_block_90375::before {
    right: auto;
    transform: scaleY(0.97);
    width: 6px;
    bottom: 15px;
    height: auto;
    top: 15px;
}.training_benefits_19437 .knowledge_hub_41238:hover .word_block_90375::before {
    transform: scaleY(1);
}.training_benefits_19437 h5 {
    font-size: calc(21px * 1.1);
    margin-bottom: 60px;
}.training_benefits_19437 ul {
    gap: 25px 30px;
    grid-template-columns: repeat(2, 1fr);
}
}



@media (max-width: 767px) {.training_benefits_19437 {
    padding: 70px 0;
}.training_benefits_19437 h5 {
    padding: 0 15px;
    margin-bottom: 40px;
    font-size: calc(21px * 0.9);
}.training_benefits_19437 .knowledge_hub_41238 > div:first-child {
    overflow: hidden;
    height: 200px;
}.training_benefits_19437 .word_block_90375 {
    padding: 30px 20px;
}.training_benefits_19437 ul {
    display: block;
}.training_benefits_19437 li {
    margin-bottom: 15px;
}.training_benefits_19437 li:last-child {
    margin-bottom: 0;
}
}



@media (max-width: 991px) {.potential_learners_08624 {
    padding: 120px 0;
}.potential_learners_08624 h4 {
    font-size: calc(32px - 2px);
    margin-bottom: 70px;
}.potential_learners_08624 div p {
    width: 80%;
    margin-bottom: 50px;
    padding: 22px 25px;
}.potential_learners_08624 div p svg {
    width: 28px;
    min-width: 28px;
    height: 28px;
    margin-right: 15px;
}
}



@media (max-width: 479px) {.potential_learners_08624 {
    padding: 80px 0;
}.potential_learners_08624 h4 {
    font-size: calc(32px - 6px);
    margin-bottom: 50px;
}.potential_learners_08624 div p {
    padding: 15px 18px;
    width: 100%;
    font-size: calc(17px - 1px);
    margin-bottom: 30px;
}.potential_learners_08624 div p svg {
    margin-right: 10px;
    width: 22px;
    min-width: 22px;
    height: 22px;
}
}



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



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



@keyframes float {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(15px, -15px);
    }
}



@keyframes gridFlow {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 150px 150px;
    }
}



@keyframes horizontalBreathing {
    0%, 100% {
        opacity: 0.2;
        transform: translateY(-50%) scaleX(0.9);
    }
    50% {
        opacity: 0.4;
        transform: translateY(-50%) scaleX(1.1);
    }
}



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



@keyframes orbitalSpin {
    0% {
        transform: translateX(-50%) rotate(0deg);
    }
    100% {
        transform: translateX(-50%) rotate(360deg);
    }
}

@keyframes neonPulse {
    0% { opacity: 0.3; box-shadow: 0 0 5px #ffffff, 0 0 10px #ffffff; }
    100% { opacity: 0.7; box-shadow: 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 30px #ffffff; }
}

