﻿* {
    padding: 0;
    box-sizing: border-box;
    margin: 0;
}header,footer {
    width: 100%;
}a {
    text-decoration: none;
    color: inherit;
}.wrapping-container_14 {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}@keyframes slide_scrollbar { 0% { background-position: 0% 50%; } 100% { background-position: 100% 50%; } }

::-webkit-scrollbar {
    width: 0.8em;
    padding: 2px;
}::-webkit-scrollbar-track {
    border: 1px dotted rgb(190,191,179,0.5);
    background: rgb(255, 255, 255, 0.5);
    box-shadow: inset 4px 4px 15px 4px rgba(0, 0, 0, 0.5);
}::-webkit-scrollbar-thumb {
    border: 2px dashed rgb(190,191,179,0.5);
    border-radius: 15.8vw;
    animation: slide_scrollbar 2.6s ease-out infinite;
    background: rgb(190,191,179,0.5);
    transition: all 2.9s ease;
    min-height: 65px;
}::-webkit-scrollbar-thumb:hover {
    transform: scale(0.95);
    background: rgb(190,191,179);
    border-color: rgb(190,191,179);
    box-shadow: -4px 0px 0px 4px rgba(0, 0, 0, 0.4);
}* {
    scrollbar-color: rgb(230,230,227) rgb(230,230,227);
    scrollbar-width: thin;
}html,body {
    color: #000000;
    min-height: 100%;
    font-family: Arial, sans-serif;
    height: 100%;
}.teach_supp_31 {
    flex: 0 0 auto;
}svg {
    height: 30px;
    width: 30px;
}.page_head_70 {
    flex: 1 0 auto;
}.container {
    max-width: 100%;
    margin: auto;
    width: 1173px;
}

@media only screen and (max-width: 1200px)  {.container {
    width: 100%;
    padding: 0 20px;
}
}
@media only screen and (max-width: 800px)  {.container {
    padding: 0 12px;
}}
.contact_box_29 {
    padding: 120px 0 80px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, rgb(230,230,227) 0%, rgb(190,191,179,0.5) 100%);
}.contact_box_29::before {
    position: absolute;
    opacity: 0.05;
    top: 0;
    width: 100%;
    background: linear-gradient(45deg, 
        rgb(190,191,179,0.5) 25%, 
        transparent 25%, 
        transparent 50%, 
        rgb(190,191,179,0.5) 50%, 
        rgb(190,191,179,0.5) 75%, 
        transparent 75%, 
        transparent);
    animation: gradientMove 20s linear infinite;
    left: 0;
    height: 100%;
    background-size: 60px 60px;
    content: "";
}@keyframes gradientMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 60px 60px;
    }
}

.contact_box_29 .container {
    z-index: 2;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    max-width: 1200px;
}.contact_box_29 h2 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 60px;
    color: rgb(190,191,179);
    text-align: center;
    font-family: Arial, sans-serif;
}.contact_box_29 h2::after {
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 60px;
    background: rgb(190,191,179);
    content: "";
    height: 4px;
}.contact_box_29 .message_help_25 {
    grid-template-columns: 1fr 1fr;
    gap: 0;
    max-width: 1000px;
    position: relative;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
    display: grid;
}.contact_box_29 .image_header_25 {
    order: 2;
    min-height: 600px;
    height: 100%;
    position: relative;
}.contact_box_29 .message_box_74 {
    display: flex;
    position: relative;
    padding: 60px;
    order: 1;
    justify-content: center;
    background: #ffffff;
    flex-direction: column;
}.contact_box_29 .message_box_74::before {
    height: 100%;
    position: absolute;
    width: 10px;
    content: "";
    top: 0;
    right: 0;
    background: linear-gradient(to bottom, rgb(190,191,179), rgb(157,168,129));
}.contact_box_29 form {
    position: relative;
    width: 100%;
}.contact_box_29 form h3 {
    font-size: 19px;
    margin-bottom: 40px;
    position: relative;
    border-bottom: 2px solid rgb(157,168,129,0.5);
    padding-bottom: 15px;
    font-weight: 700;
    color: #000000;
    font-family: Arial, sans-serif;
}.contact_box_29 form input[type="text"] {
    margin-bottom: 25px;
    padding: 16px 20px 16px 50px;
    color: #000000;
    border-radius: 10px;
    font-size: 14px;
    width: 100%;
    border: none;
    background: rgb(230,230,227);
    transition: all 0.3s ease;
    font-family: Arial, sans-serif;
    position: relative;
}.contact_box_29 form input[type="text"]:focus {
    background: #ffffff;
    box-shadow: 0 0 0 2px rgb(190,191,179);
    outline: none;
}.contact_box_29 form input[type="text"]::placeholder {
    color: rgba(0, 0, 0, 0.4);
}.contact_box_29 form input#name {
    position: relative;
}.contact_box_29 form input#name::before {
    background: rgb(190,191,179);
    border-radius: 50%;
    height: 20px;
    transform: translateY(-50%);
    left: 20px;
    top: 50%;
    position: absolute;
    width: 20px;
    content: "";
}.contact_box_29 .reach_list_29 {
    align-items: flex-start;
    display: flex;
    margin-bottom: 30px;
}.contact_box_29 .reach_list_29 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}.contact_box_29 .reach_list_29 label {
    font-size: 16px;
    line-height: 1.5;
    padding-left: 35px;
    cursor: pointer;
    color: #000000;
    position: relative;
}.contact_box_29 .reach_list_29 label::before {
    left: 0;
    top: 0;
    background: rgb(230,230,227);
    border-radius: 10px;
    content: "";
    width: 24px;
    position: absolute;
    transition: all 0.3s ease;
    height: 24px;
}.contact_box_29 .reach_list_29 input[type="checkbox"]:checked + label::before {
    background: rgb(190,191,179);
}.contact_box_29 .reach_list_29 input[type="checkbox"]:checked + label::after {
    content: "";
    top: 4px;
    left: 8px;
    height: 14px;
    transform: rotate(45deg);
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    width: 8px;
}.contact_box_29 .reach_list_29 label a {
    color: rgb(190,191,179);
    text-decoration: none;
    position: relative;
    font-weight: 600;
    transition: all 0.3s ease;
}.contact_box_29 .reach_list_29 label a::after {
    position: absolute;
    width: 0;
    transition: width 0.3s ease;
    background: rgb(190,191,179);
    bottom: -2px;
    height: 1px;
    content: "";
    left: 0;
}.contact_box_29 .reach_list_29 label a:hover::after {
    width: 100%;
}.contact_box_29 form .query_info_28 {
    border-radius: 50px;
    letter-spacing: 1px;
    padding: 16px 40px;
    display: inline-block;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 17px;
    cursor: pointer;
    overflow: hidden;
    background: rgb(190,191,179);
    font-weight: 700;
    color: #ffffff;
    transition: all 0.3s ease;
    z-index: 1;
    border: none;
    position: relative;
}.contact_box_29 form .query_info_28::before {
    height: 100%;
    transition: width 0.3s ease;
    background: rgb(157,168,129);
    top: 0;
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    width: 0;
}.contact_box_29 form .query_info_28:hover::before {
    width: 100%;
}.contact_box_29 form .query_info_28:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px -10px rgb(190,191,179);
}.contact_box_29 svg {
    width: 20px;
    transform: translateY(-50%);
    height: 20px;
    fill: rgb(190,191,179);
    left: 20px;
    top: 50%;
    position: absolute;
}.contact_box_29 svg path {
    fill: rgb(190,191,179);
    transition: fill 0.3s ease;
}.contact_box_29 form #name,
.contact_box_29 form #phone {
    position: relative;
}

@media screen and (max-width: 1024px) {.contact_box_29 .message_help_25 {
    max-width: 800px;
}.contact_box_29 .message_box_74 {
    padding: 40px;
}
}

@media screen and (max-width: 768px) {.contact_box_29 {
    padding: 80px 0 60px;
}.contact_box_29 .message_help_25 {
    grid-template-columns: 1fr;
}.contact_box_29 .image_header_25 {
    clip-path: none;
    order: 1;
    min-height: 300px;
}.contact_box_29 .message_box_74 {
    padding: 40px 30px;
    order: 2;
}.contact_box_29 .message_box_74::before {
    height: 6px;
    right: 0;
    width: 100%;
    top: 0;
    background: linear-gradient(to right, rgb(190,191,179), rgb(157,168,129));
}.contact_box_29 h2 {
    margin-bottom: 40px;
}
}

@media screen and (max-width: 480px) {.contact_box_29 {
    padding: 60px 0 40px;
}.contact_box_29 h2 {
    font-size: calc(32px * 0.8);
    margin-bottom: 30px;
}.contact_box_29 .image_header_25 {
    min-height: 200px;
}.contact_box_29 .message_box_74 {
    padding: 30px 20px;
}.contact_box_29 form h3 {
    font-size: calc(19px * 0.9);
    margin-bottom: 30px;
}.contact_box_29 form .query_info_28 {
    width: 100%;
    padding: 14px 20px;
}}.thxArea_07 {
    background: linear-gradient(135deg, rgb(230,230,227), rgb(230,230,227) 60%, rgb(157,168,129,0.5) 140%);
    position: relative;
    overflow: hidden;
    padding: 5rem 0;
}.thxArea_07::before {
    background: linear-gradient(145deg, rgb(190,191,179,0.5) 10%, transparent 70%);
    z-index: 1;
    filter: blur(20px);
    animation: float 18s ease-in-out infinite alternate;
    position: absolute;
    opacity: 0.8;
    content: "";
    transform: rotate(15deg) skew(5deg);
    width: 50%;
    height: 70%;
    top: -5%;
    right: -10%;
}.thxArea_07::after {
    z-index: 1;
    animation: float 15s ease-in-out infinite alternate-reverse;
    filter: blur(15px);
    bottom: -8%;
    left: -5%;
    background: linear-gradient(215deg, rgb(157,168,129,0.5) 15%, transparent 65%);
    width: 40%;
    opacity: 0.7;
    height: 60%;
    content: "";
    position: absolute;
    transform: rotate(-10deg) skew(-5deg);
}.thxArea_07 .container {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 1.5rem;
    z-index: 2;
}.thxArea_07 h2 {
    transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translateY(0);
    position: relative;
    max-width: 90%;
    line-height: 1.3;
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 2rem;
    font-family: Arial, sans-serif;
}.thxArea_07 h2::after {
    bottom: -0.8rem;
    height: 4px;
    background: linear-gradient(90deg, rgb(190,191,179), rgb(157,168,129));
    content: "";
    left: 0;
    transform: scaleX(1);
    transition: transform 0.6s ease-out;
    position: absolute;
    transform-origin: left center;
    width: 80px;
}.thxArea_07:hover h2 {
    transform: translateY(-5px);
}.thxArea_07:hover h2::after {
    transform: scaleX(1.2);
}.thxArea_07 .guide_values_09 {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    backdrop-filter: blur(8px);
    position: relative;
    box-shadow: 
        0 15px 25px rgba(0, 0, 0, 0.05),
        0 5px 10px rgba(0, 0, 0, 0.02);
    transform: translateZ(0);
    background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.7));
    margin-top: 1rem;
    border-radius: calc(14px / 1.5);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    padding: 2.5rem;
}.thxArea_07 .guide_values_09::before {
    position: absolute;
    background: linear-gradient(90deg, rgb(190,191,179), rgb(157,168,129), rgb(190,191,179));
    width: 100%;
    background-size: 200% 100%;
    content: "";
    animation: gradientMove 8s ease infinite;
    left: 0;
    height: 4px;
    top: 0;
}.thxArea_07 .guide_values_09:hover {
    transform: translateY(-5px) translateZ(0);
    box-shadow: 
        0 20px 30px rgba(0, 0, 0, 0.08),
        0 8px 15px rgba(0, 0, 0, 0.03);
}.thxArea_07 ul {
    position: relative;
    margin: 0;
    list-style: none;
    padding: 0;
}.thxArea_07 li {
    padding-left: 2rem;
    position: relative;
    margin-bottom: 0.5rem;
}.thxArea_07 li::before {
    height: 10px;
    top: 0.5rem;
    content: "";
    position: absolute;
    border-radius: 50%;
    left: 0;
    background: rgb(190,191,179);
    transform: scale(0.8);
    transition: transform 0.3s ease, background-color 0.3s ease;
    width: 10px;
}.thxArea_07 li:hover::before {
    background: rgb(157,168,129);
    transform: scale(1.1);
}.thxArea_07 li span {
    font-size: calc(12px * 1.05);
    display: block;
    font-family: Arial, sans-serif;
    color: #000000;
    transition: transform 0.3s ease;
    line-height: 1.7;
}.thxArea_07 li:hover span {
    transform: translateX(5px);
}

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

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (max-width: 992px) {.thxArea_07 {
    padding: 4rem 0;
}.thxArea_07 h2 {
    font-size: calc(31px * 0.9);
    max-width: 100%;
}.thxArea_07 .guide_values_09 {
    padding: 2rem;
}
}

@media (max-width: 768px) {.thxArea_07 {
    padding: 3.5rem 0;
}.thxArea_07 h2 {
    font-size: calc(31px * 0.8);
    margin-bottom: 1.5rem;
}.thxArea_07 h2::after {
    height: 3px;
    width: 60px;
}.thxArea_07 .guide_values_09 {
    padding: 1.8rem;
}.thxArea_07 li {
    padding-left: 1.8rem;
}.thxArea_07 li span {
    font-size: 12px;
}
}

@media (max-width: 576px) {.thxArea_07 {
    padding: 3rem 0;
}.thxArea_07 h2 {
    font-size: calc(31px * 0.7);
    margin-bottom: 1.2rem;
}.thxArea_07 h2::after {
    height: 3px;
    width: 50px;
}.thxArea_07 .guide_values_09 {
    margin-top: 0.5rem;
    padding: 1.5rem;
}.thxArea_07 li {
    padding-left: 1.5rem;
}.thxArea_07 li::before {
    height: 8px;
    width: 8px;
    top: 0.4rem;
}.thxArea_07 li span {
    font-size: calc(12px * 0.95);
    line-height: 1.6;
}}.program_details_93 {
    background: linear-gradient(135deg, rgb(230,230,227) 0%, rgb(157,168,129,0.5) 100%);
    position: relative;
    padding: 7rem 0;
    overflow: hidden;
}.program_details_93::before {
    z-index: 1;
    height: 300px;
    border-radius: 40% 60% 65% 35% / 40% 45% 55% 60%;
    animation: floatElement 15s infinite ease-in-out;
    opacity: 0.1;
    content: "";
    transform: rotate(-15deg);
    width: 300px;
    top: -5%;
    right: -5%;
    background: linear-gradient(225deg, rgb(190,191,179) 0%, rgb(190,191,179,0.5) 70%);
    position: absolute;
}.program_details_93::after {
    z-index: 1;
    transform: rotate(10deg);
    bottom: -8%;
    width: 250px;
    animation: floatElement 18s infinite ease-in-out reverse;
    height: 250px;
    content: "";
    opacity: 0.1;
    left: -3%;
    position: absolute;
    border-radius: 30% 70% 70% 30% / 30% 52% 48% 70%;
    background: linear-gradient(45deg, rgb(157,168,129) 0%, rgb(157,168,129,0.5) 70%);
}.program_details_93 .container {
    max-width: 1200px;
    z-index: 2;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}.program_details_93 .skill_explorer_92 {
    gap: 3rem;
    grid-template-columns: 1fr;
    display: grid;
    position: relative;
}.program_details_93 .image_header_25 {
    position: relative;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform: perspective(1000px) rotateY(2deg);
    height: 350px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}.program_details_93 .image_header_25::before {
    left: 0;
    z-index: 1;
    background: linear-gradient(
        to bottom,
        transparent 50%,
        rgba(#000000, 0.2) 100%
    );
    height: 100%;
    content: "";
    width: 100%;
    top: 0;
    position: absolute;
}.program_details_93 .image_header_25::after {
    opacity: 0.7;
    z-index: 2;
    top: -15px;
    width: 60px;
    height: 60px;
    content: "";
    position: absolute;
    border-right: 4px solid rgb(190,191,179);
    border-top: 4px solid rgb(190,191,179);
    right: -15px;
}.program_details_93 .image_header_25:hover {
    transform: perspective(1000px) rotateY(0);
}.program_details_93 .text_block_wrap_26 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
}.program_details_93 .text_block_wrap_26::before {
    transform-origin: top;
    transform: scaleY(0);
    top: 10%;
    left: -20px;
    animation: lineGrow 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards 0.5s;
    position: absolute;
    content: "";
    height: 80%;
    background: linear-gradient(to bottom, rgb(190,191,179), rgb(157,168,129));
    width: 5px;
}.program_details_93 h3 {
    font-weight: 700;
    font-size: calc(19px * 1.1);
    opacity: 0;
    margin-bottom: 1.5rem;
    transform: translateY(20px);
    position: relative;
    padding-left: 1rem;
    animation: fadeSlideUp 0.8s forwards 0.3s;
    color: rgb(190,191,179);
}.program_details_93 h3::before {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    content: "";
    height: 0.4rem;
    background-color: rgb(157,168,129);
    width: 0.4rem;
    top: 50%;
}.program_details_93 .description {
    line-height: 1.8;
    transform: translateY(20px);
    font-size: 14px;
    margin-bottom: 1.2rem;
    animation: fadeSlideUp 0.8s forwards 0.5s;
    opacity: 0;
    position: relative;
    color: #000000;
}.program_details_93 p.description {
    scrollbar-width: thin;
    scrollbar-color: rgb(157,168,129) transparent;
    padding-right: 1rem;
    display: block;
    max-height: 400px;
    position: relative;
    overflow-y: auto;
}.program_details_93 p.description::-webkit-scrollbar {
    width: 6px;
}.program_details_93 p.description::-webkit-scrollbar-track {
    background: transparent;
}.program_details_93 p.description::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgb(157,168,129,0.5);
}.program_details_93 span.description {
    display: none;
}

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

@keyframes lineGrow {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

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

@media (min-width: 768px) {.program_details_93 .skill_explorer_92 {
    gap: 4rem;
    grid-template-columns: 1fr 1fr;
}.program_details_93 .image_header_25 {
    height: 450px;
}.program_details_93 h3 {
    padding-left: 1.5rem;
    font-size: calc(19px * 1.2);
}.program_details_93 h3::before {
    width: 0.6rem;
    height: 0.6rem;
}.program_details_93 .text_block_wrap_26::before {
    left: -30px;
}
}

@media (min-width: 992px) {.program_details_93 {
    padding: 9rem 0;
}.program_details_93 .image_header_25 {
    height: 500px;
}.program_details_93 .text_block_wrap_26 {
    padding-right: 2rem;
}.program_details_93 .text_block_wrap_26::before {
    left: -40px;
}.program_details_93 h3 {
    font-size: calc(35px * 0.7);
    margin-bottom: 2rem;
}.program_details_93 .description {
    font-size: calc(14px * 1.05);
}.program_details_93 p.description {
    max-height: 450px;
}
}

@media (min-width: 1200px) {.program_details_93 .skill_explorer_92 {
    gap: 6rem;
}.program_details_93 .image_header_25 {
    transform: perspective(1500px) rotateY(3deg);
    height: 550px;
}.program_details_93 .image_header_25:hover {
    transform: perspective(1500px) rotateY(0);
}.program_details_93 h3 {
    font-size: calc(35px * 0.8);
}.program_details_93 p.description {
    max-height: 500px;
}
}

@media (max-width: 767px) {.program_details_93 {
    padding: 5rem 0;
}.program_details_93 .image_header_25 {
    height: 280px;
    margin-bottom: 1rem;
}.program_details_93 h3 {
    font-size: calc(19px * 1);
    margin-bottom: 1rem;
}.program_details_93 .text_block_wrap_26::before {
    left: -15px;
}.program_details_93 p.description {
    max-height: 350px;
}}header .top_plank {
    color:  #ffffff;
    background: rgb(190,191,179);
}header .top_plank .top_focuspro_39 div svg, header .top_plank .top_focuspro_39 div svg path {
    fill: #ffffff;
}header .top_plank .top_focuspro_39 div span {
    color: #ffffff;
}header .top_plank .top_focuspro_39 {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
    width: 100%;
    align-items: center;
    line-height: 21px;
    font-size: 16px;
    padding: 15px 0 10px 0;
}header .top_plank .top_focuspro_39 div {
    align-items: center;
    justify-content: flex-start;
    display: flex;
    margin-right: 24px;
}header .top_plank .top_focuspro_39 div img, header .top_plank .top_focuspro_39 div svg {
    margin-right: 8px;
    height: 16px;
    width: 16px;
}.teach_supp_31 {
    background-attachment: fixed;
    padding: 6rem 0 3rem;
    color: #ffffff;
    z-index: 1;
    position: relative;
}.teach_supp_31::before {
    position: absolute;
    width: 100%;
    background: linear-gradient(180deg, rgba(0,0,0,0.9) 0%, rgb(190,191,179,0.5) 100%);
    top: 0;
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
}.teach_supp_31::after {
    z-index: -1;
    height: 100%;
    content: "";
    left: 0;
    position: absolute;
    width: 100%;
    pointer-events: none;
    background-image: repeating-linear-gradient(45deg, rgba(255,255,255,0.03) 0px, rgba(255,255,255,0.03) 2px, transparent 2px, transparent 4px);
    top: 0;
}@keyframes gridMovement {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.teach_supp_31 .container {
    display: flex;
    position: relative;
    flex-direction: column;
}.teach_supp_31 .company_holder {
    margin-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 2.5rem;
    position: relative;
    text-align: center;
}.teach_supp_31 .company_holder::before,
.teach_supp_31 .company_holder::after {
    height: 2px;
    position: absolute;
    background: linear-gradient(90deg, transparent, rgb(157,168,129), transparent);
    animation: slide 3s infinite alternate;
    width: 20%;
    bottom: -1px;
    content: "";
}.teach_supp_31 .company_holder::before {
    animation-delay: 0s;
    left: 0;
}.teach_supp_31 .company_holder::after {
    right: 0;
    animation-delay: 1.5s;
}@keyframes slide {
    0% {
        width: 0;
        opacity: 0.5;
    }
    100% {
        width: 40%;
        opacity: 1;
    }
}

.teach_supp_31 .company_holder h3 {
    margin-bottom: 1rem;
    position: relative;
    font-weight: 700;
    display: inline-block;
    font-size: calc(34px * 1.3);
}.teach_supp_31 .company_holder h3::after {
    transform: translateX(-50%);
    background: rgb(157,168,129);
    height: 3px;
    left: 50%;
    content: "";
    width: 60px;
    bottom: -10px;
    position: absolute;
}.teach_supp_31 .discuss_cta_24 {
    opacity: 0.8;
    line-height: 1.7;
    font-size: 14px;
    max-width: 600px;
    color: #ffffff;
    margin: 1.5rem auto 0;
}.teach_supp_31 .netiquette_45 {
    justify-content: center;
    display: flex;
}.teach_supp_31 .top_wrap_73 {
    position: relative;
    display: flex;
    gap: 6rem;
}.teach_supp_31 .top_wrap_73::before {
    height: 20px;
    background: rgb(190,191,179);
    top: -30px;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    content: "";
    width: 1px;
}.teach_supp_31 .top_learn_27 {
    position: relative;
    background: rgba(255,255,255,0.05);
    padding: 1rem 1.5rem;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border-radius: 10px;
    backdrop-filter: blur(10px);
}.teach_supp_31 .top_learn_27:hover {
    transform: translateY(-5px);
    background: rgba(rgb(190,191,179,0.5), 0.1);
    box-shadow: 0 12px 40px 0 rgba(0, 0, 0, 0.2);
}.teach_supp_31 .top_learn_27 h5 {
    border-bottom: 1px dashed rgba(255,255,255,0.2);
    padding-bottom: 0.8rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    color: rgb(157,168,129);
    letter-spacing: 1.5px;
    margin-bottom: 1.5rem;
    font-size: 22px;
}.teach_supp_31 .top_learn_27 .top_wrap_73 {
    display: flex;
    flex-direction: column;
    position: static;
    gap: 0.8rem;
}.teach_supp_31 .top_learn_27 .top_wrap_73 a {
    text-decoration: none;
    transition: all 0.3s ease;
    text-align: center;
    color: #ffffff;
    z-index: 1;
    opacity: 0.75;
    padding: 0.4rem 0;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}.teach_supp_31 .top_learn_27 .top_wrap_73 a::before {
    z-index: -1;
    content: "";
    transition: transform 0.4s ease;
    position: absolute;
    transform-origin: center;
    width: 100%;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgb(190,191,179), transparent);
    height: 1px;
    transform: scaleX(0);
    left: 0;
}.teach_supp_31 .top_learn_27 .top_wrap_73 a:hover {
    opacity: 1;
    color: rgb(157,168,129);
}.teach_supp_31 .top_learn_27 .top_wrap_73 a:hover::before {
    transform: scaleX(1);
}.help_center_32 {
    background-color: rgba(0, 0, 0, 0.8);
    position: relative;
    padding: 1.2rem 0;
    overflow: hidden;
    margin-top: 4rem;
}.help_center_32::before {
    top: 0;
    animation: bgMove 20s linear infinite;
    background-image: linear-gradient(45deg, rgba(rgb(190,191,179,0.5), 0.05) 25%, transparent 25%, transparent 50%, rgba(rgb(190,191,179,0.5), 0.05) 50%, rgba(rgb(190,191,179,0.5), 0.05) 75%, transparent 75%, transparent);
    height: 100%;
    width: 100%;
    position: absolute;
    content: "";
    background-size: 4px 4px;
    opacity: 0.3;
    left: 0;
}@keyframes bgMove {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: 100px 100px;
    }
}

.help_center_32 .container {
    align-items: center;
    justify-content: center;
    display: flex;
}.help_center_32 .search_foot_56 {
    position: relative;
    font-size: 16px;
    opacity: 0.8;
    letter-spacing: 0.5px;
    color: #ffffff;
    text-align: center;
}.help_center_32 .search_foot_56::before,
.help_center_32 .search_foot_56::after {
    color: rgb(190,191,179);
    margin: 0 0.6rem;
    content: "•";
}

@media screen and (max-width: 992px) {.teach_supp_31 {
    padding: 4rem 0 2rem;
}.teach_supp_31 .company_holder {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}.teach_supp_31 .company_holder h3 {
    font-size: 34px;
}.teach_supp_31 .top_wrap_73 {
    gap: 3rem;
}
}

@media screen and (max-width: 768px) {.teach_supp_31 .netiquette_45 {
    flex-direction: column;
    align-items: center;
}.teach_supp_31 .top_wrap_73 {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 450px;
}.teach_supp_31 .top_learn_27 {
    width: 100%;
}
}

@media screen and (max-width: 576px) {.teach_supp_31 {
    padding: 3rem 0 1.5rem;
}.teach_supp_31 .company_holder h3 {
    font-size: calc(34px * 0.9);
}.teach_supp_31 .discuss_cta_24 {
    font-size: calc(14px * 0.9);
}.teach_supp_31 .top_learn_27 {
    padding: 1rem;
}.teach_supp_31 .top_learn_27 h5 {
    font-size: calc(22px * 0.9);
}.help_center_32 {
    margin-top: 2rem;
    padding: 1rem 0;
}.help_center_32 .search_foot_56 {
    font-size: calc(16px * 0.9);
}.help_center_32 .search_foot_56::before,
    .help_center_32 .search_foot_56::after {
    display: none;
}}.teaching_process_03 {
    background: linear-gradient(135deg, rgb(230,230,227) 0%, rgba(245, 247, 250, 0.9) 100%);
    overflow: hidden;
    position: relative;
    padding: 120px 0;
}.teaching_process_03::before {
    height: 100%;
    content: "";
    opacity: 0.1;
    background-position: 0 0;
    background-size: 40px 40px;
    top: 0;
    width: 100%;
    animation: patternMove 35s linear infinite;
    left: 0;
    z-index: 1;
    position: absolute;
    background-image: 
        linear-gradient(45deg, transparent 48%, rgb(190,191,179,0.5) 49%, rgb(190,191,179,0.5) 51%, transparent 52%),
        linear-gradient(-45deg, transparent 48%, rgb(157,168,129,0.5) 49%, rgb(157,168,129,0.5) 51%, transparent 52%);
}.teaching_process_03::after {
    opacity: 0.15;
    right: -20%;
    height: 200%;
    position: absolute;
    background: linear-gradient(120deg, rgb(190,191,179,0.5) 0%, transparent 70%);
    width: 60%;
    content: "";
    top: -50%;
    transform: rotate(-15deg);
    z-index: 1;
}.teaching_process_03 .container {
    perspective: 1000px;
    z-index: 2;
    position: relative;
    transform-style: preserve-3d;
}.teaching_process_03 .guide_values_09 {
    display: flex;
    align-items: center;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    justify-content: center;
    z-index: 3;
}.teaching_process_03 .guide_values_09 > div {
    transform: translateZ(0);
    border-radius: 2px;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.05),
        0 1px 4px rgba(0, 0, 0, 0.03),
        0 20px 25px -5px rgba(0, 0, 0, 0.1);
    padding: 50px 40px;
    max-width: 900px;
    position: relative;
    transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.5s ease;
    background: #ffffff;
    border-left: 4px solid rgb(190,191,179);
}.teaching_process_03 .guide_values_09 > div:hover {
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 2px 6px rgba(0, 0, 0, 0.04),
        0 30px 35px -10px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px) translateZ(10px);
}.teaching_process_03 .guide_values_09 > div::before {
    content: "";
    z-index: -1;
    background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0.8) 100%);
    top: 0;
    clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
}.teaching_process_03 h3 {
    margin-bottom: 25px;
    font-size: calc(37px * 0.85);
    transform: translateX(0);
    position: relative;
    color: #000000;
    transition: transform 0.4s ease;
    padding-bottom: 15px;
    font-weight: 700;
}.teaching_process_03 h3::after {
    background: linear-gradient(90deg, rgb(190,191,179) 0%, rgb(157,168,129) 100%);
    position: absolute;
    width: 60px;
    bottom: 0;
    transition: width 0.4s ease-in-out;
    left: 0;
    height: 3px;
    content: "";
}.teaching_process_03 .guide_values_09 > div:hover h3 {
    transform: translateX(5px);
}.teaching_process_03 .guide_values_09 > div:hover h3::after {
    width: 100px;
}.teaching_process_03 p {
    margin-bottom: 0;
    color: #000000;
    font-size: 12px;
    transform: translateZ(0);
    line-height: 1.8;
    position: relative;
}.teaching_process_03 p span {
    border-left: 2px solid rgba(var(--primary-color-rgb), 0.3);
    padding-left: 10px;
    position: relative;
    display: block;
}

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

@media screen and (max-width: 991px) {.teaching_process_03 {
    padding: 80px 0;
}.teaching_process_03 .guide_values_09 > div {
    padding: 40px 30px;
}.teaching_process_03 h3 {
    margin-bottom: 20px;
    font-size: calc(37px * 0.75);
}
}

@media screen and (max-width: 768px) {.teaching_process_03 {
    padding: 60px 0;
}.teaching_process_03 .guide_values_09 > div {
    padding: 35px 25px;
}.teaching_process_03 h3 {
    padding-bottom: 12px;
    margin-bottom: 18px;
    font-size: calc(37px * 0.7);
}.teaching_process_03 p {
    line-height: 1.7;
    font-size: calc(12px * 0.95);
}
}

@media screen and (max-width: 576px) {.teaching_process_03 {
    padding: 50px 0;
}.teaching_process_03 .guide_values_09 > div {
    border-left-width: 3px;
    padding: 30px 20px;
}.teaching_process_03 h3 {
    margin-bottom: 15px;
    font-size: calc(37px * 0.65);
    padding-bottom: 10px;
}.teaching_process_03 h3::after {
    width: 50px;
    height: 2px;
}.teaching_process_03 .guide_values_09 > div:hover h3::after {
    width: 80px;
}.teaching_process_03 p {
    font-size: calc(12px * 0.9);
    line-height: 1.6;
}.teaching_process_03 p span {
    border-left-width: 1px;
    padding-left: 8px;
}}.enroll_instantly_78 {
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(45deg, rgb(190,191,179) 0%, rgb(157,168,129) 100%);
    position: relative;
    padding: 120px 0;
}.enroll_instantly_78::before {
    z-index: -1;
    height: 100%;
    opacity: 0.1;
    animation: rotateBg 20s linear infinite;
    top: 0;
    position: absolute;
    background: 
        repeating-conic-gradient(
            from 0deg at 50% 50%,
            rgb(190,191,179) 0deg,
            rgb(157,168,129) 15deg,
            rgb(190,191,179) 30deg
        );
    content: '';
    width: 100%;
    left: 0;
}.enroll_instantly_78::after {
    background-size: 100% 100px, 100px 100%;
    top: 0;
    left: 0;
    animation: scanLines 5s linear infinite alternate;
    opacity: 0.05;
    content: '';
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    background: 
        linear-gradient(0deg, transparent 0%, #ffffff 50%, transparent 100%),
        linear-gradient(90deg, transparent 0%, #ffffff 50%, transparent 100%);
    width: 100%;
    position: absolute;
}.enroll_instantly_78 .guide_values_09 {
    flex-direction: column;
    display: flex;
    border-radius: 13px;
    z-index: 2;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    padding: 60px 40px;
    backdrop-filter: blur(10px);
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    max-width: 1000px;
    align-items: center;
    box-shadow: 
        0 15px 35px rgba(0, 0, 0, 0.2),
        0 0 20px rgb(190,191,179,0.5),
        0 0 40px rgb(190,191,179,0.5);
}.enroll_instantly_78 .guide_values_09::before {
    top: -50%;
    position: absolute;
    left: -50%;
    background: 
        radial-gradient(
            ellipse at center,
            rgba(255, 255, 255, 0.2) 0%,
            transparent 70%
        );
    z-index: -1;
    animation: pulseGlow 6s ease-in-out infinite alternate;
    content: '';
    width: 200%;
    height: 200%;
}.enroll_instantly_78 .guide_values_09::after {
    content: '';
    background-size: 20px 20px;
    top: 0;
    left: 0;
    opacity: 0.3;
    width: 100%;
    z-index: -1;
    height: 100%;
    background: 
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(315deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%),
        linear-gradient(45deg, rgba(255, 255, 255, 0.1) 25%, transparent 25%);
    position: absolute;
}.enroll_instantly_78 h3 {
    text-transform: uppercase;
    font-family: Arial, sans-serif;
    font-size: 38px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 700;
    color: #ffffff;
    text-shadow: 
        0 0 5px #ffffff,
        0 0 20px rgb(190,191,179);
    position: relative;
    letter-spacing: 3px;
}.enroll_instantly_78 h3::before {
    height: 100%;
    animation: glitchEffect 2s infinite linear alternate;
    position: absolute;
    top: 0;
    content: attr(data-text);
    z-index: -1;
    opacity: 0.7;
    color: rgb(157,168,129);
    width: 100%;
    left: -3px;
}.enroll_instantly_78 h3::after {
    width: 100%;
    left: 3px;
    position: absolute;
    height: 100%;
    opacity: 0.7;
    top: 0;
    color: rgb(190,191,179);
    animation: glitchEffect 3s infinite linear alternate-reverse;
    z-index: -2;
    content: attr(data-text);
}.enroll_instantly_78 .quick_contact_17 {
    text-transform: uppercase;
    padding: 18px 45px;
    display: inline-block;
    font-family: Arial, sans-serif;
    background-size: 200% 200%;
    transition: all 0.4s ease;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.2),
        0 0 15px rgb(157,168,129,0.5),
        0 0 30px rgb(157,168,129,0.5);
    font-weight: 600;
    position: relative;
    z-index: 1;
    color: #ffffff;
    letter-spacing: 2px;
    overflow: hidden;
    animation: gradientFlow 5s ease infinite;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 20px;
    text-decoration: none;
    border-radius: 13px;
    background: linear-gradient(45deg, rgb(190,191,179), rgb(157,168,129), rgb(190,191,179));
}.enroll_instantly_78 .quick_contact_17::before {
    animation: gradientFlow 5s ease infinite;
    bottom: -2px;
    left: -2px;
    top: -2px;
    background-size: 400% 400%;
    border-radius: calc(13px + 2px);
    right: -2px;
    z-index: -1;
    background: linear-gradient(45deg, rgb(190,191,179), rgb(157,168,129), rgb(190,191,179));
    position: absolute;
    opacity: 0.7;
    content: '';
}.enroll_instantly_78 .quick_contact_17::after {
    top: 0;
    position: absolute;
    content: '';
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.3),
        transparent
    );
    transform: skewX(-20deg);
    z-index: 1;
    left: -100%;
    height: 100%;
    transition: all 0.6s ease;
    width: 70%;
}.enroll_instantly_78 .quick_contact_17:hover {
    box-shadow: 
        0 15px 30px rgba(0, 0, 0, 0.3),
        0 0 30px rgb(157,168,129),
        0 0 50px rgb(157,168,129,0.5);
    transform: translateY(-5px) scale(1.03);
    color: #ffffff;
    text-shadow: 0 0 10px #ffffff;
}.enroll_instantly_78 .quick_contact_17:hover::after {
    left: 130%;
}

@media screen and (max-width: 992px) {.enroll_instantly_78 {
    padding: 100px 0;
}.enroll_instantly_78 .guide_values_09 {
    max-width: 90%;
    padding: 50px 30px;
}.enroll_instantly_78 h3 {
    font-size: calc(38px * 0.9);
    margin-bottom: 45px;
}.enroll_instantly_78 .quick_contact_17 {
    padding: 16px 40px;
}
}

@media screen and (max-width: 768px) {.enroll_instantly_78 {
    padding: 80px 0;
}.enroll_instantly_78 .guide_values_09 {
    padding: 40px 25px;
}.enroll_instantly_78 h3 {
    letter-spacing: 2px;
    margin-bottom: 40px;
    font-size: calc(38px * 0.8);
}.enroll_instantly_78 .quick_contact_17 {
    font-size: calc(20px * 0.95);
    padding: 14px 35px;
}
}

@media screen and (max-width: 576px) {.enroll_instantly_78 {
    padding: 60px 0;
}.enroll_instantly_78 .guide_values_09 {
    padding: 30px 20px;
}.enroll_instantly_78 h3 {
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: calc(38px * 0.7);
}.enroll_instantly_78 .quick_contact_17 {
    padding: 12px 30px;
    font-size: calc(20px * 0.9);
    letter-spacing: 1px;
}}

@keyframes rotateBg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes scanLines {
    0% {
        background-position: center, center;
        opacity: 0.03;
    }
    50% {
        opacity: 0.07;
    }
    100% {
        background-position: center, center;
        opacity: 0.03;
    }
}

@keyframes pulseGlow {
    0% {
        transform: scale(1);
        opacity: 0.3;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.5;
    }
    100% {
        transform: scale(1);
        opacity: 0.3;
    }
}

@keyframes glitchEffect {
    0% {
        transform: translateX(-2px) translateY(2px);
    }
    25% {
        transform: translateX(2px) translateY(-2px);
    }
    50% {
        transform: translateX(-1px) translateY(1px);
    }
    75% {
        transform: translateX(3px) translateY(-3px);
    }
    100% {
        transform: translateX(-2px) translateY(2px);
    }
}

@keyframes gradientFlow {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}.price_card_item_85 {
    background: linear-gradient(135deg, rgb(230,230,227), rgba(240, 240, 255, 0.95));
    position: relative;
    padding: 120px 0;
    overflow: hidden;
}.price_card_item_85::before {
    width: 40%;
    right: -5%;
    position: absolute;
    opacity: 0.4;
    content: "";
    top: -10%;
    filter: blur(60px);
    background: linear-gradient(145deg, rgb(190,191,179,0.5), rgb(157,168,129,0.5));
    height: 70%;
    transform: rotate(-15deg) skewX(15deg);
    z-index: 0;
}.price_card_item_85::after {
    z-index: 0;
    filter: blur(50px);
    left: -5%;
    background: linear-gradient(215deg, rgb(157,168,129,0.5), rgb(190,191,179,0.5));
    position: absolute;
    transform: rotate(12deg) skewX(-10deg);
    width: 35%;
    bottom: -10%;
    opacity: 0.3;
    height: 60%;
    content: "";
}.price_card_item_85 .container {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1320px;
}.price_card_item_85 .price_sheet_18 {
    gap: 60px;
    grid-template-columns: 1fr;
    display: grid;
}.price_card_item_85 .skill_plans_32 {
    transform: translateY(30px);
    animation: fadeInUp 0.8s ease-out forwards 0.3s;
    opacity: 0;
    text-align: center;
}.price_card_item_85 .skill_plans_32 h2 {
    font-size: 29px;
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000000;
}.price_card_item_85 .skill_plans_32 h2::after {
    bottom: -12px;
    position: absolute;
    content: "";
    transform: translateX(-50%);
    height: 4px;
    border-radius: 10px;
    width: 80px;
    left: 50%;
    background: linear-gradient(90deg, rgb(190,191,179), rgb(157,168,129));
}.price_card_item_85 .rate_choice_86 {
    margin: 20px auto 0;
    color: #000000;
    max-width: 680px;
    line-height: 1.6;
    font-size: 15px;
}.price_card_item_85 .group_plans_04 {
    transform: translateY(40px);
    display: grid;
    grid-template-columns: 1fr;
    opacity: 0;
    gap: 30px;
    animation: fadeInUp 0.8s ease-out forwards 0.5s;
}.price_card_item_85 .offer_box_62 {
    display: block;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.6s ease;
    text-decoration: none;
    transform: perspective(1000px) rotateX(0deg);
    backface-visibility: hidden;
}.price_card_item_85 .cost_schemes_91 {
    height: 100%;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    display: flex;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
    background: #ffffff;
    will-change: transform, box-shadow;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), box-shadow 0.5s ease;
}.price_card_item_85 .offer_box_62:hover .cost_schemes_91 {
    box-shadow: 0 25px 40px rgba(0, 0, 0, 0.12), 0 10px 20px rgba(var(--primary-color-rgb), 0.1);
    transform: translateY(-8px);
}.price_card_item_85 .plan_table_60 {
    padding: 35px 30px;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
}.price_card_item_85 .plan_table_60 h3 {
    white-space: normal;
    margin-bottom: 15px;
    color: #000000;
    font-weight: 700;
    padding-left: 15px;
    overflow-wrap: break-word;
    font-size: calc(19px + 2px);
    position: relative;
    word-break: break-word;
}.price_card_item_85 .plan_table_60 h3::before {
    height: calc(100% - 10px);
    content: "";
    border-radius: 10px;
    position: absolute;
    width: 4px;
    top: 5px;
    background: linear-gradient(to bottom, rgb(190,191,179), rgb(157,168,129));
    left: 0;
}.price_card_item_85 .value_fees_25 {
    font-size: calc(19px + 4px);
    position: relative;
    display: inline-block;
    font-weight: 700;
    padding: 8px 15px;
    border-radius: 6px;
    color: rgb(190,191,179);
    margin: 5px 0 20px;
    background: linear-gradient(120deg, rgba(var(--primary-color-rgb), 0.08), rgba(var(--secondary-color-rgb), 0.08));
}.price_card_item_85 .plan_table_60 p {
    line-height: 1.6;
    font-size: 15px;
    word-break: break-word;
    margin-top: 5px;
    margin-bottom: 10px;
    overflow-wrap: break-word;
    color: #000000;
    flex-grow: 1;
    white-space: normal;
}.price_card_item_85 .image_header_25 {
    overflow: hidden;
    width: 100%;
    height: 220px;
    position: relative;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}.price_card_item_85 .image_header_25::after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
    left: 0;
    bottom: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    content: "";
    right: 0;
}.price_card_item_85 .offer_box_62:hover .image_header_25 {
    transform: scale(1.05);
}

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

@media (min-width: 768px) {.price_card_item_85 .group_plans_04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}.price_card_item_85 .price_sheet_18 {
    grid-template-columns: 1fr;
}
}

@media (min-width: 992px) {.price_card_item_85 .price_sheet_18 {
    gap: 40px;
    grid-template-columns: 2fr 1fr;
}.price_card_item_85 .skill_plans_32 {
    text-align: left;
    align-self: center;
    grid-column: 2;
    grid-row: 1;
}.price_card_item_85 .skill_plans_32 h2 {
    display: inline-block;
}.price_card_item_85 .skill_plans_32 h2::after {
    left: 0;
    transform: none;
}.price_card_item_85 .rate_choice_86 {
    margin: 25px 0 0;
}.price_card_item_85 .group_plans_04 {
    grid-column: 1;
    grid-row: 1;
    grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 1200px) {.price_card_item_85 .group_plans_04 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}.price_card_item_85 .plan_table_60 {
    padding: 40px 35px;
}.price_card_item_85 .image_header_25 {
    height: 240px;
}
}

@media (max-width: 767px) {.price_card_item_85 {
    padding: 80px 0;
}.price_card_item_85 .skill_plans_32 {
    margin-bottom: 20px;
}.price_card_item_85 .cost_schemes_91 {
    max-width: 100%;
}.price_card_item_85 .plan_table_60 {
    padding: 30px 25px;
}.price_card_item_85 .plan_table_60 h3 {
    font-size: calc(19px + 1px);
}.price_card_item_85 .value_fees_25 {
    margin: 0 0 15px;
    font-size: 19px;
}.price_card_item_85 .image_header_25 {
    height: 200px;
}
}

@media (max-width: 480px) {.price_card_item_85 {
    padding: 60px 0;
}.price_card_item_85 .plan_table_60 {
    padding: 25px 20px;
}.price_card_item_85 .image_header_25 {
    height: 180px;
}}.program_results_38 {
    position: relative;
    overflow: hidden;
    padding: 8rem 2rem;
    background: linear-gradient(135deg, rgb(230,230,227) 0%, rgb(157,168,129,0.5) 100%);
}.program_results_38::before {
    width: 100%;
    z-index: 0;
    position: absolute;
    content: "";
    height: 100%;
    pointer-events: none;
    left: 0;
    background-image: radial-gradient(circle at 80% 20%, rgb(190,191,179,0.5) 0%, transparent 60%);
    top: 0;
}.program_results_38::after {
    background: linear-gradient(45deg, rgb(157,168,129,0.5) 0%, transparent 70%);
    filter: blur(5rem);
    width: 20rem;
    pointer-events: none;
    z-index: 0;
    position: absolute;
    content: "";
    bottom: -5rem;
    height: 20rem;
    right: -5rem;
}.program_results_38 h5 {
    color: #000000;
    margin-bottom: 4rem;
    margin-right: auto;
    position: relative;
    text-align: center;
    line-height: 1.5;
    margin-left: auto;
    font-weight: 700;
    font-size: 23px;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
    max-width: 80%;
    z-index: 2;
    transform: translateY(0);
}.program_results_38 h5::after {
    background: linear-gradient(90deg, rgb(190,191,179) 0%, rgb(157,168,129) 100%);
    content: "";
    width: 6rem;
    bottom: -1rem;
    height: 0.25rem;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}.program_results_38 .container {
    position: relative;
    max-width: 1200px;
    z-index: 1;
    margin: 0 auto;
}.program_results_38 .guide_values_09 {
    padding: 1rem;
    position: relative;
    flex-direction: column;
    gap: 3rem;
    display: flex;
}.program_results_38 .guide_values_09 > div:first-child {
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    position: relative;
    overflow: hidden;
    border-radius: 17px;
    box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.15);
    transform: perspective(1000px) rotateY(-5deg);
    order: 1;
}.program_results_38 .guide_values_09 > div:first-child::before {
    pointer-events: none;
    left: 0;
    opacity: 0.4;
    z-index: 1;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, transparent 0%, rgb(190,191,179,0.5) 100%);
}.program_results_38 .guide_values_09 > div:first-child:hover {
    transform: perspective(1000px) rotateY(0deg);
}.program_results_38 .image_header_25 {
    transition: transform 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    object-fit: cover;
    transform: scale(1.05);
    width: 100%;
    height: 100%;
    display: block;
}.program_results_38 .guide_values_09 > div:first-child:hover .image_header_25 {
    transform: scale(1);
}.program_results_38 .text_block_wrap_26 {
    order: 2;
    position: relative;
    padding: 1rem;
}.program_results_38 .text_block_wrap_26::before {
    width: 8rem;
    height: 8rem;
    pointer-events: none;
    filter: blur(2rem);
    top: -3rem;
    z-index: -1;
    content: "";
    background: radial-gradient(circle, rgb(157,168,129,0.5) 0%, transparent 70%);
    left: -1rem;
    position: absolute;
}.program_results_38 ul {
    grid-template-columns: 1fr;
    margin: 0;
    display: grid;
    padding: 0;
    list-style: none;
    gap: 1.75rem;
}.program_results_38 li {
    padding-left: 3rem;
    transform: translateX(0);
    position: relative;
    transition: transform 0.4s ease-out;
}.program_results_38 li:hover {
    transform: translateX(0.5rem);
}.program_results_38 li div {
    position: relative;
}.program_results_38 li p {
    display: flex;
    color: #000000;
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    align-items: flex-start;
}.program_results_38 li p svg {
    top: 0.125rem;
    height: 1.75rem;
    width: 1.75rem;
    left: -3rem;
    position: absolute;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}.program_results_38 li:hover p svg {
    transform: rotate(10deg) scale(1.1);
}.program_results_38 li p svg path {
    transition: fill 0.3s ease;
    fill: rgb(190,191,179);
}.program_results_38 li:hover p svg path {
    fill: rgb(157,168,129);
}.program_results_38 li:nth-child(odd) {
    transform: translateX(0);
}.program_results_38 li:nth-child(odd):hover {
    transform: translateX(0.5rem);
}.program_results_38 li:nth-child(even) {
    transform: translateX(0);
}.program_results_38 li:nth-child(even):hover {
    transform: translateX(0.5rem);
}

@media (min-width: 768px) {.program_results_38 {
    padding: 10rem 3rem;
}.program_results_38 h5 {
    font-size: calc(23px * 1.2);
    max-width: 70%;
}.program_results_38 .guide_values_09 {
    flex-direction: row;
    gap: 5rem;
    align-items: center;
}.program_results_38 .guide_values_09 > div:first-child {
    order: 0;
    flex: 0 0 45%;
    transform: perspective(1000px) rotateY(-8deg);
}.program_results_38 .text_block_wrap_26 {
    flex: 0 0 50%;
    padding-right: 2rem;
}.program_results_38 ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 3rem;
}.program_results_38 li:nth-child(odd) {
    transform: translateY(-0.5rem);
}.program_results_38 li:nth-child(odd):hover {
    transform: translateY(-0.5rem) translateX(0.5rem);
}.program_results_38 li:nth-child(even) {
    transform: translateY(0.5rem);
}.program_results_38 li:nth-child(even):hover {
    transform: translateY(0.5rem) translateX(0.5rem);
}
}

@media (min-width: 992px) {.program_results_38 {
    padding: 12rem 4rem;
}.program_results_38 h5 {
    max-width: 60%;
    font-size: calc(23px * 1.4);
}.program_results_38 .guide_values_09 {
    gap: 8rem;
}.program_results_38 .guide_values_09 > div:first-child {
    flex: 0 0 40%;
}.program_results_38 .text_block_wrap_26 {
    flex: 0 0 55%;
}.program_results_38 li p {
    font-size: calc(18px * 1.05);
}.program_results_38 li p svg {
    height: 2rem;
    width: 2rem;
}
}

@media (min-width: 1200px) {.program_results_38 .guide_values_09 > div:first-child::after {
    transform: rotate(-5deg);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 10px;
    height: 70%;
    content: "";
    position: absolute;
    opacity: 0.7;
    z-index: -1;
    bottom: -2rem;
    width: 70%;
    right: -2rem;
    filter: blur(1rem);
    background: linear-gradient(45deg, rgb(190,191,179,0.5) 0%, rgb(157,168,129,0.5) 100%);
}.program_results_38 .guide_values_09 > div:first-child:hover::after {
    transform: rotate(0deg);
}.program_results_38 ul {
    gap: 3rem 4rem;
}
}

@media (max-width: 767px) {.program_results_38 {
    padding: 6rem 1.5rem;
}.program_results_38 h5 {
    font-size: calc(23px * 0.9);
    max-width: 100%;
    margin-bottom: 3rem;
}.program_results_38 li {
    margin-bottom: 1.25rem;
}.program_results_38 li p {
    font-size: calc(18px * 0.95);
}}.find_contact_37 {
    overflow: hidden;
    position: relative;
    background: rgb(230,230,227);
    padding: 80px 0;
}.find_contact_37::before {
    background: rgb(190,191,179,0.5);
    position: absolute;
    z-index: 1;
    width: 40%;
    height: 100%;
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 0% 100%);
    right: 0;
    content: '';
    top: 0;
}.find_contact_37 .container {
    z-index: 2;
    position: relative;
}.find_contact_37 .edu_tutor_40 {
    background: #ffffff;
    border-radius: 17px;
    position: relative;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    padding: 50px;
    transition: transform 0.3s ease;
}.find_contact_37 .edu_tutor_40::after {
    top: 0;
    border-top-left-radius: 17px;
    background: rgb(190,191,179);
    height: 100px;
    content: '';
    width: 5px;
    left: 0;
    position: absolute;
}.find_contact_37 .edu_tutor_40 h2 {
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
    font-size: 35px;
    color: #000000;
}.find_contact_37 .edu_tutor_40 p {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000000;
    line-height: 1.6;
    margin-bottom: 25px;
}.find_contact_37 .edu_tutor_40 p svg {
    margin-right: 10px;
    height: 18px;
    width: 18px;
    fill: rgb(190,191,179);
}.find_contact_37 .edu_tutor_40 p svg path {
    fill: rgb(190,191,179);
}.find_contact_37 .talk_experts_63 {
    flex-wrap: wrap;
    display: flex;
    margin-top: 35px;
    gap: 20px;
}.find_contact_37 .quick_contact_17 {
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none;
    width: 55px;
    transition: all 0.3s ease;
    border-radius: 50%;
    background: rgb(230,230,227);
    height: 55px;
    position: relative;
}.find_contact_37 .quick_contact_17::before {
    background: rgb(190,191,179);
    height: 100%;
    z-index: 0;
    transform: scale(0.8);
    opacity: 0;
    transition: all 0.3s ease;
    top: 0;
    content: '';
    border-radius: 50%;
    left: 0;
    position: absolute;
    width: 100%;
}.find_contact_37 .quick_contact_17:hover::before {
    transform: scale(1);
    opacity: 1;
}.find_contact_37 .quick_contact_17 svg {
    fill: rgb(190,191,179);
    height: 22px;
    transition: all 0.3s ease;
    width: 22px;
    position: relative;
    z-index: 1;
}.find_contact_37 .quick_contact_17 svg path {
    fill: rgb(190,191,179);
    transition: all 0.3s ease;
}.find_contact_37 .quick_contact_17:hover svg {
    fill: #ffffff;
}.find_contact_37 .quick_contact_17:hover svg path {
    fill: #ffffff;
}

@media (max-width: 1024px) {.find_contact_37 {
    padding: 60px 0;
}.find_contact_37 .edu_tutor_40 {
    padding: 40px 30px;
}.find_contact_37 .edu_tutor_40 h2 {
    font-size: calc(35px - 2px);
}
}

@media (max-width: 768px) {.find_contact_37 {
    padding: 50px 0;
}.find_contact_37::before {
    width: 50%;
}.find_contact_37 .edu_tutor_40 {
    padding: 35px 25px;
}.find_contact_37 .edu_tutor_40 h2 {
    font-size: calc(35px - 4px);
}.find_contact_37 .talk_experts_63 {
    justify-content: center;
}
}

@media (max-width: 480px) {.find_contact_37 {
    padding: 40px 0;
}.find_contact_37::before {
    width: 70%;
}.find_contact_37 .edu_tutor_40 {
    padding: 30px 20px;
}.find_contact_37 .edu_tutor_40 h2 {
    font-size: calc(35px - 5px);
}.find_contact_37 .edu_tutor_40 p {
    font-size: calc(15px - 1px);
}.find_contact_37 .quick_contact_17 {
    width: 50px;
    height: 50px;
}.find_contact_37 .quick_contact_17 svg {
    height: 20px;
    width: 20px;
}}.receive_updates_06 {
    background: linear-gradient(90deg, rgb(230,230,227) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: hidden;
    margin: 4rem 0;
    padding: 3rem;
    position: relative;
    perspective: 1000px;
}.receive_updates_06::before {
    animation: breathe 8s infinite alternate;
    left: 0;
    background: radial-gradient(circle at 30% 50%, rgb(190,191,179,0.5) 0%, transparent 60%);
    z-index: 1;
    position: absolute;
    top: 0;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    content: "";
}.receive_updates_06::after {
    left: -10%;
    height: 50%;
    bottom: -30%;
    content: "";
    background: linear-gradient(90deg, rgb(157,168,129,0.5) 0%, transparent 100%);
    filter: blur(20px);
    z-index: 0;
    transform: rotate(-5deg);
    position: absolute;
    width: 120%;
}.receive_updates_06 .guide_values_09 {
    transition: transform 0.5s ease;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    display: flex;
    position: relative;
    transform-style: preserve-3d;
    transform: rotateX(5deg);
}.receive_updates_06 .guide_values_09:hover {
    transform: rotateX(0deg);
}.receive_updates_06 p {
    transform: translateZ(20px);
    font-size: 22px;
    font-family: Arial, sans-serif;
    position: relative;
    color: #ffffff;
    flex: 0 0 40%;
    padding-right: 2rem;
    font-weight: 700;
}.receive_updates_06 p::after {
    transform-origin: left;
    background: rgb(157,168,129);
    left: 0;
    content: "";
    transition: transform 0.4s ease;
    position: absolute;
    height: 3px;
    bottom: -10px;
    transform: scaleX(0.5);
    width: 60px;
}.receive_updates_06 .guide_values_09:hover p::after {
    transform: scaleX(1);
}.receive_updates_06 .input_holder {
    display: flex;
    transform: translateZ(40px);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    flex: 0 0 60%;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}.receive_updates_06 .sub_area_24 {
    padding: 1.2rem 1.5rem;
    font-family: Arial, sans-serif;
    background: #ffffff;
    flex: 1;
    border: none;
    font-size: 18px;
    transition: all 0.3s ease;
    color: #000000;
}.receive_updates_06 .sub_area_24:focus {
    outline: none;
    background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0.9));
}.receive_updates_06 .sub_area_24::placeholder {
    opacity: 0.6;
    color: #000000;
}.receive_updates_06 .unlock_opportunities_48 {
    font-family: Arial, sans-serif;
    position: relative;
    overflow: hidden;
    color: #ffffff;
    font-size: 16px;
    transition: all 0.4s ease;
    font-weight: 600;
    padding: 0 2rem;
    border: none;
    cursor: pointer;
    background: linear-gradient(45deg, rgb(190,191,179) 0%, rgb(157,168,129) 100%);
}.receive_updates_06 .unlock_opportunities_48::after {
    content: "";
    transition: opacity 0.4s ease;
    width: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
    top: -50%;
    height: 200%;
    transform: scale(0.5);
    left: -50%;
    opacity: 0;
    position: absolute;
}.receive_updates_06 .unlock_opportunities_48:hover::after {
    transform: scale(1);
    opacity: 1;
}.receive_updates_06 .unlock_opportunities_48:hover {
    background: linear-gradient(45deg, rgb(157,168,129) 0%, rgb(190,191,179) 100%);
    box-shadow: 0 0 15px rgb(190,191,179,0.5);
}

@keyframes breathe {
    0% {
        opacity: 0.3;
        transform: scale(1);
    }
    100% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}

@media (max-width: 768px) {.receive_updates_06 {
    padding: 2rem 1.5rem;
}.receive_updates_06 .guide_values_09 {
    align-items: stretch;
    transform: none;
    flex-direction: column;
}.receive_updates_06 p {
    transform: none;
    margin-bottom: 1.5rem;
    flex: none;
    padding-right: 0;
}.receive_updates_06 .input_holder {
    transform: none;
    flex: none;
    flex-direction: column;
}.receive_updates_06 .sub_area_24 {
    width: 100%;
    margin-bottom: 1rem;
    border-radius: 10px;
}.receive_updates_06 .unlock_opportunities_48 {
    padding: 1rem;
    border-radius: 10px;
    width: 100%;
}}.title_screen_94 {
    min-height: 100vh;
    overflow: hidden;
    position: relative;
    width: 100%;
}.title_screen_94 .course_page_47 {
    isolation: isolate;
    place-items: center;
    box-sizing: border-box;
    display: grid;
    width: 100%;
    position: relative;
    padding: 2rem;
    height: 100vh;
}.title_screen_94 .course_page_47::before {
    backdrop-filter: blur(3px) saturate(110%);
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    height: 100%;
    background: linear-gradient(
    135deg,
    rgb(190,191,179,0.5),
    rgb(157,168,129,0.5) 70%,
    rgba(0, 0, 0, 0.5)
  );
    position: absolute;
    width: 100%;
}.title_screen_94 .course_page_47::after {
    content: "";
    opacity: 0.3;
    top: 5%;
    transform: translate(10px, 10px);
    height: 90%;
    pointer-events: none;
    position: absolute;
    animation: borderReveal 1.5s ease-out forwards;
    z-index: 1;
    width: 90%;
    right: 5%;
    border: 1px solid rgb(255, 255, 255, 0.5);
}.title_screen_94 .knowledge_lab_63 {
    z-index: 2;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    transform-style: preserve-3d;
    grid-gap: 1.5rem;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.05),
    rgba(255, 255, 255, 0.15)
  );
    grid-template-columns: 1fr;
    display: grid;
    perspective: 1000px;
    backdrop-filter: blur(5px);
    max-width: 900px;
    padding: 3rem;
    position: relative;
}.title_screen_94 .knowledge_lab_63 h1 {
    opacity: 0;
    transform: translateZ(30px);
    margin: 0;
    letter-spacing: -0.02em;
    animation: slideUp 0.8s ease-out 0.2s forwards;
    font-size: clamp(2rem, 5vw, 47px);
    line-height: 1.2;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}.title_screen_94 .knowledge_lab_63 h3 {
    font-size: clamp(1.25rem, 2.5vw, 22px);
    color: #ffffff;
    margin: 0;
    line-height: 1.5;
    transform: translateZ(20px);
    animation: slideUp 0.8s ease-out 0.4s forwards;
    opacity: 0;
    font-weight: 600;
}.title_screen_94 .knowledge_lab_63 p {
    font-size: clamp(1rem, 1.5vw, 14px);
    line-height: 1.6;
    color: #ffffff;
    position: relative;
    margin: 1rem 0 0;
    padding-left: 20px;
    animation: slideUp 0.8s ease-out 0.6s forwards;
    transform: translateZ(10px);
    opacity: 0;
}.title_screen_94 .knowledge_lab_63 p::before {
    position: absolute;
    background: rgb(190,191,179);
    content: "";
    width: 3px;
    height: 0;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    animation: growHeight 1.2s ease-out 1s forwards;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(30px) translateZ(var(--depth, 0));
  }
  to {
    opacity: 1;
    transform: translateY(0) translateZ(var(--depth, 0));
  }
}

@keyframes growHeight {
  from {
    height: 0;
  }
  to {
    height: 80%;
  }
}

@keyframes borderReveal {
  from {
    opacity: 0;
    transform: translate(0, 0);
  }
  to {
    opacity: 0.3;
    transform: translate(10px, 10px);
  }
}

@media (max-width: 992px) {.title_screen_94 .knowledge_lab_63 {
    grid-gap: 1.25rem;
    padding: 2.5rem;
}
}

@media (max-width: 768px) {.title_screen_94 .course_page_47 {
    padding: 1.5rem;
    align-items: center;
}.title_screen_94 .knowledge_lab_63 {
    grid-gap: 1rem;
    padding: 2rem;
}.title_screen_94 .course_page_47::after {
    display: none;
}
}

@media (max-width: 576px) {.title_screen_94 .course_page_47 {
    padding: 1rem;
}.title_screen_94 .knowledge_lab_63 {
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0.1),
      rgba(255, 255, 255, 0.2)
    );
    padding: 1.5rem;
}.title_screen_94 .knowledge_lab_63 h1 {
    font-size: 1.8rem;
}.title_screen_94 .knowledge_lab_63 h3 {
    font-size: 1.1rem;
}.title_screen_94 .knowledge_lab_63 p {
    font-size: 0.95rem;
}}.client_comments_86 {
    position: relative;
    background: #ffffff;
    overflow: hidden;
    padding: 100px 0;
}.client_comments_86::before {
    border-radius: 50%;
    content: "";
    top: -50%;
    height: 100%;
    right: -50%;
    background: rgb(230,230,227);
    position: absolute;
    width: 100%;
    z-index: 0;
}.client_comments_86 .container {
    z-index: 1;
    position: relative;
}.client_comments_86 h2 {
    color: #000000;
    transform: translateX(-10%);
    font-weight: 700;
    position: relative;
    margin-bottom: 100px;
    font-size: 29px;
}.client_comments_86 h2::first-letter {
    font-size: 1.8em;
    color: rgb(190,191,179);
}.client_comments_86 .client_ratings_38 {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}.client_comments_86 .testimonial_highlights_28 {
    opacity: 0;
    position: relative;
    padding: 30px 0;
    animation: fadeIn 0.8s ease forwards;
}.client_comments_86 .testimonial_highlights_28:nth-child(3n+1) {
    animation-delay: 0.1s;
    grid-column: span 5;
}.client_comments_86 .testimonial_highlights_28:nth-child(3n+2) {
    margin-top: 80px;
    grid-column: span 4;
    animation-delay: 0.3s;
}.client_comments_86 .testimonial_highlights_28:nth-child(3n+3) {
    grid-column: span 3;
    animation-delay: 0.5s;
    margin-top: 40px;
}.client_comments_86 .testimonial_highlights_28::before {
    left: -20px;
    font-size: 120px;
    z-index: -1;
    top: -30px;
    content: "";
    position: absolute;
    color: rgb(190,191,179,0.5);
    font-family: Arial, sans-serif;
    line-height: 1;
}.client_comments_86 .testimonial_highlights_28 img {
    height: 60px;
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 3px solid #ffffff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    width: 60px;
    bottom: 20px;
    object-fit: cover;
    right: 0;
    transform: translateY(0);
    filter: grayscale(100%);
    position: absolute;
}.client_comments_86 .testimonial_highlights_28:hover img {
    transform: translateY(-15px);
    filter: grayscale(0%);
}.client_comments_86 .testimonial_highlights_28 p {
    margin: 0;
}.client_comments_86 .testimonial_highlights_28 p:first-of-type {
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    right: 70px;
    font-size: 21px;
    color: rgb(190,191,179);
    text-transform: uppercase;
}.client_comments_86 .testimonial_highlights_28 .description {
    position: relative;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 300;
    color: #000000;
    font-size: calc(17px * 1.2);
}.client_comments_86 .testimonial_highlights_28 .description::first-letter {
    font-size: 1.3em;
    font-weight: 600;
}.client_comments_86 .testimonial_highlights_28 .description::after {
    position: absolute;
    transition: transform 0.4s ease;
    transform-origin: left;
    background: rgb(157,168,129);
    bottom: -20px;
    left: 0;
    content: "";
    height: 2px;
    transform: scaleX(1);
    width: 40px;
}.client_comments_86 .testimonial_highlights_28:hover .description::after {
    transform: scaleX(3);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {.client_comments_86 {
    padding: 80px 0;
}.client_comments_86 h2 {
    margin-bottom: 60px;
    transform: none;
}.client_comments_86 .client_ratings_38 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}.client_comments_86 .testimonial_highlights_28:nth-child(3n+1),
    .client_comments_86 .testimonial_highlights_28:nth-child(3n+2),
    .client_comments_86 .testimonial_highlights_28:nth-child(3n+3) {
    margin-top: 0;
    grid-column: span 3;
}.client_comments_86 .testimonial_highlights_28:nth-child(2n) {
    margin-top: 40px;
}
}

@media (max-width: 767px) {.client_comments_86 {
    padding: 60px 0;
}.client_comments_86::before {
    top: -20%;
    right: -20%;
}.client_comments_86 h2 {
    margin-bottom: 50px;
    font-size: calc(29px * 0.9);
}.client_comments_86 .client_ratings_38 {
    grid-template-columns: 1fr;
}.client_comments_86 .testimonial_highlights_28:nth-child(3n+1),
    .client_comments_86 .testimonial_highlights_28:nth-child(3n+2),
    .client_comments_86 .testimonial_highlights_28:nth-child(3n+3),
    .client_comments_86 .testimonial_highlights_28:nth-child(2n) {
    grid-column: 1;
    margin-bottom: 50px;
    margin-top: 0;
}.client_comments_86 .testimonial_highlights_28::before {
    font-size: 80px;
}.client_comments_86 .testimonial_highlights_28 img {
    height: 50px;
    width: 50px;
}.client_comments_86 .testimonial_highlights_28 p:first-of-type {
    right: 60px;
    font-size: calc(21px * 0.9);
}.client_comments_86 .testimonial_highlights_28 .description {
    font-size: 17px;
}}.privacy_gate_79 {
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, rgb(230,230,227) 0%, rgba(rgb(190,191,179,0.5), 0.05) 100%);
    padding: 6rem 2rem;
}.privacy_gate_79::before {
    height: 6px;
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, rgb(190,191,179) 0%, rgb(157,168,129) 100%);
    top: 0;
    box-shadow: 0 0 20px rgba(rgb(190,191,179,0.5), 0.4);
    content: "";
    left: 0;
}.privacy_gate_79::after {
    transform: translate(10%, 10%);
    right: 0;
    background: radial-gradient(circle at bottom right, rgba(rgb(157,168,129,0.5), 0.08), transparent 70%);
    content: "";
    width: 35%;
    z-index: 0;
    bottom: 0;
    height: 35%;
    pointer-events: none;
    position: absolute;
}.privacy_gate_79 .container {
    position: relative;
    z-index: 1;
    transform-style: preserve-3d;
    margin: 0 auto;
    perspective: 1000px;
    max-width: 1140px;
}.privacy_gate_79 h1 {
    color: rgb(190,191,179);
    font-size: 48px;
    letter-spacing: -0.02em;
    font-weight: 700;
    position: relative;
    padding-bottom: 1rem;
    margin-bottom: 2.5rem;
    border-bottom: 1px solid rgba(rgb(190,191,179,0.5), 0.1);
    transform: translateZ(5px);
}.privacy_gate_79 h1::after {
    width: 80px;
    bottom: -1px;
    position: absolute;
    background: linear-gradient(90deg, rgb(190,191,179), rgb(157,168,129));
    transition: width 0.3s cubic-bezier(0.25, 1, 0.5, 1);
    left: 0;
    transform-origin: left center;
    height: 3px;
    content: "";
}.privacy_gate_79 h2 {
    transform: translateZ(3px);
    padding-left: 1.5rem;
    font-size: 28px;
    font-weight: 600;
    margin: 3rem 0 1.5rem;
    position: relative;
    color: #000000;
}.privacy_gate_79 h2::before {
    content: "";
    background: linear-gradient(to bottom, rgb(190,191,179), rgb(157,168,129));
    height: 80%;
    position: absolute;
    left: 0;
    border-radius: 2px;
    top: 0.3em;
    width: 8px;
}.privacy_gate_79 h3 {
    padding-left: 1.25rem;
    font-size: calc(28px * 0.85);
    font-weight: 600;
    position: relative;
    color: #000000;
    margin: 2.5rem 0 1.25rem;
}.privacy_gate_79 h3::before {
    background: linear-gradient(to bottom, rgb(157,168,129), rgb(190,191,179));
    width: 6px;
    content: "";
    height: 70%;
    top: 0.4em;
    border-radius: 2px;
    position: absolute;
    left: 0;
}.privacy_gate_79 h4 {
    font-size: calc(28px * 0.7);
    padding-left: 1rem;
    font-weight: 600;
    margin: 2rem 0 1rem;
    color: #000000;
    position: relative;
}.privacy_gate_79 h4::before {
    left: 0;
    content: "";
    width: 4px;
    top: 0.4em;
    position: absolute;
    border-radius: 1px;
    background: rgb(157,168,129);
    height: 60%;
}.privacy_gate_79 p {
    color: #000000;
    position: relative;
    max-width: 95%;
    margin-bottom: 1.5rem;
    transform: translateZ(1px);
    line-height: 1.7;
    font-size: 15px;
}.privacy_gate_79 p strong {
    position: relative;
    color: #000000;
    font-weight: 600;
}.privacy_gate_79 span {
    line-height: 1.7;
    display: block;
    color: #000000;
    margin-bottom: 1.5rem;
    font-size: 15px;
    position: relative;
    max-width: 95%;
}.privacy_gate_79 ul {
    transform: translateZ(2px);
    position: relative;
    padding: 0.5rem 0 1.5rem 1.5rem;
    list-style: none;
}.privacy_gate_79 ul::before {
    background: linear-gradient(to bottom, rgb(190,191,179), transparent);
    top: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 1px;
    bottom: 0;
}.privacy_gate_79 li {
    position: relative;
    padding-left: 1.75rem;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    color: #000000;
}.privacy_gate_79 li::before {
    background: rgba(rgb(255, 255, 255, 0.5), 0.8);
    height: 8px;
    border: 2px solid rgb(190,191,179);
    width: 8px;
    box-shadow: 0 0 0 2px rgba(rgb(190,191,179,0.5), 0.1);
    top: 0.6em;
    left: 0;
    border-radius: 50%;
    content: "";
    transition: transform 0.3s ease;
    position: absolute;
}.privacy_gate_79 li:hover::before {
    transform: scale(1.2);
    background: rgba(rgb(190,191,179,0.5), 0.1);
}


@media (max-width: 992px) {.privacy_gate_79 {
    padding: 5rem 1.5rem;
}.privacy_gate_79 h1 {
    font-size: calc(48px * 0.9);
}.privacy_gate_79 h2 {
    font-size: calc(28px * 0.9);
}.privacy_gate_79 h3 {
    font-size: calc(28px * 0.8);
}.privacy_gate_79 h4 {
    font-size: calc(28px * 0.65);
}
}

@media (max-width: 768px) {.privacy_gate_79 {
    padding: 4rem 1.25rem;
}.privacy_gate_79::after {
    height: 25%;
    width: 50%;
}.privacy_gate_79 h1 {
    margin-bottom: 2rem;
    font-size: calc(48px * 0.8);
}.privacy_gate_79 h2 {
    margin: 2.5rem 0 1.25rem;
    padding-left: 1.25rem;
}.privacy_gate_79 h3 {
    padding-left: 1rem;
}.privacy_gate_79 h4 {
    padding-left: 0.75rem;
}.privacy_gate_79 p, 
    .privacy_gate_79 span {
    max-width: 100%;
}.privacy_gate_79 ul {
    padding-left: 0.75rem;
}.privacy_gate_79 li {
    padding-left: 1.5rem;
    margin-bottom: 1rem;
}
}

@media (max-width: 576px) {.privacy_gate_79 {
    padding: 3rem 1rem;
}.privacy_gate_79 h1 {
    font-size: calc(48px * 0.7);
    margin-bottom: 1.5rem;
}.privacy_gate_79 h2 {
    margin: 2rem 0 1rem;
    font-size: calc(28px * 0.8);
    padding-left: 1rem;
}.privacy_gate_79 h3 {
    font-size: calc(28px * 0.7);
    padding-left: 0.75rem;
}.privacy_gate_79 h4 {
    font-size: calc(28px * 0.6);
    padding-left: 0.5rem;
}.privacy_gate_79 h1::after {
    width: 60px;
}.privacy_gate_79 ul {
    padding-left: 0.5rem;
}.privacy_gate_79 li {
    padding-left: 1.25rem;
}}.cookieNoticePromptPanel_69 {
    width: 100%;
    position: fixed;
    padding: 20px;
    background: rgb(230,230,227);
    z-index: 1050;
    font-family: Arial, sans-serif;
    border-top: 3px solid rgb(190,191,179);
    overflow: hidden;
    bottom: 0;
}.user_safety_57 {
    display: flex;
    flex-wrap: nowrap;
    z-index: 1;
    justify-content: space-between;
    align-items: center;
}.cookie_preference_80 {
    margin-right: 20px;
    flex-shrink: 0;
}#userSettingsPopup_62 {
    display: none;
}#userSettingsPopup_62:checked ~ .cookieNoticePromptPanel_69 {
    opacity: 0;
    visibility: hidden;
}.cookie_preference_80 svg {
    height: 60px;
    transition: fill 0.3s ease-in-out;
    fill: rgb(190,191,179);
    width: 60px;
}.cookie_controls_96 {
    margin-right: 20px;
    flex-grow: 1;
}.cookie_controls_96 h5 {
    color: rgb(190,191,179);
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
}.cookie_controls_96 p {
    font-size: 16px;
    margin-bottom: 0;
    color: #000000;
}.cookies_tracking_80 {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    margin-left: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}.cookies_tracking_80 {
    border: 1px solid rgb(190,191,179);
    color: #ffffff;
    background-color: rgb(190,191,179);
}.cookies_tracking_80:hover {
    border-color: #000000;
    background-color: rgba(0, 0, 0, 0.5);
}.cookieNoticePromptPanel_69 p a {
    text-decoration: underline;
    color: rgb(190,191,179);
}.cookieNoticePromptPanel_69 p a:hover {
    color: #000000;
}
@media (max-width: 1200px) {.cookie_controls_96 h5 {
    font-size: calc(24px - 2px);
}.cookie_controls_96 p {
    font-size: calc(16px - 2px);
}.cookies_tracking_80 {
    padding: 8px 16px;
    font-size: calc(18px - 2px);
}
}
@media (max-width: 800px) {.user_safety_57 {
    align-items: center;
    flex-direction: column;
}.cookie_preference_80 {
    margin-bottom: 15px;
}.cookie_controls_96 {
    text-align: center;
    margin-bottom: 20px;
}.cookies_tracking_80 {
    margin-top: 10px;
    width: 100%;
    margin-left: 0;
}}
header {
    position: relative;
    background: linear-gradient(to right, rgb(157,168,129) 0%, rgba(0, 0, 0, 0.5) 100%);
    overflow: visible;
    z-index: 99;
    width: 100%;
}header::before {
    background: repeating-linear-gradient(
        45deg,
        transparent,
        transparent 10px,
        rgb(190,191,179,0.5) 10px,
        rgb(190,191,179,0.5) 11px
    );
    position: absolute;
    width: 100%;
    left: 0;
    content: '';
    height: 100%;
    opacity: 0.1;
    top: 0;
    z-index: -1;
}header .top_main_03 {
    justify-content: space-between;
    padding: 15px;
    display: flex;
    position: relative;
    width: 100%;
    align-items: center;
}header .top_main_03::after {
    height: 1px;
    width: 90%;
    background: linear-gradient(
        90deg,
        transparent,
        rgb(190,191,179),
        rgb(157,168,129),
        rgb(190,191,179),
        transparent
    );
    position: absolute;
    box-shadow: 0 0 10px rgb(157,168,129), 0 0 20px rgb(157,168,129,0.5);
    left: 5%;
    content: '';
    bottom: 0;
}header .top_main_03 .top_header_09 {
    z-index: 2;
    position: relative;
    margin-right: 20px;
    padding: 5px 10px;
}header .top_main_03 .top_header_09::before {
    box-shadow: 0 0 15px rgb(157,168,129,0.5);
    opacity: 0;
    content: '';
    top: 0;
    left: 0;
    border: 1px solid rgb(157,168,129,0.5);
    position: absolute;
    height: 100%;
    border-radius: 10px;
    transition: opacity 0.4s ease;
    width: 100%;
}header .top_main_03 .top_header_09:hover::before {
    opacity: 1;
}header .top_main_03 .top_header_09 .header_lead_31 {
    transition: transform 0.3s ease;
    display: block;
}header .top_main_03 .top_header_09:hover .header_lead_31 {
    transform: scale(1.05);
}header .top_main_03 .top_header_09 .header_lead_31 svg {
    filter: drop-shadow(0 0 5px rgb(157,168,129,0.5));
    height: 45px;
    width: auto;
}header .top_main_03 .top_learn_27 {
    position: relative;
    display: flex;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.2);
    justify-content: flex-end;
    flex-wrap: wrap;
    margin: 0;
    list-style: none;
    padding: 15px 20px;
}header .top_main_03 .top_learn_27::before {
    position: absolute;
    background: radial-gradient(
        ellipse at center,
        rgb(157,168,129,0.5) 0%,
        transparent 70%
    );
    height: 100%;
    left: 0;
    width: 100%;
    opacity: 0.2;
    border-radius: 10px;
    top: 0;
    content: '';
}header .top_main_03 .top_learn_27 .main_sitewrap_14 {
    position: relative;
    margin: 0;
}header .top_main_03 .top_learn_27 .main_sitewrap_14::after {
    transition: width 0.3s ease, left 0.3s ease;
    left: 50%;
    content: '';
    background: rgb(190,191,179);
    bottom: -5px;
    width: 0;
    box-shadow: 0 0 8px rgb(190,191,179);
    height: 2px;
    position: absolute;
}header .top_main_03 .top_learn_27 .main_sitewrap_14:hover::after {
    left: 10%;
    width: 80%;
}header .top_main_03 .top_learn_27 .main_sitewrap_14 a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px 15px;
    letter-spacing: 1px;
    font-family: Arial, sans-serif;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease, text-shadow 0.3s ease;
}header .top_main_03 .top_learn_27 .main_sitewrap_14:hover a {
    text-shadow: 0 0 5px rgb(190,191,179,0.5);
    color: rgb(190,191,179);
}

@media (max-width: 992px) {header .top_main_03 {
    flex-direction: column;
}header .top_main_03 .top_header_09 {
    margin: 0 0 15px 0;
    align-self: center;
}header .top_main_03 .top_learn_27 {
    width: 100%;
    justify-content: center;
}header .top_main_03 .top_learn_27 .main_sitewrap_14 a {
    padding: 10px 15px;
    font-size: calc(16px - 1px);
}}.prospective_members_43 {
    position: relative;
    background: rgb(230,230,227);
    padding: 100px 0;
    overflow: hidden;
}.prospective_members_43::before {
    top: 0;
    z-index: 0;
    content: "";
    opacity: 0.2;
    left: 0;
    background: 
        radial-gradient(circle at 20% 30%, rgb(190,191,179,0.5) 0%, transparent 40%),
        radial-gradient(circle at 80% 70%, rgb(157,168,129,0.5) 0%, transparent 40%);
    position: absolute;
    height: 100%;
    width: 100%;
}.prospective_members_43 .container {
    max-width: 1200px;
    padding: 0 20px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}.prospective_members_43 .guide_values_09 {
    padding: 50px;
    background: rgb(230,230,227);
    position: relative;
    box-shadow: 
        20px 20px 60px rgba(0, 0, 0, 0.1),
        -20px -20px 60px rgba(255, 255, 255, 0.8);
    border-radius: 27px;
}.prospective_members_43 h4 {
    margin-bottom: 50px;
    text-align: center;
    font-size: 30px;
    position: relative;
    font-weight: 700;
    color: #000000;
}.prospective_members_43 h4::after {
    height: 4px;
    transform: translateX(-50%);
    left: 50%;
    background: linear-gradient(90deg, rgb(190,191,179), rgb(157,168,129));
    position: absolute;
    border-radius: 2px;
    content: "";
    bottom: -15px;
    width: 80px;
}.prospective_members_43 div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}.prospective_members_43 div p {
    flex: 1 1 calc(33.333% - 20px);
    background: rgb(230,230,227);
    position: relative;
    transition: all 0.3s ease;
    align-items: center;
    box-shadow: 
        8px 8px 16px rgba(0, 0, 0, 0.05),
        -8px -8px 16px rgba(255, 255, 255, 0.8),
        inset 1px 1px 1px rgba(255, 255, 255, 0.3);
    display: flex;
    font-size: 17px;
    padding: 25px;
    line-height: 1.6;
    margin: 0;
    color: #000000;
    min-width: 250px;
    overflow: hidden;
    border-radius: 27px;
}.prospective_members_43 div p:hover {
    box-shadow: 
        12px 12px 24px rgba(0, 0, 0, 0.08),
        -12px -12px 24px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
    transform: translateY(-5px);
}.prospective_members_43 div p::before {
    opacity: 0.7;
    width: 5px;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, rgb(190,191,179), rgb(157,168,129));
    border-radius: 5px 0 0 5px;
    position: absolute;
    top: 0;
    left: 0;
}.prospective_members_43 div p svg {
    padding: 8px;
    margin-right: 20px;
    min-width: 40px;
    transition: all 0.3s ease;
    background: rgb(230,230,227);
    border-radius: 50%;
    height: 40px;
    box-shadow: 
        4px 4px 8px rgba(0, 0, 0, 0.1),
        -4px -4px 8px rgba(255, 255, 255, 0.8);
    width: 40px;
}.prospective_members_43 div p:hover svg {
    transform: rotate(10deg);
    box-shadow: 
        6px 6px 12px rgba(0, 0, 0, 0.15),
        -6px -6px 12px rgba(255, 255, 255, 0.9),
        inset 1px 1px 1px rgba(255, 255, 255, 0.4);
}.prospective_members_43 div p svg path {
    fill: rgb(190,191,179);
    transition: fill 0.3s ease;
}.prospective_members_43 div p:hover svg path {
    fill: rgb(157,168,129);
}

@media (max-width: 1100px) {.prospective_members_43 div p {
    flex: 1 1 calc(50% - 15px);
}
}

@media (max-width: 991px) {.prospective_members_43 {
    padding: 80px 0;
}.prospective_members_43 .guide_values_09 {
    padding: 40px 30px;
}.prospective_members_43 h4 {
    font-size: calc(30px - 2px);
    margin-bottom: 40px;
}.prospective_members_43 div {
    gap: 20px;
}.prospective_members_43 div p {
    padding: 20px;
}.prospective_members_43 div p svg {
    min-width: 35px;
    height: 35px;
    margin-right: 15px;
    width: 35px;
}
}

@media (max-width: 767px) {.prospective_members_43 {
    padding: 60px 0;
}.prospective_members_43 .guide_values_09 {
    padding: 30px 20px;
}.prospective_members_43 h4 {
    margin-bottom: 35px;
    font-size: calc(30px - 4px);
}.prospective_members_43 div p {
    padding: 18px;
    flex: 1 1 100%;
}.prospective_members_43 div p svg {
    width: 30px;
    height: 30px;
    min-width: 30px;
    padding: 6px;
    margin-right: 15px;
}
}

@media (max-width: 479px) {.prospective_members_43 {
    padding: 40px 0;
}.prospective_members_43 .guide_values_09 {
    padding: 25px 15px;
}.prospective_members_43 h4 {
    font-size: calc(30px - 6px);
    margin-bottom: 30px;
}.prospective_members_43 div {
    gap: 15px;
}.prospective_members_43 div p {
    font-size: calc(17px - 1px);
    padding: 15px;
}.prospective_members_43 div p svg {
    width: 26px;
    height: 26px;
    padding: 5px;
    margin-right: 12px;
    min-width: 26px;
}}.our_team_62 {
    padding: 120px 0 140px;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}.our_team_62::before {
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.85) 0%,
        rgba(0, 0, 0, 0.75) 40%,
        rgba(0, 0, 0, 0.65) 100%);
    bottom: 0;
    position: absolute;
    content: "";
}.our_team_62::after {
    position: absolute;
    right: -50%;
    background: linear-gradient(135deg, 
        rgb(190,191,179,0.5) 0%,
        transparent 65%);
    top: -50%;
    z-index: 2;
    transform: rotate(-15deg);
    pointer-events: none;
    width: 100%;
    content: "";
    height: 200%;
}.our_team_62 .container {
    max-width: 1200px;
    position: relative;
    z-index: 3;
    padding: 0 20px;
    margin: 0 auto;
}.our_team_62 h2 {
    font-size: calc(32px * 1.2);
    transform: translateX(-10px);
    font-weight: 700;
    position: relative;
    display: inline-block;
    color: #ffffff;
    margin-bottom: 40px;
}.our_team_62 h2::after {
    width: 80px;
    position: absolute;
    bottom: -12px;
    transform-origin: left;
    background: rgb(190,191,179);
    height: 3px;
    animation: lineWidth 1.2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    content: "";
    left: 0;
}@keyframes lineWidth {
    0% { transform: scaleX(0); }
    100% { transform: scaleX(1); }
}

.our_team_62 .text_block_wrap_26 {
    opacity: 0;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    display: flex;
    backdrop-filter: blur(10px);
    flex-direction: column;
    border-left: 3px solid rgb(157,168,129);
    background: rgba(255, 255, 255, 0.05);
    animation: fadeIn 1s 0.3s cubic-bezier(0.25, 1, 0.5, 1) forwards;
    transform: translateY(20px);
    padding: 40px;
}@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.our_team_62 .text_block_wrap_26 > div {
    position: relative;
}.our_team_62 .text_block_wrap_26 p {
    display: inline-block;
    color: rgb(157,168,129);
    letter-spacing: 0.5px;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    transform: translateX(-10px);
    font-size: calc(13px * 1.5);
}.our_team_62 .text_block_wrap_26 p::before {
    position: absolute;
    top: 50%;
    height: 10px;
    content: "";
    transform: translateY(-50%);
    width: 10px;
    left: -20px;
    background-color: rgb(190,191,179);
}.our_team_62 .text_block_wrap_26 div div {
    column-gap: 40px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.9);
    font-family: Arial, sans-serif;
    margin-bottom: 15px;
    position: relative;
    column-count: 1;
    font-size: 13px;
}

@media (min-width: 768px) {.our_team_62 .text_block_wrap_26 div div {
    column-count: 2;
}
}

@media (min-width: 992px) {.our_team_62 {
    padding: 150px 0 180px;
}.our_team_62 .container {
    padding: 0 40px;
}.our_team_62 h2 {
    font-size: calc(32px * 1.4);
    margin-bottom: 60px;
}.our_team_62 .text_block_wrap_26 {
    padding: 60px;
    margin-left: 40px;
    width: calc(100% - 40px);
}
}

@media (min-width: 1200px) {.our_team_62 .text_block_wrap_26 {
    margin-left: 80px;
    width: calc(100% - 80px);
}.our_team_62 .text_block_wrap_26 div div {
    font-size: calc(13px * 1.05);
}
}

@media (max-width: 767px) {.our_team_62 {
    padding: 80px 0 100px;
}.our_team_62 h2 {
    margin-bottom: 30px;
    font-size: calc(32px * 1.1);
}.our_team_62 .text_block_wrap_26 {
    padding: 30px;
}
}

@media (hover: hover) {.our_team_62 .text_block_wrap_26:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25), 0 0 20px rgba(rgb(190,191,179,0.5), 0.2);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}}

.our_team_62 .container {
    animation: slideUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

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

@media (prefers-reduced-motion) {.our_team_62 .container,
    .our_team_62 .text_block_wrap_26,
    .our_team_62 h2::after {
    transform: none;
    opacity: 1;
    animation: none;
}}.course_instructor_57 {
    background: linear-gradient(135deg, rgb(230,230,227) 0%, rgb(190,191,179,0.5) 100%);
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
}.course_instructor_57::before {
    left: -5%;
    height: 70%;
    width: 120%;
    background: rgb(157,168,129,0.5);
    position: absolute;
    transform: rotate(-12deg);
    content: "";
    z-index: 1;
    top: -10%;
}.course_instructor_57 .testimonial_highlights_28 {
    align-items: center;
    position: relative;
    z-index: 2;
    display: flex;
    gap: 3rem;
    flex-direction: row;
    transform: translateX(5%);
}.course_instructor_57 .image_header_25 {
    box-shadow: 15px 15px 0 rgb(190,191,179,0.5);
    transition: all 0.5s ease;
    height: 350px;
    border-radius: 11px;
    transform: rotate(-5deg);
    width: 280px;
}.course_instructor_57 .image_header_25:hover {
    transform: rotate(0deg) scale(1.05);
    box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.5);
}.course_instructor_57 .emp_summary_35 {
    box-shadow: 0 10px 30px -15px rgba(0, 0, 0, 0.5);
    padding: 2rem;
    transform: rotate(2deg) translateY(-30px);
    border-radius: 11px;
    background: #ffffff;
    position: relative;
    transition: all 0.5s ease;
    max-width: 60%;
}.course_instructor_57 .emp_summary_35::after {
    content: "";
    opacity: 0.6;
    left: 30px;
    bottom: -10px;
    transition: all 0.5s ease;
    height: 10px;
    position: absolute;
    width: 85%;
    background: rgb(157,168,129);
    filter: blur(8px);
}.course_instructor_57 .emp_summary_35:hover {
    transform: rotate(0deg) translateY(-20px);
}.course_instructor_57 .emp_summary_35:hover::after {
    opacity: 0.8;
    width: 95%;
}.course_instructor_57 .name {
    transform: translateX(-20px);
    font-size: 31px;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: rgb(190,191,179);
}.course_instructor_57 .emp_summary_35 > div:nth-child(2) {
    font-size: 18px;
    transform: translateX(-10px);
    color: rgb(157,168,129);
    margin-bottom: 1.5rem;
    font-weight: 600;
}.course_instructor_57 .experience_path_49 {
    color: #000000;
    position: relative;
    font-style: italic;
    font-weight: 400;
    padding-left: 1.5rem;
    line-height: 1.6;
    font-size: 17px;
}.course_instructor_57 .experience_path_49::before {
    content: "";
    top: 0;
    border-radius: 10px;
    left: 0;
    position: absolute;
    width: 5px;
    background: linear-gradient(to bottom, rgb(190,191,179), rgb(157,168,129));
    height: 100%;
}

@media (max-width: 992px) {.course_instructor_57 .testimonial_highlights_28 {
    gap: 2rem;
    flex-direction: column;
    transform: none;
}.course_instructor_57 .image_header_25 {
    margin: 0 auto;
    width: 220px;
    height: 280px;
}.course_instructor_57 .emp_summary_35 {
    transform: none;
    max-width: 100%;
}.course_instructor_57 .name,
    .course_instructor_57 .emp_summary_35 > div:nth-child(2) {
    transform: none;
}
}